@charset "utf-8";
/* CSS Document */
body{ background-color:#FFF; }
.float{ width:768px; left:0; top:0; height:100%; position:fixed; margin-left:-384px; background-color:rgba(0,0,0,0.9); z-index:1200; display:none; }
.float > .f-navlist{ width:100%; position:absolute; left:0; top:0; z-index:1002; display:none;}
.float > .f-navlist > h3{ width:100%; height:48px; line-height:48px; font-size:16px; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.8); color:#333; text-align:center; font-weight:normal; color:#FFF;} 
.float > .f-navlist > h3 > span{ float:left;}
.float > .f-navlist > h3 > span a,.float > .f-navlist > h3 > span a:hover{ color:#FFF;}
.float > .f-navlist > h3 > span:nth-of-type(2){ float:right; }
.float > .f-navlist > h3 > span > i{ font-size:14px;}
.float > .f-navlist > ul{ width:100%; box-sizing:border-box; box-sizing:border-box;}
.float > .f-navlist > ul > li{ width:100%; height:40px; line-height:40px; font-size:12px; overflow:hidden; text-align:left; box-sizing:border-box; padding-left:10px; padding-right:10px; border-bottom:1px solid rgba(255,255,255,0.6);}
.float > .f-navlist > ul > li + li{}
.float > .f-navlist > ul > li > a,.float > .f-navlist > ul > li > a:hover{ color:#FFF !important; }
.float > .f-navlist > ul > li > a > i{ color:#FFF; font-size:14px;}
.float > .f-navlist > ul > li:hover{ background-color:#000;}
.float > .f-navlist > ul > li:hover > a,.float > .f-navlist > ul > li > a:hover,.float > .f-navlist > ul > li:hover > a > i,.float > .f-navlist > ul > li:hover > a:hover > i{ color:#FFF !important;}
/**/


.header{ width:100%; height:auto; box-sizing:border-box; background-color:rgba(73,7,94,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:200px; padding-top:20px; padding-bottom:20px; flex-shrink: 0; }
.logo img{ width:100%;}
.hd-right{ width:100%; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content:center; align-items:center;}
.hd-right > .hdr-link{ width: 100%; height: 28px; line-height: 28px; text-align: right; font-size: 13px; text-align: right; color: rgba(255,255,255,0.8); box-sizing: border-box; padding-right: 3%;}
.hd-right > .hdr-link > a{ color: rgba(255,255,255,0.8); }
.hd-right > .hdr-link > a:hover{ color: rgba(255,255,255,1) !important; }
.hd-right > .hdr-tools{ width: 100%; height: 30px; display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: flex-end; align-items: center;}
.hd-right > .hdr-tools > .phone{ font-weight: normal; font-size: 13px; color: #FFF; margin-right:4.5%;}
.hd-right > .hdr-tools > .phone > span{ font-size: 20px; }
.hd-right > .hdr-tools > .search{ width: 186px; height: 30px; background-color: #FFF; border-radius: 16px; box-sizing: border-box; padding:4px 10px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.hd-right > .hdr-tools > .search > p:nth-of-type(1){ width: 100%; height: 22px; position: relative; }
.hd-right > .hdr-tools > .search > p:nth-of-type(1) input{ width: 100%; height: 22px; border:0; line-height: 22px; font-size: 12px; overflow: hidden; box-sizing: border-box; padding:0 5px;}
.hd-right > .hdr-tools > .search > p:nth-of-type(2){ width: 22px; height: 22px; flex-shrink: 0; }
.hd-right > .hdr-tools > .search > p:nth-of-type(2) > input{width:22px; height: 22px; border:0; background-color: transparent; padding:0; font-size: 16px; text-align: center; font-family:"iconfont" !important;}
.menu{ width:30px; height:30px; cursor:pointer; display:none; align-self: center;}
.menu > h3{ width:30px; height:30px; font-weight:normal; text-align:center; line-height:20px; color: #FFF; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:104px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(73,7,94,0.9); border-bottom:1px solid rgba(120,120,120,0.2);  animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out; z-index:510;}
.scrolltop > h3.tx{ color:#333;}
/*主体*/
.main{   height:auto; }
/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #474548; height: auto; border-bottom:10px solid #49075e;}
.footer > .c-con{ box-sizing: border-box; padding-top: 3%; padding-bottom: 3%; }
.service,.footCon{ width: 100%; display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding-bottom: 1.5%; border-bottom: 1px solid rgba(255,255,255,0.3); margin-bottom:1%;}
.service > .servLogo{ width: 200px; display: block; }
.service > .servLogo img{ width:100%; }
.service > .servAbout{ width:100%;  line-height: 24px; font-size: 14px; text-align: left; box-sizing: border-box; padding-right:3%; color: #FFF;}
.footCon{ margin-bottom: 0; color: #FFF; border-bottom:0; padding-bottom:0; flex-direction: row;}
.copyright{ width:100%; line-height: 24px; height: auto; text-align: left; box-sizing: border-box; padding-right:20px; }
.footTool{ width: 120px; height: 24px; line-height: 24px; text-align: right; flex-shrink: 0; }
.footTool > a{ color: #FFF !important; }

/*首页*/
/*焦点图*/
.nav{ height: auto;  }
.nav > ul{ width: 100%; height: 60px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.nav > ul > li{ height: 60px; box-sizing: border-box; padding:0 2%; position: relative; z-index: 600; cursor: pointer;}
.nav > ul > li > h3{ font-weight: normal; height: 60px; line-height: 60px; font-weight: normal; font-size: 16px; }
.nav > ul > li > h3.navliMenu{ position: relative; box-sizing: border-box; padding-right:20px; }
.nav > ul > li > h3.navliMenu::after{ content: ' ';width: 0; height: 0;border-left: 6px solid transparent;border-right: 6px solid transparent;border-top: 6px solid #202020; position: absolute; right:0; top:50%; margin-top: -3px;}
.nav > ul > li > p{ width:100%; position: absolute; left:0;top:60px; box-sizing: border-box; border:1px solid #EEE; background-color: #FFF; border-radius: 0 0 4px 4px; z-index: 660; display: none; animation: fadeInDownNav 0.5s ease-in-out; -webkit-animation: fadeInDownNav 0.5s ease-in-out;}
.nav > ul > li > p > a{ display: block; width: 100%; height: 36px; line-height: 36px; font-size: 14px; text-align: center; overflow: hidden; }
.flash{ width:100%; position: relative; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.nav > ul > li:hover > p{ display: block; }
.nav > ul > li > p > a:hover{ background-color: #49075e; color: #FFF !important; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0.5%; bottom:1%; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:14px; height:14px; border-radius:50%; box-sizing:border-box; background-color: rgba(255,255,255,1); }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(115,182,61,1);}
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide > a{ display: block; width: 100%;}
.swiper1 .swiper-slide > a > img{ width:100%;}
.swiper1 .swiper-slide > a > h3{ width: 1200px; height: 100%; position: absolute; left:50%; top:0; margin-left: -600px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.swiper1 .swiper-slide > a > h3 > p{ width: 240px; height: 50px; background-color: #FFF; border-radius: 4px; overflow: hidden; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; transform: translateY(150%); -webkit-transform: translateY(150%); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; color: #333 !important;}
.swiper1 .swiper-slide > a > h3 > p > span{ display: block; width:100%; font-size: 14px; text-align: center; text-transform: uppercase; font-weight: normal;}
.swiper1 .swiper-slide > a > h3 > p > i{ display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; font-size: 14px;  flex-shrink: 0; background-color: rgba(0,0,0,0.1); transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper1 .swiper-button-next,.swiper1 .swiper-button-prev{ color:rgba(255,255,255,0.2); background-color:rgba(0,0,0,0.1); border-radius:0%; height:40px; width:30px; line-height:40px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; display: none; } 
.swiper1 .swiper-button-next:hover,.swiper1 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper1 .swiper-button-next i,.swiper1 .swiper-button-prev i{ font-size:1.0rem; }
.swiper1 .swiper-slide > a > h3 > p:hover{background-color: rgba(73,7,94,1); color: rgba(255,255,255,1) !important; }
.swiper1 .swiper-slide > a > h3 > p:hover > i{ background-color: rgba(255,255,255,0.2);}

/*****/
.f1{ width:100%; min-width: 320px; background-color: #f5f5f5 }
.fcol-header{ padding-top: 3%; padding-bottom: 3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.fcol-header > h3{ font-weight: normal; font-size: 30px; line-height: 2; text-align: center; color: #49075e; }
.fcol-header > h3 > span{ color: #73b63d; }
.fcol-header > div{ padding:0 30px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; position: relative;}
.fcol-header > div::after{ content: ' '; width: 100%; height: 2px; background-color: #666; position: absolute; left:0; top:50%; margin-top: -1px; z-index: 10; }
.fcol-header > div > p{ font-size: 20px; text-transform: capitalize; line-height: 2; padding:0 30px; background-color: #f5f5f5; position: relative; z-index: 20; color: #666; }
/***********/
.f2{ width: 100%; box-sizing: border-box; padding-top: 5%; padding-bottom: 5%; }
.f2 > ul > li{ width: 48.5%;float: left; overflow: hidden; }
.f2 > ul > li:nth-of-type(2n){ float: right; }
.f2 > ul > li > a{ display: block; width: 100%; overflow:hidden; height: 0; padding-top: 54%; position: relative; color: #FFF !important;}
.f2 > ul > li > a > img{ width: 100%; height: 100%; position: absolute; left:0;top:0; }
.f2 > ul > li > a > div{ width: 100%; height: 100%; position: absolute; left:0; top:0; background-color: rgba(0,0,0,0); display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.f2 > ul > li > a > div > h3{ font-weight: normal; font-size: 24px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: bold;}
.f2 > ul > li > a > div > p{ padding:5px 20px; font-size: 14px; border:2px solid #FFF; box-sizing: border-box; text-transform: uppercase; margin-top: 3%; display: none;animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.f2 > ul > li > a:hover > div{ background-color: rgba(0,0,0,0.5); }
.f2 > ul > li > a:hover > div > h3{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.f2 > ul > li > a:hover > div > p{ display: block; }

/*************/
.f3{ width: 100%; min-width: 320px; height: auto; background-image: url(../images/about.png); background-position: center center; background-repeat: no-repeat;}
.f3 > .c-con{ }
.f3col-header{ padding-top: 9%; padding-bottom: 22%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.f3col-header > h3,.f3col-header > p{ font-weight: bold; font-size: 40px; line-height: 1.6; text-align: center; color: #FFF; }
.f3col-header > p{ font-weight: normal; font-size: 18px; box-sizing: border-box; padding:0 20px; line-height: 2; margin-top: 1%; }
.f3A{ width: 100%; min-width: 320px; background-color: #FFF; position: relative;}
.f3A > .c-con{ padding-bottom: 3%; }
.f3A > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; }
.f3A > .c-con > .f3A-about{ width:50%; box-sizing: border-box; padding-top: 2%; padding-bottom: 4%; }
.f3A > .c-con > .f3A-about > .f3Title > h3{ font-weight: bold; font-size: 36px; line-height: 1.6; color: #49075e;}
.f3A > .c-con > .f3A-about > .f3Title > h3 > span{ color: #73b63d; }
.f3A > .c-con > .f3A-about > .f3Title > p{ font-size: 30px; line-height: 1.8; color: #666 }
.f3ACont{ width: 100%; font-size: 16px; line-height: 2; text-indent: 2.5rem; text-align: left; margin-top: 1%; margin-bottom: 2%; box-sizing:border-box; padding-right:4%;}
.f3AMore{ width: 120px; display: block; overflow: hidden; border:1px solid #999; border-radius: 16px;}
.f3AMore img{ width: 100%; }
.f3AVideo{ width: 50%; position: absolute; right:0; bottom: 3%; background-color: #FFF; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.f3AVideo > p{ width:600px; box-sizing: border-box; padding:8.5% 0 8.5% 10%; overflow: hidden; background-image: url(../images/aboutVideo.png); background-repeat: no-repeat; background-position: left top; background-size: 100% 100%; position: relative;}
.f3AVideo > p > img{ width: 100%; background-color: #EEE; }
.f3AVideo > p > a{ display: block; width: 68px; overflow: hidden; position: absolute; right:0; top:20%;}
.f3AVideo > p > a > img{ width: 100%; }


/*****************/
.f4{ width: 100%; min-width: 320px; background-color: #f5f5f5; padding-bottom:5%; }
.f4 > .c-con{ padding-top: 1%; padding-bottom: 1%; }
.caseList{ width: 100%; }
.caseList > ul > li{ width: 25%; float: left; }
.caseList > ul > li > a{ display: block; width: 100%; }
.caseList > ul > li > a > section{ width: 100%; height: 0; padding-top: 83%; position: relative; }
.caseList > ul > li > a > section > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.caseList > ul > li > a > section:nth-of-type(2){ background-color: #F60; }
.caseList > ul > li > a > section:nth-of-type(2) > img{ opacity: 1; }
.caseList > ul > li > a > section:nth-of-type(1){ background-color: #F60; }
.caseList > ul > li > a > section:nth-of-type(1) > img{ opacity: 0; }
.caseList > ul > li:nth-of-type(2n) > a > section:nth-of-type(1){ background-color: #F60; }
.caseList > ul > li:nth-of-type(2n) > a > section:nth-of-type(1) > img{ opacity: 1; }
.caseList > ul > li:nth-of-type(2n) > a > section:nth-of-type(2){ background-color: #F60; }
.caseList > ul > li:nth-of-type(2n) > a > section:nth-of-type(2) > img{ opacity: 0; }
.caseList > ul > li > a > section > div{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); position: absolute; left:0; top:0; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.caseList > ul > li > a > section > div > h3,.caseList > ul > li > a > section > div > h4,.caseList > ul > li > a > section > div > p{ font-weight: normal; font-size: 18px; color: #FFF; line-height: 1.6; text-align: center; box-sizing: border-box; padding:0 10px;}
.caseList > ul > li > a > section > div > h4{ font-size: 13px; text-transform: capitalize;}
.caseList > ul > li > a > section > div > p{ font-size: 14px; }
.caseList > ul > li > a > section > div > h5{ width:50px; background-color: transparent; height: 0; padding-top: 8%; margin-bottom:6%; box-sizing: border-box; border-bottom:1px solid #FFF; }
.caseList > ul > li:nth-of-type(1) > a > section > div{ background-color: #003a88; }
.caseList > ul > li:nth-of-type(2) > a > section > div{ background-color: #6863a5; }
.caseList > ul > li:nth-of-type(3) > a > section > div{ background-color: #73b63d; }
.caseList > ul > li:nth-of-type(4) > a > section > div{ background-color: #bb9168; }

/***********/
.f5{ width: 100%; min-width: 320px; height: auto; background-image: url(../images/f5.png); background-position: center center; background-repeat: no-repeat;}
.f5 > .c-con{ }
.f5col-header{ padding-top: 5%; /*padding-bottom: 5%;*/ display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.f5col-header > h3,.f5col-header > p{ font-weight: bold; font-size: 30px; line-height: 2; text-align: center; color: #FFF; }
.f5col-header > div{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-top: 1%; margin-bottom: 1.5%; }
.f5col-header > div > p{ width: 120px; height: 2px; background-color: #999 }
.f5col-header > div > h4{ width: 50px; overflow: hidden;  padding:0 10%;}
.f5col-header > div > h4 > img{ width: 100%; }
.f5col-header > p{ font-weight: normal; font-size: 13px; box-sizing: border-box; padding:0 20px; }
.f5Tab{ width: 100%; box-sizing: border-box; padding-top: 1.5%; padding-bottom: 1.5%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; background-color: #49075e; margin-top: 5%;}
.f5Tab > h4{ width:50%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; cursor: pointer;}
.f5Tab > h4 > p{ font-size: 18px; line-height: 2.4; font-weight: normal; color: #FFF; position: relative;}
.f5Tab > h4.on > p::after{ content: ' '; width: 100%; height: 1px; background-color: #FFF; position: absolute; left:0; bottom:0; }
.f5Con,.f5Items,.f5List{ width: 100%; }
.f5Con{ padding-top: 5%; padding-bottom: 5%; }
.f5Items{ display: none; }
.f5List > ul > li{ width:31%;float: left; margin-right:3.5%; margin-bottom: 3.5%; overflow:hidden; }
.f5List > ul > li:nth-of-type(3n){ margin-right: 0; }
.f5List > ul > li > a{ display: block; width: 100%; height:0; padding-top: 75%; position: relative; color: #FFF !important; }
.f5List > ul > li > a > img{ width: 100%; height: 100%; position: absolute; left:0; top:0;}
.f5List > ul > li > a > h3{ width: 100%; box-sizing: border-box; padding:10px 20px; height: 50px; line-height: 30px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;  font-weight: normal; font-size: 14px; text-align: left; background-color: rgba(0,0,0,0.5); position: absolute; left:0; bottom:0;}
.f5More{ display: block; margin:0 auto; width: 152px; height: 42px; line-height: 42px; border-radius: 3px; background-color: #73b63d; color: #FFF; text-align: center; font-size: 14px; text-transform: capitalize; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.f5More:hover{background-color: #49075e; color: #FFF !important;}

/*************/
.f6{ width:100%; padding-top: 3%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start;}
.f6  > .f6Title{}
.f6  > .f6Title > h3{ font-weight: bold; font-size: 36px; line-height: 1.6; color: #49075e;}
.f6  > .f6Title > h3 > span{ color: #73b63d; }
.f6  > .f6Title > p{ font-size: 30px; line-height: 1.8; color: #666 }
.f6  > .f6More{ display: block; width: 120px; height: 0; padding-top:30px; border-radius: 15px; box-sizing: border-box;border:1px solid #CCC; background-color: #FFF; background-image: url(../images/newsMore.png); background-position: left top; background-repeat: no-repeat; background-size: 100% 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.f6  > .f6More:hover{ border:1px solid #49075e; background-color: #49075e; background-image: url(../images/newsMore2.png); }

/***************/
.f7{ width:100%; height: auto; background-color: #f5f5f5;  }
.f7 > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.f7 > .c-con > .f7Left{ background-color: #FFF; width:100%;  padding-top: 7.5%; padding-bottom: 7.5%; padding-left:2%; padding-right:2%; box-sizing: border-box; transform: translateX(-2%); -webkit-transform: translateX(-2%);}
.f7Left-img{ width: 100%; overflow:hidden; }
.f7Left-img > img{ width:100%; }
.f7 > .c-con > .f7Right{ width:45%; height: auto; padding-top: 7.5%; padding-bottom: 7.5%; box-sizing: border-box; flex-shrink: 0 }
.f7Right-list{ width: 100%; height: 100%; background-color: #f3f3f3; }
.f7Right-list > ul{ width: 100%; height: 100%; box-sizing: border-box; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.f7Right-list > ul > li{ width:100%; flex:1; box-sizing: border-box; padding:10px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.f7Right-list > ul > li:hover{ background-color: #49075e; }
/*.f7Right-list > ul > li + li{margin-top: 10px;}*/
.f7Right-list > ul > li > .f7rLi-date{ width: 50px; height: 24px; line-height: 24px; background-color: #73b63d; color: #FFF; text-align: center; font-size: 12px; text-align: center; flex-shrink: 0; margin-right:10px;}
.f7Right-list > ul > li > .f7rLi-about{ width:100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }
.f7Right-list > ul > li > .f7rLi-about > h3,.f7Right-list > ul > li > .f7rLi-about > p{ width: 100%; font-weight: normal; font-size: 12px; line-height: 20px; height: 40px; overflow: hidden; }
.f7Right-list > ul > li > .f7rLi-about > h3{ height: auto; font-size: 14px; height: 24px; line-height: 24px; overflow: hidden; margin-bottom: 2%; }

.f7Right-list > ul > li:hover > .f7rLi-about > h3 > a,.f7Right-list > ul > li:hover > .f7rLi-about > p{ color: #FFF !important; }

/**************/
.f8{ width: 100%; height: auto; background-color: #49075e;}
.f8 > .c-con{ }
.f8col-header{ padding-top: 3%; padding-bottom: 3%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.f8col-header > h3,.f8col-header > p{ font-weight: bold; font-size: 36px; line-height: 2; text-align: center; color: #FFF; }
.f8col-header > p{ font-weight: normal; font-size: 18px; box-sizing: border-box; padding:0 20px; margin-top: 1.5% }
.f9{ padding-top: 2%; padding-bottom: 5%; }
.brandList{ width: 100%; height: auto; }
.brandList > ul > li{ width: 20%; float: left; overflow: hidden; margin:0.8% 0;}
.brandList > ul > li img{ width: 100%; }

/****************/
.colFlash{ width:100%; overflow: hidden; position: relative; }
.colFlash img{ width: 100%; }
.colFlash > .colFlashAbout{ width: 1200px; height: 100%; background-color: rgba(0,0,0,0.2); position: absolute; left:50%; top:0; margin-left: -600px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; color: #FFF; }
.colFlash > .colFlashAbout > h3{ font-size: 36px; font-weight: normal; margin-bottom: 1.5%; }
.colFlash > .colFlashAbout > div{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; }
.colFlash > .colFlashAbout > div > p{ width:50px; height: 2px; background-color: #FFF; }
.colFlash > .colFlashAbout > div > h4{ font-weight: normal; font-size: 18px; text-transform: uppercase; padding:0 20px; }
.location{ width:100%; min-width: 320px; background-color: #f5f5f5; }
.location > .c-con{ box-sizing: border-box; padding-top: 2%; padding-bottom: 2%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; }
.location > .c-con > p{ font-size: 28px; color: #4b075e; }
.colMain{ width: 100%; box-sizing: border-box; padding-top: 3%; background-color: #FFF; }
.colItems{ width: 100%; padding-top: 3%; border-top: 1px solid #49075e; height: auto; }
.pages,.pages > ul{ width: 100%; font-size: 0; text-align: center; }
.pages{ margin-top: 5%; margin-bottom:5%; }
.pages > ul > li{ width:auto; display: inline-block; margin:5px; }
.pages > ul > li > a,.pages > ul > li > span{ display: block; width: 100%; height: 30px; line-height: 28px; text-align: center; padding:0 10px; box-sizing: border-box; font-size: 14px; border:1px solid #EEE; border-radius: 2px; }
.pages > ul > li > a:hover,.pages > ul > li > a.on{ background-color: #c40001; border:1px solid #c40001; color: #FFF !important; }
.pages > ul > li > h3{font-weight: normal;}
.pages > ul > li > p{ width: auto; display: block; }
.pages > ul > li > p > input{ width: 60px; height: 30px; line-height: 28px; font-size: 14px;  text-align: center; border:1px solid #EEE; border-radius: 2px;}
.pages > ul > li > p.formSubmit > input{ width: 48px; background-color: #FFF; border:1px solid #EEE;}

/*********/
.szList,.colNews{  width: 100%; height: auto; }
.szList > ul > li,.colNews > ul > li{ width:100%; padding-top: 2%; padding-bottom: 2%; box-sizing: border-box; border-bottom: 1px solid #EEE; }
.szList > ul > li > a,.colNews > ul > li > a{ display: flex; width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;}
.szList > ul > li:nth-of-type(2n) > a{ flex-direction: row-reverse; }
.szList > ul > li > a > .szli-img{ width: 50%; overflow: hidden; flex-shrink: 0;}
.szList > ul > li > a > .szli-img > img{ width: 100%; }
.szList > ul > li > a > .szli-about{ width: 100%; background-color: #666677; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: border-box; padding:2% 5%; position: relative;}
.szList > ul > li > a > .szli-about > h3{ font-weight: normal; font-size: 24px;  }
.szList > ul > li > a > .szli-about > p{ width:100%; font-size: 14px; line-height: 24px; text-align: left; margin-top: 3%; }
.szList > ul > li > a > .szli-about > h4{ font-weight: normal; line-height: 24px; font-weight: normal; font-size: 14px; text-transform: capitalize; width:100%; position:absolute; right:0; bottom:5%; text-align: right; box-sizing: border-box;  padding:0 5%; }

.colNews > ul > li > a > .newsLi-img{ width: 270px; overflow: hidden; flex-shrink: 0; }
.colNews > ul > li > a > .newsLi-img img{ width: 100%; }
.colNews > ul > li > a > .newsLi-about{ width: 100%; box-sizing: border-box; padding:2% 0 2% 2%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: flex-start; }
.colNews > ul > li > a > .newsLi-about > h3{ width:100%; text-align: left; font-size: 18px; font-weight: normal;}
.colNews > ul > li > a > .newsLi-about > p,.colNews > ul > li > a > .newsLi-about > h4{ font-weight: normal; width: 100%; font-size: 14px; text-align: left; line-height: 20px;color: #999; }

/****************/
.contact{ width:100%; height: auto; padding }

.contact > ul{ width: 100%; height: auto; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; }
.contact > ul > li{ width: 27%; float: left; box-sizing: border-box; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; cursor: pointer; box-sizing: border-box; padding-left:4%;}
.contact > ul > li:nth-of-type(2){ width: 46%; box-sizing: border-box; padding-left:5%; }
.contact > ul > li > p{ width: 30px; height: 30px; background-repeat: no-repeat; background-position: left top; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; background-size: 100% 100%; flex-shrink: 0}
.contact > ul > li:nth-of-type(1) > p{ background-image: url(../images/icon-addr.png); }
.contact > ul > li:nth-of-type(1):hover > p{ background-image: url(../images/icon-addr2.png); }
.contact > ul > li:nth-of-type(2) > p{ background-image: url(../images/icon-email.png); }
.contact > ul > li:nth-of-type(2):hover > p{ background-image: url(../images/icon-email2.png); }
.contact > ul > li:nth-of-type(3) > p{ background-image: url(../images/icon-phone.png); }
.contact > ul > li:nth-of-type(3):hover > p{ background-image: url(../images/icon-phone2.png); }
.contact > ul > li > div{ width:100%; box-sizing: border-box; padding-left:20px; }
.contact > ul > li > div > h3{ width: 100%; height: 30px; line-height: 30px; font-weight: normal; font-size: 16px; color: #333; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.contact > ul > li:hover > div > h3{ color: #1b4795 }
.contact > ul > li > div > p{ width: 100%; line-height: 22px; height: auto; color: #999; font-size: 14px; }
.map{ width: 100%; height: auto; box-sizing: border-box; border:1px solid #EEE; overflow: hidden; margin-top:40px; }
.map img{ width: 100%; }

/***********/
.colAbout{ width: 100%; height: auto; text-align: left; font-size: 15px; line-height: 2.4; box-sizing: border-box; padding:0 6.5%; }
.colAboutVideo{width: 100%; height: auto; box-sizing: border-box; padding:0 6.5%;}
.colAboutVideo > img{ width: 100%; }
.colAbout img{max-width: 100%;}

/**************/
.casesTab,.kuozhanTab{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; margin-bottom: 3%;}
.casesTab > p,.kuozhanTab > p{ font-size: 16px; padding:10px 20px; box-sizing: border-box; cursor: pointer; border:1px solid #eee; background-color: #FFF; cursor: pointer; }
.casesTab > p + p,.kuozhanTab > p + p{ margin-left:10px; }
.casesTab > p.on,.kuozhanTab > p.on{ border:1px solid #49075e; background-color: #49075e; color: #FFF; }

/*************/
.colTouzhan{ width: 100%; box-sizing: border-box; display: none;}
.colTouzhan > ul > li{ width: 48.5%;float: left; overflow: hidden;  margin-bottom: 3%;}
.colTouzhan > ul > li:nth-of-type(2n){ float: right; }
.colTouzhan > ul > li > a{ display: block; width: 100%; overflow:hidden; height: 0; padding-top: 54%; position: relative; color: #FFF !important;}
.colTouzhan > ul > li > a > img{ width: 100%; height: 100%; position: absolute; left:0;top:0; }
.colTouzhan > ul > li > a > div{ width: 100%; height: 100%; position: absolute; left:0; top:0; background-color: rgba(0,0,0,0); display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.colTouzhan > ul > li > a > div > h3{ font-weight: normal; font-size: 24px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; font-weight: bold;}
.colTouzhan > ul > li > a > div > p{ padding:5px 20px; font-size: 14px; border:2px solid #FFF; box-sizing: border-box; text-transform: uppercase; margin-top: 3%; display: none;animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out;}
.colTouzhan > ul > li > a:hover > div{ background-color: rgba(0,0,0,0.5); }
.colTouzhan > ul > li > a:hover > div > h3{animation: fadeInDown 0.5s ease-in-out; -webkit-animation: fadeInDown 0.5s ease-in-out;}
.colTouzhan > ul > li > a:hover > div > p{ display: block; }

/************/
.colCaseList{ width:100%; height: auto; display: none;}
.colCaseList > ul > li{ width: 32%; float: left; margin-right:2%; margin-bottom: 2%; }
.colCaseList > ul > li:nth-of-type(3n){ margin-right: 0; }
.colCaseList > ul > li > a{ display: block; width: 100%; box-sizing: border-box; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.colCaseList > ul > li > a > .caseItem-img{ width: 100%; height: 0; padding-top: 57.3%; position: relative; overflow: hidden; }
.colCaseList > ul > li > a > .caseItem-img > img{ width: 100%; height: 100%; position: absolute; left:0; top:0; }
.colCaseList > ul > li > a > .caseItem-about{ width: 100%; box-sizing: border-box; padding:10px 5% 5% 5%; }
.colCaseList > ul > li > a > .caseItem-about > h3{ width: 100%; height: 36px; line-height: 36px; font-size: 16px; font-weight: normal; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.colCaseList > ul > li > a > .caseItem-about > p{ width: 100%; height: 66px; line-height: 22px; font-size: 12px; text-align: left; margin-bottom: 5%; overflow: hidden; color: #999;}
.colCaseList > ul > li > a > .caseItem-about > h4{ width: 120px; height: auto; border:1px solid #cfcfcf; border-radius: 15px; }
.colCaseList > ul > li > a > .caseItem-about > h4 img{ width: 100%; }
.colCaseList > ul > li > a:hover{ background-color: #49075e; }
.colCaseList > ul > li > a:hover > .caseItem-about > h3{ color: #FFF; }
.colCaseList > ul > li > a:hover > .caseItem-about > p{ color: rgba(255,255,255,0.8); }
.colCaseList > ul > li > a:hover > .caseItem-about > h4{ background-color: #FFF; }


/***************/
.zixunTitle{ font-size: 20px; line-height: 2.6; text-align: left; color: #49075e; }
.zxList,.zxClassList{ width: 100%;  }
.zxList > ul > li{ width: 32%; float: left; height: auto; padding-top: 7%; margin-bottom: 2%; margin-right:2%; box-sizing: border-box; border:1px solid #f5f5f5; background-color:#f5f5f5;  position: relative; box-shadow: 0 0 10px rgba(100,100,100,0); transition: all 0.5s linear; -webkit-transition: all 0.5s linear; border-radius: 2px; overflow: hidden;}
.zxList > ul > li:nth-of-type(3n){ margin-right:0; }
.zxList > ul > li > div{ width: 100%; height: 100%; position: absolute; left:0;top: 0; box-sizing: border-box; padding:10px 20px; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; cursor: pointer; }
.zxList > ul > li > div > p{ font-size: 16px; line-height: 1.6; }
.zxList > ul > li:hover{ border:1px solid #dbdbdb; box-shadow: 0 0 10px rgba(100,100,100,0.3); color: #49075e;}
.zxClassList > ul > li{ width: 18.4%; float: left; margin-right:2%; margin-bottom: 2%; box-sizing: border-box; border:1px solid #e5e5e5; }
.zxClassList > ul > li:nth-of-type(5n){ margin-right:0; }
.zxClassList > ul > li > a{ width: 100%; display: block; }
.zxClassList > ul > li > a > p{ width: 100%; overflow: hidden; }
.zxClassList > ul > li > a > p:nth-of-type(1){ display: block; }
.zxClassList > ul > li > a > p:nth-of-type(2){ display: none; }
.zxClassList > ul > li > a > p > img{ width: 100%; }
.zxClassList > ul > li > a:hover > p:nth-of-type(1){ display: none; }
.zxClassList > ul > li > a:hover > p:nth-of-type(2){ display: block; }

.zxDet-con{ width:100%; font-size: 15px; text-align: left; line-height: 2; }
.zxDet-list{ width: 100%; }
.zxDet-list > ul > li{ width: 100%; line-height: 2; font-size: 15px; text-align: left; }
.zxDet-header{ width: 100%; font-size: 18px; line-height: 2; text-align: left; color: #49075e; margin-top: 3%; }






































