@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.float{ width:768px; left:0; top:0; height:100%; position:fixed; margin-left:-384px; background-color:rgba(0,0,0,0.9); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}
.float > .f-navlist > h3{ width:100%; height:48px; line-height:48px; font-size:16px; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.8); color:#333; text-align:center; font-weight:normal; color:#FFF;} 
.float > .f-navlist > h3 > span{ float:left;}
.float > .f-navlist > h3 > span a,.float > .f-navlist > h3 > span a:hover{ color:#FFF;}
.float > .f-navlist > h3 > span:nth-of-type(2){ float:right; }
.float > .f-navlist > h3 > span > i{ font-size:14px;}
.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box;}
.float > .f-navlist > ul > li{ width:100%; height:40px; line-height:40px; font-size:12px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.6);}
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/


.header{ width:100%; min-width: 320px; height:auto; box-sizing:border-box; background-color:rgba(255,255,255,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:200px; padding-top:20px; padding-bottom:20px; flex-shrink: 0; transition:all 0.3s linear; -webkit-transition:all 0.3s linear; flex-shrink: 0; margin-right:2%;  }
.logo img{ width:100%;}
.title{ width: 100%; font-size: 14px; text-align: left; padding:0 2%; line-height: 24px; align-self: center; position: relative;}
.title::after{ content: ' '; width:1px; height: 100%; background-image: linear-gradient( to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 25%, rgba(255,255,255,0) 75%, rgba(255,255,255,1) 100%); position: absolute; left:0; top:0; background-color: #67ad5e;}
.hdChat{ width: 24px; height: 24px; align-self: center; transform: translateY(4px); -webkit-transform: translateY(4px);  margin-right:1.6%;}
.hdChat > p{ width: 24px; height: 24px; overflow: hidden; }
.htChat > p > img{ width: 100%; }
.phone{ width:25%; overflow: hidden; align-self: center;flex-shrink: 0; }
.phone img{ width: 100% }

.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center;}
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #67ad5e; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:100px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,0.96); border-bottom:1px solid rgba(120,120,120,0.2);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}
/*主体*/
.main{   height:auto; }
/*底部*/

.foot-blank{ height:auto; width:100%; }
.footer,.colFooter{ min-width: 320px; box-sizing:border-box; background-color: #4d4d4d; height: auto;}
.footer > .c-con,.colFooter > .c-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; box-sizing: border-box; padding-top: 20px; padding-bottom: 20px;}
.copyright{ width:100%; font-size: 14px; line-height: 24px; text-align: left; line-height: 2; color: rgba(255,255,255,0.3);}
.copyright > a{ color: rgba(255,255,255,0.3); }
.copyright > a:hover,.tools > .toolLink > a:hover{ color: #FFF !important }
.tools{ height: 24px;  line-height: 24px; font-size: 14px; flex-shrink: 0; margin-left:3%; color: rgba(255,255,255,0.3); display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; }
.tools > .toolChat{ height: 24px; width: 24px; position: relative;  z-index: 1200;}
.tools > .toolChat > p{ width: 24px; height: 24px; overflow: hidden; }
.tools > .toolChat > p > img{ width: 24px; height: 24px; }
.tools > .toolChat > div{ width: 108px; background-color: #b18965; box-sizing: border-box; padding:6px;  position: absolute; top:-120px; left:50%; margin-left: -54px; z-index: 1220; display: none; animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.tools > .toolChat > div::after{ content: ' '; width:0; height: 0;border-left: 8px solid transparent;border-right: 8px solid transparent;border-top: 10px solid #b18965; position: absolute; left:50%; margin-left:-6px; bottom:-8px;}
.tools > .toolChat > div > img{ width: 96px; height: 96px; }
.tools > .toolChat:hover > div{ display: block; }

.tools > .toolLink{ height: 24px; line-height: 24px; font-size: 14px; margin-left:20px; }
.tools > .toolLink > a{ color: rgba(255,255,255,0.3) !important;  }
/*首页*/
/*焦点图*/
.nav{ background-color: #6caf63; position: relative; min-width: 320px; }
.nav > .navlist{ }
.nav > .navlist > ul{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: center; }
.nav > .navlist > ul > li{ width:12.5%;  }
/*.nav > .navlist > ul > li::after{content: ' '; width: 100%; height: 60px; background-color: rgba(0,0,0,0.8); position: absolute; left:0; top:60px; display: none; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; z-index: 90;}*/
.nav > .navlist > ul > li > div{ width: 100%; position: relative;}
.nav > .navlist > ul > li > div > a{ width: 100%; height: 60px;text-align: center; line-height: 60px; font-size: 16px; display: block;  color: #FFF !important; box-sizing: border-box; }
.nav > .navlist > ul > li > div > a.active,.nav > .navlist > ul > li > div > a:hover{ background-color: rgba(0,0,0,0.1); }


.flash{ width:100%; box-sizing: border-box; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:14px; height:14px; border-radius:50%; box-sizing:border-box; background-color: transparent; border:2px solid #FFF; }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }
.swiper1 .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiper1 .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}

.f1,.f2,.f3,.f4{ width: 100%; height: auto; box-sizing: border-box; padding-top: 5%; padding-bottom: 5%; }
.f1{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.server{ width:32%; box-sizing: border-box; margin-right: 2%;flex-shrink: 0; }
.swiper2{ width: 100%; height: 100%; background-color: #62aa59; }
.swiper2 .swiper-pagination {right:0; display:inline-block;  bottom:6%; left:2%; text-align:left; padding-right:10px; box-sizing:border-box; }
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:16px; height:8px; border-radius:0; box-sizing:border-box; background-color: transparent; border:1px solid #FFF;  }
.swiper2 .swiper-pagination-bullet-active{background-color:rgba(255,255,255,1);}
.swiper2 .swiper-slide{ position:relative; overflow: hidden;}
.swiper2 .swiper-slide > a{width: 100%; display: flex; height: 100%; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
.swiper2 .swiper-slide > a > p{ width: 100%; height: 0; padding-top: 68.23%; flex-shrink: 0; position:relative; }
.swiper2 .swiper-slide > a > p > img{ width:100%; height: 100%; position: absolute; left:0; top:0;}
.swiper2 .swiper-slide > a > div{ width: 100%; flex:1; background-color: #62aa59; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; box-sizing: border-box;padding:3%; }
.swiper2 .swiper-slide > a > div > h3{ font-weight: normal; font-size: 20px; color: #FFF; }
.swiper2 .swiper-slide > a > div > p{ align-self: center; width:40%; overflow: hidden; }
.swiper2 .swiper-slide > a > div > p img{ width: 100%; }
.swiper2 .swiper-button-next,.swiper2 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper2 .swiper-button-next:hover,.swiper2 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper2 .swiper-button-next i,.swiper2 .swiper-button-prev i{ font-size:1.0rem; }
.swiper2 .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiper2 .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}

.about{ width: 100%; background-color: #1da556; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.about > .aboutImg{ width: 50%; display: block; overflow: hidden; }
.about > .aboutImg img{ width: 100%; }
.about > .aboutRight{ width: 50%; box-sizing: border-box; padding:4%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; color: #FFF; }
.about > .aboutRight > h3{ font-size: 20px; font-weight: normal; line-height: 2.5; display: inline-block; box-sizing: border-box; border-bottom: 1px solid #FFF; }
.about > .aboutRight > div{ width: 100%; font-size: 14px; text-align: left; line-height: 24px; height: auto; overflow: hidden; }
 .about > .aboutRight > p{ width: 100%; height: auto; overflow: hidden; text-align: left; }
 .about > .aboutRight > p > a{ display: inline-block; padding:0 12px; height: 26px; line-height:26px; background-color: #FFF; color: #1da556; font-size: 12px; text-transform: uppercase; }

.f2{ border-top: 1px solid #f1f1f1; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.f2NewsMain{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.f2News-header{ width: 120px; flex-shrink: 0; background-color: #62aa59; color: #FFF; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.f2News-header > p{ width: 48px; overflow: hidden; }
.f2News-header > p img{ width: 100%; }
.f2News-header > h3{ font-size: 550; font-size: 20px; margin-top: 15%; }
.f2News-list{ width: 100%; height: 100%; box-sizing: border-box; padding:0 3%; }
.f2News-list > ul{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.f2News-list > ul > li{ width: 100%; height: 24px; line-height: 24px; overflow: hidden; text-align: left; font-size: 16px; box-sizing: border-box; padding-left:14px; position: relative; }
.f2News-list > ul > li::after{ content: ' '; width: 4px; height: 4px; position: absolute;left:0; top:50%; margin-top: -2px; background-color: #999;}
.f2News-list > ul > li > span{ display: inline-block; height: 24px; line-height: 24px; text-align: right;padding-left: 20px; float: right; color: #999; }
.f2NewsHot{ width:400px; background-color: #EEE; flex-shrink: 0 }
.f2NewsHot > p{ width: 100%; height: 0; padding-top: 62.5%; position: relative; overflow: hidden;}
.f2NewsHot > p img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.f2NewsHot > div{ width: 100%; box-sizing: border-box; padding:3% 5% 5% 5%;  }
.f2NewsHot > div > h3{ width: 100%; font-weight: normal; line-height: 24px; font-size: 16px; text-align: left; overflow: hidden; }
.f2NewsHot > div > p{ width: 100%; height: 14px; text-align: left; color: #999; margin-top: 3%; }





.objs{ width: 100%; min-width: 320px; background-color: #f1f1f1; box-sizing: border-box; padding-top: 1%; padding-bottom: 4%; }
.objs > .objsHeader{ font-weight: 550; line-height: 3; font-size: 22px; color: #62aa59; text-align: left; }
.box{ width: 1360px; overflow: hidden; height: auto; height:auto; margin:0 auto; position:relative; padding-left:80px; padding-right:80px;  box-sizing:border-box;}
.swiper5 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper5 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper5 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper5 .swiper-slide{ position:relative; box-sizing: border-box; background-color: #FFF;}
.swiper5 .swiper-slide > a{ width:100%; overflow: hidden; font-size: 14px;  }
.swiper5 .swiper-slide > a > p{ width: 100%; height: 0; padding-top: 72.414%; position: relative; overflow: hidden;}
.swiper5 .swiper-slide > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.swiper5 .swiper-slide > a > h3{ width: 100%; height: 40px; line-height: 40px; box-sizing: border-box; padding:0 10px; font-weight: normal; font-size: 14px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box .swiper-button-next,.box .swiper-button-prev{   height:54px; width:54px;text-align:center; background-image:url(none); cursor:pointer; margin-top:-27px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; } 
.box .swiper-button-next{ background-image: url(../images/goRight.png);}
.box .swiper-button-prev{ background-image: url(../images/goLeft.png);} 
.box1 .swiper-button-next:hover{background-image: url(../images/goRight2.png); }
.box1 .swiper-button-prev:hover{ background-image: url(../images/goLeft2.png);  } 
.box .swiper-button-next i,.box .swiper-button-prev i{ font-size:0}

.box2{ width: 100%; min-width: 320px; overflow: hidden; height: 0; margin:0 auto; position:relative;  box-sizing:border-box; }
.swiper6 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; display:none;}
.swiper6 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper6 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper6 .swiper-slide{ position:relative; box-sizing: border-box; background-color: #FFF;}
.swiper6 .swiper-slide > a{ width:100%; overflow: hidden; font-size: 14px;  }
.swiper6 .swiper-slide > a > p{ width: 100%; height: 0; padding-top: 72.414%; position: relative; overflow: hidden;}
.swiper6 .swiper-slide > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.swiper6 .swiper-slide > a > h3{ width: 100%; height: 40px; line-height: 40px; box-sizing: border-box; padding:0 10px; font-weight: normal; font-size: 14px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.box2 .swiper-button-next,.box2 .swiper-button-prev{   height:40px; width:40px;text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100% 100%; } 
.box2 .swiper-button-next{ background-image: url(../images/goRight.png);  right:20px; left:auto;}
.box2 .swiper-button-prev{ background-image: url(../images/goLeft.png);  left:20px; right:auto;} 
.box2 .swiper-button-next:hover{background-image: url(../images/goRight2.png); }
.box2 .swiper-button-prev:hover{ background-image: url(../images/goLeft2.png);  } 
.box2 .swiper-button-next i,.box .swiper-button-prev i{ font-size:0}


.f4{ box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-around; align-items: stretch; }
.f4Honor,.f4Contact{ width: 50%; height: 300px; background-color: #353d84;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; flex-shrink: 0; overflow: hidden; position: relative;}
.f4Honor{ background-color: #62aa59; /*background-image: url(../images/emp-44.png); background-repeat: no-repeat; background-position: right center; background-size: contain;*/ }
.f4Honor-about{ width: 100%; box-sizing: border-box; padding: 20px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start;background-color: #62aa59; /*position: relative; z-index: 320;*/}
.f4Honor-about > h3,.f4Honor-about > p{ width: 100%; font-size: 22px; line-height: 1.5; text-align: left; color: #FFF; }
.f4Honor-about > p,.f4Contact > p{ font-size: 22px; text-transform: capitalize; font-weight: normal; line-height: 1.2; margin-top: 5%; margin-bottom: 5%; }
.f4Honor-about > p{font-size: 14px;line-height: 24px;margin-bottom:1%;white-space: nowrap;}
.f4Honor-about > a{display: inline-block;font-size: 14px;margin-top: 5%;text-transform: uppercase;color: #FFF !important;}
.f4Honor-img{ width: 350px; flex-shrink: 0 }
.f4Honor-img > img{ width: 100%; }
.f4Contact{ box-sizing: border-box; padding:20px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; }
.f4Contact h3,.f4Contact p,.f4Contact h4,.f4Contact div{ width: 100%; font-size: 22px; line-height: 1.5; text-align: left; color: #FFF;}
.f4Contact p{ margin-top:10px; margin-bottom: 0;font-size: 22px;  }
.f4Contact h4{ font-size: 16px; margin-top: 15%; margin-bottom: 10px; font-weight: normal;}
.f4Contact div{ font-size: 14px; line-height: 2.4; }
.contatQTcode{ width: 100px; height: auto; overflow: hidden; position: absolute; right:5%; bottom:15%;}
.contatQTcode > img{width:100%;}



.colNavlist{ width:100%; height: 100px; box-sizing: border-box; padding-right: 2%; }
.colNavlist > ul{ width: 100%; height: 100%; display: flex; flex-direction:row; flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
.colNavlist > ul > li{ height: 100%; }
.colNavlist > ul > li > a{ display: block; padding:0 20px; font-size: 16px; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.colNavlist > ul > li > a:hover,.colNavlist > ul > li > a.active{ background-color: #62aa59; color: #FFF !important; }
.hdColChat{ width: 24px; height: 24px; align-self: center; transform: translateY(4px); -webkit-transform: translateY(4px);}
.hdColChat > p{ width: 24px; height: 24px; overflow: hidden; }
.hdColChat > p > img{ width: 100%; }
.colFlash{ width:100%; min-width: 320px; overflow: hidden; height: auto; }
.colFlash img{ width: 100%; }
.tab{width:100%; box-sizing: border-box; padding-top: 4%;  padding-bottom: 4%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.tab > p{ display: inline-block; flex:1; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; position: relative; }
.tab > p > a{ display: block; font-size: 18px; line-height: 3; position: relative; cursor: pointer; padding:0 5px; color: #333 !important; text-align: center;}
.tab > p > a::after{ content: ' '; width:90%; height: 4px; background-color: #62aa59; position: absolute; left:50%; margin-left:-45%; bottom:0; display: none; }
.tab > p.active > a::after/*,.tab > p:hover > a::after*/{ display: block; }
.col{ width: 100%;min-width: 320px; background-color: #f4f5f7; border-top: 1px solid #CCC;}
.col > .c-con{ padding-bottom: 4%; }
.colCases{ width: 100%; height: auto; padding-top: 4%;  padding-bottom: 4%; }
.colCases > ul > li{width: 32%;float: left;overflow: hidden;margin-right: 2%;margin-bottom: 2%;background-color: #FFF;transition:  all 0.5s linear;-webkit-transition:  all 0.5s linear;position:relative;}
.colCases > ul > li:nth-of-type(3n){ margin-right: 0; }
.colCases > ul > li > a{ display: block; width: 100%; transition:  all 0.5s linear; -webkit-transition:  all 0.5s linear;}
.colCases > ul > li > a > p{ width: 100%; height: 0; padding-top: 64.76684%; position: relative; }
.colCases > ul > li > a > p > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.colCases > ul > li > a > h3{ width: 100%; height: 60px; line-height: 60px; text-align: center; font-size: 18px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-weight: normal; box-sizing: border-box; padding:0 10px; }
.colCases > ul > li:hover > a{ color: #62aa59 !important; }
.caseMore{ width: 64px; height: 64px; background-image: url(../images/icon-more.png); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; display: block; margin:0 auto; overflow: hidden; transition:  all 0.5s linear; -webkit-transition:  all 0.5s linear;}
.caseMore:hover{ background-image: url(../images/icon-more2.png);  }

.colCases > ul > li .txttsfw{display: block;position:absolute;bottom: 0;color:#fff;width: 100%;}
.colCases > ul > li .txttsfw h3{width: 100%;height: 40px;line-height: 40px;text-align: center;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: normal;box-sizing: border-box;padding:0 10px;background: rgba(29,169,86,0.5);}
.colCases > ul > li .txttsfw p{line-height: 40px;text-align: left;font-size: 14px;padding:0 10px;display: none;}
.colCases > ul > li:hover .txttsfw{width:100%;height:100%;top:0;padding-top:10%;background-color: rgba(29,169,86,0.9);transition: all 0.5s linear;-webkit-transition: all 0.5s linear;}
.colCases > ul > li:hover .txttsfw h3{width: 100%;height: 60px;line-height: 60px;background: none;}
.colCases > ul > li:hover .txttsfw p{display:block;line-height: 24px;}

.colAbout{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; padding-top: 4%;  padding-bottom: 4%;}
.colAboutLeft{ width: 35%; flex-shrink: 0; margin-right: 3.75%; }
.calTitle{ width: 100%; height: auto; position: relative; }
.calTitle > img{ width: 100%;  }
.calTitle > div{ width: 100%; height: 100%; position: absolute; left:0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.calTitle > div > h3{ width: 100%; box-sizing: border-box; padding:0 5%; font-weight: 550; color: #FFF; font-size: 28px; line-height: 1.5; margin-bottom: 4%; text-align: center; }
.calTitle > div > p{ width:100%; height: auto; line-height: 2; text-align: center; box-sizing: border-box; padding:0 5%; font-size: 18px; color: #FFF; }
.colBanner{ width: 100%; overflow: hidden; position: relative; margin-top: 2px; }
.colBanner > img{ width: 100%; }
.colBanner > a{ display: block; width: 35%; position: absolute; left:4%; bottom:3%; }
.colBanner > a > img{ width: 100%; }
.colAboutRight{width:100%;}
.car-header{ width: 100%; height: auto; margin-bottom: 5%; }
.car-header > h3,.car-header > p{ width: 100%; font-weight: normal; font-size: 26px; text-align: left; line-height: 1.2; color: #62aa59;}
.car-header > p{ text-transform: uppercase; color: #666; font-weight: normal; margin-top: 10px;}
.car-cont{ width: 100%; line-height: 2; font-size: 14px; text-align: left; }
.car-cont img{margin:0 auto;max-width:100%;}

.cultF1,.cultF2,.cultF3,.cultF4{ width: 100%;min-width: 320px; height: auto; }
.cultF1 .c-con,.cultF2 .c-con,.cultF3 .c-con,.cultF4 > .c-con{ box-sizing: border-box; padding-bottom: 5%; padding-top: 3%; }
.culHeader{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;}
.culHeader > h3{ font-weight: 550; font-size: 24px; color: #62aa59; line-height: 3; margin:0 3%; }
.culHeader > p{ width: 30px; height: 2px; background-color: #62aa59; }
.cultF1{ background-image: url(../images/emp-34.png); background-repeat: no-repeat; background-position: center center; background-size: 100% 100%; border-top: 1px solid #CCC;}
.cultSpirit{ width: 100%; height: auto; margin-top: 3%;}
.cultSpirit > ul > li{ width: 22.75%; float: left; background-color: #FFF; box-sizing: border-box; padding:20px; margin-right:3%;}
.cultSpirit > ul > li:nth-of-type(4n){ margin-right: 0; }
.cultSpirit > ul > li > h3{ width: 100%; font-weight: normal; font-size: 20px; line-height: 2; text-align: center; }
.cultSpirit > ul > li > p{ width: 80px; height: 80px; margin:0 auto;  background-repeat: no-repeat; background-size: center center; margin-top: 6%; margin-bottom: 6%; background-size: 100% 100%;}
.cultSpirit > ul > li:nth-of-type(1) > p{ background-image: url(../images/emp-36.png); }
.cultSpirit > ul > li:nth-of-type(2) > p{ background-image: url(../images/emp-38.png); }
.cultSpirit > ul > li:nth-of-type(3) > p{ background-image: url(../images/emp-40.png); }
.cultSpirit > ul > li:nth-of-type(4) > p{ background-image: url(../images/emp-42.png); }
.cultSpirit > ul > li > div{ width: 100%; height: 240px; line-height: 24px; text-align: left; font-size: 14px; overflow: hidden; text-indent: 28px;  }

.cultF2 .c-con{ padding-bottom: 2%; }

.cultF3{ background-color: #EEE; background-image: url(../images/emp-31.png); background-position: center center; background-repeat: no-repeat; background-size: 100% 100%; }
.cultPurpose,.brandCont{ width: 100%; height: auto;line-height: 30px; font-size: 16px; text-align: center; color: #FFF; padding-top: 2%; padding-bottom: 4%; box-sizing: border-box; padding-left:12%; padding-right: 12%; }
.cultPurpose{ color: #333; padding-bottom: 1%; }
.cultPurposeImg{ width: 100%; overflow: hidden; }
.cultPurposeImg > img{ width: 100%; }

.colCultLeft{ width: 29%; flex-shrink: 0; margin-right: 3.75%; }
.culTitle{ width: 100%; height: auto; position: relative; }
.culTitle > img{ width: 100%;  }
.colBanner{ width: 100%; overflow: hidden;}
.colBanner > img{ width: 100%; }
.colCultRight{width:100%;}
/*.cur-cont{width: 100%; line-height: 2; font-size: 14px; text-align: left; }*/


.colFooter > .c-con{ padding-top: 2%; padding-bottom: 2%; }
.contact{ height: auto; }
.contact > h3,.contact > p{ text-align: left; line-height: 2; font-size: 14px; color: #FFF; font-weight: normal; }
.contact > h3{ font-size: 18px; margin-bottom: 6px; }
.QTcode{ width: 100px; height: 100px;overflow: hidden; flex-shrink: 0; }
.QTcode > img{ width:100%; }

.help{ flex-shrink: 0; height: 24px; line-height: 24px; font-size: 14px; text-align: right; color: rgba(255,255,255,0.3); }
.help > a{ color: rgba(255,255,255,0.3) !important; }



/*联系我们*/
.colContact{ width: 100%; height: auto; padding-top: 4%; padding-bottom: 4%; display: flex; flex-direction: row;flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; box-sizing: border-box;  position: relative;}
.colContactAbout{ width: 100%; height: auto; min-height: 200px;}
.colContactAbout h3,.colContactAbout p{ width: 100%; height: auto; line-height: 1.8; font-size: 18px; text-align: left; color: #666; }
.colContactAbout h3{ font-weight: normal; font-size: 22px; text-align: left; margin-bottom: 3%; }
.colContactChat{ width: 150px; height: auto;/* position: absolute; right:0; top:50px;*/ flex-shrink: 0;}
.colContactChat p{ width:100%; overflow: hidden; }
.colContactChat p img{ width: 100%; }
.colContactChat h3{ width: 100%; height: auto; line-height: 2.67; font-weight: normal; font-size: 18px; text-align: center; color: #666; }
.map{ width: 100%; min-width: 320px; overflow: hidden; }
.map img{ width: 100%; /*min-height: 532px;*/}







.newsList{ width: 100%; height: auto; }
.newsList li{ width: 100%; box-sizing: border-box; padding-top: 2%; padding-bottom: 2%; position: relative; cursor: pointer; display:flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch;}
.newsList li .newsItem-img{ width: 264px; height: 164px; flex-shrink: 0; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.newsList li .newsItem-img img{ width: 264px;height: 164px; }
.newsList li .newsItem-about{ width: 100%; height: 164px; overflow: hidden; box-sizing: border-box; padding:0 3%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsList li .newsItem-about h3{ width: 100%; line-height: 32px; height: 72px; overflow: hidden; text-align: left; font-size: 22px; font-weight: normal;}
.newsList li .newsItem-about p{ width: 100%; height: 48px; line-height: 24px;  font-size: 18px; text-align: left; color: #666;  margin-top: 10px; overflow: hidden;}
.newsList li .newsItem-date{ width: 160px; height: 164px; flex-shrink: 0; }
.newsList li .newsItem-date h3{ width:100%; height: 35px; line-height: 35px; width: 100%; font-weight: normal; font-size: 16px; color: #666; text-align: right; position: relative;; transition: all 0.5s linear; -webkit-transition:all 0.5s linear;}
.newsList li .newsItem-date h3::after{ content: ' '; width: 40px; height: 2px ;background-color: #999; position: absolute; left:0; top:50%; margin-top: -1px; ; transition: all 0.5s linear; -webkit-transition:all 0.5s linear;}
.newsList li .newsItem-date p{ width:100%; height: 26px; line-height: 26px; text-align: right; margin-top: 10px; }
.newsList li .newsItem-date p a{ display: inline-block; width: 30px; height: 30px; line-height: 30px; text-align: center; font-size: 14px; background-color: #999; border-radius: 50%; font-size: 16px; color: #FFF !important; transition: all 0.5s linear; -webkit-transition:all 0.5s linear; }
.newsList li:hover .newsItem-about h3 a,.newsList li:hover .newsItem-date h3{ color: #01479d !important; }
.newsList li:hover .newsItem-date h3::after{ background-color: #01479d; }
.newsList li:hover .newsItem-date p a{ background-color: #01479d; }
.pages{ font-size: 0; text-align: center; margin-top: 80px;}
.pages li{display: inline-block; margin:0 3px; }
.pages li{ display: inline-block; padding:0 10px; height: 30px; line-height: 28px; box-sizing: border-box; border:1px solid #FFF; background-color: #FFF; font-size: 16px; position: relative; overflow: hidden;}
.pages span{ border:none; background-color:none; }
.pages li.thisclass ,.pages li a:hover{ color: #62aa59 !important; }

.article{ width: 100%; height: auto; line-height: 32px; font-size: 14px; color: #666; }
.article h3{ width: 100%; height: auto; line-height: 72px; font-size: 26px; color: #666;text-align:center; }
