* { box-sizing:border-box;-moz-box-sizing:border-box; /* Firefox */-webkit-box-sizing:border-box; /* Safari */-webkit-text-size-adjust: none; outline: none;}

/* 通用滚动条代码 */
::-webkit-scrollbar {
	width: 8px;
	background-color: #4e2813;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #d4171a;
}

/*-----------------共用------------*/
.space1{ overflow:hidden; clear:both; height:10px; width:100%}
.space2{ overflow:hidden; clear:both; height:20px; width:100%}
.space3{ overflow:hidden; clear:both; height:30px; width:100%}
.space4{ overflow:hidden; clear:both; height:40px; width:100%}

.main_box{ max-width:1300px; overflow:hidden; width:94%; margin:0 auto;}

@media (max-width:1400px) {
.main_box{ max-width:1250px; overflow:hidden; width:94%; margin:0 auto;}

}

@media only screen and (max-width:1000px) {
.space2{ overflow:hidden; clear:both; height:10px; width:100%}
.space3{ overflow:hidden; clear:both; height:10px; width:100%}
.space4{ overflow:hidden; clear:both; height:20px; width:100%}
}

li{ list-style:none}
.hui_bg{ background:#f2f1f7; width:100%; padding:80px 0px 80px 0px; overflow:hidden; }
.bai_bg{ background:#ffffff; width:100%; padding:80px 0px 80px 0px; overflow:hidden; }


@media only screen and (max-width:1400px) {
.hui_bg{ background:#f2f1f7; width:100%; padding:60px 0px 60px 0px; overflow:hidden;}
.bai_bg{ background:#ffffff; width:100%; padding:60px 0px 60px 0px; overflow:hidden; }
}


@media only screen and (max-width:1100px) {
.hui_bg{ background:#f2f1f7; width:100%; padding:30px 0px 30px 0px; overflow:hidden;}
.bai_bg{ background:#ffffff; width:100%; padding:30px 0px 30px 0px; overflow:hidden; }
}

.sy_title1{ text-align:center; }
.sy_title1 h3{ color: #000;font-size: 40px;line-height:50px; margin:0px; padding:0px; padding-bottom:10px; font-weight:300;letter-spacing:1px; position: relative;font-family:'Koulen'}
.sy_title1 .x_txt{ margin:0 auto;line-height: 30px;padding:0px 15px;font-size:16px; color: #666;  }
.sy_title1 h3::before{position: absolute; z-index: 1;content: ""; bottom:0; width: 40px; height: 3px; background: #ee0000;left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transform: translateX(-50%);}
@media only screen and (max-width:1450px) {
.sy_title1 h3{ font-size: 34px; margin-bottom:0px;line-height:36px;}		
}

@media only screen and (max-width:1190px) {
.sy_title1 h3{ font-size: 30px; margin-bottom:0px;line-height:36px;}
.sy_title1 .x_txt{line-height: 24px;}
}
@media only screen and (max-width:800px) {
.sy_title1 h3{ font-size: 26px; margin-bottom:0px;line-height:30px;}
.sy_title1 .x_txt{font-size: 14px;}
}


.x_txt_sm{ overflow: hidden;margin: 0px;  padding: 0px;text-align: center;font-size: 16px; line-height: 190%;font-weight: 400;color:#333; margin-bottom: 20px}

	
.news_dv{overflow: hidden;margin:0 auto;padding:0px; max-width: 800px; margin-bottom: 20px;}
.news_dv img{max-width: 100%; width: auto; height: auto;vertical-align: top}

.brand_dv{overflow: hidden;margin:0 auto;padding:0px;}
.brand_dv img{max-width: 100%; width: auto; height: auto;vertical-align: top}


 /* ---news-------- */

.news_list_tj{overflow:hidden; padding: 0px; margin: 0px;margin: 0 auto; width: 94%;margin-bottom: 10px; position: relative;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; background: #f6f6f6}
.news_list_tj a{display: inline}
.news_list_tj dl{overflow:hidden; padding: 20px 20px; }
.news_list_tj dl dt{overflow:hidden; padding: 0px; margin: 0px; font-size: 16px; color: #000; line-height: 30px;white-space:nowrap;text-overflow:ellipsis;margin-bottom: 15px;  position: relative; padding-bottom: 10px}
.news_list_tj dl dd{overflow:hidden; padding: 0px; margin: 0px;white-space:nowrap;text-overflow:ellipsis;color:rgba(0, 0, 0, 0.6);font-size: 14px}
.news_list_tj dl dt::after{ position: absolute; z-index: 2;left: 0px; bottom: 0px; width: 0px; height: 1px; background: #fff;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; content: "";}

.n_time{ position: absolute; z-index: 2; padding: 5px 10px;font-size: 12px; background: rgba(0, 0, 0, 0.2); float: left;left: 0px; bottom: 0; color: #fff; }
.n_time i{font-size: 14px}

.news_list_tj .img_box_tj{overflow: hidden; position: relative}
.news_list_tj .img_box_tj .product_img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease; overflow: hidden;
}

.news_list_tj .img_box_tj .product_img img{display: block;width:100%;height: auto; vertical-align: top}
.news_list_tj:hover dl dt{color:#fff}
.news_list_tj:hover dl dd{color:rgba(255, 255, 255, 0.9)}
.news_list_tj:hover .img_box_tj .product_img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.news_list_tj:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; background: #ee0000}
.news_list_tj:hover .n_time{ background: #ee0000;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; color: #fff}

.news_list_tj:hover dl dt::after{ width: 100%;transition: 0.4s;-moz-transition: 0.4s;-webkit-transition: 0.4s;}



@media screen and (max-width: 1300px) {
.news_list_tj dl dt{font-size:16px;line-height: 30px;}
}

@media screen and (max-width: 1000px) {
.news_list_tj dl dt{font-size:14px;line-height: 24px;}
}

@media screen and (max-width:750px) {
.news_list_tj dl dd{font-size: 14px; line-height: 24px}	
}

@media screen and (max-width:600px) {
.news_list_dm li dl dd{ margin-bottom:0px; max-height: 48px;font-size: 14px; line-height: 24px;white-space:normal;text-overflow:inherit;}
}



.sy_cplist{ overflow:hidden; padding:0px; margin:0 auto}
.sy_cplist li{ overflow:hidden; margin:0px; padding:0px; width:23.875%; float:left;display:inline;  margin-bottom:24px; margin-right:1.5%}
.sy_cplist dl{ overflow:hidden;padding:5px;margin:0 auto; border:#ddd 1px solid;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; position:relative; background:#fff;}
.sy_cplist dl a{ display:inline}
.sy_cplist dl dt{overflow:hidden;font-weight:normal;color:#222; position:relative;text-align:center; }
.sy_cplist dl dd{ overflow:hidden; margin:0px;font-size: 15px; text-align: center}
.sy_cplist dl dt h3{ font-size:15px;overflow:hidden; line-height:22px; padding:0px 5px 0px 5px;  text-align:left; margin-top:8px;height: 48px;font-family: 'Aileron-Regular';font-weight: normal;text-align: center}
.sy_cplist dl dd span{ color:#777; margin-right:2px}
.sy_cplist dl dt img{width:100%;height:auto; vertical-align:top;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; margin:0 auto }
.sy_cplist li:hover dl{box-shadow:0 0 15px 1px rgba(0,0,0,.1); background:#fff; border:#ee0000 1px solid; }
.sy_cplist li:hover dt h3{ color:#ee0000;}


.cpsx_sm_txt{ overflow:hidden; margin:0px;font-size:14px; line-height:20px; color:#555;padding:0px 5px 0px 5px;height:40px}
.cpsx_sm_txt span{ color:#777; margin-right:2px}


.sy_cplist li:hover dt{color:#ee0000}

.sy_cplist li:nth-child(4n){ margin-right:0}

.sy_cplist dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:8px; bottom:0px}
.cp_dv i{ color:#6633FF;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;font-size: 26px;
background: -webkit-linear-gradient(45deg, #6633FF, #0672c1);
background: -o-linear-gradient(45deg, #6633FF, #0672c1); 
background: -moz-linear-gradient(45deg, #6633FF, #0672c1); 
background: linear-gradient(45deg, #6633FF, #0672c1); -webkit-background-clip: text; color: transparent;}
.sy_cplist dl  .cp_dv img{ height:22px; width:auto}

.sy_cplist dl .cp_dv:hover i{transform:rotate(360deg);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

@media only screen and (max-width:1300px) {
.sy_cplist dl{ overflow:hidden; padding:8px;}
.sy_cplist dl dt h3{ font-size:14px;}
.cpsx_sm_txt{ font-size:12px}
.sy_cplist dl  .cp_dv i{font-size: 22px;}
}

@media only screen and (max-width:750px) {
.sy_cplist li{ width:49%; margin-bottom:15px}
.sy_cplist li:nth-child(2n){ margin-right:0}
.sy_cplist dl{ overflow:hidden;padding:15px;}
.sy_cplist dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:4px; bottom:-10px}
}

@media only screen and (max-width:650px) {

.sy_cplist dl{ overflow:hidden;  padding:6px;}

}


.sy_cplist1{ overflow:hidden; padding:0px; margin:0 auto}
.sy_cplist1 li{ overflow:hidden; margin:0px; padding:0px; width:32%; float:left;display:inline;  margin-bottom:2%; margin-right:2%}
.sy_cplist1 dl{ overflow:hidden;padding:8px;margin:0 auto; border:#ddd 1px solid;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; position:relative; background:#fff;}
.sy_cplist1 dl a{ display:inline}
.sy_cplist1 dl dt{overflow:hidden;font-weight:normal;color:#222; position:relative;text-align:center; }
.sy_cplist1 dl dd{ overflow:hidden; margin:0px;font-size: 15px; text-align: center}
.sy_cplist1 dl dt h3{ font-size:15px;overflow:hidden; line-height:22px; padding:0px 5px 0px 5px;  text-align:left; margin-top:8px;height: 48px;font-family: 'Aileron-Regular';font-weight: normal;text-align: center}
.sy_cplist1 dl dd span{ color:#777; margin-right:2px}
.sy_cplist1 dl dt img{width:100%;height:auto; vertical-align:top;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; margin:0 auto }
.sy_cplist1 li:hover dl{box-shadow:0 0 15px 1px rgba(0,0,0,.1); background:#fff; border:#ee0000 1px solid; }
.sy_cplist1 li:hover dt h3{ color:#ee0000;}

.sy_cplist1 li:hover dt{color:#ee0000}

.sy_cplist1 li:nth-child(3n){ margin-right:0}

.sy_cplist1 dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:8px; bottom:0px}
.cp_dv i{ color:#6633FF;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;font-size: 26px;
background: -webkit-linear-gradient(45deg, #6633FF, #0672c1);
background: -o-linear-gradient(45deg, #6633FF, #0672c1); 
background: -moz-linear-gradient(45deg, #6633FF, #0672c1); 
background: linear-gradient(45deg, #6633FF, #0672c1); -webkit-background-clip: text; color: transparent;}
.sy_cplist1 dl  .cp_dv img{ height:22px; width:auto}

.sy_cplist1 dl .cp_dv:hover i{transform:rotate(360deg);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

@media only screen and (max-width:1300px) {
.sy_cplist1 dl{ overflow:hidden; padding:8px;}
.sy_cplist1 dl dt h3{ font-size:14px;}
.cpsx_sm_txt{ font-size:12px}
.sy_cplist1 dl  .cp_dv i{font-size: 22px;}
}

@media only screen and (max-width:750px) {
.sy_cplist1 li{ width:49%; margin-bottom:15px}
.sy_cplist1 li:nth-child(3n){ margin-right:2%}
.sy_cplist1 li:nth-child(2n){ margin-right:0}
.sy_cplist1 dl{ overflow:hidden;padding:15px;}
.sy_cplist1 dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:4px; bottom:-10px}
}

@media only screen and (max-width:650px) {

.sy_cplist1 dl{ overflow:hidden;  padding:6px;}

}



.cp-bg{overflow:hidden;background:#f6f6f6  url(../images/cp-bg.jpg)  no-repeat center bottom;background-size:cover}
.sy_about_bg{overflow:hidden;background:#fff  url(../images/about_bg.jpg)  no-repeat center top fixed;background-size:cover}


.STIN_about_box{overflow:hidden; padding:0px;}
.STIN_about_box dl{overflow:hidden; margin:0px;padding:30px 30px;background: #00000080}
.STIN_about_box dl dd{overflow:auto; padding:0px;margin:0; color: #fff; line-height: 23px;font-size: 14px; height: 300px; text-align: justify; padding-right: 10px}
.STIN_about_box dl dd::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	background-color: #ee0000;}
.STIN_about_dv{width: 640px; height: auto;float:left; margin-right: 2%}
.STIN_about_dv img{width: 100%; height: auto;vertical-align: top;}

@media only screen and (max-width:1200px) {

.sy_about_bg{overflow:hidden;background:#ee0000  url(../images/about_bg.jpg)  no-repeat center top;background-size:cover}
.STIN_about_box dl dd{line-height: 22px;font-size: 14px; height: 243px}	
.STIN_about_dv{width: 540px; height: auto;float:left; margin-right: 2%}
}
@media only screen and (max-width:1000px) {
.STIN_about_box dl{padding: 20px 20px}
.STIN_about_box dl dd{line-height: 22px;font-size: 14px;  height: 200px; }	
.STIN_about_dv{max-width: 100%;width: 100%; height: auto;float:none; margin-right: 0; margin: 0 auto;}
}




.ytdp_v2_cp{overflow:hidden; padding:0px; margin: 0px}

.ytdp_v2_cp_L{overflow:hidden; padding:0px; margin: 0px;float: left; width:49%;}
.ytdp_v2_cp_R{overflow:hidden; padding:0px; margin: 0px;float: right; width:49%;}
.ytdp_v2_cp_R li{overflow:hidden; padding:0px; margin: 0px;float:left;width:49%; margin-right: 2%; margin-bottom:2%; position: relative}
.ytdp_v2_cp_R li a{display: inline}
.ytdp_v2_cp_R li:nth-child(2n){ margin-right:0}
.ytdp_v2_cp_R li .ytdp_s_cp_tu{ overflow:hidden; position:relative;  padding-top:100% }
.ytdp_v2_cp_R li .ytdp_s_cp_tu img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}

.ytdp_x_box{overflow:hidden; padding:0px; margin: 0px; position:relative; width: 100%}
.ytdp_x_box a{display: inline}
.cp_x_title{ width: 100%;float: left; background: rgba(0,0,0,0.6); text-align: center; padding: 15px 10px; color: #fff;font-size: 15px; line-height: 22px; position: absolute; z-index: 3; bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.cp_x_title1{ width: 100%;float: left; background: rgba(0,0,0,0.6); text-align: center; padding: 15px 10px; color: #fff;font-size: 15px; line-height: 22px; position: absolute; z-index: 3; bottom:0;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

.ytdp_x_cp_tu{ overflow:hidden; position:relative;  padding-top:100%; }
.ytdp_x_cp_tu img{display: block;width: 100%; height:100%; position:absolute; left:0; top:0;-webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); -o-transform:scale(1); transform:scale(1);-webkit-transition:all 0.6s ease-out 0s; -moz-transition:all 0.6s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.6s ease-out 0s;}

.ytdp_v2_cp_R li:hover .cp_x_title{ padding: 15px 10px 22px 10px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.ytdp_x_box:hover .cp_x_title1{  padding: 15px 10px 22px 10px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

.ytdp_v2_cp_R li:hover  .ytdp_s_cp_tu h3{padding: 10px 10px 20px 10px;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.3s ease-out 0s;}

.ytdp_v2_cp_R li .ytdp_s_cp_tu h3{line-height:30px; position:absolute; left:0; width:100%;box-sizing: border-box;white-space:nowrap;text-overflow:ellipsis; color:#fff; font-size:16px;  font-weight:normal; overflow:hidden; z-index:3; text-align: center; float: left;bottom:0; margin: 0px; background: rgba(0,0,0,0.40); padding: 10px 10px;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.3s ease-out 0s;font-weight: 700}

.ytdp_sm{ font-weight:normal; line-height:30px; position:absolute; left:0; width:100%;box-sizing: border-box;white-space:nowrap;text-overflow:ellipsis; color:#fff; font-size:16px;  overflow:hidden; z-index:3;  float: left;bottom: 0; margin: 0px;background: rgba(0,0,0,0.40); padding: 10px 10px; text-align: center;-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.3s ease-out 0s;font-weight: 700}

.ytdp_x_box:hover .ytdp_sm{-webkit-transition:all 0.3s ease-out 0s; -moz-transition:all 0.3s ease-out 0s; -o-transition:all 0.6s ease-out 0s; transition:all 0.3s ease-out 0s;padding: 10px 10px 20px 10px;}
@media only screen and (max-width:1350px) {
	.cp_x_title{font-size: 14px; padding: 10px 10px;}
	.cp_x_title1{font-size: 14px; padding: 10px 10px;}
}

@media only screen and (max-width:650px) {
.ytdp_x_box{ border: 5px #f8f9f9  solid}
.ytdp_v2_cp_R li{margin-bottom: 15px}
.ytdp_v2_cp_L{overflow:hidden; padding:0px; margin: 0px;float: none; width:100%; margin-bottom: 15px}
.ytdp_v2_cp_R{overflow:hidden; padding:0px; margin: 0 auto;float: none; width:98%;}	
}
 /* ---ys-------- */
.stin_ys_bg{overflow:hidden;background:#f3f4f6 url(../images/map-bg.png)  no-repeat center ;background-size:cover}

.stin_ys{overflow:hidden; padding:0px; margin: 0 auto;max-width: 96%;}
.stin_ys li{overflow:hidden; padding:0px; margin: 0px; width:25%;float: left}
.stin_ys li dl{overflow:hidden; padding:0px; margin: 0 auto; width: 90%; text-align: center}
.stin_ys li dl dt img{width: auto; height: 70px;vertical-align: top; margin-bottom: 15px;}
.stin_ys li dl dd{overflow:hidden; padding:0px; margin: 0;font-size: 18px;color: #111;font-weight: 500;font-family: 'Aileron-Regular';line-height: 24px}
.stin_ys li dl dd span{font-size: 22px; color: #EE0000}
.stin_ys li:hover dl dt img {animation: tada 2s infinite;}	
@media screen and (max-width: 1450px) {
	.stin_ys li dl dt{font-size: 16px;line-height: 22px}	
	.stin_ys li dl dt span{font-size: 20px}
}
@media screen and (max-width: 1300px) {
.stin_ys li dl dt img{height: 50px;}	
}

@media screen and (max-width: 1050px) {
	.stin_ys li dl dd{font-size: 14px;line-height: 20px}	
	.stin_ys li dl dd span{font-size: 16px}
.stin_ys li dl{width: 94%;}
}

@media screen and (max-width: 750px) {
	.stin_ys li dl dt img{height: 50px; margin-bottom: 10px}
	.stin_ys li dl dd{font-size: 14px;line-height: 20px}	
	.stin_ys li dl dd span{font-size: 16px}
	.stin_ys li{width: 50%; margin-top: 10px}
	.stin_ys li dl dd{min-height: 66px}
}

@media screen and (max-width: 550px) {
.stin_ys li dl dt img{height: 45px; margin-bottom: 10px}
}
 /* ---about-------- */
.sy_about_box{background: #014e9a;margin: 0px; padding: 0px; overflow: hidden; position: relative}
.sy_about_L{ margin: 0px; padding: 0px; overflow: hidden;float: left;width: 50%; position: relative}
.sy_about_L img{width: 100%; height: auto; vertical-align: top}

.sy_about_R{ margin: 0px; padding: 0px; overflow: hidden;float:left;width: 50%; }

.sy_about_R dl{overflow:hidden; padding:0px 0px 0px 80px; margin:0px; max-width: 675px; width:100%; color: #fff;left:50%; 
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}
.sy_about_R dl dt{overflow:hidden; padding:0px; margin:0px;}
.sy_about_R dl dd{overflow:auto; padding:0px; margin:0px;line-height:200%;font-size: 14px;height: 220px;  padding-right: 10px}

@media screen and (max-width: 1450px) {
	.sy_about_R dl{overflow:hidden; padding:0px 50px 0px 50px;}	
	.sy_about_R dl dd{height: 170px; }
}

@media screen and (max-width: 1300px) {

.sy_about_R dl{overflow:hidden; padding:30px 40px 30px 40px; margin:0px; max-width: 100%; width:100%; color: #fff;left: inherit; 
position:  inherit;
top: inherit;
-webkit-transform: translateY(0%);
-moz-transform: translateY(0%);
transform: translateY(0%);}
}


@media screen and (max-width: 1000px) {
.sy_about_R dl dd{height: 135px; }
}

@media screen and (max-width: 950px) {
.sy_about_R dl dd{height: 110px; line-height: 190% }	
	
}

@media screen and (max-width: 800px) {
.sy_about_R dl dd{height: 100px; }	
	
}


@media screen and (max-width: 750px) {
.sy_about_R dl dd{height: 135px; }
.sy_about_L{ margin: 0px; padding: 0px; overflow: hidden;float:none;width:100%;}
.sy_about_R{ padding: 0px; overflow: hidden;float:none;margin-bottom: 20px; background: #014e9a; position: relative; z-index: 2; width: 94%; margin: 0 auto;margin-top: -140px; border-radius: 6px}
.sy_about_R dl{overflow:hidden; padding:30px 20px 30px 20px;}
.sy_about_box{background: none;position: relative}

}

.videolist { margin: 0px; padding: 0px}
.videolist:hover{ cursor: pointer;}
.videos{ display:none; position:fixed; z-index:9999999; max-width:1000px;width:85%; height:auto;left: 50%;
top: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
transform: translate(-50%, -50%); background:#fff; margin: 0px; padding: 5px 5px 3px 5px;box-shadow:0 0 20px 1px rgba(0,0,0,.3) }
.vclose { position:absolute;right:10px; top:10px; border-radius:100%; cursor: pointer; background: #fff; padding: 2px}

@media only screen and (max-width: 700px) {
.videos{width:80%;background:#eee;}		
}



.bgPop{  display: none;position:fixed;z-index:9999998;left:0;top: 0;width: 100%;height:100%;background: rgba(0,0,0,.5); overflow:hidden;   }

@media only screen and ( max-width:800px ) {
.pop {  display: none;  width:88%;left:4%; top:15%;}
}

video::-internal-media-controls-download-button {display:none;}
video::-webkit-media-controls-enclosure {overflow:hidden;}
video::-webkit-media-controls-panel { width: calc(100% + 30px);}


.nr_lm_txt1{position: absolute;  height: auto;left:0; width: 100%;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%); z-index:auto;}

.nr_lm_txt1{padding:0px;overflow: hidden; }
.nr_lm_txt1 dl {max-width: 1350px;width: 94%; margin: 0 auto; text-align: center}
.nr_lm_txt1 dl dt{padding: 0px;margin: 0;overflow: hidden; color: #fff; line-height:52px;font-weight: 700; position: relative; text-align: center;font-size:40px; ;min-height: 80px; }

@media screen and (max-width: 750px) {
.nr_lm_txt1{top: 30%;}
}
@media screen and (max-width: 450px) {
.nr_lm_txt1{top: 23%;}
}

.dv_iconBox {
    position: absolute;
    width: 80px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left:-40px;
	margin-top: -40px;
    cursor: pointer;
    height: 80px;
    -webkit-transition: all .6s;
}
.dv_iconBox::after {
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/dv_play.png) no-repeat;
    background-size: auto 100%;
    content: '';
    margin-left: -40px;
	margin-top: -40px;}

.dv_iconBox img{
-webkit-transition: all .5s;
    -webkit-animation: lineAnimate 10s linear infinite;
}
.dv_iconBox img {
    display: block;
    width: 100%;
    max-width: 100%;
}


@-webkit-keyframes lineAnimate {
	0% {
		-webkit-transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes lineAnimate {
	0% {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}



@media (max-width: 1300px) {
.nr_lm_txt dl dt{line-height:44px;font-size:32px;  }
.nr_lm_txt dl dd{font-size:18px; line-height:26px }


.dv_iconBox {
    position: absolute;
    width: 60px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left:-30px;
	margin-top: -30px;
    cursor: pointer;
    height: 60px;
    -webkit-transition: all .6s;
}
.dv_iconBox::after {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/dv_play.png) no-repeat;
    background-size: auto 100%;
    content: '';
    margin-left: -30px;
	margin-top: -30px;
	}
	
	
	

}
@media (max-width: 800px) {
.nr_lm_txt dl dt{line-height:34px;font-size:25px; padding-bottom: 8px; margin-bottom:4px  }
.nr_lm_txt dl dd{font-size:15px; line-height:22px }
.dv_iconBox {
    position: absolute;
    width: 44px;
    color: #fff;
    top: 50%;
    left: 50%;
    margin-left:-22px;
	margin-top: -22px;
    cursor: pointer;
    height: 44px;
    -webkit-transition: all .6s;
}
.dv_iconBox::after {
    width: 44px;
    height: 44px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(../images/dv_play.png) no-repeat;
    background-size: auto 100%;

    content: '';
    margin-left: -22px;
	margin-top: -22px;
	}
	
	
 }





.d_box_bg{overflow:hidden; padding:30px 0px 30px 0px; margin: 0px; position:relative;background: #0a1229; z-index: 0}

.d_box_bg:before {
  content: "";
  background-image: url(../images/shape-1.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .d_box_bg:before {
    width: 80%;
    height: 60%;
    background-position: bottom left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d_box_bg:before {
    width: 80%;
    height: 50%;
    background-position: bottom left;
  }
}


.d_box_bg:after {
  content: "";
  background-image: url(../images/shape-2.png);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .d_box_bg:after {
    width: 50%;
    height: 60%;
    background-position: right bottom;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .d_box_bg:after {
    width: 50%;
    height: 60%;
    background-position: right bottom;
  }
}
@media (max-width: 767px) {
  .d_box_bg:after {
    display: none;
  }
}



.stin_down{overflow:hidden; padding: 30px 0px; margin: 0px; border-bottom: 1px solid rgb(255,255,255,0.1); margin-bottom: 40px}
.stin_down_logo{overflow:hidden; padding: 0px; margin: 0px;float: left;width: auto;}
.stin_down_logo img{width: auto; height: 50px; vertical-align: top}
.stin_link{float: right; width: auto;}
.stin_link li{ margin-left: 20px; display:inline-block; width: 50px; height: 50px; border-radius: 50%; background: #118ecc; text-align: center}
.stin_link li img{ width: 24px; height: 24px; vertical-align:middle;display: table-cell; margin: 13px;}

@media (max-width:1000px){
.stin_link li{ margin-left: 20px; width: 44px; height: 44px;}
.stin_link li img{ width: 22px; height: 22px; margin: 11px;}
.stin_down{overflow:hidden; padding: 10px 0px 30px 0px;}
}

@media (max-width:600px){
.stin_link{float: right; width: auto; margin-top: 7px}
.stin_link li{ margin-left: 15px; width: 36px; height: 36px;}
.stin_link li img{ width: 20px; height: 20px; margin: 8px;}
	.stin_down{overflow:hidden; padding: 0px 0px 20px 0px; margin-bottom: 20px}
}

@media (max-width:500px){
	.stin_link li{ margin-left: 8px;}
}

@media (max-width:400px){
.stin_link{margin-top: 4px}
.stin_down_logo img{width: auto; height: 44px; vertical-align: top}
}
@media (max-width:320px){
.stin_link{margin-top: 14px; width: 100%; text-align: center}
.stin_link li{ margin-left: 4px;margin-right: 4px; }
.stin_down_logo{ width: 100%; text-align: center}
}
.stin_link li:nth-child(1){ background: #456cbc;}
.stin_link li:nth-child(2){ background: #118ecc;}
.stin_link li:nth-child(3){ background: #29bec0;}
.stin_link li:nth-child(4){ background: #df2619;}

.stin_link li:hover{ background: #ea3838;}


.d_box_L{overflow:hidden; padding:0px; margin: 0px; width: 30%;float: left}
.d_box_M{overflow:hidden; padding:0px; margin: 0px; width: 32%;float: left; text-align: center}
.d_box_R{overflow:hidden; padding:0px; margin: 0px; width: 38%;float: right;text-align: right;display:flex;justify-content:flex-end;align-items: center}

.d_box_L li{overflow:hidden; padding:0px; margin: 0px;float: left;width: 50%}
.d_box_L li dl{overflow:hidden; padding:0px; margin: 0px;}
.d_box_L li dl dt{overflow:hidden; padding:0px; margin: 0px; margin-bottom: 10px; font-size: 18px; color: #fff; font-weight: bold}
.d_box_L li dl dd{padding:4px 0px; margin: 0px; line-height: 24px;font-size: 16px;color: rgba(255, 255, 255, 0.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.d_box_L li dl dd a{overflow:hidden;white-space:nowrap;text-overflow:ellipsis;color: rgba(255, 255, 255, 0.6);}
.d_box_L li dl dd a:hover{color: #ee0000}




.d_box_lx{overflow:hidden; padding:0px; margin: 0px;display: inline-block}
.d_box_lx dl{overflow:hidden; padding:0px; margin: 0px; text-align:left}
.d_box_lx dl dt{overflow:hidden; padding:0px; margin: 0px;  margin-bottom: 10px; font-size: 18px; color:#fff; font-weight: bold}
.d_box_lx dl dd{overflow:hidden; padding:4px 0px; margin: 0px;  line-height: 24px;font-size: 14px;color: rgba(255, 255, 255, 0.6);}
.d_box_lx dl dd i{ margin-right: 4px;font-size: 18px;vertical-align: middle}
.d_box_lx dl dd span{    line-height: 28px;font-family: 'Aileron-Bold'; letter-spacing: -0.5px;font-size: 22px;vertical-align: middle}

.d_2wm_box{overflow:hidden; padding:0px; margin: 0 8px}
.d_2wm_box dl{overflow:hidden; padding:0px; margin: 0px; }
.d_2wm_box dl dt{overflow:hidden; padding:0px; margin: 0px;  margin-bottom:5px; }
.d_2wm_box dl dt img{width: 120px; height: 120px; vertical-align: top;border-radius: 5px;}
.d_2wm_box dl dd{overflow:hidden; padding:4px 0px; margin: 0px;  line-height: 24px;font-size: 14px;color: rgba(255, 255, 255, 0.6); text-align: center}


.d_copxx{overflow:hidden; padding:0px; margin: 0px; font-size: 14px; color: rgba(255, 255, 255, 0.6); text-align: center; margin-top: 30px; padding-top: 20px; border-top: 1px solid rgb(255,255,255,0.1)}



@media (max-width:1100px){
.d_2wm_box dl dt img{width: 100px; height: 100px; vertical-align: top;border-radius: 5px;}		
}



@media only screen and (max-width: 1000px){
.d_box_L{ display: none}	
.d_box_bg{ padding:30px 0px 20px 0px; }
	
.d_box_lx{display: block}
.d_box_M{overflow:hidden; padding:0px; margin: 0px; width: 45%;float: left; text-align: center}
.d_box_R{overflow:hidden; padding:0px; margin: 0px; width: 55%;float: right;text-align: right}

}

@media only screen and (max-width: 650px){
	.d_box_lx dl dl{font-size: 16px}
.d_box_lx dl{overflow:hidden; padding:0px; margin: 0px; text-align:center}
	.d_box_lx dl dd{ padding:1px 0px;}
	.d_box_lx dl dd i{display: none}
.d_box_M{overflow:hidden; padding:0px; margin: 0px; width: 100%;float: none; text-align: center; margin-bottom: 20px}
.d_box_R{overflow:hidden; padding:0px; margin: 0px; width: 100%;float: none; justify-content:center}
.d_copxx{margin-top:10px;}
}

@media only screen and (max-width: 370px){
    .d_box_R{gap:10px}
}
.dh_k{ overflow:hidden; background: #f6f6f6}
.wzdh_k{ overflow:hidden; border-bottom:#CCCCCC 0px solid;line-height:46px; float:left; width:100%; }
.wzdh_k i{ vertical-align: top;font-size:18px;line-height:46px; }
.wzdh_k a{ font-size:14px; color: #333}
@media only screen and (max-width:650px) {
.wzdh_k{font-size:14px;}
.wzdh_k span{ font-size:14px;}
.wzdh_k span a{ font-size:14px;}
}



.about_R{ overflow:hidden; padding:0px; margin:0px; float:right; width:48%; }
.about_R_txt{ font-size:14px; line-height:180%;overflow:hidden; padding:0px; margin:0px; }
.about_L{ overflow:hidden; padding:0px; margin:0px; float:left; width:48%;}
.about_L img{ width:100%; height:auto; vertical-align:top}
.about_R img{ width:100%; height:auto; vertical-align:top}
@media (max-width: 1400px) {
	.about_R_txt{ height: 330px; overflow: auto; overflow-y: auto}
}
@media (max-width: 1300px) {
	.about_R_txt{ height: 300px; overflow: auto; overflow-y: auto; padding-right: 15px}
}
@media (max-width: 1200px) {
	.about_R_txt{ height: 255px; overflow: auto; overflow-y: auto}
}

@media (max-width: 960px) {
.about_R_txt{ height: auto; overflow:hidden; overflow-y: auto; padding-right: 0px}
.about_R{width: 100%;float:none; }
.about_L{width: 100%;float:none; margin-bottom: 20px}

}

.content_txt{line-height:190%; color:#333333; font-size:16px; overflow:hidden; padding:0px;font-family: 'Aileron-Regular';}
.content_txt p{line-height:190%; color:#333333; font-size:16px; overflow:hidden;}
.content_txt img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}
.content_tx strong{ color:#111}
.content_tx h3,h4,h5{ color:#111}
.content_img{overflow:hidden; width:100%; text-align:center;font-size:16px;}
.content_img img{MAX-WIDTH: 100%!important;HEIGHT: auto!important;}

.content_txt span{ white-space:normal}

.content_txt table{ table-layout: fixed;word-break: break-all; }
.content_txt table td{border:1px solid #999; padding: 4px 5px; line-height: 26px;color:#333}
.content_txt table{border:1px solid #999;} 
.content_txt table td strong{color:#111}


@media (max-width: 1250px) {
.content_txt{line-height:190%;  font-size:14px; overflow:hidden; }
.content_txt p{line-height:190%; overflow:hidden;}
.content_img{overflow:hidden; width:100%; text-align:center;font-size:14px;}
}
@media (max-width: 1000px) {
.content_txt table td{line-height: 24px;}
}
/*----pages-------*/
.next_k{ padding:0px;margin-top:15px; border-top:#CCCCCC 1px solid;}
.next_k ul{margin:0px; padding:0px; margin-top:10px}
.next_k ul li{ line-height:25px; margin:0px; padding:0px; color:#666666; font-size:14px; list-style:none}
.next_k ul li a{font-size:14px}



#pages {
    text-align: center; overflow:hidden; margin:0px; margin-top: 30px; margin-bottom: 10px
}

#pages li {
    margin: 0 2px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    background: #e6e6e6;
    color: #333;
    display: inline-block;
}
#pages li a{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li span{
    font-size: 14px;
    display: block;
    padding: 0 12px;
}
#pages li.active {
    text-align: center;
    background: #ee0000;
    color: #fff;
    display: inline-block;
}

#pages li:hover {
    background: #ee0000;
}

#pages li:hover a {
    color: #fff;
}

.post_prev_box{width: 100%; height: auto; margin: 0px; padding: 0px; margin-top:30px; margin-bottom: 20px; overflow: hidden;}

.post_prev{width: 50%;line-height: 20px;padding: 20px;background:#f2f2f2; float: left;display: flex}
.post_prev .icon{width: 20px;line-height: 20px; position: relative;height: 20px;}
.post_prev .n_title{width: calc(100% - 30px);text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block; line-height: 24px;font-size: 14px}
.post_prev .icon i{ font-size: 16px; line-height: 24px;color: #ccc; vertical-align: middle;}
.post_prev .icon::before{width:1px;height:14px;position:absolute;right:3px;background:#ccc;content:'';z-index: 5;top: 58%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}

.post_next{width: 50%;line-height: 20px;padding: 20px;background:#f2f2f2; float: right;display: flex}
.post_next .icon{width: 20px; display:inline-block;line-height:20px; height: 20px; position:relative;float:right; text-align: right; margin-left: 5px}
.post_next .n_title{width: calc(100% - 30px);text-overflow: ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;line-height: 24px; font-size: 14px}
.post_next .icon i{ font-size: 16px; line-height: 24px; vertical-align:middle;color: #ccc; }
.post_next .icon::before{width:1px;height:14px;position:absolute;left:3px;background:#ccc;content:'';z-index: 5;top: 58%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}

.post_prev .n_title a{ line-height: 24px; display: inline;font-size: 16px}
.post_next .n_title a{ line-height: 24px; display: inline;font-size: 16px}

.post_prev:hover{ background: #ee0000}
.post_prev:hover a{ color: #fff}
.post_next:hover{ background: #ee0000}
.post_next:hover a{ color: #fff}

@media screen and (max-width: 1300px) {
	
.post_prev .n_title a{ line-height: 20px; display: inline;font-size: 14px}
.post_next .n_title a{ line-height: 20px; display: inline;font-size: 14px}	
}

@media screen and (max-width: 900px) {
.post_prev{width: 100%; margin-bottom: 15px}
.post_next{width: 100%;}
}




.sy_dszn_cp_bt1{ overflow:hidden; margin:0px; padding:15px 20px; background:#ee0000; color:#FFFFFF;width:100%}
.sy_dszn_cp_bt1 h3{ font-size:28px; margin:0px; padding:0px;color:#FFFFFF; line-height:30px;text-align:center;font-family: 'Koulen';letter-spacing: 1px; font-weight: 300}

@media screen and (max-width: 1300px) {
.sy_dszn_cp_bt1{ overflow:hidden; margin:0px; padding:10px 0px 10px 0px;}
.sy_dszn_cp_bt1 h3{ font-size:22px; margin:0px; padding:0px;color:#FFFFFF; line-height:30px; text-align:center}
}

@media screen and (max-width: 1300px) {
.sy_dszn_cp_bt1 h3{ font-size:20px; margin:0px; padding:0px;color:#FFFFFF; line-height:30px; text-align:center}
}


.news_title_bt{width:100%; line-height:34px; font-size:26px;margin-bottom:15px; color:#222; text-align:center;}

.content_time i{ font-size:16px; color:#999999; margin-right:2px; font-weight:300}

.content_time{width:100%; border-bottom:#ededed 1px solid; font-size:14px; color:#666666; padding-bottom:15px; line-height:25px; text-align:center; overflow: hidden; margin-bottom: 20px}
.i_date{margin-right:5px;}
.i_from{ margin-right:5px}
.i_View{}


@media (max-width: 1400px) {
.news_title_bt{ width:100%; line-height:34px; font-size:22px;margin-bottom:10px; color:#222; text-align:center; }
}


@media screen and (max-width: 768px) {
.news_title_bt{ width:100%; line-height:25px; font-size:18px; padding-top:10px;}
.content_time{font-size:12px; }

}

@media screen and (max-width: 650px) {
.content_time{text-align: center}	
}


.left_cp_box{ margin:0px; overflow: hidden;float: left; padding: 10px 15px 10px 15px; width: 100%;background: #fff; border: #eee 1px solid;border-top: #eee 0px solid}
.left_cp_box ul{ padding:0px; margin:0px; overflow: hidden; width: 100%; line-height: 30px;}
.left_cp_box ul li{ padding:5px 0px; margin:0px; overflow: hidden;font-size:14px; color: #333;line-height: 22px;font-family: 'Aileron-Regular';}

.nub1 li:nth-child(n) h3{font-weight: normal; color: #333;font-size:14px; }


.left_cp_box ul li a{ line-height: 22px; display: inline; color: #333}
.left_cp_box ul li a:hover{color: #ee0000}
.left_cp_box ul li h3{font-weight: bold;font-family: 'Aileron-Regular';}

.left_cp_box .lmbt_k{font-weight:700; font-size:16px; color: #111; line-height:40px;width: 100%; margin-bottom: 5px;margin-top: 5px; font-family: 'Aileron-Regular'; background: #e7e7e7; text-indent:10px;border-radius: 5px; position: relative}
.left_cp_box .lmbt_k1{font-weight:700; font-size:16px; color: #111; line-height:40px;width: 100%; margin-bottom: 5px;margin-top: 5px; font-family: 'Aileron-Regular'; background: #e7e7e7; text-indent:10px;border-radius: 5px; position: relative}

.left_cp_box .lmbt_k i{float: right; margin-right: 10px;font-size: 13px;font-weight: 300; line-height: 40px}

.left_cp_box ul li .active{color: #ee0000}

.left_cp_box .lmbt_k .active{color: #e60602}


.zw_column{ width:100%; height:35px; border-bottom:2px solid #ddd; position:relative; margin-bottom:25px; display:block}
.zw_column span{ display:inline-block; *display:inline; zoom:1; height:35px; line-height:35px; font-size:16px; color:#ee0000; border-bottom:2px solid #ee0000; padding:0px 10px; font-weight:bold;font-family: 'Aileron-Regular';overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

.zw_column i{ font-size:14px; line-height:34px; font-style:normal}
.zw_column i a:hover{ color:#ee0000}


.main_R{ width:77%;overflow:hidden; float:right ; display:block; }
.main_L{ width:21%; overflow:hidden; float:left; display:block;}

@media only screen and (max-width:1120px) {
.main_L{ width:21%; overflow:hidden; float:left; display:block}
.main_R{ width:77%; overflow:hidden; float:right; display:block}
}
@media only screen and (max-width:1024px) {
	.zw_column span{font-size:14px;}
.main_R{ width:100%; overflow:hidden; float:left;}
.main_L{ width:100%; overflow:hidden; float: left; display: none}
}












.wap_cplist{ display:none; padding:0px; margin:0px; margin-bottom:10px; width:100%;}
.wap_cplist  label{ width:100%; }
.wap_cplist select {  text-align: center; text-align-last: center;}
.wap_cplist option{ line-height:40px; text-indent:20px}


@media (max-width: 1000px) {
.wap_cplist{ display: block}
}



.stin_lx{overflow: hidden; margin: 0px; padding: 0px;}
.stin_lx li{overflow: hidden; margin: 0px; padding: 0px;width:20%;float: left;;cursor: pointer}
.stin_lx li dl{overflow: hidden; margin: 0px; padding: 0px 10px; text-align: center}
.stin_lx li dl dt{overflow: hidden; margin: 0px; padding: 0px; }
.stin_lx li dl dt h3{overflow: hidden; margin: 0px; padding: 0px;font-size:20px;font-family:'Koulen';margin-top: 10px;font-weight: 500}
.stin_lx li dl dd{overflow: hidden; margin: 0px; padding: 0px;font-size: 14px; word-break:break-all; line-height: 22px}


.bgjb1{font-size: 70px;
background: -webkit-linear-gradient(45deg, #d70c0c, #ee0000);
background: -o-linear-gradient(45deg, #d70c0c, #ee0000); 
background: -moz-linear-gradient(45deg, #d70c0c, #ee0000); 
background: linear-gradient(45deg, #d70c0c, #ee0000); -webkit-background-clip: text;color: transparent;}

.stin_lx li dl:hover .bgjb1{
background: -webkit-linear-gradient(45deg, #0791d1, #0056ae);
background: -o-linear-gradient(45deg, #0791d1, #0056ae); 
background: -moz-linear-gradient(45deg, #0791d1, #0056ae); 
background: linear-gradient(45deg, #0791d1, #0056ae); -webkit-background-clip: text;color: transparent}

@media (max-width: 1000px) {
.bgjb1{font-size: 60px;}
.stin_lx li dl dt h3{font-size:18px;}
}

@media (max-width: 960px) {
.stin_lx li{overflow: hidden; margin: 0px; padding: 0px;width:33.333%;float: left; margin-bottom: 5px}
.stin_lx li dl dd{ min-height: 44px}
}

@media (max-width: 540px) {
.stin_lx li{overflow: hidden; margin: 0px; padding: 10px 0px;width:100%;float: left; margin-bottom: 10px; border-bottom: 1px dashed #ddd}
.stin_lx li dl dd{ min-height: 22px; height: auto}
.stin_lx li:last-child{margin-bottom: 0px; border-bottom: 0px dashed #ddd}
}

.stin_contact_bg{overflow:hidden;background:#f3f4f6 url(../images/book_bg.jpg)  no-repeat center ;background-size:cover}


#fixed_1{ width:100%; height:400px ;background:#004ea1;background-size:cover!important;position:relative;}

.m_ser_box{ overflow:hidden; padding:0px; position: absolute; z-index: 2;background:rgba(0,0,0,0.3);width: 100%; height: 100%;float: left}

.ser_txtbox{ overflow:hidden; margin:0px; padding:0px; font-size:50px; line-height:160%;letter-spacing:3px; text-align:center; text-transform: uppercase;
position:absolute;
top:50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);
font-family: 'Koulen';
 font-weight: normal; text-align: center; width: 100%;color: #fff
} 
.ser_txtbox p{font-size: 16px; line-height: 22px; font-weight: normal;text-transform: capitalize; color: #fff;font-family: 'Aileron-Thin';letter-spacing:1px;}
.ser_txtbox p a{color: #fff}
@media only screen and (max-width:1300px) {
	#fixed_1{height:300px }
	.ser_txtbox p{font-size: 14px; }
}

@media only screen and (max-width:1190px) {

#fixed_1{ width:100%; height:200px ;background-size:cover!important;position:relative;}
.ser_txtbox{ font-size:36px;}
}


@media only screen and (max-width:700px) {
#fixed_1{ width:100%; height:120px ;background-size:cover!important;position:relative; }
.ser_txtbox{ font-size:25px;  line-height:25px;letter-spacing:1px;}

}


.lmbox{ overflow:hidden; width:100%; z-index:2;background:rgba(0, 0, 0, 0.5); overflow:hidden; position: absolute; bottom: 0px;float: left;left: 0px}

.l-sub{width:100%;overflow:hidden;padding:0px;margin-bottom:10px; margin-top:10px;}
.l-sub li{ overflow:hidden; text-align:center; width:auto; padding:0px 4px;float:left; list-style:none;line-height:40px;}
.l-sub a{ display: block; color: #fff; font-size:16px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;height:40px; padding:0px 20px;}
.l-sub a:hover,.l-sub a:active,.l-sub li.active a{color: #ee0000; background:#fff;font-size:16px; text-decoration:none; height:40px; line-height:40px; padding:0px 20px; border-radius:30px}
.l-sub li.active a{ height:40px;display: block; background:#ee0000;color:#fff;font-size:16px; line-height:40px;text-decoration:none; text-align:center; padding:0px 20px;border-radius:30px}



@media only screen and (max-width: 600px) {
.lmbox{ overflow:hidden; width:100%; z-index:9; margin-top:-56px;background:rgba(0, 0, 0, 0.5); overflow:hidden}
.l-sub li{ overflow:hidden; text-align:center; width:25%; padding:0px 0px;float:left; list-style:none; line-height:32px;}
.l-sub a{ display: block; color: #fff; font-size:14px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;height:32px; padding:0px 0px;}
.l-sub a:hover,.l-sub a:active,.l-sub li.active a{color: #027EDE; background:#fff;font-size:14px; text-decoration:none; height:32px; line-height:32px; padding:0px 0px; border-radius:15px}
.l-sub li.active a{ height:32px;display: block; background:#fff;color:#027EDE;font-size:14px; line-height:32px;text-decoration:none; text-align:center; padding:0px 0px;border-radius:15px}
}



.n_list{overflow:hidden; padding: 0px; margin: 0px;}
.n_list li{overflow:hidden; padding:20px 20px; margin: 0px;position: relative; margin-bottom: 20px;  background:#fff}
.n_list li a{display: inline}
.n_list li dl{overflow:hidden; transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; padding-top: 2% }
.n_list li dl dt{overflow:hidden; padding: 0px; margin: 0px; font-size: 20px; color: #222; line-height: 30px;white-space:nowrap;text-overflow:ellipsis;margin-bottom: 10px;  position: relative; font-weight: 700}
.n_list li dl dd{overflow:hidden; padding: 0px; margin: 0px;color:rgba(0, 0, 0, 0.6);font-size: 16px; line-height: 24px; max-height: 48px}

.n_list li .n_xw_tu{ width: 30%;float:left; margin-right:30px; position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	transition: all 0.5s ease; 
	-webkit-transition: all 0.5s ease;}
.n_list li .n_xw_tu img{width:100%;height: auto; vertical-align: top}

.n_list li:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.n_list li:hover dl dt{ color:#ee0000}
.n_list li:hover .n_xw_tu{-webkit-transform: scale(0.9);transform: scale(0.9);-moz-transform: scale(0.9);}

.n_date{padding:0px;font-size: 12px;color:rgba(0, 0, 0, 0.6); margin-bottom: 5px }
.n_date i{font-size: 14px; vertical-align: middle; line-height: 22px}
@media screen and (max-width:1450px) {
	
	.n_list li dl dd{font-size: 14px; }	
}


@media screen and (max-width:1000px) {
	.n_list li .n_xw_tu{ width: 40%;}
	.n_list li dl dd{font-size: 14px; }	
	.n_list li dl dt{font-size: 18px;}
}

@media screen and (max-width:700px) {
	.n_list li dl{padding-top:0px }
	.n_list li .n_xw_tu{ width: 40%;margin-right:20px; }
	.n_list li dl dd{font-size: 14px;}
	.n_list li dl dt{font-size: 16px;}
}
@media screen and (max-width:600px) {
.n_list li .n_xw_tu{ width: 200px;}
}

@media screen and (max-width:550px) {
.n_list li{ padding: 15px}
.n_list li .n_xw_tu{ width: 100%;margin-right:0px;float: none; margin-bottom: 15px}
}


/*------form--------*/

.form_input-flexing{display: flex; gap: 20px;}
.form_df-input {flex-basis: 50%;position: relative;margin-top: 20px;}
.form_df-input input {border: 1px solid #5E5E5E45; padding: 0 20px 0 40px;height: 50px; width: 100%;border-radius:5px;font-size: 16px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s; color: #222}
.form_df-input i{position: absolute; z-index: 1; left: 8px;top: 12px;
font-size: 25px; vertical-align: top;  color:#ccc}
.form_texting-fild {margin-top: 20px;position: relative;}
.form_texting-fild textarea { border: 1px solid #5E5E5E45;height: 140px; padding: 10px 20px 10px 20px; width: 100%;border-radius:5px;font-family:"Microsoft YaHei";font-size: 16px;color: #222}

.form_df-input input:focus {border-color:#80bdff;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_texting-fild textarea:focus {border-color:#80bdff;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.form_df-input input::placeholder {color:#666;}
.form_texting-fild textarea::placeholder {color:#666;}




.form_btn_k {width: 200px;margin: 0 auto;}
.form_btn_k:hover .form_btn { background: #0045b8;}
.form_btn {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    height: 50px;
    border-radius:40px;
    background: #ee0000;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 300;
}
.form_btn i{font-size: 20px; vertical-align: middle; margin-right: 4px; line-height: 50px}

@media only screen and (max-width:800px) {
.form_texting-fild textarea {font-size: 14px;}
.form_df-input input {height: 46px;font-size: 14px}
.form_df-input i{top: 10px; }	
}

@media only screen and (max-width:450px) {
.form_df-input {flex-basis: 100%;margin-top: 15px;}
.form_input-flexing{gap:0;display: block;}
}

.form_btn_k button{border: 0; width: 100%}
.form_btn_k button:focus{border: 0;}



.why_box_bg{overflow:hidden;background:#f3f4f6 url(../images/why_bg.jpg)  no-repeat center bottom ;background-size:cover}

.why_box{ max-width:1200px;text-align: center;position: relative; margin: 0 auto;}
.why_box img{ max-height:640px; height: auto;max-width: 100%; width: auto;vertical-align: top;}

.why_sm_list{position: absolute;z-index: 10;top:0; left:0; height: 100%; width: 100% }
.why_sm_list li{padding: 0px; margin: 0px;  overflow: hidden;position: absolute;}
.why_sm_list li dl{padding: 0px; margin: 0px;  overflow: hidden}
.why_sm_list li dl dd{padding: 0px; margin: 0px;  overflow: hidden;font-size: 16px;font-family: 'Aileron-Regular';font-weight: 500; color: #222;max-width: 200px; line-height: 22px; padding-top: 20px;}
.why_sm_list li .why_icon1{width:90px; height:90px;background: #fff;float: right; margin-left: 15px;border-radius: 50%; position: relative; border: #ee0000 4px solid}
.why_sm_list li .why_icon1 img{width: 50px; height: 50px; margin-top: 18px}
.why_sm_list li dl dd p {padding: 0px; margin: 0px}
.why_sm_list li:hover .why_icon1 img{animation: tada 2s infinite;}
.why_sm_list li:hover dl dd{ color: #ee0000}
.why_sm_list li:nth-child(1){z-index: 11;top:50%; left:0%;}
.why_sm_list li:nth-child(2){z-index: 11;top:15%; left:7%;}
.why_sm_list li:nth-child(3){z-index: 11;top:15%; right:7%;}
.why_sm_list li:nth-child(4){z-index: 11;top:50%; right:0%;}

.why_sm_list li:nth-child(1) dd{text-align: right}
.why_sm_list li:nth-child(2) dd{text-align: right}
.why_sm_list li:nth-child(3) dd{text-align: left}
.why_sm_list li:nth-child(4) dd{text-align: left}

.why_sm_list li:nth-child(3) .why_icon1{float: left; margin-left: 0px; margin-right: 15px}
.why_sm_list li:nth-child(4) .why_icon1{float: left; margin-left: 0px; margin-right:15px}


@media only screen and ( max-width:1350px ) {
.why_sm_list li dl dd{font-size: 14px}	
}

@media only screen and ( max-width:1000px ) {
.why_sm_list li .why_icon1{width:70px; height:70px}
.why_sm_list li .why_icon1 img{width: 36px; height: 36px; margin-top: 13px}
.why_sm_list li dl dd{max-width: 180px; }
}


@media only screen and ( max-width:750px ) {
.why_sm_list{position: relative;z-index: 10;top:inherit; left:inherit;cursor: pointer; height: auto; width: 100% }
.why_sm_list li{padding: 0px; margin: 0px;  overflow: hidden;position: relative;width: 49%;float: left; margin-right: 2%}
.why_sm_list li:nth-child(2n){ margin-right:0}
.why_sm_list li:nth-child(1){z-index: 11;top:inherit; left:inherit;}
.why_sm_list li:nth-child(2){z-index: 11;top:inherit; left:inherit;}
.why_sm_list li:nth-child(3){z-index: 11;top:inherit; right:inherit;}
.why_sm_list li:nth-child(4){z-index: 11;top:inherit; right:inherit;}
	
.why_sm_list li:nth-child(1) dd{text-align: left}
.why_sm_list li:nth-child(2) dd{text-align: left}
.why_sm_list li:nth-child(3) dd{text-align: left}
.why_sm_list li:nth-child(4) dd{text-align: left}
.why_sm_list li{ margin-bottom: 20px}
	
.why_sm_list li:nth-child(3) .why_icon1{float: left; margin-left: 0px; margin-right:12px}
.why_sm_list li:nth-child(4) .why_icon1{float: left; margin-left: 0px; margin-right:12px}
.why_sm_list li .why_icon1{float: left;margin-left: 0px; margin-right:12px}	
.why_sm_list li dl dd{max-width: 100%; width: auto; padding-top:5px}
.why_sm_list li .why_icon1{width:60px; height:60px}
.why_sm_list li .why_icon1 img{width: 30px; height: 30px; margin-top:11px}
}

@media only screen and ( max-width:580px ) {
.why_sm_list li:nth-child(3) .why_icon1{float: none; margin-left: 0px; margin-right:0px; margin: 0 auto}
.why_sm_list li:nth-child(4) .why_icon1{float: none; margin-left: 0px; margin-right:0px; margin: 0 auto}
.why_sm_list li .why_icon1{float: none;margin-left: 0px; margin-right:0px; margin: 0 auto}	
.why_sm_list li .why_icon1{width:60px; height:60px}

.why_sm_list li:nth-child(1) dd{text-align: center}
.why_sm_list li:nth-child(2) dd{text-align: center}
.why_sm_list li:nth-child(3) dd{text-align: center}
.why_sm_list li:nth-child(4) dd{text-align: center}
}



.sy_lx_bg{overflow: hidden;background:#003e6e url(../images/lxus.jpg) no-repeat center;background-size: cover; padding: 60px 0px; border-radius: 200px 200px 0px 0px;}
.sy_lx_txt{margin: 0px; padding: 0px 25px; overflow: hidden}
.sy_lx_txt dl{margin: 0px; padding: 0px; overflow: hidden;text-align: center}
.sy_lx_txt dl dt{margin: 0px; padding: 0px; overflow: hidden; color: #fff;font-size: 24px; margin-bottom: 20px; line-height: 30px;font-weight: 400}
.sy_lx_txt dl dd{margin: 0px; padding: 0px; overflow: hidden}

.sy_lx_btn{width: 180px; background: #ee0000; color: #fff;  line-height: 46px; border-radius: 23px; display: inline-block}
.sy_lx_btn:hover{ background: #005EAE}
.sy_lx_btn i{line-height: 46px; font-size: 24px; margin-right: 5px; vertical-align: middle}

@media only screen and (max-width:1200px) {
	.sy_lx_txt dl dt{font-size: 20px;line-height: 26px}	
	.sy_lx_btn{width: 130px;}	
}
@media only screen and (max-width:900px) {
	.sy_lx_bg{border-radius: 100px 100px 0px 0px;}	
}


@media only screen and (max-width:800px) {
	.sy_lx_bg{border-radius: 80px 80px 0px 0px;}	
	.sy_lx_bg{ padding: 30px 0px}
	.sy_lx_txt dl dt{font-size: 16px;line-height: 24px}	
	
}






/*------news list--------*/

.LB_newslist1{ overflow:hidden; margin:0px; padding:0px}
.LB_newslist1 li{ overflow:hidden; margin:0px; padding:20px 40px; margin-bottom:15px; list-style:none; background:#fff}
.LB_newslist1 li:hover{box-shadow:0 0 10px 1px rgba(0,0,0,.1)}
.LB_newslist1 li dl{ overflow:hidden; margin:0px; position:relative}
.LB_newslist1 li dl dt{ overflow:hidden; margin:0px; font-size:18px;font-weight:400;color:#222; max-height: 56px; line-height:28px;font-family: 'Aileron-Regular';}
.LB_newslist1 li:hover dl dt { color:#ee0000;}
.LB_newslist1 li dl dd{ overflow:hidden; margin:0px; font-size:16px; line-height: 26px; max-height: 52px; color: #888;font-weight: 300; }
.LB_newslist1 li a{display: inline}
.LB_news{ float:left; margin-right:30px; width:28%;min-width: 200px; overflow:hidden; height:auto;}
.LB_news img{ width:100%; height:auto}

@media only screen and (max-width:1400px) {
.LB_newslist1 li dl dd{ overflow:hidden; margin:0px; font-size:14px; line-height: 24px; max-height: 48px;}
}

@media only screen and (max-width:1000px) {
.LB_newslist1 li dl dt{ font-size:16px; }
.LB_newslist1 li{  padding:20px 20px;}
}
@media only screen and (max-width:700px) {
.LB_newslist1 li dl dt { font-size:16px; line-height: 26px }
.LB_news{margin-right:20px;}
.LB_newslist1 li{  padding:15px 15px;}
}

@media only screen and (max-width:600px) {
.LB_news{min-width: 150px}
.LB_newslist1 li dl dt { line-height: 26px;max-height: 78px }
.LB_newslist1 li dl dd { display: none}	
}

@media only screen and (max-width:500px) {
.LB_news{margin-right:15px;}
.LB_news{min-width: 130px;}
}




.postions{ overflow: hidden; padding: 13px 0px;line-height:24px; overflow:hidden;color:#444444; font-size:14px; background:#fff; border-bottom:1px solid #e5e5e5;}
.postions_txt{display: inline-block; overflow: hidden;line-height:24px;}
.postions_txt a{ overflow:hidden; font-size:14px; color:#333333; display: inline}
.postions_txt i{ vertical-align: top;font-size:16px;color:#999; margin-right:3px; line-height: 24px}



.side_ConR{ margin:0 auto; padding:55px 4% 50px 4%; overflow:hidden;background:#fff;max-width: 1200px; width: 100%; position: relative;box-shadow: 0 0 15px rgba(0,0,0,.05);}

.xx_news_bt{ width:100%; line-height:32px; font-size:26px;margin-bottom:15px; color:#222;font-weight: normal}
.xx_btn_k{width:140px; margin:0 auto; }
.xx_btn{ margin:0px; text-align:center; color:#ee0000;  border:#ee0000 1px solid; line-height:40px; height:40px; font-size:16px; border-radius:30px;}
 
.xx_btn_k:hover .xx_btn{ background:#2e3286; color:#fff;border:#2e3286 1px solid;}
.xx_btn i{ margin-right: 5px; font-size:18px; }
.xx_btn_k a{display: inline}

.news_title_bt{width:100%; line-height:34px; font-size:26px;margin-bottom:15px; color:#222; text-align:center;}
.content_time{width:100%; border-bottom:#ededed 1px solid; font-size:14px; color:#666666; padding-bottom:15px; margin-bottom:0px; line-height:25px; text-align: center}
.content_time i{ font-size:16px; color:#999999; margin-right:2px; font-weight:300}

@media (max-width: 1400px) {
.news_title_bt{ width:100%; line-height:34px; font-size:22px;margin-bottom:10px; color:#222; text-align:center; }
}


@media screen and (max-width: 768px) {
.news_title_bt{ width:100%; line-height:25px; font-size:18px; padding-top:10px;}
.content_time{font-size:12px; }
.content_time i{ font-size:14px;}
}

@media only screen and (max-width:750px) {
.side_ConR{ padding:30px 4% 30px 4%; overflow:hidden; background:#fff}
}
@media screen and (max-width: 650px) {
.content_time{text-align: center}	
}




.dszn_so_bg{  background: #f6f6f6; margin:0px; padding:10px 0px}
.dszn_so_k_L{ float:left; width:68%; margin:0px; padding:0px; overflow:hidden;font-size:14px; color:#333333; line-height:38px}
.dszn_so_k_L span{ margin-right:5px; font-size:14px;}
.dszn_so_k_L a{font-size:14px; color:#333333; margin-right:8px;line-height:38px}
.dszn_so_k_R{ float: right;max-width:320px;width:30%; margin:0px; padding:0px}





.s_button{width:80px;height:40px; line-height:40px; color:#fff;cursor:pointer; font-size:16px;font-family:"Microsoft YaHei"; background:#145aa8 url(../images/i_t_so.svg) no-repeat left center; text-indent:20px;border-radius:3px}



.search{}
.search input{width:228px; height:40px; text-indent:1em; float:left; box-shadow:none;  border:0; font-size:14px}
.search button{width:70px;height:40px; line-height:40px; color:#fff;cursor:pointer; font-size:14px;font-family:"Microsoft YaHei"; background:#0E5991 url(../images/i_t_so.svg) no-repeat left center; text-indent:20px;border-radius:3px}


@media only screen and (max-width:1000px) {
.dszn_so_bg{margin:0px; padding:8px 0px}
.dszn_so_k_L{ width:100%; display:none}
.dszn_so_k_R{ width:100%; float: none; margin:0 auto}
search{ float: none; margin:0 auto}
}


.cp_soso_k{ overflow:hidden; padding:0px; margin:0px 0px 0px 0px;}

.form_k{ margin:0px; padding:0px; overflow:hidden}
.searchbox1{
 margin:0px; padding:0px; overflow:hidden; border:1px solid #DEDEDE; background:#fff; vertical-align:middle;
	height:38px;
	border-radius:38px;
}

.searchbox1 input{vertical-align:middle;}
.input_tex { margin:0px; padding:0px;
	border:medium none;
	color:#a7a7a7;
	font-size:14px;
	height:38px;
	line-height:38px;
	padding-left:4px;
	width:84%;border-radius:38px;vertical-align:middle; padding-left:20px

}

.searchbox1 input.search-btn {
	background:url(../images/i_t_so.svg) no-repeat center center;
	background-size:50% auto;
	border:medium none;
	height:36px;

	max-width:40px;width:15%; display:inline; float:right; position:relative; cursor: Pointer
}
.searchbox1 input{display:inline}
.input_tex{ display:inline}
.search-btn{ display:inline}



@media only screen and (max-width:1024px) {

.input_tex {	
	border:medium none;
	color:#a7a7a7;
	font-size:14px;
	height:38px;
	line-height:38px;
	padding-left:4px;
	width:250px;border-radius:38px; margin-left:19px

}
}

@media only screen and (max-width:1000px) {
.searchbox1{ overflow:hidden; width:322px;margin:0 auto}
}

@media only screen and (max-width:500px) {
.searchbox1{ overflow:hidden; width:100%;margin:0 auto}
.input_tex { width: 75%}
}






.kfbox{ display:block}
.b_top{ overflow:hidden; display:none}
@media only screen and (max-width:1100px) {
.kfbox{ display:none}
.b_top{ overflow:hidden; display: block}
.kfbox .side{ display:none}
.side ul{ display:none}
.side{ display:none}
}


.actGotop{position:fixed;_position:absolute;bottom:70px;right:2%;width:40px;height:40px;display:none; z-index:2}
.actGotop a,.actGotop a:link{width:40px;height:40px;display:inline-block; text-align:center; background:url(../images/UP.svg) no-repeat center;background-size: cover; border-radius: 50%}




.pc_cx_btn_k {width: 180px; margin-top: 20px}
.pc_cx_btn_k:hover .pc_cx_btn {background: #0050bc;}
.pc_cx_btn i{ vertical-align: middle;font-size: 24px}
.pc_cx_btn_k a{display: inline}
.pc_cx_btn {
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    height: 50px;
    border-radius:40px;
    background: #ee0000;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: 300;
}

@media only screen and (max-width:900px) {
.pc_cx_btn_k {margin: 0 auto;margin-top: 10px;width: 150px; }
.pc_cx_btn { line-height: 40px;text-align: center;font-size: 16px;height: 40px;}
}

.fa_xx_tu{ overflow:hidden; margin:0px; padding:0px}
.fa_xx_tu_L{ overflow:hidden; margin:0px; padding:0px; text-align:center; float:left; width:50%}
.fa_xx_tu_L img{ max-width: 450px;width: auto;height: auto; vertical-align: top}

.fa_xx_tu_R{ overflow:hidden; margin:0px; padding:0px; float: right; width:48%;}
.fa_xx_tu_R dl{overflow:hidden; margin:0px; padding:0px;}
.fa_xx_tu_R dl dt{overflow:hidden; margin:0px; padding:0px; font-size:22px; color:#222; margin-bottom:10px; line-height:30px;font-family: 'Aileron-Regular';font-weight: 600}
.fa_xx_tu_R dl dd{overflow:hidden; margin:0px; padding:0px; font-size:14px; line-height:190%; color:#666}

@media only screen and ( max-width:1300px ) {
.fa_xx_tu_R dl dt{ font-size:20px;line-height:26px}
}
@media only screen and ( max-width:1000px ) {

.fa_xx_tu_L{ overflow:hidden; margin:0px; padding:0px; text-align:center; float:left; width:55%}
.fa_xx_tu_R{ overflow:hidden; margin:0px; padding:0px; float: right; width:43%}
.fa_xx_tu_R dl dt{ font-size:18px; }
.fa_xx_tu_R dl{overflow:hidden; margin:0px; padding:0px; margin-top:0px}
}

@media only screen and ( max-width:900px ) {
.fa_xx_tu_L{  float: none; width:100%;margin-bottom:20px}
.fa_xx_tu_R{ float:  none; width:100%}

.fa_xx_tu_R dl dt{text-align:center;}
.fa_xx_tu_R dl dd{ font-size:14px; line-height:22px;}

}

@media only screen and ( max-width:700px ) {
.fa_xx_tu_R dl{ padding:10px; }
.fa_xx_tu_R dl dd{ font-size:14px; line-height:22px;}

}



.like_cp{ overflow:hidden; padding:0px; width: 96%; margin: 0 auto}
.like_cp dl{ overflow:hidden;padding:8px;margin:0 auto; border:#ddd 1px solid;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; position:relative; background:#fff;}
.like_cp dl a{ display:inline}
.like_cp dl dt{overflow:hidden;font-weight:normal;color:#222; position:relative;text-align:center; }
.like_cp dl dd{ overflow:hidden; margin:0px;font-size: 15px; text-align: center}
.like_cp dl dt h3{ font-size:15px;overflow:hidden; line-height:22px; padding:0px 5px 0px 5px;  text-align:left; margin-top:8px;height: 48px;font-family: 'Aileron-Regular';font-weight: normal;text-align: center}
.like_cp dl dd span{ color:#777; margin-right:2px}
.like_cp dl dt img{width:100%;height:auto; vertical-align:top;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; margin:0 auto }
.like_cp:hover dl{box-shadow:0 0 15px 1px rgba(0,0,0,.1); background:#fff; border:#ee0000 1px solid; }
.like_cp:hover dt h3{ color:#ee0000;}



.about_ys_bg{overflow:hidden;background:#f2f1f7 url(../images/map-bg3.png)  no-repeat center top;background-size:cover}

.about_yslist{padding: 0px; margin: 0px;  overflow: hidden}
.about_yslist li{padding: 0px; margin: 0px;  overflow: hidden;float: left;width: 23.5%; margin-right: 2%;border-radius: 15px; min-height: 330px; border:#ddd 1px solid;background:#fff;}
.about_yslist li dl{padding: 30px 15px 20px 15px;overflow: hidden; text-align: center; margin: 0 auto; width: 96%; }
.about_yslist li dl dt{padding: 0px; margin: 0px;  overflow: hidden; margin-bottom: 5px;}
.about_yslist li dl dt h3{padding: 0px; margin: 0px;  overflow: hidden;font-weight: 300;font-size: 20px;text-transform:uppercase;font-family:'Koulen'; color: #222} 
.about_yslist li dl dt img{width: 60px; height: 60px; vertical-align: top;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;-webkit-filter: grayscale(100%); filter: grayscale(100%); }
.about_yslist li dl dd{padding: 0px; margin: 0px;  overflow: hidden;line-height: 22px;min-height: 72px;font-size: 14px; color: rgba(0,0,0,0.8)}
.about_yslist li:hover dl dt img{-webkit-transform: scale(0.9);transform: scale(0.9);-moz-transform: scale(0.9);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}
.about_yslist li:hover  dl h3{color:#ee0000}
.about_yslist li:hover  dl dd{color:#222}
.about_yslist li:hover  dl dt img{-webkit-filter: grayscale(0%); filter: grayscale(0%); }

.about_yslist li:nth-child(4n){margin-right:0}

@media (max-width: 1200px) {
	
.about_yslist li{min-height: 350px}
}

@media (max-width: 1100px) {
.about_yslist li dl dd{ line-height: 20px;}
.about_yslist li dl dt img{width: 50px; height: 50px; vertical-align: top}
.about_yslist li dl dt h3{font-size: 20px}
}

@media (max-width: 950px) {
.about_yslist li dl dt img{width: 45px; height:45px; vertical-align: top}
.about_yslist li{width: 49%; margin-right: 2%; margin-bottom: 20px; min-height: 230px}
.about_yslist li:nth-child(4n){margin-right:0}
.about_yslist li:nth-child(2n){margin-right:0}
}

@media (max-width: 700px) {
.about_yslist li{min-height: 270px}
}
@media (max-width: 600px) {
.about_yslist li{min-height: 10px; height: auto; width: 100%; margin-right: 0px}
	.about_yslist li:last-child{ margin-bottom:0}
}






.search_list{ overflow:hidden; padding:0px; margin:0px}
.search_list h5{ font-size:18px; padding:5px 0px; font-weight: bold}
.list-group{overflow:hidden; padding:0px; margin:0px; display: block; margin-bottom: 10px}
.list-group p{ font-size:14px; line-height:26px; padding:0px; margin:0px; display:block}
.search_list .list-group a{font-size:14px; color: #e03939}
.search_list .list-group  p a{color: #333;}

.main_search_L{ width:77%;overflow:hidden; float:left ; display:block; padding:0px; margin:0px }
.main_search_R{ width:21%; overflow:hidden; float:right; display:block; background:#f5f5f5;  margin:0px;padding:20px;}

@media only screen and (max-width:1200px) {
.main_search_R{ width:21%; overflow:hidden; float:right; display:block}
.main_search_L{ width:77%; overflow:hidden; float:left; display:block}
}
@media only screen and (max-width:1020px) {
.main_search_R{ width:100%; overflow:hidden; float:left;}
.main_search_L{ width:100%; overflow:hidden; float: left;}

.search_list .list-group p{width:20%; float: left}
.search_list .list-group a{ display: inline; margin-right:12px;}
}

@media only screen and (max-width:710px) {
.search_list .list-group p{width:33.333%; float: left}
}
@media only screen and (max-width:450px) {
.search_list .list-group p{width:auto; float: left; display:inline-block;margin-right:12px;}
}





.ser_box{ max-width:1300px; margin:0 auto; padding:0px;overflow:hidden}
@media only screen and (max-width: 1440px) {
.ser_box{ max-width:1300px; margin:0 auto; padding:0px;overflow:hidden}
}
 



.ser_box{ max-width:1300px; margin:0 auto; width:94%}
.tab_menu{overflow:hidden; margin:0px; padding:0px; float:left; width:19%; margin:0px; padding:0px; position:relative; }
.tab_menu li{cursor:pointer; height:auto; padding:0px 0px 0px 0px; border-bottom:#fff 1px solid;background:#f6f6f6;font-family: 'Aileron-Regular';}
.tab_menu li.current{color:#ee0000;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display:inline}
.tab_menu li p a{color:#333;text-decoration:none; line-height:45px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; display:inline}
.tab_menu li p{font-size:14px; line-height:45px; text-indent:15px; padding:0px; margin:0px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis; position: relative}

.tab_menu li p::before{ content: ""; z-index:2;position: absolute; width: 4px; height: 4px;border-radius:50%; background: #333;left:8px;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
transform: translateY(-50%);}


.tab_menu li:last-child{ border-bottom:#eee 0px solid}



.tab_menu li.current a{color:#fff;display:inline}

.tab_box{overflow:hidden; padding:0px; float: right; width:79%; }
.tab_menu li.current p{background:#ee0000; color:#FFFFFF;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

.tab_menu li.current p::before{ background: #fff}

.tab_box .hide{display:none;}
.tab_menu li:hover p i{ margin-right:15px;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}



.fr{ float:right}



@media screen and (max-width: 1300px) {
.tab_box{ float: none; width:100%; margin-top:15px;}
.tab_menu{padding-top:0px; float: none; width:100%;box-shadow: 0 0 0px #ddd;}
.tab_menu li{cursor:pointer; height:auto; padding:0px 0px 0px 0px; border-bottom:#fff 1px solid; float:left; width:20%;box-shadow: 0 0 0px #ddd;border-right: #fff 1px solid}
	.tab_menu li p a{font-size: 12px}
	
.tab_menu li:nth-child(5n) p{ border-right:#eee 0px solid}

}
@media screen and (max-width: 800px) {
.tab_menu li p a{font-size: 12px}	
	.tab_menu li{ width:25%;font-size: 12px}
	.tab_menu li:nth-child(5n) p{ border-right:#eee 1px solid}
	.tab_menu li:nth-child(4n) p{ border-right:#eee 0px solid}
	
	.tab_menu li p::before{ display: none; width: 0; height: 0}
}



@media screen and (max-width: 760px) {
.tab_menu li p a{ font-size:12px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.tab_menu li p{ text-indent:0px; text-align:center;line-height:40px;}
.tab_menu li {overflow:hidden;white-space:nowrap;text-overflow:ellipsis; width:33.333%;}
.tab_menu li:nth-child(5n) p{ border-right:#eee 1px solid}
.tab_menu li:nth-child(4n) p{ border-right:#eee 1px solid}
.tab_menu li:nth-child(3n) p{ border-right:#eee 0px solid}
}


.so_cplist{ overflow:hidden; padding:0px; margin:0 auto}
.so_cplist li{ overflow:hidden; margin:0px; padding:0px; width:19.2%; float:left;display:inline;  margin-bottom:24px; margin-right:1%}
.so_cplist dl{ overflow:hidden;padding:5px;margin:0 auto; border:#ddd 1px solid;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; position:relative; background:#fff;}
.so_cplist dl a{ display:inline}
.so_cplist dl dt{overflow:hidden;font-weight:normal;color:#222; position:relative;text-align:center; }
.so_cplist dl dd{ overflow:hidden; margin:0px;font-size: 15px; text-align: center}
.so_cplist dl dt h3{ font-size:14px;overflow:hidden; line-height:22px; padding:0px 5px 0px 5px;  text-align:left; margin-top:8px;height: 48px;font-family: 'Aileron-Regular';font-weight: normal;text-align: center}
.so_cplist dl dd span{ color:#777; margin-right:2px}
.so_cplist dl dt img{width:100%;height:auto; vertical-align:top;transition: 0.6s;-moz-transition: 0.6s;-webkit-transition: 0.6s; margin:0 auto }
.so_cplist li:hover dl{box-shadow:0 0 15px 1px rgba(0,0,0,.1); background:#fff; border:#ee0000 1px solid; }
.so_cplist li:hover dt h3{ color:#ee0000;}


.cpsx_sm_txt{ overflow:hidden; margin:0px;font-size:14px; line-height:20px; color:#555;padding:0px 5px 0px 5px;height:40px}
.cpsx_sm_txt span{ color:#777; margin-right:2px}


.so_cplist li:hover dt{color:#ee0000}

.so_cplist li:nth-child(5n){ margin-right:0}

.so_cplist dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:8px; bottom:0px}
.cp_dv i{ color:#6633FF;transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;font-size: 26px;
background: -webkit-linear-gradient(45deg, #6633FF, #0672c1);
background: -o-linear-gradient(45deg, #6633FF, #0672c1); 
background: -moz-linear-gradient(45deg, #6633FF, #0672c1); 
background: linear-gradient(45deg, #6633FF, #0672c1); -webkit-background-clip: text; color: transparent;}
.so_cplist dl  .cp_dv img{ height:22px; width:auto}

.so_cplist dl .cp_dv:hover i{transform:rotate(360deg);transition: 0.3s;-moz-transition: 0.3s;-webkit-transition: 0.3s;}

@media only screen and (max-width:1300px) {
.so_cplist dl{ overflow:hidden; padding:8px;}
.so_cplist dl dt h3{ font-size:14px;}
.cpsx_sm_txt{ font-size:12px}
.so_cplist dl  .cp_dv i{font-size: 22px;}
}

@media only screen and (max-width:750px) {
.so_cplist dl dt h3{ font-size:14px;}
.so_cplist li{ width:49%; margin-bottom:15px; margin-right: 2%}
.so_cplist li:nth-child(5n){ margin-right: 2%}
.so_cplist li:nth-child(2n){ margin-right:0}
.so_cplist dl{ overflow:hidden;padding:15px;}
.so_cplist dl  .cp_dv{ width:auto; height:40px; text-align:center; position:absolute; z-index:6; right:4px; bottom:-10px}
}

@media only screen and (max-width:650px) {

.so_cplist dl{ overflow:hidden;  padding:6px;}

}



.douyin_box{overflow: hidden;max-width: 800px; margin: 0 auto;}

.douyin_box dl{overflow: hidden;text-align: center;}
.douyin_box dl dt{ text-align: center; margin-bottom: 10px}
.douyin_box dl dt img{width: 200px; height: auto;}
.douyin_box dl dd{font-size: 16px; line-height: 190%}





