﻿@charset "utf-8";
/* CSS Document */
/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:12px/1.14 arial,\5b8b\4f53;color:#333;outline:0;}
body{ font-family: -apple-system, BlinkMacSystemFont, 'Microsoft YaHei', sans-serif; line-height:1.75; font-size: 16px; color: #333; line-height: 1.75;}
a,a:hover,a:active,a:visited,a:focus{color:#333; text-decoration: none;}

html{height:100%;}
body{font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:14px;color:#000;margin:0;padding:0;height:100%}
.header{ position: absolute; top: 30px; left: 10%; z-index: 999; width: 80%; height: 90px; transition: all 0.5s; line-height:90px; display: flex; justify-content: space-between; align-items: center;background:linear-gradient(to right, rgba(0, 68, 130, 1), rgba(111, 186, 68, 1));}
.header.maxwidth{ width: 100%; position: fixed; left: 0; top: 0; height: 70px; line-height: 70px;}
.logo{ height: 100%; background: #fff; padding: 15px; box-sizing: border-box;display: flex; align-items: center;}
.logo img{max-height: 60px;}
.nav ul{ display: flex; justify-content: end; align-items: center;}
.nav ul li{ position: relative; padding: 0 20px;}
.nav ul > li > a{ position: relative; display: inline-block; font-size: 120%; color: #fff; text-decoration: none; }
.nav ul > li > a::after{ content: ""; display: block; position: absolute; z-index: 999; width: 0; transition: all 0.5s; height: 3px; background: #ff6600; left: -10%; bottom: 0;}
.nav ul > li:hover > a::after{ width: 120%;}
.language{ line-height: 20px;}
.language a{ display: inline-block; color: #fff; padding:0 10px; padding-left: 60px; background: url(../images/tel.png) no-repeat 15px center; background-size: 40px 40px; font-size: 24px; border-left: 1px solid rgba(255,255,255,0.2); box-sizing: border-box;}
.language a small{ font-size: 14px;}

.nav ul li .submenu{ position: absolute; top: 100%; left: 0; width: 100%; min-width: 150px; max-height: 0; overflow: hidden; background: #fff;}
.nav ul li .submenu a{ display: block; padding: 5px; color: #333; line-height: 30px; font-size: 14px; float: left; width: 100%; text-align: center; box-sizing: border-box;}
.nav ul li .submenu a:hover{ color: #007e4d;}
.nav ul li:hover .submenu{ max-height: 400px;}
/*手机端导航*/
.menu-handler{overflow:hidden;width:60px;height:60px;border-left: 1px solid rgba(255,255,255,0.2); cursor:pointer;position:absolute;right:0;top:0px;transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-webkit-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);-moz-transition:all 0.3s cubic-bezier(0.445,0.145,0.355,1);z-index:1012}
.menu-handler .burger{width:32px;height:4px;background:#fff;display:block;position:absolute;z-index:5;top:18px;left:50%;margin:0px 0px 0px -16px;transform-origin:center;-webkit-transform-origin:center;-moz-transform-origin:center;-o-transform-origin:center;-ms-transform-origin:center}
.menu-handler .burger-2{top:28px}
.menu-handler .burger-3{top:38px}
.menu-handler.active .burger-1{top:30px;-webkit-transform:rotate(225deg);transform:rotate(225deg)}
.menu-handler.active .burger-2{-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);filter:alpha(opacity=0);opacity:0;-moz-opacity:0;-khtml-opacity:0;-webkit-opacity:0;left:-100%}
.menu-handler.active .burger-3{top:30px;-webkit-transform:rotate(-225deg);transform:rotate(-225deg)}
.menuBlack{position:fixed;top:0;bottom:0;right:0;left:0;background:rgba(0,0,0,.5);z-index:999;display:none}
.menuBox{position:fixed;width:100%;top:0;right:-100%;height:100%;background:#fff;z-index:1003;overflow:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;display:none}
.navMobile{margin-top:80px;margin-bottom:60px}
.navMobile dd a{display:block;line-height:24px;color:#333;font-weight:normal;font-size:14px;text-align: center;}
.navMobile dd p a{padding:15px 45px;font-size:18px;text-align: center;}
.navMobile dd p a.act{background:#007e4d;color:#fff;}
.mtnav a{padding:13px 48px;font-size:16px}
.mtnav{background:#eee;display:none}
.mtools{overflow:hidden;background:#eee;position: fixed;right:-100%;bottom:0;width:100%}
.mtools a{display:block;width:50%;text-align:center;float:left;height:50px; line-height: 50px; overflow:hidden;color:#fff;background:#007e4d}
.mtools span{display:inline-block;vertical-align:middle; padding-left: 30px;}
.mtools .weixin{background:#ff6600;}
.mtools .sina span{background:url(../images/kf.png) no-repeat left center;}
.mtools .weixin span{background:url(../images/phone.png) no-repeat left center;}

.home{ width: 100%; height: auto; overflow: hidden; position: relative;}
.home .swiper-container{width:100%;height:100%}
.home .swiper-slide{position:relative; background: #fff; overflow: hidden;}
.home .swiper-slide .vbox{ position: absolute; left: 0; top:0; width: 100%; height: 100%;}
.home .swiper-slide .vbg{ position: absolute; top: 0;left: 0; width: 100%; height: 100%; background:url(../images/dot.png) repeat; opacity: 0.5;}
.home .swiper-slide .vidbg{position:relative;z-index:9}
.home .swiper-slide p{font-size:20px;letter-spacing:2px;font-weight:700;line-height:2}
.home .swiper-slide img{width:100%;height:auto;transition:1s ease 2s;transform:scale(1.1,1.1)}
.home .swiper-slide-active img,.home .swiper-slide-duplicate-active img{transition:5s ease;transform:scale(1,1)}
.home .swiper-pagination{bottom:30px!important;left:0!important;text-align:center;}
.home .swiper-pagination-bullet{width:40px;height:40px; line-height: 38px; opacity:1;background:0 0;border:2px solid rgba(255,255,255,0.5);color: #fff; transition: all 0.5s;}
.home .swiper-pagination-bullet-active{background:#ff6600; border: 2px solid #ff6600;}
.home .swiper-button-next,.home .swiper-button-prev{ background: rgba(0,0,0,0.1); text-align: center; color: #fff; line-height: 60px; width: 60px; height: 60px; font-weight: bold; font-size: 14px;}
.home .swiper-button-next:hover,.home .swiper-button-prev:hover{ background: rgba(0,0,0,0.5);}

.container{ width: 80%; margin: 0 10%;}
.wrapper{ width: 100%; height: auto; overflow: hidden; float: left; background: #fff;}
.about{ width: 100%; height: auto; display: flex; align-items: flex-end;}
.about .lbox,.about .rbox{ width: 50%; padding: 30px; }
.about .lbox .top{ position: relative;}
.about .lbox .top .img{ width:50%; position: relative; opacity: 0;}
.about .lbox .top .txt{ height: 100%; position: absolute; top: 0; left: 0; padding: 5% 10%; display: flex; align-items: center;}
.about .lbox .txt h3,.about .rbox .txt h3{ font-size: 150%; font-weight: lighter; position: relative;}
.about .lbox .txt h3::after,.about .rbox .txt h3::after{ content: ""; display: block; position: absolute; width: 40px; height: 3px; background: #ff6600; bottom: -10px; left: 0;}
.about .txt p{ color: #666; font-size: 16px; line-height: 30px; padding: 30px 0; text-align: justify; text-justify: inter-ideograph;}
.about .lbox .top .txt a{ padding: 10px 30px; background: #222; color: #fff;}
.about .lbox .top .txt a:hover{ background: #007e4d;}
.about .lbox .bot,.about .rbox .bot,.about .rbox .top{ display: flex; justify-content: space-between; align-items: center; background: #d6ffe0;}
.about .lbox .bot .img,.about .rbox .bot .img,.about .rbox .top .img{ width: 50%;}
.about .lbox .bot .txt,.about .rbox .bot .txt,.about .rbox .top .txt{ width: 50%; padding: 30px;}
.about .img{ overflow: hidden;}
.about img{ transition: all ease 1s;}
.about img:hover{ transform: scale(1.1);}
.about .lbox .bot .txt a,.about .rbox .txt a{ position: relative; display: block;}
.about .lbox .bot .txt a::after,.about .rbox .txt a::after{ content: ""; display: block; width: 0%; height: 1px; background:rgba(255,255,255,0.3); position: absolute; bottom: 0; left: 0; transition: all 0.5s;}
.about .lbox .bot .txt a::after{ background: #ff6600;}
.about .lbox .bot .txt a:hover::after,.about .rbox .txt a:hover::after{ width: 100%;}
.about .cbox{display: flex; justify-content: space-between; align-items: center;}


.product{ padding: 50px 0;}
.product01,.product02,.about .cbox{max-width:1560px; margin: auto;}
.product .tit h3{ font-size: 30px; font-weight: lighter;}
.product .tit p{ line-height: 24px; padding: 15px 0; color: #888;}
.product_nav{ background: #eee; margin:0 30px; padding: 10px 0;}
.product_nav a{ position: relative; display: inline-block; padding: 5px 15px; margin: 1px;}
.product_nav a::after{ content: ""; display: block; position: absolute; right: 0; top: 50%; margin-top: -5px; width: 1px; height: 10px; background: #444;}
.product_nav a:last-child::after{ display: none;}
.product_nav a:hover{ color: #007e4d;}
.product .box{ padding: 30px; border-bottom: 1px solid #ddd; margin-bottom: 30px;}
.product .box p{ line-height: 30px; text-align: center;}
.product .img{ overflow: hidden; background: #000;}
.product img{transition: all 0.5s;}
.product .swiper-slide:hover img{ transform: scale(1.1);}
.product .box:hover .swiper-slide:not(:hover) img{ opacity: 0.5;}
.advantage{ position: relative; overflow: hidden; padding: 50px 0; background: url(../images/bg.jpg) no-repeat center;background-attachment: fixed;}
.advantage .tit h3,.love .tit h3{ font-size: 30px; font-weight: lighter;}
.advantage .tit p,.love .tit p{ color: #888;}
.advantage .tit h3,.advantage .tit p{color: #333;}
.advantage .box{ display: flex; justify-content: space-between; align-items: flex-start; max-width:1560px; padding: 30px; margin: auto;}
.advantage .box .item{ width: 24%; padding: 15px; background: #fff; }
.advantage .box h3{ font-size: 160%; font-weight: lighter; padding-left: 60px; position: relative; color: #333;}
.advantage .box .item span{ display: block; width: 50px; height: 50px; position: absolute; left: 0; top: 0; }
.advantage .box .item:nth-child(1) span{ background: url(../images/ys_1.png) no-repeat center #444;}
.advantage .box .item:nth-child(2) span{ background: url(../images/ys_2.png) no-repeat center #444;}
.advantage .box .item:nth-child(3) span{ background: url(../images/ys_3.png) no-repeat center #444;}
.advantage .box .item:nth-child(4) span{ background: url(../images/ys_4.png) no-repeat center #444;}
.advantage .box h3 small{ display: block; font-size: 14px; padding: 10px 0;}
.advantage .box p{ color: #444;}
.advantage .box .item:hover{ box-shadow: 0 0 10px #ccc; cursor: pointer;}
.advantage .box .item:hover h3{ color: #007e4d;}
.advantage .box .item:hover span{ background-color: #007e4d;}
.love { padding: 30px 0;}
.love .box{ background: #fff; max-width: 1560px; margin:30px auto; padding: 0 15px;}
.love .swiper-slide{ display: flex; justify-content: center; align-items: center; padding:10px; background: #eee; box-shadow: 0 0 5px #aaa;}
.love .swiper-slide:hover{ background: #007e4d; cursor: grab;}
.love .swiper-slide-box{ display: flex; justify-content: center; align-items: flex-start; background: #fff; padding: 15px;}
.love .portrait{ width: 50px; min-width: 50px; max-width: 50px; height: 50px; border-radius: 50%; overflow: hidden;}
.love .portrait img{ width: 50px; height: 50px;}
.love .txt{ width: auto; max-width: 100%; padding-left:10px;}
.love .swiper-container { width: 100%; }
.love .swiper-pagination { position: absolute; }
.love .txt h3{ font-size: 18px; color: #007e4d; line-height: 50px;}
.love .txt p{ font-size: 14px; text-align: justify; text-justify: inter-ideograph;}
.love .txt p:last-child{ font-size: 12px; color: #aaa; padding: 5px 0;}
.evaluate{ position: relative; overflow: hidden; padding: 50px 0; background: url(../images/bg.jpg) no-repeat center;background-attachment: fixed;}
.evaluate .tit{ padding-top: 30px; padding-bottom: 15px;}
.evaluate .tit h3{ font-size: 30px; font-weight: lighter;color: #fff;}
.evaluate .tit p{ color: #aaa;}
.evaluate .box{ max-width: 1560px; margin: auto;}
.evaluate .swiper-slide{ width: 100%; height: auto; cursor: grab;}
.evaluate .swiper-pagination-bullet{ background: #fff; width: 15px;height: 15px;}
.evaluate .swiper-container-horizontal > .swiper-pagination-bullets{ bottom: 0;}
.evaluate .box p{ color: #fff; font-size: 20px; font-weight: lighter; text-align: center; max-width: 1200px; margin: auto;}
.evaluate .box small{ display: block; font-size: 16px; color: #eee; text-align: center; padding: 15px;}
.evaluate .swiper-container{ padding-bottom: 30px;}
.new{ padding: 50px 15px; background: url(../images/bg2.jpg) no-repeat center;background-attachment: fixed;}
.new .tit{ padding-bottom: 15px;}
.new .tit h3{ font-size: 30px; font-weight: lighter;}
.new .tit p{ color: #aaa;}
.new .box{ max-width: 1560px; margin: auto;}
.new .swiper-container{ padding-bottom: 30px;}
.new .swiper-slide{ box-shadow: 0 0 5px #aaa;}
.new .swiper-slide .img{ background: #007e4d; position: relative;}
.new .swiper-slide .img::before{ content: ""; display: block; z-index: 1; transition: all 0.5s; width: 50px; height: 50px; background:url(../images/fd.png) no-repeat center; position: absolute; top: 200%; left: 50%; margin-left: -25px; margin-top: -25px;}
.new .swiper-slide:hover .img::before{ top: 50%;}
.new .swiper-slide a img{ transition: all 0.5s;}
.new .swiper-slide a:hover img{ opacity: 0.3;}
.new .swiper-slide a:hover h3{ color: #007e4d;}
.new .txt{ padding: 15px; background: #fff;}
.new .txt p{ padding: 15px 0; font-size: 14px; color: #666;}
.new .date{ border-top: 1px solid #ddd; display: flex; justify-content: space-between;}
.new .date span{ display: block; padding-left: 25px; color: #aaa;}
.new .date span:nth-child(1){ background: url(../images/date.png) no-repeat left center;}
.new .date span:nth-child(2){ background: url(../images/view.png) no-repeat left center;}
.partner{ padding: 50px 15px; background: #fff;}
.partner .tit{ padding-bottom: 15px;}
.partner .tit h3{ font-size: 30px; font-weight: lighter;}
.partner .tit p{ color: #aaa;}
.partner .box{ max-width: 1560px; margin: auto; display: flex; justify-content: space-between; flex-wrap: wrap;}
.partner .box a{ display: block; width: 23%; border: 1px solid #d1e3d5; padding:10px; margin-top: 30px;}
.partner .box a:hover{ box-shadow: 0 0 10px #ccc;}
.footer{ background: #151E28; width: 100%; height: auto; overflow: hidden;}
.footer .box{ max-width: 1590px; padding:0 15px; margin: auto;}
.footer .contact ul li{ width: 33.33%; padding: 15px; display: flex; justify-content: center; align-items: center; background: #007e4d; float: left;}
.footer .contact ul li:nth-child(1){ background: #2ECC71;}
.footer .contact ul li:nth-child(1) p{  font-size: 16px;}
.footer .contact ul li:nth-child(2){ background: #2ABA66;}
.footer .contact ul li span{ display: block; width: 50px; height: 50px; margin:15px;}
.footer .contact ul li:nth-child(1) span{ background: url(../images/map.png) no-repeat center;}
.footer .contact ul li:nth-child(2) span{ background: url(../images/tel.png) no-repeat center;}
.footer .contact ul li:nth-child(3) span{ background: url(../images/email.png) no-repeat center;}
.footer .contact ul li p{ color: #fff; font-size: 20px;}
.footer .contact ul li p small{ display: block; font-size: 14px;}
.footer .fbox{ width: 100%; padding: 30px 0; display: flex; justify-content: space-between;}
.footer .fbox .lbox{max-width: 25%;}
.footer .fbox .lbox img{ max-width: 300px;}
.footer .fbox .lbox p{ padding: 30px 0; color: rgba(255,255,255,0.5);  font-size: 16px;}
.footer .fbox .lbox a{ width: auto; display: inline-block; padding: 10px 50px; color: #fff; background: #2ABA66;}
.footer .fbox .lbox a:hover{ background: #007e4d;}
.footer .fnav{ min-width: 70%; display: flex; justify-content: space-between;}
.footer .fnav .item{ width: 30%; min-width: 300px; color: rgba(255,255,255,0.5);}
.footer .fnav .item a{ color:rgba(255,255,255,0.3);}
.footer .fnav h2{ font-size: 18px; line-height: 50px; font-weight: lighter; color: rgba(255,255,255,0.8); padding-bottom: 20px; position: relative;}
.footer .fnav h2::after{ content: ""; width: 40px; height: 1px; position: absolute; bottom: 20px; left:0; background: #2ABA66;}
.footer .fnav .item:nth-child(1) a{ display: inline-block; width: 100%; background: url(../images/id_ar.png) no-repeat left center; padding-left: 15px;}
.footer .fnav .item:nth-child(1) a:hover{ color: rgba(255,255,255,0.5);}
.footer .fnav .item img{ max-width: 120px;}
.footer .copyright{ width: 100%; padding: 10px 0; float: left; border-top:1px solid rgba(255,255,255,0.2); color: rgba(255,255,255,0.5);}
.footer .copyright a{ color: rgba(255,255,255,0.3); display: inline-block; padding: 0 5px;}
#rollTop { position:fixed; z-index:9999; right:10px; bottom:60px; width:40px; height: 40px; background: #007e4d;}
#rollTop a{ display: inline-block; width: 100%; height: 100%; background: url(../images/rollTop.png) no-repeat center; background-size: 50%;}

.adbanner{ background-size: 100%; background-attachment: fixed; background-position: center top; background-repeat: no-repeat;}
.ny_wrapper{ padding: 50px 15px; background: #eee; min-height: 180px; height:auto; overflow: visible; position: relative;}
.ny_box{ max-width: 1560px; background: #fff; height: auto; margin: auto; margin-top: -120px; overflow: hidden;}
.ny_box .position{ width: 100%; height: 70px; background: #fff;}
/*侧边栏*/
.sidebar_nav{ width: 100%; height: 70px; line-height: 70px; border-bottom: 1px solid #ddd; background: #fff; overflow: hidden;}
.sidebar_nav a{ display: block; padding: 0 25px; width: auto; text-align: center; overflow: hidden; border-right: 1px solid #ddd; float: left;}
.sidebar_nav a:hover,.sidebar_nav a.on{ background: #007e4d; color: #fff; border-right:1px solid #007e4d;}

.list_img{ padding: 15px 0; width: 100%; height: auto; overflow: hidden;}
.list_img li{ padding-top: 15px; padding-bottom: 15px;}
.list_img a{display: inline-block;}
.list_img .img{ overflow: hidden;}
.list_img a img{ transition: all 0.5s;}
.list_img a:hover img{transform: scale(1.1);}
.list_img p{ text-align: center; line-height: 40px;}
/*分页*/
div.paginationbox{width:100%;height:auto;padding: 15px 0; margin:10px auto; overflow: hidden;}
ul.pagination{display:inline-block;padding:0;margin:0;}
ul.pagination li{display:inline}
ul.pagination li a{color:#000;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
ul.pagination li span{color:#aaa;float:left;font-size:14px;padding:10px 18px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
.pagination li:first-child a,.pagination li:last-child a{border-radius:0}
ul.pagination li.bor0 a{border-color:#fff;cursor:auto}
ul.pagination li.thisclass a{ background: #007e4d; color: #fff;border:1px solid #007e4d; cursor: default;}
ul.pagination li a.active{background-color:#007e4d;color:#fff;border:1px solid #007e4d;cursor:default}
ul.pagination li a:hover:not(.active){background-color:#007e4d;color:#fff;border-color:#007e4d}
ul.pagination li.bor0 a:hover{background:0 0;color:#333;border-color:#fff}
ul.pagination > li > a, ul.pagination > li > span{ color: #333;}
ul.preNext{ width:100%; display: flex; justify-content: space-between; float: left;}
ul.preNext li{ padding: 5px 15px; font-size: 18px;}
ul.preNext li a{color:#333;}
ul.preNext li a:hover{color:#007e4d}
ul.preNext li.pre,ul.preNext li.next{ background: #eee;}

/*newsinfo*/
.newsinfo {width: 100%; height: auto; line-height: 20px; overflow:hidden; border-bottom: 1px dotted #ccc; padding-bottom:5px;text-align:center;color: #666; font-size: 12px;}
.newsinfo span {color: #007e4d; font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;font-weight: bold;}
.newsinfo a{ display: inline-block; float: right; margin-left: 15px; padding: 5px 25px; background:#007e4d; color: #fff;}
.newsinfo a:last-child{ background: #007e4d;}
.article_box { width: 70%; float: left; height: auto; padding: 15px; border-right: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.article_box h1 { text-align: center; padding: 15px;font-size: 24px;}
.detail { width: 100%; height: auto;overflow: hidden; line-height: 24px; padding: 15px 0; }
.detail img {max-width: 100%; display: block; width: auto; margin: auto;}

.side_txt{ width: 30%; padding:10px 30px; box-sizing: border-box; float: right;}
.side_txt h3{ line-height: 50px; background: #007e4d; color: #fff; font-size: 20px; text-align: center;}
.side_txt p{ border: 1px solid #ddd; line-height: 24px; padding: 15px; text-align: center; border-top: 0; font-size: 20px;}
.side_txt p small{ font-size: 14px;}
.side_txt p b{ font-size: 24px; color: #007e4d;}
.side_list{ width: 30%;padding:10px 30px; box-sizing: border-box; float: right;}
.side_list h3{ position: relative; line-height: 50px; background: #007e4d; color: #fff; font-size: 20px; padding-left: 25px;}
.side_list h3::before{ content: ""; position: absolute; width: 4px; height: 22px; background: #fff; left: 10px; top: 14px;}
.side_list ul{ padding: 15px; border: 1px solid #ddd;}
.side_list ul li{ position: relative; padding-left: 20px; width: 100%; height: 40px; line-height: 40px; border-bottom: 1px dotted #ddd; overflow: hidden;}
.side_list ul li::before{ content: ""; width: 5px; height: 5px; border-radius: 50%; background: #aaa; position: absolute; left: 6px; top: 18px;}
.side_list ul li a{ font-size: 16px; color: #666; display: inline-block; text-overflow: ellipsis;}
.side_list ul li a:hover{ color: #007e4d;}
.side_list ul li:hover::before{ background: #007e4d;}

.newlist ul li a{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #ddd;}
.newlist .img{ width: 100%; max-width: 20%; overflow: hidden;}
.newlist .img img{ height: auto; max-width: 100%;}
.newlist .txt{ width: 100%; padding-left: 30px;}
.newlist .txt h3{ font-size: 18px; margin: 0; color: #333;}
.newlist .txt p{ font-size: 16px; color: #666; line-height: 24px; padding: 15px 0; margin: 0;}
.newlist .txt span{ color: #aaa;}
.newlist ul li:hover h3{ color: #2ca6ff;}
.newlist ul li:hover p{  color: #333;}



@media (max-width:1600px){
	.header{ width: 90%; left: 5%;}
	.container{ width: 90%; margin: 0 5%;}
	.nav{ width: 100%;}
	.footer .fbox .lbox p{ font-size: 14px;}
	.logo img{ max-width: 220px;}
}
@media (max-width:1200px){
	.newlist .txt{ padding-left: 10px;}
	.newlist .img{ max-width: 25%;}
	.article_box,.side_txt,.side_list{ width: 100%; border: 0;}
	.side_txt,.side_list{ padding: 15px;}
	.adbanner{ background-attachment: unset;}
	.ny_wrapper{ padding: 0; }
	.ny_box{ height: auto; overflow: hidden; margin-top: 0;}
	.ny_box .position{ height: 50px;}
	.list_img li{ padding: 5px;}
	.sidebar_nav{ height: 50px; line-height: 50px;}

	.header{ position: fixed; width: 100%; left: 0; top: 0; height: 60px; line-height: 60px; z-index: 1004;}
	.header.maxwidth{ position: fixed; height: 60px; line-height: 60px}
	.language{ margin-right: 60px;}
	.logo{ padding:10px;}
	.logo img{ max-height: 40px;max-width: 150px;}
	.home{ padding-top: 60px;}
	.about{ display: block;}
	.about .cbox{ display: block;}
	.about .lbox, .about .rbox{ width: 100%; padding: 10px;}
	.about .txt p{ font-size: 12px; line-height: 20px;}
	.home .swiper-pagination{bottom:10px!important;}
	.home .swiper-pagination-bullet{width:10px;height:10px; line-height: 10px; opacity:1; font-size: 0; background:#fff;border:0; transition: all 0.5s;}
	.home .swiper-pagination-bullet-active{background:#ff6600; border: 0;}
	.about .lbox .top .txt{ position: relative; padding:30px 15px;}
	.about .lbox .bot .txt, .about .rbox .bot .txt, .about .rbox .top .txt{ padding:30px 15px;}
	.about .rbox .txt a::after{ width: 100%;}
	.product{ padding: 30px 0;}
	.product .box{ padding: 10px;}
	.product .tit h3{ padding-bottom: 15px;}
	.product_nav{ margin:0 10px;}
	.product_nav a{ padding: 1px 5px;}
	.advantage .box { flex-wrap: wrap; padding: 15px;}
	.advantage .box .item{ width: 48%; padding: 15px;}
	.love .box{ display: block; margin: 15px 0;}
	.love .lbox,.love .rbox{ width: 100%;}
	.love .lbox{ padding: 15px;}
	.love .txt p{ font-size: 16px;}
	.evaluate .box p{ font-size: 16px; padding: 0 15px; text-align: justify; text-justify: inter-ideograph;}
	.partner .box a{ margin-top: 15px; width: 49%;}
	ul.preNext li{ font-size: 12px;}
}
@media (max-width:768px){
	.about .lbox .bot,.about .rbox .bot,.about .rbox .top{ display: block;}
	.about .lbox .bot .img, .about .rbox .bot .img, .about .rbox .top .img,.about .lbox .bot .txt, .about .rbox .bot .txt, .about .rbox .top .txt{ width: 100%;}
	.advantage .box{ display: block;}
	.advantage .box .item{ width: 100%;}
	.footer .contact ul li{ width: 100%; justify-content: flex-start;}
	.footer .fnav{ display: block;}
	.footer .fnav .item{ width: 100%;}
	.footer .fnav .item:nth-child(1) a{ width: auto; padding: 0 15px;}
}

.message{max-width: 600px; margin: 30px auto;}
.message input,.message textarea{border:1px solid #ddd; border-radius: 0; padding: 5px 15px;}
.message input{ height: 40px;}
.message input:focus{ box-shadow: none; border-color: #2ABA66;}
.message .btn{ border-radius: 0; background: #2ABA66; padding: 15px 50px; border: 0;}