
@keyframes anNext {
	0% {
		opacity: 0.8; transform: translateY(0px) scale(0.5);
	}
	50% {
		opacity: 1; transform: translateY(-0.3em) scale(0.5);
	}
	100% {
		opacity: 0.8; transform: translateY(0.3em) scale(0.5);
	}
}


.bold{font-weight: 600;}
.-cmain{color: #3a3a39;}
.-cblack0{color: #19191b;}
.FZLTZCH{font-family:FZLTZCH ;}
.FZLTXH{font-family:FZLTXH ;}
.FZLTZHJW{font-family:FZLTZHJW ;}
.en{font-family:DDIN ;}

/* 首页动画 */
.ts { transition-timing-function: ease; transition-property: all; transition-duration: 0.3s;}
.tsi { transition-timing-function: ease; transition-property: all; transition-duration: 0.5s; transition-delay: 0.3s;}
.ts-delay .tsi { transition-delay: 0s;}
.ts-delay05.tsi { transition-delay: 0.5s;}
.ts-delay06.tsi { transition-delay: 0.6s;}
.ts-delay08.tsi { transition-delay: 0.8s;}
.ts-delay10.tsi { transition-delay: 1s;}
.ts-delay12.tsi { transition-delay: 1.2s;}


/* 基础模块 */
.ImageWrap { width: 100%; overflow: hidden; position: relative; background-color: #000000;}
.ImageWrap img { width: 100%; transition: all ease 0.5s; float: left;}
.ImageWrap:hover img { transform: scale(1.05); opacity: 0.8;}

block { display: block; width: 1em; height: 1em; background-color: red; overflow: hidden;}

/* 顶部导航 */
nav {width:100%; height: 5em; z-index: 888; transition:all .1s ease-out; -webkit-transition:all .1s ease-out; position: fixed;top:0;}
nav .logo { position: relative; float: left;width: 9.5em;margin-top: 1.5em;margin-left: 1.5em;}
nav .logo img{height: 100%;width: 100%;}
nav .rightnav{position: relative; float: right;margin-top: 1.5em; margin-right:1.5em;transition:opacity .3s ease-out;width: 2.2em;}
nav .rightnav img{height: 100%;width: 100%;}
nav .logo .logo-white { display: none;}
nav .rightnav .logo-white { display: none;}
nav.white .logo .logo-black { display: none;}
nav.white .logo .logo-white { display: block;}
nav.white .rightnav .logo-black { display: none;}
nav.white .rightnav .logo-white { display: block;}
.navBars { position: fixed; transform: scale(1); opacity: 0; right: -414px;  transition: all ease 0.3s;  z-index:999 ;height: 100%;width: 100%;background: #ffffff;}
.navBars.show { transform: scale(1); opacity: 1;right:0;transition: all ease 0.3s;}
.navBars .rightclose{position: relative;float: right;margin-top: 1.5em; margin-right: 1.5em;transition:opacity .3s ease-out; width: 1.8em}
.navBars .rightclose img{height: 100%;width: 100%;}
.navBars ul {padding:0 2em;margin-top: 6em;} 
.navBars ul > li {  border-bottom: 1px dashed #f1747e;height: 4.6em;line-height: 4.6em;width: 100%;overflow: hidden;}
.navBars ul > li > a {color:#595757; position: relative;margin-left: 1em; height: 4.6em; overflow: hidden;width: 100%;}
.navBars ul > li > a .nav{transition:all .1s ease-out; -webkit-transition:all .1s ease-out;font-size: 1.6em;}
.navBars ul > li > a .en{position:relative;margin-left: 0.5em;transition:all .2s ease-out; -webkit-transition:all .2s ease-out;color: #c8c9ca;}
.navBars .bottomlogo{width: 100%;text-align: center;margin-top: 3em;}
.navBars .bottomlogo img{width: 16em;}



/* 右侧浮动导航 */
/* .scroll-right{position: fixed;right: 40px;height:100%;z-index: 88;bottom:0;width: 20px; display: flex; flex-direction: column; justify-content: center;} */
.scroll-right > li {position: relative;height: 7px;width: 7px;border-radius: 50%;background:rgba(255,255,255,0.8);margin:4px 0;z-index: 99;}
.scroll-right > li.active{background:rgba(255,23,26,0.8);}
/* 头部 */
header { display: block; width: 100%; height: 100%; background: center no-repeat; background-size: 100% 100%; color: #fff;}
/* header .section { padding: 0 60px;} */

/* 首页视频 */
.indexMovieBanner{height:100%;background: center no-repeat; background-size: cover; width: 100%;position: relative;min-width:1400px;}
.indexMovieBanner .indexMovie {margin:0 auto;overflow: hidden;width: 1390px;}
.indexMovieBanner .indexMovie video { width: 100%;height: 100%;}

/* 首页板块标题 */
.sectionTitle { width: 100%;position: relative;margin:1.5em auto;}
.sectionTitle.leftTitle{position: relative;float: left;}
.sectionTitle .cion{height: 1em;width: 1em;background: #d41719;margin-left: 0.3em;margin-top: -0.7em;}

/* 首页板块更多按钮*/
.sectionMore{width: 100%;text-align: center;position: absolute;bottom: 1em;z-index: 99;}
.sectionMore img{opacity: 0.6; animation: anNext 1.2s linear infinite; width: 3em;height: auto;}
.sectionMore .moreTitle{font-size:1em;opacity: 0.6;width: 100%;text-align: center}
.sectionMore .moreTitle.-cwhite{color: #ffffff}
/* 首页关于 */
.indexAbout {position:relative;height:100%;background: center no-repeat; background-size: cover; width: 100%;overflow: hidden;}
.indexAbout .aboutcenter{position: relative;overflow: hidden;margin-left: 2em;margin-top: 6em;}
.indexAbout .aboutcenter .sectionTitle div{color:#3e3a39;}
.indexAbout .aboutcenter .about{position: relative;color: #323333;line-height: 1.7em;overflow: hidden;width: 92%;}
.indexAbout .aboutzz{background: #d41719;color: #FFFFFF;padding:0.5em;position: relative;overflow: hidden;width: 23em;margin-top: 1.2em;border-radius: 1em;}
.indexAbout .aboutzz i{font-size: 0.9em;width: 6em;border-left: 1px solid #e18384;text-align: center;}
.indexAbout .aboutzz i:first-child{border: 0;}
.indexAbout .-h3{font-size: 1.5em;color: #727171;margin-top: 1em;}

/* 首页十六大创意 */
.indexsixfull {height:100%; background: center no-repeat; background-size: cover; width: 100%;position: relative;overflow: hidden;}
.indexsixfull .section .-img{width: 100%;margin-top: 6em;}
.indexsixfull .-title{position: relative;z-index: 66;width: 50%;margin-top: 5em;}
.indexsixfull .-title img{width: 100%;transition: all ease 0.3s;}
.indexsixfull .-title img:hover{transform: scale(1.05)}

/* 首页发明专利 */
.indexfazhuli{height:100%; background: center no-repeat; background-size: cover; width: 100%;position: relative;overflow: hidden;}
.indexfazhuli .-title{position:relative;z-index: 66;width:50%;margin-top:5em;margin-left: 1em;}
.indexfazhuli .-title img{height: 85%;width: 85%;}
.indexfazhuli .-img{position: absolute;bottom: 6em;right: 1em;left: 1em;}
.indexfazhuli .-img img{height: 100%;width: 100%;}
/* 首页二十大数字 */
.index20full{height:100%; background: center no-repeat; background-size: cover; width: 100%;position: relative;overflow: hidden;}
.index20full .-leftitle{position:relative;width: 50%;margin-left: 1em;}
.index20full .-leftitle img{width: 100%;}
.index20full .-rightcenter{position:relative;z-index: 67}
.index20full .-rightcenter .column4 .column{position: relative;transition: all ease 0.3s;text-align: center;background: #000000;margin:0.2em}
.index20full .-rightcenter .column .title{position: absolute;color: #FFFFFF;}
.index20full .-rightcenter .column .-img{width: 100%;position: relative;height: 100%;transition: all ease 0.3s;opacity: 0.7;}
.index20full .-imgwrap{position: absolute;z-index: 66;top: 20px;right: 0px;width:auto;height: 100%;}
.index20full .-imgwrap img{height: 93.5%;}
.index20full .-leftitle img:hover{transform: scale(1.05)}

/* 首页视觉 */
.indexfull{height:100%;position: relative;overflow: hidden;width: 100%;}
.indexfull .column3{height:33.33%;width: 100%;}
.indexfull .column3 .column{z-index: 6;height:100%;margin:0;text-align: center;width: 100%; }
.indexfull .column3 .column .-imgbg{ height: 100%;width: 100%;position: relative;}
.indexfull .column3 .column .-imgbg img{height:100%;width: 100%;transition: all ease 0.3s; }
.indexfull .titlewarp{position:absolute;z-index: 8;color: #FFFFFF;text-align: center;}

/* 首页合作伙伴 */
.titleimg{width:32%;margin-top: 1em;}
.indexPartner{height:100%;width: 100%;position: relative;overflow: hidden;}
.indexPartner .column3 {padding:0 1em}
.indexPartner .column3 .column{width: 33.3%;background: #ffffff;padding:1.2em 1.5em;display: flex;justify-content: center; align-items: center;margin:0.2em;box-shadow: 0 0 0.3em #e1e1e1;}
.indexPartner .column3 .column .-img{display: flex;justify-content: center; align-items: center;display: flex; flex-direction: row;transition: all ease 0.5s;overflow: hidden;}
.indexPartner .column3 .column .-img .img2{display: none;transition: all ease 0.5s;width: 100%;}
.indexPartner .column3 .column .-img .img1{transition: all ease 0.5s;width: 100%;}
.indexPartner .column3 .column .-img:hover .img2{display: block;transition: all ease 0.5s;}
.indexPartner .column3 .column .-img:hover .img1{display: none;transition: all ease 0.5s;}
/* 首页底部*/
.index .footer{height:100%; background: center no-repeat;overflow: hidden; background-size: cover;width: 100%; position: relative;}
.index .footer .footercenter{position: absolute;bottom: 0;width: 100%;left: 0;height: 0;z-index: 6;height: auto;}
.index .footer .-footermin .-img{height: 6em;width: 6em;overflow: hidden;}

/*首页案例列表 */

.indexCase {height:100%;position: relative;overflow: hidden;background: #FFFFFF;width: 100%;}
.indexCase .section{margin-top: 0;padding:0.5em;height: 100%;position: relative;overflow: hidden;}
.indexCase .column {margin:1% 1%;box-shadow: 0 0 10px #DDDDDD;height: 31.3%;position: relative;overflow: hidden}
.indexCase .column .ImageWrap{height: 76%;width: 100%;position: relative;}
.indexCase .column .ImageWrap img{width:100%;height: 100%;}
.indexCase .title { padding:0.8em;overflow: hidden; }
.indexCase .title div:hover{color: #e40113;}

/* 首页六大优势 */
.indexAdvantage{position: relative;background: #ffffff;padding: 0 1.5em;overflow: hidden;}
.indexAdvantage .staion .-leftitle {width: 50%;margin-left: 0.5em;margin-top: 4em;position: relative;}
.indexAdvantage .staion .-leftitle img{width:100%;transition: all ease 0.3s;height: 100%;}
.indexAdvantage .staion .-rightlist .column2{height: 25%;overflow: hidden;}
.indexAdvantage .staion .-rightlist .column2 .column{position: relative;transition: all ease 0.3s;margin:0.1em 0.3em;width: 100%;height: 100%;}
.indexAdvantage .staion .-rightlist .column .title{position: absolute;top:1em;left: 1em;color: #FFFFFF;}
.indexAdvantage .staion .-rightlist .column .-img{width: 100%;position: relative;height: 100%;transition: all ease 0.3s;}
.indexAdvantage .staion .-rightlist .column .-img img{height: 100%;width: 100%;}
.indexAdvantage .staion .-rightlist .column .cion img{height: 1.7em;width: auto;}



/* 走进吾将-banner*/
.aboutbanner2{ height: 100%; background: center no-repeat;overflow: hidden; background-size: cover; width: 100%;}

/* 走进吾将-企业简介*/
.aboutbanner { height:100%; background: center no-repeat;overflow: hidden; background-size: cover;color: #FFFFFF;width: 100%; position: relative;}
.aboutbanner .section.sectionbg {overflow: hidden;position: relative;width: 70%; padding:3em;background:rgba(3,110,183,0.7);}



/* 关于-企业文化 */
.aboutbanner .aboutzz{color: #FFFFFF;padding:5px 0;position: relative;overflow: hidden;width: 21.2em;margin-top: 2em;border: 1px solid #FFFFFF;border-radius: 1em;}
.aboutbanner .aboutzz i{font-size: 0.9em;width:5.5em;border-left: 1px solid #FFFFFF;text-align: center;}
.aboutbanner .aboutzz i:first-child{border: 0;}

/* 关于-发展历程 */
.aboutHistory{ height:auto; background: #fbfbfb;padding:2.5em 0px 3em 0px;position: relative;overflow: hidden;}
.historywarp{height: auto;width: 98%;border-left: 1px solid #f66262;position: relative;margin-top: 3em;}
.historywarp .leftcion{height: 1em;width: 1em;background: #d41719;margin-left: -0.5em;}
.historywarp .historybox {position: relative;margin-left: 0.5em;width:100%;overflow: hidden;margin-top: -0.5em;transition: all ease 0.3s}
.historywarp .historybox img{width: 100%;}

/* 关于-集团优势 */
.aboutAdvantage{ background: #efefef;position: relative;overflow: hidden;height: auto;padding:1em 0 2.5em 0}
.aboutAdvantage .warp{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width:8em;height: 8em;text-align: center;vertical-align: middle;box-shadow: 0 0 0.5em #DDDDDD;background: #FFFFFF;border-radius: 0.5em;}
.aboutAdvantage .warpBox:hover .warp{transform: scale(1.05)}
.aboutAdvantage .warp .en{font-size: 0.5em;}
.aboutAdvantage .jia{height: 1em;width: 1em;}
.aboutAdvantage .jia img{height: 100%;width: 100%;}

/* 关于-6大领域*/
.aboutAdvantageSub {background: #FFFFFF;position: relative;overflow: hidden;padding:2.5em 0}
.aboutAdvantageSub .-leftitle img{transition: all ease 0.3s;}
.aboutAdvantageSub .-rightlist{padding:1em 1em;position: relative;overflow: hidden;}
.aboutAdvantageSub .-rightlist .column{transition: all ease 0.3s;box-shadow: 0 0 1em #DDDDDD;padding:1em 0;border-radius: 0.5em;margin:0.25em;min-width: 49%;}
.aboutAdvantageSub .-rightlist .column .title{transition: all ease 0.3s;width: 78%;padding-left: 1em;}
.aboutAdvantageSub .-rightlist .column .title .en{font-size: 0.5em;}
.aboutAdvantageSub .-rightlist .column .img{height: 1.5em;width: auto;float: right;position: relative;transition: all ease 0.3s;padding-right: 1em;}
.aboutAdvantageSub .-rightlist .column .img img{height: 1.5em;width: auto;}

/* 关于-16大创意*/
.aboutSixteen { background: #efefef;position: relative;padding:3em 1.5em 2em 1.5em}
.aboutSixteen .-leftitle{width: 100%;text-align: center;}
.aboutSixteen .-leftitle img{transition: all ease 0.3s}
.aboutSixteen .-rightlist .column4{width: 100%;}
.aboutSixteen .-rightlist .column4 .column{transition: all ease 0.3s;background: #FFFFFF;box-shadow: 0 0 1em #dadada; border-radius: 0.3em ;text-align: center;padding:1em 0;margin:0.3em }
.aboutSixteen .-rightlist .column .title{transition: all ease 0.3s;}
.aboutSixteen .-rightlist .column .img{height:2.6em;width: auto;position: relative;transition: all ease 0.3s}
.aboutSixteen .-rightlist .column .img img{height: 2.6em;width: auto;}

/* 关于-企业荣誉*/
.aboutGroup{background: #FFFFFF;position: relative;overflow: hidden;padding:2em}
.aboutGroup .column{transition: all ease 0.5s;position: relative;overflow: hidden;border-radius: 5px;box-shadow: 0 0 12px #DDDDDD;margin:12px;text-align: center;}
.aboutGroup .column img{height: auto;width: 100%;z-index: 2;position: relative;transition: all ease 0.5s}
.aboutGroup .titlewarp{position: absolute;z-index: 66;color: #FFFFFF;}


/* 关于-企业资质*/
.aboutGroupAdvantage{ height: auto;padding:0 2em 2em 2em;position: relative;overflow: hidden;}
.aboutGroupAdvantage .titlebox{position: relative;}
.aboutGroupAdvantage .leftcion{height: 1em;width: 1em;background: #d41719;position:relative;}
.aboutGroupAdvantage .titlebox .title{position: relative;margin-top: -0.3em;}
.aboutGroupAdvantage .rollViewer{width: 100%;position: relative;}
.aboutGroupAdvantage .rollViewer .item{height: auto;background: #fafafa;border-radius: 5px;box-shadow: 0 0 0.3em #DDDDDD;text-align: center;width: 28.3%;;float: left;  overflow: hidden;margin:1.5%;padding:1em 1%;}
.aboutGroupAdvantage .rollViewer .item img{width: 90%;height: auto;transition: all ease 0.5s;}
.aboutGroupAdvantage .rollViewer .item .title{height:3em;color: #595757;padding: 0 0.5em;font-size: 0.8em;padding-top: 1em;margin-top:1em;border-top:1px solid #ddd;text-align: left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }

/* 关于底部 */
.aboutindex .footer{margin-top: 0;}


/* 面包屑导航 */
.breadcrumb a {font-size: 1em; margin: 0 3px;color: #727171}
.breadcrumb i { font-size: 0.9em; margin: 0 3px;color: #999999;}
.breadcrumb a:first-child { margin-left: 0;}

/* 分类菜单 */
.classNav a {color: #666;font-size: 1.05em;line-height: 1.5em;padding:0 0.4em}
.classNav a:hover,.classNav a:active, .classNav a.active{color: #e40113;}
/* 多列布局 */
.row { display: flex; flex-direction: row}
.column2 .column { width: 50%; margin: 0.5em;}
.column3 .column { width: 33.333%; margin: 0.5em;}
.column4 .column { width: 25%; margin: 0.5em;}
.column5 .column { width: 20%; margin: 0.5em;}
.column6 .column { width: 16%; margin: 0.5em;}
.row .column:first-child { margin-left: 0;}
.row .column:last-child { margin-right: 0;}

/* 案例列表 */
.AricleList{position: relative;overflow: hidden;min-height: 100%;}
.AricleList .LanBanner{width: 100%;position: relative;overflow: hidden;}
.AricleList .column { box-shadow: 0 0 12px rgba(160, 160, 160, 0.3); margin: 1% 3%;width: 94%;overflow: hidden;}
.AricleList .column .ImageWrap img{width: 9 0%;height: 100%;}
/* .AricleList .column2 .column:first-child { margin-left: 0;}
.AricleList .column2 .column:last-child { margin-right: 0;} */
.AricleList .title { margin: 0.8em 1em;color: #3a3a3a;}
.AricleList .title div:hover{color: #e40113;}

/* 案例详情 */
.detailBanner{width: 100%;height: 10em;z-index: 2;position: relative;}
.detailbg{background: #ffffff;border-top-left-radius: 1em;border-top-right-radius: 1em;z-index: 55;position: relative;margin-top: -1em;}
.detailtitle .-cion{height: 0.33em;width: 0.3em;background: #999999;}


.backlist{padding:0.4em 1.5em;border-radius: 1.5em;border: 1px solid #999999;font-size: 1.1em;margin: 1.5em;color: #333333;}
.backlist:hover{border: 1px solid #e40113;font-size: 1.1em;margin: 30px;color: #e40113;}
/* 首页模块 */
.indexPage header { height: 100%;}

/* 新闻列表 */
.NewsList .column {margin: 15px;}
.NewsList .title div:hover{color: #e40113;}

/* 底部 */

.footer{position: relative;height: auto;margin-top: 3em;}
.footer .-footermin{background: #3d3d3d;position: relative;padding:3em 1.5em 2em 1.5em;}
.footer .-footermin div.title{color: #ffffff;width: 100%;text-align: left;margin-bottom: 1em;font-size: 1.2em;}
.footer .-footermin i{color: #898989;width: 100%;font-size: 0.9em;line-height: 1.7em;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;text-align: left;}
.footer .-footermin .-img{height: 6em;width: 6em;overflow: hidden;}
.footer .-footermin .-img img{height: 100%;width: 100%;}
.footer .footerbottom{position: relative;background: #292929;height: 4em;line-height: 4em;text-align: center;color: #b5b5b5;font-size: 0.7em;z-index: 66;}
.footer .footerbottom.-editorDetail p{font-size: 0.8em;}
.footer .footerbottom.-editorDetail p span{font-size: 0.8em;}
/* 联系我们 */

.contactUs .centerbg{width: 100%;z-index: 1;background-size: cover;height: 100%;color: #ffffff;}
.contactUs .-cion{height: 1.3em;}
.contactUs .-cion img{height: 100%;}
.contactUs .-img{height: 5em;width: 5em;overflow:hidden ;}
.contactUs .-img img{height: 100%;width: 100%;}
.contactUs .footer{position: relative;width: 100%;height: auto;margin-top: 0px;}


/* 滚动图 */
.flexslider { position:relative; margin:0 auto; overflow:hidden;}
.flexslider > div { position:relative; width:1000px; height:100%}
.flexslider ul.slides, .flexslider ul.slides li { width:100%; height:100%}
.flexslider ul.slides li a { width:100%; height:100%; background:no-repeat center; background-size:cover }
.flex-control-nav { width:100%; position:absolute; bottom:30px; text-align:center; z-index:6 }
.flex-control-nav li { margin:0 10px; display:inline-block; zoom:1; *display:inline; }
.flex-control-paging li { height:8px; line-height:8px; overflow:hidden}
.flex-control-paging li a { width:40px; height:4px; vertical-align:bottom; overflow:hidden; text-indent:99em; cursor:pointer; background:#fafafa; opacity:.8; transition:all .3s ease-out; -webkit-transition:all .3s ease-out; border-radius:2px}
.flex-control-paging li a.flex-active { height:4px; background:#27affd}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -moz-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); -o-box-shadow: inset 0 0 3px rgba(0,0,0,0.3); box-shadow: inset 0 0 3px rgba(0,0,0,0.3); }
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }
.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 48px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8);  background:url(images/arr.png) no-repeat; text-indent:-999em }
.flex-direction-nav .flex-prev { opacity: 0.7; left: 1em;background:url(/static/mobile/img/more2.png);width: 1em; background-size: cover; }
.flex-direction-nav .flex-next {opacity: 0.7; right: 1em;background:url(/static/mobile/img/more3.png);width:1em ; background-size: cover;}
/* .flexslider:hover .flex-prev { opacity: 0.7; left: 10px;background:url(/static/img/more3.png);height: 3em;width: 3em; background-size: cover;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;background:url(/static/img/more4.png);height: 3em;width: 3em; background-size: cover;} */
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

/* 首页滚动图 */
.indexPage .flexslider .flex-control-nav { bottom: 5em;}
.indexPage .flexslider .flex-control-nav li { margin:0 0.3em; height: 0.3em; display:inline-block; zoom:1; *display:inline; }
.indexPage .flexslider .flex-control-nav.flex-control-paging li a { width: 1.5em; height:0.3em; border-radius: 0.3em; background: rgba(255,255,255,0.5);}
.indexPage .flexslider .flex-control-nav.flex-control-paging li a.flex-active { background: rgba(255,255,255,1);}
.indexPage .flexslider .flex-direction-nav a {height:2em;width:1em;}


/* 案例滚动 */

.case .LanBanner{height: 18em;width: 100%; overflow: hidden;}
.case .flexslider .flex-control-nav { bottom: 1em;}
.case .flexslider .flex-control-nav li { margin:0 0.3em; height: 0.3em; display:inline-block; zoom:1; *display:inline; }
.case .flexslider .flex-control-nav.flex-control-paging li a { width: 1.5em; height:0.3em; border-radius: 0.3em; background: rgba(255,255,255,0.5);}
.case .flexslider .flex-control-nav.flex-control-paging li a.flex-active { background: rgba(255,255,255,1);}
.case .flexslider .flex-direction-nav a {height:2em;width:1em;}
/* 案例详情滚动图 */
.caseDetail .detailBanner{height: 10em;width: 100%;}
.caseDetail .flexslider .flex-control-nav { bottom: 0em;}
.caseDetail .flexslider .flex-control-nav li { margin:0 0.3em; height: 0.3em; display:inline-block; zoom:1; *display:inline; }
.caseDetail .flexslider .flex-control-nav.flex-control-paging li a { width: 1.5em; height:0.3em; border-radius: 03em; background: rgba(255,255,255,0.5);}
.caseDetail .flexslider .flex-control-nav.flex-control-paging li a.flex-active { background: rgba(255,255,255,1);}
.caseDetail .flexslider .flex-direction-nav a {height:2em;width:1em;opacity: 0}

