@media all and (min-width:320px) and (max-width:1500px){
.index02_list {
    height: 450px;
}


}

@media all and (min-width:320px) and (max-width:1200px){
	
.w1200{
	width:100%; box-sizing:border-box; padding:0 15px;
}

.header{
	height:80px;
}
.header .inheader{
	width:100%; padding:0 15px; box-sizing:border-box; height:80px;
}
.header .inheader .logo{
	height:80px;
}

.header.show .logo img {
    opacity: 0;
}
.header.show {
    background: #fff;
}
.menu_body{
	display:block;
}
.header .menu_body {
    position: relative;
    width: 21px;
    height: 18px;
	display:block;
	top: 32px;
	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.yanse .nav_menu_item {
    background: #fff;
}
.header.show .nav_menu_item {
    background: #2f303b;
}
.header.yanse.show .inheader .menu li > a {
    color: #2f303b;
}
.header.yanse.show .inheader .menu li > a:hover {
    color: #f47f2a;
}

.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% - 80px);
    top: 80px;
	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;
}
.header .inheader .menu > li > a {
    display: block;
    line-height: 50px;
    padding-left: 15px;
    float: left;
    width: calc(100% - 65px);
	color:#333;
	padding:0px;
}
.header .inheader .menu li > a div {
    font-size: 16px;
    margin-bottom: 0;
    float: left;
	margin-right:15px;
	margin-left:15px;
}
.header .inheader .menu li > a p {
    font-size: 12px;
    float: left;
}
.header .inheader .menu > li.active, .header .inheader .menu > li:hover {
    background: none;
}
.header .inheader .menu li > a::before{
	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: #666;
    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 .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;
}


#main .flexslider .flex-control-nav {
    bottom: 12px;
}
#main .flexslider .flex-control-paging li a{
	width:10px; height:10px;  margin:0 6px;
}
#main .flexslider .flex-control-paging li a.flex-active {
   width:10px; height:10px;
}

.indextitle .indext {
    font-size: 26px;
    margin-bottom: 15px;
}
.indextitle .indexb {
    font-size: 16px;
}
.indextitle {
    margin-bottom: 25px;
}
#index01 {
    margin: 40px 0;
}
.index01 .t {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 15px;
}
.index01 .b .bli div {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
}


.index02_list .text img{
	height:40px;
}
.index02_list .text .t {
    font-size: 16px;
    margin-top: 20px;
}
.index02_list .text .b {
    font-size: 14px;
    line-height: 24px;
}
.index02_list .text .line {
    width: 30px;
    height: 1px;
    margin: 14px auto 25px;
}

#index03 {
    margin: 40px 0;
}
.index03_list {
    margin-bottom: 25px;
}
.index03_list .t a {
    font-size: 16px;
}
.index03_list .b {
    font-size: 14px;
    line-height: 24px;
}
.index03 .more {
    width: 126px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}

.index04 {
    padding: 50px 15px;
}
.index04 .text {
    width: 50%;
    padding: 30px 15px;
}
.index04 .text .t {
    font-size: 18px;
    margin-bottom: 6px;
}
.index04 .text .b {
    font-size: 14px;
    line-height: 24px;
}

#index05 {
    margin: 40px 0;
}
.index05_list {
    margin-bottom: 15px;
    width: calc(25% - 15px);
    margin-right: 20px;
    border-radius: 10px;
}
.index05 .more {
    width: 126px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}


#footer {
    padding: 30px 0;
}
.footer_r .footer_r_menu {
    padding: 0 10px;
}
.footer_r .footer_r_menu a {
    font-size: 14px;
    margin-right: 10px;
}
.footer_r .footer_r_line {
    margin: 15px 0 35px;
}
.footer_r .footer_r_info {
    padding: 0 20px;
}
.footer_r .footer_r_info .footer_r_info_l .t {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.footer_r .footer_r_info .footer_r_info_l .b {
    font-size: 12px;
    line-height: 24px;
}
.footer_r .footer_r_info .footer_r_info_r .inputli div {
    width: 70px;
    line-height: 28px;
    font-size: 12px;
	padding-right:12px;
}
.footer_r .footer_r_info .footer_r_info_r .inputli input {
    line-height: 28px;
    height: 28px;
    padding: 0 5px;
    font-size: 12px;
    width: calc(100% - 70px);
}
.footer_r .footer_r_info .footer_r_info_r .inputli textarea {
    line-height: 22px;
    height: 64px;
    padding: 0 5px;
    font-size: 12px;
    width: calc(100% - 70px);
}
.footer_r .footer_r_info .footer_r_info_r .sub_button {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 70px;
}
.footer_r .footer_r_info .footer_r_info_r .inputli {
    margin-bottom: 15px;
}
.footer_l img {
    max-height: 125px;
    margin-left: 12%;
}
#end {
    padding: 10px 0;
    font-size: 14px;
    line-height: 20px;
}



.index03_list_else{
	 margin-bottom:15px; padding-top:15px;
}
.index03_list_else .t a {
    font-size: 16px;
}
.index03_list_else .b {
    font-size: 14px;
    line-height: 24px;
}

.newsshow{
	margin:40px auto;
}

.newsshow .t {
    font-size: 20px;
}
.newsshow .b {
    font-size: 12px;
    padding: 10px 0 15px;
}
.newsshow .c {
    padding: 15px 0 25px;
    font-size: 14px;
    line-height: 30px;
}
.newsshow .d .dli {
    font-size: 12px;
    margin-top: 15px;
}

.bdsharebuttonbox span{
	line-height:26px;
}
.bdsharebuttonbox a{
	padding-left:26px !important; height:26px !important;
}



#yewu01{
	margin:40px 0;
}
#yewu02{
	margin:40px 0;
}
.yewu01 .t {
    font-size: 16px;
}
.yewu01 .b {
    font-size: 14px;
    line-height: 32px;
    margin: 10px 0 15px;
}
.yewu01 .yewu01_list {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}
.yewu01 .yewu01_list div {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
}
.yewu02_list {
    margin-top: 20px;
}





#base01{
	margin:40px 0;
}
#base03{
	margin:40px 0;
}

.base01_list {
    padding: 0 10px;
}
.base01_list img {
    height: 46px;
}
.base01_list .t {
    font-size: 14px;
    margin-top: 16px;
}
.base01_list .line {
    width: 40px;
    margin: 20px auto 15px;
}
.base01_list .b {
    font-size: 14px;
    line-height: 24px;
}
.base03 .t {
    font-size: 16px;
    margin-bottom: 20px;
}




#contact01{
	margin:40px 0;
}
#contact03{
	margin:40px 0;
}
#dituContent{
	height:330px;
}
.contact01 .contact01_l {
    font-size: 14px;
    line-height: 32px;
}
.contact01 .contact01_r .inputli div {
    width: 110px;
    line-height: 30px;
    font-size: 14px;
    padding-right: 14px;
}
.contact01 .contact01_r .inputli input {
    line-height: 30px;
    height: 30px;
    font-size: 14px;
    width: calc(100% - 110px);
}
.contact01 .contact01_r .inputli textarea {
    line-height: 22px;
    height: 80px;
    padding: 0 5px;
    font-size: 14px;
    width: calc(100% - 110px);
}
.contact01 .contact01_r .sub_button {
    width: 120px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 110px;
}
#contact03 .t {
    font-size: 14px;
    line-height: 26px;
}
.contact03_b_list {
    margin-top: 15px;
    padding: 15px 30px;
}
.contact03_b_list div {
    font-size: 16px;
    line-height: 24px;
}
.contact03_b_list p {
    font-size: 14px;
    width: 80px;
    height: 24px;
    line-height: 24px;
}



#us03{
	margin:40px 0;
}
#us04{
	margin:40px 0;
}
.usend{
	margin-bottom:40px;
}
.us03 .us03_list {
    width: calc(20% - 20px);
    margin-right: 25px;
    margin-top: 15px;
}
.us03 .us03_list .text {
    font-size: 13px;
    line-height: 18px;
    margin-top: 6px;
}
.us04 .us04_list {
    width: calc(33.33% - 20px);
    margin-right: 30px;
}

.index02_list {
    height: 280px;
}

.proshowtab a {
    font-size: 14px;
    padding: 6px 12px;
}
.proshow_list .t {
    font-size: 14px;
    margin-top: 15px;
}
.proshow_list {
    width: calc(20% - 10px);
    margin-left: 12px;
    margin-top: 12px;
}



#new_us_01{
	margin:40px 0;
}




.new_us_01 .swiper-container .swiper-slide .t {
    font-size: 16px;
    margin-top: 15px;
    line-height: 18px;
}
.new_us_01 .swiper-pagination.swiper-pagination-bullets{
	bottom:40px;
}
.new_us_01 .swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.foodtext {
    font-size: 14px;
    margin-top: 15px;
    line-height: 16px;
    margin-bottom: 20px;
}















}