*{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
a{
	text-decoration:none;
}
.clear{
	clear:both;
}
img{
	padding:0;
	margin:0;
	border:0;
}
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
body{
	font-family:"微软雅黑";
	font-size:14px;
}

/*pcsearch*/
.column{
	margin-top:30px;
}
.searchform{
	width:200px;
	height:33px;
	line-height:30px;
	border:1px solid #e3e3e3;
	border-radius:5px;
	float:right;
	background-color:#fff;
}
.searchform input{
	outline:none;
	border-style:none;
}
.forminput1{
	width: 150px;
    line-height: 30px;
    padding-left: 10px;
    color: #ccc;
    margin-left: 10px;
}
.forminput2{
	width:15px;
	height:15px;
	background:url(../images/search.png) no-repeat right center;
	float: right;
	margin: 9px 10px;
	cursor:pointer;
}

.navbar {
	min-height:95px;
}
.nav{
	padding-left:0;
	margin-bottom:0;
	list-style:none
}
.menu li{
	line-height:95px;
	height:95px;
	float: left;
	text-align: center;
	position: relative;
	font-size:15px;
	
}
.menu li a{
	display:block;
	color:#0c0c0c;
	text-transform:uppercase;
	padding: 0px 10px;
	font-size:16px;
}
.menu li a:hover{
	color:#fff;
	background-color:#007b4b;
}
.menu li .current{
	color:#fff;
	background-color:#007b4b;
}

.menu ul{
	background-color:#007a4a;
	position: absolute;
	display:none;
	left: 0;
	overflow: hidden;
	z-index: 999;
	padding-bottom: 10px;
	transition: transform 0.3s ease 0s;
}
.menu ul li{
	float: none;
	position: static;
	text-align: left;
	background:none;
	height: 35px;
    line-height: 35px;
	width: 130px;
	padding:0px 20px;
}
.menu ul li a{
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	padding:0;
	position: static;
	color:#fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	background:none;
}
.menu ul li a:hover{
	border-bottom: medium none;
	display: block;
	font-size: 14px;
	position: static;
	color:#fff;
}
.menu ul.subnav {
	display: block;
}



.collapse.in { display: block }
.navbar-collapse.in { }
.collapsing { height: 0; display: none; }
.navbar-default .navbar-toggle { border-color: #ddd; }
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background-color: #ddd; }
.navbar-default .navbar-toggle .icon-bar { background-color: #888; }
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover { background-color: #e7e7e7; color: #555; }
.navbar-toggle{position:relative;float:right;padding:9px 10px;margin-top:12px;margin-right:15px;margin-bottom:8px;background-color:transparent;background-image:none;border:1px solid transparent;border-radius:4px}
.navbar-toggle:focus{outline:0}
.navbar-toggle .icon-bar{display:block;width:22px;height:2px;border-radius:1px}
.navbar-toggle .icon-bar+.icon-bar{margin-top:4px}
.container-fluid { margin-left: auto; margin-right: auto; padding: 0 15px; }

/*iphoneandipadsearch*/
.columns{
	float: left;
	width: 30%;
	padding: 0 2em;
	position: relative;
	display:none;
}

.columns:nth-child(2) {
	box-shadow: -1px 0 0 rgba(0,0,0,0.1);
}
.sb-searchs {
	position: relative;
	width: 0%;
	min-width: 60px;
	height: 30px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}

.sb-searchs-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: #fff;
	width: 100%;
	height:30px;
	line-height:30px;
	margin: 0;
	z-index: 10;
	padding-left: 20px;
	padding-right:50px;
	font-size: 14px;
	color: #18191b;
}

.sb-searchs-input::-webkit-input-placeholder {
	color: #18191b;
}

.sb-searchs-input:-moz-placeholder {
	color: #18191b;
}

.sb-searchs-input::-moz-placeholder {
	color: #18191b;
}

.sb-searchs-input:-ms-input-placeholder {
	color: #18191b;
}

.sb-icon-search,
.sb-searchs-submit  {
	width: 60px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 60px;
	text-align: center;
	cursor: pointer;
}

.sb-searchs-submit {
	background: #fff; 
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	height:30px;
	width:21px;
	z-index:999;
	background:url(../images/search.png) no-repeat center 8px;
	right:10px;
}
.sb-searchs.sb-searchs-open,
.no-js .sb-searchs {
	width: 100%;
	border: 1px solid #ccc;
    border-radius: 10px;
}

.sb-searchs.sb-searchs-open .sb-icon-search,
.no-js .sb-searchs .sb-icon-search {
	z-index: 11;
}

.sb-searchs.sb-searchs-open .sb-searchs-submit,
.no-js .sb-searchs .sb-searchs-submit {
	z-index: 90;
}


@media (max-width: 1200px) {
	.navbar-default .navbar-toggle{ 
		display: block; 
	}
	.navbar-default .collapse{ 
		display: none; 
	}
	.navbar-default .in{ 
		background: #fff; 
		display: block;
		box-shadow: 0 0 10px #ccc; 
		position: absolute; 
		height: auto; 
		right: 0;
		z-index: 44; 
		width: 100%; 
	}
	.menu{
		padding-bottom:10px;
		text-align: center;
	}
	.menu li{
		line-height:45px;
		height:45px;
		float: none;
		text-align: center;
		position: relative;
		font-size:15px;
		border-bottom: 1px solid #ebebeb;
		margin: 0 10px;
	}
	.menu li a{ 
		font-size:14px;    
		margin-right: 10px;
	}
	.menu ul.subnav {
		display: none;
	}
	.column {
		display:none;
	}
	.columns {
		display:block;
		width: 100%;
		min-width: auto;
		min-height: auto;
		padding: 1em; 
	}
	.columns:nth-child(2) {
		box-shadow: 0 -1px 0 rgba(0,0,0,0.1);
	}
}

@media (min-width:1201px){
	.navbar>.container .navbar-brand,.navbar>.container-fluid .navbar-brand{margin-left:-15px}
}

@media (min-width:1201px){
	.navbar-toggle{display:none}
	.navbar-nav {
		float: left;
		margin: 0;
	}
}
.main{
	padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}
.main1{
	width:100%;
	margin:0 auto;
	border-bottom: 1px dotted #b0b0b0;
}

/*新闻滚动*/
.center_news{
	width:100%;
	margin:0 auto;
	min-height:55px;	
}
.scroll-news{ 
	min-height:55px;	
	line-height:55px; 
	width:100%;
}
.company-news{ 
	font-size:16px; 
	float:left; 
	background:url(../images/newsli.jpg) no-repeat left center;
	color: #007b4b;
	padding-left:30px;
}
.scroll-box{ 
	min-height:55px; 
	overflow:hidden; 
	position:relative; 
	float:left; 
	width:80%;
	margin-left: 1%;
}
.scroll-box ul{ 
	position:absolute; 
	left:0; 
	top:0;
	width: 100%;
}
.scroll-box li{ 
	min-height:55px; 
	width:100%;
}
.scroll-box li a{ 
	color:#676767; 
	font-size:14px; 
	display:block;
}
.scroll-box li a:hover{ 
	color:#007b4b; 
}
.scroll-box li a p{ 
	float:left;
	width:75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.scroll-box li a span{ 
	float:right;
}

@media (max-width:500px){
	.company-news{ 
		float:none;
		width:100%; 
	}
	.scroll-box{  
		float:none;
		width: 100%; 
	}
	.scroll-box li{
		line-height:25px;
	}
	.scroll-box li a p{ 
		width:100%;
		float:none;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.scroll-box li a span{ 
		float:none;
	}
}

.main2{
	width:100%;
	margin:0 auto;
	padding:50px 0px 0px 0px;
}
.main2 h3{
	font-size:24px;
	color:#000;
	text-align:center;
	font-weight:normal;
}
/* scrollpic */
.scrollpic{width:100%;margin:20px auto;}
#myscroll{display:block; width:100%; position:relative; height:252px; overflow:hidden;}
#myscroll #myscrollbox{display:block; float:left; position:absolute; left:0; top:0; width:1000000px;}
#myscroll ul{display:block; float:left; list-style-type:none; padding:0; margin:0;}
#myscroll ul li{float:left; padding:0; margin:0;}
#myscroll ul li a{display:block;float:left;padding:0 9px; position:relative; color:#333;}
#myscroll ul li a img{ width:270px; height:200px;}
.pro-txt{
	background-color:#007b4b;
	padding:15px;
	text-align: center;
}
.pro-txt p{
	color:#fff;
	font-size:16px;
}


#myscroll a .intro{position:absolute; left:0; z-index:10;padding:0 9px;}
#myscroll a .intro{bottom:-220px;}
#myscroll a:hover .intro{bottom:52px;}

#mybtns{margin:25px 0px; width:100%; display:block;text-align: center;}
#mybtns a{   
	width: 10px;
    height: 15px;
    display: inline-block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	margin: 0px 8px;
}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover .intro, #myscroll a .intro,#myscroll #myscrollbox{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left{background-image:url(../images/jt_l.jpg);}
#mybtns #left:hover{background-image:url(../images/jt_lhover.jpg);}
#mybtns #right{background-image:url(../images/jt_r.jpg);}
#mybtns #right:hover{background-image:url(../images/jt_rhover.jpg);}


@media (max-width:1047px){
.scrollpic{max-width:870px; width:100%;}
#myscroll{width:870px;}
}
@media (max-width:767px){
.scrollpic{max-width:580px; width:100%;}
#myscroll{width:580px;}
}
@media (max-width:523px){
.scrollpic{max-width:290px; width:100%;}
#myscroll{width:290px;}
}

.more2{
	margin-left:auto;
	margin-right:auto;
	margin:50px 0px;
}
.more2 a{
	font-size:16px;
	color:#007b4b;
	display:block;
	border:2px solid #007b4b;
	background-color:#fff;
	border-radius:5px;
	padding: 8px 0px;
    width: 150px;
    text-align: center;
}
.more2 a:hover{
	font-size:16px;
	color:#fff;
	display:block;
	border:2px solid #007b4b;
	background-color:#007b4b;
	border-radius:5px;
	padding: 8px 0px;
    width: 150px;
    text-align: center;
}
.main3{
	width: 100%;
	padding-top:50px;
    overflow: hidden;
    background-color:#f7f7f7;
}
.main3 h3{
	font-size: 24px;
    color: #000;
    text-align: center;
	font-weight:normal;
	margin-bottom:30px;
}
.main3 p{
	text-align:center;
	color:#6a6a6a;
	font-size:14px;
	line-height:30px;
}
.main3more{
	margin-top:60px;
}
.main3more a{
	display:block;
}
.main4{
	width:100%;
	margin:0 auto;
	padding:60px 0px 40px 0px;
	overflow:hidden;
}
.main4 h3{
	font-size: 24px;
    color: #000;
    text-align: center;
	font-weight:normal;
	margin-bottom:30px;
}
.main4_case{
	margin-top:25px;
	width: 100%;
    overflow: hidden;
}
.main4_case li{
	margin-bottom:20px;
}
.main4_case li a{
	display:block;
}
.main4_case li a img{
	width: 100%;
    transform: translateZ(0px);
    transition: transform 0.1s ease 0s;
}
.case_txt{
	padding:20px 15px;
	background-color:#f5f5f5;
}
.case_txt h3{
	color:#252525;
	font-size:16px;
	background:url(../images/case_txth3.jpg) no-repeat bottom left;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
}
.case_txt p{
	line-height:25px;
	color:#8b8b8b;
	font-size:14px;
	margin:30px 0px 15px 0px;
}
.case_txt span{
	color:#007b4b;
	font-size:14px;
}
.main4_case li a:hover img{
	transform: scale(1.25, 1.25);
    transition: transform 0.3s ease 0s;
}
.main4_case li a:hover .case_txt{
	padding:20px 15px;
	background-color:#007b4b;
}
.main4_case li a:hover .case_txt h3{
	color:#fff;
	background:url(../images/case_txth3hover.jpg) no-repeat bottom left;
}
.main4_case li a:hover .case_txt p{
	color:#13b576;
}
.main4_case li a:hover .case_txt span{
	color:#fff;
}
.more4{
	margin-left:auto;
	margin-right:auto;
	margin-top:30px;
}
.more4 a{
	font-size:16px;
	color:#fff;
	display:block;
	border:2px solid #007b4b;
	background-color:#007b4b;
	border-radius:5px;
	padding: 8px 0px;
    width: 150px;
    text-align: center;
}
.more4 a:hover{
	font-size:16px;
	color:#007b4b;
	display:block;
	border:2px solid #007b4b;
	background-color:#fff;
	border-radius:5px;
	padding: 8px 0px;
    width: 150px;
    text-align: center;
}

.footer{
	width:100%;
	margin:0 auto;
}
.footer1{
	width:100%;
	margin:0 auto;
	background-color:#373737;
	overflow:hidden;
	padding:20px 0px;
}
.footer1_fl{
	float:left;
    width: 32%;
	margin-bottom:10px;
}
.footer1_fl img{
	float:left;
	width:101px;
	height:101px;
}
.footer1_fltxt{
	margin-left:20px;
	float:left;
	padding-top: 22px;
}
.footer1_fltxt h3{
	color:#fff;
	font-size:16px;
	margin-bottom:20px;
}
.footer1_fltxt p{
	color:#949494;
	font-size:14px;
	background:url(../images/address.png) no-repeat left center;
	padding-left:30px;
	height: 24px;
	line-height:24px;
}
.footer1_fc{
    float:left;
    width: 33%;
    margin: 0 4.5% 10px 4.5%;
}
.footer1_fc h3{
    color: #007b4b;
    font-size: 16px;
    margin-bottom: 10px;
}
.footer1_fc p{
    line-height: 25px;
    color: #fff;
    font-size: 13px;
}
.footer1_fr{
	float:right;
    width: 26%;
	margin-top: 10px;
}
.footer1_fr p{
	font-size:14px;
	color:#949494;
	background:url(../images/tel.png) no-repeat left center;
	padding-left:30px;
	height: 26px;
	line-height:26px;
	float: right;
}
.footer1_fr p span{
	font-size:20px;
	color:#24b27a;
}
.footer1_frlj h3{
	color: #007b4b;
	font-size: 16px;
	margin-bottom: 10px;
}
.footer1_frlj h3 {
	color: #007b4b;
	font-size: 16px;
	margin-bottom: 10px;
}

.footer1_frlj p{
	line-height: 25px;
	color: #fff;
	font-size: 13px;
}
.footer1_frlj a{
	display:block;
	margin-right:10px;
	float:left;
}
.footer2{
	width:100%;
	margin:0 auto;
	background-color:#000;
	overflow:hidden;
	padding:25px 0px;
}
.footer2 p{
	text-align:center;
	line-height:30px;
	color:#949494;
	font-size:14px;
}
.footer2 p a{
	color:#919191;
	font-size:14px;
}

/*公司简介页面*/
.inner_banner{
	width:100%;
	margin:0 auto;
	position:relative;
}
.inner_banner img{
	width:100%;
	height:auto;
}
.inner_banners{
	display:none;
	width:100%;
	margin:0 auto;
	position:relative;
}
.inner_banners img{
	width:100%;
	height:auto;
}
.banner_txt{
	position:absolute;
	z-index:99;
	top: 30%;
	width: 60%;
}
.banner_txt h3{
	color:#fff;
	font-size:24px;
	font-weight:normal;
}
.banner_txtbg{
	margin-top:20px;
	background:url(../images/banner_txtbg.png) no-repeat left center;
	width:100%;
	line-height: 46px;
}
.banner_txtbg p{
	color:#fff;
	font-size:14px;
	background:url(../images/home.png) no-repeat 15px center;
	padding-left:45px;
}
.banner_txtbg p a{
	color:#fff;
	font-size:14px;
}
.inner_main{
	padding-right: auto;
    padding-left: auto;
    margin-right: auto;
    margin-left: auto;
}
.inner_main_title{
	border-bottom:1px dashed #b0b0b0;
	min-height:70px;
	line-height:70px;
}
.inner_main_title p{
	color:#007b4b;
	font-weight:bold;
	font-size:18px;
	float:left;
}
.inner_title_con{
	float:left;
}
.inner_title_con li{
	float:left;
	margin:0px 12px;
}
.inner_title_con li a{
	display:block;
	font-size:14px;
	color:#000;
}
.inner_title_con li a:hover{
	color:#007b4b;
}
.inner_title_con li .current{
	color:#007b4b;
}
.inner_main_con{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_con h3{
	color:#007b4b;
	font-size:24px;
	font-weight:bold;
	text-align:center;
}
.inner_main_table{
	margin: 35px 0px 125px 0px;
	overflow;
}
.inner_main_table h2{
	text-align: center;
	font-size:36px; 
	color:#000;
	margin-bottom: 30px;
}
table td, table th {
    padding: 5px;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    word-wrap: break-word;
    word-break: break-word;
}

.inner_main_about{
	margin:40px auto;
	overflow:hidden;
	line-height:30px;
	color:#6a6a6a;
}

/*联系我们页面*/
.inner_main_contact{
	margin:40px auto;
	overflow:hidden;
	line-height:30px;
	color:#6a6a6a;
}
.lianxi{
	margin-bottom:40px;
	overflow: hidden;
}
.lianxi_fl{
	float:left;
	padding-left:100px;
	margin-bottom:20px;
}
.lianxi_fr{
	float:right;
	padding-right:100px;
	margin-bottom:20px;
}
.map{
	margin-bottom:20px;
	overflow: hidden;
}
.map img{
	width:100%;
	height:auto;
}

/*在线留言页面*/
.inner_main_feedback{
	margin:40px auto;
	color:#838383;
	overflow:hidden;
}
.inner_main_feedback p{
	padding: 20px 0px;
	color:#6a6a6a;
	line-height: 25px;
	margin-bottom:20px;
	text-align:center;
}

/*成功案例页面*/
.inner_main_case{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_case li{
	margin-bottom:35px;
}
.inner_main_case li a{
	display:block;
}
.inner_main_case li a img{
	width: 100%;
    transform: translateZ(0px);
    transition: transform 0.1s ease 0s;
}
.case_txt{
	padding:20px 15px;
	background-color:#f5f5f5;
}
.case_txt h3{
	color:#252525;
	font-size:16px;
	background:url(../images/case_txth3.jpg) no-repeat bottom left;
	padding-bottom:10px;
	font-weight:normal;
	text-align:left;
}
.case_txt p{
	line-height:25px;
	color:#8b8b8b;
	font-size:14px;
	margin:30px 0px 15px 0px;
}
.case_txt span{
	color:#007b4b;
	font-size:14px;
}
.inner_main_case li a:hover img{
	transform: scale(1.25, 1.25);
    transition: transform 0.3s ease 0s;
}
.inner_main_case li a:hover .case_txt{
	padding:20px 15px;
	background-color:#007b4b;
}
.inner_main_case li a:hover .case_txt h3{
	color:#fff;
	background:url(../images/case_txth3hover.jpg) no-repeat bottom left;
}
.inner_main_case li a:hover .case_txt p{
	color:#13b576;
}
.inner_main_case li a:hover .case_txt span{
	color:#fff;
}
/*分页*/
.pagev{
	text-align:left;
	color:#666;
	clear:both;
	margin:20px 0px 20px 15px;
}
.pagev li{
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;
	text-align:center;
}
.pagev li a{
	display: block;
    color: #ccc;
    width: 26px;
    height: 26px;
    border: 1px solid #ccc;
    line-height: 26px;
}
.fonts{
	color: #fff;
	width: 26px;
    height: 26px;
	line-height:26px;
    text-decoration: none;
    border: 1px solid #007a4a;
    background-color: #007a4a;
}
.pagev li a:hover{
	color: #fff;
    border: 1px solid #007a4a;
    background-color: #007a4a;
}

/*成功案例详情页面*/
.inner_main_caseshow{
	color:#838383;
	overflow:hidden;
	margin-bottom:40px;
}
.show_title{
	text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 10px;
}
.show_title h3{
	color: #007b4b;
    font-size: 24px;
    font-weight: bold;
	padding-bottom: 10px;
}
.show_title span{
	color:#828384;
	margin:0px 10px;
}
.show_content{
	margin:20px auto;
	line-height:25px;
	color:#838383;
	padding:0px 10px;
}
.show_back{
	padding-top:20px;
	text-align: center;
}
.show_back a{
	text-decoration: none;
    color: #828384;
	padding-left: 20px;
	background:url(../images/return.jpg) no-repeat left center;
}
.show_back a:hover{
	text-decoration: none;
    color: #007a4a;
}

/*新闻资讯页面*/
.inner_main_news{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_news li{
	margin-bottom:25px;
	border-bottom:1px dashed #c4c4c4;
	min-height: 210px;
}
.inner_main_news li a{
	display:block;
}
.newscon_img{
	margin-bottom:20px;
}
.newscon_img img{
	width:100%;
	max-width:100%;
	border:1px solid #e7e5e5;
	padding:3px;
}
.newscon_txt{
	padding-bottom: 20px;
}
.newscon_txt h3{
	color:#222;
	font-size:16px;
	text-align:left;
	margin-bottom:10px;
	font-weight:normal;
}
.newscon_txt em{
	font-style:normal;
	font-size:12px;
	color:#afafaf;
}
.newscon_txt p{
	color:#7d7d7d;
	font-size:14px;
	margin-top:10px;
	line-height:25px;
	text-indent:2em;
}
.newscon_txt p span{
	color:#007b4b;
	font-size:14px;
}
.inner_main_news li a:hover .newscon_txt h3{
	color:#007b4b;
}

/*新闻详情页面*/
.inner_main_newsshow{
	color:#838383;
	overflow:hidden;
	margin-bottom:40px;
}

/*技术支持页面*/
.inner_main_support{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_support li{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #b2b2b2;
}
.inner_main_support li a{
	display:block;
}
.inner_main_support li a h3{
	color:#222;
	font-size:16px;
	text-align:justify;
	padding-bottom:15px;
}
.inner_main_support li a p{
	line-height:25px;
	color:#7d7d7d;
	font-size:14px;
}
.inner_main_support li a p span{
	color:#007b4b;
}
.inner_main_support li a:hover h3{
	color:#007b4b;
}

/*技术资料详情页面*/
.inner_main_supshow{
	color:#838383;
	overflow:hidden;
	margin-bottom:40px;
}

/*视频展示页面*/
.inner_main_video{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_video li{
	margin-bottom:35px;
	position:relative;
}
.inner_main_video li a{
	display:block;
}
.video_img{
	
}
.video_img img{
	width:100%;
	height:auto
}
.video_stop{
	position: absolute;
	z-index: 999;
	left: 40%;
	top: 25%;
	width: 80px;
	height: 80px;
}
.inner_main_video li a p{

}
.inner_main_video li p a{
	font-size:16px;
	color:#7d7d7d;
	padding-top:15px;
	text-align:center;
}

/*分页*/
.pagination{
	text-align:center;
	padding:10px 0px;
	color:#666;
	clear:both;

}
.pagination a{
	display:inline-block ;
	color: #666;
	border:1px solid #D9D9D9;
	text-align: center;
	text-transform: capitalize;
	padding:0px 10px;
	line-height:28px;
	background-color:#f6f6f6;
	margin:0px 5px 10px 5px;
}
.pagination a:hover{
	color:#fff;
	background-color:#007a4a;
	border:1px solid #007a4a;
}
.pagination a.active {
	display:inline-block ;
	color:#fff;
	background-color:#007a4a;
	border:1px solid #007a4a;
}



/*视频详情页面*/
.inner_main_videoshow{
	color:#838383;
	overflow:hidden;
	margin-bottom:40px;
}

/*产品展示页面*/
.inner_main_pro{
	padding-right: auto;
    padding-left: auto;
	margin:25px auto;
	overflow:hidden;
}
.inner_pro_fl{
	margin-bottom:30px;
}
.inner_pro_fl_title{
	background-color:#007a4a;
	line-height:45px;
}
.inner_pro_fl_title p{
	font-size:18px;
	color:#fff;
	text-align:center;
}
.inner_pro_fl_con{
	border:1px solid #eaeaea;
}
.inner_pro_fl_con li{
	border-bottom:1px solid #eaeaea;
	line-height:35px;
}
.inner_pro_fl_con li a{
	display:block;
	font-size:14px;
	color:#1b1b1b;
	background: url(../images/fl_li.jpg) no-repeat 15px center;
    padding-left: 30px;
}
.level2{
    padding: 10px 0;
    overflow: hidden;
	display:none;
}
.level2 li{
	line-height:30px;
	border:none;
}
.level2 li a{
	display:block;
	background: url(../images/fl_liul.jpg) no-repeat 30px center;
	color:#6c6c6c;
	font-size:12px;
	padding-left:40px;
}
.inner_pro_fr{
	margin-bottom:30px;
	overflow:hidden;
}
.inner_pro_fr li{
	margin-bottom:30px;
	padding:0px 10px;
	overflow:hidden;
}
.inner_pro_fr li a{
	display:block;
}
.procon_img{
	border:1px solid #f3f2f3;
	border-bottom:none;
	overflow:hidden;
}
.procon_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
   	transition: transform 1s ease 0s;
}
.procon_txt{
    height:70px;
    background-color:#007a4a;
    overflow: hidden;
    line-height:25px;
    padding: 10px 0px;
}
.procon_txt p{
	font-size:14px;
	color:#fff;
	text-align:center;
}
.inner_pro_fr li a:hover .procon_img{

}
.inner_pro_fr li a:hover .procon_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}



/*产品详情页面*/
.inner_proshow_fr{
	margin-bottom:30px;
}
.inner_proshow_fr h3{
	text-align:center;
	font-size:24px;
	color:#007b4b;
	font-weight:bold;
	line-height:45px;
	margin-bottom:10px;
}
.inner_fr_procon{
	margin-bottom: 30px;
    overflow: hidden;
}
.pro_right_top{
	padding: 0.8em 0 0.5em 0;
}
.pro_right_topfl{
	
}
.pro-zoom {
  float: left;
  width: 432px;
}
.spec-preview {
  float: left;
  width: 432px;
}
.jqzoom img {
  width: 424px;
}
.spec-scroll .items {
  width: 400px;
}
.spec-scroll {
  clear: both;
  width: 432px;
}
@media screen and (max-width: 1200px) {
  .pro-zoom {
    float: none;
    margin: 0 auto;
  }
}
@media screen and (max-width: 432px) {
  .pro-zoom {
    width: 100%;
  }
  .spec-preview {
    width: 100%;
  }
  .jqzoom {
    width: 100%;
  }
  .jqzoom img {
    width: 100%;
  }
  .spec-scroll .items {
    width: 280px;
  }
  .spec-scroll {
    width: 300px;
    margin: 0 auto;
  }
  .spec-scroll .items ul li{
	  width:92px!important;
  }
}

@media (min-width:992px) and (max-width:1200px){
	.pro-zoom {
	  float: left;
	  width: 332px;
	}
	.spec-preview {
	  float: left;
	  width: 332px;
	}
	.spec-scroll {
	  clear: both;
	  width: 332px;
	}
	.jqzoom img {
	  width: 324px;
	}
	.spec-scroll .items {
	  width: 300px;
	}
}
.spec-scroll a {
  
}
.spec-scroll a.prev {
  float: left;
  background:url(../images/prev.jpg) no-repeat left center;
}
.spec-scroll a.next {
  float: right;
  background:url(../images/next.jpg) no-repeat right center;
}
.spec-scroll .items li.active img {
  border-color: #F47A2D;
}
.pro_right_topfr{
	margin-bottom:30px;	
}
.topfr1{
	margin-bottom:5px;
}
.topfr1 h3{
	font-size:14px;
	color:#007a4a;
	font-weight:normal;
	text-align:justify;
	margin:0;
	line-height:30px;
}
.topfr2{
	margin-bottom:20px;
}
.topfr2 p{
	font-size:14px;
	color:#666;
	line-height:25px;
}
.topfr3{
	margin-bottom:20px;
}
.topfr3 a{
	display:block;
	color:#fff;
	background-color:#007a4a;
	border-radius: 25px;
    padding: 7px 0px;
	font-size:14px;
    width: 150px;
	text-align:center;
}

.pro_right_bottom{
	margin:30px auto;
}
.pro_right_bottom_con{
	
}
.box{
	height:auto;
}
.box_top{
	line-height:55px;	
}
.box_topul{
	
}
.box_top li{
	 float:left;
	 line-height:55px;
	 width:165px;
	 text-align:center;
	 padding: 0px 3px;
}
.box_top li a{
	display:block;
	font-size:14px;
	border-left:1px solid #007a4a;
	border-right:1px solid #007a4a;
	border-top:1px solid #007a4a;
	background-color:#007a4a;
	color:#fff;
}
.box_top li a:hover{
	color:#007a4a;
	background-color:#fff;
}
.box_bottom{
	padding:30px;
	border:1px solid #007a4a;
	overflow:hidden;
	color:#9b9b9b;
	margin: 0px 3px;
}
.box_bottom ul{	
	display:none;
}
.box_bottom li{
	float:left;
	line-height:25px;
}
.box1{
	display:none;
}
.box1_con1{
	margin-bottom:40px;
}
.box1_con2{
	width:100%;
	line-height:55px;
	background-color:#007a4a;
	border-left:1px solid #007a4a;
	border-right:1px solid #007a4a;
	border-top:1px solid #007a4a;
}
.box1_con2 p{
	color:#fff;
	text-align:center;
	font-size:14px;
	line-height:55px;
	font-weight:bold;
}
.box1_con3{
	border:1px solid #007a4a;
	padding: 30px 10px;
	color:#9b9b9b;
	line-height:25px;
}


/* 雨鸟分销商项目报备申请表 */
.g-application{
	padding: 30px 0;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-application .g-content{
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	width: 100%;
}
.g-application .g-content .g-top{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #017B4C;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.g-application .g-content .g-min{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border: 1px solid #DDDDDD;
	padding: 0 20px 20px;
}
.g-application .g-content .g-min .g-top-left{
	width: 100%;
	text-align: left;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	margin: 20px 0 0 0;
}
.g-application .g-content .g-min .g-width1{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 10px;
	margin: 20px 0 0 0;
}
.g-application .g-content .g-min .g-width1 p,.g-application .g-content .g-min .g-width5 p{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	white-space: nowrap;
	width: auto;
}
.g-application .g-content .g-min .g-width1 p span,.g-application .g-content .g-min .g-width5 p span{
	color: #FF0000;
}
.g-application .g-content .g-min .g-width1 input{
	border: none;
	height: 48px;
	line-height: 48px;
	width: 100%;
}
.g-application .g-content .g-min .g-width5{
	width: 49%;
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #DDDDDD;
	line-height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 10px;
	margin: 20px 0 0 0;
}
.g-application .g-content .g-min .g-width5 input{
	border: none;
	height: 48px;
	line-height: 48px;
	width: 70%;
}
.g-application .g-content .g-min .g-width5 select{
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: none;
	position: relative;
	outline:none;
	background: url(../images/xb.jpg) no-repeat right center;
	color: #BBBBBB;
}
.g-application .g-content .g-min textarea{
	margin-top: 20px;
	width: 100%;
	height: 280px;
	border: 1px solid #DDDDDD;
	padding: 15px;
	outline:none
}
.g-application .g-content .g-min table{
	width: 100%;
	margin-top: 20px;
	border: 1px solid #DDD;
}
.g-application .g-content .g-min table th{
	border: 1px solid #DDD;
	padding:10px 30px;
	background: #EEEEEE;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
}
.g-application .g-content .g-min table td{
	border: 1px solid #DDD;
	padding:10px 30px;
}
.g-application .g-content .g-min table td input{
	border: none;
	width: 100%;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #BBBBBB;
}
.g-application .g-content .g-min table td .g-row{
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
}
.g-application .g-content .g-min table td .g-row .g-increase,.g-application .g-content .g-min table td .g-row .g-delete{
	display: flex;
	flex-direction: row;
	align-items: center;
	margin-right: 15px;
	cursor: pointer;
}
.g-application .g-content .g-min table td .g-row .g-increase .g-name{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1FA2DC;
	margin: 0 6px;
}
.g-application .g-content .g-min table td .g-row .g-delete .g-name{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ED2A2A;
	margin: 0 6px;
}
.g-but{
	width: 220px;
	height: 50px;
	background: #017B4C;
	border-radius: 25px;
	margin: 0 auto 50px;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	border: none;
}
.g-application .g-content .g-text{
	font-size: 14px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
}

.g-mobile{
	display: none !important;
}

.g-mobile-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	width: 80%;
	margin: 30px auto 0;
}

.g-mobile-row .g-mobile-left{
	width: 170px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #1FA2DC;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1FA2DC;
	cursor: pointer;
}
.g-mobile-row .g-mobile-right{
	width: 170px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ED2A2A;
	border-radius: 25px;
	text-align: center;
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #ED2A2A;
	cursor: pointer;	
}
/*下载中心页面*/
.inner_main_down{
	margin:40px auto;
	overflow:hidden;
}
.inner_main_down li{
	margin-bottom:20px;
	overflow:hidden;
}
.inner_main_down li a{
	display:block;
	padding:20px 25px;
	border:1px solid #e3e3e3;
	overflow:hidden;
}
.inner_main_down li a p{
	float:left;
	color:#2d2d2d;
	font-size:16px;
	text-align:left;
}
.inner_main_down li a span{
	float:right;
    color: #007b4b;
    font-size: 12px;
}
.inner_main_down li a:hover p{
	color:#007b4b;
}


/*首页3块栏目*/
.main5{
	width:100%;
	margin:0 auto;
	padding:60px 0px 40px 0px;
	overflow:hidden;
}
.main5_column li{
	margin-bottom:20px;
	overflow:hidden;
	position:relative;
}
.main5_column li p{
	color:#8b8b8b;
	line-height:25px;
	margin-top:20px;
}
.main5_column li a{
	display:block;
}
.main5_column li .thumbnail{
	position:relative;
	overflow:hidden;
}
.column_before{
	overflow:hidden;
}
.column_img{
	overflow:hidden;
}
.column_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
    transition: transform 0.5s ease 0s;
}
.main5_column li a:hover .column_img img{
	transform: scale(1.15, 1.15);
    transition: transform 0.5s ease 0s;
}
.column_txt{
	position:absolute;
	bottom:0px;
	display:block;
	width:100%;
}
.column_txt h3{
	width:100%;
	background-color:#007b4b;
	padding:10px 0px;
	overflow:hidden;
	font-size:18px;
	text-align:center;
	color:#fff;
	line-height:30px;
}
.column_after{
	display:none;
	width: 100%; 
	height: 100%;
	background:url(../images/columnbg.png) repeat center center;
	text-align:center;
	position: absolute;
	left: 0;
	bottom:-195px;
}
.column_after img{
	max-width:100%;
	margin-left:auto;
	margin-right:auto;
	height:auto;
	display:block;
	margin-bottom:20px;
	margin-top:15%;
}
.column_after p{
	font-size:24px;
	margin-bottom:5px;
	color:#fff !important;
}
.column_after span{
	text-align:center;
	font-size:14px;
	color:#fff;
	text-transform:uppercase;
	line-height:25px;
	display:block;
	margin:0 auto;
}
.column_after img,.column_after p,.column_after span{
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.main5_column li a:hover .column_txt{
	display:none;
}
.main5_column li a:hover .column_after{
	display:block;
}

/*产品展示频道页*/
.ipro_newfl{
	margin-bottom:30px;
	overflow:hidden;
}
.ipro_title{
	margin-bottom:20px;
	overflow:hidden;
	border-bottom:1px solid #e8e8e8;
}
.ipro_title h3{
	float:left;
	color:#000;
	font-size:24px;
	font-weight:normal;
	border-bottom:1px solid #007a4a;
	overflow:hidden;
	padding-bottom:12px;
}
.ipro_con{
	margin-bottom:10px;
	overflow:hidden;
}
.ipro_con li{
	margin-bottom:20px;
	overflow:hidden;
	padding: 0px 10px;
}
.ipro_con li a{
	display:block;
}
.ipro_con_img{
	overflow:hidden;
}
.ipro_con_img img{
	width:100%;
	height:auto;
	transform: translateZ(0px);
  	transition: transform 1s ease 0s;
}
.ipro_con_txt{
	background-color:#007a4a;
	line-height:30px;
	overflow:hidden;
}
.ipro_con_txt p{
	font-size:14px;
	color:#fff;
	text-align:center;
}
.ipro_con li a:hover .ipro_con_img img{
	transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
}
.ipro_newfr{
	margin-bottom:30px;
	overflow:hidden;
}

/*产品列表页*/
.inner_pro_top{
	margin-bottom:45px;
	overflow:hidden;
}
.inner_pro_top h3{
	font-size:30px;
	color:#007b4b;
	font-weight:normal;
	text-align:center;
}


/*下载中心搜索*/
.down_search{
	margin-top:30px;
}
.down_search_fl{
	width: 100%;	
	margin-bottom:15px;
}
.down_search_fl p{
	float:left;
	background-color:#007b4a;
	color:#fff;
	font-size:18px;
	padding:12px 25px;
	line-height:30px;
}
.down_search_fl .downsearch{
	
}
/*select清除select组件原有样式*/
select{
	-webkit-appearance: none;   /* google */
	-moz-appearance: none;  /* firefox */
	appearance: none;
}
.down_search_fl select{
	float:left;
	width: 45.7%;
	padding-left:50px;
	height: 54px;
	line-height: 52px;
	border: 1px solid #e3e3e3;
	font-size: 16px;
	color:#898989;
	position:relative;
	outline: none;
	background:url(../images/xb.jpg) no-repeat right center;
}
.down_search_fl select option{
	line-height: 30px;
	font-size: 16px;
	color:#898989;
	padding-left: 120px;
}
.down_search_fl select option:hover{
	background-color: #f3f3f3;
}




select::-ms-expand { 
	display: none; 
}
.down_search_fr{
	width: 100%;
    overflow: hidden;
}
.downsearch input{
	border:1px solid #e3e3e3;
	height:54px;
	line-height:52px;
	padding-left:20px;
	width: 85%;
    float: left;
	outline:none;
	font-size:16px;
}
.downsearch label{
	width:15%;
	background-color:#007b4a;
	color:#fff;
	font-size:18px;
	padding:12px 0px;
	text-align:center;
	line-height:30px;
	font-weight:normal;
    cursor: pointer;
}



/*注册*/
input:-webkit-autofill { box-shadow: 0 0 0px 1000px white inset;}
.code{
	z-index: 9999;
	position: fixed;
	left:50%;
	top:50%;
	height:596px;
	width:389px;
	margin-top:-298px;
	margin-left:-194.5px;
	display: none;
	border-radius: 10px;
    background-color: #fff;
    border: 1px solid #007b4a;
}
.goodcover {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.theme-poptit{
	position: relative;
	background-color:#007b4a;
	height: 50px;
    border-radius: 8px 8px 0px 0px;	
}
.theme-poptit p{
	color:#fff;
	font-size:19px;
	text-align:center;
	line-height: 50px;
}
.theme-poptit .close {
	float:right;
    position: absolute;
    right:12px;
    top:12px;
}
.theme-poptit .close img{
	width:25px;
	height:25px;
}
.theme-popbod{
    overflow: hidden;
    padding:30px 28px;
}
input{
	outline:none;
}
.zhuce_con{
	overflow:hidden;
}
.zhuce_con1{
	overflow:hidden;
}
.zhuce11{
	overflow:hidden;
	margin: 0 auto 15px auto;
    width: 100%;
	position:relative;
}
.zhuce11 input{
	width: 100%;
	border:1px solid #007b4a;
	line-height:34px;
	color:#666;
	font-size:14px;
	padding-left:15px;
	border-radius:5px;
	background-color:#fff;
}
.zhuce11 label{
	position:absolute;
	right:12px;
	top:7px;
	height:16px;
	width:24px;
}
.zhuce11 a{
	display:block;
}
.zhuce11 a img{
	position:absolute;
	right:1px;
	top:1px;
	height:34px;
	width:98px;
	border-left:1px solid #007b4a;
}
.zhuce_con2{
	margin-bottom:20px;
	overflow:hidden;
}
.zhuce_con2 p{
	float: left;
}
.zhuce_con2 p input{
	float:left;
	width:14px;
	height:14px;
}
.zhuce_con2 label{
	float:left;
	color:#4c4c4c;
	font-size:12px;
	margin-left:10px;
	line-height: 22px;
}
.zhuce_con2 span{
	float: right;
}
.zhuce_con2 span a{
	color:#007b4a;
	font-size:12px;
	cursor: pointer;
}
.zhuce_con3{
	width: 100%;
	margin:0 auto;
}
.zhuce_con3 input{
	font-size: 16px;
    display: block;
    cursor: pointer;
    width: 50%;
    margin: 0 auto;
    line-height: 36px;
    background-color: #f3992e;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    border: none;
}

/*登录*/
.code1{
	z-index: 9999;
	position: fixed;
	top:50%;
	left:50%;
	width:389px;
	height:343px;
	margin-top:-171px;
	margin-left:-194.5px;
	display: none;
	border-radius: 10px;
    background-color: #fff;
    border: 1px solid #007b4a;
}
.goodcover1 {
	display: none;
	position:fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.5;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.theme-poptit .close1 {
	float:right;
    position: absolute;
    right:12px;
    top:12px;
}
.theme-poptit .close1 img{
	width:25px;
	height:25px;
}


#myCarousel .carousel-control{
    width: 35px;
    height: 35px;
}
.carousel-inner .item a{
    display: block;
}
.ban_txt{
    position: absolute;
    width: 40%;
    top: 25%;
    text-align: center;
    left: 50%;
    margin-left: -20%;
}
.ban_txt h3{
    color: #fff;
    font-size: 40px;
}
.ban_txt p{
    color: #fff;
    font-size: 22px;
    margin: 25px 0px;
}
.ban_txt ul{
    display: flex;
    justify-content: center;
}
.ban_txt ul li{
    margin: 0px 7px;
    overflow: hidden;
}
.ban_txt ul li a{
    display: block;
    color: #fff;
    font-size: 13px;
    padding: 15px 10px;
    background-color: #000;
    overflow: hidden;
    border-radius: 10px;
    width: 115px;
}
.ban_txt ul li a.pg{
    background: #000 url("../images/pg.png") no-repeat 10px center;
    padding-left: 40px;
}
.ban_txt ul li a.az{
    background: #000 url("../images/az.png") no-repeat 10px center;
    padding-left: 40px;
}
/*.ban_txt a{
    display: block;
    font-size: 16px;
    width: 148px;
    color: #fff;
    line-height: 36px;
    margin: 0 auto;
    background-color: #24b27a;
    text-align: center;
    border-radius: 5px;
}*/

.gg{
    display: none;
    position: fixed;
    width: 360px;
    height: 275px;
    top: 50%;
    left: 50%;
    margin-top: -180px;
    margin-left: -137.5px;
}
.gg_con{
    position: relative;
}
.gg_con img{
    max-width: 100%;
    height: auto;
}
.cha{
    cursor: pointer;
    position: absolute;
    right: 8px;
    top: 5px;
}

@media (max-width: 1200px){
    .main4_case li a img{
        width: 100%;
        transform:none;
        transition: none;
    }
    .main4_case li a:hover img{
        transform: none;
        transition: none;
    }
    .inner_main_case li a img{
        width: 100%;
        transform:none;
        transition: none;
    }
    .inner_main_case li a:hover img{
        transform: none;
        transition: none;
    }
    .footer1_fl{
        float:left;
        margin-bottom:10px;
    }
    .footer1_fr{
        float:left;
        margin-top: 10px;
    }
    .footer1_fltxt{
        margin-left:0;
    }
    .footer1_fr p{
        float: none;
        margin-bottom: 20px;
    }
    .footer1_frlj{
        float:none;
    }
    .footer1_frlj p{
        float:left;
        padding-left: 0;
    }
    .footer1_fr p span{
        font-size:14px;
        color:#24b27a;
    }
    .banner_txt h3{
        display:none;
    }
    .banner_txt {
        top: 10%;
    }
    .banner_txtbg {
        background: none;
        position:static;
    }
    .inner_main_title p{
        float:none;
        height:50px;
        line-height:50px;
    }
    .inner_title_con{
        float:none;
        margin-bottom: 20px;
        overflow: hidden;
    }
    .inner_title_con li{
        height:30px;
        line-height:30px;
    }
    .inner_main_about img{
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        height: auto;
        margin-bottom:15px;
    }
    .banner_txt{
        width:auto;
    }
    .show_content img{
        display: block;
        margin-right: auto;
        margin-left: auto;
        max-width: 100%;
        height: auto;
    }
    .box_top li a{
        border-bottom:1px solid #209f6d;
    }
    .down_search_fl select{
        width: 44.7%;
    }
    .ban_txt{
        width: 100%;
        top: 20%;
        text-align: center;
        left: 0;
        margin-left: 0;
    }
    .gg{
        display: none;
    }
}

@media (max-width: 992px){
	.inner_banner{
		display:none;
	}
	.inner_banners{
		display:block;
	}
	.lianxi_fl{
		float:none;
		padding-left:0px;
	}
	.lianxi_fr{
		float:none;
		padding-right:0px;
	}
	.down_search_fl p{
		float:none;
		width:100px;
		
	}
	.down_search_fl select {
		width: 100% !important;
		float:none;
	}
    .ban_txt h3{
        font-size: 30px;
    }
    .ban_txt p{
        margin: 15px 0px;
    }
    .ban_txt{
        top: 15%;
    }
	
	
	
}
@media (max-width: 810px){
	.inner_main_con{
		background: #F9F9F9;
		margin: 0;
		padding: 40px 0;
	}
	.g-application .g-content .g-top{
		text-align: left;
		padding: 0 20px;
		display: flex;
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
		cursor: pointer;
		line-height: 26px;
	}
	.g-application .g-content .g-top .g-jia{
		display: none;
	}
	.g-application .g-content .g-top .g-jian{
		display: block;
		width: 24px;
		height: 24px;
		border: 2px solid #fff;
		border-radius: 50%;
		line-height: 15px;
		text-align: center;
		font-size: 30px;
	}
	.g-application .g-content.active .g-top .g-jia{
		display: block;
		width: 24px;
		height: 24px;
		border: 2px solid #fff;
		border-radius: 50%;
		line-height: 15px;
		text-align: center;
		font-size: 24px;
	}
	.g-application .g-content.active .g-top .g-jian{
		display: none;
	}
	.g-application .g-content.active .g-top{
		border-radius: 10px;
		cursor: pointer;
	}
	.g-application .g-content.active .g-min{
		display: none;
	}
	.g-application .g-content .g-min{
		background: #fff;
		box-shadow: 0px 6px 9px 1px rgba(0, 0, 0, 0.05);
		border-radius: 0px 0px 12px 12px;
		border: 1px solid #fff;
	}
	.g-application .g-content .g-min .g-width5{
		width: 100%;
	}
	.g-application .g-content .g-min .g-width1, .g-application .g-content .g-min .g-width5{
		flex-direction: column;
		height: auto;
		border: none;
		padding: 0;
	}
	.g-application .g-content .g-min .g-width1 p, .g-application .g-content .g-min .g-width5 p{
		text-align: left;
		width: 100%;
		line-height: 30px;
	}
	.g-application .g-content .g-min .g-width1 input,.g-application .g-content .g-min .g-width5 input,.g-application .g-content .g-min .g-width5 select{
		width: 100%;
		border: 1px solid #DDDDDD;
		padding: 0 10px;	
	}
	.g-but{
		margin: 0 auto 0;
	}
	.g-pc{
		display: none !important;
	}
	.g-mobile{
		display: flex !important;
		flex-direction: column;
	}
}

@media (max-width: 414px){
    .down_search_fl{
        margin-bottom:20px;
        overflow:hidden;
    }
    .down_search_fr{
        margin-bottom:20px;
        overflow:hidden;
    }
    .footer1_fl{
        float: none;
        width: 100%;
        margin-bottom: 25px !important;
		overflow: hidden;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        margin: 0 0 15px 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .ban_txt{
        width: 100%;
        top: 10%;
        text-align: center;
        left: 0;
        margin-left: 0;
    }
    .ban_txt h3{
        font-size: 14px;
    }
    .ban_txt p{
        font-size: 12px;
        margin: 5px 0px;
    }
    /*.ban_txt a{
        font-size: 14px;
        line-height: 25px;
        width: 100px;
    }*/
    .ban_txt ul li a{
        font-size: 12px;
        padding: 0;
        background-color: #000 !important;
        overflow: hidden;
        width: 80px;
        text-align: center;
    }
    .ban_txt ul li a.pg{
        background: none;
        padding-left: 0;
    }
    .ban_txt ul li a.az{
        background: none;
        padding-left: 0;
    }
	
	
	
	.g-application .g-content .g-min .g-top-left{
		font-size: 11px;
		color: #999999;
	}


	.g-application .g-content .g-min .g-width1 input,.g-application .g-content .g-min .g-width5 input,.g-application .g-content .g-min .g-width5 select{

		font-size: 11px;
		height: 40px;
		line-height: 40px;
	}
	.g-application .g-content .g-text{
		font-size: 12px;
		line-height: 25px;
	}
	
	.g-mobile-row .g-mobile-left,.g-mobile-row .g-mobile-right{
		width: 100px;
		height: 30px;
		line-height: 30px;
		font-size: 14px;
	}
}




















