@media screen and (min-width:1025px) and (max-width:1401px){
@charset "utf-8";

/*首页*/
.center{ width:1024px; margin:0 auto;}
.overflow_hidden{ overflow:hidden;}

.header{ position:fixed; z-index:10000; width:100%; height:124px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.header_on{ background:url(../images/nav_bg.png) repeat;}
.logo{ float:left; display:block; margin:46px 0 0 3%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}

.nav{ float:right; height:72px; margin-right:3%; margin-top:26px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav>li{ float:left; width:100px; position:relative;}
.nav>li>a{ display:block; width:100%; height:72px; line-height:72px; color:#FFF; font-size:16px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.nav>li:hover>a{ color:#1f9c07;}
.nav>li .a_on{ color:#1f9c07;}
.nav1{ position:absolute; top:72px; left:0; z-index:10; display:none; background:#1f9c07; width:100%; overflow:hidden;}
.nav1>li{ width:100%; overflow:hidden;}
.nav1>li>a{ display:block; width:90%; padding:0 5%; font-size:15px; color:#FFF; height:40px; line-height:40px;}
.nav1>li>a:hover{ background:#1fad04;}

.header_on{ height:72px;}
.header_on .logo{ margin:20px 0 0 3%;}
.header_on .nav{ margin-top:0;}

/* banner css */
.slideBox{ width:100%; height:540px; overflow:hidden; position:relative; display:block; z-index:1;}
.slideBox .bd{ position:relative; width:100% !important; height:100%; z-index:0;}
.slideBox .bd ul{ width:100% !important;}
.slideBox .bd ul li{ width:100% !important; height:540px; zoom:1; vertical-align:middle;}
.slideBox .prev{ position:absolute; left:50%; margin-left:-77px; bottom:70px; display:block; width:14px; height:23px; background:url(../images/banner_l.png) center center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.slideBox .next{ position:absolute; right:50%; margin-right:-77px; bottom:70px; display:block; width:14px; height:23px; background:url(../images/banner_r.png) center center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; filter:alpha(opacity=50); -moz-opacity:0.5; -khtml-opacity:0.5; opacity:0.5;}
.slideBox .prev:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.slideBox .next:hover{ filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1; opacity:1;}
.next_page{ position:absolute; bottom:50px; left:50%; margin-left:-22px; width:44px; height:68px; z-index:10; background:url(../images/next.png) center center no-repeat; -webkit-animation:play 3s linear infinite; -moz-animation:play 3s linear infinite; -ms-animation:play 3s linear infinite; -0-animation:play 3s linear infinite; animation:play 3s linear infinite;}

.mobile_bg{ display:none}
.swiper-container{ display:none;}

.index1{ width:1024px; max-width:100%; margin:0 auto; overflow:hidden; padding:100px 0 100px 0;}
.index1_l{ float:left; width:47%; margin-left:1.5%; overflow:hidden; text-align:left;}
.index1_r{ float:right; display:block; max-width:47%; margin-right:1.5%;}

.index1_l1{ float:left; display:block; height:33px;}
.index1_l2{ float:left; width:100%; overflow:hidden; font-size:24px; font-weight:bold; color:#444444; line-height:34px; margin-top:25px;}
.index1_l3{ float:left; width:100%; overflow:hidden; font-size:16px; color:#b1b1b1; line-height:26px;}
.index1_l4{ float:left; width:100%; overflow:hidden; font-size:16px; color:#444444; line-height:26px; margin-top:10px;}
.index1_l .more{ float:left; width:130px; height:30px; line-height:30px; text-align:center; margin-top:30px; font-size:14px; color:#FFF; background:#ffab15; -webkit-border-radius:15px; -moz-border-radius:15px; border-radius:15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index1_l .more:hover{ background:#1f9c07;}

.index2{ width:100%; overflow:hidden;}
.index2 li{ float:left; width:33.33%; overflow:hidden;}
.index2 li a{ display:block; width:100%; overflow:hidden; position:relative;}
.index2_1{ display:block; width:100%;}
.index2_2{ position:absolute; width:40%; top:15%; left:6%; overflow:hidden; text-align:left;}
.index2_3{ float:left; width:100%; overflow:hidden; font-size:24px; font-weight:bold; color:#FFF; line-height:34px; white-space:nowrap; text-overflow:ellipsis;}
.index2_4{ float:left; width:100%; overflow:hidden; font-size:15px; color:#FFF; line-height:26px; height:130px; margin-top:15px;}
.index2_5{ display:block; width:43.75%; position:absolute; bottom:0; right:6%; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index2 li a:hover .index2_5{ bottom:10px;}

.index3{ width:100%; overflow:hidden; padding:50px 0;}

.index_title{ width:100%; overflow:hidden;}
.index_title1{ width:100%; overflow:hidden; font-size:40px; line-height:50px; font-weight:bold; color:#1f9c07; font-family:"Arial";}
.index_title2{ width:100%; overflow:hidden; font-size:24px; line-height:34px; color:#444444; margin-top:10px;}
.font_FFF{ color:#FFF !important;}

.tab{ display:table; margin:45px auto 0 auto;}
.tab li{ float:left; font-size:16px; color:#FFF; background:#1f9c07; width:185px; height:42px; line-height:42px; cursor:pointer; margin:0 8px; border:1px solid #1f9c07; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.tab li:hover{ background:#FFF; color:#1f9c07;}

.swiper-container1 {
  width: 100%;
  height: auto;
  background: #FFF;
}

.swiper-container1>.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container2 {
	width: 80%;
	height: auto;
	margin:50px auto 0 auto;
	position: relative;
	background: #FFF;
	overflow:hidden;
	padding:0 1%;
}
.swiper-container2>.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-container2 .swiper-slide>a{ display:block; width:100%; overflow:hidden;}
.swiper-container2 .swiper-slide>a .img{ width:calc(100% - 2px); border:1px solid #d7d7d7; overflow:hidden;}
.swiper-container2 .swiper-slide>a .img img{ display:block; width:100%;}
.swiper-container2 .swiper-slide>a .title{ width:90%; padding:0 5%; font-size:16px; color:#444444; height:60px; line-height:60px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; position:relative; z-index:10; background:#FFF;}
.swiper-button-next2{ position:absolute; width:19px; height:36px; top:50%; margin-top:50px; right:5%; z-index:10; z-index:10; background:url(../images/img_r.png) no-repeat; cursor:pointer;}
.swiper-button-prev2{ position:absolute; width:19px; height:36px; top:50%; margin-top:50px; left:5%; z-index:10; z-index:10; background:url(../images/img_l.png) no-repeat; cursor:pointer;}

.swiper-slide-active .swiper-slide a{
    pointer-events: auto;
}

.swiper-container2 .swiper-slide>a:hover .title{ background:#1f9c07; color:#FFF;}

.index3_1{ width:80%; height:85px; margin:50px auto 0 auto; background:#FFF; overflow:hidden;}
.index3_2{ float:left; display:block; width:300px; height:83px;}
.index3_3{ float:right; width:calc(97% - 300px); overflow:hidden; text-align:left; font-size:16px; color:#444444; line-height:28px; height:84px;}

.index4{ width:100%; height:394px; padding:80px 0; background:url(../images/bg1.jpg) center center no-repeat; overflow:hidden;}
.index4_1{ width:1024px; height:250px; margin:0 auto;}
.index4_1 li{ float:left; width:331.3px; margin-right:15px; background:#FFF; margin-top:50px; height:250px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_1 li:last-child{ margin-right:0;}
.index4_1 li a{ display:block; width:100%; height:250px; text-align:left; overflow:hidden;}
.index4_2{ width:85%; margin:30px auto 0 auto; overflow:hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_3{ float:left; max-width:70%; font-size:18px; line-height:47px; font-weight:bold; color:#1f9c07; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_4{ float:right; display:block; width:47px; height:47px; background:url(../images/ico1.png) center center no-repeat; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.index4_5{ width:85%; margin:20px auto 0 auto; overflow:hidden; font-size:16px; color:#444444; line-height:26px; height:104px;}
.index4_1 li:hover{ background:#fdcf00; height:270px; margin-top:40px;}
.index4_1 li:hover .index4_2{ margin-top:40px;}
.index4_1 li:hover .index4_3{ color:#333;}
.index4_1 li:hover .index4_4{ background:url(../images/ico1_on.png) center center no-repeat;}

.index5{ width:100%; overflow:hidden; background:url(../images/bg2.jpg) bottom right no-repeat; background-size:auto 200px; padding:80px 0 200px 0;}
.index5_1{ width:1024px; margin:0 auto; overflow:hidden;}

.map{ float:left; width:54%; height:330px; margin-top:60px;}

.index5_2{ float:right; width:430px; overflow:hidden; margin-top:140px;}
.index5_3{ float:left; width:300px; overflow:hidden; text-align:left;}
.index5_4{ float:left; width:128px; display:block;}
.index5_5{ float:left; width:100%; overflow:hidden; font-size:18px; font-weight:bold; color:#1f9c07; line-height:30px; margin-top:15px;}
.index5_6{ float:left; width:100%; overflow:hidden; font-size:16px; color:#444444; line-height:28px; margin-top:15px;}
.index5_7{ float:right; display:block; width:104px; margin-top:58px;}

.footer{ width:100%; overflow:hidden; background:#000;}
.footer1{ width:1024px; margin:0 auto; overflow:hidden; color:#dddddd; font-size:16px; line-height:30px; padding:30px 0;}
.footer1 a{ color:#dddddd;}
.footer1 a:hover{ text-decoration:underline;}

/* about css */
.banner{ width:100%; height:470px; overflow:hidden; position:relative;}
.banner_mobile{ display:none;}

.neiye_nav{ width:100%; height:54px; position:absolute; bottom:0; left:0; background:url(../images/nav_bg.png) repeat;}
.neiye_nav ul{ width:1024px; margin:0 auto; overflow:hidden;}
.neiye_nav ul li{ float:left; overflow:hidden; margin-right:1px;}
.neiye_nav ul li a{ display:block; width:168px; height:54px; line-height:54px; font-size:18px; color:#FFF;}
.neiye_nav ul li a:hover{ background:url(../images/nav_bg.jpg) no-repeat;}
.neiye_nav ul li .a_on{ background:url(../images/nav_bg.jpg) no-repeat;}

.position{ width:1024px; overflow:hidden; margin:30px auto 0 auto; color:#444444; text-align:left; font-size:16px; line-height:26px;}
.position a{ color:#444444;}
.position a:hover{ text-decoration:underline;}
.position span{ color:#1f9c07;}

.content{ width:100%; overflow:hidden; background:url(../images/bg2.jpg) bottom right no-repeat; background-size: auto 200px; padding-bottom:200px;}

.content_in{ width:1024px; overflow:hidden; margin:0 auto; padding:50px 0; font-size:16px; color:#444444; text-align:left; line-height:30px;}
.content_in img{ display:block; margin:0 auto; max-width:100%;}

.about1{ float:left; display:block; width:130px;}
.about2{ float:left; clear:both; display:block; width:100%; font-size:24px; font-weight:bold; line-height:34px; margin-top:25px;}
.about3{ float:left; clear:both; display:block; width:100%; color:#b1b1b1;}

/* contact css */
.contact_map{ width:100%; height:450px;}

.contact1{ width:100%; overflow:hidden; margin-top:35px;}
.contact2{ float:left; overflow:hidden; width:600px; height:175px; background:#1f9c07;}
.contact2_1{ float:left; display:block; margin:68px 0 0 30px !important;}
.contact2_2{ float:left; width:370px; overflow:hidden; margin-top:63px; margin-left:12px;}
.contact2_3{ float:left; width:100%; overflow:hidden; font-size:24px; font-weight:bold; color:#FFF;}
.contact2_4{ float:left; width:100%; overflow:hidden; font-size:15px; color:#a9d1a5;}
.contact3{ float:left; overflow:hidden; width:424px; height:175px; background:#fdcf00;}
.contact3_1{ float:left; height:56px; line-height:56px; overflow:hidden; padding-left:70px; background:url(../images/contact3.png) left center no-repeat; margin-left:30px; margin-top:30px; font-size:40px; color:#000; font-weight:bold;}
.contact3_2{ float:left; font-size:15px; color:#444444; line-height:26px; margin-left:30px; margin-top:10px;}

/* agent css */
.agent1{ display:block; margin:0 auto; font-size:24px; text-align:center; width:100%; padding-bottom:30px;}

/* pro css */
.pro{ width:1024px; margin:0 auto; overflow:hidden;}

.pro_title{ width:100%; overflow:hidden; height:66px; background:url(../images/pro4.png) right center no-repeat #1f9c07; margin-top:50px;}
.pro_title1{ float:left; display:block; height:51px; margin-top:10px; margin-left:2.5%;}

.pro1{ width:100%; overflow:hidden;}
.pro1 li{ float:left; margin-right:2%; width:23.5%; overflow:hidden; margin-top:35px;}
.pro1 li:nth-child(4n){ margin-right:0;}
.pro1 li a{ display:block; width:100%; overflow:hidden;}
.pro2{ width:calc(100% - 2px); border:1px solid #dbdbdb; overflow:hidden;}
.pro2 img{ display:block; width:100%; height:285px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.pro1 li a:hover img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}
.pro3{ width:90%; padding:0 5%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:16px; color:#444444; height:40px; line-height:60px;}

/* proIn css */
.pro_in{ width:1024px; margin:0 auto; overflow:hidden; padding:50px 0;}
.pro_in1{ display:block; float:left; border:1px solid #d8d8d8; width:327px;}
.pro_in2{ float:right; width:624px; overflow:hidden; text-align:left; color:#444;}
.pro_in2_1{ float:left; width:100%; overflow:hidden; font-size:24px; font-weight:bold; line-height:36px; margin-top:30px;}
.pro_in2_2{ float:left; width:100%; overflow:hidden; font-size:16px; line-height:30px; margin-top:20px; border-bottom:1px solid #d8d8d8; padding-bottom:15px;}
.pro_in2_3{ float:left; width:100%; overflow:hidden; font-size:16px; line-height:30px; padding-top:15px;}
.pro_in2_4{ float:left; width:100%; overflow:hidden; color:#1f9c07; line-height:30px;}
.pro_in3{ float:left; width:100%; overflow:hidden; margin-top:50px; text-align:left; font-size:16px; color:#444444; line-height:30px; padding-bottom:50px;}

.pageIn{ float:left; width:100%; overflow:hidden; border-top:1px solid #d8d8d8; padding-top:30px;}
.pageIn1{ float:left; width:100%; overflow:hidden; font-size:16px; color:#444; text-align:left; line-height:26px; margin:3px 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pageIn1 a{ color:#444;}
.pageIn1:hover{ color:#1f9c07;}
.pageIn1:hover a{ color:#1f9c07;}

.recommend{ width:100%; overflow:hidden; background:url(../images/bg2.png) bottom right no-repeat #f5f5f5; background-size: auto 200px; padding-bottom:200px; padding-top:50px;}
.recommend1{ width:100%; overflow:hidden; font-size:24px; color:#444;}
.recommend2{ width:100%; overflow:hidden; position:relative;}

.recommend2 .swiper-container2 {
	background: none;
}
.recommend2 .swiper-container2 .swiper-slide>a .title{ background: none;}
.recommend2 .swiper-container2 .swiper-slide>a:hover .title{ background:#1f9c07; color:#FFF;}
.recommend2 .swiper-button-next2{ position:absolute; width:19px; height:36px; top:50%; margin-top:-18px; right:5%; z-index:10; z-index:10; background:url(../images/img_r.png) no-repeat; cursor:pointer;}
.recommend2 .swiper-button-prev2{ position:absolute; width:19px; height:36px; top:50%; margin-top:-18px; left:5%; z-index:10; z-index:10; background:url(../images/img_l.png) no-repeat; cursor:pointer;}

/* brand css */
.page{ width:100%; overflow:hidden; padding-top:50px; font-size:16px;}
.page a{ margin:10px 3px 0 3px; display:inline-block; background:#f4f4f4; height:40px; line-height:40px; color:#474747; padding:0 15px;}
.page span{ margin:10px 3px 0 3px; display:inline-block; background:#f4f4f4; height:40px; line-height:40px; color:#474747; padding:0 15px; cursor:pointer;}
.page a:hover{ background:#1f9c07; color:#FFF;}
.page span:hover{ background:#1f9c07; color:#FFF;}

.brand1{ display:block; margin:60px auto 0 auto; height:83px;}
.brand2{ margin-top:40px; width:100%; overflow:hidden; text-align:left; font-size:16px; line-height:30px; color:#444444;}

/* news css */
.news{ width:1024px; margin:0 auto; overflow:hidden;}
.news1{ width:100%; overflow:hidden;}
.news1 li{ float:left; width:100%; overflow:hidden; padding:35px 0;}
.news1 li a{ display:block; overflow:hidden;}
.news2{ float:left; display:block; overflow:hidden;}
.news2 img{ display:block; width:320px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s;}
.news3{ float:right; width:654px; overflow:hidden; text-align:left;}
.news4{ float:left; width:100%; font-size:20px; color:#444444; line-height:30px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:5px;}
.news5{ float:left; width:100%; font-size:14px; color:#a1a1a1; line-height:24px;}
.news6{ float:left; width:100%; font-size:16px; line-height:30px; color:#888888; height:90px; overflow:hidden; border-top:1px solid #e5e5e5; padding-top:10px; margin-top:10px;}
.news1 li a:hover .news4{ color:#1f9c07;}
.news1 li a:hover .news2 img{ -webkit-transform:scale(1.05) translateZ(0); -moz-transform:scale(1.05) translateZ(0); -ms-transform:scale(1.05) translateZ(0); -o-transform:scale(1.05) translateZ(0); transform:scale(1.05) translateZ(0);}

/* newsIn css */
.newsIn{ width:1024px; margin:0 auto; overflow:hidden;}
.newsIn1{ width:100%; overflow:hidden; font-size:24px; color:#444; line-height:36px; margin-top:60px;}
.newsIn2{ width:100%; overflow:hidden; font-size:14px; color:#a1a1a1; line-height:24px; margin-top:15px;}
.newsIn3{ width:100%; overflow:hidden; text-align:left; margin-top:20px; border-top:1px solid #e5e5e5; padding:30px 0 50px 0; font-size:16px; color:#444; line-height:30px;}
.newsIn3 img{ display:block; margin:0 auto; max-width:100%;}

}