@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(255,255,255,1); position:fixed; left:0; top:0;  z-index:100;  transition:all 0.3s linear; -webkit-transition:all 0.3s linear; }
.site{ width: 100%; background-color: #f4f4f4; }
.site > .main{ height: 36px; line-height: 36px;font-size: 14px; color: #333; text-align: left;}
.site > .main > p{ display: inline-block; height: 36px; line-height: 36px; float: right; }
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:360px; padding-top:20px; padding-bottom:20px; }
.logo img{ width:100%;}
.hd-right{ flex:1; box-sizing: border-box; text-align: right; position: relative; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-end; align-items:stretch; position: relative; }



.hd-right > .nav{flex:1; box-sizing: border-box; padding:0;}
.hd-right > .nav > ul{ width:100%; height: 100%;  display: flex; flex-wrap: nowrap; flex-direction: row; justify-content: space-between; align-items: stretch;}
.hd-right > .nav > ul > li{ flex:1;  text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
.hd-right > .nav > ul > li > a{ width:100%; height: 100px; line-height: 100px; display: block; text-align: center;  box-sizing: border-box; border-bottom: 1px solid transparent; position: relative; }
.hd-right > .nav > ul > li > a::after{ content: ' '; width: 1px; height: 16px; background-color: #cbcbcb; position: absolute; left: -2px; top:50%; margin-top: -8px; transform: rotateZ(15deg); -webkit-transform: rotateZ(15deg); }
.hd-right > .nav > ul > li:nth-of-type(1) > a::after{ display:  none; }
.hd-right > .nav > ul > li > p{ width: 100%; height: auto; position: absolute; left:0; margin-left:0px; top:100px;  box-sizing: border-box; background-color: #FFF; display: none; }
.hd-right > .nav > ul > li > p > a{ width: 100%; height: 30px; line-height: 30px; display: block; font-size: 12px; text-align: left; box-sizing: border-box; padding-left:20px; padding-right:10px; position: relative;}
.hd-right > .nav > ul > li > p > a::after{ content: ' '; width:4px; height: 4px; border-radius: 50%; background-color: #999; position: absolute; left:10px; top:50%; margin-top: -2px; }
.hd-right > .nav > ul > li > p > a:hover{ color: #333 !important; background-color: #e9e9e9 }
.hd-right > .nav > ul > li.on > a,.hd-right > .nav > ul > li:hover > a{border-bottom:2px solid #1e51ad; color: #1e51ad !important;}
.hd-right > .nav > ul > li:hover > p{ display: block; animation: fadeInUp 0.2s ease-in-out; -webkit-animation: fadeInUp 0.2s ease-in-out;}

.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: #1e51ad; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:136px;}


/*滚动后导航*/
.scrolltop{ background-color:rgba(255,255,255,1); border-bottom:1px solid rgba(120,120,120,1);  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; }
/*底部*/
.server{ width: 100%; min-width: 320px; background-color: #143670; }
.servNav{ box-sizing: border-box; border-bottom: 1px solid rgba(255,255,255,0.1);}
.servNav > ul{width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center;}
.servNav > ul > li{ flex:1; text-align: center; font-size: 16px; position: relative; flex-direction: column; display: flex; flex-wrap: nowrap; justify-content: center; align-items: center; }
.servNav > ul > li > a{ width:100%; height: 48px; line-height: 48px; display: block; text-align: center;  box-sizing: border-box; border-bottom: 1px solid transparent; position: relative; color:rgba(255,255,255,0.4) !important; }
.servNav > ul > li > a::after{ content: ' '; width: 1px; height: 16px; background-color: rgba(255,255,255,0.4); position: absolute; left: -2px; top:50%; margin-top: -8px; transform: rotateZ(15deg); -webkit-transform: rotateZ(15deg); }
.servNav > ul > li:nth-of-type(1) > a::after{ display:  none; }
.servMain{ box-sizing: border-box; padding-top: 2%; padding-bottom: 2%;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; }
.servContact{ width: 100%; color: rgba(255,255,255,0.6); display: flex; flex-direction: row; flex-wrap: nowrap;  justify-content: flex-end; align-items: stretch;}
.servContact > p{ width: 25%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;  }
.servContact > p > img{ width:100%; }
.servContact > div{ width: 100%; font-size: 14px; box-sizing: border-box; padding-left:4%; }
.servContact > div > h3,.servContact > div > p{ width: 100%; font-weight: normal; font-size: 16px;line-height: 2;}
.servContact > div > p{ line-height: 2.143; font-size: 14px; }
.QZcode{ width: 120px; flex-shrink: 0; }
.QZcode > p{ width: 100%; overflow: hidden; }
.QZcode > p > img{ width: 100%; }
.QZcode > h3{ width: 100%; font-size: 14px; color: rgba(255,255,255,0.6); line-height: 3; }

.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #103168; height: auto;/* padding-top: 3%; padding-bottom:3%;*/}
.footer > .c-con{padding-top: 1%; padding-bottom: 1%;}
.copyright,.copyright a{ width: 100%; font-size: 14px; line-height: 1.6; text-align: center; color: rgba(255,255,255,0.6); }






/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1.5%; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper1 .swiper-pagination-bullet{opacity:1; margin:0 5px!important; width:60px; height:5px; border-radius:0%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color:rgba(255,255,255,1); }
.swiper1 .swiper-pagination-bullet-active{background-color:rgba(14,57,182,1); }
.swiper1 .swiper-slide{ position:relative; overflow: hidden;}
.swiper1 .swiper-slide img{ width:100%;}
.swiper1 .swiper-slide > div{ 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 > div > h3,.swiper1 .swiper-slide > div > p{ color: #FFF; line-height: 2; font-weight: 550; font-size: 48px; width:100%; text-align: center; }
.swiper1 .swiper-slide > div > p{ font-size: 30px; font-weight: normal; }
.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; }


.mColHeader{ width: 100%; position: relative; box-sizing: border-box; margin-top: 5%; margin-bottom: 5%; }
.mColHeader::after{ content: ' '; width: 100%;  height: 1px; background-color: #959393; position: absolute; left:0; top:50%; z-index: 10; }
.mColHeader > div{ width: auto; /*min-width: 45%;*/ display: inline-block; box-sizing: border-box; border:1px solid #959393; padding:0 3.5%; position: relative; background-color: #FFF; z-index: 20;}
.mColHeader > div::after{ content: ' '; width: 27%; height: 4px; background-color: #083190; position: absolute;left:50%; bottom:-2px; margin-left:-13.5%;  z-index: 30;}
.mColHeader > div > h3{ font-weight: 550; font-size: 28px; color: #000; line-height: 2.143; padding:0 10px; background-color: #FFF; transform: translateY(-52%); -webkit-transform: translateY(-52%); text-align: center; }
.mColHeader > div > h3 > span{ color:#083190;  }
.mColHeader > h4{ font-weight: normal; font-size: 14px; color: #999; margin:0 auto; text-align: center; width:100%; position: absolute; left:0; bottom:0;z-index: 60; transform: translateY(48%); -webkit-transform: translateY(48%);}
.mColHeader > h4 > p{ display: inline-block; padding:0 10px; background-color: #FFF; line-height: 2.143;  }

.prodList{ width: 100%; box-sizing: border-box; border:1px solid #e5e5e5; background-color: #f7f7f7; padding:1.34%; }
.prodList > ul{ margin-bottom: 2%; }
.prodList > ul > li{ width: 31.3%; float: left; margin-right: 2%; margin-top: 2%; }
.prodList > ul > li:nth-of-type(3n){ margin-right: 0; }

.prodList > ul > li > a{ display: block; width: 100%; box-sizing: border-box; background-color: #FFF; }
.prodList > ul > li > a > p{ width: 100%; height: 0; padding-bottom: 66.4%; position: relative; overflow: hidden; }
.prodList > ul > li > a > p > span{ width: 100%; height: 100%; position: absolute; left:0; top:0;  border:10px solid #FFF; overflow: hidden; box-sizing: border-box; }
.prodList > ul > li > a > p > span > img{ width: 100%; height: 100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.prodList > ul > li > a > h4{ width: 100%; box-sizing: border-box; padding:0 10px; }
.prodList > ul > li > a > h4 > p{ width: 100%; height: 0; border-top: 1px solid #e5e5e5 }
.prodList > ul > li > a > h3{ width: 100%; height: 36px; line-height: 36px; font-weight: normal; font-size: 14px; text-align: center; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.prodList > ul > li > a:hover > p > span > img{ transform: scale(1.05,1.05); -webkit-transform: scale(1.05,1.05); }
.prodList > ul > li > a:hover > h3{ background-color: #0e39b6; color: #FFF; }
.prodMore{ display: inline-block; line-height: 3; font-size: 14px; margin:0 auto; }

.about{ width: 100%; min-width: 320px; height: auto;background-color: #f8f8f8; margin-top: 3%; padding:0 !important;}
.about > .c-con{ box-sizing: border-box; padding-top: 3%; padding-bottom: 3%; }
.aboutMain{ width: 100%; display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;}
.aboutMain > .amImg{ display: block; width: 52.5%; overflow: hidden; }
.aboutMain > .amImg > img{ width: 100%; }
.aboutMain > .amRight{ width: 47.5%; box-sizing: border-box; padding-left:2.5%; display: flex; flex-wrap: nowrap; flex-direction: column; justify-content: flex-start; align-items: flex-start; }
.aboutTitle{ width: 100%; box-sizing: border-box; padding-left:5%; margin-bottom: 3%; flex-shrink: 0; }
.aboutTitle > div{ width: 100%; position: relative; }
.aboutTitle > div > h3{ font-weight: normal; color: #e5e5e5; width: 100%; text-align: left; }
.aboutTitle > div > h3 > img{ width: 50%; }
.aboutTitle > div > p{ width: 100%; font-size: 28px; position: absolute; left:0; bottom:0; }
.aboutTitle > p{ width: 100%; font-size: 16px; text-align: left; line-height: 2; }
.aboutContent{ width: 100%; height: 100%; background-color: #083190; box-sizing: border-box; padding:5%; color: #FFF; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-around; align-items: flex-start; }
.aboutContent > h3,.aboutContent > div,.aboutContent > p{ width: 100%; text-align: left; font-weight: normal; font-size: 18px; }
.aboutContent > h3 > a{ color: #FFF !important; }
.aboutContent > div{ font-size: 14px; line-height: 24px; height: 120px; overflow: hidden;text-indent: 2em;  }
.aboutContent > p{}
.aboutContent > p > a{ display: block; width: 142px; height: 36px; line-height: 36px; text-align: center; background-color: #FFF; font-size: 14px; }
.yingyongHeader{ width: 100%; text-align: center; margin-top: 3%; margin-bottom: 3%; }
.yingyongHeader > p{ display: inline-block; font-size: 24px; padding:10px 20px; background-color: #e2e2e2;border-radius: 2px; color: #083190; }

.leader-list{ width:100%; height: auto; overflow: hidden; box-sizing: border-box; padding:0 66px ; background-color: #f6f6f6; position: relative; margin-top: 2%; }
.swiper3 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;  display: none; }
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box;  background-color: #d0d0d0; color: #999; }
.swiper3 .swiper-pagination-bullet-active{background-color: #1b96d5; color: #333;}
.swiper3 .swiper-slide{ position:relative;}
.swiper3 .swiper-slide > a{ display: block; width: 100%; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.swiper3 .swiper-slide > a > p{ width: 100%;overflow: hidden; }
.swiper3 .swiper-slide > a > p > img{ width: 100%; height: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper3 .swiper-slide > a > h3{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; font-weight: normal; font-size: 18px; color: #FFF; position: absolute; left:0; top:0; }
.leader-list .swiper-button-next,.leader-list .swiper-button-prev{ color:rgba(0,0,0,0.5); background-color:#e2e2e2; border-radius:0%; height:90px; width:36px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; top:50%; margin-top: -45px; box-sizing:border-box; background-repeat: no-repeat; background-position: left top; background-size: 100% 100%;} 
.leader-list .swiper-button-next{ right:0px; background-image: url(../images/goright.png);  } 
.leader-list .swiper-button-prev{ left:0px; background-image: url(../images/goleft.png); }
.leader-list .swiper-button-next:hover,.leader-list .swiper-button-prev:hover{ background-color:rgba(0,0,0,0.03); }
.leader-list2{ width:100%; height: 0; overflow: hidden; box-sizing: border-box; padding:0 44px; background-color: #f6f6f6; position: relative; }
.swiper4 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:0; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box;  display: none; }
.swiper4 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box;  background-color: #d0d0d0; color: #999; }
.swiper4 .swiper-pagination-bullet-active{background-color: #1b96d5; color: #333;}
.swiper4 .swiper-slide{ position:relative;}
.swiper4 .swiper-slide > a{ display: block; width: 100%; color: #333 !important; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; position: relative;}
.swiper4 .swiper-slide > a > p{ width: 100%;overflow: hidden; }
.swiper4 .swiper-slide > a > p > img{ width: 100%; height: 100%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper4 .swiper-slide > a > h3{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; font-weight: normal; font-size: 16px; color: #FFF; position: absolute; left:0; top:0;}
.leader-list2 .swiper-button-next,.leader-list2 .swiper-button-prev{ color:rgba(0,0,0,0.5); background-color:#e2e2e2; border-radius:0%; height:60px; width:24px; text-align:center; background-image:url(none); cursor:pointer; margin-top:0; top:auto; top:50%; margin-top: -30px; box-sizing:border-box; background-repeat: no-repeat; background-position: left top; background-size: 100% 100%;} 
.leader-list2 .swiper-button-next{ right:4px; background-image: url(../images/goright.png);  } 
.leader-list2 .swiper-button-prev{ left:4px; background-image: url(../images/goleft.png); }
.leader-list2 .swiper-button-next:hover,.leader-list2 .swiper-button-prev:hover{ background-color:rgba(0,0,0,0.03); }


.superior{ width: 100%; height: auto; }
.superior > ul > li{ width: 100%; display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-around; align-items: stretch; }
.superior > ul > li + li{ margin-top: 2.5%; }
.superior > ul > li > .superItem-img{ width: 50%; overflow: hidden; box-sizing: border-box; padding-right: 2.5%;}
.superior > ul > li > .superItem-img > img{ width: 100%; }
.superior > ul > li > .superItem-about{ width:50%; box-sizing: border-box; padding-right:2.5%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;}
.superior > ul > li:nth-of-type(2n){ flex-direction: row; }
.superior > ul > li:nth-of-type(2n) > .superItem-img{ overflow: hidden; padding-right: 2.5%;}
.superior > ul > li:nth-of-type(2n) > .superItem-about{ padding-left:0;  padding-right: 0; }
.siaNum{ width:72px; height: 96px; margin-right: 5%; background-color: #083190; display:flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center;box-sizing: border-box; padding:10px 10px 16px 10px; }
.siaNum > h3{ font-weight: normal; font-size: 34px; color: #FFF; }
.siaNum > p{ width:100%; height: 4px; background-color: #FFF; }
.siaRight{ width: 100%; height: 100%;  display: flex; flex-direction: column;  }
.siar-title{ width: 100%; }
.siar-title > h3,.siar-title > p,.siar-cont{ width: 100%; font-weight: normal; font-size: 24px; height: 48px; line-height: 48px; box-sizing: border-box; text-align: left; }
.siar-title > h3{border-bottom: 1px dashed #DDD; }
.siar-title > p,.siar-cont{ font-size: 14px; height: 36px;line-height: 36px; overflow: hidden; }
.siar-cont{ height: 120px; line-height: 30px; margin-top: 3.5%;}

.newsTab{ width: 100%; text-align: center; }
.newsTab > p{ display: inline-block; font-size: 16px; padding:10px 3%; background-color: #EEE; margin:0 10px; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; }
.newsTab > p.active,.newsTab > p:hover{ background-color: #083190; color: #FFF !important; }
.newsList{width: 100%; box-sizing: border-box; border:0px solid #e5e5e5; background-color: #FFF; padding:0; margin-top: 3%; display: none;}
.newsList > ul{ margin-bottom: 2%; }
.newsList > ul > li{ width: 49%; float: left;  margin-top: 2%; }
.newsList > ul > li:nth-of-type(2n){ float: right;}
.newsList > ul > li:nth-of-type(1),.newsList > ul > li:nth-of-type(2){ margin-top: 0; }
.newsList > ul > li > a{ display: flex; overflow: hidden; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.newsList > ul > li > a > .nlItem-img{ width: 180px; height: auto; position: relative; flex-shrink: 0 }
.newsList > ul > li > a > .nlItem-img > img{ width: 100%; }
.newsList > ul > li > a > .nlItem-right{ width: 100%; overflow: hidden; display: flex; flex-wrap: nowrap; justify-content: center; align-items: flex-start; flex-direction: column; box-sizing: border-box; padding-left:3%; }
.newsList > ul > li > a > .nlItem-right > h3,.newsList > ul > li > a > .nlItem-right > p,.newsList > ul > li > a > .nlItem-right > h4{ width: 100%;font-weight: normal; font-size: 14px; height: 48px; line-height: 24px; overflow: hidden; text-align: left;}
.newsList > ul > li > a > .nlItem-right > h3{ height: 60px; line-height: 30px; font-size: 16px; color:#083190;}
.newsList > ul > li > a > .nlItem-right > h4{ height: 24px; color: #999 !important; }


.f1{ width: 100%; display: flex; box-sizing: border-box; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; }
.f1 > .f1menu{ width: 100%; height: auto; box-sizing: border-box; padding-right: 5%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center;}
.f1 > .f1menu > .f1menuItem{ display: inline-block;height: auto; position: relative;}
.f1 > .f1menu > .f1menuItem > a{ display: block; width:100%; height: 86px; line-height: 26px; font-size: 16px; text-align: center; position: relative; padding-left:30px; padding-right: 30px; box-sizing: border-box; padding-top: 30px; padding-bottom: 30px;}
.f1 > .f1menu > .f1menuItem > a.on{ color: #0074b1 !important; }
.f1 > .f1menu > .f1menuItem:nth-of-type(1) > a{ padding-left:0; }
.f1 > .f1menu > .f1menuItem > a::after{ content: ' '; width:1px; height: 16px; background-color: #e3e3e3; position: absolute; right:0; top:50%; margin-top: -8px; }
.f1 > .f1menu > .f1menuItem:nth-last-of-type(1) > a::after{ display: none; }
.f1 > .f1menu > .f1menuItem > .drop_list{ display: none; width: 240px; position: absolute; left:0; top:86px; box-sizing: border-box; background-color: rgba(255,255,255,0.4); border-top: 4px solid #0074b1; box-sizing: border-box; padding:10px;}
.f1 > .f1menu > .f1menuItem > .drop_list > a{ display: block; float: left; width: 40%; text-align: center; height: 28px; line-height: 28px; font-size: 14px; }
.f1 > .f1menu > .f1menuItem > .drop_list > a::after{ content: ''; display: block; clear: both; }
.f1 > .f1menu > .f1menuItem:hover > .drop_list{ display: block;animation: fadeInUp 0.5s ease-in-out; -webkit-animation: fadeInUp 0.5s ease-in-out; }
.f1 > .location{width:auto; display: inline-block; height: 26px; line-height: 26px; font-size: 14px; flex-shrink: 0; align-self: center; }
.f1 > .location > a{ color: #777; }
.f1Mobile{ width: 100%; height: auto; position: relative; display: none; z-index: 600;}
.f1Mobile > h3{ width: 100%; height: auto; line-height: 44px; text-align: center; font-size: 18px; font-weight: normal; box-sizing:border-box; padding:0 4%; position: relative;}
.f1Mobile > h3 > p{ display: inline-block; height: 20px; line-height: 20px; width:20px; text-align: center; position: absolute; right:10px; top:50%; margin-top: -10px; transform: rotateZ(-180deg); -webkit-transform: rotateZ(-180deg); transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.f1Mobile > h3 > p.active{ transform: rotateZ(0); -webkit-transform: rotateZ(0); }
.f1Mobile > h3 > p > i{ font-size: 16px; }
.f1Mobile > div{ width: 100%; height: auto; background-color: #f3f3f3; position: absolute; left:0; top:44px; display: none;animation: fadeInUp 0.3s ease-in-out; -webkit-animation: fadeInUp 0.3s ease-in-out;}
.f1Mobile > div > ul > li{ width: 100%; height: 40px; line-height: 39px; font-size:14px; box-sizing: border-box; text-align: center; border-bottom:1px solid #FFF;  color: #999; }
.f1Mobile > div > ul > li:hover{ color: #0074b1 !important;   }
/**/
.f2Nums { white-space: nowrap;background: #FFF; width:100%; box-sizing: border-box;  padding: 4% 0;}
.f2Nums.green .num {    color: #05817a;}
.f2Nums.orange {    background: #fff;}
.f2Nums.orange .num {    color: #e46c0a;}
.f2Nums .num_item {    display: -moz-inline-stack;    display: inline-block;    *display: inline;    zoom: 1;    vertical-align: top;    padding: 0 40px;}
.f2Nums .num_item .num {    font-size: 62px; line-height: 1.5; font-family: DINcond;    color: #0074b1;}
.f2Nums .num_item .num sup {    font-size: 30px;    font-family: DINcond;}
.f2Nums .num_item .num small {    font-size: 28px;    font-family: "思源黑体", "微软雅黑", "Arial";}
.f2Nums .num_item .num small sup {    font-size: 20px;    font-family: DINcond;}
.f2Nums .num_item p {    font-size: 16px;    color: #555; height: 30px;  line-height: 30px; width: 100%; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.f2Nums .num_item:nth-of-type(2) p{ transform: translateY(-4px); -webkit-transform: translateY(-4px); }

/**/
.f3About{ width: 100%;  flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; box-sizing: border-box; padding-bottom: 6.25%; }
.f3About > .aboutLeft{ width: 100%; border-top: 5px solid #0074b1;}
.f3About > .aboutLeft h3 { font-size: 34px;  color: #333; font-weight: normal; margin-bottom: 3.2%; margin-top: 4.2%; width: 100%;text-align: center;}
.f3About > .aboutLeft h4 { font-size: 22px; color: #333; font-weight: normal; margin-bottom: 15px; margin-top: 20px;}
.f3About > .aboutLeft p { font-size: 15px; color: #666; line-height: 1.8;}
.f3About > .aboutLeft ul li { font-size: 15px; color: #666; line-height: 1.8; padding-left: 22px; position: relative;}
.f3About > .aboutLeft ul li::after{content: ' ';width: 12px; height: 12px; box-sizing: border-box; border:1px solid #F60; background-color: #FFF; border-radius: 50%; position: absolute; left:0; top:50%;margin-top: -6px;}
.f3About > .aboutImg{ width: 100%; box-sizing: border-box; padding-left:0; }
.f3About > .aboutImg > img{ width: 60%;margin:0 auto; }

/**/
.f4Aapply{ width: 100%; min-width: 320px; background-color: #f8f8f8; }
.prods{ width: 100%; height: auto; box-sizing: border-box; padding-top: 3%; padding-bottom: 3%; }
.prods > .prodsTitle {width:100%; text-align: center; font-size: 36px; color: #0074b1;font-weight: normal;  margin-bottom: 2.5%;}
.prods > .prodsTab{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; padding-bottom: 10px;}
.prods > .prodsTab > p{ text-align: center;line-height: 50px; width: auto; display: inline-block; padding:0 20px; font-size: 18px; margin:0 5px;color: #333; background-color: #f1f1f1; cursor: pointer; position: relative;}
.prods > .prodsTab > p::after{ content: ' ';width: 0;height: 0;border-left: 10px solid transparent;border-right: 10px solid transparent;border-top: 10px solid #f1f1f1; position: absolute; left:50%; bottom:-10px; margin-left:-10px; }
.prods > .prodsTab > p.active { color: #fff; background-color: #0074b1;}
.prods > .prodsTab > p.active::after{ border-top: 10px solid #0074b1; }
.prods > .tab_con{ width:100%; height: auto;  display: none;}
.dis{ width: 100%; height: auto; }
.dis h4 { font-size: 20px; color: #333; margin-bottom: 1.25%; font-weight: normal;}
.dis p { font-size: 16px; color: #555;}
.class_box { margin-top: 3%; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: space-between; align-items: flex-start;}
.class_box .left { width: 250px; float: left; text-align: center; /*min-height: 300px;*/ background: #f1f1f1;}
.class_box .left h5 {line-height: 56px; font-size: 22px; font-weight: 550; color: #fff; background-color: #005d9b;}
.class_box .left .class_btn,.class_box .left .class_btn2,.class_box .left .class_btn3,.class_box .left .class_btn4,.class_box .left .class_btn5,.class_box .left .class_btn6,.class_box .left .class_btn7,.class_box .left .class_btn8,.class_box .left .class_btn9,.class_box .left .class_btn10{ font-size: 16px; color: #555; line-height: 66px; cursor: pointer;}
.class_box .left .class_btn:hover, .class_box .left .class_btn.on,.class_box .left .class_btn2:hover, .class_box .left .class_btn2.on,.class_box .left .class_btn3:hover, .class_box .left .class_btn3.on,.class_box .left .class_btn4:hover, .class_box .left .class_btn4.on,.class_box .left .class_btn5:hover, .class_box .left .class_btn5.on,.class_box .left .class_btn6:hover, .class_box .left .class_btn6.on,.class_box .left .class_btn7:hover, .class_box .left .class_btn7.on,.class_box .left .class_btn8:hover, .class_box .left .class_btn8.on,.class_box .left .class_btn9:hover, .class_box .left .class_btn9.on,.class_box .left .class_btn10:hover, .class_box .left .class_btn10.on { color: #0074b1; background: #e7e7e7;}
.class_box .right { width:100%;}
.class_box .right img{max-width:100%;}
.class_box .right .blue_block { height: 56px; background: #0074b1;}
.class_box .class_con,.class_box .class_con2,.class_box .class_con3,.class_box .class_con4,.class_box .class_con5,.class_box .class_con6,.class_box .class_con7,.class_box .class_con8,.class_box .class_con9,.class_box .class_con10 { margin-top: 4%; margin-left: 7.5%; display: none;}
.class_box .class_con p,.class_box .class_con2 p,.class_box .class_con3 p,.class_box .class_con4 p,.class_box .class_con5 p,.class_box .class_con6 p,.class_box .class_con7 p,.class_box .class_con8 p,.class_box .class_con9 p,.class_box .class_con10 p { font-size: 16px; color: #333; line-height: 1.5; margin-bottom: 3%;
}
.class_box .class_con p span,.class_box .class_con2 p span,.class_box .class_con3 p span,.class_box .class_con4 p span,.class_box .class_con5 p span,.class_box .class_con6 p span,.class_box .class_con7 p span,.class_box .class_con8 p span,.class_box .class_con9 p span,.class_box .class_con10 p span { font-size: 14px; color: #666;}
.class_box .class_url { font-size: 0;}
.class_box .class_url a { display: -moz-inline-stack;  display: inline-block; *display: inline;
    zoom: 1; color: #0074b1; border: 1px solid #0074b1; padding: 12px 15px; margin-right: 20px;
    min-width: 145px; font-size: 16px; text-align: center; margin-bottom: 10px;overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.class_box .class_url a:hover { color: #fff; background: #0074b1;}










