
@font-face {
	font-family: 'OPENSANS';
	src: url('OPENSANS-REGULAR_0.TTF');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'AMPLESOFT';
	src: url('AMPLESOFT LIGHT.OTF');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6{
	margin:0;
	padding:0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6{
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

html{
	width:100%;
	height:100%;
}

body{
	font-family:"OPENSANS","微软雅黑",arial, Helvetica, sans-serif;
   	font-size:16px;
   	font-size:.75em;
   	overflow-x: hidden;
   	background:#fff;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover ,
a:active,
a:visited,
a:link{
	text-decoration: none;
	outline: 0;
}


ul li{
	margin:0;
}
ul,li{
	list-style:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.none{
	display:none;
}

.block{
	display:block;
}


.w{
	width:1360px;
	margin:0 auto;
}


@-webkit-keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp1;
	animation-name: fadeInUp1
}


@-webkit-keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeIndown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeIndown {
	-webkit-animation-name: fadeIndown;
	animation-name: fadeIndown
}



.fadeInleft {
	-webkit-animation-name: fadeInleft;
	animation-name: fadeInleft
}



@-webkit-keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInleft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




.fadeInright {
	-webkit-animation-name: fadeInright;
	animation-name: fadeInright
}



@-webkit-keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInright {
	0% {
		opacity: 0;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}
	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}




/*header*/

.pc_header{
	height:120px;
	line-height:120px;
	transition:all 0.3s;
	position:fixed;
	z-index:999999;
	top:0;
	left:0;
	right:0;
}

.pc_header h1.logo{
	line-height:120px;
	height:120px;
	transition:all 0.3s;
}
.pc_header h1.logo img{
	vertical-align: middle;
	transition:all 0s;
}
.pc_header h1.logo .logo2{
	display: none;
}


.nav_li{
	float:left;
	position:relative;
	transition:all 0s;
	height:120px;
	margin-right:30px;
}

.nav_li .nav_a{
	color:#fff;
	font-size:18px;
}

.nav_li .nav_a::after{
	content:"";
	width: 80%;
	margin-left:10%;
    height: 0;
    transition: 328ms;
    background: rgba(117,163,57,0.9);
    position: absolute;
    left: 2%;
    bottom:35px;
    opacity: 0;
    visibility: hidden;
}

.nav_li:hover .nav_a::after{
	height:4px;
    opacity: 1;
    visibility:visible;
}

.nav_li .setNav{
	position:absolute;
	top:100px;
	width:160px;
	left:50%;
	margin-left:-80px;
	background:rgba(117,163,57,0.9);
	padding:10px;
	display: none;
	z-index:99999999999;
}

.nav_li .setNav::before{
	content:"";
	position:absolute;
	top:-10px;
	left:50%;
	margin-left:-10px;
	height: 0;
    width: 0;
    border-right:10px solid transparent;
    border-bottom: 10px solid rgba(117,163,57,0.9);
    border-left: 10px solid transparent;
    display: block;
}


.nav_li .setNav a{
	display: block;
	color:#fff;
	transition:all 0.3s;
	font-size:14px;
	line-height:17px;
	padding:6px 0;
	text-align: center;
	position:relative;
	z-index:888888;
	
}

.nav_li .setNav a:hover{
	color:#75a339;
}
.nav_li .setNav li{
	position:relative;
}
.nav_li .setNav li:before{ content:""; width:0; height:100%; background:#fff; position:absolute; left:50%; top:0; transition:320ms; opacity:0;}
.nav_li .setNav li:hover:before{ width:100%; opacity:1; left:0;}
.search_box{
	position: relative;
	height:30px;
}

.search_box .head_search1 {
	margin-top:45px;
    height: 30px;
    width: 30px;
    background: url(../images/search1.png) no-repeat center;
    cursor: pointer;
}
.search_box .head_search2 {
    position: absolute;
    right: 100%;
    top:45px;
    background-color: #fff;
    height: 30px;
    line-height: 30px;
    width: 0px;
    transition: width 500ms;
    -moz-transition: width 500ms;
    -webkit-transition: width 500ms;
    -o-transition: width 500ms;
}
.head_search:hover .head_search2{
	width:170px;
    padding:0 10px;
}






.pc_header.ny_header{
	background:#fff;
	position:static;
	box-shadow:0px 0px 10px #f2f2f2;
}

.pc_header.ny_header.fixed{
	position:fixed;
	top:0;
	left:0;
	right:0;
}


.pc_header.ny_header h1.logo .logo1{
	display: none;
}
.pc_header.ny_header .nav_li .nav_a{
	color:#555555;
}
.pc_header.ny_header h1.logo .logo2{
	display: inline-block;
}


.pc_header.ny_header .search_box .head_search1 {
    background: url(../images/search2.png) no-repeat center;
}





.pc_header.fixed{
	background:#fff;
	line-height:60px;
	height:60px;
	/*box-shadow:0px 0px 20px #f1f1f1;*/
	box-shadow:0px 0px 10px #b3b3b3;
}

.pc_header.fixed h1.logo{
	line-height:60px;
	height:60px;
}
.pc_header.fixed h1.logo .logo1{
	display: none;
}

.pc_header.fixed h1.logo .logo2{
	display: inline-block;
}


.pc_header.fixed .search_box .head_search1 {
    background: url(../images/search2.png) no-repeat center;
}

.pc_header.fixed .nav_li{
	height:60px;
}
.pc_header.fixed .nav_li .setNav{
	top:60px;
}
.pc_header.fixed .nav_li .nav_a{
	color:#555555;
}
.pc_header.fixed .nav_li:hover .nav_a{
	color:#75a339;
}

.pc_header.fixed .search_box .head_search1 {
    margin-top: 15px;
}
.pc_header.fixed .search_box .head_search2{
	top:15px;
}
.pc_header.fixed .head_search:hover .head_search2{
	border:1px solid #555555;
}
.pc_header.fixed .nav_li:hover .nav_a::after{
	opacity: 0;
}



/*phone_nav*/
.phone_head{
	height:52px;
	display: none;
	background:#fff;
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999900;
	box-shadow:0px 0px 10px #F2F2F2;
}

.phone_head .logo{
	width:210px;
	height:55px;
	line-height:52px;
}

.phone_head .logo img{
	height:auto;
	/*width:100%;*/
	width:auto;
	vertical-align: middle;
	max-width:100%;
	max-height:90%;
}

.phone-head .menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
    height: 35px;
    background:#75a339 url(../images/navbg.png) no-repeat;
    background-size: 50%;
    background-position: 50%;
    width:35px;
    margin-top:10px;
}

.phone-head .mask-close{
	background:#75a339 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: absolute;
    top: 2px;
    right: 2px;
    height: 30px;
    line-height: 30px;
    width: 30px;
    overflow: hidden;
}

.phone_nav{
	position: absolute;
	top:34px;
	left:0;
	right:0;
	width:100%;
	z-index:1000;
	height:520px;
	overflow-y: auto;
}



.menubtn > span.expand {
	vertical-align: middle;
    display: inline-block;
}

.menubtn > span.expand img{
	transition:all 0.5s; 
}
.menubtn > span.expand img:hover{
	transform:rotate(180deg);
}

.mask-close{
	background:#005aab;
	cursor: pointer;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    width: 35px;
    overflow: hidden;
    transition:all 0.3s;
}

.mask-close:hover{
	transform:rotate(180deg);
}

.maskbg{
	position:absolute;
	top:0;
	right:100%;
	width:100%;
	z-index:999999;
	overflow-y: auto;
	transition:all 0.5s;
	background:rgba(255,255,255,.9);
}


.maskbg h2{
	background:#fff;
	height:3.6rem;
	line-height:3.6rem;
	text-align: center;
}

.maskbg h2 img{
	height:80%;
	vertical-align: middle;
}

.phone_nav ul{
	border-top:1px solid #ccc;
}
.phone_nav ul>li {
    line-height: 2.5rem;
    padding:0 1em;
    font-size:1.25rem;
    position: relative;
    border-bottom:1px solid #ccc;
    transition: all .4s;
}

.phone_nav ul>li.nav_li {
    float: none;
    margin-right:0px;
}

.f_m1>li>a{
	display: block;
	width:100%;
	height:100%;
    color:#333;
    font-size:1.25rem;
    position: relative;
}

.f_m1>li>h3{
	display: block;
    font-size:1.25rem;
    color:#333;
    line-height: 2.5rem;
    position: relative;
}
.phone_nav ul>li>h3:after {
    content: " ";
    width: 10px;
    height: 6px;
    background: url(../images/arrow-down_0f6f0cfeb7.png) no-repeat;
    background-size: contain;
    top: 50%;
    margin-top: -3px;
    right: 12px;
    position: absolute;
    -webkit-transition: transform .4s ease;
    transition: transform .4s ease;
}

.phone_nav ul>li.active>h3:after{
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: transform 1s ease;
    transition: transform .4s ease;
}


.phone_nav ul>li ol a{
    display: inline-block;
    width:100%;
    height:100%;
    font-size:0.85em;
    color: #333;
    white-space: nowrap;
}

.phone_nav ul>li ol{
	display: none;
	transition:all .3s;
}













/*footer*/

.f_bt{
	padding:20px 0;
	font-size:14px;
	line-height:18px;
	color:#fff;
	background:#75a339;
	text-align: center;
}
.f_bt span{
	margin:0 5px;
}

.f_bt a{
	color:#fff;
}

.f_bt a:hover{
	text-decoration:underline;
}



footer{
	background:#f6f9f1;
	color:#555555;
	font-size:14px;
	line-height:16px;
}


.f_ma{
	width:30%;
	padding:35px 0 85px;
}
.f_ma li{
	float:left;
	text-align: center;
	margin-left:40px;
}
.f_ma p{
	font-size:14px;
	color:#555555;
	padding:15px 0;
	line-height:18px;
}

.foot{
	width:70%;
}

.f{
	padding:60px 6%;
	width:23%;
	border-right:1px solid #e3ead0;
	color:#555555;
	height:320px;
}
.f dl dt{
	font-size:18px;
	line-height:18px;
	margin-bottom:30px;
}

.f dl dt span{
	display: block;
	width:70px;
	height:2px;
	background:#8ea539;
	margin-top:15px;
}
.f.f1{
	padding-left:0;
	width:16%;
}
.f.f4{
	width:36%;
	border-right:none;
	padding:60px 4%;
}

.f dl dd{
	padding:10px;
	background:url(../images/f1.png) no-repeat left center;
	font-size:14px;
	line-height:18px;
}

.f dl dd a{
	display: block;
	color:#555;
}

.f dl dd a:hover{
	color:#8ea539;
}

.f.f4 dl dd{
	padding-left:25px;
}

.f.f4 dl dd:nth-child(2){
	background:url(../images/f2.png) no-repeat left center;
}


.f.f4 dl dd:nth-child(3){
	background:url(../images/f3.png) no-repeat left center;
}


.f.f4 dl dd:nth-child(4){
	background:url(../images/f4.png) no-repeat left center;
}



footer.ny_footer{
	background:#fff;
}

footer.ny_footer .f_ma li {
    padding:10px;
    background:#f6f9f1;
    border-radius:10px;
}




/*index*/
.in_banner{
	position:relative;
}
.in_ban{
	height:770px;
	background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%!important;
}
.in_ban a{
	display: block;
	width:100%;
	height:100%;
}

.in_banner .owl-prev,
.in_banner .owl-next{
	position:absolute;
	top:45%;
	z-index:10;
	width:30px;
	height:60px;
	text-indent:-9999px;
	background-size:100% auto!important;
	transition:all 0.3s;
}


.in_banner .owl-prev{
	left:3%;
	background:url(../images/banl1.png) no-repeat center;
}

.in_banner .owl-next{
	right:3%;
	background:url(../images/banr1.png) no-repeat center;
}

.in_banner .owl-prev:hover{
	background:url(../images/banl2.png) no-repeat center;
}

.in_banner .owl-next:hover{
	background:url(../images/banr2.png) no-repeat center;
}


.inban_main{
	text-align: center;
	color:#fff;
	padding-top:220px;
	opacity:0;
}


.inban_title h3{
	font-size:16px;
	line-height:16px;
}

.inban_title img{
	display: block;
	margin:15px auto 38px;
}


.inban_title h2{
	font-size:55px;
	line-height:78px;
	margin-bottom:25px;
	background:url(../images/ban_bg.png) no-repeat center;
}

.inban_m{
	font-size:16px;
	line-height:26px;
	margin-bottom:100px;
}


.in_banner .owl-item.active .inban_main.articleShow{
	-webkit-animation: fadeIndown .8s ease-in-out both;
	-moz-animation: fadeIndown .8s ease-in-out both;
	-ms-animation: fadeIndown .8s ease-in-out both;
	animation: fadeIndown .8s ease-in-out both;
	opacity: 1;
}

.inban_m2 a{
	display: block;
	margin:0 auto;
	width:198px;
	line-height:60px;
	border-radius:30px;
	background:rgba(0,0,0,0.2);
	padding:10px;
	color:#fff;
}

.inban_m2 a span{
	display: block;
	width:100%;
	height:100%;
	text-align: left;
	background:url(../images/injiao1.png) no-repeat 90% center;
	border:1px solid #fff;
	border-radius:20px;
	height:40px;
	line-height:40px;
	padding-left:40px;
	font-size:16px;
	transition:all 0.3s;
}


.inban_m2 a:hover span{
	background:#fff url(../images/injiao2.png) no-repeat 90% center;
	color:#75a339;
}


.in1_sec li{
	width:12.5%;
	float:left;
	font-size:16px;
}

.in1_sec li a{
	display: block;
	width:100%;
	height:160px;
	padding-top:98px;
	text-align: center;
	color:#555555;
	transition:all 0.5s;
	border-right:1px solid #f9fbf6;
	position:relative;
	z-index:10;
}

.in1_sec li:nth-child(1) a{
	border-left:1px solid #f9fbf6;
	background:#fff url(../images/in111.png) no-repeat center 40%;
}
.in1_sec li:nth-child(2) a{
	background:#fff url(../images/in121.png) no-repeat center 40%;
}
.in1_sec li:nth-child(3) a{
	background:#fff url(../images/in131.png) no-repeat center 40%;
}
.in1_sec li:nth-child(4) a{
	background:#fff url(../images/in141.png) no-repeat center 40%;
}
.in1_sec li:nth-child(5) a{
	background:#fff url(../images/in151.png) no-repeat center 40%;
}
.in1_sec li:nth-child(6) a{
	background:#fff url(../images/in161.png) no-repeat center 40%;
}
.in1_sec li:nth-child(7) a{
	background:#fff url(../images/in171.png) no-repeat center 40%;
}
.in1_sec li:nth-child(8) a{
	background:#fff url(../images/in181.png) no-repeat center 40%;
}



.in1_sec li:nth-child(1) a:hover{
	background:#75a339 url(../images/in112.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(2) a:hover{
	background:#75a339 url(../images/in122.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(3) a:hover{
	background:#75a339 url(../images/in132.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(4) a:hover{
	background:#75a339 url(../images/in142.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(5) a:hover{
	background:#75a339 url(../images/in152.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(6) a:hover{
	background:#75a339 url(../images/in162.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(7) a:hover{
	background:#75a339 url(../images/in172.png) no-repeat center 40%;
	color:#fff;
}
.in1_sec li:nth-child(8) a:hover{
	background:#75a339 url(../images/in182.png) no-repeat center 40%;
	color:#fff;
}

.in1_sec li a:hover{
	/*box-shadow:0px 0px 20px #f1f1f1;*/
	box-shadow:0px 0px 20px #b3b3b3;
	transform:scale(1.2);
	border-color:#75a339;
	z-index:12;
}




.in2_section,
.in4_section{
	padding:75px 0 90px;
	background:#f6f9f1;
}
.in3_section,
.in5_section{
	padding:75px 0 90px;
	background:#fff;
}
.in_title{
	text-align: center;
	font-size:25px;
	line-height:25px;
	margin-bottom:50px;
	color:#75a339;
}

.in_title span{
	color:#555555;
	font-family: 'AMPLESOFT';
}

.in2_sec,
.in3_sec,
.in4_sec,
.in5_sec{
	opacity:0;
}

.in2_sec.articleShow,
.in3_sec.articleShow,
.in4_sec.articleShow,
.in5_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.in5_sec li{
	float:left;
	width:23%;
	margin-right:2.6%;
	border-radius:7px;
	box-shadow:0px 0px 15px #f1f1f1;
	overflow: hidden;
	transition:all 0.3s;
	margin-bottom:20px;
}

.in5_sec li:nth-child(4){
	margin-right:0;
}

.in5_main{
	font-size:14px;
	line-height:20px;
	color:#888888;
	padding:20px;
	min-height:140px;
}

.in5_main h3{
	font-size:16px;
	line-height:16px;
	color:#555555;
	margin-bottom:10px;
	min-height:46px;
}
.in5_img{
	width:100%;
	height:auto;
	overflow: hidden;
}

.in5_img img{
	overflow: hidden;
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.in5_date{
	line-height:56px;
	border-top:1px solid #dedede;
	padding:0 20px;
	color:#999;
}

.in5_date img{
	vertical-align: middle;
	margin-right:10px;
}

.in5_sec li:hover .in5_img img{
	transform: scale(1.12);
}

.in5_sec li:hover{
	/*box-shadow:0px 0px 15px #75a339;*/
	box-shadow:0px 0px 25px #ddd;
}


.in5_sec li:hover .in5_main h3{
	color:#75a339;
}

.in5_a{
	text-align: center;
	padding-top:60px;
}

.in5_a a{
	display: inline-block;
	width:138px;
	text-align: left;
	color:#75a339;
	font-size:14px;
	border:1px solid #75a339;
	border-radius:22px;
	line-height:44px;
	transition:all 0.3s;
	background:#fff url(../images/injiao2.png) no-repeat 86% center;	
	padding-left:30px;
}

.in5_a a:hover{
	color:#fff;
	background:#75a339 url(../images/injiao1.png) no-repeat 86% center;	
	box-shadow:0px 0px 15px #75a339;
}


.in4_sec .parHd1{
	text-align: center;
	margin-bottom:35px;
}
.in4_sec .parHd1 li{
	display: inline-block;
	width:200px;
	line-height:44px;
	color:#555555;
	text-align: left;
	padding-left:80px;
	font-size:18px;
	transition:all 0.3s;
	margin:0 10px 20px;
	cursor: pointer;
	border-radius:22px;
}


.in4_sec .parHd1 li:nth-child(1){
	background:#fff url(../images/in411.png) no-repeat 35px center;
}
.in4_sec .parHd1 li:nth-child(2){
	background:#fff url(../images/in421.png) no-repeat 35px center;
}
.in4_sec .parHd1 li:nth-child(3){
	background:#fff url(../images/in431.png) no-repeat 35px center;
}



.in4_sec .parHd1 li:nth-child(1).on,
.in4_sec .parHd1 li:nth-child(1):hover{
	color:#fff;
	background:#75a339 url(../images/in412.png) no-repeat 35px center;
}
.in4_sec .parHd1 li:nth-child(2).on,
.in4_sec .parHd1 li:nth-child(2):hover{
	color:#fff;
	background:#75a339 url(../images/in422.png) no-repeat 35px center;
}
.in4_sec .parHd1 li:nth-child(3).on,
.in4_sec .parHd1 li:nth-child(3):hover{
	color:#fff;
	background:#75a339 url(../images/in432.png) no-repeat 35px center;
}


.in4_m{
	width:34.1%;
	margin-right:0.5%;
}
.in4_m.in4_m2{
	width:30.8%;
}
.in4_m.in4_m3{
	margin-right:0;
}


.in4_img img{
	display: block;
	width:100%;
	height:auto;
}

.in4_mm{
	position:relative;
	overflow: hidden;
	margin-bottom:8px;
}

.in4_mm .in4bg_main{
	position:absolute;
	z-index:2;
	top:-100%;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
	text-align: center;
	color:#fff;
	font-size:14px;
	line-height:24px;
	padding:10% 13% 20px;
	background:rgba(0,0,0,0.4);
	transition:all 0.5s;
}

.in4_mm .in4bg_main img{
	margin-top:10px;
}

.in4_mm:hover .in4bg_main{
	top:0;
}


.in4_m.in4_m3 .in4_mm:nth-child(1) .in4bg_main{
	padding:25% 13% 20px;
}

.in4_m.in4_m2 .in4_mm:nth-child(2) .in4bg_main{
	padding:7% 13% 20px;
}
.in4_m.in4_m1 .in4_mm:nth-child(2) .in4bg_main,
.in4_m.in4_m1 .in4_mm:nth-child(3) .in4bg_main,
.in4_m.in4_m2 .in4_mm:nth-child(3) .in4bg_main{
	padding:5% 13% 20px;
}




.in3_sec1{
	width:50%;
	position:relative;
}
.in3_sec2{
	width:49%;
}

.in32_main2{
	/*padding-top:40px;*/
	padding-top:70px;
	text-align:right;
	font-size:18px;
	color:#999999;
	line-height:30px;
}

.in32_main1 li{
	float:left;
	margin-right:1%;
	margin-bottom:8px;
	overflow:hidden;
}
.in32_main1 li:nth-child(1){
	width:100%;
}
/*.in32_main1 li:nth-child(2){
	width:48.5%;
}
.in32_main1 li:nth-child(3){
	width:50.5%;
	margin-right:0;
}
*/
.in32_main1 li:nth-child(2){
	width:49.5%;
}
.in32_main1 li:nth-child(3){
	width:49.5%;
	margin-right:0;
}


.in32_main1 li img{
	transition:all 0.5s;
	display: block;
	width:100%;
	height:auto;
}

.in32_main1 li:hover img{
	transform: scale(1.1);
}


.in31_main{
	color:#888888;
	font-size:14px;
	line-height:24px;
	padding-top:50px;
}

.in31_main h3{
	font-size:20px;
	line-height:20px;
	color:#555555;
	margin-bottom:20px;
}

.in31_main h6{
	margin-top:20px;
	width:75px;
	height:4px;
	border-radius:1px;
	background:#75a339;
}

.in31_img img{
	display: block;
	width:100%;
	height:auto;
	margin-bottom:55px;
}


.in3_sec1 .prev,
.in3_sec1 .next{
	display: block;
	width:54px;
	height:54px;
	position:absolute;
	top:420px;
	right:0;
	transition:all 0.3s;
	z-index:2;
}

.in3_sec1 .prev{
	background:#4a4a4a url(../images/in3l.png) no-repeat center;
	right:55px;
}
.in3_sec1 .next{
	background:#4a4a4a url(../images/in3r.png) no-repeat center;
}
.in3_sec1 .prev:hover{
	background:#75a339 url(../images/in3l.png) no-repeat center;
}
.in3_sec1 .next:hover{
	background:#75a339 url(../images/in3r.png) no-repeat center;
}

.in3_sec1 .bd li:hover .in31_main h3 {
    color: #75a339;
}


.in2_sec1{
	width:73%;
}
.in2_sec2{
	width:26.8%;
	margin-top:56px;
	background:#fff;
	color:#555555;
	font-size:16px;
	line-height:32px;
	padding:70px 4%;
	position:relative;
}

.in2_sec2 a{
	position:absolute;
	bottom:-22px;
	left:50%;
	margin-left:-68px;
	width:136px;
	height:44px;
	line-height:44px;
	border-radius:22px;
	color:#fff;
	background:#75a339 url(../images/injiao1.png) no-repeat 86% center;
	border:1px solid #75a339;
	transition:all 0.3s;
	padding-left:30px;
}
.in2_sec2 a:hover{
	background:#fff url(../images/injiao2.png) no-repeat 86% center;
	color:#75a339;
}


.in2_sec1 .hd{
	width:30%;
	margin-top:25px;
}
.in2_sec1 .hd li{
	width:50%;
	float:left;
	position:relative;
	border:0.5px solid #fff;
	cursor: pointer;
	overflow: hidden;
}
.in2_sec1 .hd li>img{
	display: block;
	width:100%;
	height:auto;
}

.in2_sec1 .hd li p{
	position:absolute;
	left:0;
	right:0;
	top:100%;
	width:100%;
	height:100%;
	transition:all 0.3s;
	background:rgba(117,163,57,0.8) url(../images/in13.png) no-repeat center;
}

.in2_sec1 .hd li.on p,
.in2_sec1 .hd li:hover p{
	top:0;
}

.in2_sec1 .bd{
	width:70%;
}
.in2_sec1 .bd img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}
.in2_sec1 .bd li:hover img{
	transform: scale(1.12);
}
.in2_sec1 .bd li{
	overflow: hidden;
	position:relative;
}


.in2_sec1 .bd li p{
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	color:#fff;
	font-size:18px;
	line-height:22px;
	text-align: center;
	padding:40px 2%;
}






/*center*/
.in4_section.center_section{
	background:#fbfbfb;
	padding:40px 0 80px;
}

.ny_nav{
	background:#fbfbfb;
	color:#555555;
	font-size:15px;
	line-height:17px;
	padding:40px 0;
}
.ny_nav a{
	color:#555555;
	font-size:15px;
}

.ny_nav a:hover{
	color:#75a339;
	font-size:15px;
}







/*base_details*/
.in3_section.basede1_section{
	background:#fbfbfb;
	padding:10px 0 45px;
}

.basede1_main .in32_main2{
	padding-top:0;
	text-align: left;
}

.in31_img.basede1_img img {
    margin-bottom:5px;
}

.basede2_section{
	background:#fbfbfb;
	padding-bottom:120px;
}

.basede2_sec{
	padding:90px 45px 160px;
	background:#fff;
	opacity: 0;
	font-size:16px;
	line-height:36px;
	color:#555555;
}

.basede2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.basede2_sec h2{
	font-size:30px;
	line-height:30px;
	margin-bottom:26px;
	text-align: center;
}






/*news*/

.news1_section{
	padding-bottom:90px;
	background:#fbfbfb;
	position:relative;
}
.news2_section{
	padding-bottom:80px;
	background:#fbfbfb;
}

.news_slide #owl-example div.owl-item{
	padding:10px;
}

.news_slide #owl-example div.owl-item>div{
	background:#fff;
	border-radius:5px;
	overflow:hidden;
	box-shadow:0px 0px 15px #f1f1f1;
}
.news_slide #owl-example div.owl-item:hover .in5_img img{
	transform: scale(1.12);
}

.news_slide #owl-example div.owl-item:hover>div{
	box-shadow:0px 0px 15px #75a339;
}

.news_slide #owl-example div.owl-item:hover .in5_main h3{
	color:#75a339;
}

.news_slide #owl-example div.owl-item .in5_date{
	color:#888888;
}


.news_slide #owl-example .owl-nav{
	display: none!important;
}

.news_slide .owl-dots{
	text-align: center;
	position:absolute;
	bottom:-50px;
	left:0;
	right:0;
}
.news_slide .owl-dots .owl-dot{
	display: inline-block;
	width:12px;
	height:12px;
	border-radius:6px;
	margin:0 10px;
	background:#fff;
	border:1px solid #cecece;
	cursor: pointer;
}
.news_slide .owl-dots .owl-dot.active{
	border-color:#75a339;
	background:#75a339;
}


.NewsList-A9 li{padding:25px 0 30px;border-bottom:1px dashed #ccc;overflow:hidden;*zoom:1;width:100%;}
.NewsList-A9 li .data{ font-family:Arial;border: 1px #ccc solid;width: 64px;margin-right: 2%; background-color:#fff;border-radius:3px;}
.NewsList-A9 li .data span{ display:block; text-align:center;}
.NewsList-A9 li .data .day{ font-size:30px; font-weight:bold; background-color:#75a339;line-height: 45px; color: #fff;}
.NewsList-A9 li .data .month{ font-size:14px;padding:4px 0; color:#565656;}
.NewsList-A9 ._img{float:left;width: 15%;margin-right:2%;}
.NewsList-A9 ._img img{height:100%;}
.NewsList-A9 ._t{font-size:18px;margin-bottom:15px;color:#75a339;}
.NewsList-A9 ._p{line-height:23px;font-size:14px;overflow:hidden;color:#666666;}

.NewsList-A9 li:hover ._t{text-decoration:underline;}
.NewsList-A9 li:hover ._p{color:#75a339;}



.news_slide,
.news2_sec{
	opacity:0;
}

.news_slide.articleShow,
.news2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}




/*chuancheng*/

.cc1_section{
	background:#fbfbfb;
}

.cc1_title{
	text-align: center;
	margin-bottom:25px;
	color:#5d5d5d;
	font-size:15px;
	line-height:15px;
}

.cc1_title h3{
	font-size:25px;
	line-height:25px;
	margin-bottom:20px;
	color:#75a339;
}

.cc1_sec{
	padding:135px 17% 125px;
	background:url(../images/chuancheng2.jpg) no-repeat center;
	background-size:auto 100%!important; 
	text-align: center;
}

.cc1_main{
	background:rgba(117,163,57,0.88);
	padding:40px;
	color:#fff;
	font-size:18px;
	line-height:30px;
}

.cc1_main h2{
	font-size:36px;
	line-height:40px;
	margin-bottom:15px;
}

.cc1_main h2 img{
	vertical-align: middle;
	margin-right:20px;
}

.cc1_main,
.cc2_sec{
	opacity:0;
}
.cc1_main.articleShow,
.cc2_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}
.cc2_section{
	padding:30px 0;
	background:#fbfbfb;
}

.cc2_sec li{
	padding:20px;
	background:#fff;
	border-radius:20px;
	box-shadow:0px 0px 15px #ededed;
	margin-bottom:30px;
	transition:all 0.3s;
	cursor:pointer;
}

.cc2_img{
	width:35%;
	overflow: hidden;
}

.cc2_img img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.cc2_sec li:hover .cc2_img img{
	transform: scale(1.1);
}

.cc2_main{
	width:62%;
	font-size:16px;
	line-height:30px;
	color:#555555;
}

.cc2_tit{
	margin:25px 0;
	background:url(../images/chuancheng4.jpg) no-repeat right top;
}
.cc2_tit h2{
	font-size:25px;
	line-height:25px;
	margin-bottom:20px;
	color:#75a339;
}
.cc2_tit span{
	display: block;
	height:2px;
	width:56px;
	background:#75a339;
}

.cc2_sec li:hover{
	box-shadow:0px 0px 20px #B3B3B3;
}

.cc2_sec li:hover .cc2_main{
	color:#75a339;
}




.cc2_alert{
	position:fixed;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	padding:3% 10%;
	z-index:999999999999;
	display: none;
	background:rgba(255,255,255,0.95);
	overflow-y:scroll;
}

.abm_close{
	position:absolute;
	top:30px;
	right:30px;
	font-size:40px;
	line-height:40px;
	color:#555;
	cursor: pointer;
}

.cc2alert_main{
	padding:0 10%;
	color:#555;
	font-size:14px;
	line-height:22px;
}

.cc2_alert .cc2alert_m2{
	margin:30px auto;
	width:600px;
	position:relative;
}

.cc2_alert .cc2alert_m2 .owl-carousel .owl-item img{
	display: block;
	margin:0 auto;
	width:600px;
	height:auto;
}

.cc2alert_main h2{
	font-size:30px;
	line-height:30px;
	margin-bottom:20px;
}



.cc2alert_m2 .owl-prev,
.cc2alert_m2 .owl-next{
	position:absolute;
	top:45%;
	z-index:10;
	width:20px;
	height:40px;
	text-indent:-9999px;
	background-size:100% auto!important;
	transition:all 0.3s;
}


.cc2alert_m2 .owl-prev{
	left:-10%;
	background:url(../images/banl2.png) no-repeat center;
}

.cc2alert_m2 .owl-next{
	right:-10%;
	background:url(../images/banr2.png) no-repeat center;
}






/*about*/
.about1_main,
.about2_sec,
.about3_sec,
.about4_sec,
.about5_sec,
.about6_sec{
	opacity:0;
}

.about1_main.articleShow,
.about2_sec.articleShow,
.about3_sec.articleShow,
.about4_sec.articleShow,
.about5_sec.articleShow,
.about6_sec.articleShow{
	-webkit-animation: fadeInUp1 .8s ease-in-out both;
	-moz-animation: fadeInUp1 .8s ease-in-out both;
	-ms-animation: fadeInUp1 .8s ease-in-out both;
	animation: fadeInUp1 .8s ease-in-out both;
	opacity: 1;
}

.about1_section,
.about2_section,
.about3_section,
.about4_section,
.about5_section,
.about6_section{
	background:#fbfbfb;
}



.about1_title{
	text-align: center;
	margin-bottom:25px;
	color:#5d5d5d;
	font-size:15px;
	line-height:25px;
}

.about1_title h3{
	color:#75a339;
	font-size:25px;
	line-height:25px;
	margin-bottom:20px;
}

.about1_sec{
	padding:188px 0 166px;
	background:url(../images/about1.jpg) no-repeat center;
	background-size:auto 100%!important;
	text-align: center;
}

.about1_main{
	padding:30px 55px 30px 110px;
	background:rgba(117,163,57,0.88) url(../images/chuancheng1.png) no-repeat 55px center;
	color:#fff;
	display: inline-block;
}

.about1_main h4{
	font-size:20px;
	line-height:20px;
	margin-bottom:20px;
}
.about1_main h2{
	font-size:36px;
	line-height:36px;
}


.about2_section{
	padding:40px 0 10px;
}

.about2_sec li{
	float:left;
	width:18%;
	height:auto;
	overflow:hidden;
	border-radius:7px;
	margin-right:2.5%;
	margin-bottom:20px;
	border-radius:10px;
}

.about2_sec li:nth-child(5){
	margin-right:0;
}


.about2_sec li img{
	display: block;
	width:100%;
	height:auto;
	transition:all 0.5s;
}

.about2_sec li:hover img{
	transform: scale(1.12);
}

.about3_tit{
	text-align: center;
	color:#5d5d5d;
	font-size:15px;
	line-height:25px;
}

.about3_tit img{
	margin:15px 0;
}

.ab3_main{
	padding-top:20px;
	font-size:15px;
	color:#5d5d5d;
	line-height:28px;
}

.ab3_main p span{
	font-size:16px;
	color:#75a339;
}


.about3_sec li{
	float:left;
	width:23%;
	margin-right:2.6%;
	margin-top:40px;
	text-align: center;
	background:#fff;
	border-radius:8px;
	padding:30px 2% 35px;
	box-shadow:0px 0px 15px #ededed;
}


.about3_sec li img{
	max-width:80%;
	height:auto;
}

.about3_sec li:nth-child(4){
	margin-right:0;
}


.about4_section{
	padding-top:65px;
}

.about4_sec{
	margin-top:30px;
	box-shadow:0px 0px 15px #ededed;
}
.ab4_img,
.ab4_main{
	height:378px;
	background:#fff;
}

.ab4_img{
	width:51.25%;
}
.ab4_img img{
	display: block;
	width:100%;
	height:100%;
}
.ab4_main{
	width:48.75%;
	padding:80px 2% 20px;
	font-size:16px;
	color:#555555;
	line-height:30px;
	text-align: center;
}

.ab4_main p span{
	color:#75a339;
}

.about5_section{
	padding:60px 0;
}

.about5_sec{
	margin-top:45px;
	padding:0 10%;
}

.about5_sec li{
	float:left;
	text-align: center;
	width:11%;
	margin-bottom:20px;
}

.about5_sec li img{
	max-width:100%;
	height:auto;
}

.about5_sec li p{
	margin-top:15px;
	font-size:18px;
	color:#555555;
	line-height:20px;
}

.about5_sec li.ab12_main_jiao{
	padding-top:28px;
}


.about6_section{
	padding-bottom:45px;
}


.ab61_main,
.ab62_main{
	height:416px;
}


.ab61_main{
	width:29%;
	color:#fff;
	font-size:15px;
	line-height:28px;
	background:#75a339;
	text-align: center;
	padding:28px 3%;
}

.ab61_main h3{
	font-size:25px;
	line-height:25px;
	margin-bottom:15px;
}


.ab61_main img{
	margin-top:25px;
	max-width:90%;
}

.ab62_main{
	width:71%;
}


.ab62_main #dituContent{
	width:100%;
	height:100%;
}



















/*响应式样式*/
@media only screen and (max-width:1600px ) {

.cc2_alert{
	padding:3% 5%;
}

}


@media only screen and (max-width:1400px ) {
.w{
	width:1200px;
}
.in4_m.in4_m1 .in4_mm:nth-child(2) .in4bg_main,
.in4_m.in4_m1 .in4_mm:nth-child(3) .in4bg_main,
.in4_m.in4_m2 .in4_mm:nth-child(2) .in4bg_main,
.in4_m.in4_m2 .in4_mm:nth-child(3) .in4bg_main {
    padding: 3% 5% 20px;
}
.in3_sec1 .prev, .in3_sec1 .next {
    top: 372px;
}

.in2_sec2 {
    margin-top: 55px;
    line-height: 30px;
    padding: 40px 3%;
}
.in2_sec1 .bd li p {
    padding:20px 2%;
}

footer.ny_footer .f_ma li {
    width:40%;
    margin:0 5% 30px;
}

footer.ny_footer .f_ma li img{
	display: block;
	width:100%;
	height:auto;
}

.cc2_alert .cc2alert_m2 .owl-carousel .owl-item img {
    width: 600px;
}









}


@media only screen and (max-width:1200px ) {
.w{
	width:1024px;
}
.in2_sec2 {
    margin-top: 30px;
    padding: 30px 3%;
}

.in2_sec1 .hd {
    margin-top: 40px;
}

.in3_sec1 .prev, .in3_sec1 .next {
    top: 316px;
}

.in4_mm .in4bg_main {
	font-size:13px;
    line-height: 18px;
    padding: 7% 5% 20px;
}
.in4_m.in4_m1 .in4_mm:nth-child(2) .in4bg_main,
.in4_m.in4_m1 .in4_mm:nth-child(3) .in4bg_main,
.in4_m.in4_m2 .in4_mm:nth-child(2) .in4bg_main, 
.in4_m.in4_m2 .in4_mm:nth-child(3) .in4bg_main {
    padding: 2% 2% 20px;
}

.f {
    padding: 60px 4%;
}

.f_ma li{
	width:40%;
	margin:0 5%;
}
.f_ma li img{
	display: block;
	width:100%;
	height:auto;
}


.cc2_alert .cc2alert_m2 .owl-carousel .owl-item img {
    width: 500px;
}

.cc2_alert {
    padding:2% 0;
}







}


@media only screen and (max-width:1024px ) {
.w{
	width:100%;
	padding:0 3%;
}
.pc_header {
    display: none;
}
.phone_head{
    display: block;
}
.in_banner {
    margin-top:52px;
}

.inban_main {
    padding-top: 0px;
}
.inban_title h2 {
    font-size:40px;
    line-height: 60px;
    margin-bottom:20px;
    background-size:auto 100%;
}
.inban_m {
    margin-bottom: 50px;
}

.in_ban {
    height: auto;
    padding:100px 0 120px;
}

.in1_sec li a {
    height: 150px;
}

.in2_sec1, 
.in2_sec2,
.in3_sec1,
.in3_sec2{
    width:100%;
}


.in31_img img {
    margin-bottom:40px;
}
.in3_sec1{
	margin-bottom:50px;
}
.in3_sec1 .prev, .in3_sec1 .next {
    top: 451px;
}

.in4_m ,
.in4_m.in4_m2 ,
.in4_m.in4_m3 {
    width: 100%;
    margin-right: 0%;
}

.in5_sec li {
    width:48%;
    margin:0 1% 30px!important;
}
.in4_m.in4_m1 .in4_mm:nth-child(2) .in4bg_main,
.in4_m.in4_m1 .in4_mm:nth-child(3) .in4bg_main,
.in4_m.in4_m2 .in4_mm:nth-child(2) .in4bg_main, 
.in4_m.in4_m2 .in4_mm:nth-child(3) .in4bg_main {
    padding: 10% 10% 20px;
}
.ny_nav {
    margin-top:52px;
    padding:30px 0;
}

.ab4_main {
    padding: 60px 2% 20px;
}
.ab61_main {
    font-size: 14px;
    line-height: 25px;
    padding: 20px 2%;
}
.ab61_main img {
    margin-top:5px;
}

.footer{
	display: none;
}
.in2_sec1 .hd {
    margin-top:12px;
}


.cc2_alert {
    padding: 16% 0;
}


.in31_main{
	padding-top:30px;
}








}


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






}


@media only screen and (max-width:560px ) {
.in3_sec1 .prev, .in3_sec1 .next {
    top: 40%;
}
.in32_main2 {
    padding-top:20px;
    font-size: 16px;
}
.in3_section, .in5_section {
    padding:40px 0;
}
.in_title {
    margin-bottom: 25px;
}

.in2_sec1 .hd {
    margin-top:7px;
}
.in2_sec1 .bd li p {
    font-size: 16px;
    padding:15px 2%;
}

.in4_sec .parHd1 li {
    margin: 0 10px 10px;
}

.in1_sec li {
    width: 25%;
}

.in1_sec li a {
    height: auto;
    padding-top:70px;
    border-bottom: 1px solid #f9fbf6;
    padding-bottom:20px;
    background-size:40% auto!important;
}

.in2_section, .in4_section {
    padding: 40px 0 50px;
}
.in4_mm .in4bg_main{
	display: none;
}
.in5_sec li {
    width:100%;
    margin: 0 0 30px!important;
}

.in5_a {
    padding-top: 20px;
}
.inban_title img {
    margin: 10px auto;
}
.inban_title h2 {
    font-size: 20px;
    line-height:30px;
    margin-bottom: 10px;
}

.inban_m {
    font-size: 14px;
    line-height:20px;
    margin-bottom:30px;
}

.inban_m2 a {
    width: 150px;
    line-height: 40px;
    border-radius:20px;
    padding:5px;
}
.inban_m2 a span {
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    padding-left:30px;
    border-radius:15px;
    font-size: 14px;
}

.in_banner .owl-prev, .in_banner .owl-next {
    width: 15px;
}
.in2_sec1 .hd li p {
    background-size:40% auto!important;
}

.about1_sec {
    padding:50px 3%;
}

.about1_main {
    padding: 70px 3% 40px;
    background: rgba(117,163,57,0.88) url(../images/chuancheng1.png) no-repeat center 15px;
}

.about1_main h4 {
    font-size:16px;
    line-height: 16px;
    margin-bottom: 10px;
}

.about1_main h2 {
    font-size:22px;
    line-height: 22px;
}

.about1_title h3 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom:15px;
}
.about3_sec li {
    width:100%;
    margin-right:0%;
    margin-top: 30px;
    padding: 30px 3%;
}


.ab3_main {
    padding-top:10px;
}

.ab4_img, .ab4_main {
    height: auto;width:100%;
}
.ab4_main {
	border-bottom:1px solid #ddd;
	padding: 30px 2%;
}
.about5_section {
    padding:40px 0;
}
.about5_sec li.ab12_main_jiao {
   	display:none;
}

.about5_sec li {
    width: 18%;
    margin:0px 1% 20px;
}

.about5_sec {
    margin-top:30px;
    padding: 0 3%;
}
.ab61_main, .ab62_main {
    height: auto;
    width:100%;
}
.ab62_main {
    height:300px;
}

.in3_section.basede1_section {
    padding: 10px 0 30px;
}

.in_title {
    font-size: 20px;
    line-height: 20px;
}

.in3_sec1 .prev, .in3_sec1 .next {
    width: 40px;
    height: 40px;
}
/*.in3_sec1 .prev {
    right: 40px;
}*/
.in3_sec1 .prev {
    right: auto;
    top: 75%;
}
.in3_section.basede1_section .in3_sec1 .prev, .in3_sec1 .next {
   top:75%;
}
.basede2_sec {
    padding: 40px 3% 60px;
}
.basede2_sec h2 {
    font-size:24px;
    line-height: 24px;
    margin-bottom: 20px;
}

.basede2_section {
    padding-bottom: 50px;
}

.in4_section.center_section {
    padding:20px 0 50px;
}

.cc1_sec {
    padding: 40px 3%;
}

.cc1_main {
    padding:30px 3%;
    font-size: 16px;
    line-height:24px;
}
.cc1_main h2 {
    font-size: 24px;
    line-height:30px;
    margin-bottom: 15px;
}
.cc2_img,
.cc2_main {
    width:100%;
    height:auto;
}


.cc2alert_m1{
	display: none;
}

.abm_close {
    top:20px;
    right: 20px;
    font-size: 20px;
    line-height: 20px;
}

.cc2alert_main h2 {
    font-size: 20px;
    line-height: 20px;
}


.cc2alert_main {
    padding: 0 5%;
}

.cc2_alert .cc2alert_m2 .owl-carousel .owl-item img {
    width: 300px;
}

.cc2alert_m2 .owl-next {
    right: -5%;
}

.cc2alert_m2 .owl-prev {
    left: -5%;
}

.cc2_alert {
    padding: 48% 0;
}





















}


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



}





@media only screen and (max-width:320px ) {
.cc2_alert .cc2alert_m2 .owl-carousel .owl-item img {
    width: 245px;
}


}










