ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption,  hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, select, *:after, *:before{margin: 0;padding: 0;-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;outline: 0;border: 0;background: transparent;vertical-align: baseline;}

ul, ol, li {list-style: none;}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {display: block;}
audio,canvas,progress,video {display: inline-block;vertical-align: baseline;}
audio:not([controls]) {display: none;height: 0;}[hidden],template {display: none;}
a {background: transparent;}
a:active,a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
b,strong {font-weight: bold;}
dfn {font-style: italic;}
mark {background: #ff0;color: #000;}
small {font-size: 80%;}
sub,sup {font-size: 75%;line-height: 0;position: relative;vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0;}
svg:not(:root) {overflow: hidden;}
figure {margin: 1em 40px;}
hr {-moz-box-sizing: content-box;box-sizing: content-box;height: 0;}
pre {overflow: auto;}
code,kbd,pre,samp {font-family: monospace, monospace;font-size: 1em;}
button,input,optgroup,select,textarea {color: inherit;font: inherit;margin: 0;}
button {overflow: visible;}button,select {text-transform: none;}
button,html input[type="button"],input[type="reset"],input[type="submit"] {-webkit-appearance: button;cursor: pointer;}
button[disabled],html input[disabled] {cursor: default;}button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}input {line-height: normal;}
input[type="checkbox"],input[type="radio"] {box-sizing: border-box;padding: 0;}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {height: auto;}
input[type="search"] {-webkit-appearance: textfield;-moz-box-sizing: content-box;-webkit-box-sizing: content-box;box-sizing: content-box;}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;}fieldset {border: 1px solid #c0c0c0;margin: 0 2px;padding: 0.35em 0.625em 0.75em;}legend {border: 0;padding: 0;}textarea {overflow: auto;}optgroup {font-weight: bold;}table {border-collapse: collapse;border-spacing: 0;}td,th {padding: 0;}a{text-decoration: none;color: #005fb4;}.copyrights{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
@media print {* {text-shadow: none !important;color: #000 !important;background: transparent !important;box-shadow: none !important;} a, a:visited {text-decoration: underline;}a[href]:after {content: " (" attr(href) ")";} abbr[title]:after {content: " (" attr(title) ")";} a[href^="javascript:"]:after,a[href^="#"]:after {content: "";} pre,  blockquote {border: 1px solid #999;page-break-inside: avoid;}thead {display: table-header-group;}tr,img {page-break-inside: avoid;}img {max-width: 100% !important;}p, h2, h3 {orphans: 3;widows: 3;} h2,h3 {page-break-after: avoid;}select {background: #fff !important;}}

/*改变滚动条样式*/
::-webkit-scrollbar{width: 5px;  height: 5px;  background-color: #dbdbdb;}  
::-webkit-scrollbar-track{background-color: #dbdbdb;}   
::-webkit-scrollbar-thumb{background-color: #19783a;}

/*动画效果*/
.ani-up{visibility: hidden;-webkit-opacity: 0;opacity: 0;}
.fadeInUp{visibility: visible;animation: fadeInUp ease-out .6s forwards;-webkit-animation: fadeInUp ease-out .6s forwards;-moz-animation: fadeInUp ease-out .6s forwards;}
.ani-rig{visibility: hidden;-webkit-opacity: 0;opacity: 0;}
.faderight {visibility: visible;animation: faderight ease-out .6s forwards;-webkit-animation: faderight ease-out .6s forwards;-moz-animation: faderight ease-out .6s forwards;}
.ani-left{visibility: hidden;-webkit-opacity: 0;opacity: 0;}
.fadeleft {visibility: visible;animation: fadeleft ease-out .6s forwards;-webkit-animation: fadeleft ease-out .6s forwards;-moz-animation: fadeleft ease-out .6s forwards;}
.scalew{animation: scaleW .8s 1s both;-moz-animation: scaleW .8s 1s both;-webkit-animation: scaleW .8s 1s both;}
.scaleh{animation: scaleH .8s 1s both;-webkit-animation: scaleH .8s 1s both; -moz-animation: scaleH .8s 1s both;}
.fadedown{-webkit-animation:fadeInDown .8s .3s both;-moz-animation:fadeInDown .8s .3s both;animation:fadeInDown .8s .3s both;}
.fadeup{-webkit-animation: fadeInUp .8s .3s both;-moz-animation: fadeInUp .8s .3s both;animation: fadeInUp .8s .3s both;}
.ostar{animation: ostar 1s 0s infinite linear both;-webkit-animation: ostar 1s 0s infinite linear both; -moz-animation: ostar 1s 0s infinite linear both;}
@keyframes ostar{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
@-webkit-keyframes ostar{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
@-moz-keyframes ostar{
	0%{opacity:0}
	50%{opacity:1}
	100%{opacity:0}
}
@keyframes scaleW{
	0%{transform:scaleX(0)}
	100%{transform:scaleX(1)}
}
@-webkit-keyframes scaleW{
	0%{-webkit-transform:scaleX(0)}
	100%{-webkit-transform:scaleX(1)}
}
@-moz-keyframes scaleW{
	0%{-moz-transform:scaleX(0)}
	100%{-moz-transform:scaleX(1)}
}
@keyframes scaleH{
	0%{transform:scaleY(0)}
	100%{transform:scaleY(1)}
}
@-webkit-keyframes scaleH{
	0%{-webkit-transform:scaleY(0)}
	100%{-webkit-transform:scaleY(1)}
}
@-moz-keyframes scaleH{
	0%{-moz-transform:scaleY(0)}
	100%{-moz-transform:scaleY(1)}
}
@keyframes fadeInDown {
    0% { opacity: 0; transform: translate3d(0,-100%,0)}
    100% { opacity: 1;transform: none;}
}
@-webkit-keyframes fadeInDown { 
	0% { opacity: 0; -webkit-transform: translate3d(0,-100%,0);}
	100% { opacity: 1; -webkit-transform: none;}
}
@-moz-keyframes fadeInDown { 
	0% { opacity: 0; -moz-transform: translate3d(0,-100%,0);}
	100% { opacity: 1; -moz-transform: none;}
}

@keyframes fadeInUp {
	0% {opacity: 0;transform: translate3d(0, 50%, 0);}
	100% {opacity: 1;transform: none;}
}
@-webkit-keyframes fadeInUp {
	0% {opacity: 0;-webkit-opacity: 0;-webkit-transform: translate3d(0, 50%, 0);}
	100% {opacity: 1;-webkit-opacity: 1;-webkit-transform: none;}
}
@-moz-keyframes fadeInUp {
	0% {opacity: 0;-moz-transform: translate3d(0, 50%, 0);}
	100% {opacity: 1;-moz-transform: none;}
}
@keyframes faderight {
	0% {opacity: 0;transform: translate3d(-50%, 0, 0);}
	100% {opacity: 1;transform: none}
}
@-webkit-keyframes faderight {
	0% {opacity: 0;-webkit-opacity: 0;-webkit-transform: translate3d(-50%, 0, 0);}
	100% {opacity: 1;-webkit-opacity: 1;-webkit-transform: none;}
}
@-moz-keyframes faderight {
	0% {opacity: 0;-moz-transform: translate3d(-50%, 0, 0);}
	100% {opacity: 1;-moz-transform: none;}
}
@keyframes fadeleft {
	0% {opacity: 0;transform: translate3d(50%, 0, 0);}
	100% {opacity: 1;transform: none}
}
@-webkit-keyframes fadeleft {
	0% {opacity: 0;-webkit-opacity: 0;-webkit-transform: translate3d(50%, 0, 0);}
	100% {opacity: 1;-webkit-opacity: 1;-webkit-transform: none;}
}
@-moz-keyframes fadeleft {
	0% {opacity: 0;-moz-transform: translate3d(50%, 0, 0);}
	100% {opacity: 1;-moz-transform: none;}
}

/*public*/
.clear:after{content: '';display: block;clear: both;}
.tran{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;}
.tran6{transition: all .6s ease;-webkit-transition: all .6s ease;-moz-transition: all .6s ease;-ms-transition: all .6s ease;-o-transition: all .6s ease;}
.main{margin: 0 auto;width: 1210px;}
.main:after{content: '';display: block;clear: both;}
.content{padding-top:38px;background-color: #f1f2f6;}

/*header*/


.alert-ser{position: fixed;left: 0;top: 0;z-index: 2;padding:0 5%;display:none;width: 100%;height: 100%;background-color: #222;}
.alert-ser-close{position: absolute;right: 5%;top: 50px;color: #fff;font-size: 30px;cursor: pointer;}
.alert-ser-close:hover{transform: rotate(90deg);}
.alert-ser-main{padding-top:30%;border-bottom: 1px solid #515151;}
.alert-ser-main i{float: left;color: #fff;width: 5%;line-height: 90px;}
.alert-ser-inp{float: left;width:85%;height:90px;line-height: 90px;font-size: 66px;text-align: center;color: #555;}
.alert-ser-btn{float: left;width: 10%;height:90px;line-height: 90px;font-size: 24px;text-align: right;color: #555;}


/*index*/
.ind-load{position: fixed;left: 0;top: 0;width: 100%;height: 100%;background-color: #f1f2f6;}
.ind-load span{position: absolute;left: 50%;top: 50%;margin-left: -40px;margin-top:-40px;width: 80px;height: 80px;transform: perspective(1000);  -moz-transform: perspective(1000);  -o-transform: perspective(1000);  -webkit-transform: perspective(1000); }
.ind-load img{position:relative;display: block;width: 80px;height: 80px;animation: indload 1s infinite ease;-webkit-animation: indload 1s infinite ease;-moz-animation: indload 1s infinite ease;}
@keyframes indload{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-webkit-keyframes indload{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
@-moz-keyframes indload{
	from{transform: rotateY(0deg);}
	to{transform: rotateY(360deg);}
}
.ind-show{width:100%;visibility: hidden;opacity: 0;filter: alpha(opacity=0);}
.ind-show.active{visibility: visible;opacity: 1;filter: alpha(opacity=100);}

.banner{}
.banner-mob{display: none;}
.banner-play{position: relative;overflow: hidden;}
.banner-ul{height: 740px;overflow: hidden;}
.banner-li{position: absolute;left: 100%;top: 0;width: 100%;height: 100%;}
.banner-li a{position:relative;display: block;height: 740px;background-repeat: no-repeat;background-position:center;background-size:auto 100%;}
.banner-li-desc{position: absolute;left: 50%;top:30%;margin-left:-605px;width: 1210px;color: #fff;}
.banner-li-desc h3{padding:0 15px;display: inline-block;line-height:28px;background-color: #19783a;font-size: 12px;font-weight: normal;font-family: "微软雅黑";}
.banner-li-desc h1{margin:6px 0;font-size: 50px;}
.banner-li-desc h2{font-weight: normal;font-size: 14px;}
.banner-li-i{position:relative;margin-top:20px;width: 44px;height: 44px;background: url("../img/icon9.png") no-repeat center;overflow: hidden;cursor: pointer;}
.banner-li-i i{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url("../img/icon10.png") no-repeat center;animation: bIcon 1.5s infinite ease;-webkit-animation: bIcon 1.5s infinite ease;-moz-animation: bIcon 1.5s infinite ease;}
@keyframes bIcon{
	from{transform: translateY(-50%);}
	to{transform: translateY(100%);}
}
@-webkit-keyframes bIcon{
	from{transform: translateY(-50%);}
	to{transform: translateY(100%);}
}
@-moz-keyframes bIcon{
	from{transform: translateY(-50%);}
	to{transform: translateY(100%);}
}
.banner-li video{position:absolute;left:50%;top:50%;height: 1100px;width: auto;transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);}
.banner-btn{position: absolute;left: 0;bottom: 40px;width: 100%;text-align: center;}
.banner-btn span{position:relative;display: inline-block;width: 50px;height: 3px;margin:0 10px;background-color: #999;cursor: pointer;}
.banner-btn i{position: absolute;left: 0;top: 0;width: 0;height: 100%;background-color: #19783a;}
.ind-design{padding-top:166px;padding-bottom:60px;background-color: #19783a;}
.ind-design-main{position: relative;}
.ind-design-desc{text-align: center;color: #fff;line-height: 50px;}
.ind-design-desc p{font-size: 40px;font-weight: bold;}
.ind-design-pc{position:relative;margin: 0 auto;width: 711px;}
.ind-design-pc img{display: block;width: 100%;}
.ind-design-cont{position: absolute;left: 85px;top: 34px;bottom: 66px;right: 85px ;overflow: hidden;}
.ind-design-mob{position: absolute;right: 215px;bottom: 130px;width: 145px;}
.ind-design-mob img{display: block;width: 100%;}
.ind-design-mob-cont{position: absolute;left: 9%;top: 10%;right: 9%;bottom: 14%;overflow: hidden;}
.ind-design-ul{position: absolute;top: 0;left: 0;width: 100%;}
.ind-design-btn{text-align: center;}
.ind-design-btn span{display: inline-block;}
.ind-design-btn i{margin:0 15px;display: inline-block;width: 6px;height: 6px;background-color: #ffae93;border-radius: 50%;cursor: pointer;}
.ind-design-btn i.active{background-color: #fff;}
.ind-prod{}
.ind-num{position:relative;top:-30px;background-color: #fff;}
.ind-num-ul{}
.ind-num-li{position:relative;padding-top:40px;float: left;width: 25%;height:150px;text-align: center;font-family: "微软雅黑";font-size: 12px;color: #999;}
.ind-num-li:before{content: '';position: absolute;left: 0;top: 50%;margin-top: -43px;width: 1px;height: 86px;background-color: #ececec;}
.ind-num-li-tit{}
.ind-num-li-a{font-size: 40px;font-family: "微软雅黑";color: #19783a;}
.ind-num-li-c{position: relative;top: -20px;}
.ind-num-li p{}
.ind-prod-main{}
.ind-tit{padding-bottom:25px;text-align: center;line-height: 30px;}
.ind-tit p{margin-bottom:5px;font-size: 26px;color: #333;}
.ind-tit span{font-size: 12px;color: #999;font-family: "微软雅黑";}
.ind-nav{text-align: center;}
.ind-nav a{padding:0 25px;display:inline-block;font-size: 12px;color: #999;line-height: 36px;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-nav a:hover{background-color: #19783a;color: #fff;}
.ind-nav a.active{background-color: #19783a;color: #fff;}
.ind-prod-cont{margin: 0 -20px;}
.ind-prod-ul{padding-bottom: 5px;}
.owl-item:nth-child(2) .ind-prod-li{animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.owl-item:nth-child(3) .ind-prod-li{animation-delay: .3s;-webkit-animation-delay: .3s;-moz-animation-delay: .3s;}
.owl-item:nth-child(4) .ind-prod-li{animation-delay: .5s;-webkit-animation-delay: .5s;-moz-animation-delay: .5s;}
.owl-item:nth-child(5) .ind-prod-li{animation-delay: .7s;-webkit-animation-delay: .7s;-moz-animation-delay: .7s;}
.ind-prod-li{padding:0 21px 40px 21px;width:100%;float: left;}
.ind-prod-li-a{position: relative;display: block;}
.ind-prod-li-img{position: relative;overflow: hidden;}
.ind-prod-li-img:before{content: '';position: absolute;left: -10px;top: -10px;z-index: 1;width: calc(100% + 20px);height: calc(100% + 20px);border: 1px solid rgba(255,255,255,.6);transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-prod-li-a img{display: block;width: 100%;}

.ind-prod-li-desc{position: absolute;left: 3%;bottom: -40px;z-index:1;padding-top:20px;width: 94%;height: 60px;background-color: #19783a ;text-align: center;font-size: 12px;color: #fff;font-family: "微软雅黑";line-height: 20px;box-shadow: 0 0 5px 1px rgba(0,0,0,.1);}
.ind-prod-li-desc p{margin-top:0;font-size: 14px;color: #fff;font-weight: bold;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}

.ind-prod-li-a span{transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-prod-li-a:hover .ind-prod-li-img:before{left: 3%;top: 3%;width: calc(100% - 6%);height: calc(100% - 6%);}

.ind-prod-li-a:hover .ind-prod-li-desc p{margin-top: 13px;}
.ind-prod-li-a:hover .ind-prod-li-desc span{opacity: 0;visibility: hidden;}
.ind-prod-main .owl-theme .owl-controls{margin-top: 48px;}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div{position:absolute;top:50%;margin:-95px 0 0 0;padding:0;width: 40px;height: 40px;text-align: center;line-height: 40px;border-radius: 0;font-size: 30px;}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-prev{left: 32px;}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div.owl-next{right: 30px;}
.ind-prod-main .owl-theme .owl-controls .owl-buttons div:hover{background-color: #19783a;}
.ind-prod-main  .owl-theme .owl-controls .owl-page span{width: 6px;height: 6px;border-radius: 50%;}
.ind-prod-main  .owl-theme .owl-controls .owl-page.active span,.ind-prod-main   .owl-theme .owl-controls.clickable .owl-page:hover span{background-color: #19783a;}
.ind-news-ul{padding: 30px 0;}
.ind-news-li{float: left;width: 45%;}
.ind-news-li:first-child{margin-right: 10%;}
.ind-news-li a{display: block;font-size: 12px;color: #999;line-height: 24px;}
.ind-news-li .data{}
.ind-news-li .tit{position:relative;padding-bottom:16px;margin:16px 0;font-size: 14px;color: #333;font-weight: bold;border-bottom: 1px solid #ececec;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.ind-news-li .tit:before{content: '';position: absolute;left: 0;bottom: 0;width: 10px;height: 1px;background-color: #19783a;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-news-li .cont{height: 48px;display: -webkit-box !important;word-break: break-all;overflow:hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp:2;}
.ind-news-li a:hover .tit{color: #19783a;}
.ind-news-li a:hover .tit:before{width: 100%;}
.ind-news-btn{padding:30px 0;text-align: center;}
.ind-news-btn a{display: inline-block;width: 162px;height: 40px;line-height: 40px;border: 1px solid #ececec;font-size: 12px;color: #999;text-indent:20px;background: url("../img/icon3.png") no-repeat 40px center;}
.ind-news-btn a:hover{border-color: #19783a;background-color: #19783a;color: #fff;text-indent: 0;}
.ind-intro{}
.ind-intro-ul{}
.ind-intro-li{position:relative;float: left;width: 50%;}
.ind-intro-li:nth-child(2){animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.ind-intro-li a{position:relative;display: block;height: 400px;color:#fff;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ind-intro-li a:before{content: '';position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-color: #000;opacity:.8;filter:alpha(opacity=80);transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-intro-li a:after{content: '';position: absolute;right: 5%;bottom: 15%;width: 110px;height: 1px;background-color: #fff;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-intro-li-desc{position: absolute;left: 5%;bottom: 15%;}
.ind-intro-li-tit{width:87px;text-align: center;font-size: 14px;font-weight: bold;}
.ind-intro-li-tit img{margin-bottom: 15px;display: block;}
.ind-intro-li-p{position:relative;width:240px;height:0;overflow:hidden;font-size: 12px;line-height: 24px;}
.ind-intro-li-p:before{content: '';position: absolute;left: 0;top: 0;width: 0;height: 1px;background-color: #fff;transition: all .3s ease;-webkit-transition: all .3s ease;-moz-transition: all .3s ease;}
.ind-intro-li-p p{float: left;width: 50%;}
.ind-intro-li a:hover:before{background-color: #19783a;}
.ind-intro-li a:hover:after{width: 160px;}
.ind-intro-li a:hover .ind-intro-li-p{padding-top:20px;margin-top:20px;height: 120px;}
.ind-intro-li a:hover .ind-intro-li-p:before{width: 98px;}
.ind-step{height: 587px;background-repeat: no-repeat;background-position: center;background-size: cover;background-image: url("../img/img5.jpg");}
.ind-step-ul{padding-top: 90px;}
.ind-step-li{position:relative;float: left;width: 25%;text-align: center;}
.ind-step-li:nth-child(2){animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.ind-step-li:nth-child(3){animation-delay: .4s;-webkit-animation-delay: .4s;-moz-animation-delay: .4s;}
.ind-step-li:nth-child(4){animation-delay: .6s;-webkit-animation-delay: .6s;-moz-animation-delay: .6s;}
.ind-step-li:before{content: '';position: absolute;left: -40px;top:30px;width: 80px;height: 8px;background: url("../img/icon4.png") no-repeat center;}
.ind-step-li:first-child:before{display: none;}
.ind-step-li-img{margin-bottom: 25px;}
.ind-step-li-img img{margin: 0 auto; display: block;}
.ind-step-li-tit{margin-bottom:10px;font-size: 20px;color: #333;font-weight: bold;}
.ind-step-li-p{font-size: 12px;line-height: 20px;color: #999;}
.ind-parter{}
.ind-parter-ul{padding-bottom: 40px;}
.ind-parter-li{float: left;width: 25%;}
.ind-parter-li:nth-child(1n){animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.ind-parter-li:nth-child(2n){animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.ind-parter-li:nth-child(3n){animation-delay: .4s;-webkit-animation-delay: .4s;-moz-animation-delay: .4s;}
.ind-parter-li:nth-child(4n){animation-delay: .6s;-webkit-animation-delay: .6s;-moz-animation-delay: .6s;}
.ind-parter-li-a{margin:0 auto; display: block;width: 301px;height: 149px;}
.ind-parter-li-a img{display: block;width: 100%;}
.ind-parter-li:hover{position:relative;z-index:1;}
.ind-parter-li:hover .ind-parter-li-a{box-shadow: 0 0 30px 2px rgba(0,0,0,.1);-webkit-box-shadow: 0 0 30px 2px rgba(0,0,0,.1);-moz-box-shadow: 0 0 30px 2px rgba(0,0,0,.1);}
.ind-begin{background-repeat: no-repeat;background-position: center;background-size: 100% 100%;background-image: url("../img/img7.jpg");background-attachment: fixed;}
.ind-begin .ind-tit p{color: #fff;}
.ind-begin .ind-tit span{color: #fff;}
.ind-begin-btn{margin: 0 auto;display:block;width: 280px;font-family:"微软雅黑";line-height: 50px;text-align: center;color: #fff;background-color: #19783a;}
.ind-contact{padding: 50px 0;}
.ind-contact-lf{float: left;}
.ind-contact-sec{float: left;width:450px;font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";}
.ind-contact-sec:first-child{margin-right:45px;border-right: 1px solid #e3e3e3;}
.ind-contact-tit{font-size: 14px;font-weight: bold;color: #333;}
.ind-contact-i{margin-top:15px;width: 30px;height: 30px;text-align: center;line-height: 30px;font-size:16px;background-color: #19783a;color: #fff;}
.ind-contact-wechat{float: right;text-align: center;text-align: center;color: #999;font-size:12px;line-height: 30px;}
.ind-contact-wechat-img{margin:0 auto;width:86px;}
.ind-contact-wechat-img img{display: block;width: 100%;}

/*右侧固定导航*/
.fixed{position: fixed;right: 0;bottom: 120px;}
.fixed-ul{width: 50px;}
.fixed-li{position:relative;height: 50px;width: 50px;}
.fixed-li-a{position:absolute;left:0;top:0;padding-left:15px;width:180px;height: 50px;display:block;border-bottom: 1px solid #3b3b3b;cursor:pointer;background-color: #222;color: #fff;line-height: 49px;font-size: 20px;}
.fixed-li-span{margin-left: 20px;font-size: 16px;}
.fixed-li:hover .fixed-li-a{left: -130px;background-color: #19783a;border-bottom: transparent;}
.fixed-li:hover #backTop{left: 0;}
#backTop{display: none;}

/*我们是谁*/
.banner-img{height: 500px;background-repeat: no-repeat;background-position: center;background-size: auto 100%;}
.banner-intro{padding-top:98px;text-align: center;color: #fff;}
.banner-p{font-size: 12px;font-family: "微软雅黑";}
.banner-p span{margin: 0 10px;}
.banner-b{margin: 28px auto 55px auto;width: 60px;height: 1px;background-color: #19783a;}
.banner-tit{padding:0 20px;margin:0 auto 52px auto;width: 123px;height: 68px;line-height: 68px;border: 1px solid #fff;text-align: center;}
.banner-tit p{float: left;font-size: 30px;}
.banner-tit i{float: right;margin-top:20px;width: 5px;height: 28px;background-color: #fff;}
.banner-i{margin: 0 auto;display: block;width: 1px;height: 75px;background-color: #fff;}
.banner-nav{text-align: center;border-bottom: 1px solid #ECECEC;background-color: #fff;}
.banner-nav a{position:relative;margin:0 53px;display: inline-block;line-height: 64px;font-weight: bold;color: #333;font-family: "微软雅黑";}
.banner-nav a:before{content: '';position: absolute;left: 0;bottom: -1px;width: 0;height: 3px;background-color: #19783a;transition: all .3s ease;-webkit-transition: all .3s ease;}
.banner-nav a:hover{color: #19783a;}
.banner-nav a:hover:before{width: 100%;}
.banner-nav a.active{color: #19783a;}
.banner-nav a.active:before{width: 100%;}
.weare{margin-bottom:20px;height:400px;background-color: #fff;}
.weare-intro{padding:58px;float: left;width: 703px;}
.weare-tit{position: relative;margin-bottom:50px;font-size: 26px;color: #333;}
.weare-tit:before{content: '';position: absolute;left: 0;bottom: -25px;width: 18px;height: 2px;background-color: #19783a;}
.weare-intro-p{font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";}
.weare-intro-p p{margin-bottom: 20px;}
.weare-btn{}
.weare-btn a{position:relative;margin-right:23px;float: left;width: 43px;height: 43px;background-color: #ccc;border-radius: 50%;}
.weare-btn a i{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background-repeat:no-repeat;background-position:center;}
.weare-btn a i.icon1{background-image: url("../img/icon11.png");}
.weare-btn a i.icon2{background-image: url("../img/icon12.png");}
.weare-btn a:before{content: '';position: absolute;left: 50%;top: 50%;width: 0;height: 0;border-radius:50%;background-color: #19783a;transition: all .3s ease;-webkit-transition: all .3s ease;}
.weare-btn a:hover:before{left: 0;top: 0;width: 100%;height: 100%;}
.weare-serv{padding:58px;float: right;width: 507px;height: 400px;background-color: #222;animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.weare-serv .weare-tit{color: #fff;}
.weare-serv-ul{}
.weare-serv-li{padding:0 30px;float: left;border-left: 1px solid #393939;}
.weare-serv-li:first-child{padding-left: 0;border-left: none;}
.weare-serv-li-num{}
.weare-serv-li-num p{float: left;font-size: 40px;color: #fff;}
.weare-serv-li-num span{margin-top:10px;margin-left:5px;float: left;font-size: 12px;color: #999;font-family: "微软雅黑";}
.weare-serv-li-p{font-size: 12px;color: #999;font-family: "微软雅黑";}
.wescale{margin-bottom:20px;background-color: #fff;}
.wescale-intro{padding:58px;float: left;width: 362px;}
.wescale-p{margin-bottom:15px;font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";}
.wescale-p span{color: #19783a;}
.wescale-num{font-size: 12px;color: #999;}
.wescale-num-tit{font-size: 30px;color: #333;}
.wescale-num-tit span{font-size: 40px;font-family: arial;}
.wescale-img{float: right;width: 848px;animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.wescale-img-ul{}
.wescale-img-li{}
.wescale-img-li img{display: block;width: 100%;}
.wescale .flex-control-nav{display: none;}
.wescale .flex-direction-nav .flex-prev{display: none;}
.wescale .flex-direction-nav .flex-next{position: absolute;left: 0;right:auto;top: 50%;margin:-20px 0 0 0;width: 40px;height: 40px;opacity:1;background: url("../img/icon13.png") no-repeat center;}
.wecom{margin-bottom: 20px;}
.wecom-ul{margin: 0 -10px;}
.wecom-li{padding:0 10px;float: left;width: 33.333%;}
.wecom-li:nth-child(2){animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.wecom-li:nth-child(3){animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.wecom-li a{position: relative;padding-bottom:115px;display: block;background-color: #fff;}
.wecom-li-img{}
.wecom-li-img img{display: block;width: 100%;}
.wecom-li-intro{position:absolute;left:0;bottom:0;height:115px;padding:40px 55px 55px 55px;width:100%;text-align: center;overflow: hidden;}
.wecom-li-desc{font-size: 12px;line-height: 24px;}
.wecom-li-tit{margin-bottom:50px;position: relative;font-size: 18px;color: #333;}
.wecom-li-tit:before{content: '';position: absolute;left: 50%;bottom: -25px;margin-left:-9px;width: 18px;height: 2px;background-color: #19783a;}
.wecom-li a:hover .wecom-li-intro{height: 255px;background-color: #19783a;color: #fff;}
.wecom-li a:hover .wecom-li-tit{color: #fff;}
.wecom-li a:hover .wecom-li-tit:before{background-color: #fff;}

/*管理团队*/
.team{}
.team .ind-tit{padding: 30px 0;}
.team-item{margin-bottom:20px;background-color: #fff;}
.team-ul{}
.team-li{padding:1px;float: left;width: 25%;}
.team-li-a{}
.team-li-img{height: 301px;overflow: hidden;}
.team-li-img img{display: block;width: 100%;}
.team-li-intro{padding: 35px 30px;}
.team-li-tit{margin-bottom:20px;text-align: center;font-size: 18px;color: #333;line-height: 24px;}
.team-li-tit p{}
.team-li-tit span{font-size: 12px;}
.team-li-p{height:60px;overflow:hidden;line-height: 20px;font-size: 12px;color: #999;font-family: "微软雅黑";}
.team-list-ul{}
.team-list-li{float: left;width: 12.5%;}
.team-list-li img{display: block;width: 100%;}
.team-part{margin-bottom:20px;background-color: #fff;}
.team-part-intro{padding:58px;float: left;width: 363px;}
.team-part-p{margin-bottom:50px;font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";}
.team-part-img{float: left;width: 847px;}
.team-part-img img{display: block;width: 100%;}
.team-part-num{font-size: 12px;color: #999;font-family: "微软雅黑";}
.team-part-num .tit{font-size: 40px;font-family: arial;color: #333;}

/*发展历程*/
.history{padding: 0 50px;}
.hist-main{}
.hist-ul{position: relative;}
.hist-ul:before{content: '';position: absolute;left: 50%;height: 100%;width: 1px;background-color: #ccc;}
.hist-ul:after{content: '';position: absolute;left: 50%;top: -17px;margin-left: -9px;width: 18px;height: 18px;background: url("../img/icon14.png") no-repeat center;}
.hist-li{position:relative;margin-bottom:100px;padding-right: 50%;}
.hist-li:after{content: '';display: block;clear: both;}
.hist-li:before{content: '';position: absolute;right: 50%;top: 50%;margin-right:-9px;margin-top: -9px;width: 18px;height: 18px;background: url("../img/icon15.png") no-repeat center;}
.hist-li-img{float: left;width: 128px;height: 128px;border-radius: 50%;overflow: hidden;}
.hist-li-img img{display: block;width: 100%;}
.hist-li-intro{padding:20px 35px;float: right;width: 415px;text-align: right;font-size: 12px;line-height: 24px;color: #999;}
.hist-li-intro .time{margin-bottom:10px;font-size: 40px;font-weight: bold;color: #19783a;}
.hist-li.odd{padding-right: 0;padding-left: 50%;}
.hist-li.odd .hist-li-img{float: right;}
.hist-li.odd .hist-li-intro{float: left;text-align: left;}

/*新闻资讯*/
.news{padding: 80px 0;}
.news-ul{}
.news-li{margin-bottom: 22px;}
.news-li a{display: block;}
.news-li a:after{content: '';display: block;clear: both;}
.news-li-time{padding-bottom:40px;float: left;width: 145px;font-size: 30px;color: #999;background-image: url("../img/icon16.png");background-repeat: no-repeat;background-position: 0 bottom;}
.news-li-cont{position:relative;padding-bottom:20px;padding-left:20px;float: left;width: 1061px;border-left: 1px solid #ececec;}
.news-li-cont:before{content: '';position: absolute;left: -1px;top: 0;width: 1px;height: 0;background-color: #19783a;transition: all .3s ease;-webkit-transition: all .3s ease;}
.news-li-intro{margin-bottom:15px;font-size: 12px;line-height: 24px;color: #999;font-family: '微软雅黑';}
.news-li-intro .tit{font-size: 14px;font-weight: bold;color: #333;}
.news-li-img{}
.news-li-img img{display: block;width: 100%;}
.news-li a:hover .news-li-time{background-position: 50px bottom;}
.news-li a:hover .news-li-cont:before{height: 75px;}

/*新闻详情*/
.news-intro{font-family: "微软雅黑";line-height: 24px;font-size: 12px;}
.news-intro-tit{margin-bottom:35px;text-align: center;color: #999;}
.news-intro-tit h1{color: #333;font-size: 14px;}
.news-intro img{margin: 0 auto 30px auto;display: block;max-width: 100%;}
.news-intro-cont{}
.news-intro-cont p{margin-bottom: 30px;}

/*联系我们*/
.contact{margin:0 auto;padding-bottom: 40px;width: 655px;}
.contact-top{padding-top: 20px;}
.contact-inp{margin: 0 -10px;}
.contact-inp input{margin:10px;float: left;width: 317px;height: 42px;line-height: 42px;border: 1px solid #ddd;text-indent: 10px;}
.contact-area{margin-top:10px;padding:10px;width: 100%;line-height: 24px;border: 1px solid #ddd;}
.contact-com{padding-top: 20px;}
.contact-btn{float: left;width: 170px;height: 50px;color: #fff;background-color: #19783a;}
.contact-com-p{float: right;line-height: 50px;font-size: 12px;color: #999;}
.contact-com-p a{color: #19783a;}
.contact-cont{padding-top: 66px;padding-bottom: 30px;}
.contact-desc{float: left;width:70%;font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";}
.contact-desc .tit{margin-bottom:20px;font-size: 14px;font-weight: bold;color: #333;}
.contact-addr{padding-top:36px;float: right;width:167px;height:180px;border:1px solid #ddd;text-align: center;font-size: 12px;color: #999;}
.contact-addr img{margin-bottom: 10px;}

/*作品列表*/
.square{position:relative;margin: 60px auto;padding:20px;width: 260px;height: 260px;}
.square-i{position: absolute;left: 0;top: 0;width: 100%;height: 100%;border: 3px solid #eee;}
.square .tit{font-size: 30px;font-family: Aparajita;color: #19783a;}
.square .p{position:absolute;left:20px;bottom:20px;font-size: 12px;color: #999;}
.square:before{content: '';position: absolute;left: 0;top: 0;z-index:1;width: 0;height: 0;border: 3px solid transparent;transition: width 0.4s ease-out .4s, height 0.4s ease-out 0.8s;-webkit-transition: width 0.4s ease-out 0.4s, height 0.4s ease-out 0.8s;}
.square:after{content: '';position: absolute;right: 0;bottom: 0;z-index:1;width: 0;height: 0;border: 3px solid transparent;transition: border-color 0s ease-out 1.2s, width .4s ease-out 1.2s, height .4s ease-out 1.6s;-webkit-transition: border-color 0s ease-out 1.2s, width .4s ease-out 1.2s, height .4s ease-out 1.6s;}
.square.active:before{width:100%;height:100%;border-top-color: #19783a;border-right-color: #19783a;}
.square.active:after{width:100%;height:100%;border-bottom-color: #19783a;border-left-color: #19783a;}
.product{}
.prod-nav{margin-bottom: 20px;}
.prod-nav a{margin:-1px;float: left;width: 16.6666%;border: 1px solid #eee;text-align: center;line-height: 48px;color: #3a3a3b;}
.prod-nav a:hover{position:relative;background-color: #19783a;color: #fff;border-color: #19783a;}
.prod-nav a.active{position:relative;background-color: #19783a;color: #fff;border-color: #19783a;}
.product .ind-prod-ul{margin: 0 -20px;}
.product .ind-prod-li{padding:30px 20px;width: 33.3333%;}

/*服务*/
.service{background-color: #f1f2f6;}
.service-top{padding-bottom: 40px;}
.service-ul{}
.service-li{padding:9px;float: left;width: 100%;}
.owl-item:nth-child(2) .service-li{animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.owl-item:nth-child(3) .service-li{animation-delay: .2s;-webkit-animation-delay: .2s;-moz-animation-delay: .2s;}
.owl-item:nth-child(4) .service-li{animation-delay: .3s;-webkit-animation-delay: .3s;-moz-animation-delay: .3s;}
.service-li-a{padding:28px;height:313px;background-color: #fff;}
.service-li-icon{padding: 30px 0;}
.service-li-icon img{margin: 0 auto;display: block;}
.service-li-intro{font-size: 12px;line-height: 20px;color: #999;font-family: "微软雅黑";}
.service-li-intro .tit{margin-bottom:20px;text-align: center;font-weight: bold;color: #333;font-size: 14px;}
.service  .owl-theme .owl-controls .owl-page span{width: 6px;height: 6px;border-radius: 50%;}
.service  .owl-theme .owl-controls .owl-page.active span,.ind-prod-main   .owl-theme .owl-controls.clickable .owl-page:hover span{background-color: #19783a;}
.service .owl-theme .owl-controls{margin-top: 40px;}
.service-main{}
.service-item{height: 400px;background-position: center;background-repeat: no-repeat;background-size: auto 100%;}
.service-intro{padding-top:86px;text-align: center;font-size: 12px;line-height: 20px;color: #fff;}
.service-tit{position: relative;margin-bottom:55px;font-size: 26px;}
.service-tit:before{content: '';position: absolute;left: 50%;bottom: -30px;margin-left: -9px;width: 18px;height: 2px;background-color: #19783a;}
.service-intro-img{padding-top: 33px;}
.service-intro-img img{margin: 0 auto;display: block; }
.cor33{color: #333;}
.service-intro-en{font-size: 20px;color: #c6dad1;line-height: initial;}
.service-intro-en .tit{font-size: 50px;color: #fff;}
.corblue{color: #7fb09a;}
.service-intro-day{padding: 20px 0;}
.service-intro-day img{margin:0 auto;display: block;}

/*招聘*/
.join{}
.join-intro{margin-top:-30px;padding:30px;text-align: center;font-size: 12px;line-height: 24px;color: #999;font-family: "微软雅黑";border: 3px solid #19783a;background-color: #fff;}
.join-intro .tit{margin-bottom:10px;font-size: 14px;font-weight: bold;color: #19783a;}
.join-ul{font-family: "微软雅黑";}
.join-li{padding:10px 20px;float: left;width: 50%;height: 515px;}
.join-li:nth-child(2n){animation-delay: .1s;-webkit-animation-delay: .1s;-moz-animation-delay: .1s;}
.join-li-top{margin-bottom:15px;font-size: 14px;text-align:center;font-weight: bold;color: #333;}
.join-li-tit{margin:0 auto 20px auto;width: 130px;height: 130px;text-align: center;font-weight:normal;line-height:130px;color: #fff;text-transform: uppercase;font-size: 40px;font-family: arial;border-radius: 50%;}
.join-li-desc{font-size: 12px;line-height: 24px;color: #999;}
.join-li-item{margin-bottom: 25px;}
.join-li-p{}
.join-li-p p:before{content: '·';margin-right: 5px;color: #19783a;}
.join-bot{padding:30px 0 50px 0;text-align: center;font-size: 12px;line-height: 30px;}
.join-bot p{font-size: 26px;color: #333;}

.img-banner-sild{height:380px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
@media screen and (max-width: 1220px) {
	.main{width: 90%;}
	.banner-pc{display: none;}
	.banner-mob{display: block;}
	.banner-mob img{display: block;width: 100%;}
	.banner-mob .swiper-pagination-bullet-active{background-color: #19783a;}
	.ind-contact-sec{width: 270px;}
	.ind-parter-li-a{height: auto;width: 100%;}
	.ind-design-cont{left: 12%;top: 8%;bottom: 15%;right: 11%}
	.ind-design-mob{right: 5%;}
	.ind-step-li{padding: 0 10px;}
	
	/*我们是谁*/
	.banner-img{height: 400px;}
	.banner-intro{padding-top: 50px;}
	.banner-nav a{margin: 0 30px;}
	.weare{height: auto;}
	.weare-intro{width: 100%;}
	.weare-serv{width: 100%;height: auto;}
	.wescale-intro{width: 100%;}
	.wescale-img{width: 100%;}
	
	/*管理团队*/
	.team-li-img{height: 171px;}
	.team-li-intro{padding: 15px 10px;}
	.team-part-intro{width: 100%;}
	.team-part-img{width: 100%;}
	.team-li-tit{margin-bottom: 10px;}
	.team-li-p{height: 80px;}
	
	/*发展历程*/
	.history{padding: 0;}
	.hist-li{margin-bottom: 50px;}
	.hist-li-img{width: 90px;height: 90px;}
	.hist-li-intro{width: 250px;}
	
	/*新闻资讯*/
	.news-li-cont{width: 526px;}

    .img-banner-sild{ height:300px;}
}
@media screen and (max-width: 740px) {


	.alert-ser-main{padding-top: 50%;}
	.alert-ser-close{top: 20px;}
	.alert-ser-main i{display: none;}
	.alert-ser-inp{width:80%;height: 40px;line-height: 40px;font-size: 20px;text-align: left;}
	.alert-ser-btn{width:20%;height: 40px;line-height: 40px;font-size: 16px;}
	.main{width: 100%;}
	
	.fixed{display: none;}
    .img-banner-sild{ height:240px;}
	
	/*index*/
	.ind-nav{margin-bottom: 20px;display: none;}
	.ind-nav a{margin-bottom:10px;padding: 0;float: left;width: 33.333%;}
	.ind-design{padding-top: 20%;}
	.ind-design-desc{line-height: 40px;}
	.ind-design-desc p{font-size: 30px;}
	.ind-design-pc{width: 80%;}
	.ind-design-mob{width: 20%;bottom: 35%;}
	.ind-num{display:none;top: 0;}
	.ind-num-li{width: 50%;}
	.ind-prod-main{padding: 0 10px;}
	.ind-prod-cont{margin: 0;}
	.ind-news{padding: 0 10px;}
	.ind-news-li{width: 100%;display: none;}
	.ind-news-li:first-child{margin-bottom:30px;margin-right: 0;display: block;}
	.ind-intro{display: none;}
	.ind-step{height: auto;display: none;}
	.ind-step-ul{padding: 30px 0;}
	.ind-step-li{padding:10px;width: 100%;}
	.ind-step-li:before{display: none;}
	.ind-parter{display: none;}
	.ind-parter-li{width: 50%;}
	.ind-contact{padding: 50px 10px;}
	.ind-contact-lf{width: 100%;}
	.ind-contact-sec{margin-bottom:20px;width: 100%;}
	.ind-contact-sec:first-child{border: none;margin-right: 0;}
	.ind-contact-wechat{float: left;}
	
	/*我们是谁*/
	.content{padding-left: 15px;padding-right: 15px;}
	.banner-img{height: 256px;}
	.banner-intro{padding-top: 40px;}
	.banner-b{margin-top: 20px;margin-bottom: 30px;}
	.banner-tit{margin-bottom:25px;height: 45px;line-height: 45px;}
	.banner-tit p{font-size: 20px;}
	.banner-tit i{height: 21px;margin-top: 12px;}
	.banner-i{height: 50px;}
	.banner-nav a{margin: 0;font-size: 14px;width: 20%;float: left;font-weight: normal;}
	.weare-intro{padding: 20px;}
	.weare-serv{padding: 20px;}
	.weare-serv-li{padding:10px 0;width: 100%;border: none;}
	.weare-serv-li-num p{font-size: 30px;}
	.wescale-intro{padding: 20px;}
	.wecom-li{padding:10px;width: 100%;}
	
	/*管理团队*/
	.team-li{width: 100%;}
	.team-li-img{height: auto;}
	.team-list-li{width: 20%;}
	.team-part-intro{padding: 20px;}
	.team-li-p{height: 60px;}
	
	/*发展历程*/
	.history{padding: 0 10px;}
	.hist-ul:before{left: 10px;}
	.hist-ul:after{left: 10px;}
	.hist-li{margin-bottom:20px;padding-right: 0;}
	.hist-li:before{right: 100%;margin-right: -18px;}
	.hist-li.odd{padding-left: 0;}
	.hist-li-img{display: none;}
	.hist-li-intro{padding-right:10px;width: 100%;text-align: left;}
	.hist-li-intro .time{font-size: 24px;}
	
	/*新闻资讯*/
	.news{padding: 30px 15px;}
	.news-li-time{padding-bottom: 10px;background: transparent;}
	.news-li-cont{padding-left: 0;width: 100%;border-left: none;}
	
	/*联系我们*/
	.contact{padding: 0 15px;width: 100%;}
	.contact-inp{margin: 0;}
	.contact-inp input{margin:10px 0;width: 100%;}
	.contact-com-p{float: left;width: 100%;}
	.contact-cont{padding-top: 20px;}
	.contact-desc{margin-bottom:20px;width: 100%;}
	.contact-addr{float: left;}
	
	/*作品列表*/
	.product{padding: 0 15px;}
	.square{margin:30px auto;width: 180px;height: 180px;}
	.prod-nav a{width: 33.3333%;}
	.product .ind-prod-ul{margin: 0 -5px;}
	.product .ind-prod-li{padding:30px 10px;width: 50%;}
	.product .ind-prod-li-desc{padding-top: 10px;height: 60px;font-size: 12px;}
	.product .ind-prod-li-desc p{font-size: 12px;}
	
	/*招聘*/
	.join{padding: 15px;}
	.join-intro{margin-top: 0;}
	.join-li{padding:20px 0;width: 100%;height: auto;}
}

















