﻿*{border:0; margin:0; padding:0; outline:0; box-sizing:border-box;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,input,fieldset,legend,button,textarea,div,img{border:0 none; margin:0; padding:0; box-sizing:border-box; outline:0;}
body,textarea,input,button,select,keygen,legend{font-size: 14px;color:#333;outline:0;font-family:Arial, sans-serif;}
html{font-size:calc(100vw / 19.2);}
body{overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
em{font-style:normal;}
ul,li,ol{list-style:none;}
/** 重置超链接元素 **/
a{text-decoration:none;color:#333;}
a:hover{color:#0580d5;}
/** 重置表格元素 **/
table{border-collapse:collapse;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}
.pdt80{padding-top: 80px;padding-bottom: 80px;}
.w1280{width:1320px;max-width: 95%;margin:auto;}
.w1200{width:1200px;max-width: 95%;margin:auto;}

.top_bg{position: fixed;left: 0;top: 0;right: 0;z-index: 9;height: 80px;-webkit-transition:0.5s;transition:0.5s;border-bottom: 1px solid rgba(0, 0, 0, 0);}
.top_h{display: flex;align-items: center;justify-content: space-between;}
.top_h .logo{}
.top_h .logo img{display: block;height:80px;padding: 10px 0;}
.top_h .logo img.hs{display: none;}
.dhan2{display: none;}
.sjdh2{display: none;}
.dh{display: block;}
.dh ul{display: flex;}
.dh ul li{}
.dh ul li p a{display:block;line-height:80px;font-size:16px;position:relative;color:#fff;padding:0 30px;}
.dh ul li p a:after{content: "";position: absolute;left: 30px;right: 30px;bottom: 0px;height: 3px;background: #0580d5;-webkit-transform: scale(0, 1);transform: scale(0, 1);opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li:hover p a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);opacity: 1;}
.dh ul li.on p a{color:#0580d5;}
.dh ul li:hover p a{color:#0580d5;}
.dh ul li.cp .dh_fl{position: absolute;left: 0;top: 80px;width:100%;display: none;background: #fff;padding: 40px 0 10px;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);}
.dh ul li.cp .dh_fl ul{width: 1200px;max-width: 95%;margin: auto;display: flex;flex-wrap: wrap;}
.dh ul li.cp .dh_fl ul li{position: relative;width:22%;margin: 0 4% 4% 0;}
.dh ul li.cp .dh_fl ul li:nth-child(4n){margin-right: 0;}
.dh ul li.cp .dh_fl ul li a{display: block;}
.dh ul li.cp .dh_fl ul li a span{display: block;font-size: 16px;line-height: 24px;color: #333;padding: 0px 0 10px;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;border-bottom: 1px solid #eee;}
.dh ul li.cp .dh_fl ul li a span:hover{color: #0580d5;}
.dh ul li.cp .dh_fl ul li .dh_fl{position: relative;top: 0px;display: block;padding:10px 0 0;box-shadow: 0 0 0 rgba(0, 0, 0, 0);}
.dh ul li.cp .dh_fl ul li .dh_fl ul{width: 100%;max-width: 100%;display: block;}
.dh ul li.cp .dh_fl ul li .dh_fl ul li{width: 100%;margin: 0;}
.dh ul li.cp .dh_fl ul li .dh_fl ul li a{display: block;font-size: 14px;line-height: 30px;color: #333;-webkit-transition:0.5s;transition:0.5s;position: relative;}
.dh ul li.cp .dh_fl ul li .dh_fl ul li a:before{content:"\e600";font-family: "iconfont" !important;font-size: 13px;color: #0580d5;padding-right: 5px;}
.dh ul li.cp .dh_fl ul li .dh_fl ul li a:hover{color: #0580d5;}
.dh ul li.pt{position: relative;}
.dh ul li.pt .dh_fl{position: absolute;left: 50%;margin-left: -110px;top: 80px;width:220px;display: none;background: #fff;padding: 15px 0;box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);}
.dh ul li.pt .dh_fl ul{display: block;}
.dh ul li.pt .dh_fl ul li{}
.dh ul li.pt .dh_fl ul li a{display: block;font-size: 14px;line-height: 24px;padding: 5px 20px;color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;position: relative;}
.dh ul li.pt .dh_fl ul li:hover a{color: #0580d5;}

.top_ssyy{display: flex;align-items: center;align-content: center;}
.top_yy{display: flex;align-items: center;position:relative;align-content: center;height: 80px;}
.top_yy>a{font-size: 14px;line-height: 30px;color: #fff;background: #0580d5;padding: 0 15px;border-radius: 15px;display: flex;align-items: center;justify-content: center;align-content: center;}
.top_yy>a i{font-size: 14px;padding-left: 5px;}
.top_yy_xl{position: absolute;top:80px;left: 50%;width: 180px;margin-left: -90px;padding: 10px;display: none;}
.top_yy_xl ul{background: #fff;border-radius: 5px;overflow: hidden;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
.top_yy_xl ul li a{display: flex;align-content: center;align-items: center;font-size: 14px;line-height: 2;color: #000;text-align: center;padding: 10px 20px;border-bottom: 1px solid #eee;-webkit-transition:0.5s;transition:0.5s;}
.top_yy_xl ul li a img{height:30px;border-radius:50%;margin-right:8px;}
.top_yy_xl ul li a:hover{color: #0580d5;}
.top_ss{margin-right: 20px;}
.top_ss a{display: flex;align-items: center;justify-content:center;align-content: center;width: 36px;font-size: 22px;height: 36px;color: #fff;-webkit-transition:0.5s;transition:0.5s;}

.top_bg.on{background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_bg.on .top_h .logo img.bs{display: none;}
.top_bg.on .top_h .logo img.hs{display: block;}
.top_bg.on .dh ul li p a{color: #333;}
.top_bg.on .dh ul li.on p a{color:#0580d5;}
.top_bg.on .dh ul li:hover p a{color:#0580d5;}
.top_bg.on .top_ss a{color: #0580d5;}

.top_bg.on2{background: #fff;border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.top_bg.on2 .top_h .logo img.bs{display: none;}
.top_bg.on2 .top_h .logo img.hs{display: block;}
.top_bg.on2 .dh ul li p a{color: #333;}
.top_bg.on2 .dh ul li.on p a{color:#0580d5;}
.top_bg.on2 .dh ul li:hover p a{color:#0580d5;}
.top_bg.on2 .top_ss a{color: #0580d5;}

.yuyan_bg{position: fixed;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.5);z-index: 10;overflow: hidden;display: none;}
.yuyan{position: fixed;top: 0;right: -100%;bottom: 0;width: 20%;background: #fff;padding: 60px 60px;-webkit-transition:0.5s;transition:0.5s;}
.yuyan .ml1{font-size: 18px;line-height: 24px;color: #0580d5;display: flex;align-items: center;cursor: pointer;}
.yuyan .ml1 .yuyan_gb{font-size: 16px;padding-right: 10px;color: #0580d5;}
.yuyan .ml2{font-size: 14px;line-height: 24px;color: #333;margin-top: 20px;}
.yuyan .ml3{margin-top: 10px;}
.yuyan .ml3 a{display: flex;align-items: center;justify-content: space-between;font-size: 14px;line-height: 36px;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.yuyan .ml3 a i{font-size: 20px;}
.yuyan .ml3 a:hover{color: #0580d5;}
.yuyan_bg.on .yuyan{right: 0;}

.top_ss_xl{position: fixed;left: 0;top: 0;right: 0;z-index: 10;bottom: 0;background: #fff;display: none;}
.top_ss_xl .top_ss_bg{width: 800px;max-width: 95%;margin: auto;}
.top_ss_logo{display: flex;align-items: center;justify-content: center;}
.top_ss_logo a{}
.top_ss_logo img{display: block;height: 80px;padding: 10px 0;}
.top_ss_xl form{display: block;position: relative;padding: 0 40px 0 50px;border-bottom: 1px solid #333;margin-top: 20px;}
.top_ss_xl form input{display: block;width: 100%; font-size: 14px;line-height: 60px;color: #333;height: 60px;}
.top_ss_xl form a{position: absolute;left: 0;top: 0;font-size: 22px;line-height: 60px;color: #333;text-align: center;}
.top_ss_xl form .top_ss_gb{position: absolute;right: 0;top: 0;width: 30px;font-size: 18px;line-height: 60px;color: #333;text-align: center;cursor: pointer;}

.banner{width:100%;overflow:hidden;position:relative;}
.banner ul li{overflow:hidden;position:relative;}
.banner ul li a{display: block;height: 100vh;}
.banner ul li img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li video{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bandd{position:absolute; left:0; bottom:25px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.bandd span{z-index:2;cursor:pointer;margin:0 8px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(255, 255, 255, 0.5);opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#fff;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #fff;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.bandd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.banz,.bany{position:absolute; top:50%; width:50px; height:50px;margin-top: -25px; opacity:0;-webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: #fff;background: rgba(0, 0, 0, 0.1);border-radius: 50%;}
.banz{left:5%;}
.bany{right:5%;}
.banner:hover .banz,.banner:hover .bany{opacity:1;}

.sy_bt{text-align: center;}
.sy_bt .ml1{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;}
.sy_bt .ml2{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.sy_bt .ml3{display: flex;margin-top: 10px;justify-content: center;}
.sy_bt .ml3 a{font-size: 14px;line-height: 30px;color: #0580d5;-webkit-transition:0.5s;transition:0.5s;}
.sy_bt .ml3 a:hover{text-decoration: underline;}
.sy_bt2{font-size: 24px;line-height: 24px;color: #333;font-weight: bold;}

.more_an{font-size: 14px;line-height:36px;color: #fff;background: #0580d5;padding: 0 20px;-webkit-transition:0.5s;transition:0.5s;display: flex;align-items: center;justify-content: center;overflow: hidden;position: relative;}
.more_an .more_an_wz{position: relative;z-index: 2;}
.more_an i{font-size: 14px;padding-left: 5px;position: relative;z-index: 2;}
.more_an:after{content: "";position: absolute;left: 0;top: 0;bottom: 0;width: 0;background: #e93e00;-webkit-transition:0.5s;transition:0.5s;}
.more_an:hover:after{width: 100%;}
.more_an:hover{color: #fff;}

.sy_cp_bg{background:#f5f7f9 url('../img/sy_cp_bg2.jpg') center center / cover no-repeat;overflow: hidden;position: relative;}
.sy_cp{padding-top: 30px;}
.sy_cp .lb_bg{position: relative;}
.sy_cp .lb_bg .lb{padding: 10px 10px 18px;}
.sy_cp .lb_bg .lb ul li{background: #fff;-webkit-transition:transform 0.5s;transition:transform 0.5s;}
.sy_cp .lb_bg .lb ul li .img{overflow: hidden;}
.sy_cp .lb_bg .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp .lb_bg .lb ul li .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_cp .lb_bg .lb ul li .txt{position: relative;padding-bottom: 30px;}
.sy_cp .lb_bg .lb ul li .txt .ml1{font-size: 14px;line-height: 24px;color: #333;text-align: center;}
.sy_cp .lb_bg .lb ul li .txt .ml2{position: absolute;left: 0;right: 0;bottom: -18px; display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp .lb_bg .lb ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);}

.sy_gy_bg{position: relative;}
.sy_gy{}
.sy_gy .img{width: 50%;width: calc(50% - 10px);position: absolute;right: 0;top: 0px;bottom: 0;overflow: hidden;}
.sy_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_gy .img:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_gy .txt{width: 48%;}
.sy_gy .txt .ml1{text-align: left;}
.sy_gy .txt .ml2{font-size: 14px;line-height: 30px;color: #333;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;}
.sy_gy .txt .ml3{margin-top: 30px;background: #f6f6f6;padding: 30px 20px;}
.sy_gy .txt .ml3 ul{display: flex;justify-content: space-between;}
.sy_gy .txt .ml3 ul li{}
.sy_gy .txt .ml3 ul li .m1{font-size: 14px;line-height: 42px;height: 42px;color: #0580d5;display: flex;align-items: baseline;justify-content: center;}
.sy_gy .txt .ml3 ul li .m1 sub{font-size: 14px;}
.sy_gy .txt .ml3 ul li .m1 span{font-size: 42px;font-weight: bold;}
.sy_gy .txt .ml3 ul li .m2{font-size: 14px;line-height: 24px;color: #333;text-align: center;padding-top: 10px;}
.sy_gy .txt .ml4{display: flex;align-items: center;margin-top: 30px;}

.sy_yy_bg{}
.sy_yy{}
.sy_yy ul{}
.sy_yy ul li{overflow: hidden;position: relative;}
.sy_yy ul li .img{overflow: hidden;height: calc( 100vh - 80px );}
.sy_yy ul li .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_yy ul li .txt{position: absolute;inset: 0;color: #fff;/*background: rgba(0, 0, 0, 0.5);*/text-align: center;display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li .txt2{width: 100%;}
.sy_yy ul li .txt .ml1{font-size: 66px;line-height: 66px;}
.sy_yy ul li .txt .ml2{font-size: 18px;line-height: 24px;margin-top: 20px;}
.sy_yy ul li .txt .ml3{font-size: 14px;line-height: 24px;margin-top: 10px;display: none;}
.sy_yy ul li .txt .ml4{display: flex;align-items: center;justify-content: center;margin-top: -60px;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.sy_yy ul li:hover .txt{background: rgba(0, 0, 0, 0.5);}
.sy_yy ul li:hover .txt .ml4{margin-top: 40px;opacity: 1;}

.sy_xw_hz{background: #fff;}
.sy_xw_bg{padding: 60px 0px;display: flex;justify-content: space-between;}
.sy_xw{width: 60%;overflow: hidden;padding-bottom: 20px;position: relative;}
.sy_xw .lb{padding-bottom: 50px;margin-top: 20px;}
.sy_xw .lb ul{}
.sy_xw .lb ul li{}
.sy_xw .lb ul li a{display: flex;}
.sy_xw .lb ul li .img{width: 24%;overflow: hidden;}
.sy_xw .lb ul li .img img{display: block;width: 100%;height:100%;-o-object-fit: cover;object-fit: cover;-webkit-transition:0.5s; transition:0.5s;}
.sy_xw .lb ul li:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1);}
.sy_xw .lb ul li .txt{width: 76%;padding-left: 20px;}
.sy_xw .lb ul li .txt .ml1{font-size:14px;line-height: 24px;color: #0580d5;font-weight: normal;padding-bottom: 5px;}
.sy_xw .lb ul li .txt .ml2{font-size:16px;line-height: 24px;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;font-weight: bold;}
.sy_xw .lb ul li .txt .ml3{font-size:14px;line-height: 24px;color: #666;font-weight: normal;margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sy_xw .lb ul li .txt .ml4{display: flex;margin-top: 10px;}
.sy_xw .lb ul li .txt .ml2:hover{color: #0580d5;}
.sy_xw .lb .sy_xw_dd{position:absolute; left:0; bottom:5px!important; width:100%; text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;}
.sy_xw .lb .sy_xw_dd span{z-index:2;cursor:pointer;margin:0 6px!important;width:6px;height:6px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(0, 0, 0, 0.3);opacity: 1!important;}
.sy_xw .lb .sy_xw_dd span.swiper-pagination-bullet-active{background:#0580d5;}
.sy_xw .lb .sy_xw_dd span:after{content: "";position: absolute;left: -5px;top: -5px;border: 1px solid #0580d5;width: 14px;height: 14px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.sy_xw .lb .sy_xw_dd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}

.sy_hz{width:36%;}
.sy_hz .lb{height: 220px;overflow: hidden;margin-top: 20px;}
.sy_hz .lb ul{display: flex;flex-wrap: wrap;}
.sy_hz .lb ul li{width: 32%;margin: 0 2% 2% 0;border: 1px solid #eee;}
.sy_hz .lb ul li:nth-child(3n){margin-right: 0;}
.sy_hz .lb ul li img{display: block;width: 100%;}

.foot_bg{padding-top: 60px;background:#0580d5;/*border-top: 1px solid #eee;*/}
.foot1{display: flex;justify-content: space-between;padding-bottom: 50px;flex-direction: row-reverse;}
.foot_dh{width: 32%;display: flex;justify-content: space-between;}
.foot_dh ul{}
.foot_dh ul.foot_dh_cp{display: flex;flex-wrap: wrap;/*width:66.666%;*/align-content: flex-start;align-items: flex-start;justify-content: flex-start;}
.foot_dh ul .bt{padding-bottom: 10px;width: 100%;}
.foot_dh ul .bt a{font-size: 18px;line-height: 30px;color: #fff;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul .bt a:hover{color: #fff;text-decoration: underline;}
.foot_dh ul.foot_dh_cp li{width: 49%;margin-right: 2%;margin-bottom: 5px;}
.foot_dh ul.foot_dh_cp li:nth-child(2n+1){margin-right: 0;}
.foot_dh ul li a{font-size: 14px;line-height: 24px;color: #82bfea;-webkit-transition:0.5s;transition:0.5s;display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.foot_dh ul li a:hover{color: #fff;text-decoration: underline;}
.foot_lx{width: 30%;}
.foot_lx .ml1{font-size: 18px;line-height: 30px;font-weight: bold;color: #fff;}
.foot_lx .ml2{font-size: 36px;line-height: 36px;color: #82bfea;padding: 20px 0 20px;font-family: 'Impact';}
.foot_lx .ml2 i{font-size: 42px;padding-right: 10px;}
.foot_lx .ml3{font-size: 14px;line-height: 24px;color: #82bfea;margin-top: 10px;}
.foot_lx .ml3 p{display: flex;padding: 5px 0;}
.foot_lx .ml3 p i{font-size: 20px;padding-right: 5px;color: #82bfea;}
.foot_gz{width: 25%;}
.foot_gz .ml4{font-size: 20px;line-height: 36px;font-weight: bold;color: #333;}
.foot_gz .ml4 img{display: block;height: 70px;}
.foot_gz .ml4ms{font-size: 14px;line-height: 24px;color: #82bfea;margin-top: 10px;}
.foot_lx .ml5{margin-top: 10px;}
.foot_lx .ml5 ul{display: flex;}
.foot_lx .ml5 ul li{margin-right: 6px;position: relative;}
.foot_lx .ml5 ul li a{display: block;width: 36px;background:rgba(255,255,255,0.5);border-radius: 10px;}
.foot_lx .ml5 ul li a img{display: block;width: 100%;}
.foot_gz .ml6{margin-top: 20px;}
.foot_gz .ml6 form{position: relative;}
.foot_gz .ml6 form input{display: block;width: 100%;height: 50px;line-height: 48px;border: 1px solid rgba(255, 255, 255, 0.2);padding: 0 70px 0 20px;font-size: 14px;color: #50a6e2;background: #006ab3;border-radius: 5px;}
.foot_gz .ml6 form input::-webkit-input-placeholder{color: #50a6e2;}
.foot_gz .ml6 form input:-moz-placeholder{color: #50a6e2;}
.foot_gz .ml6 form input::-moz-placeholder{color: #50a6e2;}
.foot_gz .ml6 form input:-ms-input-placeholder{color: #50a6e2;}
.foot_gz .ml6 form a{position: absolute;right: 0;top: 0;width: 50px;height: 50px;background:rgba(255, 255, 255, 0.4);font-size: 30px;display: flex;align-items: center;align-content: center;justify-content: center;color: #fff;border-radius: 5px;}
.bqsy{font-size: 14px;line-height: 24px;padding: 20px 0;text-align: center;color: #82bfea;border-top: 1px solid rgba(255, 255, 255, 0.1);}
.bqsy a{color: #fff;}

.bat{overflow: hidden;position: relative;}
.bat .img img{display: block;width: 100%;}
.bat .txt_bg{position: absolute;left: 0%;right: 0%;top: 0;bottom:0;display: flex;align-items: center;justify-content: center;background: rgba(0, 0, 0, 0.2);}
.bat .txt_bg .txt{text-align: center;}
.bat .txt .ml1{font-size: 72px;line-height: 72px;font-weight: bold;-webkit-text-stroke: 1px #fff;-webkit-text-fill-color: transparent;color: transparent;}
.bat .ny_dqlj_bg{position: absolute;left: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content:center;align-content: center;flex-direction: row-reverse;background: rgba(0, 0, 0, 0.3);-webkit-backdrop-filter: blur(5px);backdrop-filter: blur(5px);}
.bat .ny_dqlj_bg2{display: flex;align-items: center;justify-content: space-between;flex-direction: row-reverse;}
.bat .ny_dqlj_bg .lj{display: flex;align-items: center;color: #fff;color: rgba(255, 255, 255, 0.5);font-weight: 100;}
.bat .ny_dqlj_bg .lj em{line-height: 24px;font-size: 16px;}
.bat .ny_dqlj_bg .lj i{line-height: 24px;font-size: 14px;}
.bat .ny_dqlj_bg .lj span{font-size:14px;line-height: 24px;}
.bat .ny_dqlj_bg .lj a{font-size:14px;color:#fff;color: rgba(255, 255, 255, 0.5);line-height: 24px;-webkit-transition:0.5s;transition:0.5s;}
.bat .ny_dqlj_bg .lj a.on{color:#fff;}
.bat .ny_dqlj_bg .lj a:hover{color:#fff;}
.ny_dqlj ul{display: flex;align-items: center;}
.ny_dqlj ul li{margin-right: 40px;}
.ny_dqlj ul li a{display: block;font-size: 14px;line-height: 60px;color: #fff;position: relative;-webkit-transition:0.5s;transition:0.5s;color: rgba(255, 255, 255, 0.5);}
.ny_dqlj ul li a:after{content: "";position: absolute;left: 0;right: 0;bottom: 0px;height: 2px;background: #fff;-webkit-transform: scale(0, 1);transform: scale(0, 1);-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj ul li.on a{color: #fff;}
.ny_dqlj ul li.on a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.ny_dqlj ul li a:hover{color: #fff;}
.ny_dqlj ul li a:hover:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);}

.ny_gy{display:flex;align-items:center;align-content: center;justify-content: space-between;}
.ny_gy .img{width:48%;border-radius: 20px;overflow: hidden;}
.ny_gy .img img{display:block;width:100%;}
.ny_gy .txt{width:49%;}
.ny_gy .txt .ny_bt{text-align: left;}
.ny_gy .txt .ml1{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;}
.ny_gy .txt .ml2{font-size:14px;line-height:30px;color:#333;margin-top: 20px;}
.ny_gy_sz{margin-top: 60px;background: #f1f3f5;padding: 40px 0px;border-radius: 20px;overflow: hidden;}
.ny_gy_sz ul{display: flex;justify-content:space-evenly;}
.ny_gy_sz ul li{}
.ny_gy_sz ul li .m1{font-size: 14px;line-height: 42px;height: 42px;color: #0580d5;display: flex;align-items: baseline;justify-content: center;}
.ny_gy_sz ul li .m1 sub{font-size: 14px;}
.ny_gy_sz ul li .m1 span{font-size: 42px;font-weight: bold;}
.ny_gy_sz ul li .m2{font-size: 14px;line-height: 24px;color: #333;text-align: center;padding-top: 10px;}

.ny_bt{font-size: 36px;line-height: 36px;color: #333;font-weight: bold;text-align: center;}

.ny_sb_bg{}
.ny_sb{padding-bottom: 80px;}
.ny_sb .lb{margin-top: 40px;}
.ny_sb .lb ul{display: flex;flex-wrap: wrap;}
.ny_sb .lb ul li{width:32%;position: relative;margin: 0 2% 2% 0;}
.ny_sb .lb ul li:nth-child(3n){margin-right: 0;}
.ny_sb .lb ul li .img{overflow: hidden;border: 1px solid #eee;}
.ny_sb .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_sb .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_sb .lb ul li .txt{font-size: 14px;line-height: 24px;padding: 10px 0px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;text-align: center;}
.ny_sb .lb ul li:hover .txt{color: #0580d5;}
.ny_sb2{padding-bottom: 80px;}
.ny_sb2 .lb{margin-top: 40px;}
.ny_sb2 .lb ul{display: flex;flex-wrap: wrap;}
.ny_sb2 .lb ul li{width:23.5%;position: relative;margin: 0 2% 2% 0;}
.ny_sb2 .lb ul li:nth-child(4n){margin-right: 0;}
.ny_sb2 .lb ul li .img{overflow: hidden;border: 1px solid #eee;}
.ny_sb2 .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_sb2 .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_sb2 .lb ul li .txt{font-size: 14px;line-height: 24px;padding: 10px 0px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;text-align: center;}
.ny_sb2 .lb ul li:hover .txt{color: #0580d5;}

.ny_zs{}
.ny_zs .ny_bt{text-align: left;}
.ny_zs .ms{font-size: 14px;line-height: 30px;color: #333;padding-right: 40%;margin:20px 0 0;background: url('../img/ny_zs.png') top right / 40% auto no-repeat;}
.ny_zs .lb{margin-top: 40px;}
.ny_zs .lb ul{display: flex;flex-wrap: wrap;}
.ny_zs .lb ul li{width:23.5%;position: relative;margin: 0 2% 2% 0;}
.ny_zs .lb ul li:nth-child(4n){margin-right: 0;}
.ny_zs .lb ul li .img{overflow: hidden;border: 1px solid #eee;}
.ny_zs .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_zs .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_zs .lb ul li .txt{font-size: 14px;line-height: 24px;padding: 10px 0px; color: #333;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;text-align: center;}
.ny_zs .lb ul li:hover .txt{color: #0580d5;}

.ny_wh{}
.ny_wh .lb{margin-top: 50px;position: relative;}
.ny_wh .lb ul{display: flex;}
.ny_wh .lb ul li{width: 32%;margin-right:2%;background: #f6f6f6;padding:60px 40px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li:nth-child(3n){margin-right:0;}
.ny_wh .lb ul li .ml1{font-size: 56px;line-height: 56px;color: #0580d5;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li .ml2{font-size: 22px;line-height: 30px;color: #333;text-align: center;margin-top: 30px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li .ml3{font-size: 14px;line-height: 24px;color: #666;text-align: center;margin-top: 20px;-webkit-transition:0.5s;transition:0.5s;}
.ny_wh .lb ul li:hover{background: #0580d5;}
.ny_wh .lb ul li:hover .ml1{color: #fff;}
.ny_wh .lb ul li:hover .ml2{color: #fff;}
.ny_wh .lb ul li:hover .ml3{color: #fff;}

.ny_bg{padding: 80px 0 80px;}

.lj2{display: flex;align-items: center;height: 60px;}
.lj2 em{line-height: 24px;font-size: 16px;color: #bbb;}
.lj2 i{line-height: 24px;font-size: 14px;color: #bbb;}
.lj2 span{font-size:14px;color:#bbb;line-height: 24px;}
.lj2 a{font-size:14px;color:#999;line-height: 24px;-webkit-transition:0.5s;transition:0.5s;}
.lj2 a.on{color:#0580d5;}
.lj2 a:hover{color:#0580d5;}

.ny_cp_bt{display: flex;align-items: center;height: 420px;}
.ny_cp_bt .txt{font-size: 66px;line-height: 66px;color: #333;text-transform: uppercase;word-wrap: break-word;width: 45%;}
.ny_cp_bt .img{position: absolute;right: 0;top: 80px;height: 480px;width: 50%;overflow: hidden;}
.ny_cp_bt .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_bt .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}

.ny_cp{display:flex;justify-content: space-between;padding-top: 20px;}
.ny_cp_row_reverse{flex-direction:row-reverse;}
.ny_cp_fl{width:280px;position: relative;}
.ny_cp_fl_sticky{position: sticky;top: 100px;background: #f6f6f6;padding: 20px;}
.ny_cp_fl ul{}
.ny_cp_fl ul li{}
.ny_cp_fl ul li p{position: relative;border-top: 1px solid #eee;display: flex;cursor: pointer;}
.ny_cp_fl ul li:nth-child(1) p{border-top: none;}
.ny_cp_fl ul li p a{font-size: 14px;line-height: 42px;color: #333;font-weight: bold;position: relative;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li p a:after{content: "";position: absolute;left: 0;bottom:0px;width: 0;height: 1px;background: #0580d5;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp_fl ul li p a:hover:after{width: 100%;}
.ny_cp_fl ul li p a:hover{color: #0580d5;}
.ny_cp_fl ul li.on p a{color: #0580d5;}
.ny_cp_fl ul li p i{position: absolute;right: 0;top: 0;font-size: 24px;height: 42px;color: #333;cursor: pointer;display: flex;align-items: center;justify-content: center;}
.ny_cp_fl ul li p i:before{-webkit-transition:0.2s;transition:0.2s;}
.ny_cp_fl ul li.on p i:before{-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.ny_cp_fl ul li .xl{padding-bottom: 20px;display: none;}
.ny_cp_fl ul li .xl ul li{}
.ny_cp_fl ul li .xl ul li a{display: block;font-size: 14px;line-height: 24px;color: #666;padding: 5px 0;-webkit-transition:0.2s;transition:0.2s;}
.ny_cp_fl ul li .xl ul li.on a{color: #0580d5;}
.ny_cp_fl ul li .xl ul li:hover a{color: #0580d5;}
.ny_cp .lb{flex:1;overflow: hidden;width:100%;padding:5px 0 30px 40px;}
.ny_cp .lb ul{display: flex;flex-wrap: wrap;}
.ny_cp .lb ul li{width: 32.666%;margin: 0 1% 30px 0;background: #fff;-webkit-transition:0.5s;transition:0.5s;border: 5px solid #fff;}
.ny_cp .lb ul li:nth-child(3n){margin-right: 0;}
.ny_cp .lb ul li .img{overflow: hidden;padding: 0 10%;}
.ny_cp .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp .lb ul li .img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_cp .lb ul li .txt{position: relative;padding-bottom: 36px;}
.ny_cp .lb ul li .txt .ml1{font-size: 14px;line-height: 24px;color: #666;text-align: center;}
.ny_cp .lb ul li .txt .ml2{position: absolute;left: 0;right: 0;bottom: -36px; display: flex;align-items: center;justify-content: center;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp .lb ul li:hover{box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);-webkit-transform: translate(0, -5px);transform: translate(0, -5px);border: 5px solid #0580d5;}
.ny_cp .lb ul li:hover .txt .ml2{opacity: 1;bottom: -20px;}

.ny_cp_xq1{display: flex;align-content: flex-start;align-items: flex-start;}
.ny_cp_xq1 .img{width: 55%;display: flex;flex-direction: row-reverse;}
.ny_cp_xq1 .img .cp_xq_qh{border: 1px solid #eee;}
.cp_xq_qhz,.cp_xq_qhy{position: absolute;top: 50%;margin-top: -23px;z-index: 1;font-size: 18px;line-height: 46px;color: #fff;background: rgba(0, 0, 0, 0.2);cursor: pointer;width: 46px;text-align: center;border-radius: 50%;}
.cp_xq_qhz{left: 20px;}
.cp_xq_qhy{right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh{flex: 1;overflow: hidden;width: 100%;}
.ny_cp_xq1 .img .cp_xq_qh ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .img .cp_xq_qh2{width: 18%;height: 450px;margin-right: 20px;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li{overflow: hidden;border: 1px solid #eee;height: 107px;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li img{display: block;width: 100%;height: 100%;-o-object-fit: contain;-webkit-object-fit: contain;object-fit: contain;}
.ny_cp_xq1 .img .cp_xq_qh2 ul li.swiper-slide-thumb-active{border: 2px solid #0580d5;}
.ny_cp_xq1 .txt{width: 45%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ml1{font-size: 30px;line-height: 40px;color: #333;}
.ny_cp_xq1 .txt .ml2{border-top: 1px solid #eee;font-size: 14px;line-height: 30px;color: #666;padding: 20px 0 0;margin-top: 20px;}
.ny_cp_xq1 .txt .ml3{margin-top: 20px;}
.ny_cp_xq1 .txt .ml3 ul{display: flex;}
.ny_cp_xq1 .txt .ml3 ul li{display: flex;margin-right: 20px;}
.ny_cp_xq1 .txt .ml3 ul li .more_an i{font-size: 22px;padding-left: 0px;padding-right: 5px;}
.ny_cp_xq1 .txt .ml4{margin-top: 20px;}
.ny_cp_xq1 .txt .ml4 p{display: flex;padding: 8px 0;}
.ny_cp_xq1 .txt .ml4 p em{font-size: 26px;color: #0580d5;display: flex;align-items: center;justify-content: center;}
.ny_cp_xq1 .txt .ml4 p span{font-size: 16px;color: #333;line-height: 30px;padding-left: 5px;}

.ny_cpxq2{background: #fff;padding: 60px 4%;margin-top: 60px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);}
.cp_xq_txt{line-height:30px; font-size:14px; color:#333;}
.cp_xq_txt img{display: block;max-width: 100%;margin: auto;height: auto!important;}
.cp_xq_txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;margin-top: 20px;margin-bottom: 20px;}
.cp_xq_txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 8px 15px;background: #0580d5;color: #fff;line-height: 24px;text-align: left;}
.cp_xq_txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 8px 15px;line-height: 24px;}
.wmkc-cyan{font-size: 18px;line-height: 30px;color: #0580d5;font-weight: bold;border-bottom: 1px solid #eee;padding: 10px 0;}
.wmkc-flex{display: flex;align-items: center;justify-content: center;align-content: center;}
.wmkc-flex-item-auto{flex:1;overflow:hidden;width:100%;}
.wmkc-padding-right2{padding-right: 2%;}
.wmkc-item-img{width: 50%;}
.wmkc-item-box{width: 50%;}
.wmkc-flex-row-reverse{flex-direction: row-reverse;}

.cp_xq_txt .tw{display: flex;align-items: center;justify-content: space-between;align-content: center;}
.cp_xq_txt .tw .tu{width: 380px;}
.cp_xq_txt .tw .wen{width: 100%;flex: 1;overflow: hidden;padding-left:20px;}
.cp_xq_txt .tw.left{flex-direction:row-reverse;}
.cp_xq_txt .tw.left .wen{padding-left:0px;padding-right:20px;}

.view-page2{padding-top:20px;border-top: 1px solid #eee;margin-top: 30px;display: flex;justify-content: space-between;}
.view-page2 .prev,.view-page2 .next{width:45%;display: flex;}
.view-page2 .next{justify-content: flex-end;}
.view-page2 a{font-size:14px;line-height:30px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;} 
.view-page2 a:hover{color:#0580d5;}

.cpxunpan{position: relative;padding-top: 60px;}
.cpxunpan_dw{position: absolute;top: -80px;}
.cpxunpan .bt{font-size: 24px;line-height: 24px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.cpxunpan .ly{margin-top: 40px;}
.cpxunpan .ly form{}
.cpxunpan .ly ul{display: flex;flex-wrap: wrap;}
.cpxunpan .ly ul:nth-child(2n){margin-right: 0;}
.cpxunpan .ly ul li{width: 49.5%;margin-right: 1%;margin-bottom: 1%;position: relative;}
.cpxunpan .ly ul li:nth-child(2n){margin-right: 0;}
.cpxunpan .ly ul li:nth-child(n+5){width: 100%;margin-right: 0;}
.cpxunpan .ly ul li input{display: block;width: 100%;font-size: 14px;padding:0 20px;line-height: 44px;height: 46px;color: #333;background: none;border: 1px solid #eee;}
.cpxunpan .ly ul li textarea{display: block;width: 100%;font-size: 14px;padding:10px 20px;line-height: 30px;height: 220px;color: #333;background: none;border: 1px solid #eee;}
.cpxunpan .ly ul li input:focus,.cpxunpan .ly ul li textarea:focus{border: 1px solid #0580d5;}
.cpxunpan .ly ul li input.jzxz:focus{border: 1px solid #eee;}
.cpxunpan .ly .btn{display: flex;align-items: center;justify-content: center;width: 100%;}
.cpxunpan .ly .btn button{cursor: pointer;line-height: 46px;}
.cpxunpan .ly .btn .more_an i{font-size: 22px;padding-left: 0px;padding-right: 5px;}

.ny_fa3{padding-top: 60px;}
.ny_fa3 .bt{font-size: 24px;line-height: 24px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.ny_fa3 .lb_bg{margin-top: 40px;position: relative;}
.ny_fa3 .lb_bg .ny_fa3_l,.ny_fa3 .lb_bg .ny_fa3_r{position: absolute;top: 50%;margin-top: -65px;font-size: 30px;line-height: 46px;color: #999;cursor: pointer;-webkit-transition:0.5s; transition:0.5s;}
.ny_fa3 .lb_bg .ny_fa3_l{left:0px;}
.ny_fa3 .lb_bg .ny_fa3_r{right:0px;}
.ny_fa3 .lb_bg .ny_fa3_l:hover,.ny_fa3 .lb_bg .ny_fa3_r:hover{color: #0580d5;}
.ny_fa3 .lb_bg .ny_fa3_dd{text-align:center; z-index:5;display: flex;align-items: center;justify-content: center;padding-top: 30px;}
.ny_fa3 .lb_bg .ny_fa3_dd span{z-index:2;cursor:pointer;margin:0 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:rgba(0, 0, 0, 0.2);opacity: 1!important;}
.ny_fa3 .lb_bg .ny_fa3_dd span.swiper-pagination-bullet-active{background:#0580d5;}
.ny_fa3 .lb_bg .ny_fa3_dd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #0580d5;width: 18px;height: 18px;border-radius: 50%;-webkit-transform: scale(0);transform: scale(0);-webkit-transition:0.5s;transition:0.5s;}
.ny_fa3 .lb_bg .ny_fa3_dd span.swiper-pagination-bullet-active:after{-webkit-transform: scale(1);transform: scale(1);}
.ny_fa3 .lb_bg .lb{}
.ny_fa3 .lb_bg .lb ul li .img{overflow: hidden;position: relative;border:1px solid #eee;}
.ny_fa3 .lb_bg .lb ul li .img:before,.ny_fa3 .lb_bg .lb ul li .img:after{content: "";position: absolute;width: 0;height: 0;border: 2px solid #0580d5;-webkit-transition:0.5s;transition:0.5s;z-index: 1;opacity: 0;}
.ny_fa3 .lb_bg .lb ul li .img:before{left: 0px;top: 0;border-width: 2px 0 0 2px;}
.ny_fa3 .lb_bg .lb ul li .img:after{right: 0;bottom: 0;border-width: 0 2px 2px 0;}
.ny_fa3 .lb_bg .lb ul li:hover .img:before,.ny_fa3 .lb_bg .lb ul li:hover .img:after{width: 100%;height: 100%;opacity: 1;}
.ny_fa3 .lb_bg .lb ul li .img img{display:block;width: 100%;padding: 20px;-webkit-transition:0.5s;transition:0.5s;}
.ny_fa3 .lb_bg .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_fa3 .lb_bg .lb ul li .txt{font-size: 14px;line-height: 24px;color: #333;text-align: center;padding: 10px 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_fa3 .lb_bg .lb ul li:hover .txt{color: #0580d5;}

.ny_xw_bg{}
.ny_xw{}
.ny_xw ul{}
.ny_xw ul{}
.ny_xw ul li{margin-bottom:20px;overflow: hidden;/*border-bottom: 1px solid #eee;*/}
.ny_xw ul li a{display: flex;background: #f6f6f6;}
.ny_xw ul li .img{width: 320px;overflow: hidden;} 
.ny_xw ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .img:hover img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.ny_xw ul li .txt{flex:1;overflow: hidden;width: 100%;padding:30px 30px;position: relative;}
.ny_xw ul li .txt .ml1{font-size:16px;line-height:24px;color:#333;font-weight: bold;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s; transition:0.5s;}
.ny_xw ul li .txt .ml2{font-size:14px;margin: 5px 0 10px;line-height:24px;color:#999;} 
.ny_xw ul li .txt .ml3{font-size:14px;line-height:24px;color: #666;border-top: 1px solid #ccc;padding-top: 10px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} 
.ny_xw ul li .txt .ml4{display: flex;justify-content: flex-end;margin-top: 20px;}
.ny_xw ul li .txt .ml1:hover{color:#0580d5;}

.pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:auto; padding-top:20px;}
.pagination a,.pagination span{display:inline-block; padding:0 20px; line-height:36px; font-size:14px; border:1px solid #eee; margin:0 5px;color: #666;background: #fff;-webkit-transition:0.5s;transition:0.5s;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#0580d5; background:#0580d5;}

.ny_xw_xq{display: flex;justify-content: space-between;}
.ny_xw_xq_l{width: 72%;}
.ny_xw_xq_r{width: 25%;position: relative;}

.fa_xq{}
.fa_xq .bt{font-size: 30px;line-height: 40px;color: #333;}
.fa_xq .ms{margin-top: 20px;color: #999;font-size: 14px;line-height: 24px;}
.fa_xq .ms .line{padding:0 15px; }
.fa_xq .ms span.iconfont{padding-right: 5px;}
.fa_xq .ms a{color: #666;-webkit-transition:0.5s;transition:0.5s;}
.fa_xq .ms a:hover{color: #0580d5;}
.fa_xq .txt{font-size: 14px;line-height: 30px;color: #333;padding-top: 20px;border-top: 1px solid #eee;margin-top: 20px;}
.fa_xq .txt table{border: 1px solid #ccc;border-width: 1px 1px 0 0;width: 100%;margin-top: 20px;margin-bottom: 20px;}
.fa_xq .txt table th{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 5px 10px;background: #0580d5;color: #fff;line-height: 24px;text-align: left;}
.fa_xq .txt table td{border: 1px solid #ccc;border-width:0 0 1px 1px;padding: 2px 10px;line-height: 24px;}
.fa_xq .txt img{display: block;max-width: 100%;margin: auto;}

.ny_xw_xq_xw_tj{position: sticky;top: 100px;}
.ny_xw_xq_xw_tj .bt{font-size: 22px;line-height: 30px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 10px;}
.ny_xw_xq_xw_tj ul{}
.ny_xw_xq_xw_tj ul li{margin-top: 20px;position: relative;padding-left: 95px;height: 80px;}
.ny_xw_xq_xw_tj ul li .h3{position: absolute;left: 0;top: 0;width: 80px;height: 80px;}
.ny_xw_xq_xw_tj ul li .h3 img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.ny_xw_xq_xw_tj ul li .h1{font-size: 15px;line-height: 24px;color: #333;padding-bottom: 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw_xq_xw_tj ul li:hover .h1{color: #0580d5;}
.ny_xw_xq_xw_tj ul li .h2{font-size: 14px;line-height: 24px;color: #666;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_xw_xq_xw_tj ul li .h4{font-size:14px; line-height:24px; color:#999;display: flex;justify-content: space-between;padding-top: 5px;}
.ny_xw_xq_xw_tj ul li .h4 span{font-size: 16px;float: left;padding-right: 5px;}

.ny_yy{}
.ny_yy .lb{}
.ny_yy .lb ul{display: flex;flex-wrap:wrap;}
.ny_yy .lb ul li{width: 24.25%;margin-right: 1%;overflow: hidden;position: relative;margin-bottom: 1%;}
.ny_yy .lb ul li:nth-child(4n){margin-right: 0;}
.ny_yy .lb ul li .img{overflow: hidden;height: 420px;}
.ny_yy .lb ul li .img img{display: block;width: 100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_yy .lb ul li .txt{position: absolute;left: 0;top: 0;right: 0;bottom: 0;display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_yy .lb ul li:hover .txt{background: rgba(5, 128, 213, 0.7);}
.ny_yy .lb ul li .txt2{width: 100%;padding: 0 10%;text-align: center;}
.ny_yy .lb ul li .txt .ml1{font-size: 42px;line-height: 42px;color: #fff;}
.ny_yy .lb ul li .txt .ml2{font-size: 18px;line-height: 24px;color: #fff;margin-top: 10px;}

.sy_xl_div{display: flex;position: relative;justify-content: space-between;}
.sy_xl_txt .ny_bt{text-align: left;}
.sy_xl_txt{font-size:16px;line-height:30px; width:48%;}
.sy_xl_txt .txt{margin-top: 30px;}
.sy_xl_txt .txt p{display: flex;padding: 8px 0;}
.sy_xl_txt .txt p em{font-size: 24px;line-height: 24px;color: #0580d5;display: flex;align-items: center;justify-content: center;}
.sy_xl_txt .txt p span{font-size: 16px;color: #666;line-height: 24px;padding-left: 10px;}
.sy_xl_ly{ width:48%;}
.sy_xl_ly form input{ display:block; width:100%; border:1px solid #eee;margin-bottom:10px; font-size:14px; line-height:44px;height: 46px;color: #333; padding:0 15px;background: none;}
.sy_xl_ly form textarea{ display:block; width:100%; border:1px solid #eee;margin-bottom:10px; font-size:14px; line-height:30px; padding:10px 15px; height:120px;color: #333;background: none;}
.sy_xl_ly form input:focus,.sy_xl_ly form textarea:focus{border: 1px solid #0580d5;}
.sy_xl_ly form .tj{display: flex;}
.sy_xl_ly form .tj .more_an{line-height: 46px;}