@media all and (min-width:320px) and (max-width:1000px){


body.menushow {
   overflow: hidden;
    width: 100%;
}
.pt100{
	padding-top:30px;
}
.pb100{
	padding-bottom:30px;
}

#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: 32px;
}
.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: #0d4beb;
    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-ctrl{
    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(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    text-align: center;
	line-height: 50px;
}
.menu li.active .icon-ctrl{
    color: #18469d;
}
.menu li.hover .icon-ctrl {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.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:#0d4beb;
}
.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: #0d4beb !important;
}
.header .inheader .menu li.active > a {
    font-size: 14px;
}



.header_tel{
	margin-right:15px;
}
.search_show {
	margin: 0 15px 0 0px;
}
.search_show button{
	height:24px; width:12px; padding-left:12px;  background-size:12px auto; background-position:12px center; 
}
.search_show .keywords{
	width:130px; height:24px; line-height:24px; padding:0 10px; font-size:12px;
}
.lang_con{
	margin:0 15px 0 0;
}



.index_banner{
	margin-top:60px;
}
.swiper_pagination_index{
	bottom:10px;
}
.swiper_pagination_index .swiper-pagination-bullet{
	width:30px; height:2px; margin:0 2px;
}



.index_01_left {
	width: 100%;
}
.index_01_right {
	width: 100%; display:flex; flex-wrap:wrap;
}

.index_title_t {
	font-size: 16px;
}
.index_title_a {
	font-size: 12px;
}
.index_01_list {
	width: calc(50% - (15px * 2) / 3);
	margin-left: 15px;
	margin-top: 15px;
}
.index_01_list:nth-child(3n+1) {
	margin-left: 15px;
}
.index_01_list:nth-child(2n+1) {
	margin-left: 0px;
}
.index_01_list:nth-child(9) {
	display:none;
}
.index_01_list .text {
	padding: 10px;
}
.index_01_list .t {
	font-size: 15px;
	line-height: calc(15px * 1.11);
	height: calc(15px * 1.11);
	margin-bottom: 15px;
}
.index_01_downa a {
	margin: 20px 0 30px;
}
.index_01_downa a > div {
	font-size: 13px;
	width: 140px;
	height: 32px;
}
.index_01_downa a img {
	width: 160%;
	margin-left: -30%;
}





.index_01_rbox {
	padding: 10px;
	margin-top: 25px;
	width: calc(50% - (15px * 2) / 3);
	margin-left: 15px;
	margin-top: 15px !important;
}
.index_01_rbox:nth-child(2n+1) {
	margin-left: 0px;
}
.index_01_rbox:nth-child(3) {
	width: 100%;
}

.index_title_02 {
	font-size: 14px;
	padding-left: 5px;
	margin-bottom: 10px;
}
.index_01_rboxcon_01 a {
	margin-top: 10px;
}
.index_01_rboxcon_02 a {
	margin-top: 15px;
}
.index_01_rboxcon_02 a .t {
	font-size: 12px;
}
.index_01_rboxcon_02 a .b {
	font-size: 12px;
	margin-top: 10px;
}
.index_01_rboxcon_03 .codeli .t {
	font-size: 13px;
	margin-top: 10px;
}
.index_01_rboxcon_02 a .b span {
	margin-left: 5px;
}
.index_01_rboxcon_03 .codeli {
	width: 45%;
}

.index_02_con_top {
	padding: 25px 15px;
}
.index_title_03 {
	font-size: 22px;
	margin-bottom: 20px;
}
.index_02_con_box a{
	flex-wrap:wrap; margin-top: 15px;
}
.index_02_con_box .img {
	width: 100%;
}
.index_02_con_box .text {
	width: 100%; padding: 15px;
	border-radius: 6px;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 6px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 6px;
	box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
}
.index_02_con_box .text .b {
	font-size: 13px;
	margin: 10px 0 15px;
}
.index_02_con_bottom a {
	font-size: 14px;
	width: 100px;
	height: 40px;
	margin: 20px auto 0;
}
.footer {
	padding: 30px 0;
}
.footer_con .t {
	font-size: 14px;
	margin-bottom: 15px;
}
.footer_right {
	width: 80px;
}
.footer_con .b {
	font-size: 12px;
	margin-bottom: 10px;
}
.footer_left_list {
	margin-left: 20px;
}
.record {
	padding: 10px 0;
	font-size: 12px;
}





.document_box_top form{
	width:80%;
}
.document_box_top form button{
	height:36px; width:12px; padding-left:14px;  background-size:12px auto; background-position:14px center; 
}
.document_box_top form .keywords{
	width:calc(100% - 12px - 14px); height:36px; line-height:36px; padding:0 10px; font-size:13px;
}


.document_box_choose {
	margin-top: 20px;
}
.document_box_chli {
	margin-top: 15px;
	font-size: 13px;
}
.document_box_chli .dbct{
	width:70px;
}
.document_box_chli .dbcc{
	width:calc(100% - 70px);
}
.document_box_chli .dbcc a {
	margin-left: 8px;
}
.document_box_allcon{
	margin:25px 0;
}
.document_box_list{
	width:100%; margin-top:15px; margin-left:0px;
}
.document_box_list:nth-child(2n+1){
	margin-left:0px;
}
.document_box_list:nth-child(-n+2){
	margin-top:15px;
}
.document_box_list:first-child{
	margin-top:0px;
}
.document_box_list .text{
	padding:0 10px;
}
.document_box_list .t{
	font-size:14px; line-height:calc(14px * 1.11); height:calc(14px * 1.11);
}
.document_box_list .d{
	font-size:12px; margin:15px 0 5px;
}
.document_box_list .a a{
	padding:6px 12px; font-size:12px;
}
#pages li a,#pages li span{
	width:24px; height:24px; line-height:20px; font-size:12px; margin:0 3px;
}




.show_top_t .stt_l{
	font-size:18px; width:100%; margin-bottom:15px;
}
.show_top_t .stt_r{
	width:110px;
}
.show_top_t .stt_r a{
	height:34px; line-height:34px; font-size:14px;
}
.show_top_t .stt_r a img{
	margin-left:5px; height:13px; transform:translateY(2px);
}
.show_top_b{
	margin:15px 0;
}
.show_top_b span{
	font-size:12px; margin-left:5px; padding:6px 12px;
}
.show_mid{
	font-size:13px; padding:15px 20px;
}
.show_bottom{
	font-size:15px;  margin:15px 0;
}
.show_else{
	padding-top:10px; font-size:12px;
}





.show02_t{
	font-size:18px; 
}
.show02_b{
	font-size:14px; padding:15px 0;
}
.show02_c{
	font-size:15px; margin:15px 0;
}
.show02_d{
	font-size:12px; padding:10px;
}
.show02_d_l{
	line-height:20px;
}
.show02_d_l a.bds_weixin,.show02_d_l a.bds_sqq,.show02_d_l a.bds_tsina{
	width:20px; height:20px; margin-right:5px;
}
.index_01_rbox_con{
	width:100%; margin-left:0 !important;
}

.document_box_con_new{
	margin-bottom:20px;
}
.index_02_con_box_news{
	margin-bottom:20px;
}


.log-in .button-group ul:before {top:-8px; left: calc(50%);}
.log-in .button-group ul:after {top:-8px; left: calc(50%);}
#user_nav_z { top: 32px; right: calc(50%);}


}