@import url(swiper.min.css);
*{ margin:0; padding: 0; outline: none; box-sizing: border-box; }
body{font-family:'microsoft yahei',Helvetica,sans-serif; background: #FFF; color: #666; font-size: 14px; min-width: 1280px;}

a{ color: #333; text-decoration:none}
a:hover{ color:#004eb3; }
ul{ list-style: none; }
i,em{ font-style: normal; }

.img-center{text-align:center;font-size:0}
.img-center img{display:inline-block;width:auto;height:auto;max-width:100%;max-height:100%;vertical-align:middle;transition:all 0.5s}
.img-cover{overflow:hidden;position:relative}
.img-cover span{display:block;width:100%;background:no-repeat center / cover;transition:all 0.5s;height:100%;position:absolute;left:0;top:0}

.clearfix{zoom:1}
.clearfix:before,.clearfix:after{display:table;line-height:0;content:""}
.clearfix:after{clear:both}

.container{margin:0 auto; width: 1280px;}

.header{ background: #FFF; }
.header .logo{float:left;font-size:0;height:80px;line-height:80px;text-align:left; padding-right: 38px; border-right:1px solid #e6e6e6; margin:20px 0; }
.header .slogn{ float: left; margin-left: 38px; width: 505px; padding-top: 52px; }
.header .nav{ font-size:0; line-height: 51px; background: #004eb3; }
.header .nav li{display:inline-block;vertical-align:middle; position: relative;}
.header .nav li a{display:block;font-size:20px;padding:0 41px; font-weight: bold; color: #FFF; }
.header .nav li.active>a,.header .nav li.open>a,.header .nav li>a:hover{  }
.header .nav li .nav-box{ display: none; position: absolute; top:100%; width: 100%; background: #333; z-index: 999; }
.header .nav li .nav-box p a{ color: #FFF; line-height: 40px; font-size: 14px;  padding: 0 15px; }
.header .nav li .nav-box p a:hover{ background: #004eb3; }
.header .text{ float: right; text-align: right; padding-top: 33px; }
.header .text .tel{ margin-bottom: 10px; }
.header .text .tel i{ display: inline-block;  margin-right: 8px;position: relative; top:4px; }
.header .text .tel strong{ display: inline-block;  font-size: 22px; color: #004eb3; font-weight: normal; }
.header .text .member{ color: #d4d4d4; }
.header .text .member a{ padding: 0 1px; }

.banner{ width: 100%; position: relative; padding-top: 55px; margin-bottom: 30px;}
.banner .bd li img {width: 100%;}
.banner .hd{ position: absolute;  right: 18px; bottom: 18px; }
.banner .hd li{ background:#FFF; width: 9px; height: 9px; margin:0 3px; float: right;}
.banner .hd li.on{ background: #004eb3; }
.banner .pic{ position: absolute; top:35px; left: 0; width: 100%; text-align: center; z-index: 99 }

.section-title{ display: flex; justify-content: space-between; align-items: center; border-bottom: 3px solid #e5e5e5; height: 40px; margin-bottom: 19px; }
.section-title span{ font-size: 18px; font-weight: bold; padding: 0 5px; color: #004eb3; position: relative; height: 30px; }
.section-title span::before{ position: absolute; left: 0; bottom: -7px; width: 100%; height: 3px; background: #004eb3; content: ''; }
.section-title a {font-size: 12px; }

.section-title2{ position: relative;  padding-left: 14px; margin-bottom: 20px; display: flex; justify-content: space-between; align-items: center;}
.section-title2:before{ position: absolute; left: 0; top:0; width: 5px; height: 21px; background: #004eb3; content: ''; }
.section-title2 span{ font-size: 18px; font-weight: bold; color: #333; }
.section-title2 a{ font-size: 12px; }

.sy-1{ margin-bottom: 35px; }
.sy-1 .left{ float: left; width: 343px; }
.sy-1 .left ul{ padding-top: 10px; margin: 0 0 0 -3px; }
.sy-1 .left li{ float: left; width:25%;  }
.sy-1 .left li a {display: block; border: 1px solid #e2e2e2; text-align: center; line-height: 50px; margin:0 0 5px 3px;}
.sy-1 .left li:last-child{ width: 50%; }
.sy-1 .left li:last-child a{ background: #ff1b25; color: #fffc00; font-weight: bold; }
.sy-1 .center{ float: left; width: 567px; margin-left: 30px; }
.sy-1 .center .top a{ display: block; overflow: hidden; margin-bottom: 15px; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8 }
.sy-1 .center .top .img-cover{ float: left; width: 172px; height: 131px; }
.sy-1 .center .top a:hover .img-cover span{ transform: scale(1.1); }
.sy-1 .center .top .text{ margin-left: 196px; }
.sy-1 .center .top .text h2{ font-size: 16px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-1 .center .top .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.sy-1 .center .top .text p span{ color: #004eb3; }
.sy-1 .center li{ display: flex; justify-content: space-between; align-items: center; height: 30px; }
.sy-1 .center li a{ flex:1; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.sy-1 .center li span{ width: 85px; }
.sy-1 .right{ float: right; width: 309px; }
.sy-1 .right .search{ margin-bottom: 30px; }
.sy-1 .right .search form{ width: 100%; height: 37px; display: flex; align-items: center; border: 2px solid #eaeaea; }
.sy-1 .right .search input{ flex:1; padding-left: 10px; border: none; background: none; }
.sy-1 .right .search button{ width: 50px; border: none; background: none; }
.sy-1 .right li a{ display: block; line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.sy-2{ display: flex; margin-bottom: 35px;  }
.sy-2 a{ flex:1; margin-right: 10px; }
.sy-2 a:last-child{ margin-right: 0; }

.sy-3{ display: flex; margin-bottom: 35px; }
.sy-3 .items{ flex:1; margin-right: 27px; }
.sy-3 .items .videos{ width: 100%; height: 257px; background: #000 }
.sy-3 .items .videos video{ width: 100%; height: 100%; }
.sy-3 .items .ewm{ background: #ececec; padding: 30px 17px; margin-top: 6px; display: flex; justify-content: center; align-items: center; }
.sy-3 .items .ewm li{ flex:1; text-align: center; }
.sy-3 .items .ewm li img{ width: 74px; height: 74px; }
.sy-3 .items:last-child{ margin-right: 0; }
.sy-3 .items:last-child ul{ padding-top: 10px; }
.sy-3 .items:last-child li a{ display: block; line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }

.sy-4{ margin-bottom: 35px;  }

.sy-5{ margin-bottom: 20px; display: flex; justify-content: space-between; }
.sy-5 .left{ flex:0 0 503px; height: 335px; margin-right: 17px; overflow: hidden;}
.sy-5 .focus .bd li img{ width: 100%; height: 335px; }
.sy-5 .right{ flex:1; }
.sy-5 .right ul{ display: flex; margin-bottom: 10px; }
.sy-5 .right .a1 li{ flex:0 0 187px; margin-right: 5px; }
.sy-5 .right .a1 li:last-child{margin-right: 0; }
.sy-5 .right .a2 li{ flex:0 0 186px; margin-right: 5px; }
.sy-5 .right .a2 li:last-child{ flex:0 0 376px;margin-right: 0; }


.sy-6{ display: flex; margin-bottom: 10px;  }
.sy-6 .hd{ font-size: 0; border-bottom: 3px solid #e5e5e5; margin-bottom: 19px; }
.sy-6 .hd li{ float: left; margin-right: 20px; }
.sy-6 .hd li a{ display: block; font-size: 18px; position: relative; font-weight: bold; padding: 0 10px; height: 40px; line-height: 37px; }
.sy-6 .hd li.on a{ color: #004eb3; }
.sy-6 .hd li a::before{ display: none; position: absolute; left: 0; bottom: -3px; z-index: 999;  width: 100%; height: 3px; background: #004eb3; content: ''; }
.sy-6 .hd li.on a::before{ display: block;  }
.sy-6 .more{ position: absolute; right: 0; top:10px; }
.sy-6 .left{ width: 504px; position: relative; }
.sy-6 .left .top a{ display: block; overflow: hidden; margin-bottom: 15px;}
.sy-6 .left .top .img-cover{ float: left; width: 139px; height: 111px; }
.sy-6 .left .top a:hover .img-cover span{ transform: scale(1.1); }
.sy-6 .left .top .text{ margin-left: 160px; }
.sy-6 .left .top .text h2{ font-size: 14px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-6 .left .top .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.sy-6 .left .top .text p span{ color: #004eb3; }
.sy-6 .left .bottom li{ display: flex; justify-content: space-between; align-items: center; height: 30px; }
.sy-6 .left .bottom li a{ flex:1; overflow:hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.sy-6 .left .bottom li span{ width: 85px; text-align: right; }
.sy-6 .right{ flex:1; display: flex; flex-wrap: wrap; }
.sy-6 .right .tabs{ position: relative; }
.sy-6 .right .items{ width: 386px; margin-left: 25px; margin-bottom: 20px; }
.sy-6 .right .items:nth-child(2n){ width: 338px; }
.sy-6 .right .new{ margin-top: -8px; }
.sy-6 .right .new li{ display: flex; justify-content: space-between; align-items: center; height: 30px; }
.sy-6 .right .new li a{ flex:1; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.sy-6 .right .new li span{ width: 85px; text-align: right; }
.sy-6 .right .bd{ position: relative; z-index: 999 }
.sy-6 .right .bd ul{ margin-top: -8px; }
.sy-6 .right .bd li{ display: flex; justify-content: space-between; align-items: center; height: 30px; }
.sy-6 .right .bd li a{ flex:1; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.sy-6 .right .bd li span{ width: 85px; text-align: right; }

.sy-7{ display: flex; margin-bottom: 35px;  }
.sy-7 a{ flex:1; margin-right: 8px; }
.sy-7 a:last-child{ margin-right: 0; }

.sy-8{ margin-bottom: 35px;  }
.sy-8 .content{ display: flex; }
.sy-8 .content .left{ flex:0 0 517px; }
.sy-8 .content .left a{ display: block; text-align: center;}
.sy-8 .content .left .img-cover{ padding-top: 55.5%;}
.sy-8 .content .left .text{ line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-8 .content .left a:hover .img-cover span{ transform: scale(1.1); }
.sy-8 .content .right { flex:1; }
.sy-8 .content .right li{ float: left; width: 33.333%; }
.sy-8 .content .right li a{ display: block;margin-left:18px; margin-bottom: 25px; }
.sy-8 .content .right li .img-cover{ padding-top: 49%;}
.sy-8 .content .right li .text{ line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-8 .content .right li a:hover .img-cover span{ transform: scale(1.1); }

.sy-9{display: flex; flex-wrap: wrap;}
.sy-9 .items{ flex:0 0 408px; margin-right: 27px; margin-bottom: 35px; }
.sy-9 .items:nth-child(3n){ margin-right: 0; }
.sy-9 .items .top a{ display: block; overflow: hidden; margin-bottom: 15px;}
.sy-9 .items .top .img-cover{ float: left; width: 139px; height: 111px; }
.sy-9 .items .top a:hover .img-cover span{ transform: scale(1.1); }
.sy-9 .items .top .text{ margin-left: 160px; }
.sy-9 .items .top .text h2{ font-size: 14px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-9 .items .top .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.sy-9 .items .top .text p span{ color: #004eb3; }
.sy-9 .items li a{ display: block; line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.sy-10{display: flex; margin-bottom: 35px;}
.sy-10 .items{ flex:1; margin-right: 24px; border: 1px solid #aec4e0; }
.sy-10 .items:last-child{ margin-right: 0; }
.sy-10 .tits{ display: flex; justify-content: center; align-items: center; height: 60px; background: url(../images/bg-menu1.jpg) repeat-x; border-bottom: 1px solid #aec4e0; font-size: 22px; color: #004eb3; }
.sy-10 .tits i{ margin-right: 13px; height: 100%; display: flex; align-items: center; }
.sy-10 ul{ padding:8px 0 8px 14px; }
.sy-10 li a{ line-height: 30px; display: block; padding-left: 15px; position: relative; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.sy-10 li a::before{ position: absolute; left: 0; top:12px; width: 5px; height: 5px; border-radius: 50%; background: #004eb3; content:''; }

.links{ margin-bottom: 35px; }
.links ul{ margin: 0 0 0 -7px; }
.links li{ float: left; width: 20%; }
.links li a{ display: block; text-align: center; margin:0 0 7px 7px; border: 2px solid #ececec; }

.mian{ margin-bottom: 35px; color: #333; }
.mian h2{ font-size: 16px; }

.footer{ background: #004eb3; color: #FFF; padding-top: 35px; }
.footer .address{ float: left; width: 315px; border-right: 1px solid rgba(255,255,255,0.1); }
.footer .address .tel{ font-size: 24px; margin-bottom: 10px; }
.footer .address .tel span{ display: block; font-weight: bold; font-size: 14px; margin-bottom: 10px; }
.footer .address .text{ margin-bottom: 40px; }
.footer .fnav{ float: left; }
.footer .fnav dl{ float: left; margin-left: 88px; }
.footer .fnav dl dt a{ display: block; font-size: 14px; margin-bottom: 10px; color: #FFF;}
.footer .fnav dl dd a{ display: block; font-size: 12px; color: #FFF; line-height: 30px; }
.footer .ewm{ float: right; width: ; padding-left: 76px; border-left: 1px solid rgba(255,255,255,0.1); }
.footer .ewm .tits{ margin-bottom: 19px; }

.copyright{ margin-top: 30px; padding: 15px; line-height: 25px; text-align: center; color: rgba(255,255,255,1); border-top: 1px solid rgba(255,255,255,0.1); }
.copyright a {margin-right: 10px; color: rgba(255,255,255,1);}

.banner-sub{ margin:30px auto 0; }
.crumbs{ margin-bottom: 30px; margin-top: 30px; }

.ct{ display: flex; justify-content: space-between; }
.ct-mn{ width: 948px; }
.ct-sd{ width: 300px; }

.list-1 li:first-child a{ padding-top: 0; }
.list-1 li a{ display: block; padding: 30px 0; border-bottom: 1px solid #f0f0f0; overflow: hidden; color: #666; }
.list-1 li .img-cover{ float: left; width: 180px; height: 125px; }
.list-1 li .text{ margin-left: 200px; padding-top: 7px; }
.list-1 li .text h2{ font-size: 16px; color: #333;  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-1 li .text p{ line-height: 25px; margin:10px 0;  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;  }
.list-1 li a:hover .text h2{ color: #004eb3; }
.list-1 li a:hover .img-cover span{ transform: scale(1.1); }

.pages{ font-size: 0; text-align: center; padding: 15px 0; }
.pages li{ display: inline-block; }
.pages li a{ display: block; line-height: 32px; border: 1px solid #bfbfbf; font-size: 14px; margin-right: 5px; padding: 0 10px; }
.pages li.active a{ background: #004eb3; color: #FFF; border-color: #004eb3; }

.paned-sd{ margin-bottom: 30px; }
.paned-sd .tits{ position: relative; font-size: 16px; font-weight: bold; padding-left: 14px; color: #333; margin-bottom: 20px;}
.paned-sd .tits:before{ position: absolute; left: 0; top:0; width: 5px; height: 21px; background: #004eb3; content: ''; }
.hot a{ display: block; position: relative; color: #FFF; margin-bottom: 15px;}
.hot .img-cover{ padding-top: 40%; ; }
.hot .text{ position: absolute; left: 0; bottom: 0; width: 100%; line-height: 30px; background: rgba(0,0,0,0.4); padding: 0 15px;  }
.hot a:hover .img-cover span{ transform: scale(1.1); }
.hotnews li a{ display: block; line-height: 30px; }

.info-content-title{margin-bottom:20px; text-align:center; border-bottom:1px solid #e5e5e5; padding-bottom: 25px;}
.info-content-title h1{font-size:24px; margin-bottom: 12px; color: #333;}
.info-content-title p{ color:#999; display: flex; justify-content: center; align-items: center;}
.info-content-title p span{padding:0 6px;}
.info-content-body{line-height:2;margin-bottom:20px;}
.info-content-body img{ max-width: 100%; }
.info-content-down{ padding: 30px 0; text-align: center; }
.info-content-down a{ display: inline-block; padding: 0 30px; line-height: 40px; border-radius: 20px; background: #004eb3; color: #FFF; }
.info-content-video video{max-width: 100%; }


.info-content-epx{ border-top: 1px solid #e5e5e5; padding-top: 33px; margin-bottom: 60px; }
.info-content-epx li{ float: left; position: relative; padding-left: 12px;  }
.info-content-epx li:last-child{ float: right; }
.info-content-epx li::before{ position: absolute; left:0; top:6px; width: 7px; height: 7px; border-radius: 50%; background: #cacaca; content:''}
.info-content-epx li a{ color: #004eb3; }

.list-fxdl1{ margin-bottom: 35px; }
.list-fxdl1 .left{ float: left; width: 343px; }
.list-fxdl1 .center{ float: left; width: 568px; margin-left: 25px; }
.list-fxdl1 .center .top a{ display: block; overflow: hidden; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 10px; }
.list-fxdl1 .center .top .img-cover{ float: left; width: 172px; height: 131px; }
.list-fxdl1 .center .top a:hover .img-cover span{ transform: scale(1.1); }
.list-fxdl1 .center .top  .text{ margin-left: 197px; }
.list-fxdl1 .center .top  .text h2{ font-size: 16px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-fxdl1 .center .top  .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.list-fxdl1 .center .top  .text p span{ color: #004eb3; }
.list-fxdl1 .center li{ display: flex; justify-content: space-between; align-items: center; height: 30px; }
.list-fxdl1 .center li a{ flex:1; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.list-fxdl1 .center li span{ width: 85px; }
.list-fxdl1 .right { float: right; width: 320px; }
.list-fxdl1 .right li a{ display: block; line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.list-fxdl2{ display: flex; margin-bottom: 35px; }
.list-fxdl2 a{ flex:1; margin-right: 9px; }
.list-fxdl2 a:last-child{ margin-right: 0; }

.list-fxdl3{ display: flex; margin-bottom: 35px;  }
.list-fxdl3 .items { flex:1; margin-right: 27px;}
.list-fxdl3 .items:last-child{ margin-right: 0; }
.list-fxdl3 .top a{ display: block; overflow: hidden; margin-bottom: 15px; }
.list-fxdl3 .top .img-cover{ float: left; width: 139px; height: 111px; }
.list-fxdl3 .top a:hover .img-cover span{ transform: scale(1.1); }
.list-fxdl3 .top .text{ margin-left: 160px; }
.list-fxdl3 .top .text h2{ font-size: 14px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-fxdl3 .top .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.list-fxdl3 .top .text p span{ color: #004eb3; }
.list-fxdl3 li a{ display: block; line-height: 30px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.list-ywly1{ margin:15px 0 35px -13px; }
.list-ywly1 li{ float: left; width: 11.111%; }
.list-ywly1 li a{ display: block; text-align: center; background: #f4f4f4; margin:0 0 10px 13px; padding: 20px 0 10px; }
.list-ywly1 li .icon{ display: flex; justify-content: center; align-items: center;  height: 30px; }
.list-ywly1 li .text{ margin-top: 8px; font-weight: bold; }

.list-ywly2{ margin-bottom: 35px; margin-top: 45px; }
.list-ywly2 .left{ float: left; width: 255px; }
.list-ywly2 .center{ float: left; width: 651px; margin-left: 28px; }
.list-ywly2 .center ul{ margin:8px 0 0 -8px; }
.list-ywly2 .center li{ float: left; width: 33.3333%; }
.list-ywly2 .center li a{ display: block; margin: 15px 0 0 8px; text-align: center; }
.list-ywly2 .center li .text{ font-size: 16px; font-weight: bold; line-height: 44px; margin-bottom: 10px;  }
.list-ywly2 .right{ float: right; width: 319px; }
.list-ywly2 .right .img-center{ margin-bottom: 12px; }
.list-ywly2 .right li a{ display: block; line-height: 32px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.list-ywly3{ display: flex; margin-bottom: 35px;  }
.list-ywly3 .items { flex:1; margin-right: 26px;}
.list-ywly3 .items:last-child{ margin-right: 0; }

.list-zxaj1{ margin-bottom: 35px; }
.list-zxaj1 .left{ float: left; width: 343px; }
.list-zxaj1 .center{ float: left; width: 567px; margin-left: 26px; }
.list-zxaj1 .center .top a{ display: block; overflow: hidden; overflow: hidden; padding-bottom: 20px; border-bottom: 1px solid #e8e8e8; margin-bottom: 10px; }
.list-zxaj1 .center .top .img-cover{ float: left; width: 139px; height: 111px; }
.list-zxaj1 .center .top a:hover .img-cover span{ transform: scale(1.1); }
.list-zxaj1 .center .top .text{ margin-left: 160px; }
.list-zxaj1 .center .top .text h2{ font-size: 14px; font-weight: normal; margin-bottom: 10px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical; }
.list-zxaj1 .center .top .text p{ color: #777; line-height: 25px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }
.list-zxaj1 .center .top .text p span{ color: #004eb3; }
.list-zxaj1 .center li{ display: flex; justify-content: space-between; align-items: center; height: 35px; }
.list-zxaj1 .center li a{ flex:1; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;   }
.list-zxaj1 .center li span{ width: 85px; }
.list-zxaj1 .right{ float: right; width: 319px; }
.list-zxaj1 .right li a{ display: block; line-height: 32px; overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;  }

.list-zxaj2{ margin-bottom: 35px; }

.list-yabk1{ margin-bottom: 35px; }
.list-yabk1 ul{ margin:0 0 0 -13px; }
.list-yabk1 li{ float: left; width: 25%; }
.list-yabk1 li a{ display: block; text-align: center; margin:0 0 0 13px; }

.list-yabk2{ margin-bottom: 35px; }
.list-yabk2 ul{ margin:0 0 0 -30px; }
.list-yabk2 li{ float: left; width: 25%; }
.list-yabk2 li a{ display: block; margin:0 0 0 30px; border: 1px solid #e0e0e0; }
.list-yabk2 li .img-cover{ padding-top: 65%; }
.list-yabk2 li .text{ padding: 12px; line-height: 22px; height: 66px; overflow: hidden; }

.ct2{ margin-bottom: 30px; }
.ct2-mn{ float: left; width: 962px; }
.ct2-sd{ float: right; width: 300px; border: 1px solid #e2e2e2; padding: 20px; }
.ct2-sd .img-center{ margin:20px 0; }
.ct2-sd h2{ font-size: 14px; line-height: 32px; }
.ct2-sd p{ display: flex; height: 25px; align-items: center; margin-bottom: 7px; }
.ct2-sd p span:first-child{ min-width: 45px; }
.ct2-sd p:last-child{ align-items: flex-start; }

.list-2 li{ border: 1px solid #e2e2e2; margin-bottom: 20px; padding: 20px;}
.list-2 li .tits{ margin-bottom: 15px; font-size: 18px; font-weight: bold; color: #004eb3; display: flex; height: 32px; align-items: center; }
.list-2 li .tits span{ width: 32px; line-height: 32px; background: #004eb3; color: #FFF; font-size: 14px; color: #FFF; text-align: center; margin-right: 16px;}
.list-2 li .content{ display: flex; }
.list-2 li .content .img-center{ margin-right: 30px; }
.list-2 li .content .text{  font-size: 16px; }
.list-2 li .content .text p{ position: relative; padding-left: 15px; line-height: 32px; }
.list-2 li .content .text p::before{ position: absolute; left: 0; top:13px; width: 6px; height: 6px; background: #dfdfdf; content:''; }

.list-liucheng1{ margin-bottom: 60px; }
.list-liucheng1 .hd{ font-size: 0; border-bottom: 3px solid #e5e5e5; }
.list-liucheng1 .hd li{ display: inline-block; margin-right: 20px; }
.list-liucheng1 .hd li a{ display: block; font-size: 18px; position: relative; font-weight: bold; padding: 0 10px; height: 35px; }
.list-liucheng1 .hd li.on a::before{ position: absolute; left: 0; bottom: -3px; width: 100%; height: 3px; background: #004eb3; content: ''; }

.list-liucheng1 .bd .content li{ float: left; width: 25%; }
.list-liucheng1 .bd .content li a{ display: block; text-align: center;  font-size: 16px; font-weight: bold; color: #333; padding: 0 80px; margin-top: 60px; position: relative; }
.list-liucheng1 .bd .content li a::before{ position:absolute; right: -10px; top:45%; width: 26px; height: 27px; background: url(../images/icon-liucheng9.png) no-repeat; content:''; }
.list-liucheng1 .bd .content li:nth-child(4n) a::before{ display: none; }
.list-liucheng1 .bd .content li .text{ margin-top: 40px; }

.list-liucheng2{ display: flex; margin-bottom: 35px; }
.list-liucheng2 .items{ flex:1; margin-right: 21px; }
.list-liucheng2 .items:last-child{ margin-right: 0; }
.list-liucheng2 .content{ display: flex; }
.list-liucheng2 .content .img-center{ margin-right: 30px; }
.list-liucheng2 .content .text p{ line-height: 30px; }

.ct3{ display: flex; margin-bottom: 35px; }
.ct3-sd{ width: 213px; border-right: 1px solid #e8e8e8; margin-right: 22px; }
.ct3-sd .tits{ line-height: 40px; color: #FFF; font-weight: bold; padding-left: 49px; background:#004eb3 url(../images/icon-sanjiao.png) no-repeat 30px center; }
.ct3-sd ul{ padding: 15px 0; }
.ct3-sd li a{ display: block; line-height: 35px; padding-left: 47px; }
.ct3-mn{ flex:1; }

.ct4{  margin-bottom: 35px; }
.ct4-sd{ float: left; width: 248px; }
.ct4-sd .tits{ background: url(../images/lanmu-bg1.jpg) no-repeat center; line-height: 57px; font-size: 22px; padding-left: 42px; color: #FFF; margin-bottom: 11px; }
.ct4-sd ul{ border: 1px solid #eee; border-bottom: 4px solid #004eb3; }
.ct4-sd li a{ display: block; line-height: 50px; border-bottom: 1px solid #eee; padding-left: 42px; font-size: 16px; }
.ct4-sd li.active a{ color: #004eb3; }
.ct4-mn{ margin-left: 281px; }
.ct4-mn .content{ padding: 15px; background: #FFF; box-shadow:0 5px 10px rgba(0,0,0,0.1);  }

.list-3 li{ display: flex; height: 66px; border-bottom: 1px dashed #e1e1e1; align-items: center; justify-content: space-between; }
.list-3 li a{ font-size: 16px; }
.list-3 li span{ color: #666; }

.list-4 { display: flex; flex-wrap: wrap;  }
.list-4 li{ flex:0 0 32%; margin-right: 2%; margin-bottom: 2%; background: #FFF; box-shadow: 0 0 10px rgba(0,0,0,0.1)}
.list-4 li:nth-child(3n){ margin-right: 0; }
.list-4 li .video-btns{ display: block; position: relative; }
.list-4 li .img-cover{ padding-top: 67%; }
.list-4 li .btns{ position: absolute; left: 0; top:0; width: 100%; height: 100%; display: flex; justify-content: center; align-items: center; }
.list-4 li .text{ padding: 18px; }
.list-4 li .text h2{ font-size: 18px; font-weight: normal;margin-bottom: 10px;}
.list-4 li .text p{ color: #666; }
.list-4 li .text p span{ display: inline-block; margin-right: 30px; padding-left: 24px; background: url(../images/icon-clock.png) no-repeat left center; }
.list-4 li .text p span:last-child{  background-image: url(../images/icon-key.png); }

.video-bg{ display: none; background: rgba(0,0,0,0.5); position: fixed; left: 0; top:0; width: 100%; height: 100%; z-index: 99; }
.video{ display: none; position:fixed; left: 50%; top:50%; transform: translate(-50%,-50%); width: 800px;  z-index: 100; text-align: center; }
.video video{ object-fit: fill; display: inline-block; vertical-align: baseline;}
.video .close{ position: absolute; right: -10px; top:-10px; cursor: pointer;  z-index: 101;}

.list-5 li{ box-shadow: 0 5px 15px rgba(0,0,0,0.1); background: #FFF; margin-bottom: 15px; padding: 23px; overflow: hidden;}
.list-5 li .img-center{ float: left; width: 143px; }
.list-5 li .text{ margin-left: 165px; }
.list-5 li .text h2{ display: flex; align-items: center; font-size: 20px; font-weight: normal; margin-bottom: 15px; }
.list-5 li .text h2 i{ margin-right: 12px; }
.list-5 li .text p{ line-height: 25px; color: #666; }
.list-5 li .text .download{ display: flex; justify-content: space-between; align-items: center; margin-top: 35px; color: #666; }
.list-5 li .text .download p span{ padding: 0 15px; }
.list-5 li .text .download p span:first-child{ padding-left: 0; }
.list-5 li .text .download a{ width: 89px; line-height: 30px; text-align: center; border-radius:15px; background: #004eb3; color: #FFF; }

.bg-member{ background: url(../images/bg-member.jpg) no-repeat center; height: 693px; }
.bg-member .container{ display: flex; justify-content: flex-end; align-items: center; height: 100%; }
.zhuce{ width: 411px; background: #FFF; padding: 20px 20px 40px;  }
.zhuce .tits{ border-bottom: 2px solid #e3e3e3; text-align: center; line-height: 35px; font-size: 18px; color: #2363e3; font-weight: bold; margin-bottom: 39px; position: relative; }
.zhuce .tits::before{ position: absolute; left: 50%; bottom: -2px; margin-left: -71px; width: 143px; height: 2px; background: #2363e3; content:''; }
.zhuce form{ padding: 0 25px; }
.zhuce .label{ height: 37px; display: flex; align-items: center; margin-bottom: 25px; }
.zhuce .label input{ flex:1; height: 100%; border:none; background: none; padding-left: 12px; font-size: 14px; border-radius: 5px; border: 1px solid #ccc; }
.zhuce .label i{ margin-left: 14px; }
.zhuce .label span img{ height: 35px; }
.zhuce .label2{ display: flex; align-items: center; }
.zhuce .label2 button{cursor: pointer; width: 142px; height: 43px; background: #2463e4; color: #FFF; font-size: 16px; border: none; }
.zhuce .label2 p span{ padding: 0 10px; color: #666; }
.zhuce .label2 p a{ color: #198eee; }
.zhuce .label3{ height: 42px; display: flex; align-items: center; border-radius: 5px; border: 1px solid #ccc; margin-bottom: 25px; }
.zhuce .label3 input{ flex:1; height: 100%; border:none; background: none; padding-left: 12px; font-size: 14px; }
.zhuce .label3 i{ margin-left: 14px; }
.zhuce .label4{ display: flex; align-items: center; width: 100%;margin-bottom: 15px; }
.zhuce .label4 button{ cursor: pointer; flex:1; background: #2363e3; height: 40px; color: #FFF; font-size: 18px; border: none; display: flex; align-items: center; justify-content: center; }
.zhuce .label4 button i{ margin-left: 15px; height: 20px;}
.zhuce .label5{ display: flex; align-items: center; justify-content: space-between; }
.zhuce .label5 a{ color: #2363e3; }

.section-title3{ text-align: center; margin-bottom: 40px; }
.section-title3 strong{ font-size: 28px; color: #004eb3; }
.section-title3 p{ display: flex; align-items: center; justify-content: center; margin-top: 9px; }
.section-title3 p i{display: flex; align-items: center;}
.section-title3 p span{ padding: 0 15px; }

.list-fxdl-add1{ padding-top: 45px; }
.list-fxdl-add1-con{ display: flex; }
.list-fxdl-add1-con .img-center{ flex:0 0 582px;margin-right: 16px; }
.list-fxdl-add1-con .text{ flex:1; border: 1px solid #e5edf7; background-image: linear-gradient(#f2f8ff,#FFF); padding: 75px 45px; position: relative; color: #333; }
.list-fxdl-add1-con .text:before{ position: absolute; top:40px; left: 30px; width: 24px; height: 21px; background: url(../images/icon-yinhao1.png) no-repeat; content: ''; }
.list-fxdl-add1-con .text:after{ position: absolute; bottom:40px; right: 30px; width: 24px; height: 21px; background: url(../images/icon-yinhao2.png) no-repeat; content: ''; }
.list-fxdl-add1-con .text p{ text-indent: 40px; font-size: 18px; line-height: 35px; }
.list-fxdl-add1-con .text p strong{ color: #333; }

.list-fxdl-add2{ padding: 45px 0 0; }
.list-fxdl-add2 .content{ margin-bottom: 40px; color: #333; }
.list-fxdl-add2 .content h2{ font-weight: normal; font-size: 20px; margin-bottom: 25px;  }
.list-fxdl-add2 .content h3{ font-size: 18px; position: relative; z-index: 10; width: 240px; line-height: 56px; color: #FFF; background: #004eb3; text-align: center; }
.list-fxdl-add2 .content .text{ position: relative; margin-top: -25px; z-index: 9;  border: 1px solid #e5edf7; background-image: linear-gradient(#f2f8ff,#FFF); padding: 50px 30px 10px; }
.list-fxdl-add2 .content .text p{ line-height: 35px; font-size: 18px; text-indent: 36px;  }
.list-fxdl-add2 .content .text .txt{ margin-top: 15px; margin-bottom: 25px;  font-size: 16px; font-weight: bold; color: #397ed4; padding: 15px 20px; line-height: 35px; border-radius: 10px; border:1px dashed #c1d6f1; text-indent: 30px; box-shadow: 3px 5px 0 #dae9fb;  }

.list-yw-add1{ padding-top: 45px; color: #333; }

.list-yw-add2{ padding-top: 45px; }
.list-yw-add2 .content{ width: 1261px; padding: 30px 30px 20px 30px; color: #333; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; margin-bottom: 45px; position: relative; margin-left: 12px; }
.list-yw-add2 .content:before{ position: absolute; left:-12px; top:-12px; width: 24px; height: 24px; background: #004eb3; content: ''; }
.list-yw-add2 .content h2{ font-size: 18px; color: #004eb3; line-height: 35px; }
.list-yw-add2 .content p{ font-size: 18px; line-height: 35px; text-indent: 36px; }
.list-yw-add2 .content p u{ font-size: 16px; font-style: italic; }

.list-yw-add3{ padding-top: 45px; color: #333; }
.list-yw-add3 .content{ width: 1261px; padding: 30px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; }
.list-yw-add3 .content .text{  position: relative; margin-bottom: 25px; display: flex; }
.list-yw-add3 .content .text i{ flex:0 0 42px; margin-right: 20px; font-size: 20px; font-style: italic; height: 38px; color: #FFF; background: url(../images/icon-yw-bg.png) no-repeat center; display: flex; justify-content: center; align-items: center; }
.list-yw-add3 .content p{ text-indent: 36px; font-size: 18px; line-height: 35px;  }
.list-yw-add3 .content h2{ font-size: 18px; color: #004eb3; margin:40px 0; }

.list-yw-add4{ display: flex; justify-content: space-between; align-items: center; margin-bottom: 15px;}
.list-yw-add4 li{ flex:0 0 562px; margin-right: 15px; }
.list-yw-add4 li img{ width: 100%; }
.list-yw-add4 li:last-child{flex:0 0 703px; margin-right: 0; }

.list-zx-add1{ padding-top: 45px; color: #333; }
.list-zx-add1-con{ display: flex; }
.list-zx-add1-con .img-center{ flex:0 0 565px;margin-right: 34px; }
.list-zx-add1-con .text{ flex:1; border: 1px solid #e5edf7; background-image: linear-gradient(#f2f8ff,#FFF); padding: 40px 30px; position: relative; }

.list-zx-add1-con .text h2{ font-size: 20px; color: #333; margin-bottom: 10px; }
.list-zx-add1-con .text p{ font-size: 18px; line-height: 30px; }
.list-zx-add1-con .text .pic{ margin-top: 20px; }

.list-zx-add1{ padding: 45px 0; }
.list-zx-add2 .content{ padding: 45px 20px; border:1px solid #e5edf7; color: #333; }
.list-zx-add2 .content h2{ background: url(../images/icon-zx-bg1.png) no-repeat left center; height: 50px; line-height: 43px; font-size:20px; font-weight: normal; color: #FFF; padding-left: 45px; margin-bottom: 10px; }
.list-zx-add2 .content h3{ background: url(../images/icon-zx-bg2.png) no-repeat left center; height: 50px; line-height: 43px; font-size:20px; font-weight: normal; color: #FFF; padding-left: 45px;margin-bottom: 10px;  }
.list-zx-add2 .content .text{ font-size: 18px; line-height: 35px; padding-left: 60px; margin-bottom: 20px;}

.list-ya-add1{ padding-top: 45px; color: #333; }
.list-ya-add1 .content{ padding: 35px 20px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; }
.list-ya-add1 .content .text{ display: flex; border-bottom: 1px dashed #bfd3ec; padding: 25px 0;  }
.list-ya-add1 .content .text:last-child{ border-bottom: 0; }
.list-ya-add1 .content .text i{ flex:0 0 42px; margin-right: 20px; font-size: 20px; font-style: italic; height: 38px; color: #FFF; background: url(../images/icon-yw-bg.png) no-repeat center; display: flex; justify-content: center; align-items: center; }
.list-ya-add1 .content p{ text-indent: 36px; font-size: 18px; line-height: 35px;  }
.list-ya-add1 .content .txt{ font-size: 18px; line-height: 35px;  }
.list-ya-add1 .content h2{ font-size: 20px; color: #004eb3; text-align: center;}
.list-ya-add1 .content h3{ font-size: 18px; color: #004eb3; margin:20px 0; }
.list-ya-add1 .content li{ margin-bottom: 15px; }
.list-ya-add1 .content li span{ line-height: 42px; display: inline-block; padding: 0 25px; background: #e1efff; border-radius: 21px; font-size: 18px; color: #548dd4; font-weight: bold; }

.list-ya-adv{ margin:40px 0; }

.list-ya-add2 .content{ padding: 35px 20px; border:1px solid #e5edf7; padding: 40px 45px; box-shadow: 7px 10px 0 #f2f6fb;  color: #333; }
.list-ya-add2 .content p{ font-size: 18px; padding: 15px 0; line-height: 35px; border-bottom: 1px dashed #bfd3ec; text-indent: 36px; }
.list-ya-add2 .content p:last-child{ border-bottom: none; }
.list-ya-add2 .content p strong{ color: #004eb3; }

.list-ya-add3{ margin-bottom: 40px; color: #333; }
.list-ya-add3 .content{ padding: 35px 20px; padding: 40px 45px; border:1px solid #e5edf7;  box-shadow: 7px 10px 0 #f2f6fb;  }
.list-ya-add3 .content h2{ font-size: 20px; color: #FFF; background: url(../images/icon-ya-bg.png) no-repeat; height: 40px; line-height: 30px; padding-left: 20px; margin-top: 10px; }
.list-ya-add3 .content p{ font-size: 18px; padding: 15px 0; line-height: 35px;  text-indent: 36px; }

.list-ya-btns{ width: 575px; height: 132px; background:url(../images/icon-menu1.png) no-repeat center; font-size: 20px; font-weight: bold; text-align: center; margin:35px auto 40px; border-radius: 29px; }
.list-ya-btns a{ display: flex; align-items: center; justify-content: center; height: 100%; color: #FFF;  }

.list-aj-add1{ padding-top: 45px; }
.list-aj-add1 .content{ padding: 50px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; color: #333  }
.list-aj-add1 .content h2{ width: 795px; line-height: 48px; background-image: linear-gradient(to right,#e9f3ff,#FFF); border-radius: 24px; font-size: 18px; color: #0d4a93;padding-left: 30px; margin-bottom: 13px; }
.list-aj-add1 .content .text{ text-align: center; font-size: 18px; margin:15px 0 30px; }
.list-aj-add1 .content .text p strong{ color: #ff0000;}

.list-aj-add2{ padding-top: 45px; }
.list-aj-add2 .content{ padding: 50px 50px 20px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; color: #333 }
.list-aj-add2 .content .text{ width: 1090px; height: 48px; background-image: linear-gradient(to right,#e9f3ff,#FFF); border-radius: 24px; font-size: 18px; margin-bottom: 20px; display: flex; align-items: center; padding: 0 9px;}
.list-aj-add2 .content .text i{ flex:0 0 36px; height: 36px; border-radius: 50%; display: flex; justify-content: center; align-items: center; font-size: 18px; font-weight: bold; color: #FFF; background-image: linear-gradient(to right,#537db0,#598fd3); margin-right: 23px; }
.list-aj-add2 .content2{ padding: 50px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; }
.list-aj-add2 .content2 .download{ display: flex; align-items: center; justify-content: center; }
.list-aj-add2 .content2 .download a{ display: flex; align-items: center; justify-content: center; font-size: 16px; color: #ff2626; }
.list-aj-add2 .content2 .download u{ margin-left: 15px; font-weight: bold; }

.list-aj-add3{ padding-top: 45px; }
.list-aj-add3 .content{ padding: 50px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; color: #333  }
.list-aj-add3 .content p{ font-size: 18px; line-height: 35px; text-align: center; }

.list-aj-add4{ padding-top: 45px; }
.list-aj-add4 .content{ padding: 50px; border:1px solid #e5edf7; box-shadow: 7px 10px 0 #f2f6fb; background: #FFF; margin-bottom: 45px; }
.list-aj-add4 .content li a{ display: block; font-size: 18px; line-height: 38px; }
.list-aj-add4 .content .btns{ margin-top: 45px; text-align: center; }
.list-aj-add4 .content .btns a{ display: inline-block; font-size: 18px; color: #FFF; padding: 0 60px ; line-height: 46px; border-radius: 23px; background: #004eb3; }
.list-aj-add4 .content .text{ text-align: center; margin-top: 8px; }

.minshang li{ float: left; width: 16.6666%; }
.minshang li a{ display: block; text-align: center; line-height: 60px; border:1px solid #ddd; margin:-1px 0 0 -1px; }