@media all and (min-width:320px) and (max-width:1000px){


body.menushow {
   overflow: hidden;
    width: 100%;
}
.mt100 {
  margin-top: 40px;
}
.mb100 {
  margin-bottom: 40px;
}
.mt60{
	margin-top:20px;
}
.mb60{
	margin-bottom:20px;
}

#main {
    z-index: 113;
}
#noneheader{
	height:60px;
}
.header .inheader{
	height:60px;
}
.header .inheader .menu > li{
	height:60px; line-height:60px;
}
.header_search .header_search_in {
  height: 60px;
}
.header .inheader .logo img {
    height: 40px;
}
.header .inheader .logo .logo_in .text .t {
  font-size: 14px;
}
.header .inheader .logo .logo_in .text .b {
  font-size: 12px;
}
.header .inheader .logo .logo_in .text {
  padding-left: 10px;
  margin-left: 10px;
  height: 90%;
  transform: translateY(5%);
}




.header .inheader .logo img:first-child,
.header.yanse .inheader .logo img:first-child{
	display:none;
}
.header .inheader .logo img:last-child,
.header.yanse .inheader .logo img:last-child{
	display:inline-block;
}

.header.show .logo img,
.header.show .logo .logo_in .text {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 24px;
    height: 20px;
	display:block;
	top: 20px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 3px;
    background: #2a6cf4;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
	border-radius:6px;
}

.header .menu_item_top {
    top: 0;
}
.header .menu_item_center {
    display: block;
    top: 8px;
}
.header .menu_item_bottom {
    bottom: 0;
}
.header .menu_body.show .menu_item_top {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .menu_body.show .nav_menu_item {
    height: 4px;
}
.header .menu_body.show .menu_item_center {
    opacity: 0;
}
.header .menu_body.show .menu_item_bottom {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header .inheader .menu {
    position: fixed;
    width: 100%;
    height: calc(100vh - 60px);
    top: 60px;
	background:#fff;
	left:0px;
	padding: 0 15px;
	box-sizing: border-box;
	overflow:auto;
}
.header .inheader .menu > li {
    display: block;
    height: auto;
    width: 100%;
    text-align: left;
    padding: 0;
    box-sizing: border-box;
    border-top: 1px solid #f2f2f2;
	margin-left:0px;
}
.header .inheader .menu > li > a {
    display: block;
    line-height: 50px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 60px);
	font-size: 14px;
	color: #4B4B4B !important;
	text-align:left;
}
.header .inheader .menu > li.active, .header .inheader .menu > li:hover {
    background: none;
    border-top: 1px solid #f2f2f2;
}

.header .inheader .menu{
	display:none;
}
.menu li .icon_nav_item{
    display: inline;
    position: absolute;
    right: 0;
    width: 50px;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 50px;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    text-align: center;
	line-height: 50px;
	color: #2a6cf4;
}
.menu li.active .icon_nav_item{
    color: #18469d;
}
.menu li.hover .icon_nav_item {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header .menu > li .subnav {
    position: static;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
    background: none;
    clear: both;
	padding:0px;
	display: none;
	transition: none;
	height:auto;
	width:100%;
}
.header .menu > li .subnav ul {
  transform: none;
  height: auto;
  width: 100%;
  display: block;
  overflow: hidden;
}
.header .menu > li .subnav a {
    display: block;
    text-align: left;
    font-size: 12px;
    color: #999;
    line-height: 36px;
    padding-left: 30px;
    border-top: 1px solid #f2f2f2;
}
.header .menu > li .subnav li:first-child a{
	border:0px;
}
.header .menu > li .subnav li{
	margin:0px; float:none; height: 35px; line-height: 35px; border:0px !important;
}
.header .menu > li .subnav li:hover:before,
.header .menu > li .subnav li.active:before{
    display:none;
}
.header .menu > li .subnav li a {
    font-size: 13px; line-height: 34px;
}
.header .inheader .menu > li:hover > a,
.header .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#2a6cf4;
}
.header .inheader .menu > li.active:after, .header .inheader .menu > li:hover:after {
    display:none;
}
.header .inheader .menu > li:nth-child(5){
	margin-left:0px;
}
.header .inheader .menu li > a span {
    display: inline-block; padding:0px;
}
.header .inheader .menu li > a span:nth-child(2){
	margin-top:0px; margin-left:15px;
}
.header .inheader .menu li.active > a {
    color: #2a6cf4 !important;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}



.header_tel{
	display:none;
}


.swiper_pagination_index{
	bottom:10px;
}
.swiper_pagination_index .swiper-pagination-bullet{
	width:10px; height:10px; margin:0 3px;
}



.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 .nav_menu_item {
    background: #fff;
}
.header.boxshadow .nav_menu_item {
    background: #2a6cf4;
}
.header.show .nav_menu_item {
    background: #2a6cf4;
}
.header.header_index .nav_menu_item {
    background: #2a6cf4;
}



.index_pding{
	padding:30px 0;
}
.index_title .index_t{
	font-size:24px;
}
.index_title .index_b{
	font-size:14px;
}
.index_title .index_line{
	width:46px; height:3px; margin:5px auto 10px;
}


.index_01_incon{
	margin-top:20px;
}
.index01_li{
	border-radius:10px;  width:100%;	margin-left:0; margin-top:15px;
}
.index01_li:first-child{
	margin-top:0px;
}
.index01_li_t{
	padding:15px;
}
.index01_tt{
	font-size:20px;
}
.index01_tb{
	font-size:13px; margin-top:8px;
}
.index01_li_b{
	padding:0 15px 25px 15px;
}
.index01_li_bli{
	margin-top:15px;
}
.index01_bt span{
	border:1px solid #2a6cf4; font-size:16px; padding:6px 16px;
}
.index01_bb{
	font-size:14px; margin-top:5px;
}

#indexcase .indexcase_tab {
	height: 50px; line-height: 50px;
}
#indexcase .indexcase_tab a {
	font-size: 14px;   height: 50px; line-height: 50px;  padding: 0 15px;
}
#indexcase .indexcase_con .casedivlist {
	width: 100%;
}


.index_03_incon{
	margin-top:20px;
}
.index03_li{
	border-radius: 16px; width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:15px;
}
.index03_li:nth-child(-n+2){
	margin-top:0px;
}
.index03_li:nth-child(5n+1){
	margin-left:15px;
}
.index03_li:nth-child(2n+1){
	margin-left:0px;
}
.index03_bg{
	padding:0 15px;
}
.index03_bg .index03_t{
	font-size:18px;
}
.index03_bg .index03_b{
	font-size:12px; margin:10px 0 20px;
}
.index03_bg .index03_a{
	font-size:12px;
}
.index03_bg .index03_a img{
	height:12px; margin-left:6px;
}



.index_04_incon{
	margin-top:20px;
}
.index04_l{
	width:100%;
}
.index04_r{
	width:100%; margin-top:20px;
}
.index04_lt{
	font-size:14px; margin:0px 0 20px;
}
.index04_lblit span{
	font-size:50px;
}
.index04_lblit sub{
	font-size:12px; margin-left:4px;
}
.index04_lblib{
	font-size:12px;  margin-top:10px; line-height:1.75;
}


#footer .footer{
	padding:25px 15px 15px;
}
#footer .footer .footermenu a{
	font-size:12px; border-bottom:0; padding:0 0 15px 0;
}
#footer .footer .footermenu a.on{
	border-bottom:0; color:#2a6cf4;
}
#footer .footer .footermenu span{
	font-size:0px; margin:0 4px;
}

#footer .footer .footertext{
	padding-top:15px;
}
#footer .footer .footertext .footertextl{
	margin-right:0; width:100%;
}
#footer .footer .footertext .footertextl .fli{
	margin-bottom:10px; width:100%;
}
#footer .footer .footertext .footertextl .fli img{
	height:24px;
}
#footer .footer .footertext .footertextl .fli span{
	font-size:12px; line-height:24px; margin-left:10px; max-width:calc(100% - 40px);
}
#footer .footer .footertext .footerright img{
	width: 100%;	height: auto;	margin-bottom: 10px;
}
#footer .footer .footertext .footerright p{
	font-size:14px;
}
#footer .footer .footertext .footerright {
	width: 25%;	margin-right: 0;	text-align: center;	clear: both;	margin: 0 auto;	float: none;
}

.seo_01_incon{
	flex-wrap:wrap;
}
.seo_01_li{
	border-radius: 6px; padding:20px 0; width:calc(50% - (15px * 1) / 2); margin-left:15px;  margin-top:15px;
}
.seo_01_li:nth-child(4n+1){
	margin-left:15px;
}
.seo_01_li:nth-child(2n+1){
	margin-left:0px;
}
.seo_01_li:nth-child(-n+2){
	margin-top:0px;
}
.seo_01_li .img img{
	height:56px;
}
.seo_01_li .text .t{
	font-size:16px; margin:15px 0 8px;
}
.seo_01_li .text .b{
	font-size:13px;
}

.seo_02_incon{
	flex-wrap:wrap;
}
.seo_02_incon .img {
	width: 75%; margin:0 auto 20px;
}
.seo_02_incon .text {
	width: 100%;
}
.seo_02_li{
	padding:15px; width:100%; margin-left:0; margin-top:10px;
}
.seo_02_li:nth-child(-n+2){
	margin-top:10px;
}
.seo_02_li:nth-child(-n+1){
	margin-top:0px;
}
.seo_03_li{
	width:33.33%; padding:15px 0; flex-direction: column; text-align:center;
}
.seo_03_li:nth-child(5n+1){
	border-left:1px solid #e5e5e5;
}
.seo_03_li:nth-child(-n+5){
	 border-top:1px solid #e5e5e5;
}
.seo_03_li:nth-child(3n+1){
	border-left:0;
}
.seo_03_li:nth-child(-n+3){
	 border-top:0;
}
.seo_03_li img{
	width:34px; height:34px; margin:0 auto;
}
.seo_03_li .t{
	font-size:14px; margin-left:6px; margin:8px auto 0; width:100%;
}

.seo_04_li{
	padding:2px; width:calc(50% - (15px * 1) / 2); margin-left:10px; margin-top:10px;
}
.seo_04_li:nth-child(6n+1){
	margin-left:15px;
}
.seo_04_li:nth-child(2n+1){
	margin-left:0px;
}
.seo_04_li:nth-child(-n+2){
	margin-top:0px;
}
.seo_04_li .text{
	left:2px; top:2px; width:calc(100% - 2px * 2);  height:calc(100% - 2px * 2); 
}
.seo_04_li .text .t{
	font-size:20px;
}
.seo_04_li .text .b{
	font-size:14px; margin-top:10px;    padding:0 20px;
}
.seo_04_incon_a{
	margin-top:30px;
}
.seo_04_incon_a a{
	padding:10px 32px; font-size:14px;
}
.seo_05_l{
	width:100%; margin-bottom:15px;
}
.seo_05_r{
	width:100%;
}
.seo_05_l a .text{
	padding:15px;
}
.seo_05_l a .text .t{
	font-size:14px; height:16px; line-height:16px;
}
.seo_05_r a{
	padding-top:10px; margin-top:10px;
}
.seo_05_r a .text .t{
	font-size:14px; height:16px; line-height:16px;
}
.seo_05_r a .text .b{
	font-size:12px;  height:calc(12px * 1.57 * 2); margin:5px 0 10px; 
}
.seo_05_r a .text .d{
	font-size:12px;
}

.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:25px;
}
.seo_05_r a .img{
	width:38%;
}
.seo_05_r a .text{
	width:58.42%;
}

.seo_06_con a{
	font-size:13px;
}
.seo_06_con a .t{
	padding: 10px 40px;
}
.seo_06_con a .b{
	padding: 10px 16px;
}


.yuqing_01_li{
	width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:15px;
}
.yuqing_01_li .img img.img02{
	width:54px; height:54px;
}
.yuqing_01_li .text .t{
	font-size:16px; margin:30px 0 10px;
}
.yuqing_01_li .text .b{
	font-size:12px; line-height:1.66;
}
.yuqing_01_li:nth-child(3n+1){
	margin-left:15px;
}
.yuqing_01_li:nth-child(-n+3){
	margin-top:15px;
}
.yuqing_01_li:nth-child(2n+1){
	margin-left:0px;
}
.yuqing_01_li:nth-child(-n+2){
	margin-top:0px;
}

.yuqing_02_incon{
	padding:20px 0; flex-wrap:wrap;
}
.yuqing_02_l{
	padding-left:0; width:100%; padding:0 15px 20px;
}
.yuqing_02_r{
	padding-left:0; width:100%; padding:0 15px ;
}
.yuqing_02_l .t,.yuqing_02_r .t{
	font-size:17px;
}
.yuqing_02_l .b, .yuqing_02_r .b {
	font-size: 14px;
	margin-top: 8px;
	line-height: 1.4;
}
.yuqing_02_l img{
	margin-top:10px;
}
.yuqing_02_rli{
	margin-top:15px;
}
.yuqing_02_rli .img img{
	height:44px; width:44px; margin-right:15px;
}


.yuqing_03_con{
	border-radius: 10px; padding:20px 15px; width:calc(100% - 30px);
}
.yuqing_03_incon .img{
	width:33.33%;
}


.xiaohongshu_01_l{
	width:100%;
}
.xiaohongshu_01_r{
	width:100%;
}
.xiaohongshu_01_rli{
	width:calc(50% - (20px * 1) / 2); margin-left:20px; margin-top:15px; padding:10px 0;	border-radius: 6px;
}
.xiaohongshu_01_rli .t{
	font-size:16px;
}
.xiaohongshu_01_rli .b{
	font-size:12px; margin-top:8px;
}
.xiaohongshu_01_con .seo_04_incon_a{
	margin-top:20px;
}

.xiaohongshu_02_li{
	width:100%; margin-left:0; margin-top:15px; padding:10px 15px; 	border-radius: 6px; 
}
.xiaohongshu_02_li:nth-child(-n+2){
	margin-top:15px;
}
.xiaohongshu_02_li:nth-child(-n+1){
	margin-top:0;
}
.xiaohongshu_02_li .text .t{
	font-size:18px;
}
.xiaohongshu_02_li .text .b{
	font-size:13px; margin-top:5px;
}
.xiaohongshu_02_li .img img{
	height:90px;
}

.xiaohongshu_03_li{
	width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:15px; border-radius: 6px;
}
.xiaohongshu_03_li:nth-child(3n+1){
	margin-left:15px;
}
.xiaohongshu_03_li:nth-child(-n+3){
	margin-top:15px;
}
.xiaohongshu_03_li:nth-child(2n+1){
	margin-left:0px;
}
.xiaohongshu_03_li:nth-child(-n+2){
	margin-top:0px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .img{
	width:100%; margin-bottom:15px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text{
	width:100%;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .b {
	font-size: 13px;
	margin: 10px 0 20px;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .line {
	width: 75%;
}
.xiaohongshu_04_incon_swiper .swiper-slide .text .c {
	margin-top: 5px;
	width: 60%;
}
.xiaohongshu_04_incon .swiper_tool {
	height: 24px;
	margin-top: 15px;
	width: 100%;
}
.xiaohongshu_04_incon .swiper_tool .swiper-pagination{
	padding-top:calc((24px - 1px) / 2);  margin-right:10px;
}
.xiaohongshu_04_incon .swiper_tool .swiper-button-prev,
.xiaohongshu_04_incon .swiper_tool .swiper-button-next{
	width:24px; height:24px; margin-left:4px;
}

.page_top{	
	margin-top:25px;
}
.gengduo_01_incon ul li{
	width:calc(50% - (15px * 1) / 2); margin-left:15px; margin-top:15px;
}
.gengduo_01_incon ul li:nth-child(-n+2){
	margin-top:0px;
}
.gengduo_01_incon ul li:nth-child(2n+1){
	margin-left:0px; clear:both;
}
.gengduo_01_incon ul li .xxl01t {
	font-size: 15px;
	padding: 15px 0;
}
.gengduo_01_incon ul li .xxl01t img {
	margin-right: 10px;
	height: 28px;
}
.gengduo_01_incon ul li .xxl01b {
	padding: 15px 15px 2px;
}
.gengduo_01_incon ul li .xxl01b>div{
	height:32px; line-height:32px; margin-bottom:12px;
}
.gengduo_01_incon ul li .xxl01b>div img{
	height:32px;  margin-right:10px;
}
.gengduo_01_incon ul li .xxl01b>div div{
	font-size:13px;
}

.gengduo_02_incon ul li{
	width:calc(50% - (15px * 1) / 2 - 1px); margin-left:15px; margin-top:15px; padding:20px 15px;
}
.gengduo_02_incon ul li:nth-child(4n+1){
	margin-left:15px;
}
.gengduo_02_incon ul li:nth-child(-n+2){
	margin-top:0px;
}
.gengduo_02_incon ul li:nth-child(2n+1){
	margin-left:0px !important; clear:both;
}
.gengduo_02_incon ul li .t{
	font-size:22px; margin-bottom:15px;
}
.gengduo_02_incon ul li .line{
	width:30px; height:2px;  margin:15px 0 20px;
}
.gengduo_02_incon ul li .b{
	font-size:16px;
}
.gengduo_02_incon ul li .c{
	font-size:13px; line-height:24px;
}

.gengduo_03_incon ul li{
	width:calc(33.33% - (15px * 2) / 3); margin-left:15px; margin-top:15px;
}
.gengduo_03_incon ul li:nth-child(5n+1){
	margin-left:15px;
}
.gengduo_03_incon ul li:nth-child(-n+5){
	margin-top:15px;
}
.gengduo_03_incon ul li:nth-child(3n+1){
	margin-left:0px;
}
.gengduo_03_incon ul li:nth-child(-n+3){
	margin-top:0px;
}

.us_01_incon .text_b .usimg {
	width: 100%;
	margin-right: 0;
	margin-top:15px;
}
.us_02_incon .us02_li{
	padding-bottom:15px; margin-bottom:15px; width:100%;
}
.us_02_incon .us02_li .us02_li_b{
	height:auto !important;
}
.us_02_incon .us02_li:nth-child(7){
	border-bottom: 1px dashed #dddddd; padding-bottom:15px; margin-bottom:15px;
}
.us_03_incon .us03_li {
	width: 50%;
	padding: 25px 15px;
}
.us_03_incon .us03_li img{
	height:80px;
}
.us_03_incon .us03_li .b {
	font-size: 12px;
}
.us_03_incon .us03_li .t {
	font-size: 16px;
	margin: 20px 0 10px;
}
.us_03_incon .us03_li:nth-child(-n+2){
	border-bottom:0px;
}


#pages li a,#pages li span{
	width:32px; height:28px; line-height:26px;	font-size:12px;  margin:0 3px;
}

.newindex_tab a{
	font-size:14px;margin:0 3px; padding:8px 32px;
}
.news_div_incon .newsli{
	padding:20px 0;
}
.news_div_incon .newsli .leftimg{
	width:100%;
}
.news_div_incon .newsli .righttext{
	width:100%;
}
.news_div_incon .newsli .righttext .t1{
	font-size:16px;  margin:15px 0;
}
.news_div_incon .newsli .righttext .t2{
	font-size:13px; margin-bottom:15px;
}
.news_div_incon .newsli .righttext .t3{
	font-size:14px;
}

.news_show_incon .show_content .t{
	font-size:22px; margin:25px 0 10px;
}
.news_show_incon .show_content .b{
	flex-wrap:wrap; margin:25px 0;
}
.news_show_incon .show_content .b .b_con{
	line-height:22px; margin-bottom:5px; width:100%; text-align:center; font-size:12px;
}
.news_show_incon .show_content .c{
	font-size:13px; width:calc(100% - 30px);padding-bottom:15px;
}
.news_show_incon .show_content .d {
	width:calc(100% - 30px); margin-bottom:15px; 
}
.news_show_incon .show_content .d a.prevnext{
	font-size:12px; margin-top:15px;
}

.peoplemore a {
	width: 100%;  font-size: 12px; margin-top:12px;
}
.peoplemore .peoplemore_t {
    font-size: 16px;  padding-bottom: 12px;
}
.peoplemore a b {
	margin-right: 10px;
}


.index_banner .swiper-slide .text .w1500{
	margin-top:-15%;
}
.index_banner .swiper-slide .text .text_t {
	font-size: 22px;
}
.index_banner .swiper-slide .text .text_b {
	font-size: 14px;
	margin: 10px auto 30px;
}
.index_banner .swiper-slide .text .text_a a {
	font-size: 12px;
	padding: 8px 35px;
}
.index_banner .swiper-slide .text .bannerimg {
	top: unset !important;
	left: -5% !important;
	bottom: 0% !important;
	width: 120%;
}
.index_banner img.bannerbg{
	width: 160%;
	margin-left: -30%;
}



}