
@keyframes anNext {
	0% {
		opacity: 0.8; transform: translateY(0px) scale(0.5);
	}
	50% {
		opacity: 1; transform: translateY(-8px) scale(0.5);
	}
	100% {
		opacity: 0.8; transform: translateY(8px) 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: 33px; height: 33px; background-color: red; overflow: hidden;}

/* 顶部导航 */
nav.fix{position: fixed;}
nav.-nav{background: rgba(255,255,255,0.9);top:0}
nav {width:100%; height: 100px;line-height: 100px; z-index: 888; transition:all .1s ease-out; -webkit-transition:all .1s ease-out; }
nav .logo { position: relative; float: left;width: 180px;margin-top: 5px;}
nav .logo img{height: 100%;width: 100%;}
nav .logo .logo-white { display: none;}
nav .navBars { position: relative; float: right; z-index: 10 ;margin-right: 0;margin-top: 15px}
nav .navBars ul > li { float: left;}
nav .navBars ul > li > a {color:#333333; position: relative;margin-left: 30px;text-align: right; height: 50px;line-height: 50px; font-size: 20px; overflow: hidden; transition:all .1s ease-out; -webkit-transition:all .1s ease-out;}
nav .navBars ul > li > a .nav{height: 50px;line-height: 50px;transition:all .1s ease-out; -webkit-transition:all .1s ease-out;}
nav .navBars ul > li > a .cion{height: 13px;width: 13px;background:rgba(212,23,25,0);position:relative;margin-top:19px;margin-right: 6px;transition:all .2s ease-out; -webkit-transition:all .2s ease-out;}
nav .navBars ul > li > a:hover .cion{background:#ff171a;}
/* nav .navBars ul > li > a:hover, nav.white .navBars ul > li > a:hover {color: #ff171a;}
nav .navBars ul > li > a.active, nav.white .navBars ul > li > a.active{color: #ff171a;} */
nav .navBars ul > li > a.active .cion{background:#ff171a;transition:all .3s ease-out; -webkit-transition:all .3s ease-out;}
nav.white .navBars ul > li > a {color: #FFFFFF; position: relative;margin-left: 30px;text-align: right; height: 50px;line-height: 50px; font-size: 20px; overflow: hidden; transition:all .2s ease-out; -webkit-transition:all .2s ease-out;}
nav.white .logo .logo-black { display: none;}
nav.white .logo .logo-white { display: block;}

/* 右侧浮动导航 */
.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: cover; color: #fff;min-width:1400px;}
/* header .section { padding: 0 60px;} */
header .section block {position: relative;  margin: -36px 0 0 -36px;}

/* 首页视频 */
.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:50px auto;}
.sectionTitle.leftTitle{position: relative;float: left;}
.sectionTitle .cion{height: 20px;width: 20px;background: #d41719;margin-left: 5px;margin-top: -5px;}

/* 首页板块更多按钮*/
.sectionMore{width: 100%;text-align: center;position: absolute;bottom: 35px;z-index: 99}
.sectionMore img{opacity: 0.6; animation: anNext 1.2s linear infinite; }
.sectionMore .moreTitle{font-size: 20px;opacity: 0.6;width: 100%;text-align: center;}

/* 首页关于 */
.indexAbout {height:100%;background: center no-repeat; background-size: cover; width: 100%;position: relative;overflow: hidden;min-width:1400px;}
.indexAbout .aboutcenter{position: relative;overflow: hidden;}
.indexAbout .aboutcenter .sectionTitle div{color:#3e3a39;}
.indexAbout .aboutcenter .about{position: relative;color: #323333;line-height: 28px;overflow: hidden;width:540px}
.indexAbout .aboutzz{background: #d41719;color: #FFFFFF;padding:5px 0;position: relative;overflow: hidden;width: 480px;margin-top: 50px;}
.indexAbout .aboutzz i{font-size: 18px;width: 115px;border-left: 1px solid #e18384;text-align: center;}
.indexAbout .aboutzz i:first-child{border: 0;}
.indexAbout .-h3{font-size: 30px;color: #727171;margin-top: 25px;}

/* 首页十六大创意 */
.indexsixfull {height:100%; background: center no-repeat; background-size: cover; width: 100%;position: relative;overflow: hidden;min-width:1400px;}
.indexsixfull .section .-img{width: 100%;}
.indexsixfull .-title{position: absolute;z-index: 66;width: 17%;text-align: center;margin:0 auto}
.indexsixfull .-title img{width: 100%;transition: all ease 0.3s;}
.indexsixfull .-title img:hover{transform: scale(1.05)}

.indexfazhuli .-title{position: absolute;z-index: 66;width:60%;text-align: center;margin:0 auto}


/* 首页二十大数字 */
.indexsixfull .-leftitle{position:relative;width: 30%;float: left;}
.indexsixfull .-leftitle img{width: 68%;transition: all ease 0.3s;}
.indexsixfull .-rightcenter{position:relative;width: 70%;float: right;z-index: 67}
.indexsixfull .-rightcenter .column5 .column{position: relative;transition: all ease 0.3s;text-align: center;background: #000000;margin:5px}
.indexsixfull .-rightcenter .column .title{position: absolute;color: #FFFFFF;}
.indexsixfull .-rightcenter .column .-img{width: 100%;position: relative;height: 100%;transition: all ease 0.3s;opacity: 0.7;}
.indexsixfull .-imgwrap{position: absolute;z-index: 66;top: 20px;right: 0px;width:auto;height: 100%;}
.indexsixfull .-imgwrap img{height: 93.5%;}
.indexsixfull .-leftitle img:hover{transform: scale(1.05)}

/* 首页视觉 */
.indexfull{height:100%;position: relative;overflow: hidden;min-width:1400px;width: 100%;}
.indexfull .column3{height:100%;width: 100%;}
.indexfull .column3 .column{z-index: 6;height:100%;margin:0;text-align: center; }
.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;}
.indexfull .column3 .column .-line{width: 45px;height: 10px;border-bottom: 3px solid #EEEEEE;margin: 0 auto;margin-top: 80px;}

/* 首页合作伙伴 */
.titleimg{width: 240px;}
.indexPartner{height:100%;width: 100%;position: relative;overflow: hidden;background: center no-repeat; background-size: cover;min-width:1400px;}
.indexPartner .sectionTitle .cion{height: 20px;width: 20px;background: #d41719;margin-left: 5px;top: -10px;position: absolute;}
.indexPartner .column6 {max-width: 1600px;min-width: 1200px;}
.indexPartner .column6 .column{width: 16%;background: #FFFFFF;padding:25px 10px;display: flex;justify-content: center; align-items: center;display: flex; flex-direction: row;margin:5px;overflow: hidden;transition: all ease 0.5s;}
.indexPartner .column6 .column .-img{display: flex;justify-content: center; align-items: center;display: flex; flex-direction: row;transition: all ease 0.5s;overflow: hidden;}
.indexPartner .column6 .column .-img .img2{display: none;transition: all ease 0.5s;width: 100%;}
.indexPartner .column6 .column .-img .img1{transition: all ease 0.5s;width: 100%;}
.indexPartner .column6 .column .-img:hover .img2{display: block;transition: all ease 0.5s;}
.indexPartner .column6 .column .-img:hover .img1{display: none;transition: all ease 0.5s;}
/* 首页底部*/
.index .footer{position:relative;width: 100%;height:100%;background: center no-repeat; background-size: cover;z-index: 2;min-width:1400px;}
.index .footer .footercenter{position: absolute;bottom: 0;width: 100%;left: 0;height: 0;z-index: 6;height: auto;}
.index .footer .-footermin .-img{height: 140px;width: 140px;overflow: hidden;margin-top: 20px;}

/*首页案例列表 */
.indexCase {height:100%;position: relative;overflow: hidden;background: #FFFFFF;min-width: 1400px;}
.indexCase .section{margin-top: 80px;padding:0}
.indexCase .column3{width: 100%;}
.indexCase .column3 .column {margin:6px;box-shadow: 0 0 10px #DDDDDD;}
.indexCase .title { margin: 15px 20px; background: url(../images/more5.png) no-repeat right center;}
.indexCase .title div:hover{color: #e40113;}

/* 首页六大优势 */
.indexAdvantage{height:100%;width: 100%;position: relative;overflow: hidden;background: center no-repeat; background-size: cover; min-width:1400px;}
.indexAdvantage .-leftitle img{width: 65%;text-align: left;transition: all ease 0.3s;margin-top: 30px;}
.indexAdvantage .-rightlist .column3 .column{position: relative;transition: all ease 0.3s;margin:5px}
.indexAdvantage .-rightlist .column .title{position: absolute;top:35px;left: 35px;color: #FFFFFF;}
.indexAdvantage .-rightlist .column .-img{width: 100%;position: relative;height: 100%;transition: all ease 0.3s;}
.indexAdvantage .-rightlist .column.ImageWrap .cion img{height: 60px;width: auto;}
.indexAdvantage .-rightlist .column.ImageWrap:hover .cion img{transform: scale(1)}
.indexAdvantage .-leftitle img:hover{transform: scale(1.05)}



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

/* 走进吾将-企业简介*/
.aboutbanner { height: 900px; background: center no-repeat;overflow: hidden; background-size: cover;color: #FFFFFF; }
.aboutbanner .section { padding: 0 60px;}



/* 关于-企业文化 */
.aboutbanner .aboutzz{color: #333333;padding:5px 0;position: relative;overflow: hidden;width: 480px;margin-top: 50px;border: 1px solid #333333;}
.aboutbanner .aboutzz i{font-size: 20px;width: 115px;border-left: 1px solid #333333;text-align: center;}
.aboutbanner .aboutzz i:first-child{border: 0;}

/* 关于-发展历程 */
.aboutHistory{ height: 1800px; background: #fbfbfb;padding:80px 0px 100px 0px;position: relative;overflow: hidden;min-width: 1400px;}
.historywarp{height: auto;width: 1080px;border-left: 1px solid #f66262;position: relative;margin-top: 130px;}
.historywarp .leftcion{height: 20px;width: 20px;background: #d41719;margin-left: -10px;}
.historywarp .historybox {position: relative;margin-left: 30px;background: no-repeat center;background-size: 100%;height: 145px;width: 1043px;overflow: hidden;margin-top: -30px;transition: all ease 0.3s}
.historywarp .historybox .year{font-size: 65px;color: #d41719;border-right: 1px solid #eae5d9;padding:0 25px;line-height: 70px;margin-top: -10px;margin-left: 25px;}
.historywarp .historybox .title{font-size: 22px;color: #595757;}
.historywarp .historybox .address .-cion{height: 19px;float: left;}
.historywarp .historybox .address div{color: #a28977;font-size: 16px;margin-left: 8px;float: left;}
.historywarp .historybox .number{color: #a28977;}
.historywarp .historybox .number .jia{font-size: 30px;}
.historyShow:hover .historybox{transform: scale(1.05)}

/* 关于-集团优势 */
.aboutAdvantage{ height: 900px; background: #efefef;position: relative;overflow: hidden;min-width: 1400px;}
.aboutAdvantage .warp{-webkit-transition:all .3s ease-out;transition:all .3s ease-out;width: 330px;height: 330px;text-align: center;vertical-align: middle;box-shadow: 0 0 12px #DDDDDD;background: #FFFFFF;border-radius: 12px;}
.aboutAdvantage .warpBox:hover .warp{transform: scale(1.05)}

/* 关于-6大领域*/
.aboutAdvantageSub { height: 900px; background: #FFFFFF;position: relative;overflow: hidden;min-width: 1400px;}
.aboutAdvantageSub .-leftitle img{width: 45%;transition: all ease 0.3s;margin-left: 25%;}
.aboutAdvantageSub .-rightlist{margin-right: 2%;}
.aboutAdvantageSub .-rightlist .column{transition: all ease 0.3s;box-shadow: 0 0 15px #DDDDDD;padding: 40px 30px;border-radius: 8px;margin: 15px;}
.aboutAdvantageSub .-rightlist .column .title{transition: all ease 0.3s;}
.aboutAdvantageSub .-rightlist .column .img{height: 50px;width: auto;float: right;position: relative;transition: all ease 0.3s}
.aboutAdvantageSub .-rightlist .column .img img{height: 50px;width: auto;}
.aboutAdvantageSub .-rightlist .column:hover{transform: scale(1.05)}
.aboutAdvantageSub .-leftitle img:hover{transform: scale(1.05)}

/* 关于-16大创意*/
.aboutSixteen { background: #FFFFFF;height: 900px;position: relative;min-width: 1400px;}
.aboutSixteen .-leftitle img{width: 50%;text-align: left;transition: all ease 0.3s;margin-left: 30%;}
.aboutSixteen .-rightlist .column4{width: 100%;}
.aboutSixteen .-rightlist .column4 .column{transition: all ease 0.3s;background: #FFFFFF;box-shadow: 0 0 15px #dadada; border-radius: 5px;text-align: center;padding:30px 0 }
.aboutSixteen .-rightlist .column .title{transition: all ease 0.3s;}
.aboutSixteen .-rightlist .column .img{height: 70px;width: auto;position: relative;transition: all ease 0.3s}
.aboutSixteen .-rightlist .column .img img{height: 70px;width: auto;}
.aboutSixteen .-rightlist .column:hover{transform: scale(1.05)}
.aboutSixteen .-leftitle img:hover{transform: scale(1.05)}
/* 关于-企业荣誉*/
.aboutGroup{ height: 900px; background: #FFFFFF;position: relative;overflow: hidden;padding:50px 0px;min-width:1400px;}
.aboutGroup .column2 .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 .column2 .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;}
.aboutGroup .column2 .column:hover img{transform: scale(1.1)}

/* 关于-企业资质*/
.aboutGroupAdvantage{ height: auto; background: #FFFFFF;padding:100px  0px;position: relative;overflow: hidden;min-width:1400px;}
.aboutGroupAdvantage .Groupwarp{height: auto;max-width: 1400px;position: relative;}
.aboutGroupAdvantage .Groupwarp .modelbox .titlebox{position: relative;}
.aboutGroupAdvantage .Groupwarp .leftcion{height: 20px;width: 20px;background: #d41719;position:relative;}
.aboutGroupAdvantage .Groupwarp .modelbox .titlebox .title{position: relative;margin-top: -30px;}
.aboutGroupAdvantage .Groupwarp .rollViewer { width: 95%; overflow: hidden; white-space: nowrap;}
.aboutGroupAdvantage .Groupwarp .rollViewer .item{transition: all ease 0.3s;height: auto;background: #fafafa;border-radius: 5px;box-shadow: 0 0 12px #DDDDDD;text-align: center;width: 16.8%; display: inline-block;  overflow: hidden;margin:0 0.6%;padding:15px 1%}
.aboutGroupAdvantage .Groupwarp .rollViewer .item img{width: 90%;height: auto;transition: all ease 0.5s;}
.aboutGroupAdvantage .Groupwarp .rollViewer .item .title{height: 50px;color: #595757;padding: 0 10px;font-size: 16px;padding-top: 17px;margin-top:20px;border-top:1px solid #ddd;text-align: left;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; }
.aboutGroupAdvantage .Groupwarp .-next{height: 40px;width: 20px;margin-left: 60px;float: right;transition: all ease 0.3s;}
.aboutGroupAdvantage .Groupwarp .-next img{height: 40px;width: 20px;transition: all ease 0.3s;}
.aboutGroupAdvantage .Groupwarp .rollViewer .item:hover img{transform: scale(1.1)}
.aboutGroupAdvantage .Groupwarp .-next:hover{transform: scale(1.2)}

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


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

/* 分类菜单 */
.classNav a { margin-right: 25px;color: #888888;font-size: 18px;line-height: 36px;border-bottom: 1px solid #FFFFFF;padding:0 3px}
.classNav a:hover,.classNav a:active, .classNav a.active{color: #e40113;border-bottom: 1px solid #e40113}
/* 多列布局 */
.row { display: flex; flex-direction: row}
.column2 .column { width: 50%; margin: 10px;}
.column3 .column { width: 33.333%; margin: 10px;}
.column4 .column { width: 25%; margin: 10px;}
.column5 .column { width: 20%; margin: 10px;}
.column6 .column { width: 16%; margin: 10px;}
.row .column:first-child { margin-left: 0;}

/* 案例列表 */
.AricleList{overflow:hidden;}
.AricleList .column { box-shadow: 0 0 12px rgba(160, 160, 160, 0.3); margin: 12px;width:calc(33.333% - 30px);float:left;}
.AricleList .title { margin: 15px 20px; background: url(../images/more5.png) no-repeat right center;}
.AricleList .title div:hover{color: #e40113;}
/* 案例详情返回 */
.backlist{padding:7px 30px;border-radius: 30px;border: 1px solid #999999;font-size: 16px;margin: 30px;color: #333333;}
.backlist:hover{border: 1px solid #e40113;font-size: 16px;margin: 30px;color: #e40113;}
/* 首页模块 */
.indexPage header { height: 100%;}

/* 新闻列表 */
.NewsList {overflow:hidden;}
.NewsList .column {margin: 15px;overflow: hidden;width:calc(33.333% - 30px);float:left;}
.NewsList .column div:hover{color: #e40113;}

/* 底部 */
.footer{position: relative;height: auto;margin-top: 70px;}
.footer .-footermin{background: #3d3d3d;position: relative;padding:45px 0px;min-width:1400px;}
.footer .-footermin div.title{color: #ffffff;width: 100%;font-size: 20px;line-height: 50px;text-align: left;}
.footer .-footermin a{color: #898989;width: 100%;font-size: 15px;line-height: 32px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;text-align: left;transition:all .2s ease-out; -webkit-transition:all .2s ease-out;}
.footer .-footermin a:hover{color: #e40113;}
.footer .-footermin i{color: #898989;width: 100%;font-size: 15px;line-height: 32px;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;text-align: left;}
.footer .-footermin .-img{height: 140px;width: 140px;overflow: hidden;}
.footer .-footermin .-img img{height: 100%;width: 100%;}
.footer .footerbottom{position: relative;background: #292929;height: 70px;line-height: 70px;text-align: center;color: #b5b5b5;font-size: 18px;z-index: 66;min-width:1400px}

/* 联系我们 */
.contactUs .-cion{height: 26px;overflow: hidden;}
.contactUs .-cion img{height: 100%;}
.contactUs .-img{height: 125px;width: 125px;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 { left: -50px; background-position:0 0 }
.flex-direction-nav .flex-next { right: -50px; background-position:-132px 0}
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px;background:url(../images/more3.png);height: 60px;width: 60px; background-size: cover;}
.flexslider:hover .flex-next { opacity: 0.7; right: 10px;background:url(../images/more4.png);height: 60px;width: 60px; 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: 40px;}
.indexPage .flexslider .flex-control-nav li { margin:0 3px; height: 8px; display:inline-block; zoom:1; *display:inline; }
.indexPage .flexslider .flex-control-nav.flex-control-paging li a { width: 40px; height: 7px; border-radius: 4px; 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:60px;width: 60px;}
.indexPage .LanBanner{height: 700px;}