@charset "UTF-8";

@font-face {
  font-family: 'impact';
  src: url('font/impact.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}



html{font-size: 16px;font-family: 'MicroSoft YaHei', Arial;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {padding: 0;margin: 0;}
a{text-decoration:none;}
table {border-spacing: 0;}
fieldset,img {border: 0;}
address,caption,cite,code,dfn,em,strong,th,var {font-weight: normal;font-style: normal;}
strong{font-weight: bold;}
ol,ul {list-style: none;margin:0;padding:0;}
caption,th {text-align: left;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;font-size: 100%;margin:0;padding:0;color:#444;}
q:before,q:after {content:'';}
abbr,acronym {border: 0;}

#myVideo{position: absolute;right: 0;bottom: 0;top:0;width: 100%;height: 100%;background-size: 100% 100%;background-color: black; /* in case the video doesn't fit the whole page*/background-image: /* our video */;background-position: center center;background-size: contain;object-fit: cover; /*cover video background */z-index:3;}
video::-webkit-media-controls {display:none !important;}

@keyframes deepBlueFlow {
	0%, 100% {
		background-position: 0% 50%;
		opacity: 0.9;
	}
	25% {
		opacity: 1;
	}
	50% {
		background-position: 100% 50%;
		opacity: 0.9;
	}
	75% {
		opacity: 1;
	}
}
@keyframes flash {
    0% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
    50% {
        box-shadow: 0 0 20px rgba(255, 255, 255, 0.8);
    }
    100% {
        box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    }
}
@keyframes brightnessFlash {
    0% {
        filter: brightness(1);
    }
    50% {
        filter: brightness(1.5);
    }
    100% {
        filter: brightness(1);
    }
}

@keyframes gentleFlash {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.02);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}



/* Centered texts in each section
* --------------------------------------- */

@media (max-width: 1180px) and (min-width: 344px){
	
	.container{width: 100%;height: auto;overflow: hidden;margin: auto;}
		.top_con{width: 100%;background: rgba(101,35,0,1);display: flex;justify-content: center;position: fixed;top:0;z-index: 100;border-top: 16px solid #321100;}
		.top_con.active{background: rgba(67,23,0,1);background-size: 400% 400%;animation: deepBlueFlow 15s ease infinite;opacity: 1 !important;position: fixed;z-index: 100;}
		.cur{}

			.top_con .top_b{width: 89%;height: calc(80px + (90 - 80) * ((100vw - 375px) / (1180 - 375)));color: #fff;font-size: calc(14px + (16 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight:600;display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;}
				.top_con .top_b .top_logo{width: 17%;height: calc(80px + (90 - 80) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;align-content: center;justify-content: flex-start;}
				.top_con .top_b .top_logo img{width: calc(200px + (240 - 200) * ((100vw - 375px) / (1180 - 375)));}

				.top_con .top_b .top_nav{width: 68%;height: 60px;display: none;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul{width: 80%;line-height: 60px;display: flex;flex-wrap: wrap;justify-content: flex-end;}
					.top_con .top_b .top_nav ul a{color: rgba(255,255,255,1);;line-height: 60px;transition: color .4s;cursor: pointer;}
					.top_con .top_b .top_nav ul a:hover{color: rgba(255,255,255,.65);}
					.top_con .top_b .top_nav ul li{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (1180 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,0);}
					.top_con .top_b .top_nav ul li:hover{height: 77px;text-align: center;padding:0 calc(19px + (26 - 19) * ((100vw - 375px) / (1180 - 375)));transition: border-bottom .4s;border-bottom: 2px solid rgba(0,140,235,1);}


				.top_con .top_b .top_search{width: 14%;height: 58px;background: rgba(112,187,45,0);display: flex;flex-wrap: wrap;justify-content: space-between;align-content: center;}
					.top_con .top_b .top_search .tel{width: 70%;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight:400;line-height: 58px;display:none;flex-wrap: wrap;align-items: center;justify-content: space-evenly;align-content: center;flex-direction: row;}
					.top_con .top_b .top_search .tel a{color:rgba(255,255,255,1);transition: all .4s;}
					.top_con .top_b .top_search .tel a:hover{color:rgba(255,255,255,.65);}
					.top_con .top_b .top_search .tel i{font-size: calc(20px + (22 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight:100;text-align: center;padding-top: calc(2px + (3 - 2) * ((100vw - 375px) / (1180 - 375)));}

				.top_con .top_b .top_search .search{display: none;}
				.top_con .top_b .top_search .m_search{width: 50%;text-align: center;line-height: 59px;}
				.top_con .top_b .top_search .m_search i{color:rgba(255,255,255,1);font-size: calc(16px + (18 - 16) * ((100vw - 375px) / (1180 - 375)));font-weight:100;text-align: center;cursor: pointer;transition: all .4s;}
				.top_con .top_b .top_search .m_search i:hover{color:rgba(255,255,255,.65);}


				.top_con .top_b .top_search .m_nav{width: 50%;text-align: center;line-height: 59px;}


		/**/
			#m_nav_list{padding: 0;position: fixed;background: #fff !important;top: 0;left: 100%;height: 100vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 60px 8% 0 8%;z-index:999999;}
			#m_nav_list .close{margin-bottom: 15px;}
			#m_nav_list ul{overflow: hidden;}
			#m_nav_list ul li{width: 85%;}

			#m_nav_list .link-con,#m_nav_list .slide-link{display: block;padding: 0;color: #652300;font-weight: bold;border-bottom: 1px solid #E2E2E2;height:70px;line-height: 70px;background: url(../img/arrow.png) right center no-repeat;background-size:8px auto;font-size: 15px;margin: 0;text-align: center;}
			#m_nav_list .link-con:hover{color: #FFC107;}

			#m_nav_list.active{left: 0;}
		/**/



		.banner{width: 100%;height: auto;position: relative;z-index: 10;margin: 100px auto 0;}
			.swiper-slide img{width: 100%;height: 35vh;object-fit: cover;}
			.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-container-horizontal > .swiper-pagination-bullets {bottom: 60px;left: 0;width: 100%;}
			.swiper-pagination-bullet-active {opacity: 1;background: rgba(255,255,255,.85);}



		/*---1---*/
		.con1{width: 100%;height: auto;margin: auto;background: url(../images/con1_bg.jpg) center top repeat-y;background-size: 100%;}
			.con1 .con1_b{width: 96%;margin:auto;display: flex;padding: 30px 0 5px;}
				.con1 .con1_b .title_con{width: 92%;padding-left: 8%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con1 .con1_b .title_con .title_b{width: auto;height: 80px;display: flex;flex-direction: row;background: url(../images/title_bg.png) left top no-repeat;background-size: 40%;padding-left: 100px;}
						.con1 .con1_b .title_con .title_b .title_b_L{width: 10%;height: 80px;display: flex;flex-wrap: wrap;}
							.con1 .con1_b .title_con .title_b .title_b_L .num{width: 100%;line-height: 72px;color:#fff;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;}
						.con1 .con1_b .title_con .title_b_R{width: 55%;height: 80px;display: flex;flex-wrap: wrap;margin-left: 30px;}
								.con1 .con1_b .title_con .title_b .title_b_R .ch{width: 100%;color:#222;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;margin-top: 6px;}
								.con1 .con1_b .title_con .title_b .title_b_R .line{width: 100%;height: 2px;border-bottom: 1px solid #222;}
								.con1 .con1_b .title_con .title_b .title_b_R .en{width: 100%;line-height: calc(16px + (20 - 16) * ((100vw - 375px) / (1180 - 375)));color:#222;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1180 - 375)));text-transform:capitalize;font-weight: 100;letter-spacing: calc(2px + (4 - 2) * ((100vw - 375px) / (1180 - 375)));}
								



			.con1 .list_con{width: 96%;height:auto;margin: calc(28px + (40 - 28) * ((100vw - 375px) / (1180 - 375))) auto 0;display: flex;justify-content: space-between;position: relative;overflow: hidden;padding-bottom: 50px;}
			.con1 .list_con ul{width: 100%;display: flex;justify-content: space-between;transition: transform 0.5s ease;}
			.con1 .list_con ul li{width: 50%;display: flex;align-items: center;flex-direction: column;}
				.con1 .list_con ul li .pic{border:1px solid #dedede;padding:3px;}
				.con1 .list_con ul li .pic a{width: 100%;}
				.con1 .list_con ul li .pic img{display: block;width: calc(180px + (278 - 180) * ((100vw - 375px) / (1180 - 375)));}


				.con1 .list_con ul li .txt{width: 100%;display: flex;flex-direction: column;align-items: center;}
				.con1 .list_con ul li .txt .name{width: 100%;font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;color: #652300;text-align: center;line-height: calc(28px + (56 - 28) * ((100vw - 375px) / (1180 - 375)));margin-top:10px;}
				.con1 .list_con ul li .txt .line{width: 100%;border-bottom: 1px solid #dcdcdc;margin: calc(3px + (10 - 3) * ((100vw - 375px) / (1180 - 375))) auto;display: none;}
				.con1 .list_con ul li .txt .mt{width: 100%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;color: #000;text-align: left;line-height:  calc(18px + (23 - 18) * ((100vw - 375px) / (1180 - 375)));margin-top: calc(10px + (30 - 10) * ((100vw - 375px) / (1180 - 375)));display: none;}
				.con1 .list_con ul li .txt .summary{width: 100%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;color: #000;text-align: left;line-height:  calc(18px + (23 - 18) * ((100vw - 375px) / (1180 - 375)));margin-top: calc(10px + (30 - 10) * ((100vw - 375px) / (1180 - 375)));display: none;}
				
				.con1 .list_con ul li .txt .btn{width: calc(90px + (110 - 90) * ((100vw - 375px) / (1180 - 375)));font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;text-align: center;margin-top:10px;border:1px solid #652300;line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1180 - 375)));transition: all .4s;cursor: pointer;}
				.con1 .list_con ul li .txt .btn:hover{border:1px solid #000;}
				.con1 .list_con ul li .txt .btn a{width: 100%;color: #652300;transition: all .4s;}
				.con1 .list_con ul li .txt .btn:hover a{color: #000;}




		/*---2---*/
		.con2{width: 100%;min-height: calc(535px + (802 - 535) * ((100vw - 375px) / (1180 - 375)));margin: auto;background: url(../images/con2_bg.jpg) center top no-repeat;background-size: 100%;}
			.con2 .con2_b{width: 96%;margin:auto;display: flex;flex-wrap: wrap;justify-content: center;padding: 30px 0 5px;}
				.con2 .con2_b .title_con{width: 92%;padding-left: 8%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con2 .con2_b .title_con .title_b{width: auto;height: 80px;display: flex;flex-direction: row;background: url(../images/title_bg.png) left top no-repeat;background-size: 40%;padding-left: 100px;}
						.con2 .con2_b .title_con .title_b .title_b_L{width: 10%;height: 80px;display: flex;flex-wrap: wrap;}
							.con2 .con2_b .title_con .title_b .title_b_L .num{width: 100%;line-height: 72px;color:#fff;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;}
						.con2 .con2_b .title_con .title_b_R{width: 55%;height: 80px;display: flex;flex-wrap: wrap;margin-left: 30px;}
								.con2 .con2_b .title_con .title_b .title_b_R .ch{width: 100%;color:#222;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;margin-top: 6px;}
								.con2 .con2_b .title_con .title_b .title_b_R .line{width: 100%;height: 2px;border-bottom: 1px solid #222;}
								.con2 .con2_b .title_con .title_b .title_b_R .en{width: 100%;line-height: calc(16px + (20 - 16) * ((100vw - 375px) / (1180 - 375)));color:#222;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1180 - 375)));text-transform:capitalize;font-weight: 100;letter-spacing: calc(2px + (4 - 2) * ((100vw - 375px) / (1180 - 375)));}
								



			.con2 .list_con{width: 96%;margin:auto;display: flex;flex-wrap: wrap;}

			.con2 .list_con .detail{width: 100%;}
			.con2 .list_con .detail ul{width: 100%;display: flex;flex-direction: column;flex-wrap: wrap;padding-top: 50px;}
			.con2 .list_con .detail ul li{width: 100%;}
			.con2 .list_con .detail ul li .txt{width: 100%;}
			.con2 .list_con .detail ul li .txt .name{width: 100%;font-size: calc(14px + (20 - 14) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;color: #652300;text-align: left;line-height: calc(22px + (32 - 22) * ((100vw - 375px) / (1180 - 375)));}
			.con2 .list_con .detail ul li .txt .summary{width: 100%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;color: #000000;text-align: left;line-height: calc(22px + (28 - 22) * ((100vw - 375px) / (1180 - 375)));}

			

			.con2 .list_con .btn_b{width: 100%;padding:30px 0;}
			.con2 .list_con .btn_b ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con2 .list_con .btn_b ul li{width: 25%;margin-bottom: 25px;}
			.con2 .list_con .btn_b ul li a{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
			.con2 .list_con .btn_b ul li .btn{width: 82%;border: double #ccc;display: flex;flex-wrap: wrap;justify-content: center;box-sizing: border-box;}
			.con2 .list_con .btn_b ul li .btn .icon{width: 100%;background: transparent;transition: all 0.4s;text-align: center;}
			.con2 .list_con .btn_b ul li .btn:hover .icon{width: 100%;background: #652300;transition: all 0.4s;text-align: center;}
			.con2 .list_con .btn_b ul li .btn .icon i{font-size: calc(26px + (40 - 26) * ((100vw - 375px) / (1180 - 375)));color: #5d5d5d;transition: all 0.4s;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (1180 - 375)));text-align: center;}
			.con2 .list_con .btn_b ul li .btn:hover .icon i{font-size: calc(26px + (40 - 26) * ((100vw - 375px) / (1180 - 375)));color: #ffffff;transition: all 0.4s;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (1180 - 375)));text-align: center;}

			.con2 .list_con .btn_b ul li .btn .title{width: 90%;transition: all 0.4s;color: #5d5d5d;text-align: center;font-size: calc(10px + (12 - 10) * ((100vw - 375px) / (1180 - 375)));line-height: calc(28px + (40 - 28) * ((100vw - 375px) / (1180 - 375)));}
			.con2 .list_con .btn_b ul li .btn:hover .title{width: 90%;transition: all 0.4s;color: #652300;text-align: center;font-size: calc(10px + (12 - 10) * ((100vw - 375px) / (1180 - 375)));line-height: calc(28px + (40 - 28) * ((100vw - 375px) / (1180 - 375)));}







		/*---3---*/
		.con3{width: 100%;height: auto;min-height: calc(500px + (745 - 500) * ((100vw - 375px) / (1180 - 375)));background: url(../images/con3_bg.jpg) left top no-repeat;background-size: cover;}
			.con3 .con3_b{width: 96%;margin: auto;display: flex;padding: 80px 0 0px;}
				.con3 .con3_b .title_con{width: 92%;padding-left: 8%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con3 .con3_b .title_con .title_b{width: auto;height: 80px;display: flex;flex-direction: row;background: url(../images/title_bg.png) left top no-repeat;background-size: 40%;padding-left: 100px;}
						.con3 .con3_b .title_con .title_b .title_b_L{width: 10%;height: 80px;display: flex;flex-wrap: wrap;}
							.con3 .con3_b .title_con .title_b .title_b_L .num{width: 100%;line-height: 72px;color:#fff;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;}
						.con3 .con3_b .title_con .title_b_R{width: 55%;height: 80px;display: flex;flex-wrap: wrap;margin-left: 30px;}
								.con3 .con3_b .title_con .title_b .title_b_R .ch{width: 100%;color:#222;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;margin-top: 6px;}
								.con3 .con3_b .title_con .title_b .title_b_R .line{width: 100%;height: 2px;border-bottom: 1px solid #222;}
								.con3 .con3_b .title_con .title_b .title_b_R .en{width: 100%;line-height: calc(16px + (20 - 16) * ((100vw - 375px) / (1180 - 375)));color:#222;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1180 - 375)));text-transform:capitalize;font-weight: 100;letter-spacing: calc(2px + (4 - 2) * ((100vw - 375px) / (1180 - 375)));}
								
			.con3 .list_b{width: 96%;margin: auto;padding: 40px 0;display: flex;}
			.con3 .list_b .yyhj{width: 15%;display: none;flex-direction: column;align-items: center;cursor: pointer;}
				.con3 .list_b .yyhj .num{width: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #dedede;font-size: 18px;color: #222;line-height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));text-align: center;position: relative;z-index: 10;transition:all .4s;}
				.con3 .list_b .yyhj:hover .num{width: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #8c001b;font-size: 18px;color: #fff;line-height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));text-align: center;position: relative;z-index: 10;transition:all .4s;}
				.con3 .list_b .yyhj .content_b{width: calc(110px + (150 - 110) * ((100vw - 375px) / (1180 - 375)));height:  calc(380px + (410 - 380) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #fff;border-radius:0px 0px calc(50px + (70 - 50) * ((100vw - 375px) / (1180 - 375))) calc(50px + (70 - 50) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;position: relative;z-index: 5;margin-top: -30px;}
				.con3 .list_b .yyhj .content_b .txt{display: flex;flex-wrap: wrap;padding-top: 60px;}
				.con3 .list_b .yyhj .content_b .txt .ch{font-size: 18px;color:#222;transition:all .4s;}
				.con3 .list_b .yyhj:hover .content_b .txt .ch{font-size: 18px;color:#8c001b;}
				.con3 .list_b .yyhj .content_b .txt .en{font-size: 13px;color:#ccc;font-weight: 600;}
				.con3 .list_b .yyhj .content_b .pic{display: flex;flex-wrap: wrap;justify-content: center;align-content: center;padding-bottom: calc(3px + (7 - 3) * ((100vw - 375px) / (1180 - 375)));}
				.con3 .list_b .yyhj .content_b .pic img{width: 95%;transition:all .4s;opacity: 1;}
				.con3 .list_b .yyhj:hover .content_b .pic img{width: 95%;opacity: .5;}

			.con3 .list_b .sbzs{width: 15%;display: none;flex-direction: column;align-items: center;cursor: pointer;}
				.con3 .list_b .sbzs .num{width: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #dedede;font-size: 18px;color: #222;line-height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));text-align: center;position: relative;z-index: 10;transition:all .4s;}
				.con3 .list_b .sbzs:hover .num{width: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #8c001b;font-size: 18px;color: #fff;line-height: calc(44px + (62 - 44) * ((100vw - 375px) / (1180 - 375)));text-align: center;position: relative;z-index: 10;transition:all .4s;}
				.con3 .list_b .sbzs .content_b{width: calc(110px + (150 - 110) * ((100vw - 375px) / (1180 - 375)));height:  calc(380px + (410 - 380) * ((100vw - 375px) / (1180 - 375)));border:1px solid #ccc;box-sizing: border-box;background: #fff;border-radius:0px 0px calc(50px + (70 - 50) * ((100vw - 375px) / (1180 - 375))) calc(50px + (70 - 50) * ((100vw - 375px) / (1180 - 375)));display: flex;flex-wrap: wrap;justify-content: center;align-content: space-between;position: relative;z-index: 5;margin-top: -30px;}
				.con3 .list_b .sbzs .content_b .txt{display: flex;flex-wrap: wrap;padding-top: 60px;}
				.con3 .list_b .sbzs .content_b .txt .ch{font-size: 18px;color:#222;transition:all .4s;}
				.con3 .list_b .sbzs:hover .content_b .txt .ch{font-size: 18px;color:#8c001b;}
				.con3 .list_b .sbzs .content_b .txt .en{font-size: 13px;color:#ccc;font-weight: 600;}
				.con3 .list_b .sbzs .content_b .pic{display: flex;flex-wrap: wrap;justify-content: center;align-content: center;padding-bottom: calc(3px + (7 - 3) * ((100vw - 375px) / (1180 - 375)));}
				.con3 .list_b .sbzs .content_b .pic img{width: 95%;transition:all .4s;opacity: 1;}
				.con3 .list_b .sbzs:hover .content_b .pic img{width: 95%;opacity: .5;}

			.vertical-text {writing-mode: vertical-rl;text-orientation: mixed;line-height: 1.8;}


			.con3 .list_b .gywm{width: 100%;background: url(../images/about_bg.jpg) center top no-repeat;background-size: cover;padding: 15px 0;display: flex;flex-direction: column;align-items: center;}
			.con3 .list_b .gywm .name{width: 94%;font-size: 32px;line-height: 70px;color: #652300;font-weight: 600;text-align: left;}
			.con3 .list_b .gywm .line{width: 94%;border-bottom: 1px solid #ccc;}
			.con3 .list_b .gywm .summary{width: 94%;font-size: 14px;line-height: 34px;color: #000;font-weight: 600;text-align: left;}
			.con3 .list_b .gywm .btn{width: calc(90px + (100 - 90) * ((100vw - 375px) / (1180 - 375)));font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;text-align: center;line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1180 - 375)));transition: all .4s;cursor: pointer;background: #652300;color: #fff;margin-top: 15px;}
			.con3 .list_b .gywm .btn:hover{width: calc(90px + (100 - 90) * ((100vw - 375px) / (1180 - 375)));font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));font-weight: 100;text-align: center;line-height: calc(28px + (36 - 28) * ((100vw - 375px) / (1180 - 375)));transition: all .4s;cursor: pointer;background: #b13d00;color: #fff;}
			.con3 .list_b .gywm .btn a{color: #fff;}








		/*---4---*/
		.con4{width: 100%;height: auto;background: url(../images/con4_bg.jpg) center top no-repeat;background-size: cover;padding-top: 4rem;display: flex;flex-wrap: wrap;justify-content: center;}
			.con4 .con4_b{width: 96%;margin: auto;display: flex;}
				.con4 .con4_b .title_con{width: 92%;padding-left: 8%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .con4_b .title_con .title_b{width: auto;height: 80px;display: flex;flex-direction: row;background: url(../images/title_bg.png) left top no-repeat;background-size: 40%;padding-left: 100px;}
						.con4 .con4_b .title_con .title_b .title_b_L{width: 10%;height: 80px;display: flex;flex-wrap: wrap;}
							.con4 .con4_b .title_con .title_b .title_b_L .num{width: 100%;line-height: 72px;color:#fff;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 600;}
						.con4 .con4_b .title_con .title_b_R{width: 55%;height: 80px;display: flex;flex-wrap: wrap;margin-left: 30px;}
								.con4 .con4_b .title_con .title_b .title_b_R .ch{width: 100%;color:#222;font-size: calc(20px + (26 - 20) * ((100vw - 375px) / (1180 - 375)));font-weight: 400;margin-top: 6px;}
								.con4 .con4_b .title_con .title_b .title_b_R .line{width: 100%;height: 2px;border-bottom: 1px solid #222;}
								.con4 .con4_b .title_con .title_b .title_b_R .en{width: 100%;line-height: calc(16px + (20 - 16) * ((100vw - 375px) / (1180 - 375)));color:#222;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (1180 - 375)));text-transform:capitalize;font-weight: 100;letter-spacing: calc(2px + (4 - 2) * ((100vw - 375px) / (1180 - 375)));}

					.con4 .con4_b .title_b .title_b_r{height: auto;display: flex;flex-wrap: wrap;justify-content: space-around;align-items: flex-end;padding-bottom: 30px;}
					.con4 .con4_b .title_b .title_b_r a{display: flex;flex-wrap: wrap;align-items: center;color:#666;transition: color 0.4s;}
					.con4 .con4_b .title_b .title_b_r a:hover{display: flex;flex-wrap: wrap;color:#0d8a3a;}
					.con4 .con4_b .title_b .title_b_r i{font-size: calc(18px + (22 - 18) * ((100vw - 375px) / (1180 - 375)));margin-right: 4px;}
						
						.con4 .con4_b .title_b .title_b_r .btn{width: auto;font-size: calc(16px + (20 - 16) * ((100vw - 375px) / (1180 - 375)));text-transform: uppercase;line-height: 36px;text-align: center;color:#222;border:1px solid  rgba(110,110,110,1);background: transparent;padding:4px 18px;margin: 0 6px;transition: all .4s;cursor: pointer;}
						.con4 .con4_b .title_b .title_b_r .btn:hover{color:#fff;font-weight:600;height: 36px;border:1px solid rgba(0,0,0,0);background: #325ab2;}








			.con4 .list_b{width: 96%;height: auto;margin-top: calc(60px + (80 - 60) * ((100vw - 375px) / (1180 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (1180 - 375)));}
			.con4 .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: space-between;}
			.con4 .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l{width: 94%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con4 .list_b ul li .list_b_l .pic_news{width: 100%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic{width: 100%;}
					.con4 .list_b ul li .list_b_l .pic_news .pic img{width: 100%;height: 100%;}


					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt{width: 100%;background: #fff;display: flex;flex-wrap: wrap;justify-content: center;}
					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title{width: 98%;display: flex;flex-wrap: wrap;justify-content: center;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_txt{width: 94%;font-size: calc(12px + (18 - 12) * ((100vw - 375px) / (1180 - 375)));color: #652300;font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (1180 - 375)));transition: all 0.4s;cursor: pointer;margin-top: 15px;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_txt{width: 94%;font-size: calc(12px + (18 - 12) * ((100vw - 375px) / (1180 - 375)));color: #bf4200;font-weight: 800;text-align: left;line-height: calc(26px + (42 - 26) * ((100vw - 375px) / (1180 - 375)));transition: all 0.4s;cursor: pointer;margin-top: 15px;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .title_summary{width: 94%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));color: #222;font-weight: 100;text-align: left;line-height: 18px;transition: all 0.4s;cursor: pointer;}
					.con4 .list_b ul li .list_b_l .pic_news:hover .pic_news_txt .title .title_summary{width: 94%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));color: #bf4200;font-weight: 100;text-align: left;line-height: 18px;transition: all 0.4s;cursor: pointer;}

					.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .date{width: 94%;margin: 15px 0;}
						.con4 .list_b ul li .list_b_l .pic_news .pic_news_txt .title .date .md{width: 94%;font-size: calc(12px + (14 - 12) * ((100vw - 375px) / (1180 - 375)));color: #222;font-weight: 800;text-align: left;line-height: 20px;transition: all 0.4s;cursor: pointer;}


		/*----5----*/
		.con5{width: 100%;height: auto;background: #652300 url(../images/btm_bg.jpg) repeat-x;display: flex;}
			.con5 .con5_b{width: 96%;height: auto;margin: auto;display: flex;justify-content: flex-start;flex-direction: column;align-items: center;padding:0 0 20px 0;}
				.con5 .con5_b .logo{width:100%;padding:6px 0;border-bottom: 1px solid rgba(255,255,255,.1);}
					.con5 .con5_b .logo img{width: calc(330px + (413 - 330) * ((100vw - 375px) / (1180 - 375)));margin: calc(55px + (60 - 55) * ((100vw - 375px) / (1180 - 375))) auto calc(15px + (30 - 15) * ((100vw - 375px) / (1180 - 375)));display: block;}
					.con5 .con5_b .qr_code{width: 100%;height: auto;display: flex;font-size: 14px;color: #fff;line-height: 20px;text-align: center;padding-top: 5px;flex-direction: row;}
					.con5 .con5_b .qr_code ul{width: 100%;display: flex;flex-wrap: wrap;justify-content: center;}
					.con5 .con5_b .qr_code ul li{width: 50%;display: flex;justify-content: center;flex-direction: column;font-size: 16px;font-weight: 600;}
					.con5 .con5_b .qr_code img{width: 80%;margin: calc(15px + (30 - 15) * ((100vw - 375px) / (1180 - 375))) auto calc(5px + (10 - 5) * ((100vw - 375px) / (1180 - 375)));display: block;}



		/*----6----*/
		.con6{width: 100%;height: auto;background: #3b1500;line-height: 54px;text-align: center;font-size: 15px;font-weight: 800;}
			.con6 .con6_b{width: 96%;height: auto;margin: auto;}
				.con6 .con6_b .icp{width: 100%;height: auto;line-height: 30px;padding: 15px 0;color: #fff;}
					.con6 .con6_b .icp a{color: #fff;transition: all 0.4s; cursor: pointer;}
					.con6 .con6_b .icp a:hover{color: #fff;}





			/**/	
				#search_pc_list{padding: 0;position: fixed;background: #fff !important;top: -100%;left: 0;height: 20vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 100%;padding: 0;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;justify-content: center;}
				#search_pc_list .close{margin-bottom: 15px;margin-right: 17%;}
				#search_pc_list .close i{color: #222;}
				#search_pc_list form{width: 100%;}
				#search_pc_list .input-box{width: 100%;display: flex;justify-content: center;}
				#search_pc_list .input-box .input_txt{width: 60%;border:1px solid rgba(0,147,181,1); color: #222;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#search_pc_list .input-box .input_btn{width: 5%;border:1px solid rgba(0,147,181,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(0,147,181,1);}
				#search_pc_list.active{top: 0;}

				#m_nav_list{position: fixed;left: 100%;}


				#m_search_list{position: fixed;background: #fff !important;top: -100%;left: 0;height: 12vh;-webkit-transition: all 0.5s;transition: all 0.5s;z-index: 1000;width: 88%;padding: 6%;z-index:999999;display: flex;flex-direction: column;align-items: flex-end;}



				#m_search_list .close{margin-bottom: 15px;}
				#m_search_list form{width: 100%;}
				#m_search_list .input-box{width: 100%;display: flex;}
				#m_search_list .input-box .input_txt{width: 80%;border:1px solid rgba(109,67,0,1); color: #dedede;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;margin-right: 5px;}
				#m_search_list .input-box .input_btn{width: 15%;border:1px solid rgba(109,67,0,1); color: #fff;line-height: 28px;padding:0 10px;font-size: 12px;border-radius: 4px;background: rgba(109,67,0,1);}
				
				#m_search_list.active{top: 0;}
			/**/




		/*---tem---*/


		.con_tem{width: 100%;height: auto;margin: auto;border-bottom: 10px solid rgba(67,23,0,1);background: url(../images/con_tem_bg.jpg) bottom center no-repeat;background-size: 100%;padding-top: 4rem;}
			.con_tem .con_tem_b{width: 96%;margin: auto;display: flex;flex-direction: column;padding: 0 0 44px 0;}
			
				.con_tem .con_tem_b .title_b{width: 100%;height: auto;flex-wrap: wrap;justify-content: center;}
					.con_tem .con_tem_b .title_b .en{width: 100%;line-height: calc(36px + (60 - 36) * ((100vw - 375px) / (768 - 375)));color:#68b626;font-size: calc(32px + (48 - 32) * ((100vw - 375px) / (768 - 375)));font-weight: 600;text-transform:capitalize;text-align: center;}
					.con_tem .con_tem_b .title_b .ch{width: 100%;line-height: calc(42px + (60 - 42) * ((100vw - 375px) / (768 - 375)));color:#222;font-size: calc(28px + (42 - 28) * ((100vw - 375px) / (768 - 375)));font-weight: 600;display: flex;justify-content: center;align-items: center;text-align: center;}
					
					.con_tem .con_tem_b .title_b .ch .line{margin-left: 10px;border-top: thin solid #dcdcdc;width: 16%;display: none;}
					

					.con_tem .con_tem_b .title_b .btn_b{width: 100%;margin-top: 30px;display: flex;flex-wrap: wrap;justify-content: space-around;}
						.con_tem .con_tem_b .title_b .btn_b .btn{color:#fff;font-weight: 600;padding: 8px 0;border-radius: 40px;text-align: center;margin-top: 7px;transition: all .4s;cursor: pointer;width: 48.5%;background: rgba(67,23,0,1);}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover{background: rgba(109,67,0,1);color:#fff;}
						.con_tem .con_tem_b .title_b .btn_b .btn a{color:#fff;font-weight: 600;transition: all .4s;font-size: calc(13px + (15 - 13) * ((100vw - 375px) / (768 - 375)));width: 100%;}
						.con_tem .con_tem_b .title_b .btn_b .btn:hover a{color:#fff;}

						.con_tem .con_tem_b .title_b .btn_b .btn.now{background: rgba(109,67,0,1);color:#fff;}



				.con_tem .con_tem_b .txt_b{width: 100%;padding: calc(10px + (14 - 10) * ((100vw - 375px) / (768 - 375)));height: auto;border-left: 0px solid #e9e9e9;box-sizing: border-box;font-weight: 600;line-height: 38px;font-size: calc(14px  + (15 - 14) * ((100vw - 375px) / (768 - 375)));margin-top: 3rem;}
				.con_tem .con_tem_b .txt_b img{width: 100%;margin:auto;}
				.con_tem .con_tem_b .txt_b .title_txt{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 375px) / (1180 - 375))); font-size: calc(32px + (38 - 32) * ((100vw - 375px) / (1180 - 375)));color: #222;font-weight: 800;text-align: center;margin:2rem auto;}


				.con_tem .con_tem_b .txt_b h1{width: 100%;line-height: calc(38px + (46 - 38) * ((100vw - 375px) / (1180 - 375))); font-size: calc(32px + (38 - 32) * ((100vw - 375px) / (1180 - 375)));color: #222;font-weight: 800;text-align: center;margin:2rem auto;}

				



				.con_tem .con_tem_b .txt_b .list_b{width: 100%;height: auto;margin-top: calc(22px + (48 - 22) * ((100vw - 375px) / (768 - 375)));padding-bottom: calc(50px + (120 - 50) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b ul{width: 100%;height: auto;display: flex;flex-wrap: wrap;}
				.con_tem .con_tem_b .txt_b .list_b ul li{width: 50%;height: auto;display: flex;flex-wrap: wrap;justify-content: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b{width: 90%;display: flex;flex-wrap: wrap;justify-content: center;background: #fff;margin: 1rem auto;padding:1rem 0;transition: all 0.4s;cursor: pointer;box-shadow: 0px 5px 16px 0px rgba(0,0,0,.1);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover{box-shadow: 0px 9px 16px 0px rgba(0,0,0,.18);}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic{width: 100%;text-align: center;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .pic img{width: 90%;margin: 1rem auto;opacity: 1;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .pic img{width: 90%;margin: 1rem auto;opacity: 0.6;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #222;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .title{width: 92%;text-align: left;font-size: calc(14px + (18 - 14) * ((100vw - 375px) / (768 - 375)));font-weight: 800;color: #68b626;line-height: calc(20px + (30 - 20) * ((100vw - 375px) / (768 - 375)));}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #cdcdcd;line-height: 16px;margin-top: 1rem;transition: all 0.4s;}
				.con_tem .con_tem_b .txt_b .list_b ul li .pic_b:hover .summary{width:92%;text-align: left;font-size: 12px;font-weight: 400;color: #222;line-height: 16px;margin-top: 1rem;}



  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 10px;left: 0;width: 100%;}


}