@charset "utf-8";
@font-face {
  font-family: "D-DIN";
  src: url('../fonts/D-DIN.eot');
  /* IE9 */
  src: url('../fonts/D-DIN.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/D-DIN.woff') format('woff'), url('../fonts/D-DIN.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/D-DIN.svg#D-DIN') format('svg');
  /* iOS 4.1- */
}
@font-face {
  font-family: "D-DINExp";
  src: url('../fonts/D-DINExp.eot');
  /* IE9 */
  src: url('../fonts/D-DINExp.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/D-DINExp.woff') format('woff'), url('../fonts/D-DINExp.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+ */ url('../fonts/D-DINExp.svg#D-DINExp') format('svg');
  /* iOS 4.1- */
}
body{
	 overflow-x:hidden !important;  background:#fff;  line-height:1.1; box-sizing:border-box;
	 font-family:'Microsoft YaHei','PingFang SC','Helvetica Neue','Helvetica','Arial',sans-serif;
}
body.pagebody{
	background:#f4f7fe;
}
.bodybg{
	background:#f5f6fa;
}
*{
	outline:none; box-sizing:border-box; letter-spacing:0;
}
.TXTovehid {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.clear{
	clear:both;
}
.of_hid{
	overflow:hidden;
}
a:hover{
	color:#2a6cf4;
}

.w1500{
	width:1500px; padding:0; margin:0 auto;
}
.w1200{
	width:1500px; margin:0 auto;
}
.mt30{
	margin-top:30px;
}
.mb30{
	margin-bottom:30px;
}
.mt60{
	margin-top:60px;
}
.mb60{
	margin-bottom:60px;
}
.mt100{
	margin-top:100px;
}
.mb100{
	margin-bottom:100px;
}
.fwb{
	font-weight:bold;
}
.tac{
	text-align:center;
}
b,strong{
	font-weight:bold;
}

img.block100{
	display:block; width:100%;
}

.transition04{
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}
.transition0401{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.clearboth{
	clear:both;
}
.textcenter{
	text-align:center;
}


#main{
	position:fixed; top:0px; left:0px;	z-index:211112; width:100%;
}
.menu_body{
	display:none;
}
.imgcom{
	width:100%; overflow:hidden; position:relative;
}
.imgcom img{
	position:absolute; height:100%; min-width:100%; left:50%; transform:translateX(-50%); top:0px;
}




.header_bg{
	width:100%; height:8px; margin-top:6px;
	background:url(../images/header_bg.jpg) repeat-x; background-size:auto 100%;
}

.header{
	width:100%; height:auto;  position:fixed;
	top:0px; left:0px; z-index:111111111;
}
#noneheader{
	height:100px; width:100%; height:0px !important;
}
.header .inheader{
	margin:0 auto; height:100px;	position:relative;
}
.header .inheader .logo{
	float:left; height: 100%; display: flex;  flex-direction: column; justify-content: center;
}
.header .inheader .logo .logo_in{
	display: flex;  flex-direction: row; justify-content: space-between;
}
.header .inheader .logo img{
	height:64px;
}
.header .inheader .logo img:first-child{
	display:none;
}
.header .inheader .logo img:last-child{
	display:block;
}
.header.boxshadow .inheader .logo img:first-child{
	display:block;
}
.header.boxshadow .inheader .logo img:last-child{
	display:none;
}
.header.header_index .inheader .logo img:first-child{
	display:block;
}
.header.header_index .inheader .logo img:last-child{
	display:none;
}
.header .inheader .logo .logo_in .text{	
	padding-left:20px; margin-left:20px; border-left:2px solid #b3b3b3; color:#b2b2b2;
	display: flex;  flex-direction: column; justify-content: space-between; height: 86%; transform: translateY(7%);
	display:none;
}
.header .inheader .logo .logo_in .text .t{
	font-size:24px;  font-weight:bold;
}
.header .inheader .logo .logo_in .text .b{
	font-size:16px; 
}


.header .inheader .menu{
	margin:0 auto; float:right;
}
.header .inheader .menu > li{
	width:auto; text-align:center; box-sizing:border-box; float:left; position:relative;
	height:100px; line-height:100px;
}
.header .inheader .menu > li:first-child{
	margin-left:0px;
}


.header .inheader .menu li > a{
	color:#333; font-size:16px; text-align:center;
}
.header .inheader .menu li > a span{
	display:block; padding:0 40px;
}

.header .inheader .menu > li:after{
	position:absolute; width:100%; height:3px; background:#2a6cf4; bottom:0px; left:0%; content:" ";
	-webkit-transform: scale(0, 0);
	-ms-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display:none;
}
.header .inheader .menu > li.active:after,
.header .inheader .menu > li:hover:after{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}

.header .inheader .menu li.active > a{
 
}
.header.boxshadow .inheader .menu li.active > a{
	color:#2a6cf4 !important; 
}

.header .inheader .menu li:marker{
	display:none;
}




.menu li .icon_nav_item{
	display:none;
}
.header .menu > li .subnav{
	background: rgba(255,255,255,1);
	position: absolute;
	left: -25%;
	top: 100%;
	padding: 0px 0;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-30px);
	transition: all .3s;
	text-align:left;
	border-top:1px solid #eee;
	width:150%;
}
.header .menu > li .subnav ul{
}
.header .menu > li .subnav li{
	line-height:44px; text-align:center; width:auto; position:relative; display:block; width:100%; border-bottom:1px solid #e6e6e6;
}
.header .menu > li .subnav li:first-child{
	margin-left:0px;
}
.header .menu > li .subnav li:last-child{
	margin-right:0px; border-bottom:0px;
}
.header .menu > li .subnav li a{
	font-size:16px; color:#666;
}
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#2a6cf4;
}
@media all and (min-width:769px){
	.header .menu > li:hover .subnav{
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}


.header.yanse{
	background:rgba(255,255,255,0);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.header.yanse.boxshadow{
	background:rgba(255,255,255,1); box-shadow: 0px 8px 46px 0px rgba(52, 52, 52, 0.15);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}

.header.yanse .inheader .menu li > a{
	color:#fff;
}
.header.header_index.yanse .inheader .menu li > a{
	color:#000;
}
.header.boxshadow .inheader .menu li > a{
	color:#000 !important;
}
.header.boxshadow .inheader .menu li > a:hover{
	color:#2a6cf4 !important;
}
.header.yanse .inheader .menu li li > a{
	color:#000;
}
.header.boxshadow .inheader .menu li.active > a,
.header.boxshadow .inheader .menu li:hover > a{
	color:#2a6cf4 !important;
}
.header.yanse .inheader .menu > li.active:after,
.header.yanse .inheader .menu > li:hover:after{
	background:#2a6cf4;
}
.header .inheader .menu li li.active > a,
.header .inheader .menu li li:hover > a{
	color:#2a6cf4 !important;
}
.header_tel{
	display:flex; flex-direction:column; justify-content:center; float:right; height:100%; margin-left:38px;
}
.header_tel_in{
	/*background:url(../images/tel_bg.png) no-repeat;*/  background-size: 100% 100%; display:flex; flex-direction:column; justify-content:center;
}
.header_tel_in div{
	display:flex; justify-content:center;
}
.header_tel_in span img{
	height:20px;
}
.header .header_tel_in span img:first-child{
	display:none;
}
.header .header_tel_in span img:last-child{
	display:block;
}
.header.boxshadow .header_tel_in span img:first-child{
	display:block;
}
.header.boxshadow .header_tel_in span img:last-child{
	display:none;
}
.header.header_index .header_tel_in span img:first-child{
	display:block;
}
.header.header_index .header_tel_in span img:last-child{
	display:none;
}
.header_tel_in i{
	font-size:18px; color:#fff; line-height:20px; margin-left:5px; font-style:normal;
}
.header.boxshadow .header_tel_in i,
.header.header_index .header_tel_in i{
	color:#333; 
}



.index_banner{
	position:relative;
}
.index_banner img.bannerbg,.index_banner video{
	display:block; width:100%;
}
.index_banner .swiper-slide{
	position:relative; z-index:1;
}
.index_banner .swiper-slide.swiper-slide-active{
	z-index:2;
}
.index_banner .swiper-button-next,.index_banner .swiper-button-prev{
	width:27px; height:46px; position:absolute; overflow:hidden; top:50%; transform:translateY(-50%); margin-top: 0 !important;
	display:none !important;
}
.index_banner .swiper-button-next::after,.index_banner .swiper-button-prev::after{
	color:#fff; font-size:0; display:none;
}
.index_banner .swiper-button-next{
	right:calc((100% - 1500px) / 2); background:url(../images/banner_right.png)no-repeat; background-size: 100% 100%;
}
.index_banner .swiper-button-prev{
	left:calc((100% - 1500px) / 2); background:url(../images/banner_left.png)no-repeat; background-size: 100% 100%;
}
.swiper_pagination_index{
	position:absolute; width:100%; bottom:30px; text-align:center;
}
.swiper_pagination_index .swiper-pagination-bullet{
	width:18px; height:18px; margin:0 4px; background:#3184fe; border-radius:1000px; opacity:0.3;
}
.swiper_pagination_index .swiper-pagination-bullet.swiper-pagination-bullet-active{
	opacity:1;
}
.index_banner .swiper-slide{
	position:relative;
}
.index_banner .swiper-slide .text{
	position:absolute; width:100%; height:100%; top:0px; left:0px; display:flex;  flex-direction:column; justify-content:center;
}
.index_banner .swiper-slide .text .w1500{
	position:relative; z-index:3; transform:translateX(-100%); opacity:0;
	transition: All 0.8s ease-in-out 0.2s; -webkit-transition: All 0.8s ease-in-out 0.2s; -moz-transition: All 0.8s ease-in-out 0.2s; -o-transition: All 0.8s ease-in-out 0.2s;
}
.index_banner .swiper-slide .text .text_t{
	font-size:66px; color:#333; font-weight:bold;
}
.index_banner .swiper-slide .text .text_b{
	font-size:24px; color:#333; margin:35px auto 80px;
}
.index_banner .swiper-slide .text .text_a a{
	display:inline-block; font-size:20px; color:#fff; padding:20px 85px; border-radius:2000px; background:#2a6cf4;
}
.index_banner .swiper-slide .text .bannerimg{
	position:absolute; top:0; left:0; width:100%; z-index:2; transform:translateX(100%); opacity:0;
	transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-webkit-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-moz-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-o-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s;
}
.index_banner .swiper-slide.swiper-slide-active .text .w1500{
	transform:translateX(0); opacity:1;
	transition: All 0.8s ease-in-out 0.2s; -webkit-transition: All 0.8s ease-in-out 0.2s; -moz-transition: All 0.8s ease-in-out 0.2s; -o-transition: All 0.8s ease-in-out 0.2s;
}
.index_banner .swiper-slide.swiper-slide-active .text .bannerimg{
	transform:translateX(0); opacity:1;
	transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-webkit-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-moz-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s; 
	-o-transition: opacity 0.8s ease-in-out 0.5s,transform 0.8s ease-in-out 0.5s;
}


.index_pding{
	padding:100px 0;
}
.index_title{
	position:relative; text-align:center;
}
.index_title .index_t{
	font-size:36px; color:#000; font-weight:bold; text-align:center;
}
.index_title .index_b{
	font-size:18px; color:#666; text-transform: uppercase; 
}
.index_title .index_line{
	width:60px; height:4px; background:#2a6cf4; margin:10px auto 20px;
}


.index_01{
	overflow:hidden;
}
.index_01_incon{
	display:flex; flex-wrap:wrap;	margin-top:30px;
}
.index01_li{
	border-radius: 20px; box-shadow: 0px 4px 10px 0px rgba(51, 112, 252, 0.3); overflow:hidden; width:calc(33.33% - (45px * 2) / 3);
	margin-left:45px;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.index01_li:hover{
	transform:scale(1.1);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;	
}

.index01_li:nth-child(3n+1){
	margin-left:0px;
}
.index01_li_t{
	padding:30px; background:url(../images/index01_bg01.jpg) no-repeat; background-size:cover;
}
.index01_tt{
	font-size:36px; color:#fff; font-weight:bold;
}
.index01_tb{
	font-size:18px; color:#fff; margin-top:15px;
}
.index01_li_b{
	padding:0 30px 40px 30px;  background:url(../images/index01_bg02.jpg) no-repeat; background-size:cover; overflow:hidden;
}
.index01_li_bli{
	margin-top:30px;
}
.index01_bt span{
	display:inline-block;  border:2px solid #2a6cf4; border-radius:500px; background:#fff; font-size:24px; color:#2a6cf4; font-weight:bold; padding:10px 28px;
}
.index01_bb{
	font-size:18px; color:#666; line-height:1.44; margin-top:15px;
}




#indexcase{
	width:100%; overflow:hidden;
}
#indexcase .indexcase_tab{
	width:100%; background:#2a6cf4; text-align:center; height:70px; line-height:70px;
}
#indexcase .indexcase_tab a{
	font-size:18px; color:#fff; display:inline-block; height:70px; line-height:70px; padding:0 38px;
}
#indexcase .indexcase_tab a.on{
	background:#f6f6f6; color:#333;
}
#indexcase .indexcase_con{
	width:100%; display:none;
}
#indexcase .indexcase_con.on{
	display:block;
}
#indexcase .indexcase_con  .casedivlist{
	display:block; width:33.33333333%; float:left;	position:relative;
}
#indexcase .indexcase_con  .casedivlist>img{
	display:block; width:100%;
}
#indexcase .indexcase_con  .casedivlist .blackdiv{
	background:rgba(0,0,0,0.7); position:absolute; opacity:1;
	background-size:100% 100%; top:0px; left:0px; width:100%; height:100%; text-align:center;
	display: flex;	flex-direction:column; justify-content:center;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
#indexcase .indexcase_con  .casedivlist .blackdiv .t{
	font-size:30px; color:#fff;  margin-bottom:30px;	
}
#indexcase .indexcase_con  .casedivlist .blackdiv .b{
	font-size:14px; color:#fff;  line-height:24px; padding:0 10%; box-sizing:border-box;
}
#indexcase .indexcase_con  .casedivlist:hover .blackdiv{
	opacity:0;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}


.index_03{
	overflow:hidden;
}
.index_03_incon{
	display:flex; flex-wrap:wrap;	margin-top:30px;
}
.index03_li{
	border-radius: 20px; overflow:hidden; width:calc(20% - (20px * 4) / 5); margin-left:20px; position:relative;
}
.index03_li:nth-child(5n+1){
	margin-left:0px;
}
.index03_li .img{
	position:relative; padding:45.77% 0; overflow:hidden; z-index:1;
}
.index03_li .img img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.index03_li:hover .img img{
	transform: translateX(-50%) scale(1.1);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.index03_bg{
	position:absolute; width:100%; height:100%; top:0px; left:0px; z-index:2; background:rgba(0,0,0,0.5); padding:0 38px;
	display:flex; flex-direction:column; justify-content:center;
}
.index03_bg .index03_t{
	font-size:30px; color:#fff; font-weight:bold;
}
.index03_bg .index03_b{
	font-size:16px; color:#fff; line-height:1.625; margin:18px 0 40px;
}
.index03_bg .index03_a{
	display:flex; font-size:18px; color:#fff; 
}
.index03_bg .index03_a img{
	display:block; height:18px; margin-left:12px;
}


.index_04{
	overflow:hidden; padding-top:0px !important;
}
.index_04_incon{
	display:flex; flex-wrap:wrap;	margin-top:30px; justify-content:space-between;
}
.index04_l{
	width:55.33%;
}
.index04_lt{
	font-size:18px; color:#4c4c4c; line-height:2.44; margin:55px 0;
}
.index04_lb{
	display:flex; flex-wrap:wrap; justify-content:space-between;
}
.index04_lbli{
	width:33.33%; text-align:center;
}
.index04_lblit{
	color:#2264e8;
}
.index04_lblit span{
	font-size:72px;
}
.index04_lblit sub{
	font-size:16px; display:inline-block; margin-left:8px;
}
.index04_lblit sub em{
	font-size:1.25rem; font-weight:normal;
}
.index04_lblib{
	font-size:16px; color:#4c4c4c; margin-top:20px;
}
.index04_r{
	width:40.33%;
}
.index04_r img{
	display:block; width:100%;
}




#footer{
	width:100%; background:#333;
}
#footer .footer{
	width:1500px; margin:0 auto; padding:45px 0 35px; box-sizing:border-box; overflow:hidden;
}
#footer .footer .footermenu{
	border-bottom:1px solid #464646; text-align:left; font-size:0px;
}
#footer .footer .footermenu a{
	font-size:16px; color:#fff; border-bottom:3px solid transparent; display:inline-block; padding:0 0 22px 0;
	margin-bottom:-1px;
}
#footer .footer .footermenu a.on{
	border-bottom:3px solid #2a6cf4;
}
#footer .footer .footermenu span{
	display:inline-block; font-size:16px; color:#fff; margin:0 50px;
}
#footer .footer .footertext{
	padding-top:20px; overflow:hidden;
}
#footer .footer .footertext .footertextl{
	float:left;  margin-right:200px;
}
#footer .footer .footertext .footertextl:nth-child(2){
	margin-right:0px;
}
#footer .footer .footertext .footertextl .fli{
	overflow:hidden; margin-bottom:10px;
}
#footer .footer .footertext .footertextl .fli img{
	float:left;
}
#footer .footer .footertext .footertextl .fli span{
	float:left; font-size:14px; color:#a6a6a6; line-height:24px; margin-left:12px;
}
#footer .footer .footertext .footertextl .fli span a{
	color:#adadad;
}
#footer .footer .footertext .footerright{
	float:right; width:120px; margin-right:20px;
}
#footer .footer .footertext .footerright img{
	width:120px; height:120px; margin-bottom:16px;
}
#footer .footer .footertext .footerright p{
	font-size:14px; color:#adadad; text-align:center;
}
#footer .footerlinks{
	border-top:1px solid #464646; padding:16px 0;
}
#footer .footerlinks .footerlinksin{
	width:1500px; margin:0 auto; font-size:14px; color:#a6a6a6; line-height:24px; 
}
#footer .footerlinks .footerlinksin a{
	font-size:14px; color:#a6a6a6; margin-right:5px;
}


.page_local{
	padding-top:30px;
}
.page_local_con{
	border-bottom:1px solid #ccc; font-size:12px; color:#666; padding-bottom:15px; text-align:right;
}
.page_local_con a{
	color:#666;
}


.seo_01_li{
	border-radius: 10px; padding:50px 0; overflow:hidden; text-align:center; width:calc(25% - (30px * 3) / 4); margin-left:30px; position:relative; box-shadow: 0px 2px 10px 0px rgba(0, 99, 167, 0.3);
}
.seo_01_li,.seo_01_li *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.seo_01_li:nth-child(4n+1){
	margin-left:0px;
}
.seo_01_li .img img{
	height:100px;
}
.seo_01_li .img img:first-child{
	display:inline-block;
}
.seo_01_li .img img:last-child{
	display:none;
}
.seo_01_li .text .t{
	font-size:24px; color:#000; margin:50px 0 25px;
}
.seo_01_li .text .b{
	font-size:16px; color:#666; line-height:1.33;
}
.seo_01_li:hover{
	background:#2a6cf4;
}
.seo_01_li:hover .img img:first-child{
	display:none;
}
.seo_01_li:hover .img img:last-child{
	display:inline-block;
}
.seo_01_li:hover .text .t,.seo_01_li:hover .text .b{
	color:#fff;
}

.seo_02{
	background:#f7f7f7;
}
.seo_02_incon{
	justify-content:space-between;
}
.seo_02_incon .img{
	width:26.66%;
}
.seo_02_incon .img img{
	display:block; width:100%;
}
.seo_02_incon .text{
	width:69.66%; display:flex; align-items: start; flex-wrap:wrap;
}
.seo_02_li{
	border-radius: 10px; padding:20px; overflow:hidden; text-align:center; width:calc(50% - (40px * 1) / 2); margin-left:40px; margin-top:30px; position:relative; box-shadow: 0px 2px 10px 0px rgba(43, 43, 43, 0.3);
	display:flex; justify-content:space-between;
}
.seo_02_li:nth-child(2n+1){
	margin-left:0px;
}
.seo_02_li:nth-child(-n+2){
	margin-top:0px;
}
.seo_02_li .inimg img{
	display:block; height:56px;
}
.seo_02_li .intext{
	width:calc(100% - 75px); text-align:left;
}
.seo_02_li .intext .t{
	font-size:20px; color:#000;
}
.seo_02_li .intext .b{
	font-size:15px; color:#999; line-height:1.33; margin-top:10px;
}
.seo_03_incon{
	flex-wrap:wrap;
}
.seo_03_li{
	width:20%; padding:25px 0 25px 75px; display:flex; justify-content:start; border-left:1px solid #e5e5e5; border-top:1px solid #e5e5e5;
}
.seo_03_li:nth-child(5n+1){
	border-left:0px;
}
.seo_03_li:nth-child(-n+5){
	border-top:0px;
}
.seo_03_li img{
	display:block; width:52px; height:52px;
}
.seo_03_li .t{
	font-size:18px; margin-left:20px; color:#333; display:flex; justify-content:center; flex-direction:column; 
}

.seo_04{
	background:url(../images/seo04_bg.jpg) no-repeat; background-size:cover;
}
.seo_04_incon{
	flex-wrap:wrap;
}
.seo_04_li{
	border-radius: 0px; padding:4px; overflow:hidden; text-align:center; width:calc(16.66% - (24px * 5) / 6); margin-left:24px; position:relative;
	background:url(../images/seo04_libg.png) no-repeat; background-size:cover;
}
.seo_04_li:nth-child(6n+1){
	margin-left:0px;
}
.seo_04_li .img{
	position:relative; padding:56.75% 0; overflow:hidden; z-index:1; border-radius: 10px; z-index:1;
}
.seo_04_li .img img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.seo_04_li:hover .img img{
	transform: translateX(-50%) scale(1.1);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.seo_04_li .text{
	position:absolute; left:4px; top:4px;  border-radius: 10px; z-index:2; background:rgba(3,44,126,0.6); color:#fff;
	width:calc(100% - 4px * 2);  height:calc(100% - 4px * 2); display:flex; text-align:center; justify-content:center; flex-direction:column;
}
.seo_04_li .text .t{
	font-size:36px; font-weight:bold;
}
.seo_04_li .text .b{
	font-size:18px; margin-top:20px; line-height:1.66; padding:0 15px;
}
.seo_04_incon_a{
	text-align:center; margin-top:60px;
}
.seo_04_incon_a a{
	padding:15px 60px; background:#2a6cf4; color :#fff; font-size:20px; border-radius:500px; font-weight:bold; display:inline-block;
}

.seo_05_incon{
	flex-wrap:wrap; justify-content:space-between;
}
.seo_05_l{
	width:46.66%;
}
.seo_05_r{
	width:51.33%;
}
.seo_05_l,.seo_05_l *,.seo_05_r,.seo_05_r *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.seo_05_l a,.seo_05_r a{
	display:block;
}
.seo_05_l a .img{
	position:relative; padding:22.14% 0; overflow:hidden; z-index:1;
}
.seo_05_l a .img img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
}
.seo_05_l:hover a .img img{
	transform: translateX(-50%) scale(1.1);
}
.seo_05_l a .text{
	box-shadow: 0px 1px 12px 0px rgba(34, 34, 34, 0.2); padding:30px 20px;
}
.seo_05_l a .text .t{
	font-size:18px; height:20px; line-height:20px; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.seo_05_l a .text .b{
	font-size:15px;  height:calc(15px * 1.46 * 2); line-height:1.46; color:#808080; margin-top:15px;
	-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box;
}
.seo_05_r a{
	display:flex; justify-content:space-between; padding-top:20px; margin-top:20px; border-top:1px solid #e6e6e6;
}
.seo_05_r a:first-child{
	border:0px; padding-top:0px; margin-top:0px;
}
.seo_05_r a .img{
	width:26%;
}
.seo_05_r a .imgin{
	position:relative; padding:30.5% 0; overflow:hidden; z-index:1; width:100%;
}
.seo_05_r a .imgin img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
}
.seo_05_r a:hover .imgin img{
	transform: translateX(-50%) scale(1.1);
}
.seo_05_r a .text{
	width:71.42%;
}
.seo_05_r a .text .t{
	font-size:16px; height:18px; line-height:18px; color:#333; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; 
}
.seo_05_r a .text .b{
	font-size:14px;  height:calc(14px * 1.57 * 2); line-height:1.57; color:#808080; margin:15px 0 25px; 
	-webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; display: -webkit-box; display: -moz-box; display: -ms-box; display: -o-box;
}
.seo_05_r a .text .d{
	font-size:14px; text-align:right; color:#bfbfbf;
}
.seo_05_l:hover a .text .t,.seo_05_r a:hover .text .t{
	color:#2a6cf4;
}


.seo_01_incon,.seo_02_incon,.seo_03_incon,.seo_04_incon,.seo_05_incon,.yuqing_01_incon,.yuqing_02_incon,.yuqing_03_incon,.xiaohongshu_01_incon,.xiaohongshu_02_incon,.xiaohongshu_03_incon,.xiaohongshu_04_incon{
	margin-top:40px; display:flex;
}

.seo_06{
	padding-top:0 !important;
}
.seo_06_con{
	display:flex; justify-content:center;
}
.seo_06_con a{
	display:flex; border:1px solid #3184fe; border-radius: 10px; font-size:20px; overflow:hidden;
}
.seo_06_con a .t{
	background:#fff; color:#3184fe; padding: 18px 130px;
}
.seo_06_con a .b{
	background:#3184fe; color:#fff; padding: 18px 40px;
}



.yuqing_01_incon{
	display:flex; flex-wrap:wrap;
}
.yuqing_01_li{
	overflow:hidden; text-align:center; width:calc(33.33% - (30px * 2) / 3); margin-left:30px; margin-top:30px;
}
.yuqing_01_li:nth-child(3n+1){
	margin-left:0px;
}
.yuqing_01_li:nth-child(-n+3){
	margin-top:0px;
}
.yuqing_01_li,.yuqing_01_li *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.yuqing_01_li .img{
	position:relative;
}
.yuqing_01_li .img .imgin{
	overflow:hidden;
}
.yuqing_01_li .img .imgin img.img01{
	width:100%; display:block;
}
.yuqing_01_li:hover .img .imgin img.img01{
	transform:scale(1.1);
}
.yuqing_01_li .img img.img02{
	position:absolute; width:100px; height:100px; left:50%; bottom:0px; transform:translateX(-50%) translateY(50%);
}
.yuqing_01_li .text .t{
	font-size:24px; color:#1a1a1a; font-weight:bold; margin:70px 0 15px;
}
.yuqing_01_li .text .b{
	font-size:16px; color:#999;
}

.yuqing_02{
	background:url(../images/yuqing02_bg.jpg) no-repeat; background-size:cover;
}
.yuqing_02_con .index_t{
	color:#fff;
}
.yuqing_02_incon{
	box-shadow: 0px 2px 10px 0px rgba(22, 22, 22, 0.3); background:#fff; padding:55px 0;
}
.yuqing_02_l{
	width:44.66%; padding-left:75px;
}
.yuqing_02_r{
	width:55.34%; padding-left:120px;
}
.yuqing_02_l .t,.yuqing_02_r .t{
	font-size:24px; color:#1a1a1a; font-weight:bold;
}
.yuqing_02_l .b,.yuqing_02_r .b{
	font-size:16px; color:#999; line-height:1.375; margin-top:10px;
}
.yuqing_02_l img{
	display:block; margin-top:15px; width:53.1%;
}
.yuqing_02_rli{
	display:flex; margin-top:40px;
}
.yuqing_02_rli:first-child{
	margin-top:0px;
}
.yuqing_02_rli .img{
	display:flex; justify-content:center; flex-direction:column;
}
.yuqing_02_rli .img img{
	display:block; height:52px; width:52px; margin-right:30px;
}

.yuqing_03{
	background:url(../images/yuqing03_bg.jpg) no-repeat; background-size:cover;
}
.yuqing_03_con{
	border-radius: 20px; border:2px solid rgba(49, 132, 254,0.7); overflow:hidden; background:#fff; padding:60px 15px;
}
.yuqing_03_con,.yuqing_03_con *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.yuqing_03_incon{
	flex-wrap:wrap;
}
.yuqing_03_incon .img{
	width:20%;
}
.yuqing_03_incon .imgin{
	position:relative; padding:25% 0; overflow:hidden; z-index:1; width:100%;
}
.yuqing_03_incon .imgin img{
	top:50%; left:50%; transform:translateX(-50%) translateY(-50%); max-width:70%; max-height:70%; position:absolute; display:block;
}
.yuqing_03_incon .img:hover .imgin img{
	transform: translateX(-50%) translateY(-50%) scale(1.1);
}


.xiaohongshu_01_incon{
	justify-content:space-between; flex-wrap:wrap;
}
.xiaohongshu_01_l{
	width:40.4%;
}
.xiaohongshu_01_l img{
	display:block; width:100%;
}
.xiaohongshu_01_r{
	width:50.33%; display:flex; flex-wrap:wrap; align-items: flex-start;  align-content: flex-start;
}
.xiaohongshu_01_rli{
	overflow:hidden; text-align:center; width:calc(50% - (50px * 1) / 2); margin-left:50px; margin-top:40px; padding:30px 0;
	border-radius: 10px; background:#fff; box-shadow: 0px 2px 10px 0px rgba(0, 99, 167, 0.3);
}
.xiaohongshu_01_rli:nth-child(2n+1){
	margin-left:0px;
}
.xiaohongshu_01_rli:nth-child(-n+2){
	margin-top:0px;
}
.xiaohongshu_01_rli .t{
	font-size:24px; color:#3184fe; font-weight:bold;
}
.xiaohongshu_01_rli .b{
	font-size:16px; color:#666; line-height:1.75; margin-top:15px;
}
.xiaohongshu_01_con .seo_04_incon_a{
	margin-top:0px;
}
.xiaohongshu_01_con .seo_04_incon_a a{
	background-image: -moz-linear-gradient( 90deg, rgb(49,132,254) 0%, rgb(215,10,10) 0%, rgb(15,114,216) 0%, rgb(49,132,254) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(49,132,254) 0%, rgb(215,10,10) 0%, rgb(15,114,216) 0%, rgb(49,132,254) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(49,132,254) 0%, rgb(215,10,10) 0%, rgb(15,114,216) 0%, rgb(49,132,254) 100%);
}

.xiaohongshu_02{
	background:#2b83fc;
}
.xiaohongshu_02_con .index_t{
	color:#fff;
}
.xiaohongshu_02_incon{
	flex-wrap:wrap;
}
.xiaohongshu_02_li{
	width:calc(50% - (50px * 1) / 2); margin-left:50px; margin-top:40px; padding:20px 40px;
	border-radius: 10px; 	overflow:hidden; display:flex; justify-content:space-between;
	background-image: -moz-linear-gradient( -90deg, rgb(15,114,216) 0%, rgb(49,132,254) 0%, rgb(255,255,255) 0%, rgb(211,237,255) 100%);
	background-image: -webkit-linear-gradient( -90deg, rgb(15,114,216) 0%, rgb(49,132,254) 0%, rgb(255,255,255) 0%, rgb(211,237,255) 100%);
	background-image: -ms-linear-gradient( -90deg, rgb(15,114,216) 0%, rgb(49,132,254) 0%, rgb(255,255,255) 0%, rgb(211,237,255) 100%);
}
.xiaohongshu_02_li:nth-child(2n+1){
	margin-left:0px;
}
.xiaohongshu_02_li:nth-child(-n+2){
	margin-top:0px;
}
.xiaohongshu_02_li .text{
	display:flex; flex-direction:column; justify-content:center;
}
.xiaohongshu_02_li .text .t{
	font-size:24px; color:#1a1a1a; font-weight:bold;
}
.xiaohongshu_02_li .text .b{
	font-size:16px; color:#999; line-height:1.5; margin-top:15px;
}
.xiaohongshu_02_li .img img{
	display:block; height:150px;
}

.xiaohongshu_03_incon{
	flex-wrap:wrap;
}
.xiaohongshu_03_li{
	width:calc(33.33% - (30px * 2) / 3); margin-left:30px; margin-top:30px; border-radius: 10px;
	box-shadow: 0px 2px 10px 0px rgba(12, 12, 12, 0.3); overflow:hidden; background:#fff;
}
.xiaohongshu_03_li:nth-child(3n+1){
	margin-left:0px;
}
.xiaohongshu_03_li:nth-child(-n+3){
	margin-top:0px;
}
.xiaohongshu_03_li,.xiaohongshu_03_li *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.xiaohongshu_03_li .img{
	width:100%; position:relative; overflow:hidden; padding:25% 0; 
}
.xiaohongshu_03_li .img img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
}
.xiaohongshu_03_li:hover .img img{
	transform: translateX(-50%) scale(1.1);
}
.xiaohongshu_03_li .text{
	padding:20px 0; text-align:center;
}
.xiaohongshu_03_li .text .t{
	font-size:20px; color:#2a6cf4; font-weight:bold;
}

.xiaohongshu_04_incon{
	flex-wrap:wrap;
}
.xiaohongshu_04{
	padding-top:0px !important;
}

.xiaohongshu_04_incon_swiper{
	width:100%; overflow:hidden;
}
.xiaohongshu_04_incon_swiper .swiper-slide,.xiaohongshu_04_incon_swiper .swiper-slide *{
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.xiaohongshu_04_incon_swiper .swiper-slide{
	display:flex; flex-wrap:wrap; justify-content:space-between; overflow:hidden; padding:15px 0; align-items: flex-start;  align-content: flex-start;
}
.xiaohongshu_04_incon_swiper .swiper-slide .img{
	width:56.66%; padding:4px; box-shadow: 0px 2px 10px 0px rgba(12, 12, 12, 0.3); border-radius: 20px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .imgin{
	width:100%; position:relative; overflow:hidden; padding:24.46% 0;  border-radius: 20px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .imgin img{
	height:100%; top:0px; left:50%; transform:translateX(-50%); min-width:100%; position:absolute; display:block;
}
.xiaohongshu_04_incon_swiper .swiper-slide:hover .imgin img{
	transform: translateX(-50%) scale(1.1);
}
.xiaohongshu_04_incon_swiper .swiper-slide .text{
	width:40%; display:flex; flex-direction:column; justify-content:center;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .t{
	font-size:30px; color:#000; font-weight:bold;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .b{
	font-size:16px; color:#999; line-height:1.5; margin:15px 0 60px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .line{
	width:33.33%; height:1px; background:#3184fe;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .c{
	display:flex; flex-wrap:wrap; margin-top:10px; width:54.33%;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .c .cli{
	width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:10px; border-radius: 10px; padding:10px 0; font-size:18px; color:#fff; font-weight:bold; text-align:center;
	overflow:hidden; background:#3184fe;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .c .cli:nth-child(2n+1){
	margin-left:0px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .seo_04_incon_a{
	margin-top:40px; text-align:left;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .seo_04_incon_a a{
	background-image: -moz-linear-gradient( 90deg, rgb(212,1,1) 0%, rgb(232,69,69) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(212,1,1) 0%, rgb(232,69,69) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(212,1,1) 0%, rgb(232,69,69) 100%);
}
.xiaohongshu_04_incon .swiper_tool{
	display:flex; justify-content:center; width:56.66%; height:39px; margin-top:30px;
}
.xiaohongshu_04_incon .swiper_tool .swiper-pagination{
	position:static; padding-top:calc((39px - 1px) / 2);  margin-right:15px;	opacity: 1; 	transition: unset;display: flex;
}
.xiaohongshu_04_incon .swiper_tool .swiper-pagination .swiper-pagination-bullet{
	width:80px; height:1px; background:#e6e6e6; border-radius:0px; opacity:1;
}
.xiaohongshu_04_incon .swiper_tool .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	height:4px; background:#3184fe; transform:translateY(-1px);
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-prev,
.xiaohongshu_04_incon .swiper_tool .swiper-button-next{
	position:static; width:39px; height:39px; margin-top:0; margin-left:10px;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-prev::after,
.xiaohongshu_04_incon .swiper_tool .swiper-button-next::after{
	display:none;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-prev{
	background:url(../images/to_left.png) no-repeat; background-size:100% 100%;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-next{
	background:url(../images/to_right.png) no-repeat; background-size:100% 100%;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-prev:hover{
	background:url(../images/to_left_h.png) no-repeat; background-size:100% 100%;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-next:hover{
	background:url(../images/to_right_h.png) no-repeat; background-size:100% 100%;
}

.page_bg {
	width: 100%;	background: #f8f8f8;	overflow: hidden;
}
.page_top{	
	margin-top:40px;
}
.page_div .index_b{
	margin-top:15px;
}
.gengduo_01_incon ul{
	overflow:hidden;
}
.gengduo_01_incon ul li{
	float:left;	width:calc(20% - (20px * 4) / 5); margin-left:20px; overflow:hidden;
}
.gengduo_01_incon ul li:nth-child(5n+1){
	margin-left:0px;
}
.gengduo_01_incon ul li .xxl01t{
	text-align:center; font-size:20px; color:#fff; padding:30px 0; background:#3184fe; position:relative; z-index:11;
}
.gengduo_01_incon ul li .xxl01t img{
	margin-right:16px;
}
.gengduo_01_incon ul li .xxl01t span{
	display:inline-block; transform:translateY(-8px);
}
.gengduo_01_incon ul li .xxl01b{
	background:#fff; padding:24px 24px 2px;
	transition:  All 0.5s;
	-webkit-transition:  All 0.5s;
	-moz-transition:  All 0.5s;
	-o-transition:  All 0.5s;
	overflow:hidden;
}
.gengduo_01_incon ul li:hover .xxl01b{
	-webkit-transform:scale(1.1) translateY(-0px); 
	-moz-transform:scale(1.1) translateY(-0px); 
	transform:scale(1.1) translateY(-0px);
	transition:  All 0.5s;
	-webkit-transition:  All 0.5s;
	-moz-transition:  All 0.5s;
	-o-transition:  All 0.5s;	
}
.gengduo_01_incon ul li .xxl01b p{
	font-size:14px; color:#666; line-height:24px; margin-bottom:22px;
}
.gengduo_01_incon ul li .xxl01b>div{
	height:50px; line-height:50px; margin-bottom:20px;
}
.gengduo_01_incon ul li .xxl01b>div img{
	float:left; margin-right:16px;
}
.gengduo_01_incon ul li .xxl01b>div div{
	float:left; font-size:16px; color:#666;
}
.gengduo_01_incon ul li:hover .xxl01b p{
	color:#3184fe;
}
.gengduo_01_incon ul li:hover .xxl01b>div div{
	color:#3184fe;
}

.gengduo_02_incon ul{
	overflow:hidden;
}
.gengduo_02_incon ul li{
	float:left;	width:calc(25% - (20px * 3) / 4); margin-left:20px; padding:45px 35px; cursor:pointer; box-sizing:border-box; border:1px solid #dedede;
}
.gengduo_02_incon ul li:nth-child(4n+1){
	margin-left:0px;
}
.gengduo_02_incon ul li .t{
	font-size:33px; color:#3184fe; font-family:Arial; margin-bottom:25px;
}
.gengduo_02_incon ul li .line{
	width:33px; height:2px; background:#b8b8b8; margin:20px 0 24px;
}
.gengduo_02_incon ul li .b{
	font-size:22px; color:#333;
}
.gengduo_02_incon ul li .c{
	font-size:16px; color:#666; line-height:33px;
}
.gengduo_02_incon ul li:hover{
	border:1px solid #3184fe;
}
.gengduo_02_incon ul li:hover .c{
	color:#3184fe;
}
.gengduo_02_incon ul li:hover .line{
	background:#3184fe; 
}
.gengduo_02_incon ul li:hover .b{
	color:#3184fe;
}

.gengduo_03_incon ul{
	display:flex; flex-wrap:wrap;
}
.gengduo_03_incon ul li{
	width:calc(20% - (30px * 4) / 5); margin-left:20px; margin-top:30px; overflow:hidden;
}
.gengduo_03_incon ul li:nth-child(5n+1){
	margin-left:0px;
}
.gengduo_03_incon ul li:nth-child(-n+5){
	margin-top:0px;
}
.gengduo_03_incon ul li img{
	display:block; width:100%;
	transition:  All 0.5s;
	-webkit-transition:  All 0.5s;
	-moz-transition:  All 0.5s;
	-o-transition:  All 0.5s;
}
.gengduo_03_incon ul li:hover img{
	-webkit-transform:scale(1.1) translateY(-0px); 
	-moz-transform:scale(1.1) translateY(-0px); 
	transform:scale(1.1) translateY(-0px);
	transition:  All 0.5s;
	-webkit-transition:  All 0.5s;
	-moz-transition:  All 0.5s;
	-o-transition:  All 0.5s;
}



.us_01_incon .text_b {
	font-size: 16px;
	color: #666;
	line-height: 2.5;
	text-align: center;
}
.us_01_incon .imgarray{
	overflow:hidden;
}
.us_01_incon .text_b .usimg{
	display: block; cursor:pointer;
	float: left;
	width: 32%;
	margin-right: 2%;
	overflow:hidden;
}
.us_01_incon .text_b .usimg:last-child{
	margin-right:0px;
}
.us_01_incon .text_b .usimg img{
	display:block; width:100%;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.us_01_incon .text_b .usimg:hover img{
	-webkit-transform:scale(1.2) translateY(-0px); 
	-moz-transform:scale(1.2) translateY(-0px); 
	transform:scale(1.2) translateY(-0px);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.us_02_incon{
	overflow:hidden;
}
.us_02_incon .us02_li{
	float:left; width:48.3%; border-bottom:1px dashed #dddddd; float:left; padding-bottom:36px;
	margin-bottom:36px;
}
.us_02_incon .us02_li:nth-child(2n){
	float:right;
}
.us_02_incon .us02_li:nth-child(2n+1){
	clear:both;
}
.us_02_incon .us02_li:nth-child(7),.us_02_incon .us02_li:nth-child(8){
	border-bottom:0px; margin-bottom:0px;
}
.us_02_incon .us02_li .us02_li_t{
	overflow:hidden; margin-bottom:20px;
}
.us_02_incon .us02_li .us02_li_t img{
	float:left;  margin-right:18px;
}
.us_02_incon .us02_li .us02_li_t span{
	font-size:18px; color:#3184fe;
}
.us_02_incon .us02_li .us02_li_b{
	font-size:14px; color:#666; line-height:2;
}
.us_03_incon{
	overflow:hidden;
}
.us_03_incon .us03_li{
	border:1px solid #eee; width:25%; box-sizing:border-box; background:#fff; text-align:center;
	border-right:0px; padding:70px 35px; float:left;
}
.us_03_incon .us03_li img{
	display:inline-block;
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.us_03_incon .us03_li:hover img{
	-webkit-transform:scale(1.1) translateY(-0px); 
	-moz-transform:scale(1.1) translateY(-0px); 
	transform:scale(1.1) translateY(-0px);
	transition: All 0.5s;
	-webkit-transition: All 0.5s;
	-moz-transition: All 0.5s;
	-o-transition: All 0.5s;
}
.us_03_incon .us03_li .t{
	font-size:18px; color:#333; margin:36px 0 12px;
}
.us_03_incon .us03_li .b{
	font-size:16px; color:#666; line-height:1.5;
}

.newindex_tab{
	text-align:center; overflow:hidden;
}
.newindex_tab a{
	display:inline-block; font-size:16px; color:#fff; margin:0 3px; background:#666; padding:10px 50px;
}
.newindex_tab a.on{
	background:#2a6cf4;
}
.news_div_incon .newsli{
	overflow:hidden; display:block; padding:40px 0; border-bottom:1px solid #eee;
}
.news_div_incon .newsli .leftimg{
	width:360px; float:left;
}
.news_div_incon .newsli .righttext{
	width:calc(100% - 400px);  float:right;
}
.news_div_incon .newsli .righttext .t1{
	font-size:22px; color:#333; margin:24px 0;
}
.news_div_incon .newsli .righttext .t2{
	font-size:16px; color:#666; line-height:2; margin-bottom:32px;
}
.news_div_incon .newsli .righttext .t3{
	font-size:18px; color:#999; font-family:Arial;
}
.news_div_incon .newsli .righttext .t3 span{
	color:#999; float:right;
}
.news_div_incon .newsli:hover .righttext .t1{
	color:#2a6cf4;
}
#pages{
	text-align:center;
}
#pages li{
	display:inline-block;
}
#pages li a,#pages li span{
	width:44px; height:38px; line-height:36px; display:inline-block; text-align:center; border:1px solid #e6e6e6;
	font-size:14px; color:#666;  margin:0 4px; background:#fff;
}
#pages li.active a,#pages li span.current,#pages li a:hover{
	background:#2a6cf4; color:#fff; border-color:#2a6cf4;
}

.news_show_incon .show_content{
	width:100%; overflow:hidden; box-sizing:border-box; border:1px solid #dfdfdf;
}
.news_show_incon .show_content .t{
	font-size:30px; color:#333; text-align:center; margin:50px 0 30px;
}
.news_show_incon .show_content .b{
	display:flex; justify-content:center;
}
.news_show_incon .show_content .b .b_con{
	float:left; line-height:28px; margin-bottom:30px;
}
.news_show_incon .show_content .c{
	font-size:16px; color:#8a8a8a; line-height:2; width:calc(100% - 100px); margin:0 auto; border-bottom:1px solid #dfdfdf; padding-bottom:30px;
}
.news_show_incon .show_content .c img{
	max-width:100%; height:auto !important; 
}
.news_show_incon .show_content .d {
	width:calc(100% - 100px); margin:0 auto; margin-bottom:30px; 
}
.news_show_incon .show_content .d a.prevnext{
	font-size:14px; color:#999; display:block; margin-top:20px;
}
.peoplemore {
    overflow: hidden;
}
.peoplemore a {
    width: 50%;   font-size: 14px;   color: #666; margin-top:20px;
}
.peoplemore .peoplemore_t {
    font-size: 18px;   color: #333;   border-bottom: 1px solid #ddd;  padding-bottom: 20px;
}
.peoplemore_b{
	display:flex; flex-wrap:wrap;
}
.peoplemore a b {
    color: #cecece;  margin-right: 14px;
}
.peoplemore a span {
    font-size: 12px;  color: #999;
}


