@charset "UTF-8";

html {
	font-size: 100%;
	height: 100%;
	width: 100%;
	outline: none;
}

body {
	background: #FFF;
    font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #373737;
	line-height: 26px;
	text-align: left;
	margin: auto;
	width: 100%;
	height: 100%;
	outline: none;
     overflow-x: hidden;
}
/*
@font-face{
	font-family:montserratr;
	src:url(../images/Montserratr.eot);
	src:url(../images/Montserratr.eot?#font-spider)format('embedded-opentype'),
	url(../images/Montserratr.woff) format('woff'),
	url(../images/Montserratr.ttf) format('truetype'),
	url(../images/Montserratr.svg) format('svg');
	font-weight:400;
	font-style:normal;
}
*/
/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */
@-webkit-viewport {
	width: device-width;
}

@-moz-viewport {
	width: device-width;
}

@-ms-viewport {
	width: device-width;
}

@-o-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}

@-webkit-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-moz-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@-o-keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}
@keyframes iconFloat {
    0% { top: 0; }
    50% { top: 10px; }
    100% { top: 0; }
}


a:hover {
	text-decoration: none;
	color: #168300;
}

ul, 
ol {
	padding-left: 0;
	margin: 0
}

li {
	list-style: none;
}

textarea:focus, 
input:focus {
	color: #666;
}

iframe, 
embed, 
object {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
/* Other Fixes */
*, 
*:before, 
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-spacing: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: normal;
    font-family:arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	-webkit-tap-highlight-color: transparent;
	outline: 0 !important;
	text-decoration:none;
	color:#333;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

::selection {
	color: #fff;
	background: #a3a3a3;
}

::-moz-selection {
	color: #fff;
	background: #a3a3a3;
}

::-webkit-input-placeholder {
	color: #838383;
	text-overflow: ellipsis;
}

:-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

::-moz-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #838383 !important;
	text-overflow: ellipsis;
	opacity: 1;
}

/* ==========================================================================
 Typography
========================================================================== */

h1, 
h2 {
	font-weight: normal;
}

h1 {
	font-size: 45px;
	line-height: 60px;
	font-weight: 400;
	font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h2 {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h3 {
	font-size: 28px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h5 {
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	font-family: arial, "Helvetica Neue", Helvetica, Tahoma, sans-serif;
	text-transform: none;
	margin: 0;
}

h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

/* ==========================================================================
 Background Color
========================================================================== */

.gray-bg {
	background-color: #f3f3f3;
}

.color-overlay {
	position: relative;
	height: 100%;
	width: 100%
}

/* ==========================================================================
 Floats and Margins
========================================================================== */

/* Float */
.text-left{
	text-align:left !important;
}
.text-right{
	text-align:right !important;
}
.text-center{
	text-align:center !important;
}
.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
    clear: both !important;
    float: none !important;
    margin: 0px !important;
    width: 0px !important;
    height: 0px !important;
    border: none !important;
    padding: 0 !important;
    min-height: auto !important;
}

.clearfix:before{
    display: table;
    content: " ";
}
.clearfix:after{
    content: '';
    display: block;
    clear: both;
}

/* ==========================================================================
Sections
========================================================================== */
section {
    overflow: hidden;
    position: relative;
	background:#fff;
    z-index: 9;
}
.nr-cz{
    vertical-align: middle;
    display: table-cell;
}
.nr-djz{
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
.isotope, 
.isotope .portfolio-item, 
.isotope .post-item {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}
.align-center{
	text-align:center;
	line-height:0;
	font-size:0;
}
.align-left{
	text-align:left;
	line-height:0;
	font-size:0;
}
.align-right{
	text-align:right;
	line-height:0;
	font-size:0;
}
.align-left li,.align-right li,.align-center li{
	display:inline-block;
}
.pagerMain{
    text-align: center;
    margin-top: 20px;
}
.pagerMain a{
	width:auto;
	padding:0 15px;
	height:30px;
	border:1px solid #e4e4e4;
	line-height:30px;
    background: #fff;
	color:#666666;
	font-size:13px;
	display:inline-block;
	border-radius:2px;
	font-family:"宋体";
	margin:5px;
	border-radius:4px;
}
.pagerMain a.page_current{
	color:#fff;
	background:#168300;
	border:1px solid #168300;
}
.pagerMain a:hover{
	background:#168300;
	color:#fff;
}
.jjbq-box{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.jjbq-box li{
    -webkit-box-flex: 0;
}

.container{
	max-width:1200px;
	margin:0 auto;
	padding: 0 15px;
}
em{
	font-style:normal;
}
img{
    -webkit-user-drag: none;
	vertical-align: middle;
	max-width: 100%;
}
.time4{

    transition-duration: .5s;
    -moz-transition-duration: .5s;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
}
.ho_til{
    width: 100%;
    text-align: center;
	margin: 40px 0;
	position: relative;
}
.ho_til h2{
    color: #168300;
	font-size:40px;
	line-height: 60px;
	position: relative;
	font-weight: 700;
}
.ho_til h2::after{
	content: "";
	position: absolute;
	left: 50%;
	width: 30px;
	height: 5px;
	background: #168300;
	bottom: 0;
	margin-left: -15px;
}
.flex_w {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    z-index: 10;
}
/* Header */
header {
    z-index: 999;
    position: relative;
    width: 100%;
    background: #fff;
}
.navbar{
    width: auto;
    z-index: 99;
    position: relative;
    background: #fff;
    top: 0;
    height: 72px;
}
.seatchbutton{
    float: right;
    width: 35px;
	height: 72px;
	position: relative;
    margin-right: 40px;
}
.seatchbutton svg{
	width: 35px;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    cursor: pointer;
}
.seatchbutton:hover .serach-btn-box{
	display: block
}
.serach-btn-box{
	display: none;
    position: absolute;
    background: #fff;
    padding: 15px;
    width: 450px;
    top: 72px;
    right: 0;
}
.serach-btn{
    float: right;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #168300;
    width: 100%;
}
.serach-btn input{
    background: none;
    padding-left: 10px;
    float: left;
    line-height: 35px;
    color: #444;
    font-size: 14px;
    width: 70%;
}
.serach-btn .Ikeyword_button{
	width: 38px;
	height: 35px;
	display: block;
	float: right;
	background: none;
	cursor: pointer;
	color: #168300
}
.serach-btn .Ikeyword_button svg{
	width: 26px;
	stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
	cursor: pointer;
	color: #168300
}
.head-box{	
    height: 72px;
    background: rgba(255,255,255,1);
    width: 100%;
    transition-duration: .2s;
    top: 0;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}

.telBox{
	float: right;
	color:#168300;
	font-size: 22px;
	font-weight: 700;
	margin-top: 22px;
}

.telBox img{
	width: 26px;
	margin-right: 8px;
}


.head-box.nav_blk{
	position: fixed;
	top: 0;
}
.logo{
    max-width: 190px;
    margin: 12px 0;
	z-index: 50;
	float: left;
}

.nav-tab{
    position: relative;
    z-index: 9;
    width: auto;
    padding-left: 6%;
    float: left;
}
.nav-tab .sub-li{
	position: relative;
	padding: 0 24px;
}
.nav-tab .sub-li a{
    color: #333;
    font-size: 16px;
    line-height: 72px;
    display: block;
    border-bottom: none;
}


.nav-tab .sub-li.current a.menu-links{
	color: #168300;
}


.nav-tab .sub-li:hover{
    color: #fff;
    background: #168300;
}

.nav-tab .sub-li:hover a.menu-links{
    color: #fff;
}

.sub-menu {
    position: absolute;
    background: rgba(255,255,255,1);
    padding: 10px;
    top: 53px;
    z-index: 99999;
	text-align: left;
	display: none;
    left: -20px;
    min-width: 210px;
    -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}
.nav-tab .sub-li:nth-of-type(7) .sub-menu {
	min-width: 275px;
}
.nav-tab .sub-menu li {
    display: block;
    line-height: 35px;
    padding-right: 30px;
}
.nav-tab .sub-menu li a {
	line-height: 35px;
	color:#444;
}
.nav-tab .sub-menu li:hover a{
	color: #168300;
}

/*xl*/
.proname1,.proname2{
	position: inherit !important;
}
.nav-tab .sub-li .sub-menu{
	padding: 60px 0;
}
.nav-tab .sub-li.proname1 .sub-menu{
	padding: 45px 0;
}
.nav-tab .sub-li.proname1 .sub-menu li{
	padding-right:45px;
}
.nav-tab .sub-li .sub-menu{
    width: 350%;
    left: -125%;
    top: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tab .sub-li .sub-menu ul{
	margin: 0 auto;
	position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.proname2 .sub-menu ul li{
    margin-bottom: 20px;
}
.proname2 .sub-menu ul li a.time4{
  	background:url(../images/jt.png) no-repeat left center;
  	padding-left:15px;
  	font-size:18px;
  	position:relative;
}
.proname2 .sub-menu ul li a.time4:after{
	content:'';
  	position:absolute;
  	left:15px;
  	bottom:0;
  	width:60px;
  	height:1px;
  	background:#333;
}
.proname2 .sub-menu ul li a.pro3name {
	font-size: 14px;
	font-size: 14px;
	line-height: 24px;
	color:#444;
  	padding-left:15px;
}
.proname2 .sub-menu ul li a.pro3name:hover{
	color:#168300
}

/*foot*/
#footer {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    background-repeat: repeat;
    background-position: 0 0;
    text-align: left;
    z-index: 0;
	background: #168300;
	padding-top: 40px;
}
.foot-bq ul li {
    height: auto;
    width: 15%;
    float: left;
}
.foot-bq ul li h3 {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #fff;
    opacity: 0.9;
}
.foot-bq ul li a {
    width: 100%;
    height: 24px;
    overflow: hidden;
    float: left;
    display: block;
    font-size: 14px;
	line-height: 24px;
    color: #fff;
    opacity: 0.9;
}
.foot-bq ul li p{
	font-size: 14px;
    line-height: 24px;
    color: #fff;
    opacity: 0.9;
}
.foot-bq ul li p a{
	display: contents;
}

.foot-bq ul li.second {
    width: 45%;
    margin: 0;
    padding-left: 100px;
    box-sizing: border-box;
}
.foot-bq ul li.last {
    width: 34%;
    background: none;
	margin-left: 2%;
	float: right;
}

.share-buttons{
	display: inline-block;
	position: relative;
}
.share-buttons li{
	width: 32px;
	height: 32px;
	background: #fff;
	border-radius: 50%;
	float: left;
	margin-right: 5px;
	opacity: 0.8;
}
.share-buttons li:hover{
	opacity: 0.8;
}
.share-buttons li a{
	width: 32px;
	height: 32px;
}
.share-buttons li svg{
	stroke-width: 0;
    stroke: currentColor;
	fill: currentColor;
	width: 60%;
}

/*messages*/
.copyright{
	background: #136902;
	padding: 12px 0;
	margin-top: 40px;
	text-align: center;
}
.copyright p{
    display: inline-block;
    position: relative;
    padding-right: 10px;
}
.copyright p,.copyright p a{
	color: #fff;
	opacity: 0.8;
}

/*share*/
/*
.share {
    position: fixed;
    right: 0;
    top: 30%;
    z-index: 998;
    width: 54px;
}
.share ul li{
	width: 54px;
    height: 54px;
    float: left;
	position: relative;
	margin-bottom: 1px;
}
.share li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #fff;
	font-size: 14px;
	line-height: 54px;
    overflow: hidden;
}
.share li:hover .sidebox{
	opacity: 1;
    background: rgb(0, 107, 184);
    width: 220px;
}
.share li.sha_o2:hover .sidebox{
    width: 280px;
}
.share li.sha_o3:hover .sidebox,.share li.sha_o4:hover .sidebox{
    width: 170px;
}
.share li span{
	float: left;
	text-align: center;
	width: 54px;
	height: 54px;
}
.share li span svg{
	width: 36px;
	stroke-width: 0;
    stroke: currentColor;
	fill: currentColor;
	display: block;
	margin: 0 auto;
}
.share li .sidebox:hover a,.share li .sidebox p {
    color: #fff;
}
*/
/*nav*/
.nav_tab{
    position: absolute;
    right: 15px;
    top: 28px;
    width: 22px;
	height: 17px;
	display: none;
}
.nav_tab li{
	width: 22px;
    height: 17px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    float: right;
}
.nav_tab li span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #333;
    border-radius: 2px;
    opacity: 1;
	left: 0;
	top: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.nav_tab li span:nth-child(2){
    top: 7px;
}
.nav_tab li span:nth-child(3) {
	top:14px;
}
body.open-nav .nav_tab li span:nth-child(2){
    top: 18px;
    width: 0;
    left: 50%;
    opacity: 0;
}
body.open-nav .nav_tab li span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 7px;
}
body.open-nav .nav_tab li span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 7px;
}
body.open-nav .sj_nav {
    top: 0;
}

@media screen and (max-width:1300px){
  .gsgj_box .swiper-button-prev{
  	left:10px
  }
  .gsgj_box .swiper-button-next{
  	right:10px
  }
}

@media screen and (max-width:1230px){
	.nav-tab .sub-li .sub-menu {
    width: 145%;
      left: -25%;
  }
  .nav-tab .sub-li .sub-menu ul{
  	padding:0 40px;
  }
}

@media screen and (max-width:1200px){
	.pro .container2{
		width: 100%;
	}
}

@media screen and (max-width:1130px){

	.foot_contact{
		margin-left: 4%;
	}
}
@media screen and (max-width:1110px){
	.nav-tab .sub-li{
		padding: 0 40px;
	}
  .nav-tab .sub-li .sub-menu{
      width: 160%;
    left: -28%;
  }
}
@media screen and (max-width:1010px){
	.mess_nr{
		width: 55%;
	}
}

@media screen and (max-width:990px){
  .nav-tab .sub-li .sub-menu {
      width: 142%;
      left: -28.5%;
  }
}

@media screen and (max-width:960px){
  .nav-tab .sub-li .sub-menu{
  	display:none !important;
  }
  .telBox{
  	margin: 20px auto 0;
    float: none;
    display: block;
    text-align: center;
  }
  .seatchbutton>svg{
  	display:none;
  }
  .seatchbutton{
  	float: none;
  	width:100%;
  }
  .serach-btn-box{
  	position:relative;
    width:100%;
    top:0;
    background:none;
  }
	.nav_tab,.serach-btn-box{
		display: block;
	}
	.sj_nav{
		z-index: 98;
      width: 100%;
      height: calc(100vh - 72px);
      position: fixed;
      margin-top: 72px;
      left: 0;
      bottom: 0;
      top: calc(-100vh - 72px);
      background: rgba(255,255,255,0.9);
      -webkit-transition: all .4s ease-in-out;
      -o-transition: all .4s ease-in-out;
      transition: all .4s ease-in-out;
	}
	.nav-tab{
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.nav-tab .sub-li{
		display: block;
		width: 100%;
		margin: 0;
		border-bottom: 1px solid rgba(0,0,0,0.3);
		padding: 5px 0;
	}
  .nav-tab .sub-li a{
  	line-height:40px;
    font-size: 16px;
  }
	.nav-tab .sub-li:hover a.menu-links, .nav-tab .sub-li.current a.menu-links{
		color: #fff;
		background: #168300;
	}
	.sub-menu{
		position: relative;
		top: 0;
		left: 0;
		display: block !important;
		height: auto !important;
		margin: 0 !important;
		padding: 0 !important;
		background: rgba(0,0,0,0.5);
		text-align: center;
	}
	.nav-tab .sub-menu li a{
		color: #fff;
      	font-size:14px;
      	line-height:25px;
	}

	.serach-btn{
		width: 90%;
		float: none;
		margin: 40px auto 0;
		max-width: 500px;
	}
	.serach-btn input{
		max-width: none;
		width: 80%
	}
  .banner{
  	height:auto;
  }
	.ny_banner{
      height: 320px;
      background-size: cover;
	}
	.swiper-container{
		width: 100%;
		height: auto;
		left: 0;
		margin-left: 0;
		position: relative;
	}

	.foot-bq_font {
		float: none;
		display: block;
		margin: 0 auto;
		padding-top: 0;
	}
	.foot_contact{
		width: 100%;
		margin-left: 0;
	}
	.mess_nr{
		width: 100%;
		max-width: none;
		margin-top: 20px;
	}
}
@media screen and (max-width:910px){
	.pro ul li {
		width: 33.33%;
		-ms-flex: 0 0 33.33%;
		flex: 0 0 33.33%;
		max-width: 33.33%;
	}
}

@media screen and (max-width:870px){
  .foot-bq ul li{
  	width:50% !important;
    padding-left:0 !important;
  }
  .foot-bq ul li.second{
  	height:146px;
  }
  .foot-bq ul li.last{
  	float:left;
    margin-left:0;
    padding-top:20px;
    width:100% !important;
  }
}

@media screen and (max-width:765px){
  .contact_div p.p1,.contact_div p.p2,.contact_div p.p3,.contact_div p.p4{
  	width: 48%;
    height: 60px;
  }
}

@media screen and (max-width:750px){
  .cy_box{
  	width:80%;
  }
  .mess_box span{
  	width:110px;
  }
  .mess_box input{
  	width:calc(100% - 120px);
  }
  .pro_left .tb-pic.tb-s310{
  	max-width:100%;
    max-height:none;
  }
  .zoomDiv{
  	display:none !important;
  }
  .pro_left{
  	width:100%;
    float:none;
  }	
  .pro_right{
  	width:100%;
    padding-top:20%;
    float:none;
  }
  .pro_right{
  	padding-top:20px;
  }
}

@media screen and (max-width:630px){
	.ho_til h2{
        font-size: 20px;
        line-height: 45px;
    }
  .ho_til{
  	margin:20px 0;
  }
  .contact{
  	width:100%;
    float:none;
  }
  .contact-main ul li{
  	padding-bottom:0;
  }
  .mess-box{
  	width:100%;
    float:none;
    margin-top:20px;
  }
  .mess_nr{
  	float:none;
    margin-top:0px;
  }  
  
  .content{
  	padding:20px 0;
  }
  .cnav_tab li{
  	margin:2px 0;
  }
  .cnav_tab li a{
  	padding:0 10px;
    font-size: 14px;
  }
  
  .about_right p, .about_nr p, .gynr p{
  	font-size:14px;
    line-height:30px;
  }
  
  .pro_debox_tab li{
  	margin-right: 0;
    font-size: 16px;
    width: 33.33%;
    padding:0;
  }
  
  .mess-box .ho_til h2{
  	font-size:20px;
  }
}

@media screen and (max-width:570px){
  .pro_detail_box .pro_ynrbox .pro_xqpic{
  	width:45%;
  }
  .pro_detail_box .pro_ynrbox .pro_xqnr{
  	width:55%;
  }
}

@media screen and (max-width:540px){
	.pro ul li {
		width: 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.pro h3{
		font-size: 14px;
		font-weight: 400;
		line-height: 45px;
		height: 45px;
	}
  
  .gshj h3.pro_tjtil{
  	font-size:18px;
  }
}

@media screen and (max-width:510px){
  .mess_box .code span{
  	width:100%;
    margin-right:0;
    font-size:13px;
    line-height:20px;
  }
  .mess_box span em, .mess_box div em{
  	line-height:20px;
  }
  .cy_box{
  	padding:25px 20px;
  }
  .mess_box input{
  	width:100%;
    line-height:24px;
    padding:2px 5px;
  }
}

@media screen and (max-width:480px){
  .pro_left .tb-pic.tb-s310{
  	width:100%;
    float:none;
    max-width:100%;
  }
  .pro_right{
  	padding-top:20px;
  }
  .pro_right h3{
  	font-size:16px;
  }
  .pro_right .pro_sunmm{
  	font-size:13px;
    line-height:20px;
  }
  .pro_con{
  	width:100%;
    margin-top:20px;
  }
  .pro_con span{
  	display:block;
  }
  .pro_con span .pro_mess{
  	width:100%;
    margin-right:0;
  }
  
  .foot-bq ul li{
  	display:none;
  }
  .foot-bq ul li.last{
  	display:block;
    padding-top:0;
  }
  .pro h4{
  	font-size:20px;
  }
  
  .pro_right_con h4{
  	font-size:16px;
  }
  .pro_right_con ul li h4{
  	width:90px;
  }
  .pro_feat,.pro_right_con ul li{
  	font-size:12px;
  }
  
  .news_detil h2{
  	font-size:16px;
  }
  .news_con p{
  	font-size:14px;
  }
  
  .contact_div p{
  	font-size:13px !important;
  }
  h1.lx_h1{
  	    font-size: 16px;
    line-height: 20px;
    padding: 65px 0 20px 0
  }
}

@media screen and (max-width:450px){
  .contact_div p.p1, .contact_div p.p2, .contact_div p.p3, .contact_div p.p4{
  	    width: 98%;
    height: auto;
    margin: 10px 0;
  }
}

@media screen and (max-width:420px){
  .pro_detail_box .pro_ynrbox .pro_xqpic{
  	width:100%;
    float:none !important;
    text-align:center;
  }
  .pro_detail_box .pro_ynrbox .pro_xqnr{
  	width:100%;
    float:none !important;
    padding:0 !important;
    margin-top:10px;
  }
  .logo{
  	width:220px;
  }
  .head-box,.navbar{
	height:63px;  
  }
  .nav_tab{
  	top:24px;
  }
  .sj_nav{
  	margin-top:63px;
    height:calc(100vh - 63px)
  }
}

@media screen and (max-width:410px){
	.mess_nr input{
		width: 100%;
	}
  .mess_nr input.name1,.mess-box .mess_nr input.tel1,.mess_nr input.tel1,.mess_nr textarea{
  	    width: 100%;
    margin: 5px 0;
  }
  .mess_nr textarea{
  	min-width:100%;
    max-width:100%;
  }
}
@media screen and (max-width:390px){
	.pro ul li {
		width: 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
  .pro_debox_tab li{
  	font-size:14px;
  }
}