/* */
html,body{margin: 0; padding: 0; height: 100%; border: 0;}

.ideaBanner .container{padding: 0;}
a:hover{text-decoration: none;}
a:hover>span{ padding-bottom: 0px; border-bottom:1px solid #333;}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background-image: url(../images/leftArraw.png); width: 28px; height: 48px; left: 40px;}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background-image: url(../images/rightArraw.png); width: 28px; height: 48px; right: 40px;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover{background-color: #E5E5E5; color: #333;}
.dropdown-menu>li>a:hover{/*background-color: #E5E5E5;*/}

.topNav{margin: 0 -15px; z-index: 2;}
.navbar .container-fluid{padding: 40px 40px 0 40px;}
.white{width: 100%; height: 100%; background: #FFF; display: none;}
/*
.navbar-brand{width: 235px; height: 49px; padding: 0; margin: 0 !important; background: #000; -webkit-mask-image: url(../images/logo.svg); -webkit-mask-size: 235px 49px; }
.navbar-brand.showWhite .white{display: block;}
*/
.navbar-brand{width: 235px; height: 49px; padding: 0; margin: 0 !important; background: url(../images/logo.png); background-size: 100%; }
.navbar-brand.showWhite {background: url(../images/logow.png); background-size: 100%;}
.navbar .navbar-right{margin: 0 !important; display: flex; float: right !important; display: table\9; }
/*
.navbar .navbar-right .menuBtn{width: 32px; height: 32px; background: #000; margin-left: 28px;  -webkit-mask-image: url(../images/menuBtn.png); -webkit-mask-size: 32px 32px; cursor:pointer}
.navbar .navbar-right .menuBtn.showWhite .white{display: block;}
*/
.navbar .navbar-right .menuBtn{width: 32px; height: 32px; float: right; background: url(../images/menuBtn.png); background-size: 100%; margin-left: 28px;   cursor:pointer}
.navbar .navbar-right .menuBtn.showWhite {background: url(../images/menuBtnw.png); background-size: 100%;}

.navbar .navbar-right .menuBtn.closeBtn{background: url(../images/closeBtnb.png); background-size: 100%;}
.navbar .navbar-right .menuBtn.showWhite.closeBtn{background: url(../images/closeBtn.png); background-size: 100%;}

.navbar .navbar-right .languageBtn{line-height: 32px; color: #000; font-size: 16px;}
.navbar .navbar-right .languageBtn.showWhite{color: #FFF;}
.swiper-container {width: 100%;height: 100%; position: absolute; left: 0; top: 0;}
.swiper-container .slide-title{position: absolute; font-size: 24px; line-height: 24px; color: #333;left: 40px; bottom: 37px; margin: 0; z-index: 10;}
.slide-title.showWhite{color: #FFF;}
.swiper-slide{text-align: center;}
.swiper-slide>img{ height: 100%; width: 100%; object-fit: cover; margin: 0 auto;}
.swiper-slide>p{position: absolute; font-size: 32px; line-height: 32px; color: #333;left: 40px; bottom: 37px; margin: 0; display: none;}
.swiper-pagination{font-size: 24px; width: auto; left: auto; right: 40px; bottom: 37px; line-height: 24px; letter-spacing: -2px; color: #333333;}
.swiper-pagination span{ margin: 0;}
.swiper-pagination.showWhite{color: #FFF;}
.menuLayer{position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #333333; z-index: 10;}
.menuBg{width: 637px; height: 628px; background:  url(../images/menuBg.png) no-repeat; position: absolute; left: 50%; background-size: 100% 100%; margin-left: 112px; bottom: 0;}
.menuLayer .container{ padding: 0;}
.navBox{ margin-top: 100px; position: relative;}

.navBox li{font-size: 64px; height: 94px; padding: 0; position: initial;}
.navBox li a{padding: 0; position: initial; color:#8b8b8b; transition: color 300ms;}
.navBox li > a:hover,
.navBox li > a:focus {
background: transparent; color: #FFF;
}
.navBox .active > a, 
.navBox .active > a:hover, 
.navBox .active > a:focus {
background: transparent; color: #FFF;
}
.navBox .open > a, 
.navBox .open > a:hover, 
.navBox .open > a:focus {
background: transparent; color: #FFF;
}
.navBox li .dropdown-menu{left: 293px; top: 0; background: transparent; padding: 0; border: 0; box-shadow: none;}
.navBox li.open>.dropdown-menu{opacity: 0;opacity:1\9;-webkit-animation: opacityIn 300ms ease-out forwards; animation:  opacityIn 300ms ease-out forwards; margin: 0;}
@-webkit-keyframes opacityIn{
	0%{opacity: 0; transform: translateX(-10px); }
	100%{opacity: 1; transform: translateX(0px);}
}
@keyframes opacityIn{
	0%{opacity: 0; transform: translateX(-10px); }
	100%{opacity: 1; transform: translateX(0px);}
}




.ideaBanner{ height: 540px; margin: 0 -15px; background:#FFF; background-repeat: no-repeat; background-size: cover; background-position: center;}
@media (min-width: 1260px){
	.container {width: 1260px;}
}
.ideaBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #FFF; margin-top: 100px; font-weight: normal;}
.ideaBox{ padding: 0; padding-top: 36px; width: 830px;}
@media (max-width: 840px){
	.ideaBox{width: calc(100% - 30px);}
}
.ideaText{ margin-bottom: 120px;}
/*.ideaText{display: flex;flex-direction: column; height: 286px; flex-wrap: wrap; margin: 0 -20px; margin-bottom: 120px;}*/
.ideaText p{  font-size: 16px; line-height: 28px; margin-bottom: 30px; color: #666;}
.ideaText.cn p{text-align: justify;}
@media (max-width: 989px){
	.ideaText {height: auto;column-count: 1;column-gap: 0;}
	.ideaText p{width: calc(100% - 40px);  font-size: 16px; line-height: 28px; margin-bottom: 30px;}
}
@media (min-width: 990px){
	.ideaText {height: 800px;}
	.ideaText p{  font-size: 16px; line-height: 28px;  margin-bottom: 30px;}
}
@media (min-width: 1200px){
	.ideaText {height: auto;}
	.ideaText p{  font-size: 16px; line-height: 28px; margin-bottom: 30px;}
}

.miniFull{height: auto; min-height: 100%; padding-bottom: 63px;}
.footer{height: 63px; width: 100%; position: relative; margin-top: -63px;  padding: 0 40px;}
.footer .foot-pills>li{ margin-right: 12px;}
.footer .foot-pills>li>a{ padding: 0; border-radius: 0;}
.footer .foot-pills>li>a:hover,.footer .foot-pills>li>a:active,.footer .foot-pills>li>a:visited{background: transparent;}
.footer .foot-pills>li>a>img{width: 32px; height: 32px;}
.copyright{font-size: 14px; line-height: 28px; color: #999999;}


.teamBanner{height: 245px;border-bottom: 1px solid #CCC; padding: 0;}
.teamBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #333; margin-top: 100px; font-weight: normal;}
.teamBox{padding: 0; margin-bottom: 120px;}
.team-list li{padding-bottom: 79px; border-bottom: 1px solid #CCC; margin-top: 39px;}
.team-list li:first-child{ margin-top: 39px;}
.team-list li:last-child{border-bottom: 0; padding-bottom: 0;}
.team-list .media-heading{font-size: 32px; line-height: 46px; margin-top: -8px; margin-bottom: 28px;}
.team-list .media-left{padding-right: 40px;}
.team-list .media-left>img{width: 610px; height: 610px; object-fit: cover;}
.team-list p{font-size: 15px;color: #666; margin-bottom: 30px; line-height: 28px;}
.team-list .mailAddr{font-size: 15px; margin-bottom: 76px; color: #666;}

.projectBanner{height: 195px;border-bottom: 1px solid #CCC; padding: 0; position: relative;}
.projectBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #333; margin-top: 100px; font-weight: normal;}
.tabsBox{position: absolute; right: 0; bottom: -1px;}
.tabsBox .nav li a{font-size: 32px;border:0; color: #999; padding: 16px 0; margin: 0 19px;}
.tabsBox .nav > li > a:hover,.tabsBox .nav > li > a:focus {background: transparent; border:0; color: #333;}
.tabsBox .nav > li > a:active,.tabsBox .nav > li.active > a{border-bottom: 2px solid #000; color: #000;}
.tabsBox .nav > li > a:visited {background: transparent; border:0; }
.tabsBox .nav > li:last-child a{ margin-right: 0;}
.tabsBox .nav-tabs{border-bottom: none;}
.projectBox {padding: 0 19px; margin-top: 72px; overflow-x: hidden; margin-bottom: 120px;}
.projectBox .row{margin-left: -38px; margin-right: -38px;}
.projectCard{ padding: 0 19px; margin-top: 16px;}
.projectCard>a>img{width: 100%; height: 223px; }
@media (max-width: 1260px){
	.projectCard>a>img{width: 100%; height: 205px; }
}
@media (max-width: 1200px){
	.projectCard>a>img{width: 100%; height: 168px; }
}
@media (max-width: 991px){
	.projectCard>a>img{width: 100%; height: 126px; }
}
@media (max-width: 768px){
	.projectCard>a>img{width: 100%; height: auto; }
}

.projectCard>p{ margin-top: 14px; line-height: 28px;}
.projectCard>p>a{ color: #333; font-size: 16px;}

.showProjBanner{display: none;}
.projectContainer .footer{display: none;}
.projectContainer .swiper-slide>img{margin-top: -76px;}
.projectFootBar{height: 76px; width: 100%; position: absolute; bottom: 0; background: rgba(255,255,255,1);z-index: 10;}
.projectFootBar .slide-title{font-size: 16px; line-height: 76px; position:initial; margin-left: 40px; float: left;}
.projectFootBar .slide-link{float: left; margin-left: 76px;}
.projectFootBar .slide-link a{font-size: 16px; line-height: 76px; color: #333;}
.projectFootBar .swiper-pagination{font-size: 16px; width: auto;  line-height: 24px; letter-spacing: -2px; color: #333333; position: initial; float: left; line-height: 76px; margin-left: 76px;}
.projectFootBar .pull-right{padding-right: 40px;}
.projectFootBar .pull-right a{line-height: 76px; margin-left: 40px; color: #999; }
.projectFootBar .pull-right a:hover,.projectFootBar .pull-right a:active{color: #333; }

.introLayer{position: fixed; left: 0; right: 0; top: 0; bottom: 0; background: #fff; z-index: 10;}
.introBg{width: 467px; height: 460px; background:  url(../images/introBg.png) no-repeat; position: absolute; left: 50%; margin-left: 51px; bottom: 0; background-size: 100% 100%; z-index: -1;}
.introLayer>.container{height: calc(100% - 220px);}
.introBox{width: 830px;margin: auto; margin-top: 89px; height: 100%; overflow-y: auto; padding-right: 20px;}
.introBox h3{font-size: 32px; margin-bottom: 36px;}
.introBox p,.introBox>div{font-size: 16px; margin-bottom: 28px; line-height: 28px; color: #666;}
.introBox.cn p{text-align: justify;}


.newsBanner{height: 245px;border-bottom: 1px solid #CCC; padding: 0; position: relative;}
.newsBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #333; margin-top: 100px; font-weight: normal;}
.newsBox{padding: 0; margin-bottom: 61px;}
.news-list{ margin-bottom: 0px;}
.news-list li{padding-bottom: 79px; border-bottom: 1px solid #CCC; margin-top: 39px;}
.news-list li:first-child{ margin-top: 39px;}
.news-list li:last-child{border-bottom: 0;}
.news-list .media-heading{font-size: 32px; line-height: 42px; margin-top: 0; margin-bottom: 28px; font-weight: normal;}
.news-list .media-heading a{color: #333;}
.news-list .media-left{padding-right: 40px;}
.news-list .media-left>img{width: 610px; height: 342px;}
.news-list p{font-size: 15px;color: #666; margin-bottom: 30px; line-height: 28px;}
.news-list.cn p{text-align: justify;}
.news-list .newsTime{font-size: 16px; margin-bottom: 10px; color: #666;}
.news-list p a{color: #666;}

.moreBox{width: 100%; text-align: center; margin-top: -1px; background: #FFF; padding-top: 23px; margin-bottom: 79px; }
.newsBox .loadMore{display: none; width: 200px; height: 60px; border:1px solid #cccccc; margin: auto; font-size: 16px; line-height: 60px;}
.media.onHidden{display: block;}
.newsFilter{position: absolute; right: 0; top: 102px;}
.newsFilter .form-group{ margin-left: 18px;}
.newsFilter .form-group .btn{font-size: 16px;}
.newsFilter .form-group .dropdown-menu{font-size: 16px;}

.newsFilter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: 200px;}
.newsFilter .dropdown-toggle.btn{height: 59px; border-radius:0 ;}
.bootstrap-select .dropdown-toggle .filter-option-inner{height: 100%;}
.bootstrap-select .dropdown-toggle .filter-option-inner-inner{height: 100%; line-height: 45px;}
.newsFilter .dropdown-menu a:hover>span{ padding-bottom: 0; border-bottom: 0;}
.newsFilter .btn-group.open .dropdown-toggle{box-shadow: none;-webkit-box-shadow: none;outline:none}
.newsFilter .open>.dropdown-toggle.btn-default:hover,
.newsFilter .dropdown-toggle.btn-default:hover,
.newsFilter .btn-default.active, 
.newsFilter .open>.dropdown-toggle.btn-default,
.newsFilter .open>.dropdown-toggle.btn-default:focus,
.newsFilter .dropdown-toggle.btn-default:focus
{background: #FFF;}

.newsShowBanner{height: 540px;  position: relative; background: #666; margin: 0 -15px;}
.newsBannerBg{width: 467px; height: 460px; background:  url(../images/newsBannerBg.png) no-repeat; position: absolute; left: 50%; margin-left: 51px; bottom: 0; background-size: 100% 100%;}
.newsShowContainer{width: 830px; padding: 0;}
@media (max-width: 840px){
	.newsShowContainer{width: calc(100% - 30px);}
}
.newsHeader{height: 449px; display: flex; flex-direction:column; justify-content: flex-end;}
.newsHeader .news-time{font-size: 32px; color: #FFF; margin: 0;}
.newsHeader .news-title{font-size: 64px;color: #FFF; font-weight:normal; word-break: break-all; margin-bottom: 30px;}
.newsShowBox{ padding-top: 34px; padding-bottom: 120px;}
.newsShowBox p{font-size: 16px; margin-bottom: 34px; line-height: 28px; color: #666;}
.newsShowBox.cn p{text-align: justify;}
.newsShowBox>img,.newsShowBox img{width: 100%;}

.jobsBanner{ height: 540px; margin: 0 -15px; background:#FFF; background-repeat: no-repeat; background-size: cover; background-position: center;}
.jobsBanner .container{padding: 0;}
.jobsBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #FFF; margin-top: 100px; font-weight: normal;}
.job{ border-bottom: 1px solid #CCC; padding-bottom: 75px; position: relative;}
.jobsBox{margin-bottom: 120px; padding: 0;padding-top: 6px;}
.jobTitle{font-size: 32px; margin: 0; font-weight: normal; min-height: 100px; line-height: 60px; padding: 20px 0;}
.jobTime{font-size: 16px; color: #666;  position: absolute; right: 0; top: 35px;}
.jobContent{}
.jobContent ul{list-style: none; margin: 0; padding: 0;}
.jobContent ul li{ line-height: 28px; font-size: 16px; color: #666; padding-left: 20px;}
.jobContent.cn ul li{text-align: justify;}
.jobContent ul li:before{width: 20px; height: 28px; margin-left: -20px; content: '-'; text-align: left; display: block; float: left;}
.jobNote{font-size: 16px; color: #666; margin-top: 28px; line-height: 28px; margin-bottom: 0;}

.conBanner{ height: 540px; margin: 0 -15px; background:#FFF; background-repeat: no-repeat; background-size: cover; background-position: center;}
.conBanner .container{padding: 0;}
.conBanner .page-title{font-size: 64px; line-height: 64px; margin: 0; color: #FFF; margin-top: 100px; font-weight: normal;}
.conTitle{ font-size: 32px; line-height: 100px; color: #333;}
.conContent p{font-size: 16px; line-height: 28px; color: #666;}
.conContent p a{color: #666; }
.conBox{ margin-bottom: 120px; padding: 0;}
.actLinks{display: flex; justify-content:flex-start; height: 28px; margin-top: 28px;}
.actLinks a{font-size: 16px; color: #666; line-height: 28px; margin-right: 20px;}
.actLinks .splitLine{width: 1px; height: 14px; display: inline-block; background: #CCC; margin-top: 7px; display: none;}

@media (max-width: 751px){
	.miniFull{ padding-bottom: 135px;}
	.footer{ height: 135px; margin-top: -135px;}
	/*
	.navbar-brand{width: 350px; height: 73px; padding: 0; margin: 0 !important; background: #000; -webkit-mask-image: url(../images/logo.svg);-webkit-mask-size: 350px 73px;}
	.navbar .navbar-right .menuBtn{width: 48px; height: 48px; background: #000; margin-left: 28px;  -webkit-mask-image: url(../images/menuBtn.png); -webkit-mask-size: 48px 48px; cursor:pointer}
	*/
	.navbar-brand{width: 350px; height: 73px; padding: 0; margin: 0 !important;}
	.navbar .navbar-right .menuBtn{width: 48px; height: 48px;margin-left: 28px; cursor:pointer}
	
	.navbar .navbar-right .menuBtn.closeBtn{-webkit-mask-image: url(../images/closeBtnb.png); -webkit-mask-size: 48px 48px;}
	.navbar .navbar-right .menuBtn.showWhite.closeBtn{-webkit-mask-image: url(../images/closeBtn.png); -webkit-mask-size: 48px 48px;}
	.navbar .navbar-right .languageBtn{line-height: 48px; color: #000; font-size: 24px;}
	.navBox{margin-left: 40px; margin-top: 86px;}
	.navBox li .dropdown-menu{left: 220px;}
	
	.miniFull{}
	.page-title{ padding-left: 40px;}
	.ideaText{margin: 0; margin-bottom: 226px;}
	.ideaText p{font-size: 28px; line-height: 43px;  width: calc(100% - 50px);  margin: 0 25px; margin-bottom: 30px;}
	.ideaText p:last-child{ margin-bottom: 0;}
	.footer .foot-pills{margin-left: -20px;}
	.footer .foot-pills>li{margin-right: 32px;}
	.footer .foot-pills>li>a>img{width: 56px; height: 56px;}
	.footer .copyright{font-size: 20px; float: left !important; clear: both; margin-top: 16px;}
	
	.conBanner .page-title{ padding-left: 25px;}
	.conBox {margin-bottom: 190px;}
	.conBox .row{padding-top: 10px;}
	.conCard{padding-left:25px ; padding-right: 25px; padding-bottom: 50px; }
	.conCard .conTitle{font-size: 40px;}
	.conCard .conContent p{font-size: 26px; line-height: 43px;}
	.actLinks {margin-top: 43px; justify-content: space-between;}
	.actLinks .splitLine{display: block;}
	.actLinks a{font-size: 26px;}
	
	.jobsBanner .page-title{ padding-left: 25px;}
	.jobsBox{ padding-left: 25px; padding-right: 25px; margin-bottom: 219px; padding-top: 10px;}
	.jobTitle{font-size: 40px;}
	.jobContent ul li{font-size: 28px; line-height: 43px; margin-bottom: 20px; padding-left: 30px; }
	.jobContent ul li:before{width: 30px; height: 43px; margin-left: -30px; content: '-'; text-align: left; display: block; float: left;}
	.jobTime{font-size: 28px; color: #666;  position: relative; margin-top: 0px; top: 0px;}
	.jobNote{font-size: 28px; line-height: 43px;}
	.job{ padding-bottom: 70px;}
	
	.newsBanner{min-height: 245px; height: auto; border-bottom: 0;}
	.newsBanner .page-title{ padding-left: 25px;}
	.newsFilter{position:initial; margin-top: 70px; padding: 0 25px;}
	.newsFilter .form-group{ margin-left: 0; margin-bottom: 20px;}

	.newsFilter .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn){width: 100%;}
	.newsFilter .dropdown-toggle.btn{width: 100% !important; height: 97px !important;}
	.newsFilter .bootstrap-select .dropdown-toggle .filter-option-inner-inner{ height: 100%; font-size: 28px; line-height: 83px; padding-left: 13px;}
	.form-inline .bootstrap-select.btn-group .form-control{ height: 100%; font-size: 28px; padding-left:25px;}
	.bootstrap-select.btn-group .btn .caret,.bs-caret .caret{    border-top: 8px dashed;border-right: 8px solid transparent;border-left: 8px solid transparent; right: 34px !important;}
	.newsFilter .form-group .dropdown-menu{font-size: 28px;}
	.newsFilter .form-group .dropdown-menu li a{ line-height: 70px;}
	.newsBox{padding: 0 25px; margin-bottom: 110px;}
	.news-list .media-left{display: block;}
	.news-list .media-body{display: block; width: auto;}
	.news-list .media-left{padding-right: 0;}
	.news-list .media-left>img{width: 100%; height: auto;}
	.news-list .newsTime{font-size: 28px; margin-bottom: 20px; margin-top: 40px;}
	.news-list .media-heading{font-size: 40px; line-height: 53px; margin-top: 0; margin-bottom: 28px; font-weight: normal;}
	.news-list p{font-size: 28px;color: #666; margin-bottom: 30px; line-height: 43px;}
	.moreBox{width: 100%; height: 130px; text-align: center; margin-top: -1px; padding-top: 5px; background: #FFF; margin-bottom: 0;}
	.newsBox .loadMore{display: block; width: 100%; height: 96px; border:1px solid #cccccc; margin: auto; font-size: 28px; line-height: 96px;}

	.media.onHidden{display: none;}
	
	.newsShowContainer{width: 100%; padding: 0 25px;}
	.newsHeader{height: auto; min-height: 420px;}
	.newsHeader .news-time{font-size: 28px;}
	/*
	.newsHeader .news-title{font-size: 40px; line-height: 56px;}
	*/
	.newsShowBox{ padding-top: 45px; padding-bottom: 80px;}
	.newsShowBox p{font-size: 28px; margin-bottom: 40px; line-height: 43px;}
	
	.projectBanner{height: 327px; border-bottom: 0; }
	.projectBanner .page-title{ padding-left: 25px;}
	.tabsBox{left: 25px; right: 25px; overflow: hidden; overflow-x: scroll; border-bottom: 1px solid #ccc;}
	.tabsBox .nav-tabs{display: flex;  justify-content:space-between; padding: 0; margin: 0; float: none !important; width: auto; }
	.tabsBox .nav-tabs:before,.tabsBox .nav-tabs:after{ display: none;}
	.tabsBox .nav li a{ padding:10px 0; margin: 0 34px; font-size: 40px; font-weight: normal; white-space : nowrap }
	.tabsBox .nav li:first-child a{ margin-left: 0;}
	.projectCard{padding: 0;}
	.projectBox .row{margin: 0;}
	.projectBox{padding: 0 25px; margin-bottom: 176px;}
	.projectBox .row a{ font-size: 28px;}
	.projectCard p{font-size: 28px; margin: 27px 0 50px 0;}
	
	.teamBanner {margin: 0 25px;}
	.teamBanner .page-title{ padding-left: 0;}
	.teamBox{ margin-left:25px ; margin-right: 25px; margin-bottom: 186px;}
	.team-list .media-left{display: block;}
	.team-list .media-body{display: block; width: auto;}
	.team-list .media-left{padding-right: 0;}
	.team-list .media-left>img{width: 100%; height: auto;}
	
	.team-list .media-heading{font-size: 40px; line-height: 54px; margin-top: 40px;}
	.team-list p{font-size: 28px;color: #666; margin-bottom: 30px; line-height: 43px;}
	.team-list .mailAddr{font-size: 28px; margin-bottom: 56px; color: #666;}
	
	.showProjBanner{display: block; height: 262px;}
	.showProjBanner .page-title{ padding-left: 10px;font-size: 64px; line-height: 64px; margin: 0;  margin-top: 100px; font-weight: normal;}
	.showProjSwiper{position: initial; padding: 0 25px; margin-bottom: 226px;}
	.showProjSwiper .swiper-wrapper{display: initial;}
	.showProjSwiper .swiper-wrapper img{width: 100%; height: auto; min-height: auto; min-width: auto;}
	.showProjSwiper .swiper-wrapper .swiper-slide{ margin-bottom: 40px;}
	.projectFootBar{ position: initial; height: auto;}
	.projectFootBar .pull-left,.projectFootBar .pull-right{float: none !important; height: 94px;}
	.projectFootBar .slide-title{display: none;}
	.projectFootBar .slide-link{margin: 0; width: 100%; height: 94px;  border: 1px solid #ccc; text-align: center; display: block; }
	.projectFootBar .slide-link a{width: 100%; height: 100%; display: block; text-decoration: none; font-size: 28px;line-height: 94px;}
	.projectFootBar .slide-link a:hover>span{ padding-bottom: 0px; border-bottom:0 !important;}
	.projectFootBar .slide-link a:hover,.projectFootBar .slide-link a:active{border: 1px solid #333;}
	.projectFootBar  .pull-right{ display: flex; justify-content: space-between;padding-right: 0; width: 100%; margin-top: 80px;}
	.projectFootBar  .pull-right a{display: block; height: 94px; line-height: 94px; font-size: 28px; text-align: center; width: calc(50% - 20px); margin: 0; border: 1px solid #ccc; text-decoration: none; }
	.projectFootBar  .pull-right a:hover>span{ padding-bottom: 0px; border-bottom:0 !important;}
	.projectFootBar  .pull-right a:hover,.projectFootBar  .pull-right a:active{border: 1px solid #333;}
	.projectContainer .footer{display: block;}
	.projectContainer .swiper-slide>img{margin-top: 0px;}
	
	.introBox h3{font-size: 40px;}
	.introBox p{font-size: 28px; line-height: 43px;}
	.introLayer>.container{ padding: 0 40px; height: calc(100% - 135px);}
	.introLayer>.container .introBox{ width: 100%; height: 100%; margin-top: 20px;}
	
	.menuBg{width: 428px; height: 428px; background:  url(../images/menuBg.png) no-repeat; position: absolute; left: 50%; background-size: 100% 100%; margin-left: -135px; bottom: 0;}
	.introBg{width: 428px; height: 428px; background:  url(../images/introBg.png) no-repeat; position: absolute; left: 50%; margin-left: -135px; bottom: 0; background-size: 100% 100%;}
	.newsBannerBg{width: 428px; height: 428px; background:  url(../images/newsBannerBg.png) no-repeat; position: absolute; left: 50%; margin-left: -106px; bottom: 0; background-size: 100% 100%;}
}


/* popups */

.md-modal {position: fixed;top: 50%;left: 50%; height: auto; z-index: 2000;visibility: hidden;-webkit-backface-visibility: hidden;-webkit-transform: translateX(-50%) translateY(-50%) ;}
.md-show {visibility: visible;}
.md-overlay {position: fixed;width: 100%;height: 100%;visibility: hidden;top: 0;left: 0;z-index: 1000;opacity: 0;background: rgba(0,0,0,0.4);-webkit-transition: all 0.3s;}
.md-show ~ .md-overlay {opacity: 1;visibility: visible;}
/* Content styles */
.md-content {position: relative;margin: 0 auto;}
.md-effect-3 .md-content {-webkit-transform: translateY(20%);opacity: 0;-webkit-transition: all 0.3s;}
.md-show.md-effect-3 .md-content {-webkit-transform: translateY(0);opacity: 1;}
.codeBtn{cursor: pointer;}


.projectCard img{
	background: url(../images/loading.png) no-repeat;
	background-position: center;
}
