@media all and (min-width: 0px) and (max-width: 1024px) {
	body {
		overflow-x: hidden;
	}
	.pc{
		display: none;
	}
	.pc.pc_jtjj,
	.pc.pc_fzkn,
	.pc.pc_trmc,
	.pc.pc_dyzy,
	.pc.pc_yfll,
	.pc.pc_qczs,
	.pc.pc_lxwm,
	.pc.pc_hhrtd,
	.pc.pc_tsyjy,
	.mbi {
		display: block;
	}
	.mbiimg{
		display: block;
		width: 80%;
		padding:20px 0;
		margin:0 10%;
	}
	.mbiimg img{
		max-width: 100%;
		height:auto;
		margin-top: 30px;
	}
	#header {
		display: none;
	}

	.wrapper {
		width: 100%;
		float: left;
		margin-top: 50px;
		margin-bottom: 150px;
	}

	.wrapper-inner {
		width: 1100px;
		margin-right: auto;
		margin-left: auto;
		-webkit-touch-callout: none;
		/* iOS Safari */
		-webkit-user-select: none;
		/* Chrome/Safari/Opera */
		-khtml-user-select: none;
		/* Konqueror */
		-moz-user-select: none;
		/* Firefox */
		-ms-user-select: none;
		/* IE/Edge */
		user-select: none;
		/* non-prefixed version, currently
									  not supported by any browser */
	}

	.wrapper-inner-buttons {
		width: 100%;
		float: left;
		margin-top: 50px;
		text-align: center;
	}

	.wrapper-inner-buttons a {
		background-color: #3f8dbf;
		line-height: 35px;
		padding-right: 15px;
		padding-left: 15px;
		margin: 10px;
		display: inline-block;
		text-align: center;
		text-decoration: none;
		color: #FFFFFF;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
		border-radius: calc(35px / 2);
	}

	.wrapper-inner-buttons a.current {
		background-color: #f5d76e;
		color: #d35400;
	}

	.wrapper-inner-buttons a:hover {
		background-color: #35759F;
		color: #fff;
	}

	.mobile {
		width: 100%;
		float: left;
		margin-top: 0px;
		position: relative;
		z-index: 99;
		display: block;
	}

	.mobile-inner {
		width: 100%;
		margin-right: auto;
		margin-left: auto;
		background-color: #fafafa;
		position: relative;
	}

	.mobile-inner img {
		width: auto;
		margin-bottom: 0px;
		margin-left: 5px;
		margin-top: -13px;
		height: 50px;
	}

	.mobile-inner p {
		color: #676767;
		line-height: 25px;
		font-size: 16px;
		padding-bottom: 30px;
		padding-right: 30px;
		padding-left: 30px;
		margin: 0px;
	}

	.mobile-inner-header {
		background-color: rgba(255,255, 255, 0.7);
		width: 100%;
		height: 50px;
		position: absolute;
		top: 0px;
		left: 0px;
	}

	.mobile-inner-header h1 {
		float: left;
		display: block;
		margin: 0;
		width: 50%;
		margin: 0;
	}

	.mobile-inner-header h1 img {
		
	}

	.mobile-inner-header-icon {
		color: #1bafe6;
		height: 50px;
		font-size: 25px;
		text-align: center;
		float: right;
		width: 50px;
		position: relative;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
		-o-transition: background 0.5s;
		transition: background 0.5s;
	}

	.mobile-inner-header-icon:hover {
		background-color: rgba(255, 255, 255, 0.2);
		cursor: pointer;
	}

	.mobile-inner-header-icon span {
		position: absolute;
		left: calc((100% - 25px) / 2);
		top: calc((100% - 1px) / 2);
		width: 25px;
		height: 1px;
		background-color: #1bafe6;
	}

	.mobile-inner-header-icon span:nth-child(1) {
		transform: translateY(4px) rotate(0deg);
	}

	.mobile-inner-header-icon span:nth-child(2) {
		transform: translateY(-4px) rotate(0deg);
	}





	.mobile-inner-header-icon-click span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clickfirst;
	}

	.mobile-inner-header-icon-click span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: clicksecond;
	}



	@keyframes clickfirst {
		0% {
			transform: translateY(4px) rotate(0deg);

		}

		100% {
			transform: translateY(0) rotate(45deg);
		}
	}



	@keyframes clicksecond {
		0% {
			transform: translateY(-4px) rotate(0deg);
		}

		100% {
			transform: translateY(0) rotate(-45deg);
		}
	}

	.mobile-inner-header-icon-out span:nth-child(1) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outfirst;
	}

	.mobile-inner-header-icon-out span:nth-child(2) {
		animation-duration: 0.5s;
		animation-fill-mode: both;
		animation-name: outsecond;
	}

	@keyframes outfirst {
		0% {
			transform: translateY(0) rotate(-45deg);
		}

		100% {
			transform: translateY(-4px) rotate(0deg);
		}
	}



	@keyframes outsecond {
		0% {
			transform: translateY(0) rotate(45deg);
		}

		100% {
			transform: translateY(4px) rotate(0deg);
		}
	}

	.mobile-inner-nav {
		background-color: rgba(0, 0, 0, 0.9);
		width: 100%;
		position: absolute;
		top: 50px;
		left: 0px;
		padding-top: 30px;
		padding-bottom: 80px;
		display: none;
	}

	.mobile-inner-nav a {
		display: inline-block;
		line-height: 50px;
		text-decoration: none;
		width: 80%;
		margin-left: 10%;
		color: #FFFFFF;
		border-bottom: solid 1px rgba(255, 255, 255, 0.3);
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		font-weight: 300;
	}

	.mobile-inner-nav a:hover {
		color: rgba(255, 255, 255, 0.4);
		border-bottom: solid 1px rgba(255, 255, 255, 0.2);
	}

	.mobile-inner-nav a {
		-webkit-animation-duration: 0.5s;
		animation-duration: 0.5s;
		-webkit-animation-fill-mode: both;
		animation-fill-mode: both;
		-webkit-animation-name: returnToNormal;
		animation-name: returnToNormal;
	}


	@-webkit-keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	@keyframes returnToNormal {
		from {
			opacity: 0;
			-webkit-transform: translate3d(0, 100%, 0);
			transform: translate3d(0, 100%, 0);
		}

		to {
			opacity: 1;
			-webkit-transform: none;
			transform: none;
		}
	}

	#header {
		height: 50px;
		background: rgba(0, 0, 0, 1);
		border-bottom: none;
		padding: 10px 0;
	}

	#header .hInner {
		padding: 0 20px;
	}

	#header .rBox {
		display: none;
	}

	#header .muser {
		display: block;
		float: right;
		height: 50px;
		line-height: 50px;
		margin-right: 20px;
	}

	#header .menu {
		margin-top: 8px;
		width: 20px;
		float: right;
		display: block;
	}

	#header .menu a {
		width: 20px;
		height: 17px;
		display: block;
		position: relative;
	}

	#header .menu span {
		width: 20px;
		height: 2px;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		background: #fff;
		transition: all 0.3s;
		-webkit-transition: all 0.3s;
	}

	#header .menu span:nth-child(2) {
		top: 7px;
	}

	#header .menu span:nth-child(3) {
		width: 10px;
		top: 15px;
	}

	#header .menu a:hover span {
		width: 7px;
	}

	#header .menu a:hover span:nth-child(2) {
		width: 14px;
	}

	#header .menu a:hover span:nth-child(3) {
		width: 20px;
	}

	#header h1 img {
		width: 60%;
	}

	#header .hInner h1 {
		float: left;
		margin: 0;
		line-height: 0;
	}

	#header .logopc {
		display: none;
	}

	.banner {
		width: 100%;
		padding-top: 0px;
	}

	.banner .videobox {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.banner .videomain {
		width: 1400px;
		overflow: hidden;
		position: absolute;
		left: 50%;
		margin-left: -600px;
	}

	.banner video {
		width: 100%;
	}

	.banner .video-text {
		height: calc(100% - 50px);
		top: 70px;
	}

	.banner .swiper-container .swiper-slide .text1 {
		font-size: 20px;
	}

	.banner .swiper-container .swiper-slide .text1 span {
		display: inline-block;
		padding: 0 20px;
	}

	.banner .swiper-container .swiper-slide .text2 {
		font-size: 14px;
		letter-spacing: 10px;
		margin-top: 20px;
	}

	.banner .swiper-container .swiper-slide .more {
		margin-top: 50px;
		height: 28px;
		line-height: 28px;
		width: 100px;
		border-radius: 14px;
		font-size: 12px;
	}

	.swiper-slide {
		background: none !important;
		margin-top: 50px;
		height: auto;
	}

	.swiper-container img {
		width: 100%;
		height: auto;
	}

	.swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
		background: rgba(255, 255, 255, 0.5) !important;
		-webkit-border-radius: 0px !important;
		-moz-border-radius: 0px !important;
		border-radius: 0px !important;
		opacity: 1 !important;
	}

	.swiper-pagination-bullet:hover,
	.swiper-pagination-bullet-active {
		-webkit-transition: all .200s;
		-moz-transition: all .200s;
		-o-transition: all .200s;
		transition: all .200s;
		background: rgba(255, 255, 255, 1) !important;
	}

	.swiper-container2 .swiper-pagination-bullet {
		background: #18b5f0 !important;
		opacity: .5 !important;
		margin: 0 5px !important;
	}

	.swiper-container2 .swiper-pagination-bullet:hover,
	.swiper-container2 .swiper-pagination-bullet-active {
		opacity: 1 !important;
	}
	.swiper-container2 .swiper-pagination {
		display: block;
		position: absolute;
		top: 300px !important;
		bottom: auto!important;
	}

	.content1 {
		width: 100%;
		height: auto;
		float: left;
	}

	.content1 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.content1 .position .box {
		width: 100%;
		height: auto;
		float: left;
		background: #ddd;
		border-radius: 10px;
		overflow: hidden;
		margin-top: 25px;
		margin-left: 0;
	}

	.content1 .position .box img {
		width: 100%;
		height: auto;
	}

	.content1 .position .box1 {
		margin-left: 0;
	}

	.content1 .position .box:hover{
		margin-top: 25px;
	}
	.maintitle {
		width: 100%;
		height: 80px;
		background: url(../images/9.png) no-repeat center;
		float: none;
		margin-top: 40px;
		text-align: center;
		background-size: contain;
	}

	.maintitle h2 {
		margin-top: 10px;
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
	}

	.maintitle h2 a {
		color: #17b5f0;
	}

	.maintitle p {
		color: #17b5f0;
		font-weight: bold;
		margin-top: 5px;
		font-size: 12px;
	}
	.formtitle{
		margin: 25px 0;
	}
	.formtitle a{
		font-size: 24px;
	}

	.content2 {
		width: 100%;
		height: auto;
		background: url(../images/8.jpg) no-repeat center;
		background-size: cover;
		float: left;
		margin-top: 15px;
		padding-bottom: 20px;

	}

	.content2 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.content2 .position .main {
		width: 100%;
		height: auto;
		margin-left: 0px;
		float: left;
		margin-top: 20px;
		padding-left: 0px;
	}

	.content2 .position .main .topic {
		color: #24409c;
		font-size: 18px;
		line-height: 18px;
		font-weight: bold;
		margin-top: 25px;
		display: block;
		line-height: 26px;
	}

	.content2 .position .main .en {
		display: block;
		font-size: 12px;
		line-height: 12px;
		margin-top: 10px;
		color: #24409c;
	}

	.content2 .position .main .des {
		display: block;
		line-height: 28px;
		color: #24409c;
		margin-top: 20px;
		height: auto;
	}

	.content2 .position .main .more {
		width: 110px;
		height: 30px;
		border-radius: 5px;
		background: #fe8fb0;
		color: #fff;
		display: block;
		text-align: center;
		line-height: 30px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.content3 {
		width: 100%;
		height: auto;
		background: url(../images/10.jpg) no-repeat center;
		float: left;
		padding-bottom: 20px;
		margin-top: 0;
		background-size: cover;
	}

	.content3 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;

	}

	.content3 .position .video {
		width: 100%;
		height: auto;
		float: left;
		margin-top: 45px;
	}

	.content3 .position .video video {
		width: 100%;
		height: auto;
		background: #000;
	}

	.content4 {
		width: 100%;
		height: auto;
		float: left;
		background: url(../images/11.jpg) no-repeat center;
		background-size: cover;
	}

	.content4 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;

	}

	.content4 .position h2 {
		display: block;
		width: 100%;
		font-size: 18px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		padding-top: 75px;
	}

	.content4 .position h2 a {
		color: #fff;
	}

	.content4 .position h3 {
		display: block;
		width: 100%;
		font-size: 14px;
		color: #fff;
		text-align: center;
		font-weight: bold;
		margin-top: 5px;
	}

	.content4 .position .box {
		position: relative;
		width: 50%;
		height: auto;
		background: url(../images/12.png) no-repeat center;
		text-align: center;
		line-height: 120px;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		float: left;
		margin: 15px 0;
	}

	.content4 .position .box a {
		color: #fff;
	}

	.content4 .position .box1 {
		left: auto;
		top: auto;
	}

	.content4 .position .box2 {
		left: auto;
		top: auto;
	}

	.content4 .position .box3 {
		left: auto;
		top: auto;
	}

	.content4 .position .box4 {
		left: auto;
		top: auto;
	}

	.content5 {
		width: 100%;
		height: auto;
		float: left;
		background: url(../images/13.jpg) no-repeat center;
		padding-bottom: 20px;
		background-size: cover;
	}

	.content5 .position {
		width: 95%;
		height: auto;
		margin: 0 auto;
		position: relative;
	}

	.swiper-container1 {
		width: 100%;
		overflow: hidden;
		margin-top: 0px;
		float: left;
		min-height: 400px;
	}

	.swiper-container1 .swiper-slide {
		text-align: center;
		font-size: 18px;
		/* Center slide text vertically */
		display: -webkit-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		-webkit-align-items: center;
		align-items: center;
		background: none;
		height: 520px;
		min-height: 340px;
		margin-top:0 !important;
	}

	.swiper-container1 .swiper-slide .picbox {
		width: 440px;
		height: auto;
		min-height: 340px;
		position: relative;
		overflow: hidden;
		border-radius: 40px;
		box-sizing: border-box;
		padding: 0 0 20px 0;
		box-shadow: 0 0 10px #ededed;
		background: #fff;
		

	}

	.swiper-container1 .swiper-slide .picbox .img {
		width: 100%;
		height: auto;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
	}

	.swiper-container1 .swiper-slide .picbox:hover .img {
		margin-top: -10px;
	}

	.swiper-container1 .swiper-slide .picbox .img img {
		width: 100%;
		height: auto;
	}

	.swiper-container1 .swiper-slide .picbox .text {
		text-align: left;
		width: 100%;
		height: auto;
		background: #ffffff;
		transition: All 0.3s ease-in-out;

		-webkit-transition: All 0.3s ease-in-out;

		-moz-transition: All 0.3s ease-in-out;

		-o-transition: All 0.3s ease-in-out;
		padding-top: 40px;
		float: left;
	}

	/* .swiper-container1 .swiper-slide .picbox:hover .text {
		top: 0;
		background: rgba(11, 132, 255, 0.5);
	} */

	.swiper-container1 .swiper-slide .picbox .text .topic {
		color: #323232;
		display: block;
		height: auto;
		width: 100%;
		float: left;
		font-size: 18px;
		line-height: 24px;
		font-weight: bold;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
		padding: 0 20px;

	}

	/* .swiper-container1 .swiper-slide .picbox:hover .text a {
		margin-top: 25px;
	} */

	.swiper-container1 .swiper-slide .picbox .text .des {
		color: #acacac;
		display: block;
		height: auto;
		width: 100%;
		float: left;
		line-height: 28px;
		font-size: 14px;
		margin-top: 0px;
		padding:20px;
		box-sizing: border-box;

	}

	.swiper-container1 .swiper-slide .picbox .text .md {
		width: 100%;
		height: 20px;
		line-height: 20px;
		float: left;
		padding: 0 20px;
	}

	.swiper-container1 .swiper-slide .picbox .text .md .m {
		float: left;
		color: #17b5f0;
		padding-left: 30px;
		background: url(../images/14.png) no-repeat left;
		font-size: 14px;
	}

	.swiper-container1 .swiper-slide .picbox .text .md .d {
		float: right;
		color: #17b5f0;
		font-size: 14px;
	}


	.foot {
		width: 100%;
		height: auto;
		float: left;
		border-top: 10px solid #e3cc7b;
	}
	
	.foot .position {
		width: 95%;
		height: auto;
		position: relative;
		margin: 0 auto;
	}
	
	.foot .position .b_guide {
		float: left;
		margin-top: 60px;
		display: none;
	}
	.foot .position .quickmark {
		float: left;
		margin-top: 15px;
		width: 100%;
		margin-bottom: 15px;
	}
	
	.foot .position .quickmark .box {
		width: 40%;
		height: auto;
		float: left;
		text-align: center;
		margin:0 5%;
	}
	
	.foot .position .quickmark .box img {
		width: 100%;
		width: 100%;
	}
	
	.foot .position .quickmark .box p {
		display: block;
		color: #838383;
		font-size: 14px;
		line-height: 14px;
		margin-top: 10px;
	}
	
	.foot1 {
		width: 100%;
		height: 60px;
		float: left;
		border-top:none;
	}
	
	.foot1 .position {
		width: 63%;
		height: auto;
		position: relative;
		margin: 0 auto;
		line-height: auto;
	}
	
	.foot1 .position .left {
		float: none;
		color: #acacac;
		text-align: center;
		line-height: 2em;
		width:95%;
		margin:0 auto;
	}
	
	.foot1 .position .left a {
		color: #acacac;
	}
	
	.foot1 .position .right {
		float: none;
		color: #acacac;
		text-align: center;
		line-height: 2em;
	}
	
	.foot1 .position .right a {
		color: #acacac;
	}
	canvas{
		display: none;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
		bottom:20px;
	}
	.n_adv {
		width: 100%;
		height: auto;
		padding-top: 50px;
	}
	
	.n_adv .position {
		width: 100%;
		height: auto;
	}
	
	.n_adv .position img {
		width: 100%;
		height: auto;
	}

	.about_us{
		width: 100%;
		padding: 50px 0 30px 0;
		height: auto;
		background: url(../images/jtjjbg.png) no-repeat
		 top center;
		background-size:cover;
	}
	.about_us .jtjj{
		width: 95%;
		margin: 15px auto;
		overflow: hidden;
	}
	.about_us .jtjj .left_intros{
		width: 100%;
		float: left;
	}
	.new_cnr {
		text-align: center;
		margin-bottom: 20px;
	}
	
	.new_cnr .hotnews {
		font-size: 28px;
		font-weight: bold;
		color: #303030;
	}
	
	.new_cnr .hot_en {
		font-size: 14px;
		opacity: .5;
		margin-top: 5px;
	}

	.jtjj .right_twintro{
		float: right;
		width: 100%;
	}
	.jtjj .right_twintro .tupian{
		width: 100%;
		height: auto;
	}
	.jtjj .right_twintro .tupian img{
		width: 100%;
		height: 100%;
	}
	.jtjj .right_twintro .since{
		font-size: 40px;
		font-weight: bold;
		color: #18b5f0;
		text-align: center;
		margin:20px 0 ;
	}
	.jtjj .right_twintro .jianjie{
		line-height: 35px;
		color: #303030;
		text-align: center;
	}
	.fzln_list ul {
		display: block;
	}
	.fzln_list ul li{
		width: 33.33%;
		float: left;
	}

	.abtIntro{
		width: 95%;
		margin: auto;
	}
	.abtIntro .abt_tils {
	   font-size: 20px;
	   font-weight: bold;
	   color: #18b5f0;
	   text-align: center;
	   margin-top: 30px;
	}
	.abtIntro .abt_desc {
	   text-align: center;
	   line-height: 28px;
	   color: #303030;
	   margin-top: 25px;
	}

	.sec2 {
		width: 100%;
		height: auto;
		
		padding-top: 30px;
	}
	
	.sec2 .new_cnr {
		padding-top: 20px !important;
	}
	
	

	.actives {
		width: 95%;
		margin: auto;
		overflow: hidden;
	}
	.actives .swiper-container{
		padding-bottom: 30px !important;
	}
	.sec2 .swiper-container {
		width: 100%;
		height: auto;
		padding:0 0 0 0;
	}
	
	.sec2 .swiper-slide {
		width: 100%;
		height: auto;
		background: #fff;
		align-items: center;
		padding: 0;
		margin-top: 0;
		margin-bottom: 13px;
		
	}
	.sec2 .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .sec2 .swiper-pagination-fraction{
		bottom:15px;
	}
	.sec2 .swiper-pagination-bullet{
		width: 9px !important;
		height: 9px !important;
		border-radius: 9px !important;
	}
	
	.sec2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
		margin:0 5px !important;
	}
	.sec2 .swiper-pagination-bullet-active{
		background: #17b5f0 !important;
	}
	.sec2 .swiper-slide .slideimg {
		width: 100%;
		height: auto;
	}
	.sec2 .swiper-slide .slideimg img{
		width: 100%;
		height: auto;
	}
	.sec2 .swiper-slide .silde_txt {
		width: 100%;
		margin-top: 0px;
		padding:10px;
		background: #fff;
	}
	
	.sec2 .swiper-slide .silde_txt .bt {
		font-size: 16px;
		color: #383838;
		margin-top: 5px;
	}
	
	.sec2 .swiper-slide .silde_txt .shijian {
		opacity:1;
		margin-top: 10px;
		color: #969696;
		font-size: 14px;
	}
	
	.sec2 .swiper-slide .silde_txt a {
		display: inline-block;
		color: #18b5f0;
		margin-top: 10px;
		font-size: 14px;
		/* border-bottom: 1px solid #18b5f0; */
	}
	.sec2 .swiper-pagination{
		display: block;
	}

	.abt_sec3{
		width: 95%;
		height: auto;
		margin:0 auto;
	}
	.abt_sec3 .slideTxtBox{
		background: none;
	}
	.abt_sec3 .slideTxtBox .hd{
		padding:20px 0;
		margin-top: 0;
	}
	.abt_sec3 .slideTxtBox .hd ul{
		margin-top: 0;;
	}
	.abt_sec3 .slideTxtBox .hd ul li {
		padding: 0 5px;
		text-align: center;
		cursor: pointer;
		border: 0;
		color: #303030;
		display: inline-block;
		bottom:15px;
	}
	.abt_sec3 .slideTxtBox .hd ul li .cn_txt{
		font-size: 18px;
		font-weight: bold;
		opacity: .2;
	}
	.abt_sec3 .slideTxtBox .hd ul li .en_txt {
		font-size: 12px;
		 opacity: .2;
	}
	.abt_sec3 .slideTxtBox .hd ul li.on .cn_txt {
		opacity: 1;
	}
	.abt_sec3 .slideTxtBox .hd ul li.on .en_txt {
		opacity: .5;
	}
	.abt_sec3 .slideTxtBox .bd{
		margin: 0;
		padding:0;
		margin-top: 10px;
	}
	.abt_sec3 .picScroll-left .prev,
	.abt_sec3 .picScroll-left .next {
		position: absolute;
		left: 6%;
		top: 43%;
		margin-top: -25px;
		display: block;
		width: 32px;
		height: 40px;
		background: rgba(0, 0, 0, 0.5);
		line-height: 40px;
		text-align: center;
		color: #fff;
	}
	.abt_sec3 .picScroll-left .next{
		left: auto;
		right: 3%;
	}
	.news {
		width: 95%;
		margin: 30px auto 10px auto;
	}

	.sec1 .left {
		width: 100%;
		height: auto;
		float: none;
	}
	
	/* 本例子css */
	.sec1 .slideBox {
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
	}
	
	.sec1 .slideBox .bd {
		position: relative;
		height: 100%;
		z-index: 0;
	}
	
	.sec1 .slideBox .bd li {
		zoom: 1;
		vertical-align: middle;
		position: relative;
	}
	
	.sec1 .slideBox .bd img {
		width: 100%;
		display: block;
	}
	
	.sec1 .slideBox .bd li .tils {
		position: absolute;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 110px;
		background: url(../images/jianbianbeijin.png) no-repeat top center;
		color: #fff;
		text-align: center;
		line-height: 165px;
	}
	
	/* 下面是前/后按钮代码，如果不需要删除即可 */
	.sec1 .slideBox .prev,
	.sec1 .slideBox .next {
		position: absolute;
		left: 3%;
		top: 50%;
		margin-top: -25px;
		display: block;
		width: 32px;
		height: 40px;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}
	
	.sec1 .slideBox .next {
		left: auto;
		right: 3%;
		background-position: 8px 5px;
	}
	
	.sec1 .slideBox .prev:hover,
	.sec1 .slideBox .next:hover {
		filter: alpha(opacity=100);
		opacity: 1;
	}
	
	.sec1 .slideBox .prevStop {
		display: none;
	}
	
	.sec1 .slideBox .nextStop {
		display: none;
	}
	
	.sec1 .right {
		float: none;
		width: 100%;
	}
	
	.sec1 .right .newsfir .fir_tils {
		font-size: 18px;
		font-weight: bold;
		color: #2c2c2c;
		margin-top: 20px;
	}
	
	.sec1 .right .newsfir .fir_txt {
		color: #9d9d9d;
		line-height: 28px;
		text-indent: 32px;
		margin-top: 20px;
	}
	
	.sec1 .right .newsfir .fir_txt a {
		color: #18b5f0;
	}
	
	.sec1 .right ul {
		margin-top: 15px;
	}
	
	.sec1 .right ul li {
		color: #484848;
		line-height: 42px;
		border-bottom: 1px dashed #e2e2e2;
		position: relative;
		padding-left: 15px;
		white-space: nowrap;
		text-overflow:ellipsis;
		overflow: hidden;
	}
	
	.sec1 .right ul li .times {
		float: right;
		display: none;
	}
	
	.sec1 .right ul li::before {
		content: "";
		width: 4px;
		height: 4px;
		background: #18b5f0;
		position: absolute;
		left: 0;
		top: 20px;
	}


	.sec3 {
		width: 95%;
		margin: 20px auto;
		height: 75px;
	}
	
	.sec3 ul {
	}
	
	.sec3 ul li {
		width: 100%;
		height: 75px;
		float: left;
		position: relative;
		margin-bottom: 10px;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
		margin-bottom: 22px;
	}
	
	.sec3 ul li:nth-child(2) {
		margin-left: 0;
	}
	
	.sec3 ul li .sec3_wenzi {
		width: 98%;
		height: 67.5px;
		border: 1px dashed #e3e0de;
		border-radius: 25px;
		text-align: center;
		position: absolute;
		top: 3.5px;
		left: 3.5px;
		color: #fff;
		padding-top: 7px;
	}
	.sec3 ul li:hover{
		margin-top: -10px;
	}
	.sec3 ul li .sec3_wenzi .qj1 {
		font-size: 24px;
		font-weight: bold;
	}
	
	.sec3 ul li .sec3_wenzi .qjen {
		font-weight: bold;
	}
	.sec3 ul li img{
		width: 100%;
	}
	.milk{
		width: 95%;
		margin: 0 auto;
	}

	.milk .name {
		font-size: 18px;
		font-weight: bold;
		margin-top: 30px;
	}
	
	.main1 {
		width: 100%;
		height: auto;
		background: url(../images/milkbg1.png) no-repeat top center;
		padding: 65px 0;
		background-size: cover;
	}
	
	.centers {
		width: 95%;
		margin: auto;
		text-align: center;
	}
	
	.trmc_intro {
		text-align: center;
		margin-top: 30px;
	}
	.trmc_intro img{
		max-width: 100%;
	}
	.trmc_intro .intro_tils {
		font-size: 16px;
		font-weight: bold;
		margin: 15px 0;
	}
	
	.trmc_intro .intro_desc {
		font-size: 14px;
		line-height: 28px;
	}
	
	.trmc_intro p {
		width: 100%;
		color: #303030;
	}
	
	.main2 {
		width: 100%;
		height: auto;
		background: url(../images/milkbg2.png) no-repeat top center;
		padding: 65px 0;
		margin-top: 20px;
		background-size: cover;
	}
	
	.trmc_intro .intro_desc1 {
		margin-top: 20px;
	}
	
	.main3 {
		width: 100%;
		height: auto;
		background: url(../images/milkbg3.png) no-repeat top center;
		padding: 65px 0;
		margin-top: 20px;
		background-size: cover;
	}
	
	.trmc_intro .intro_tils2 {
		margin-top:inherit;
	}
	
	.main4 {
		width: 100%;
		height: auto;
		background: url(../images/milkbg4.png) no-repeat top center;
		padding: 65px 0 0 0;
		position: relative;
		top: 0px;
		background-size: cover;
	}


	.sections{
		width: 100%;
		margin: 30px auto;
	}
	.sections ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.sections ul li{
		width: 100%;
		height: auto;
		overflow: hidden;
		padding: 0px;
	}
	.sections ul li:nth-child(1n) {
		background: #c4eeed;
		color: #269aab;
	}
	.sections ul li:nth-child(2n) {
		background: #ebf6e6;
		color: #b8bf40;
	}
	.sections ul li:nth-child(3n) {
		background: #f6e0dc;
		color: #cf9c93;
	}
	.sections ul li:nth-child(4n) {
		background: #c4dcee;
		color: #5d94bd;
	}
	.sections ul li .pro{
		float: left;
	}
	.sections ul li .pro img{
		width: 100%;
	}
	.sections ul li .name {
		float: right;
		text-align: right;
	}
	.sections ul li .name .zw{
		font-size: 30px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.sections ul li .name .more{
		margin-top: 30px;
		padding-right: 5px;
	}


	.SecBox {
		display: block;
	}
	
	.SecBox .box {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.SecBox .box:after {
		content: "";
		width: 100%;
		height: auto;
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: -1;
		display: none;
	}
	
	.SecBox .box:hover::after {
		display: block;
	}
	
	.SecBox .box .pinpai {
		/* position: absolute;
		z-index: -1; */
	}
	
	.SecBox .box .pinpai img {
		width: 100%;
	}
	
	.SecBox .box .Titles1 {
		color: #fff;
		text-align: center;
		z-index: 99;
	}
	
	.SecBox .box .Titles1 .Center {
		width: 30%;
		height: auto;
		background: url(../images/shuidi.png) no-repeat center 20px;
		background-size: 70% !important;
		margin: auto;
		margin-top: 40px;
		font-size: 18px;
		font-weight: bold;
		padding-top: 170px;
		background-size: 100%;
	}
	
	.SecBox .box .Titles1 .wenzi {
		font-size: 18px;
		margin-top: 15px;
	}
	
	.contact{
		width: 95%;
		margin: 15px auto;
	}
	.top_cont{
		overflow: hidden;
	}
	.top_cont .map{
		width: 100%;
		height: auto;
		float: none;
		border: none;
	}
	.top_cont .right_infos{
		float: left;
		margin-left: 0px;
	}
	.top_cont .right_infos .btm{
		font-size: 18px;
		font-weight: bold;
		color: #303030;
		margin-bottom: 10px;
	}
	.top_cont .right_infos p{
		color: #303030;
		line-height: 24px;
	}
	.top_cont .right_infos .yxzx1{
		margin-top: 15px;
	}
	.top_cont .right_infos .con_erweima{
		display: flex;
		justify-content: space-between;
		flex-wrap: nowrap;
		margin-top: 30px;
	}
	.enters{
		height:auto;
		margin-left: 0;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.enters li{
		width: 100%;
		height: 85px;
		float: left;
		margin-left:0;
		transition: All 0.3s ease-in-out;
		-webkit-transition: All 0.3s ease-in-out;
		-moz-transition: All 0.3s ease-in-out;
		-o-transition: All 0.3s ease-in-out;
		margin-bottom: 15px;
		overflow: hidden;
		border: 1px solid #e6e6e6;
		box-sizing: border-box;
	}
	.enters li img{
		width: 140%;
		height: auto;
		margin-left: -50px;
		margin-top: -10px;
	}
	.enters li:hover{
		margin-top: 0px;
	}
	.my-map{
		width: 100% !important;
		height: 300px !important;
	}
	.form_info {
		width: 95%;
		margin: 10px auto;
	}
	.form_info input {
		width: 100%;
		height: 40px;
		padding-left: 12px;
		margin-bottom: 10px;
		border: 1px solid #f0f0f0;
	}
	.form_info .form input:first-child {
		margin-right: 35px;
	}
	.form_info .form_txt {
		padding-left: 12px;
		width: 100%;
		height: 150px;
		border: 1px solid #f0f0f0;
	}
	.form_yzm {
		position: relative;
	}
	.form_yzm .yzm {
		width: 200px;
		height: 50px;
	}
	.form_yzm .yzm_xx {
		display: inline-block;
		width: 200px;
		height: 50px;
		border: 1px solid #f0f0f0;
		position: absolute;
		top: 0;
	}
	.sbt {
		width: 100% !important;
		background: #18b5f0;
		color: #fff;
		height: 50px;
	}


	.column {
		width: 95%;
		margin: 0 auto;
		overflow: hidden;
	}
	
	.column_left {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	.column_left .clname {
		font-size: 18px;
		font-weight: bold;
		margin-top: 20px;
	}
	
	.column_left .addrs {
		margin-top: 10px;
		display: none;
	}
	
	.clumn_erji {
		float: none;
		margin-top: 25px;
		text-align: center;
	}
	
	.clumn_erji ul {
		overflow: hidden;
		display: inline-block;
	}
	
	.clumn_erji ul li {
		float: none;
		padding: 0px 5px;
		position: relative;
		font-size: 14px;
		color: #303030;
		display: inline-block;
	}
	
	.clumn_erji ul li a {
		color: #303030;
	}
	
	.clumn_erji ul li:hover a {
		color: #0092d4;
	}
	
	.clumn_erji ul li.layui-this {
		color: #0092d4;
	}
	
	.clumn_erji ul li.layui-this a {
		color: #0092d4;
	}
	
	.clumn_erji ul li::before {
		content: " ";
		/* width: 1px;
		height: 13px;
		background: #303030; */
		position: absolute;
		left: 0;
		top: 5px;
	}
	
	.clumn_erji ul li:first-child::before {
		display: none;
	}
	
	.clumn_erji ul li:last-child {
		padding-right: 0;
	}


	.Infolist {
		width: 95%;
		margin: 10px auto;
	}
	
	.Infolist ul {
		overflow: hidden;
		margin-left: 0px;
	}
	
	.Infolist ul li {
		border:none;
		overflow: hidden;
		width: 100%;
		float: left;
		margin-left: 0px;
		padding: 10px 0;
		color: #303030;
		margin-bottom: 10px;
		border-bottom:  1px solid #e9e9e9;
	}
	.Infolist ul li a{
		color: #303030;
	}
	.Infolist ul li:hover a{
		color: #17b5f0;
	}
	.Infolist ul li .Data {
		float: none;
		text-align: center;
		border-right: none;
		padding: 10px 0;
		display: block;
		width: 82px;
	}
	
	.Infolist ul li .Data .day {
		font-size: 14px;
		float: right;
		font-weight: normal;
		position: relative;
		
	}
	.Infolist ul li .Data .day::before{
		content: '-';
		position: absolute;
		left: -5px;
		top: 0;
	}
	.Infolist ul li .Data .ym{
		float: left;
		margin-left: 5px;
	}
	.Infolist ul li .Texts {
		float: right;
		width: 100%;
		padding-right: 0px;
	}
	
	.Infolist ul li .Texts .tils {
		font-size: 18px;
		font-weight: bold;
		white-space: nowrap;
		text-overflow:ellipsis;
		overflow: hidden;
		margin-top: 5px;
	}
	
	.Infolist ul li .Texts .desc {
		opacity: 0.5;
		margin-top: 5px;
		line-height: 24px;
	}


	.detail {
		width: 95%;
		margin: 20px auto;
		font-size: 16px;
		line-height: 2.75em;
	}
	
	.detail h2 {
		font-size: 24px;
		color: #303030;
	}
	.dtl_detail{
		font-size: 16px;
		line-height: 2.75em;
	}
	.dtl_detail img,
	.detail  img{
		max-width: 100% !important;
		height: auto !important;
	}
	.dl_info {
		width: 100%;
		height: 50px;
		line-height: 50px;
		overflow: hidden;
		background: #f9f9f9;
		padding: 0 10px;
		margin-top: 25px;
	}
	
	.dl_info .dlLeft {
		float: left;
		opacity: .5;
		font-size: 14px;
	}
	
	.dl_info .dlRight {
		float: right;
	}
	
	.containers {
		margin-top: 30px;
		line-height: 40px;
		color: #303030;
	}


	.P_main{
		width: 100%;
		margin-top: 20px;
		margin: 0 auto;
	}
	/* 本例子css */
	.P_main .slideTxtBox {
		width: 100%;
		text-align: left;
		margin-top: 20px;
	}
	.P_main .slideTxtBox .hd {
		position: relative;
		width: 100%;
		margin: auto;
	}
	.P_main .slideTxtBox .hd ul {
		float: none;
		position: absolute;
		left: 0;
		top: 0px;
		height: auto;
		text-align: center;
		width: 100%;
	}
	.P_main .slideTxtBox .hd ul li {
		width: 30%;
		height: auto;
		float: none;
		cursor: pointer;
		margin:1%;
		border: 1px solid #e3e3e3;
		display: inline-block;
	}
	.P_main .slideTxtBox .hd ul li img{
		width: 100%;
	}
	.P_main .slideTxtBox .bd{
		padding-top: 30px;
		
	}
	.P_main .slideTxtBox .bd ul {
		zoom: 1;
	}
	.P_main .slideTxtBox .bd li {
		width: 100%;
		padding: 45px 2.5%;
		overflow: hidden;
	}
	.P_main .slideTxtBox .bd li:nth-child(odd){
		background: url(../images/actbg1.png) no-repeat top center;
	background-size:cover;
	}
	.P_main .slideTxtBox .bd li:nth-child(even) {
		background: url(../images/milkbg2.png) no-repeat top center;
	background-size:cover;
	}
	.P_main .slideTxtBox .bd li .Cnrs{
		width: 100%;
		margin: auto;
	}
	.P_main .slideTxtBox .bd li:nth-child(odd) .Cnrs .left_img{
		float: none !important;
	}
	.P_main .slideTxtBox .bd li:nth-child(even) .Cnrs .left_img{
		float: none !important;
	}
	.P_main .slideTxtBox .bd li:nth-child(odd) .Cnrs .right_txt {
		float: none !important;
		width:100%;
	}
	.P_main .slideTxtBox .bd li:nth-child(even) .Cnrs .right_txt {
		float: none !important;
		width:100%;
	}
	.P_main .slideTxtBox .bd li .Cnrs .right_txt .txt_bt{
		font-size: 18px;
		font-weight: bold;
		color: #2a2a2a;
		margin-top: 20px;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_img{
		text-align: center;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_img img{
		width: 60%;
	}
	.P_main .slideTxtBox .bd li .Cnrs .right_txt .txt_descript{
		line-height: 28px;
		color: #2a2a2a;
		margin: 20px 0;
	}
	.P_main .slideTxtBox .bd li .Cnrs .right_txt .more {
		width: 32%;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #fe8fb0;
		color: #fff;
		border-radius: 5px;
		margin:0 auto
	}
	.P_main .slideTxtBox .bd li .Cnrs .right_txt .more a{
		color: #fff;
	}
	.P_main .slideTxtBox .bd li .Cnrs .right_img {
		float: left;
		 margin-left: 155px;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_txt {
		float: left;
		width: 847px;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_txt .txt_bt {
		font-size: 24px;
		font-weight: bold;
		color: #2a2a2a;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_txt .txt_descript {
		line-height: 28px;
		color: #2a2a2a;
		margin: 45px 0;
	}
	.P_main .slideTxtBox .bd li .Cnrs .left_txt .more {
		width: 130px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		background: #fe8fb0;
		color: #fff;
		border-radius: 5px;
	}
	.pager .next>a, .pager .next>span{
		float: none;
		text-align: left;
		clear: both;
		display: block;
	}
	.pager .previous>a, .pager .previous>span{
		float: none;
		text-align: left;
		clear: both;
		display: block;
	}
	.dropdown, .dropup{
		margin-left: 2.5%;
		display: inline-block !important;
		margin-top: 20px;
		border: 1px solid rgba(0, 0, 0, 0.3);
		border-radius: 5px;
		padding: 5px 10px;
	}
	.column{
		display: none !important;
	}
	.jtjj .left_intros p{
		line-height: 32px;
		color: #303030;
		font-size: 14px;
		text-indent: 2em;
	}
	.cpby {
		width: 100%;
	}
	.cp_hd{
		width: 100%;
	}
	.cp_hd a{
		width: auto;
		padding: 0 10px;
		margin: 0 2px;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.swiper-container2 {
		margin-top: 0px;
	}
	.swiper-container2 .swiper-slide{
		margin: 0;
		height: auto;
	}
	.swiper-container2 .swiper-slide .main{
		width: 100%;
		height: auto;
		background: none;
	}
	.swiper-container2 .swiper-slide .main img{
		width: 60%;
		height: auto;
	}
	.swiper-container2 .swiper-slide .pic{
		float: none;
		margin: 0;
		position: relative;
		text-align: center;
	}
	.swiper-container2 .swiper-slide .text{
		width: auto;
		float: none;
		margin: 0;
	}
	.swiper-container2 .swiper-button-next,
	.swiper-container2 .swiper-button-prev {
		display: none;
		left: 0;
		    width: auto !important;
	}
	.swiper-container2 .swiper-button-next {
		left: auto;
		right: 0;
	}
	.lianxilist li{
		float: none;
	}
	.lianxilist li.li1 .pic{
		margin: 0;
		margin-bottom: 10px;
	}
	.lianxilist li.li1 img {
		width: 100%;
		height: auto;
	}
	.lianxilist li .text{
		padding: 10px;
		height: auto;
	}
	.lianxilist li.li2 img,
	.lianxilist li.li3 img{
		width: 100%;
		height: auto;
	}
	.lianxilist li.li2 {
		width: 100%;
		margin-right: 0px;
	}

	.lianxilist li.li3 {
		width: 100%;
	}
	.lianxilist li.li2 .text,
	.lianxilist li.li3 .text{
		height: auto;
		padding-top: 10px;
	}
	.lianxilist li .title{
		margin-bottom: 10px;
	}
	.lianxilist{
		padding-top: 20px;
	}
	.top_xg .bg_bai{
		height: 20px;
	}
	.layui-layer.myclass{
		width: 90%!important;
	}
	.sec1dc {
		width: 100%;
		height: 600px;
		background: url(../images/actbg.png) no-repeat 0 0;
		padding-top: 50px;
	}
	.sec2.wdc{
		background: url(../images/bg.png) no-repeat center top !important;
		height: 580px !important;
		margin-bottom: 20px !important;
		padding-top: 50px !important;
	}
	.twlist{
		width: 100%;
		margin: 40px auto 0;
	}
	.twlist ul{
		margin: 0;
		box-sizing: border-box;
		padding: 0 15px;
	}
	.twlist ul li{
		width: 100%;
		margin: 0 0 20px;
	}
	.twlist ul li .imgs{
		width: 100%;
		height: auto;
	}
	.twlist ul li .imgs img{
		height: auto;
	}
	.padding-bottom-50 {
		padding-bottom: 25px !important;
	}
	.pagination-sm>li>a,
	.pagination-sm>li>span{
		padding: 0 7px;
	}
}