@media all and (min-width:320px) and (max-width:1200px){

.header .inheader{
	width:100%; padding:0 15px;
}
.w1500{
	width:100%; padding:0 15px;
}
	
.w1200{
	width:100%; box-sizing:border-box; padding:0 15px;
}
.header .inheader .logo img{
	max-height: 58%;
}
.mt120{
	margin-top:75px;
}
.mb120{
	margin-bottom:75px;
}


.header{
	height:60px; line-height:60px;
}
.header .inheader{
	height:60px; line-height:60px;
}
.header .inheader .menu > li{
	height:60px; line-height:60px; margin-left: 25px;
}
#main .flexslider{
	margin-top:60px;
}


.header.show .logo img {
    opacity: 0;
}
.header .inheader .logo img{
	max-height: 58%;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 21px;
    height: 18px;
	display:block;
	top: 20px;
	float:right;
	cursor:pointer;
}
.header .nav_menu_item {
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    -webkit-transition: .36s ease;
    -o-transition: .36s ease;
    -moz-transition: .36s ease;
    transition: .36s ease;
}
.header.show .nav_menu_item {
    background: #999;
}
.header.yanse .nav_menu_item {
    background: #2b74ec;
}
.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: 9px;
    -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: 1px;
}
.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(100% - 60px);
    top: 60px;
	background:#fff;
	left:0px;
	padding: 0 15px;
	box-sizing: border-box;
}
.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% - 65px);
	font-size: 14px;
	color: #4B4B4B;
}
.header .inheader .menu > li.active, .header .inheader .menu > li:hover {
    background: none;
    border-top: 1px solid #f2f2f2;
}
.header .inheader .menu > li.active:after,
.header .inheader .menu > li:hover:after{
	display:none;
}

.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);
    color: #2b74ec;
    text-align: center;
	line-height: 50px;
}
.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;
}
.header .menu > li ul.subnav{
	transform:translateY(0px);
}
.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{
	margin:0px;
}
.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 .menu > li .subnav li a:hover,
.header .menu > li .subnav li a.active{
	color:#4071b3; font-weight:bold;
}
.header .menu > li .subnav.externallinks{
	margin-right:0px; float:none;
}
.header .menu > li .subnav.externallinks li{
	display:block; width:100%; float:none; margin-left:0px;
}
.header .inheader .menu > li.searchdiv{
	margin-left: 0px;
}
.header .inheader .menu > li.searchdiv span{
	display:none;
}
.header .inheader .menu > li.searchdiv .subnav{
	display:block; width:100%;
}
.header .inheader .menu > li.searchdiv .subnav form {
    height: 36px; border: 1px solid #f2f2f2;
}
.header .inheader .menu > li.searchdiv .subnav form input.form-control{
    line-height: 34px;
}
.header .inheader .menu > li.pcmenu{
	display:none; 
}
#main .flexslider .flex-control-paging li a {
    width: 20px;
    height: 3px;
    margin: 0 4px;
}
#main .flexslider .flex-control-nav {
    bottom: 5px;
}

.index_t {
    font-size: 22px;
}
.index_b {
    font-size: 13px;
    line-height: 24px;
    margin-top: 20px;
}
#index01{
	margin-top:40px;
}
.swiper-container.swiper-container-index01{
	width: 95%;  margin:30px 0 0; padding:30px 0;
}
.swiper-container-index01 .swiper-slide {
    width: 27%;
    margin-right: 2%;
}
.swiper-container-index01 .swiper-slide.on {
    transform: translateY(-15px);
    box-shadow: 0px 13px 30px 0px rgba(43, 116, 236, 0.53);
}
.index01li .btext {
    padding: 0 15px 20px;
}
.index01li .btext > img {
    height: 24px;
}
.index01li .btext .t {
    font-size: 18px;
    margin: 15px 0 25px;
}
.index01li .btext .b {
    font-size: 12px;
}
.index01li .btext .b img {
    margin-left: 2px;
    height: 8px;
}



#index02 {
    padding: 40px 0;
}
.index02 {
    margin-top: 40px;
}
.index02list {
    width: calc(25% - 10px);
    margin-left: 13px;
    margin-top: 15px;
}
.index02list .on_wai {
    padding: 15px 10px;
}
.index02list .tt img {
    height: 30px;
    margin-right: 8px;
}
.index02list .tt div {
    height: 30px;
    font-size: 14px;
    width: calc(100% - 38px);
    line-height: 15px;
}
.index02list .tb {
    font-size: 12px;
    line-height: 20px;
}

#index03 {
    margin: 60px auto;
}
.index03 {
    margin-top: 40px;
}
.index03list {
    width: 100%; margin-top:30px;
}
.index03list:nth-child(-n+2) {
    margin-top: 30px;
}
.index03list:first-child{
	margin-top:0px;
}

.index03list .index03ltitle .t {
    font-size: 20px;
    margin-top: 15px;
}
.index03list .index03ltitle .b {
    font-size: 12px;
    margin: 8px 0 15px;
}



#index04 {
    margin-bottom: 30px;
}
#index05 {
    padding: 40px 0;
}
.index05 {
    margin-top: 40px;
}
#index06 {
    margin: 60px auto;
}
.index06 {
    margin-top: 40px;
}
#index07 {
    margin: 40px auto;
}
.index07 {
    margin-top: 40px;
}
#index08 {
    margin: 40px auto;
}
#index09 {
    margin-bottom: 15px;
}

.index04list p {
    font-size: 14px;
}
.index04list img {
    margin-bottom: 10px;
    width: 46px;
}
.index05list .text {
    font-size: 14px;
    height: 36px;
}
.index05list {
    width: calc(20% - 8px);
    margin-left: 10px;
    margin-top: 10px;
}

.index06biglist {
    width: calc(33.33% - 10px);
    margin-left: 15px;
    margin-top: 15px;
}
.index06biglist .t {
    height: 46px;
    font-size: 16px;
    padding: 0 15px;
}
.index06biglist .t span {
    padding-left: 15px;
}
.index06biglist a {
    padding: 0 15px;
}
.index06biglist a span {
    height: 36px;
    font-size: 14px;
	line-height:36px;
}
.index06biglist a i {
    height: 36px;
    font-size: 12px;
}

.index07list {
    width: calc(16.66% - 5px);
    margin-left: 6px;
    margin-top: 6px;
    border-radius: 4px;
}


.index08 .t {
    height: 56px;
    font-size: 20px;
    padding: 0 15px;
}
.index08 .t span {
    padding-left: 15px;
}
.index08 .b {
    padding: 5px 15px;
}
.index08 .b a {
    font-size: 12px;
    margin-right: 12px;
}



.index09 {
    line-height: 24px;
}
.index09 img {
    height: 24px;
}
.index09 span {
    font-size: 16px;
    margin: -2px 10px;
}
.index09 a {
    font-size: 12px;
    margin-right: 10px;
}




#footer {
    padding: 30px 0 15px;
}
#footer .footerl {
    width: 26%;
	margin-bottom:15px;
}
#footer .footerinfo {
    width: 33.33%;
    margin-left: 7.33%;
	margin-bottom:15px;
}
#footer .footermenu {
	width:33.33%;
    margin-right: 0;
	margin-bottom:15px;
}
#footer .footermenu:nth-child(3n+1){
	clear:both;
}
#footer .footercode {
    float: left;
	width:33.33%;
}
#footer .footermenuelse {
	width:33.33%;
}


#pagetop {
    margin: 60px 0 40px;
}
.pagetop {
    margin-top: 40px;
}
.pagetop_list {
    width: calc(33.33% - 10px);
    margin-left: 15px;
    margin-top: 15px;
    padding: 15px 15px 10px;
}
.pagetop_list .tcn {
    font-size: 16px;
}
.pagetop_list .ten {
    font-size: 12px;
    margin: 10px 0 60px;
}
.pagetop_list .b {
    font-size: 12px;
}
.pagetop_list .b img {
    margin-left: 10px;
    height: 8px;
}
.pagetop_list .img {
    right: 15px;
    height: 50%;
    top: 25%;
}


.pagelist .pagecon_list {
    padding: 15px 0 20px; width:16.66%;
}
.pagelist .pagecon_list:nth-child(9n+1){
	clear:unset; border-left:1px solid #e5e5e5;
}
.pagelist .pagecon_list:nth-child(-n+9){
	border-top:1px solid #e5e5e5;
}
.pagelist .pagecon_list:nth-child(6n+1){
	clear:both; border-left:0px;
}
.pagelist .pagecon_list:nth-child(-n+6){
	border-top:0px;
}



.pagelist .pagecon_list .text {
    margin-top: 16px;
    font-size: 12px;
}
.pagediv {
    margin-bottom: 30px;
    padding: 0 0 30px;
}
.pagediv:first-child {
    padding: 30px 0;
}
.pagelist {
    margin-top: 40px;
}
.pagelist .pagelistt {
    font-size: 14px;
    padding-left: 30px;
}
.pagelist .pagelistt div {
    width: 4px;
    height: 4px;
	border: 3px solid #2d76ec;
}
.pagelist .pageline {
    margin: 12px 0 30px;
}
.pagelist .pagecon_list span {
    height: 30px;
}
.pagelist .pagecon_list span img {
    max-height: 30px;
}


#newstop{
	padding:40px 0;
}
#pages{
	margin:60px auto;
}
#pages li{
	margin: 0 2px;
}
#pages li,#pages li a,#pages li span{
	height:30px; width:30px; line-height:30px; font-size:12px;
}



.newstop_text {
    padding: 5px 10px;
}
.newstop_text .newstop_textin .nt_r .nt_rt {
    font-size: 16px;
    line-height: 24px;
    margin: 5px 0 10px;
}
.newstop_text .newstop_textin .nt_r .nt_rb {
    font-size: 12px;
    line-height: 20px;
}
.newstop_text .newstop_textin .nt_l {
    padding: 0  15px;
}
.newstop_text .newstop_textin .nt_l .nt_lt {
    font-size: 30px;
}
.newstop_text .newstop_textin .nt_l .nt_lb {
    font-size: 12px;
    margin-top: 15px;
    padding-top: 10px;
}
.newstop .newstop_b span {
    width: 28px;
    height: 28px;
    margin-left: 20px;
    font-size: 10px;
}
.nrespagelist {
    margin: 20px 0;
}
.nrespagelist a .npl_l .npl_lt {
    font-size: 16px;
    margin-bottom: 12px;
}
.nrespagelist a .npl_l .npl_ld {
    font-size: 12px;
}
.nrespagelist a .npl_l .npl_lb {
    font-size: 12px;
    line-height: 20px;
    margin: 10px 0;
}
.nrespagelist a .npl_l .npl_la {
    font-size: 12px;
    line-height: 32px;
    width: 100px;
}
.newspagediv{
	margin-top:60px;
}

.news_content_left_top {
    padding: 30px 15px;
}
.news_content_left .t {
    font-size: 20px;
    padding: 0 15px;
}
.news_content_left .b {
    font-size: 12px;
    margin: 10px 0;
    padding: 0 15px;
}
.news_content_left .c {
    line-height: 26px;
    padding: 15px 15px 0;
}

.news_content_right .news_content_right_top {
    padding: 20px 15px;
}
.news_content_right .t {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.news_content_right a {
    margin-top: 10px;
    padding: 10px;
    font-size: 12px;
}
.news_content_right a span {
    width: 90%;
}

.prevnext {
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
}
.prevnext a {
    font-size: 14px;
}
.prevnext a.prevnextmid img{
	width:20px;
}
.prevnext a.prevnextli img{
	width:14px;
}
.prevnext a.prevnextli span{
	display:none;
}

.prevnext a.prevnextli{
	width:35.5%;
}
.prevnext a.prevnextmid{
	width:29%;
}

#proshow{
	margin:40px auto;
}
.proshow_left .plt {
    line-height: 50px;
    font-size: 14px;
}
.pldiv .pldivt {
    line-height: 30px; 
}
.pldiv .pldivt a {
    font-size: 13px;
}
.pldiv .pldivt i{
	font-size:10px; right: 10px;
}
.pldiv .pldivt i::before {
    font-size: 10px;
}
.pldiv .pldivsecond a {
    font-size: 12px;
    line-height: 20px;
}
.plt01 {
    line-height: 50px;
    font-size: 14px;
    margin-top: 20px;
}
.textli {
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
}
.textli::before {
    left: -10px;
    width: 3px;
    top: 6px;
    height: 12px;
}
.textb {
    font-size: 13px;
    margin: 15px 0;
}
.plb01 {
    padding: 0 15px 30px;
}
.plb01 > a {
    font-size: 12px;
    line-height: 40px;
    margin-top: 15px;
}
.plb01 > a img {
    margin-right: 2px;
    transform: translateY(4px);
    height: 16px;
}



.proshow_right .psrbt {
    padding-bottom: 10px;
    margin-bottom: 25px;
}
.proshow_right .psrbt .t {
    font-size: 20px;
}
.proshow_right .psrbt .b {
    font-size: 12px;
}
.proshow_right .int {
    font-size: 16px;
    margin-bottom: 20px;
}
.proshow_right .inb {
    font-size: 14px;
    line-height: 24px;
}
.proshow_right .psb_video video,.proshow_right .psb_video iframe{
	 height:300px;
}


#contact01{
	margin:60px 0;
}
.contact01{
	margin-top:40px;
}
#contact02{
	margin:60px 0;
}
.contact02{
	margin-top:40px;
}
#dituContent {
    height: 350px;
    margin-bottom: 40px;
}

.contact01list {
    padding: 25px 0;
    width: calc(33.33% - 20px);
    margin-left: 30px;
}
.contact01list .t {
    font-size: 16px;
    margin: 15px 0 10px;
}
.contact01list .b {
    font-size: 14px;
}
.contact01list .img {
    width: 45px;
}
.contact02blist {
    padding: 15px;
}
.contact02blist .b {
    font-size: 14px;
    line-height: 26px;
    margin: 15px 0;
}
.contact02blist .t {
    font-size: 16px;
    padding-left: 15px;
}
.contact02blist .t::before {
    width: 3px;
}
.contact02blist {
    width: calc(50% - 8px);
}
.contact02blist a {
    font-size: 12px;
    padding: 6px 20px;
}
.contact02blist a img {
    height: 14px;
    margin-right: 10px;
    transform: translateY(3px);
}


.register_l{
	width:100%; height:50vh;
}
.register_r{
	width:100%; height:50vh;
}


#footer .footermenuelse .b a img {
    width: 90px;
    left: 50%;
}


.flexslider .slides .bannertext01 .bannertextt{
	font-size:22px;  margin-top:10%;
}
.flexslider .slides .bannertext01 .bannertextb{
	font-size:14px; margin:15px 0 50px;
}
.flexslider .slides .bannertext01 .bannertextc a{
	font-size:12px;   padding:0 10px;  width:120px; height:36px; line-height:36px;
}
.flexslider .slides .bannertext01 .bannertextc img{
	width:14px; margin-top: 12px;
}
.flexslider .slides .bannertext01.bannertext02 .bannertextt{
	font-size:26px; margin-top: 10%;
}
.flexslider .slides .bannertext01.bannertext02 .bannertextb{
	font-size:12px; margin: 10px 0 30px; 
}



.new_col{
	margin-bottom:30px;
}
.new_col .swiper-button-prev.swiper-button-prev01 {
    transform: translateY(-10px);
}
.new_col  .swiper-button-next.swiper-button-next01{
    transform: translateY(-10px);
}
.new_col .swiper-pagination-bullet{
	width:8px; height:8px; margin:0 4px;
}
.new_col  .swiper-button-prev.swiper-button-prev01::after,
.new_col  .swiper-button-next.swiper-button-next01::after{
	font-size:18px;
}


.hot-info{
	width:150px;
}


.proshow_left .news_content_right {
    margin-top: 20px;
}
.proshow_left .news_content_right .t {
    font-size: 14px;
    padding-bottom: 10px;
    margin-bottom: 12px;
}
.proshow_left .news_content_right .news_content_right_top {
    padding: 20px 10px;
}
.proshow_left .news_content_right a {
    padding: 10px;
    font-size: 12px;
    margin-top: 12px;
}

.news_content_right .news_content_right_top{
	margin-top:20px;
}






}
