@media (min-width: 1200px){
.container {
    width: 1200px;
}
}
ul{
	padding-left: 0;
	list-style: none;
}
a:hover{
	text-decoration: none;
}
.navbar-default{
	background: #fff;
	border-color: #fff;
}
.navbar-brand{
	height: auto;
}
.navbar{
	margin-bottom: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
	background: none;
	color: #00a148;
}
.navbar-default .navbar-nav>li>a{
	color: #333;
	font-size: 16px;
	padding:10px 22px;
}
.navbar-right{
	margin-top: 28px;
}
.mform{
    position: relative;
    top:8px;
}
.minput{
    border:1px solid  #ccc;
    width: 160px!important;
    height: 26px!important;
    line-height: 26px;
    padding-left:10px;
        border-radius: 30px;
    background: #fff!important;
}
.search{
    border:none;
    background: none;
    position: absolute;
    right: 0;
    top:0;
    padding:1px 5px;
}
.search img{
    width: 16px;
}
/*111a*/
.drop-nav{
	display: none;
	position: absolute;
	left:0;
	top:70px;
	width:100%;
	min-width: 1200px;
	box-sizing: border-box;
	background-color: #ffffff;
	z-index:399;

}
.drop-nav.in-search{
	box-shadow: 4px 4px 15px #e2e1e1;
}
.drop-nav .drop-nav-con{
	width:1200px;
	margin:0 auto;
	/*padding:50px 0;*/

}
.drop-nav .drop-nav-con > i.sig {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ffffff transparent;
    top: 0px;
    left: 502px;
    transform: translateY(-100%);
    transition: all .4s ease-out;
}

.drop-nav .drop-nav-con .nav-wrap{
	display: none;
	transform:translateY(10px);
	transition:all .5s ease-out;
	padding:50px 0;
}
.drop-nav .drop-nav-con .nav-wrap.active{
	display: flex;
	opacity: 0;
}
.drop-nav .drop-nav-con .nav-wrap.ani{
	transform:translateY(0px);
	opacity: 1;
}
.drop-nav .drop-nav-con .about-nav-wrap{
	justify-content: center;
	flex-wrap:wrap;
	width:1100px;
	margin: 0 auto;
}
.drop-nav .drop-nav-con  .about-nav-wrap dl{
	display: flex;
	flex-direction: column;
	margin:0 10px;
}
.drop-nav .drop-nav-con .about-nav-wrap dl dt{
	color: #333336;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding:0 30px 15px 0;
}
.drop-nav .drop-nav-con .about-nav-wrap dl dd{
	display: flex;
	flex-direction: column;
}
.drop-nav .drop-nav-con dl dd > a{
	padding: 10px;
    box-sizing: border-box;
    font-size: 14px;
    color: #333336;
}
.drop-nav .drop-nav-con dl dd > a:hover{
	background-color: #edf1fa;
}


.product-nav-wrap{
	

	justify-content: center;
	flex-wrap:wrap;
	width:1000px;
	margin:0 auto 50px auto;
}

.drop-nav .drop-nav-con .product-nav-wrap a{
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 30px;
	margin:0 30px;

}
.drop-nav .drop-nav-con .product-nav-wrap a:hover{
	color: #293c98;
}
.drop-nav .drop-nav-con .product-nav-wrap a > .iconfont{
	font-size: 32px;
	margin-bottom: 10px;
}



.drop-nav .drop-nav-con .support-nav-wrap{

	justify-content: center;
	flex-wrap:wrap;
	width:1200px;
}
.drop-nav .drop-nav-con  .support-nav-wrap dl{
	display: flex;
	flex-direction: column;
	margin:0 30px 30px 30px;
}
.drop-nav .drop-nav-con .support-nav-wrap dl dt{
	color: #333336;
    font-size: 16px;
    border-bottom: 1px solid #e7e7e7;
    padding:0 30px 15px 0;
}
.drop-nav .drop-nav-con .support-nav-wrap dl dd{
	display: flex;
	flex-direction: column;
}



section{
	padding: 60px 0 20px;
}
.position{
    margin-bottom: 4rem;
}
.proctable table p{
    margin-bottom: 0;
    line-height: 23px;
}
.ititle{
	margin-bottom: 60px;
}
.ititle h2{
	color: #333;
	font-size: 28px;
	font-weight: 800;
}
.ititle p{
	color: #6c6c6c;
	font-size: 16px;
	margin-top: 15px;
}

.box {
    display: flex;  
    flex-flow:column wrap;
    height: 820px;
}
.item {
    margin: 6px;
    width: calc(100%/3 - 0px);
    position: relative;
}
.box .item:nth-child(1) {
	margin-left:0;
}
.box .item:nth-child(2) {
	margin-left:0;
}
.box .item:nth-child(2) .myhover{
	padding-top: 25%;
}
.box .item:nth-child(3) .myhover{
	padding-top: 25%;
}
.box .item:nth-child(6) .myhover{
	padding-top: 25%;
}
.item .myhover{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	padding-top: 40%;
	color: #fff;
	background: rgba(0, 0, 0, 0.6);
	opacity: 0;
	transition: 1s;
}
.item:hover .myhover{
	opacity: 1;
}
.item .myhover .myborder{
	border: 1px solid #fff;
	height: 94%;
	width: 94%;
	position: absolute;
	top: 3%;
	left: 3%;
	
}
.item .myhover h2{
	font-size: 24px;
	text-transform: uppercase;
}
.item img{
    width: 100%;
    height:100%;
}
.probox .profrol {
	overflow: hidden;
	margin-top:6%;
}
.probox .profrol .profroltitle{
	border-bottom: 3px solid #00a148;
}
.probox .profrol .profroltitle b{
	background: #00a148;
	color: #fff;
	padding: 6px 20px 2px;
	font-size: 18px;
	display: inline-block;
	font-weight: 600;
	margin-right: 15px;
}
.probox .profrol .profroltitle a{
	color: #000000;
	font-size: 15px;
}
.probox .profrol .profroltitle a:after{
	content: '|';
	margin: 0 10px;

}
.probox .profrol .profroltitle a:last-child:after{
	display: none;

}
.proright{
	float: right;
	position: relative;
	top: 10px;
}

.profrolbox ul {
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 50px;
}
.profrolbox ul li{
	width: 19%;
	float: left;
	margin: 0.5%;
	text-align: center;
}

.profrolbox ul li .proimg{
	box-shadow: 0px 0px 2px 1px #e8e8e8;
}
.profrolbox ul li:hover .proimg{
	box-shadow: 0px 0px 2px 1px #00a148;
}
.profrolbox ul li h3{
	color: #333;
	font-size: 16px;
}
.learnmore{
	display: block;
	text-align: center;
	color: #fff;
	background: #00a148;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top:4%;
}
.learnmore:hover{
	color: #fff;

}
.about{
	margin-top: 15px;
}
.about .aboutline{
	width: 60px;
	height: 2px;
	background: #00a148;
}
.about h2{
	font-size: 48px;
	/*font-weight: 700;*/
	color: #00a148;
	margin-top: 45px;
}
.about p{
	/*font-weight: 700;*/
	color: #757575;
	margin-top: 45px;
	font-size: 15px;
	line-height: 30px;
	width: 90%;
}
.about .aboutmore{
	border: 1px solid #ebeae9;
	text-align: center;
	display: inline-block;
	padding: 8px 0px;
	color: #9c9c9c;
	width: 175px;
	margin-top: 10%
}


.about .aboutmm  .swiper-button-next{
	left: 20px;
    outline-style: none;
    color: #004ea2;
    width: 64px;
    height: 64px;
    background: url(../images/next.png) no-repeat left 1px;

}
.about  .aboutmm .swiper-button-prev{
	left: -40px;
    outline-style: none;
    color: #004ea2;
    width: 64px;
    height: 64px;
    background: url(../images/prev.png) no-repeat left 1px;
}

.video ul{
	overflow: hidden;
	width: 100%;
}
.video ul li{
	float: left;
	width: 22%;
	margin-right:4%;
	position: relative;
}
.video ul li:last-child{
	margin-right:0;
}
.video ul li .videot{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	text-align: center;
	color: #fff;
	padding-top: 33%;
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	transition: 1s;
}
.video ul li:hover .videot{
	opacity: 1;
}
.video ul li .videot h3{
	margin-bottom: 20px;
}

.news ul{
	overflow: hidden;
	width: 100%;
}
.news ul li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.news ul li .newsimg{
	position: relative;
}
.news ul li .newsimg img{
	width: 100%;
}
.news ul li .newsimg .newsmore{
	position: absolute;
	top: 0;
	padding-top: 20%;
	text-align: center;
	width: 100%;
	height: 100%;
	color: #fff;
	opacity: 0;
	background: rgba(0, 0, 0, 0.4);
	transition: 1s;
}
.news ul li:hover .newsimg .newsmore{
	opacity: 1;
}
.news ul li .newsimg .newsmore h3{
	font-size: 14px;
}
.news ul li .newsimg .newsmore h3:after{
	content: '';
	background: #fff;
	width: 40px;
	height: 1px;
	display: block;
	margin: 10px auto;
}
.news ul li .newsimg .newsmore h3:before{
	content: '';
	background: #fff;
	width: 40px;
	height: 1px;
	display: block;
	margin: 10px auto;
}
.news ul li:last-child{

	margin-right:0;
}
.newscon{
	padding-left: 20px;
}
.newscon h3{
	font-size: 16px;
	color: #333;
	font-weight: 700;
	margin: 25px 0 15px;
}
.newscon p{
	font-size: 12px;
	color: #6e6e6e;
	margin-top: 10px;
}


footer{
	/*background: url(../images/fbg.png) center no-repeat;*/
	background-color: #ebf8de;
	background-size: cover;
	padding: 60px 0 30px;
	overflow: hidden;
	position: relative;
	width: 100%;
}
footer .footleft{
	float: left;
	width: 40%;
}
footer .footright{
	float: right;
	width: 60%;
}
footer .mboot{
	padding-top: 70px;
	color: #000;
}
footer .mboot h4{
	font-size: 18px;
	color: #000;
}
footer .mboot .fcontact{
	font-size: 16px;
	color: #000;
	line-height: 35px;
}
footer .footl{
	float: left;
	width: 19%;
	margin-right: 1.2%;
}
footer .footl:last-child{

	margin-right: 0;
}
footer .footright  .footl h4{
	color: #000;
}
footer .footright .mboot ul li{
	margin-top: 20px;
}
footer .footright .mboot ul li a{
	color: #000;
	font-size: 13px;
}

.bottom{
	padding: 40px 0 10px;
	color: #a8a8a8;
}
.bottom a{

	color: #a8a8a8;
}
.bline{
	position: absolute;
	width: 100%;
	height: 1px;
	background: #8ca0c4;
	top: 25%;
}

.ncaseright{
    float: right;
    width: 70%;
}
.casenav{
	margin-top: 6px;
}
.casenav h2{
	background: #00a148;
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	padding: 10px 0;
	margin-bottom: 0px;
}
.casenav ul li {
	margin-top: 0px;
	border-bottom:1px solid #f5f5f5;
	border-top:1px solid #ebebeb;
}
.casenav ul li .pronavt{
	padding: 12px 10px ;
	background: #ebebeb;
}
.casenav ul li .pronavt a{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.casenav ul li .pronavt .navp{
	float: right;
}
.casenav ul li.on .pronavt {
    background: #fff;
}
.casenav ul li:hover .pronavt {
    background: #fff;
}


.position p {
	font-size: 14px;
	color: #333;
}
.position p a {
	font-size: 14px;
	color: #333;
}
.pronav{
	margin-top: 6px;
}
.pronav h2{
	background: #00a148;
	text-align: center;
	color: #fff;
	font-size: 24px;
	letter-spacing: 3px;
	padding: 10px 0;
	margin-bottom: 0px;
}
.pronav ul li {
	margin-top: 5px;
}
.pronav ul li .pronavt{
	padding: 8px 10px ;
	background: #ebebeb;
}
.pronav ul li .pronavt a{
	color: #333;
	font-size: 16px;
	font-weight: 700;
}
.pronav ul li .pronavt .navp{
	float: right;
}
.pronav ul li.on .pronavt .navp{
	transform: rotate(90deg);
}
.pronav ul li .pronavb{
	padding: 10px;
	background: #f7f7f7;
	display: none;
}
.pronav ul li.on .pronavb{
	display: block;
}
.pronav ul li .pronavb b{
	width: 8px;
	height: 8px;
	background: #00a148;
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 0px;
}
.pronav ul li .pronavb a{
	color: #474646;
}
.pronav ul li .pronavb a:hover{
	color: #00a148;
}
.pronav ul li .pronavb a.on{
	color: #00a148;
}

.nproleft{
	float: left;
	width: 19%;
}
.nproright{
	float: right;
	width: 78%;
}
.nproright .profrolbox ul{
	margin-top: 0;
}
.nproright .profrolbox ul li{
	float: left;
	width: 24%;
	margin:0 0.5%;
	margin-top: 15px;
	height: 280px;
}

.procontent{
	overflow: hidden;
	width: 100%;
}
.procontent .proconimg{
	float: left;
	width: 30%;
}
.procontent .procondesc{
	float: left;
	width: 65%;
}




.page-select{
    display: none;
}
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.page-status{
    display: none;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 14px;
  padding: 8px 12px;
  margin: 0 2px;
  border-radius: 3px;
}
.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    border-radius: 3px;
}
.pagination a:hover {
  color: #00a148;
  border: 1px solid #00a148;
}
.pagination a.page-num-current {
  color: #fff;
  background: #00a148;
  border: 1px solid #00a148;
}


@media(max-width: 780px){
    .page-index,.page-last{
        display: none;
    }
	section{
		padding: 30px 10px;
	}
	.ititle{
		margin-bottom: 15px;
	}
	.box{
		height: auto;
		display: block;
	}
	.item{
		width: calc(100%/1 - 2px);
		margin: 6px 0;
	}
	.profrolbox ul li{
		width: 49%;
	}

	.about p{
		width: 100%;
	}
	.aboutmm{
		margin-top: 25px;
	}
	.about .aboutmm .swiper-button-prev{
		left: 20px;
		top: 188px;
	}
	.video ul li{
		width: 48%;
		margin: 3px 1%;
	}
	.news ul li{
		width: 100%;
	}
	.newscon{
		padding-left: 0px;
	}
	.nproleft{
		width: 100%;
	}
	.nproright{
		width: 100%;
	}
	.nproright .profrolbox ul li{
		width: 48%;
		margin: 15px 1% 0;
	}
	.procontent .proconimg{
		width: 40%;
	}
	.procontent .procondesc{
		width: 55%;
	}
	footer .footright{
		display: none;
	}
	footer {
		padding-left:  15px;
		padding-right:  15px;
	}
	footer .footleft{
		width: 100%;
	}
}