@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; border-bottom:1px solid #CCC; box-sizing: border-box;}
.hd-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:stretch; }
.logo{ display:block; width:210px;}
.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:center; }
.hd-right  .search{width:160px; height:30px; text-align: center; position: relative; float: right; box-sizing: border-box; border:1px solid #255e88; border-radius: 15px;display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:flex-end; align-items:center; overflow: hidden;}
.hd-right  .search > p:nth-of-type(1){ flex:1; height: 30px;  overflow: hidden; z-index: 600;  }
.hd-right  .search > p:nth-of-type(1) > input{ width:100%; font-size: 12px; box-sizing: border-box; border:0; padding:0 0 0 10px; color: #333; height: 26px; line-height: 26px;  color: #255e88; background-color: transparent;}
.hd-right  .search > p:nth-of-type(2){ width:28px; height: 28px; }
.hd-right  .search > p:nth-of-type(2) > input{ border:0;width:28px; height: 28px; background-color: transparent; font-family:"iconfont" !important;  font-size:16px; }

.hd-right > .nav{flex:1;  box-sizing: border-box; font-size: 0; padding-left:3%; padding-right:3%;}
.hd-right > .nav > ul > li{ width:14.285%;  display: inline-block; /*height: 80px; line-height: 80px;*/ text-align: center;font-size: 16px; /*position: relative; */ }
.hd-right > .nav > ul > li::after{ content: ' '; width: 100%; height: 160px; background-color: rgba(255,255,255,1); position: absolute; left:0; top:81px; display: none; z-index: 10;}
.hd-right > .nav > ul > li:nth-of-type(1)::after,.hd-right > .nav > ul > li:nth-of-type(1):hover::after{ display: none; }
.hd-right > .nav > ul > li > a{ width:100%; height: 80px; line-height: 80px; display: block; text-align: center; padding:0 10px; box-sizing: border-box; border-bottom: 1px solid transparent; font-size: 15px; color:#15507B; cursor:pointer}
.hd-right > .nav > ul > li > .subNav{ width: 1200px; box-sizing: border-box; padding-left:230px; padding-top: 20px; padding-bottom: 20px; padding-right:20px; height: 160px; position: absolute; left:50%; top:80px; margin-left:-600px; /*background-color: rgba(0,0,0,0.5);*/ z-index: 30; display: none; /*display: flex;*/ flex-direction: row; justify-content: flex-start; align-items: stretch;}
.hd-right > .nav > ul > li > .subNav > .subNav-title{ }
.hd-right > .nav > ul > li > .subNav > .subNav-title > h3,.subNav-title > a{ font-weight: normal; font-size: 18px; line-height: 1.6; }
.hd-right > .nav > ul > li > .subNav > .subNav-title > a{ font-size: 12px; text-transform: capitalize; }
.hd-right > .nav > ul > li > .subNav > .subNav-menu{ flex:1; box-sizing: border-box; padding:0 5%; display: flex;flex-wrap: wrap; flex-direction: row; justify-content: flex-start; align-content: flex-start; }
.hd-right > .nav > ul > li > .subNav > .subNav-menu > a{ /*float: left;*/ background-color: #f4f5f5; box-sizing: border-box; padding:6px 60px 6px 10px;/* width: 25%;*/ line-height: 24px; font-size: 14px; margin-right:5%; margin-bottom:2%; position: relative;transition:All 0.5s ease-in-out;}
.hd-right > .nav > ul > li > .subNav > .subNav-menu > a:hover{ background-color:#15517b}
.hd-right > .nav > ul > li > .subNav > .subNav-menu > a:hover p{ color:#FFF !important;}
.hd-right > .nav > ul > li > .subNav > .subNav-menu > a:hover::after{background-color: #fff;}


.hd-right > .nav > ul > li > .subNav > .subNav-menu > a > p{color: #16517b !important; }
.hd-right > .nav > ul > li > .subNav > .subNav-menu > a::after{ content: ' '; width:40px; height: 1px; background-color: #16517b; position: absolute; right:10px; top:18px; }



.hd-right > .nav > ul > li > .subNav > .subNav-img{ width:190px; }
.hd-right > .nav > ul > li > .subNav > .subNav-img img{ width: 100%; }
.hd-right > .nav > ul > li:hover::after{ display: block; }
.hd-right > .nav > ul > li:hover > .subNav{ display: flex;animation: fadeInDown 0.3s ease-in-out; -webkit-animation: fadeInDown 0.3s ease-in-out; }
.hd-right > .nav > ul > li.on > a,.hd-right > .nav > ul > li:hover > a{ border-bottom:4px solid #15517b; color: #15517b !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: #013686; }
.menu > h3 > i{ font-size:20px;}

.header-blank{ background-color:transparent; height:80px;}


/*滚动后导航*/
.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;   }
/*底部*/
.foot-blank{ height:auto; width:100%; }
.footer{ box-sizing:border-box; background-color: #353f49;  }
.footer > .c-con{display: flex; flex-direction: row; flex-wrap: nowrap; justify-content:space-between; align-items:flex-start; padding-top:2%; padding-bottom: 2%; }
.copyright{width: 100%; text-align: center; font-size: 14px; color: #FFF;}
.copyright > a{ color:#FFF}




/*首页*/
/*焦点图*/
.flash{ width:100%; position: relative; }
.swiper1 .swiper-pagination {right:0; display:inline-block;  padding-top:2%; padding-bottom:1%; 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:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: #FFF; }
.swiper1 .swiper-pagination-bullet-active{background-color:#3d5c9d;}
.swiper1 .swiper-slide{ position:relative;}
.swiper1 .swiper-slide img{ width:100%;}
.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; }


.lunbo{ width:100%; position: relative; padding-left:0px !important}
.swiper11 .swiper-pagination {right:0; display:inline-block; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swiper11 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: #FFF; }
.swiper11 .swiper-pagination-bullet-active{background-color:#3d5c9d;}
.swiper11 .swiper-slide{ position:relative;}
.swiper11 .swiper-slide img{ width:100%;}
.swiper11 .swiper-button-next,.swiper11 .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; } 
.swiper11 .swiper-button-next:hover,.swiper11 .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swiper11 .swiper-button-next i,.swiper11 .swiper-button-prev i{ font-size:1.0rem; }


.lunboa{ width:100%; position: relative; padding-left:0px !important }
.swipera .swiper-pagination {right:0; display:inline-block; bottom:0; left:auto; text-align:center; padding-right:10px; box-sizing:border-box; }
.swipera .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box; /*border:1px solid #FFF;*/ background-color: #FFF; }
.swipera .swiper-pagination-bullet-active{background-color:#3d5c9d;}
.swipera .swiper-slide{ position:relative;}
.swipera .swiper-slide img{ width:100%;}
.swipera .swiper-button-next,.swipera .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; } 
.swipera .swiper-button-next:hover,.swipera .swiper-button-prev:hover{ color:rgba(237,31,36,1) !important; } 
.swipera .swiper-button-next i,.swipera .swiper-button-prev i{ font-size:1.0rem; }



/**/
.about{ width:100%; box-sizing: border-box; padding-top: 3%;  padding-bottom: 3%; }
.colHeader{ width: 100%; }
.colHeader > h3,.colHeader > p{ width: 100%; font-weight: normal; text-align: center; font-size: 32px; line-height: 2.4; }
.colHeader > h3{ position: relative; }
.colHeader > h3::after{ content: ' '; width:3%; height: 2px; background-color: #595757; position: absolute; left:50%; bottom:0; margin-left:-1.5%; }
.colHeader > p{ font-size: 16px; color: #999; text-transform: capitalize; }

.aboutList{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; margin-top: 2%; }
.al-left,.al-right{ width: 49.5%; position: relative;}
.al-left{width:49%; display: flex; flex-direction: row; flex-wrap:wrap; justify-content: space-between; align-content: space-between; }
.al-left > .alLeft-item{ width: 48.5%; position: relative; }
.al-left > .alLeft-item img{ width: 100%; }
.al-left > .alLeft-item:nth-of-type(1){ background-color: #d7dee4;}
.al-left > .alLeft-item:nth-of-type(2){ background-color: #007ab3; }
.al-left > .alLeft-item:nth-of-type(3){ background-color: #f1a700; }
.al-left > .alLeft-item:nth-of-type(1) img,.al-left > .alLeft-item:nth-of-type(2) img,.al-left > .alLeft-item:nth-of-type(3) img{ opacity: 0 }
.al-left > .alLeft-item .alLeftItem-about{ width: 100%; height: 100%; position: absolute; left:0; top:0; box-sizing: border-box; padding:5%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.al-left > .alLeft-item .alLeftItem-about > h3,.al-left > .alLeft-item .alLeftItem-about > h4,.al-left > .alLeft-item .alLeftItem-about > p,.al-left > .alLeft-item .alLeftItem-about > h5{ width:100%; font-size: 18px; color: #FFF; text-align: left; font-weight: normal;}
.al-left > .alLeft-item .alLeftItem-about > h3{ font-weight: bold; }
.al-left > .alLeft-item .alLeftItem-about > h5{ font-size: 18px; line-height: 24px; height:48px; overflow: hidden; font-weight: normal; margin-top: 4%; margin-bottom: 3%; }
.al-left > .alLeft-item .alLeftItem-about > h4{ font-size: 14px; line-height: 24px; height:auto; overflow: hidden; font-weight: normal; margin-top: 4%; margin-bottom: 3%; }


.al-left > .alLeft-item .alLeftItem-about > h5{ height: 30px; font-weight: bold; margin-bottom: 5px; margin-top: 0; line-height: 20px; }
.al-left > .alLeft-item .alLeftItem-about > h5 > span{ font-size: 12px;font-weight: normal;}
.al-left > .alLeft-item .alLeftItem-about > p{ line-height: 20px; height:60px; overflow: hidden; font-size: 11px;  }
.al-left > .alLeft-item:nth-of-type(1) .alLeftItem-about > h3,.al-left > .alLeft-item:nth-of-type(1) .alLeftItem-about > h4,.al-left > .alLeft-item:nth-of-type(1) .alLeftItem-about > p{ color: #007ab3; }
.al-right img{ width: 100%;}
.al-right .alRightItem-about{ width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); position: absolute; left:0; top:0; box-sizing: border-box; padding:5%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: center;}
.al-right .alRightItem-about > h3,.al-right .alRightItem-about > h4,.al-right .alRightItem-about > p{ width:100%; font-size: 18px; color: #FFF; text-align: left; font-weight: normal;}
.al-right .alRightItem-about > h3{ font-weight: bold; }
.al-right .alRightItem-about > h4{ font-size: 14px; line-height: 24px; height:auto; overflow: hidden; font-weight: normal; margin-top:10px; margin-bottom: 10px; }
.al-right .alRightItem-about > p{ line-height: 20px; height:auto; overflow: hidden; font-size: 12px;  }
.al-right .alRightItem-about > a{ display: inline-block; font-size: 14px; padding:0px 20px; height: 30px; line-height:30px; background-color: #007ab3; color: #FFF !important; border-radius: 15px; align-self: flex-start; margin-top: 3%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.al-right .alRightItem-about > a:hover{ background-color: #FFF; color: #007ab3 !important; }
.al-right .alRightItem-about > a i{ font-size: 14px; }

.objs{ width: 100%; min-width: 320px; background-image: url(../images/about.png); background-repeat: no-repeat; background-position: center bottom; }
.objs > .c-con{ padding-top: 3%; padding-bottom:3%; }
.objs > .c-con .colHeader > h3,.objs > .c-con  .colHeader > p{ color: #FFF !important; }
.objs > .c-con .colHeader > h3::after{  background-color: #FFF;}
.objTab{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-top: 1%; }
.objTab > p{ width:120px; line-height: 36px; border-radius: 20px; background-color: transparent; margin:0 1%; font-size: 16px;  cursor: pointer; color: #FFF;}
.objTab > p.on{ background-color: #FFF; color: #155380; }
.objList{ width: 100%; margin-top: 2%; display: none; }
.objList > ul > li{ width: 25%; float: left; overflow: hidden; background-color: #007ab3;}
.objList > ul > li > a{ width: 100%; display: block; overflow: hidden; }
.objList > ul > li > a > .olLi-img{ width: 100%; overflow: hidden; position: relative; }
.objList > ul > li > a > .olLi-img > img{ width: 100%; }
.objList > ul > li > a > .olLi-img:nth-of-type(1) > img{ opacity: 0 }
.objList > ul > li > a > .olLi-img:nth-of-type(2) > img{ opacity: 1 }
.objList > ul > li:nth-of-type(2n) > a > .olLi-img:nth-of-type(1) > img{ opacity: 1 }
.objList > ul > li:nth-of-type(2n) > a > .olLi-img:nth-of-type(2) > img{ opacity: 0 }
.objList > ul > li:nth-of-type(2){ background-color: #FFF }
.objList > ul > li:nth-of-type(3){ background-color: #f1a700 }
.objList > ul > li > a > .olLi-img > .olLi-about{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; position: absolute; left:0; top:0; box-sizing: border-box; padding:8%; }
.objList > ul > li > a > .olLi-img > .olLi-about > h3,.objList > ul > li > a > .olLi-img > .olLi-about > p{ width: 100%; line-height: 20px; font-weight: normal; font-size: 14px; color: #FFF !important; height: auto; overflow: hidden; }
.objList > ul > li > a > .olLi-img > .olLi-about > h3{ padding-bottom:10px}
.objList > ul > li > a > .olLi-img > .olLi-about > p{ font-size: 10px; line-height: 14px; height: auto; max-height: 80px; color: rgba(255,255,255,0.6) !important;}
.objList > ul > li:nth-of-type(2) > a > .olLi-img > .olLi-about > h3,.objList > ul > li:nth-of-type(2) > a > .olLi-img > .olLi-about > p{ color: #007ab3 !important; }
.objList > ul > li:nth-of-type(2) > a > .olLi-img > .olLi-about > p{ color: rgba(0,122,179,0.6) !important; }
.objList > ul > li > a > .olLi-img > .olLi-icon{  width: 0;height: 0;border-left: 12px solid transparent;border-right: 12px solid transparent;border-top: 20px solid #007ab3; position: absolute; left:50%; top:0; margin-left:-10px;}
.objList > ul > li:nth-of-type(2n) > a > .olLi-img > .olLi-icon{ transform: rotate(180deg); -webkit-transform: rotate(180deg); top:auto; bottom:0;}
.objList > ul > li:nth-of-type(2) > a > .olLi-img > .olLi-icon{ border-top: 20px solid #FFF;}
.objList > ul > li:nth-of-type(3) > a > .olLi-img > .olLi-icon{ border-top: 20px solid #f1a700;}
.obj-btn{ width: 100%; text-align: center; padding-top: 3%; }
.obj-btn > a{display: inline-block; font-size: 14px; padding:0px 20px; height: 32px; line-height:32px; background-color: #FFF; color: #007ab3 !important; border-radius: 20px; align-self: flex-start; margin-top: 1%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.obj-btn > a:hover{ background-color: #007ab3; color: #FFF !important; }
.obj-btn > a i{ font-size: 18px; }


.news{ width: 100%; min-width: 320px; background-color: #d7dee4; }
.news > .c-con{ padding-top: 3%; padding-bottom:4%; }
.newsTab{ width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: center; align-items: center; margin-top: 1%; }
.newsTab > p{ width:120px; line-height: 36px; border-radius: 20px; background-color: transparent; margin:0 1%; font-size: 16px;  cursor: pointer; color: #333; }
.newsTab > p.on{ color: #FFF; background-color: #155380 }
.newsMain{ width: 100%; display: none; }
.newsCon{ width: 100%; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; margin-top: 3%;}
.newsCon > .nc-hot{ width: 48%; background-color: #FFF; padding:2% 5%; box-sizing: border-box;}
.newsCon > .nc-hot > h3,.newsCon > .nc-hot > h4{ width: 100%; font-weight: normal; font-size: 24px; text-align: left; line-height: 1.5; }
.newsCon > .nc-hot > h4{ font-size: 20px; } 
.newsCon > .nc-hot > div{ width:100%; line-height: 1.6; font-size: 14px; box-sizing: border-box; padding-left:10px; border-left:1px solid #EEE; text-align: left; margin-top: 2%; margin-bottom:2.5%; }
.newsCon > .nc-hot > p{ width: 100%; overflow: hidden;}
.newsCon > .nc-hot > p img{ width: 100%; }
.newsCon > .nc-hot > h5{ width: 100%; text-align: left; padding-top: 1%; font-weight: normal; }
.newsCon > .nc-hot > h5 > a{display: inline-block; font-size: 14px; padding:0px 20px; height: 32px; line-height:32px; background-color: #007ab3; color: #FFF !important; border-radius: 20px; align-self: flex-start; margin-top: 1%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.newsCon > .nc-hot > h5 > a:hover{ background-color: #007ab3; color: #FFF !important; }
.newsCon > .nc-hot > h5 > a i{ font-size: 18px; }
.newsCon > .nc-list{ width:48%; box-sizing: border-box; padding-left:2%; }
.newsCon > .nc-list > ul{ width: 100%; height: 100%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.newsCon > .nc-list > ul > li{ width: 100%; flex:1; box-sizing: border-box; border-bottom:1px solid #919395;display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center; box-sizing: 
	border-box; padding:3%; transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor:pointer;}
.newsCon > .nc-list > ul > li:first-child{ display:none}
.newsCon > .nc-list > ul > li > h3,.newsCon > .nc-list > ul > li > p{ box-sizing: border-box; padding-left:3.5%; }
.newsCon > .nc-list > ul > li > h3{ width: 100%; font-weight: normal; font-size: 16px; height: 32px; line-height: 32px; overflow: hidden; white-space: nowrap; text-align: left; position: relative;}
.newsCon > .nc-list > ul > li > h3::after{ content: ' '; width: 2.5%; height: 1px; background-color: #007ab3; position: absolute; left:0; top:50%; margin-top: -1px; }
.newsCon > .nc-list > ul > li > h3 > span{ width: 60px;box-sizing: border-box; color: #666; display: inline-block; float: right; padding-left:10px;  }
.newsCon > .nc-list > ul > li > h3 > a{ font-weight:bold}
.newsCon > .nc-list > ul > li > p{ width:100%; font-size: 14px; line-height: 22px; height: 44px; overflow: hidden; text-align: left; position: relative; box-sizing:border-box; padding-right:80px;}
.newsCon > .nc-list > ul > li > p > a{ width:60px; height: 24px; line-height: 24px; display: block; text-align: right; font-size: 14px; box-sizing: border-box; position: absolute; right:0; top:50%; margin-top: -12px; border-left:1px solid #808080; }
.newsCon > .nc-list > ul > li:hover{ background-color: #FFF; border-bottom:1px solid #FFF; box-shadow: 0 0 10px rgba(100,100,100,0.3) }

.fuwu{ background-color: #d7dee4; width:100%; min-width: 320px; }
.fuwu > .c-con{ padding-top: 3%; padding-bottom:3%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-start; }
.fuwu > .c-con > .fwMenuList{ flex:1; }
.fuwu > .c-con > .fwMenuList > ul > li{ width:16.66%; float: left; }
.fuwu > .c-con > .fwMenuList > ul > li > h3,.fuwu > .c-con > .fwMenuList > ul > li > p{ width: 100%; }
.fuwu > .c-con > .fwMenuList > ul > li > h3{ font-weight: normal; font-size: 20px; line-height: 3; position: relative; text-align: left; color: #007ab3;}
.fuwu > .c-con > .fwMenuList > ul > li > h3::after{ content: ' '; width:16%; height: 2px; background-color: #007ab3; position: absolute; left:0; bottom:0; margin-bottom:5%; }
.fuwu > .c-con > .fwMenuList > ul > li > p > a{ display: block; width: 100%; line-height: 2; font-size: 14px; text-align: left;  }
.fuwu > .c-con > .fwOnline{  display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-start; align-items: flex-end; }
.fuwu > .c-con > .fwOnline > p{ width: 120px; overflow:hidden; }
.fuwu > .c-con > .fwOnline > p img{ width: 100%; }
.fuwu > .c-con > .fwOnline > h3{ width: 120px; line-height: 30px; font-weight: normal; background-color: #FFF; font-size: 14px; border-radius: 18px; margin-top:10px; margin-bottom:10px; }
.fuwu > .c-con > .fwOnline > h4{ font-weight: normal; line-height: 2; font-size: 14px; text-align: right;  }


.box{ width:100%; height:auto; overflow: hidden; margin:0 auto; position:relative; padding-left:100px; padding-right:100px;  box-sizing:border-box; /*margin-bottom:2%;*/ margin-top:2%;}
.swiper2 .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; display:none;}
.swiper2 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper2 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper2 .swiper-slide{ background-color: #FFF; }
.swiper2 .swiper-slide > a{ display: block; width:100%; }
.swiper2 .swiper-slide > a > p{ width: 100%; overflow: hidden; border:1px solid #EEE; box-sizing: border-box; }
.swiper2 .swiper-slide > a > p > img{ width:100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper2 .swiper-slide > a > h3{ width: 100%; font-size: 14px; line-height: 3; text-align: center; overflow: hidden; font-weight: normal; }
/*.swiper2 .swiper-slide:hover > a > img{transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02);}*/
.box .swiper-button-next,.box .swiper-button-prev{   height:60px; width:60px; box-sizing: border-box; border:1px solid #CCC; line-height: 60px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-40px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100%;border-radius: 50%; }
.box .swiper-button-next i,.box .swiper-button-prev i{ font-size:32px; font-weight:bold; color:#818181}
.box .swiper-button-next i{ padding-left:4px}
.box .swiper-button-prev i{ padding-right:4px}

.box2{ width:100%; height:0; overflow: hidden; margin:0 auto; position:relative; padding-left:50px; padding-right:50px;  box-sizing:border-box; /*margin-bottom:2%;*/ margin-top:2%;}
.swiper3 .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; display:none;}
.swiper3 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper3 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper3 .swiper-slide{ background-color: #FFF; }
.swiper3 .swiper-slide > a{ display: block; width:100%; }
.swiper3 .swiper-slide > a > p{ width: 100%; overflow: hidden; border:1px solid #EEE; box-sizing: border-box; }
.swiper3 .swiper-slide > a > p > img{ width:100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper3 .swiper-slide > a > h3{ width: 100%; font-size: 14px; line-height: 3; text-align: center; overflow: hidden; font-weight: normal; }
/*.swiper3 .swiper-slide:hover > a > img{transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02);}*/
.box2 .swiper-button-next,.box2 .swiper-button-prev{   height:30px; width:30px; box-sizing: border-box; border:1px solid #CCC; line-height: 26px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-20px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100%;border-radius: 50%; }
.box2 .swiper-button-next i,.box2 .swiper-button-prev i{ font-size:16px;}

.box3{ width:100%; height:0; overflow: hidden; margin:0 auto; position:relative; padding-left:50px; padding-right:50px;  box-sizing:border-box; /*margin-bottom:2%;*/ margin-top:2%;}
.swiper4 .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; display:none;}
.swiper4 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper4 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper4 .swiper-slide{ background-color: #FFF; }
.swiper4 .swiper-slide > a{ display: block; width:100%; }
.swiper4 .swiper-slide > a > p{ width: 100%; overflow: hidden; border:1px solid #EEE; box-sizing: border-box; }
.swiper4 .swiper-slide > a > p > img{ width:100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper4 .swiper-slide > a > h3{ width: 100%; font-size: 14px; line-height: 3; text-align: center; overflow: hidden; font-weight: normal; }
/*.swiper4 .swiper-slide:hover > a > img{transform: scale(1.02,1.02); -webkit-transform: scale(1.02,1.02);}*/
.box3 .swiper-button-next,.box3 .swiper-button-prev{   height:30px; width:30px; box-sizing: border-box; border:1px solid #CCC; line-height: 26px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-30px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100%;border-radius: 50%; }
.box3 .swiper-button-next i,.box3 .swiper-button-prev i{ font-size:16px;}

.contact{ width: 100%; margin:100px auto }
.contact > ul{ width: 100%; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch; }
.contact > ul > li{ width: 25%; box-sizing: border-box;}
.contact > ul > li + li{ border-left: 1px solid #DDD; }
.contact > ul > li:nth-of-type(1){ padding-left:1px; }
.contact > ul > li > p{ width: 50%; margin:0 auto; }
.contact > ul > li > p img{ width: 100%; }
.contact > ul > li > h3{ width:80%; box-sizing: border-box;  line-height: 24px; text-align: center; margin:0 auto; height: 48px; text-align: center; font-weight: normal; font-size: 16px; margin-top: 5%; margin-bottom: 5%; }
.contact > ul > li > div{ width:100%; padding:5% 10%; border-top:1px solid #DDD; box-sizing: border-box; line-height:24px; text-align: center; font-size: 14px; }

/**/
.colFlash{ width: 100%; position: relative; overflow: hidden; }
.colFlash > img{ width:100%; }
.colFlash > 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; color: #FFF; }
.colFlash > div > h3{ font-weight: normal; font-size: 76px; text-transform: uppercase; }
.colFlash > div > h4{ font-weight: normal;  text-align: center;font-size: 0; margin-top: 1%; }
.colFlash > div > h4 > p{ font-size: 32px; padding:0 20px; display: inline-block; position: relative;}
.colFlash > div > h4 > p::before,.colFlash > div > h4 > p::after{ content: ' '; width: 30px; height: 2px; background-color: #FFF; position: absolute; left:-30px; top:50%; /*margin-top: -2px;*/ }
.colFlash > div > h4 > p::after{ left:auto; right:-30px; }
.location{ width: 100%; min-width: 320px; box-sizing: border-box; border-bottom:1px solid #cbcbcb; }
.location > .c-con{ display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; }
.location > .c-con > h3{ font-size: 32px; font-weight: normal;  }
.location > .c-con > div{ flex:1; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-end; align-items: center;}
.location > .c-con > div > a{ text-align: center; display: block; cursor: pointer; font-size: 20px; padding:30px;  }
.location > .c-con > div > a.on,.location > .c-con > div > a:hover{ background-color: #007abc; color: #FFF !important; }
.colNewsHeader{ width:100%; line-height: 3; position: relative; font-size: 26px; text-align: left;}
.colNewsHeader::after{ content: ' '; width:4%; height: 2px; background-color: #737273; position: absolute; left:0; bottom:0; }
.colNews-news{ width: 100%; }
.colNews-news > ul > li{ width:100%; box-sizing: border-box; background-color: #EEE; border-radius: 10px; box-shadow: 0 5px 10px rgba(100,100,100,0.3); margin-top:5%; padding:3.5%;}
.colNews-news > ul > li > a{ display: flex; width:100%; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch;}
.colNews-news > ul > li > a > .colNewsLi-date{ width: 7%; background-color: #EEE; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.colNews-news > ul > li > a > .colNewsLi-date > h3{ width: 100%; font-weight: normal; font-size: 24px; text-align: center; }
.colNews-news > ul > li > a > .colNewsLi-date > p{ width: 100%; overflow: hidden; margin-top: 20px;}
.colNews-news > ul > li > a > .colNewsLi-date > p img{ width: 100%; }
.colNews-news > ul > li > a > .colNewsLi-about{ flex:1; box-sizing: border-box; padding:0 3%;display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: center;}
.colNews-news > ul > li > a > .colNewsLi-about > h3{ width:100%; font-size: 18px; font-weight: normal; }
.colNews-news > ul > li > a > .colNewsLi-about > p{ width: 100%; font-size: 14px; line-height: 22px; margin-top: 2%; }
.colNews-news > ul > li > a > .colNewsLi-imgs{ width: 40%;}
.colNews-news > ul > li > a > .colNewsLi-imgs > p{ width: 48%; float: left; }
.colNews-news > ul > li > a > .colNewsLi-imgs > p img{ width: 100%; }
.colNews-news > ul > li > a > .colNewsLi-imgs > p:nth-of-type(2n){ float: right; }
.colNews-video{ width: 100%; padding-bottom:3%;}
.colNews-video > ul > li{ width: 48%; float: left; margin-top: 4%;}
.colNews-video > ul > li:nth-of-type(2n){ float: right; }
.colNews-video > ul > li > a{ width: 100%; display: block; background-color: #d7dee4; }
.colNews-video > ul > li > a > p{ width: 100%; overflow: hidden; position: relative;}
.colNews-video > ul > li > a > p > img{ width: 100%; }
.colNews-video > ul > li > a > p > span{ display: block; width:24%; position: absolute; left:50%; top:50%; margin-left:-12%; margin-top: -12%; }
.colNews-video > ul > li > a > p > span > img{ width: 100%; }
.colNews-video > ul > li > a > h3{ width:100%; font-weight: normal; font-size: 16px; text-align: center; line-height: 3; overflow: hidden; }

.shzr-f1,.shzr-f2{ width: 100%; padding-top: 6%; padding-bottom:6%; border-bottom: 1px solid #e1dfde; }
.shzr-f1 > header{ width: 100%;  }
.shzr-f1 > header > h4{width: 100%; padding-top: 1.5%; padding-bottom:1.5%; position: relative; line-height: 1.6; font-size: 16px; text-align: center; text-transform: uppercase; color: #1474a9; font-weight: normal;}
.shzr-f1 > header > h4::after{ content: ' '; width: 30px; height: 4px; background-color: #1474a9; position: absolute; left:50%; bottom:0; margin-left:-15px; }
.shzr-f1 > header > h3{ width: 100%; margin-top: 3%; font-size: 50px; font-weight: normal; text-align: center; line-height: 2;color: #1474a9; }
.shzr-f1 > header > p{ width: 100%; line-height: 2; font-size: 24px; text-transform: capitalize; color: #999;text-align: center; }
.shzrF1-img{ width: 100%; overflow: hidden; margin-top: 4%; }
.shzrF1-img img{ width: 100%; }
.shzrF1-title{ width: 100%; padding-top: 4%; padding-bottom: 4%; }
.shzrF1-title > p,.shzrF1-title > h3{ width: 100%; text-align: center; font-size: 32px; line-height: 1.75;font-weight: normal; color: #666; }
.shzrF1-title > h3{ color: #333; }
.shzrF1-about{ width: 100%; line-height: 1.75; font-size: 24px; text-align: center; color: #666; }
.shzrF-header{ width: 100%; }
.shzrF-header > h3,.shzrF-header > p{ width: 100%; font-weight: normal; text-align: center; }
.shzrF-header > h3{ font-size: 0; }
.shzrF-header > h3 > p{ display: inline-block; font-size: 32px; line-height: 2.5; text-transform: capitalize; color: #666; box-sizing: border-box; border-bottom:2px solid #1474a9; padding:0 20px;}
.shzrF-header > p{  font-size: 18px; line-height:1.6; margin-top: 2%; text-transform: capitalize; color: #666; }
.shzrF-header > div{ font-size: 18px; text-align: center; color: #999; line-height: 1.6; margin-top: 1%; text-transform: capitalize; }
.shzrF-header > img{ margin:20px auto; max-width:30px}
.eventList{ width: 100%; }
.eventList > ul > li{ width: 49%; float: left; background-color: #f7f9f9; margin-top: 2%;}
.eventList > ul > li:nth-of-type(2n){ float: right; }
.eventList > ul > li > a{ display: block; width: 100%; box-sizing: border-box; padding:5%; border-top: 2px solid #d4d4d3; border-right:2px solid #d4d4d3;}
.eventList > ul > li > a > p{ width: 100%; overflow: hidden; }
.eventList > ul > li > a > p img{ width: 100%; }
.eventList > ul > li > a > div{ width: 100%; box-sizing: border-box; padding-top: 2%; padding-bottom:2%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }
.eventList > ul > li > a > div > h3{ font-weight: normal; font-size: 20px; color:#333; }
.eventList > ul > li > a > div > p{ flex:1; font-size: 14px; line-height: 24px; box-sizing: border-box; padding-left:4%; height: auto; overflow: hidden; max-height: 48px; color: #999; }
.event{ width:100%; padding-top: 3%; padding-bottom:3%; border-bottom:1px solid #c1bebc; text-align: center; font-size: 60px; color: #333; opacity: 0.5; letter-spacing: 10px; }
.shzr-f2{ border-bottom:0; }

.box6{ width:100%; height:auto; overflow: hidden; margin:0 auto; position:relative; padding-left:70px; padding-right:70px;  box-sizing:border-box; /*margin-bottom:2%;*/ margin-top:2%;}
.swiper6 .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; display:none;}
.swiper6 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper6 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper6 .swiper-slide{ background-color: #FFF; }
.swiper6 .swiper-slide > a{ display: block; width:100%; overflow: hidden; box-sizing: border-box; }
.swiper6 .swiper-slide > a > img{ width:100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper6 .swiper-slide > a > .review-about{ width: 100%; box-sizing: border-box; padding:2% 5%;  }
.swiper6 .swiper-slide > a > .review-about > h3{ font-size: 20px; line-height: 40px; height: 40px; font-weight: normal; overflow: hidden; white-space: nowrap; text-align: center;}
.swiper6 .swiper-slide > a > .review-about > p{ width: 100%; font-size: 14px; height:48px; line-height: 24px; overflow: hidden; color: #999; }
.box6 .swiper-button-next,.box6 .swiper-button-prev{   height:60px; width:60px; box-sizing: border-box; line-height: 58px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-60px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100%;border-radius: 50%; }
.box6 .swiper-button-next{ right:0; }
.box6 .swiper-button-prev{ left:0; }
.box6 .swiper-button-next i,.box6 .swiper-button-prev i{ font-size:40px;}

.box7{ width:100%; height:0; overflow: hidden; margin:0 auto; position:relative; padding-left:50px; padding-right:50px;  box-sizing:border-box; /*margin-bottom:2%;*/ margin-top:2%;}
.swiper7 .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; display:none;}
.swiper7 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:50px; height:4px; border-radius:0%; box-sizing:border-box; background-color: #3d5c9d; }
.swiper7 .swiper-pagination-bullet-active{background-color:#fcd500;}
.swiper7 .swiper-slide{ background-color: #FFF; }
.swiper7 .swiper-slide > a{ display: block; width:100%; overflow: hidden; box-sizing: border-box; }
.swiper7 .swiper-slide > a > img{ width:100%;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;}
.swiper7 .swiper-slide > a > .review-about{ width: 100%; box-sizing: border-box; padding:10px 20px;  }
.swiper7 .swiper-slide > a > .review-about > h3{ font-size: 14px; line-height: 30px; height: 30px; font-weight: normal; overflow: hidden; white-space: nowrap; text-align: center;}
.swiper7 .swiper-slide > a > .review-about > p{ width: 100%; font-size: 12px; height:40px; line-height: 20px; overflow: hidden; color: #999; }
.box7 .swiper-button-next,.box7 .swiper-button-prev{   height:40px; width:40px; box-sizing: border-box; line-height: 38px; text-align:center; background-image:url(none); cursor:pointer; margin-top:-60px; box-sizing:border-box; background-position: center top; background-repeat: no-repeat; background-size: 100%;border-radius: 50%; }
.box7 .swiper-button-next{ right:0; }
.box7 .swiper-button-prev{ left:0; }
.box7 .swiper-button-next i,.box7 .swiper-button-prev i{ font-size:24px;}

.eventHistory{ width: 100%; min-width: 320px; border-top: 1px solid #EEE; }
.eventHis-header{ width: 100%; }
.eventHis-header > ul > li{ width: 10.11%; float: left; box-sizing: border-box; padding-top: 10px; box-shadow: 0 0 0 rgba(100,100,100,0.3); background-color: #FFF; margin-right:1%; cursor:pointer}
.eventHis-header > ul > li:nth-of-type(9n){ margin-right:0; }
.eventHis-header > ul > li > h3,.eventHis-header > ul > li > p{ width: 100%; font-weight: normal; text-align: center; line-height: 20px; font-size: 16px; color: #333; }
.eventHis-header > ul > li > p{ opacity: 0; }
.eventHis-header > ul > li > p > i{ font-size: 12px; color: #999; }
.eventHis-header > ul > li:hover,.eventHis-header > ul > li.on{ box-shadow: 0 4px 4px rgba(100,100,100,0.1); background-color: #ebebeb;}
.eventHis-header > ul > li:hover > p,.eventHis-header > ul > li.on > p{ opacity: 1 }
.eventHis-list,.eventHis-item{ width: 100%; }
.eventHis-list{ padding-top: 3%;}
.eventHis-item{ text-align: left; font-size: 14px; line-height: 2; color: #666; display:none; }

.eventView{ width: 100%; min-width: 320px; background-color: #f7f9f9; }
.eventView > .c-con{ padding-top: 6%; padding-bottom:6%; }
.shzrFlash{ width: 78%; margin:0 auto; margin-top: 3%; position: relative; }
.shzrFlash::after{ content: ' '; width: 100%; height: 100%;background-color: #1474a9; position: absolute; left:10px; top:10px;  box-shadow: 0 5px 10px rgba(100,100,100,0.5); }
.swiper5 .swiper-pagination { display: inline-block; width:auto; right:0; display:inline-block; bottom:1.2%; left:auto; text-align:right; padding-right:10px; box-sizing:border-box; }
.swiper5 .swiper-pagination-bullet{opacity:1; margin:0 5px!important;width:10px; height:10px; border-radius:50%; box-sizing:border-box; border:1px solid #3e3a39; background-color: transparent; }
.swiper5 .swiper-pagination-bullet-active{background-color:#3e3a39;}
.swiper5 .swiper-slide{ position:relative;}
.swiper5 .swiper-slide img{ width:100%;}
.swiper5 .swiper-slide h3{ width: 100%; line-height: 2.4; background-color: rgba(255,255,255,0.6); font-size: 16px; box-sizing: border-box; padding:0 5%; position: absolute; left:0; bottom:0; font-weight: normal; }
.swiper5 .swiper-button-next,.swiper5 .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; } 
.swiper5 .swiper-button-next:hover,.swiper5 .swiper-button-prev:hover{ olor:rgba(237,31,36,1) !important; } 
.swiper5 .swiper-button-next i,.swiper5 .swiper-button-prev i{ font-size:1.0rem; }

/**/
.joinlist{ width: 100%; padding-top: 3%; padding-bottom: 5%; }
.joinlist > ul > li{ width: 100%;}
.joinlist > ul > li + li{ margin-top: 5%; }
.joinlist > ul > li > a{ display: block; width: 100%; display: flex; flex-direction: row; flex-wrap: nowrap;justify-content: space-between; align-items: stretch; }
.joinlist > ul > li:nth-of-type(2n) > a{ flex-direction: row-reverse; }
.joinlist > ul > li > a > .jlLi-img{ width: 40%; position: relative; }
.joinlist > ul > li > a > .jlLi-img > p {width:100%; overflow: hidden;box-sizing: border-box; box-shadow: 0 0 6px rgba(100,100,100,0.5); border-radius: 2px; }
.joinlist > ul > li > a > .jlLi-img > p img{ width: 100%; }
.joinlist > ul > li > a > .jlLi-img > p:nth-of-type(2n){ position: absolute; left:6%; top:10%; }
.joinlist > ul > li:nth-of-type(2n) > a > .jlLi-img > p:nth-of-type(2n){left:auto; right:6%;  }
.joinlist > ul > li > a > .jlLi-about{ width: 56%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; box-sizing: border-box; padding: 2%; }
.joinlist > ul > li > a > .jlLi-about > h3,.joinlist > ul > li > a > .jlLi-about > p{ width:100%; font-weight: bold; font-size: 24px; color: #666; }
.joinlist > ul > li > a > .jlLi-about > h3{ margin-bottom:2%; }
.joinlist > ul > li > a > .jlLi-about > h3 > span{ font-weight: normal; font-size: 18px; text-transform: capitalize; color: #1474a9; padding-left:12px }
.joinlist > ul > li > a > .jlLi-about > p{ font-size: 16px; line-height: 2; margin-top: 1%; font-weight: normal; }
.joinlist > ul > li > a > .jlLi-about > p > span{ font-weight: bold; }
.jobText{ width: 100%; font-size: 14px; line-height: 1.6; text-align: left; padding-top: 3%;}
.jobForm{ width: 100%;  margin-top: 3%; display: flex; flex-direction: row; justify-content: space-between; align-items: stretch;}
.jobForm .city{ width: 28%;  position: relative; background-color: #efefef;}
.jobForm .city h4{ width: 100%; box-sizing: border-box; height: 60px; line-height: 60px; font-weight: normal; font-size: 14px; text-align: left; box-sizing: border-box; padding-left:10px; padding-right:20px; background-image: url(../images/icon-select.png); background-position: right center; background-repeat: no-repeat; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.jobForm .city .cl-list{ width: 100%; height: auto; position: absolute; left:0; top:59px; border:1px solid #EEE; background-color: #FFF; z-index: 100; display: none;}
.jobForm .city .cl-list li{ width: 100%; height: 40px; line-height: 40px; box-sizing: border-box; padding:0 10px; font-size: 14px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; cursor: pointer; }
.jobForm .city .cl-list li:hover{ background-color: #f6f6f6; }
.jobForm .city h4 span,.jobForm .city .cl-list li span{ font-size: 0; display: none; }
.jobForm .city:hover .cl-list{ display: block; }
.jobForm .selBtn{ width: 60px;  }
.jobForm .selBtn input{ width: 100%; height: 100%; border:0; background-color: #1474a9; color: #FFF;font-family:"iconfont" !important; font-size:18px; }


.jobList{ width: 100%; padding-top: 3%; }
.jobList > ul > li{ width: 100%;  border-bottom:1px solid #efefef;}
.jobList > ul > li > .jobLiItem{ width:100%; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: space-between; align-items: center; background-color: #FFF; }
.jobList > ul > li:nth-of-type(1) > .jobLiItem{ background-color: #1474a9; color: #FFF; }
.jobList > ul > li > .jobLiItem > div{ width:16%;  box-sizing: border-box; padding:2% 0; display: flex; flex-direction:column; flex-wrap: nowrap; justify-content: center; align-items: center; }
/*.jobList > ul > li > div:nth-of-type(1),*/.jobList > ul > li > .jobLiItem > div:nth-of-type(4){ flex:1; text-align: color: #000;}
.jobList > ul > li > .jobLiItem > div > p{ font-size:16px; text-align: center; width: 100%; cursor: pointer;}
.jobList > ul > li > .jobLiItem > div:nth-of-type(2) > p > a,.jobList > ul > li > .jobLiItem > div:nth-of-type(3) > p > a{ display: inline-block; width:16px; height: 16px; line-height: 12px; border-radius: 50%; color: #FFF !important; text-align: center; background-color: #a7a8a7;  }
.jobList > ul > li > .jobLiItem > div:nth-of-type(2) > p > a i,.jobList > ul > li > .jobLiItem > div:nth-of-type(3) > p > a i,.jobList > ul > li > .jobLiItem > div:nth-of-type(5) > p i{ font-size: 12px; }
.jobList > ul > li > .jobLiAbout{ width: 100%; background-color: #d7dee4; box-sizing: border-box; padding:2%; display: none; }
.jobList > ul > li > .jobLiAbout > header{ width: 100%; font-size: 15px; background-color: #FFF; color: #333; text-align: left; line-height: 3.5; box-sizing: border-box; padding:0 10px; }
.jobList > ul > li > .jobLiAbout > section{ width: 100%; padding:0 10px; padding-top: 1.5%;}
.jobList > ul > li > .jobLiAbout > section > h3,.jobList > ul > li > .jobLiAbout > section > p{ width: 100%; font-weight: normal; line-height: 2.5; font-size: 14px; color: #666; text-align: left; }
.jobList > ul > li > .jobLiAbout > section > div{ font-size: 12px; line-height: 2; margin-top: 5px; margin-bottom:10px; }


/**/
.prodsList{ width: 100%; padding-top: 3%; }
.prodsList > ul > li{ width:100%; position: relative; margin-bottom:7%;}
.prodsList > ul > li::after{ content: ' '; width:80%; height: 80%; background-color: #e0e7ed; position: absolute; left:0; bottom:0; transform: translateY(16%); -webkit-transform: translateY(16%);}
.prodsList > ul > li:nth-of-type(2n)::after{ right:0; left:auto; }
.prodsList > ul > li > .prodsLi{ width:100%; display: flex; flex-wrap: nowrap; flex-direction: row-reverse; justify-content: flex-start; justify-content: flex-start; align-items: stretch; box-sizing: border-box; position: relative; z-index: 90 }
.prodsList > ul > li:nth-of-type(2n) > .prodsLi{flex-direction: row;}
.prodsList > ul > li > .prodsLi > .prodsLi-img{ width:40%; overflow: hidden; align-self: center; }
.prodsList > ul > li > .prodsLi > .prodsLi-img img{ width: 100%;}
.prodsList > ul > li > .prodsItem{ width:1200px; height: 100%; position: absolute; left:50%; top:0; margin-left:-600px; display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-left; align-items: center; z-index: 100;  }
.prodsList > ul > li:nth-of-type(2n) > .prodsItem{ flex-direction: row-reverse; }
.pli-about{ width: 60%; height: 100%;  display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: flex-end; align-items: center; }
.pli-about > h3,.pli-about > h4,.pli-about > h5{ width: 100%; font-weight: bold; font-size: 30px; color: #1474a9; }
.pli-about > h3 > a{ color: #1474a9; }
.pli-about > h4{ font-weight: normal; text-transform: uppercase; }

.pli-about > h4,.pli-about > div{ margin-top: 2%; }
#scrolllayout{width: 100%; height: 267px;line-height: 30px; font-size: 15px; color: #666;font-weight: normal;}
.scrollcontent{width: 96%; top:0; left:0; text-align:justify}

#scrolllayout1{width: 100%; height: 267px;line-height: 30px; font-size: 15px; color: #666;font-weight: normal;}
.scrollcontent1{width: 96%; top:0; left:0; text-align:justify}

/* 滚动条样式 */
#Yscrollouter{width: 10px; height: 260px; background: #dedede; position: absolute;top:0; right: 0;}
#Yscrollinner{width: 10px; height: 100px; background: #bbb; border-radius:10px; position: absolute; top: 0; left: 0; }
/* 滚动条样式 */


.pli-about > h5{ font-size: 17px;  margin-top:2%; line-height: 2;}
.pli-about > h5 a{font-size: 17px;  color: #1474a9;}

.prodMobile{ width: 100%; min-width: 320px; background-color: #FFF;background-image: url(../images/map.png); background-size: contain; background-repeat: no-repeat; background-position:  center center; }
.prodMobile > .c-con{  /*padding-top: 3%; padding-bottom:3%;*/ padding-top: 11%; padding-bottom:11%;  display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: flex-start; align-items: stretch; margin-top:3%; margin-bottom:3% }
.prodMobile > .c-con > .prodMob-img{ width: 48%; overflow: hidden; }
.prodMobile > .c-con > .prodMob-img img{ width: 100%; }
.prodMobile > .c-con > .prodMob-about{ width:52%; box-sizing: border-box; padding:0 4%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: center; align-items: flex-start; background-color: #FFF;}
.prodMobile > .c-con > .prodMob-about > h3{width: 100%; font-weight: normal; font-size: 30px; color: #1474a9; line-height: 1.6; text-align: right;}
.prodMobile > .c-con > .prodMob-about > p{width:100%; height: auto; line-height: 30px; font-size: 16px; color: #666; overflow: hidden; text-align: left;}
.prodMobile > .c-con > .prodMob-about > div{ width: 100%; padding-top: 3%; padding-bottom:3%; }
.prodMobile > .c-con > .prodMob-about > div > ul > li{ width: 32%; float: left; margin-right: 2%; }
.prodMobile > .c-con > .prodMob-about > div > ul > li:nth-of-type(3n){ margin-right:0; }
.prodMobile > .c-con > .prodMob-about > div > ul > li > h3,.prodMobile > .c-con > .prodMob-about > div > ul > li > p{ width: 100%; line-height: 1.6; font-size: 22px; color: #b50d23; font-weight: normal;}
.prodMobile > .c-con > .prodMob-about > div > ul > li > p{ font-size: 14px; color: #999; }
.prodMobile > .c-con > .prodMob-about > div > ul > li > h3 > span{ font-size: 14px; }


.prodIdea{ width: 100%; display: flex; flex-direction: row-reverse; flex-wrap: nowrap; justify-content: space-between; align-items: stretch; padding-top: 8%; padding-bottom:6%; }
.prodIdea > .prodIdea-img{ width: 35%; overflow: hidden; }
.prodIdea > .prodIdea-img img{ width: 100%; }
.prodIdea > .prodIdea-about{ width: 63%; display: flex; flex-direction: column; flex-wrap: nowrap; justify-content: space-around; align-items: flex-start; box-sizing: border-box; padding-top:3%; padding-bottom:3%; }
.prodIdea > .prodIdea-about > h3{width: 100%; font-size: 32px; color: #1474a9; line-height: 1.6;}
.prodIdea > .prodIdea-about > h3 > span{ font-weight: normal;}
.prodIdea > .prodIdea-about > div{ width: 100%; }
.prodIdea > .prodIdea-about > div > ul > li{ width:49%; float: left; }
.prodIdea > .prodIdea-about > div > ul > li:nth-of-type(2n){ float: right; }
.prodIdea > .prodIdea-about > div > ul > li > p{ width: 80px; overflow: hidden; }
.prodIdea > .prodIdea-about > div > ul > li > p img{ width: 100%; }
.prodIdea > .prodIdea-about > div > ul > li > h4,.prodIdea > .prodIdea-about > div > ul > li > h5{ width: 100%; line-height: 2; font-size: 20px; font-weight: normal;}
.prodIdea > .prodIdea-about > div > ul > li > h5{ line-height: 1.6; color: #999; font-size:16px }
.prodIdea > .prodIdea-about > p{width:100%; height: auto; line-height: 30px; font-size: 16px; color: #666; overflow: hidden;}


.eventList1{ width: 100%; }
.eventList1 > ul > li{ width: 30%; float: left; background-color: #f7f9f9; margin-top: 2%; margin-right:5%}
.eventList1 > ul > li:nth-of-type(3n){ float: right; margin-right:0px }
.eventList1 > ul > li > a{ display: block; width: 100%; box-sizing: border-box; padding:5%; border: 2px solid #d4d4d3;}
.eventList1 > ul > li > a > p{ width: 100%; overflow: hidden; }
.eventList1 > ul > li > a > p img{ width: 100%; }
.eventList1 > ul > li > a > div{ width: 100%; box-sizing: border-box; padding-top: 5%;  display: flex; flex-direction: row; flex-wrap: nowrap; justify-content: flex-start; align-items: center; }
.eventList1 > ul > li > a > div > p{ flex:1; font-size: 16px; line-height: 24px; box-sizing: border-box; height: auto; overflow: hidden; max-height: 48px; color: #999; text-align:center }


.posts{ width:100%; margin:50px auto}
.posts > h2.biaoti{ margin-bottom:10px; font-size:24px; font-weight:100; color:#007ab5; padding-left:50px; background-image:url(../images/xx.png); background-position:center left; background-repeat:no-repeat}
.posts > h2.biaoti1{ margin-bottom:10px; font-size:24px; font-weight:100; color:#007ab5; text-align:center}
.posts > div{ font-size:15px; line-height:33px; padding-top:25px;}
.posts > div > p{ margin-bottom:10px !important;}
.posts > div img{ margin:0 auto; max-width:1200px}


#video {
	max-width: 670px;
	 width:100%;
	height: 400px;
	margin: 0 auto;
	position: relative;
}

#video video {
	width: 100%;
	height: 100%;
	object-fit: fill;
}

.VideoBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	display: block;
	width: 70px;
	height: 70px;
	margin-left: -35px;
	margin-top: -35px;
	cursor: pointer;
	z-index: 10;
}


.pageNavi {
	PADDING-RIGHT: 0px; font-size:15px;PADDING-LEFT: 0px; PADDING-BOTTOM: 35px; MARGIN: 10px auto 0px; WIDTH: 100%; PADDING-TOP: 15px; TEXT-ALIGN: center; line-height:30px;
}

.wp-pagenavi select{ padding:3px; font-size:15px; border:#bfbfbf 1px solid}

.pageleft{ width:100%; height:30px; line-height:30px; overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;}

.wp-pagenavi {
	MARGIN: 0px auto; PADDING-TOP: 15px
}
.wp-pagenavi A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #333! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none! important
}
.wp-pagenavi A:link {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #333! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none! important
}
.wp-pagenavi A:visited {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #333! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none! important
}
.wp-pagenavi A:hover {
	FONT-WEIGHT: bold! important; COLOR: #0b3779! important; BACKGROUND-COLOR: #eee! important
}
.wp-pagenavi A:active {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 2px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 2px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi SPAN.pages {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #454545! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid
}
.wp-pagenavi SPAN.extend {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #454545! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #ccc 1px solid
}
.wp-pagenavi SPAN.current {
	BORDER-RIGHT: #aaa 1px solid; PADDING-RIGHT: 8px! important; BORDER-TOP: #aaa 1px solid; PADDING-LEFT: 8px! important; PADDING-BOTTOM: 4px! important; MARGIN: 2px; BORDER-LEFT: #aaa 1px solid; COLOR: #000! important; PADDING-TOP: 4px! important; BORDER-BOTTOM: #aaa 1px solid; BACKGROUND-COLOR: #eee! important
}
.wp-pagenavi {
	CLEAR: both
}

.wp-pagenavi A {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi SPAN {
	BORDER-RIGHT: #bfbfbf 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #bfbfbf 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 3px; MARGIN: 2px; BORDER-LEFT: #bfbfbf 1px solid; PADDING-TOP: 3px; BORDER-BOTTOM: #bfbfbf 1px solid; TEXT-DECORATION: none
}
.wp-pagenavi A:hover {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	BORDER-LEFT-COLOR: #000; BORDER-BOTTOM-COLOR: #000; BORDER-TOP-COLOR: #000; BORDER-RIGHT-COLOR: #000
}
.wp-pagenavi SPAN.current {
	FONT-WEIGHT: bold
}
