﻿*{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:'Microsoft Yahei',Arial, sans-serif;}
html,body{width:100%; position:relative;}
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:#63717a;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w1400{width:1400px;max-width:95%;margin:auto;}
.w1200{width:1200px;max-width:95%;margin:auto;}
.pdt60{padding-top: 60px;padding-bottom: 60px;}

.top_bg{height: 136px;}
.top_bg2{position: relative;z-index: 9;background: #fff;border-bottom: 1px solid #e5e5e5;}
.top_bg2.on{position: fixed;left: 0;top: -46px;right: 0;}
.top_t_bg{background: #0f83d2;}
.top_t{display: flex;align-items: center;align-content: center;justify-content: space-between;height: 46px;}
.top_t .top_t_l{display: flex;align-items: center;align-content: center;}
.top_t .top_t_l a{display: flex;align-items: center;align-content: center;font-size: 14px;line-height: 30px;color: #fff;margin-right: 20px;}
.top_t .top_t_l a i{font-size: 20px;color: #fff;margin-right: 3px;}
.top_t .top_t_r{display: flex;align-items: center;align-content: center;}
.top_t .top_t_r .tb{display: flex;padding-right: 14px;}
.top_t .top_t_r .tb dl{display: flex;}
.top_t .top_t_r .tb dl dd{margin-right: 5px;position: relative;z-index: 1;}
.top_t .top_t_r .tb dl dd a{display: flex;align-items: center;align-content: center;font-size: 14px;line-height:30px;color: #fff;-webkit-transition:0.5s;transition:0.5s;}
.top_t .top_t_r .tb dl dd a i{font-size: 20px;padding-right: 5px;}
.top_t .top_t_r .tb dl dd .xl{position: absolute;left:50%;top: 30px;width: 140px;-webkit-transform: translate(-50%, 0);transform: translate(-50%, 0);padding-top: 10px;display: none;}
.top_t .top_t_r .tb dl dd .xl:after{content: "";position: absolute;left: 50%;margin-left:-10px; top:-10px;border: 10px solid transparent;border-bottom:10px solid #fff;}
.top_t .top_t_r .tb dl dd .xl img{display: block;width: 100%;padding: 10px;background: #fff;border-radius: 5px;box-shadow:0 0 5px rgba(0, 0, 0, 0.2);}
.top_t .top_t_r .top_ss{width: 200px;background: rgba(255, 255, 255, 0.2);border-radius: 15px;position: relative;}
.top_t .top_t_r .top_ss input{display: block;width: 100%;font-size: 14px;line-height: 30px;height:30px;color: #fff;padding: 0 50px 0 15px;background: none;}
.top_t .top_t_r .top_ss input::-webkit-input-placeholder{color: #b9dcee;}
.top_t .top_t_r .top_ss input:-moz-placeholder{color: #b9dcee;}
.top_t .top_t_r .top_ss input::-moz-placeholder{color: #b9dcee;}
.top_t .top_t_r .top_ss input:-ms-input-placeholder{color: #b9dcee;}
.top_t .top_t_r .top_ss a{position: absolute;right: 0;top: 0;font-size: 18px;line-height: 30px;width: 46px;text-align: center;color: #fff;}
.top_t .top_t_r .top_yy{position: relative;margin-left: 10px;z-index: 3;display: flex;align-items: center;align-content: center;}
.top_t .top_t_r .top_yy a{margin-left: 12px;display: flex;align-items: center;align-content: center;justify-content: center;font-size: 14px;line-height: 46px;color: #fff;-webkit-transition:0.5s;transition:0.5s;}
.top_t .top_t_r .top_yy a img{display: block;height: 18px;margin-right: 5px;}
.top_h_bg{position: relative;}
.top_h{display: flex;align-items: center;align-content: center;justify-content:space-between;}
.dh_logo{display: flex;align-items: center;align-content: center;}
.top_h .logo{}
.top_h .logo img{display: block;height:90px;padding:15px 0;}
.dh{margin-left: 60px;}
.dh ul{display: flex;}
.dh ul li{position: relative;}
.dh ul li p a{display:flex;align-items: center;align-content: center;justify-content: center;height: 90px;overflow: hidden;font-size:16px;font-weight: bold;position:relative;color:#333;text-transform: uppercase;padding:0 22px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span{display: block;line-height: 50px;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span.gd1{height: 50px;overflow: hidden;}
.dh ul li p a span.gd3{color:#0f83d2;}
.dh ul li p a:hover span.gd2{-webkit-transform: translate(0, -50px);transform: translate(0, -50px);}
.dh ul li p a:hover span.gd3{-webkit-transform: translate(0, -50px);transform: translate(0, -50px);}
.dh ul li p a:after{content: "";position: absolute;left: 25px;right: 25px;bottom: 0px;height: 3px;background: #0f83d2;-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:#0f83d2;}
.dh ul li:hover p a{color:#0f83d2;}
.dh ul li .dh_fl{position: absolute;left: 50%;top: 90px;width:220px;display: none;margin-left: -110px;padding: 5px 10px 10px;}
.dh ul li .dh_fl ul{background: #fff;border-radius: 5px;padding: 10px 20px;display: block;box-shadow:0 0 10px rgba(0, 0, 0, 0.1);border-radius: 5px;}
.dh ul li .dh_fl ul li{float: none;position: relative;border-bottom: 1px dashed #eee;}
.dh ul li .dh_fl ul li a{font-size: 14px;line-height: 24px;padding: 8px 0; color: #333;display: flex;justify-content: space-between;align-items: center;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li a i{padding-left: 10px;font-size: 16px;color: #ccc;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li .dh_fl ul li:hover>a{color:#0f83d2;}
.dh ul li .dh_fl ul li:hover>a i{color:#0f83d2;}
.top_ly{display: flex;}
.top_ly .more_an{font-size: 14px;line-height: 40px;border-radius: 20px;padding: 0 30px;}
.top_ly .more_an i{font-size: 22px;padding-left: 0;padding-right: 5px;}

.sy_ly_tc_bg{position: fixed;inset: 0;background: rgba(0,0,0,0.7);z-index: 100;display: none;}
.sy_ly_tc{position: absolute;inset: 0;display: flex;align-items: center;justify-content: center;}
.sy_ly_tc .lb{background: #fff;border-radius: 20px;padding:50px 30px;position: relative;width: 720px;max-width: 90%;}
.sy_ly_tc .lb .bt{font-size: 30px;line-height: 1;text-align: center;color: #333;font-weight: bold;}
.sy_ly_tc .lb .bz{font-size: 14px;line-height: 24px;color: #999;margin-top: 10px;text-align: center;}
.sy_ly_tc .lb .cp_ly_gb{position:absolute; right:-12px; top:-12px;cursor:pointer;z-index:1;font-size: 16px;line-height: 36px;color: #fff;background: #0f83d2;border-radius: 50%;width: 40px;text-align: center;border: 2px solid #fff;-webkit-transition:0.5s;transition:0.5s;}
.sy_ly_tc .lb .cp_ly_gb：hover{background: #0f83d2;}
.sy_ly_tc .lb form{margin-top: 30px;max-height: 64vh;overflow: auto;}
.sy_ly_tc .lb form::-webkit-scrollbar{width: 0px;height: 0px;}
.sy_ly_tc .lb form::-webkit-scrollbar-thumb{width: 0px;height: 0px;}
.sy_ly_tc .lb form ul li{margin-bottom: 10px;position: relative;}
.sy_ly_tc .lb form ul li input{display: block;width: 100%;font-size: 14px;padding:0 20px;line-height: 48px;height: 50px;color: #333;background: none;border: 1px solid #e5e5e5;border-radius: 5px;}
.sy_ly_tc .lb form ul li textarea{display: block;width: 100%;font-size: 14px;padding:10px 20px;line-height: 30px;height: 120px;color: #333;background: none;border: 1px solid #e5e5e5;border-radius: 5px;}
.sy_ly_tc .lb form ul li input:focus,.sy_ly_tc .lb form ul li textarea:focus{border: 1px solid #0f83d2;}
.sy_ly_tc .lb form .btn{display: flex;align-items: center;justify-content: center;width: 100%;}
.sy_ly_tc .lb form .btn button{cursor: pointer;color: #fff;position: relative;border: none;border-radius: 5px;font-size: 14px;background: #0f83d2;height: 50px;line-height: 50px;padding: 0 50px;-webkit-transition:0.5s; transition:0.5s;}
.sy_ly_tc .lb form .btn button:hover{background-color: #0f83d2;}

.banner{width:100%;overflow:hidden;position:relative;}
.banner ul li{position: relative;overflow: hidden;}
.banner ul li img{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 6px!important;width:8px;height:8px;position:relative;-webkit-transition:0.5s;transition:0.5s;background:#fff;opacity: 1!important;}
.bandd span.swiper-pagination-bullet-active{background:#0f83d2;}
.bandd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #0f83d2;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;display: none;-webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 20px;line-height:50px;text-align: center;color: rgba(255, 255, 255, 0.5);background: rgba(255, 255, 255, 0.3);border-radius: 50%;}
.banz{left:5%;}
.bany{right:5%;}
.banner:hover .banz,.banner:hover .bany{opacity:1;}

.sy_bt{text-align: center;}
.sy_bt.left{text-align: left;}
.sy_bt .ml1{font-size: 36px;line-height: 1.2;color: #333;font-weight: bold;}
.sy_bt .ml2{font-size: 16px;line-height: 1.6;color: #607d8b;margin-top: 20px;}
.sy_bt_bg{display: flex;justify-content: space-between;align-content: flex-end;align-items: flex-end;}

.more_an{font-size: 14px;line-height:46px;color: #fff;background: #0f83d2;padding: 0 40px;border-radius: 23px;-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: 10px;position: relative;z-index: 2;}
.more_an:after{content: "";position: absolute;left:0;top:0;bottom:0;width: 0;background: #0069b1;-webkit-transition:0.5s;transition:0.5s;z-index: 1;}
.more_an:hover:after{width: 110%;}
.more_an:hover{color: #fff;}

.sy_gy_bg{background:url('../img/sy_gy_bg.jpg') center center / cover no-repeat;position: relative;}
.sy_gy{display: flex;align-items: center;align-content: center;}
.sy_gy .img{width: 50%;overflow: hidden;border-radius: 10px;}
.sy_gy .img img{display:block; width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.sy_gy .txt{width: 50%;padding-left: 50px;}
.sy_gy .txt .ml1{font-size: 16px;line-height: 1;color: #999;text-transform: uppercase;padding-bottom: 10px;}
.sy_gy .txt .ml2{font-size: 36px;line-height: 1.2;color: #333;font-weight: bold;}
.sy_gy .txt .ml3{font-size: 20px;line-height: 1.6;color: #667d8f;margin-top: 20px;}
.sy_gy .txt .ml4{margin-top: 20px;font-size: 16px;line-height: 2;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;}
.sy_gy .txt .gd{display: flex;margin-top: 40px;}
.sy_gy_ys{margin-top: 50px;}
.sy_gy_ys ul{display: flex;}
.sy_gy_ys ul li{width: 32%;margin-right: 2%;background:#fff;border-radius: 10px;padding: 30px 20px;box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);-webkit-transition:0.5s;transition:0.5s;}
.sy_gy_ys ul li:last-child{margin-right: 0;}
.sy_gy_ys ul li .m1{display: flex;align-items: center;align-content: center;justify-content: center;}
.sy_gy_ys ul li .m1 i{width: 60px;height: 60px;border-radius: 50%;background: #eff4fc;font-size: 30px;color: #0f83d2;text-align: center;display: flex;align-items: center;align-content: center;justify-content: center;}
.sy_gy_ys ul li .m2{font-size: 20px;line-height: 1.6;color: #333;padding-top:20px;text-align: center;font-weight: bold;}
.sy_gy_ys ul li .m3{font-size: 16px;line-height: 24px;color: #607d8b;padding-top:10px;display: flex;justify-content: center;flex-wrap: wrap;}
.sy_gy_ys ul li .m3 p{position: relative;padding-left: 25px;margin: 5px 0;}
.sy_gy_ys ul li .m3 p:after{content: "\e63e";font-family: "iconfont" !important;position: absolute;left: 0;top: 0;font-size: 22px;color: #0f83d2;}
.sy_gy_ys ul li:hover{-webkit-transform: translate(0, -5px);transform: translate(0, -5px);box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);}

.sy_cp_bg{background: #f5f7f9;}
.sy_cp{}
.sy_cp_fl{margin-top: 30px;}
.sy_cp_fl ul{display: flex;justify-content: center;}
.sy_cp_fl ul li{margin: 0 8px;}
.sy_cp_fl ul li a{display: block;font-size: 16px;line-height: 36px;color: #333;padding: 0 20px;background: #e6eef6;border-radius: 18px;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp_fl ul li a:hover{background: #0f83d2;color: #fff;}
.sy_cp .lb_bg{position: relative;margin-top: 40px;padding: 0 60px;}
.sy_cp_l,.sy_cp_r{position: absolute;top: 50%;margin-top: -25px;display: flex;align-items: center;align-content: center;justify-content: center;width: 46px;height: 46px;font-size: 20px;background: #0f83d2;color: #fff;border-radius: 50%;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;opacity: 0.2;}
.sy_cp_l{left: 0;}
.sy_cp_r{right: 0;}
.sy_cp_l:hover,.sy_cp_r:hover{color: #fff;opacity: 0.7;background: #0f83d2;}
.sy_cp .lb{}
.sy_cp .lb ul li{background: #fff;border-radius: 10px;overflow: hidden;}
.sy_cp .lb ul li .img{overflow: hidden;}
.sy_cp .lb ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp .lb ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_cp .lb ul li .txt{padding: 0 20px 20px;}
.sy_cp .lb ul li .txt .ml1{display: flex;}
.sy_cp .lb ul li .txt .ml1 span{background:#fff7e5;color: #ffb300;font-size: 14px;line-height: 24px;padding: 0 14px;border-radius: 12px;}
.sy_cp .lb ul li:nth-child(2) .txt .ml1 span{background: #e6f4ff;color: #165dff;}
.sy_cp .lb ul li:nth-child(3) .txt .ml1 span{background: #e6fffa;color: #00b42a;}
.sy_cp .lb ul li:nth-child(4) .txt .ml1 span{background: #f2e6ff;color: #722ed1;}
.sy_cp .lb ul li:nth-child(5) .txt .ml1 span{background: #ffe8e8;color: #f53f3f;}
.sy_cp .lb ul li:nth-child(6) .txt .ml1 span{background: #f2f3f5;color: #4e5969;}
.sy_cp .lb ul li:nth-child(7) .txt .ml1 span{background: #fffbe6;color: #ff7d00;}
.sy_cp .lb ul li:nth-child(8) .txt .ml1 span{background: #e6fffb;color: #00b8d9;}
.sy_cp .lb ul li:nth-child(9) .txt .ml1 span{background:#fff7e5;color: #ffb300;}
.sy_cp .lb ul li:nth-child(10) .txt .ml1 span{background: #e6f4ff;color: #165dff;}
.sy_cp .lb ul li:nth-child(11) .txt .ml1 span{background: #e6fffa;color: #00b42a;}
.sy_cp .lb ul li:nth-child(12) .txt .ml1 span{background: #f2e6ff;color: #722ed1;}
.sy_cp .lb ul li:nth-child(13) .txt .ml1 span{background: #ffe8e8;color: #f53f3f;}
.sy_cp .lb ul li:nth-child(14) .txt .ml1 span{background: #f2f3f5;color: #4e5969;}
.sy_cp .lb ul li:nth-child(15) .txt .ml1 span{background: #fffbe6;color: #ff7d00;}
.sy_cp .lb ul li:nth-child(16) .txt .ml1 span{background: #e6fffb;color: #00b8d9;}
.sy_cp .lb ul li:nth-child(17) .txt .ml1 span{background:#fff7e5;color: #ffb300;}
.sy_cp .lb ul li:nth-child(18) .txt .ml1 span{background: #e6f4ff;color: #165dff;}
.sy_cp .lb ul li:nth-child(19) .txt .ml1 span{background: #e6fffa;color: #00b42a;}
.sy_cp .lb ul li:nth-child(20) .txt .ml1 span{background: #f2e6ff;color: #722ed1;}
.sy_cp .lb ul li:nth-child(21) .txt .ml1 span{background: #ffe8e8;color: #f53f3f;}
.sy_cp .lb ul li:nth-child(22) .txt .ml1 span{background: #f2f3f5;color: #4e5969;}
.sy_cp .lb ul li:nth-child(23) .txt .ml1 span{background: #fffbe6;color: #ff7d00;}
.sy_cp .lb ul li:nth-child(24) .txt .ml1 span{background: #e6fffb;color: #00b8d9;}
.sy_cp .lb ul li:nth-child(25) .txt .ml1 span{background:#fff7e5;color: #ffb300;}
.sy_cp .lb ul li .txt .ml2{font-size: 20px;line-height: 1.6;color: #333;font-weight: bold;margin-top: 10px;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp .lb ul li:hover .txt .ml2{color: #0f83d2;}
.sy_cp .lb ul li .txt .ml3{font-size: 14px;line-height: 1.6;color: #607d8b;margin-top: 10px;}
.sy_cp .lb ul li .txt .ml4{font-size: 14px;line-height: 1.6;color: #333;margin-top: 10px;}
.sy_cp .gd{display: flex;justify-content: center;margin-top: 60px;}

.sy_fa_bg{background: #fff;}
.sy_fa_bg2{padding: 60px 100px;background: #f8f8f8;border-radius: 30px;overflow: hidden;position: relative;}
.sy_fa{margin-top: 0px;}
.sy_fa_l,.sy_fa_r{position: absolute;top: 0;bottom: 0; width: 120px;font-size: 30px;display: flex;align-items: center;color: #0f83d2;padding: 0 20px;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.sy_fa_l{left: -70px;background: url('../img/sy_fa_l.png') right center no-repeat;justify-content: flex-end;}
.sy_fa_r{right:-70px;background: url('../img/sy_fa_r.png') left center no-repeat;}
.sy_fa_l:hover,.sy_fa_r:hover{color: #0f83d2;}
.sy_fa2{padding: 100px 0 150px;}
.sy_fa2 ul{}
.sy_fa2 ul li{text-align: center;}
.sy_fa2 ul li a{display: block;position: relative;z-index: 1;height: 150px;padding-top: 20px;}
.sy_fa2 ul li .tb{font-size: 60px;line-height:1;color: #0f83d2;-webkit-transition:0.5s;transition:0.5s;position: relative;z-index: 1;}
.sy_fa2 ul li .txt{font-size: 18px;line-height: 24px;color: #333;padding-top: 20px;-webkit-transition:0.5s;transition:0.5s;position: relative;z-index: 1;}
.sy_fa2 ul li .txt2{position: absolute;top: 150px;left: 0;right: 0;font-size: 16px;line-height: 24px;color: #607d8b;padding-top: 10px;opacity: 0;-webkit-transition:0.5s;transition:0.5s;}
.sy_fa2 ul li:before,.sy_fa2 ul li:after{content: "";position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;background:#0f83d2;margin: -5px 0 0 -5px;opacity: 0;border-radius: 50%;}
.sy_fa2 ul li a:before{content: "";position: absolute;left: 50%;top: 50%;width: 10px;height: 10px;background:#0f83d2;margin: -5px 0 0 -5px;opacity: 0;border-radius: 50%;-webkit-transition:0.5s;transition:0.5s;}
.sy_fa2 ul li:hover a:before{-webkit-transform: scale(15);transform: scale(15);opacity: 1;}
.sy_fa2 ul li:hover:before{-webkit-animation: jing_max 2.4s linear 0s infinite normal both;animation: jing_max 2s linear 0s infinite normal both;}
.sy_fa2 ul li:hover:after{-webkit-animation: jing_max 2.4s linear 0.6s infinite normal both;animation: jing_max 2s linear 1s infinite normal both;}
.sy_fa2 ul li:hover .tb{color: #fff;}
.sy_fa2 ul li:hover .txt{color: #fff;}
.sy_fa2 ul li:hover .txt2{padding-top: 30px;opacity: 1;}
@-webkit-keyframes jing_max {0% {-webkit-transform: scale(15);opacity: 0;}25% {-webkit-transform: scale(18);opacity: 0.4;}50% {-webkit-transform: scale(21);opacity: .2;}75% {-webkit-transform: scale(25);opacity: 0;}100% {-webkit-transform: scale(15);opacity: 0;}}
@keyframes jing_max {0% {transform: scale(15);opacity: 0;}25% {transform: scale(18);opacity: 0.4;}50% {transform: scale(21);opacity: .2;}75% {transform: scale(25);opacity: 0;}100% {transform: scale(15);opacity: 0;}}

.sy_xw_bg{padding-top: 0px;padding-bottom: 100px;}
.sy_xw_bg .lb_bg{margin-top: 60px;position: relative;display: flex;flex-direction: row-reverse;align-items: center;}
.sy_xw_an{width: 340px;display: flex;align-items: center;justify-content: flex-start;}
.sy_xw_dd{width: auto!important;margin-right: 20px;display: flex;}
.sy_xw_dd span{width:10px;height: 2px;}
.sy_xw_dd span.swiper-pagination-bullet-active{background: #0f83d2;}
.sy_xw_l,.sy_xw_r{width: 46px;height: 46px;border-radius: 50%;border: 2px solid #E8EAEF;display: flex;align-items: center;justify-content: center;font-size: 16px;color: #999;cursor: pointer;margin-right: 10px;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_l:hover,.sy_xw_r:hover{border: 2px solid #0f83d2; color: #0f83d2;}
.sy_xw_zt{font-size: 24px;color: #0f83d2;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;margin-left: 5px;}
.sy_xw_zt.on:before{content: "\e62a";}
.sy_xw_bg .lb_bg .lb{flex: 1;overflow: hidden;width: 100%;border-radius: 20px 20px 0 0;}
.sy_xw_bg .lb_bg .lb ul{}
.sy_xw_bg .lb_bg .lb ul li{}
.sy_xw_bg .lb_bg .lb ul li a{display: block;background: #fff;}
.sy_xw_bg .lb_bg .lb ul li .img{overflow: hidden;}
.sy_xw_bg .lb_bg .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;}
.sy_xw_bg .lb_bg .lb ul li .img:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.sy_xw_bg .lb_bg .lb ul li .txt{}
.sy_xw_bg .lb_bg .lb ul li .txt .ml1{padding: 20px 0 10px;display: flex;justify-content: space-between;align-items: center;align-content: center;font-size: 14px;line-height: 24px;color: #607d8b;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml1 p{color: #0f83d2;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml2{font-size:20px;line-height: 1.5;height: 3em;color: #333;font-weight: bold;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3{display: flex;margin-top: 20px;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3 span{display: flex;align-items: center;justify-content: center;align-content: center;font-size: 14px;line-height: 26px;color: #607d8b;-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3 span i{font-size: 14px;margin-left: 10px;font-weight: bold;-webkit-transition:0.3s;transition:0.3s;color: #fff;width: 26px;height: 26px;display: flex;align-items: center;align-content: center;justify-content: center;background: #0f83d2;border-radius: 50%;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3 span:hover{color: #0f83d2;}
.sy_xw_bg .lb_bg .lb ul li .txt .ml3 span:hover i{margin-left: 20px;background: #0f83d2;}

.foot_bg{background: #eee;padding-top: 40px;}
.foot1{display: flex;flex-direction: row-reverse;justify-content: space-between;}
.foot1 .bt{font-size: 18px;line-height: 1.6;color: #0f83d2;font-weight: bold;}
.foot1 .bt a{font-size: 18px;line-height: 1.6;color: #0f83d2;}
.foot1 .ms{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.dywm{width: 20%;}
.dywm .dy{border: 1px solid #999;position: relative;padding-right: 60px;margin-top: 15px;width: 100%;margin-bottom: 20px;}
.dywm .dy input{display: block;width: 100%;font-size: 14px;line-height: 40px;height: 40px;color: #666;padding: 0 14px;background: none;}
.dywm .dy a{position: absolute;right: -1px;top: -1px;font-size: 14px;line-height: 42px;color: #fff;width: 70px;text-align: center;background: #0f83d2;}
.dywm .gz{margin-top: 10px;}
.dywm .gz dl{display: flex;}
.dywm .gz dl dd{margin-right: 8px;position: relative;}
.dywm .gz dl dd a{display: block;font-size: 20px;line-height:32px;width:32px;background: #0f83d2;border-radius: 50%;color: #fff;text-align: center;-webkit-transition:0.5s;transition:0.5s;}
.foot_lx_bg{width: 25%;}
.foot_lx{}
.foot_lx .txt{font-size: 14px;line-height: 24px;color: #666;margin-top: 10px;}
.foot_lx .txt p{display: flex;padding: 5px 0;}
.foot_lx .txt p em{width: 20px;font-size: 20px;margin-right: 8px;color: #0f83d2;}
.foot_dh{width: 36%;display: flex;justify-content: space-between;}
.foot_dh ul{}
.foot_dh ul li{margin-bottom: 5px;}
.foot_dh ul li.bt{margin-bottom: 10px;}
.foot_dh ul li a{display: block;font-size: 14px;line-height: 24px;color: #666;-webkit-transition:0.5s;transition:0.5s;}
.foot_dh ul li a:hover{color: #0f83d2;}
.bqsy_bg{margin-top: 40px;padding: 20px 0 20px;text-align: center;color: #666;border-top: 1px solid rgba(0, 0, 0, 0.1);}
.bqsy{font-size: 14px;line-height: 20px;display: flex;align-items: center;justify-content: space-between;}
.bqsy .bqsy_l a{color: #666;font-size: 14px;-webkit-transition:0.5s;transition:0.5s;}
.bqsy .bqsy_l a:hover{color: #0f83d2;}
.bqsy .bqsy_r a{color: #666;font-size: 14px;-webkit-transition:0.5s;transition:0.5s;}
.bqsy .bqsy_r a:hover{color: #0f83d2;}
.bqsy .bqsy_r span{color: #666;font-size: 14px;padding: 0 6px;}

.bat{overflow: hidden;position: relative;}
.bat .img{overflow: hidden;}
.bat .img img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.bat .txt{position: absolute;left: 0;top: 0;right: 0;bottom: 0px;display: flex;align-items: center;justify-content: center;align-content: center;}
.bat .txt .txt_bg{}
.bat .txt .txt_bg .ml1{font-size: 36px;line-height: 1.4;color: #fff;}
.bat .txt .txt_bg .ml2{font-size: 16px;line-height: 1.6;color: #fff;margin-top: 10px;}

.ny_dqlj_bg_dw{height: 61px;}
.ny_dqlj_bg{border-bottom: 1px solid #eee;}
.ny_dqlj_bg2{display: flex;align-items: center;align-content: center;justify-content: space-between;flex-direction: row-reverse;height: 60px;}
.ny_dqlj_bg2.left{flex-direction:row;}
.ny_dqlj_bg .lj{display: flex;align-items: center;align-content: center;color: #666;}
.ny_dqlj_bg .lj em{line-height: 24px;margin-right:5px;font-size: 16px;color: #0f83d2;}
.ny_dqlj_bg .lj i{line-height: 24px;font-size: 14px;}
.ny_dqlj_bg .lj span{font-size:14px;line-height: 24px;}
.ny_dqlj_bg .lj a{font-size:14px;color:#666;line-height: 24px;-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj_bg .lj a.on{color:#0f83d2;}
.ny_dqlj_bg .lj a:hover{color:#0f83d2;}
.ny_dqlj ul{display: flex;align-items: center;}
.ny_dqlj ul li{margin-right: 40px;}
.ny_dqlj ul li a{display: block;font-size: 16px;line-height: 60px;color: #333;position: relative;-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj ul li a:after{content: "";position: absolute;left: 0;right: 0;bottom: 0px;height: 2px;background: #0f83d2;-webkit-transform: scale(0, 1);transform: scale(0, 1);-webkit-transition:0.5s;transition:0.5s;}
.ny_dqlj ul li.on a{color: #0f83d2;}
.ny_dqlj ul li.on a:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);}
.ny_dqlj ul li a:hover{color: #0f83d2;}
.ny_dqlj ul li a:hover:after{-webkit-transform: scale(1, 1);transform: scale(1, 1);}

.ny_gy{}
.ny_gy .txt{margin-top: 40px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy .txt img{display: block;max-width: 100%;}

.ny_lc_bg{background:#f5f7f9;}
.ny_lc{display: flex;justify-content: space-between;margin-top: 50px;}
.ny_lc .img{width: 48%;}
.ny_lc .img img{display: block;width: 100%;}
.ny_lc_bg .falc{width: 48%;}
.falc_qh{display: flex;align-items: center;align-content: center;padding-top: 30px;}
.falc_l,.falc_r{font-size: 20px;line-height: 30px;color: #0f83d2;cursor: pointer;margin-right: 20px;-webkit-transition:0.5s;transition:0.5s;}
.falc_l.swiper-button-disabled,.falc_r.swiper-button-disabled{opacity: 0.3;}
.ny_lc_bg .falc .lb{border-left: 1px solid #ccc;height: 380px;}
.ny_lc_bg .falc .lb ul li{padding: 10px 0;}
.ny_lc_bg .falc .lb ul li .ml1{font-size: 24px;line-height: 1.6;color: #0f83d2;position: relative;padding-left: 20px;font-weight: bold;}
.ny_lc_bg .falc .lb ul li .ml1:after{content: "";position: absolute;left: 0;top: 50%;width: 10px;height: 1px;background: #ccc;}
.ny_lc_bg .falc .lb ul li .ml2{font-size: 14px;line-height: 2;color: #333;margin-top: 5px;padding-left: 20px;}

.ny_gy2{}
.ny_gy2 .txt{margin-top: 40px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy2 .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;margin: 10px 0;}
.ny_gy2 .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #0f83d2;color: #fff;}
.ny_gy2 .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;text-align: center;}
.ny_gy2 .txt img{display: block;max-width: 100%;}

.ny_gy2-2{margin-top: 60px;}
.ny_gy2-2 .txt{margin-top: 40px;font-size: 16px;line-height: 2;color: #333;}
.ny_gy2-2 .txt img{display: block;max-width: 100%;margin: auto;}

.ny_gy3{}
.ny_gy3 .lb{margin-top: 40px;}
.ny_gy3 .lb ul{display: flex;}
.ny_gy3 .lb ul li{width: 23.5%;margin-right: 2%;background: #0e647c;text-align: center;padding: 30px 20px;border-radius: 100px 0 100px 0;}
.ny_gy3 .lb ul li:nth-child(4n){margin-right: 0;}
.ny_gy3 .lb ul li:nth-child(2){background: #2db2a4;}
.ny_gy3 .lb ul li:nth-child(3){background: #f87a08;}
.ny_gy3 .lb ul li:nth-child(4){background: #74af47;}
.ny_gy3 .lb ul li .ml1{font-size: 48px;line-height: 1;color: #fff;font-weight: bold;}
.ny_gy3 .lb ul li .ml2{font-size: 16px;line-height: 1.6;color: #fff;margin-top: 15px;}
.ny_gy3 .lb ul li .ml3{font-size: 16px;line-height: 1.6;color: #fff;margin-top: 5px;}

.ny_gy3-3{margin-top: 60px;}
.ny_gy3-3 .lb{margin-top: 40px;position: relative;}
.ny_gy3-3 .lb:after{content: "";position: absolute;left: 30px;right: 30px;top: 75px;border-bottom: 1px dashed #0f83d2;}
.ny_gy3-3 .lb ul{display: flex;align-items: center;align-content: center;justify-content: space-between;position: relative;z-index: 2;}
.ny_gy3-3 .lb ul li{width: 150px;height: 150px;background: url('../img/yuan.png') center center / 100% 100% no-repeat;display: flex;align-items: center;align-content: center;justify-content: center;text-align: center;padding: 30px;font-size: 16px;line-height: 1.6;color: #333;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy3-3 .lb ul li.on{background: url('../img/yuan_hover.png') center center / 100% 100% no-repeat;color: #fff;}
.ny_gy3-3 .lb dl{position: absolute;left: 0;right: 0;top: 50%;margin-top: -13px;display: flex;align-items: center;align-content: center;justify-content: space-evenly;z-index: 1;}
.ny_gy3-3 .lb dl dd{width: 25px;height: 26px;background: url('../img/jt.png') center no-repeat;}

.ny_gy4{}
.ny_gy4 ul{display: flex;align-items: center;align-content: center;height: 180px;position: relative;}
.ny_gy4 ul li{width: 24.25%;margin-right: 1%;padding: 50px 0;background: #f5f7f9;}
.ny_gy4 ul li:last-child{margin-right: 0;}
.ny_gy4 ul li .m1{font-size: 18px;line-height: 48px;height: 48px;color: #0f83d2;display: flex;align-items: baseline;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_gy4 ul li .m1 sub{font-size: 18px;}
.ny_gy4 ul li .m1 p{font-size: 48px;font-weight: bold;}
.ny_gy4 ul li .m2{font-size: 16px;line-height: 24px;color: #333;text-align: center;padding-top:10px;-webkit-transition:0.5s;transition:0.5s;}

.ny_gy4-2{margin-top: 60px;}
.ny_gy4-2 .lb{margin-top: 40px;}
.ny_gy4-2 .lb ul{display: flex;flex-wrap: wrap;}
.ny_gy4-2 .lb ul li{width: 23.5%;margin: 0 2% 2% 0;}
.ny_gy4-2 .lb ul li:nth-child(4n){margin-right: 0;}
.ny_gy4-2 .lb ul li .tp{overflow: hidden;}
.ny_gy4-2 .lb ul li .tp 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_gy4-2 .lb ul li:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_gy4-2 .lb ul li .mc{font-size: 15px;line-height: 1.6;color: #333;text-align: center;padding-top: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.pagination{padding-top:40px;display: flex;align-items: center;align-content: center;justify-content: center;}
.pagination a,.pagination span{padding:0 20px; line-height:36px; font-size:16px; margin:0 3px;color: #666;background: #fff;border-radius: 5px; -webkit-transition:0.5s;transition:0.5s;}
.pagination span.current,.pagination a:hover{color:#fff;background:#0f83d2;}

.ny_rc1_bg{position: relative;}
.ny_rc1 .xbt{font-size: 16px;line-height: 2;color: #666;text-align: center;margin-top: 20px;}
.ny_rc1 .lb{margin-top: 60px;border-radius: 10px;overflow: hidden;}
.ny_rc1 .lb ul li{display: flex;align-items: center;align-content: center;background: #f5f7f9;}
.ny_rc1 .lb ul li:nth-child(2n){flex-direction: row-reverse;}
.ny_rc1 .lb ul li .img{overflow: hidden;width: 50%;}
.ny_rc1 .lb ul li .img img{display: block;width: 100%;height: 100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.ny_rc1 .lb ul li .txt{width: 50%;font-size: 16px;line-height: 2;color: #333;padding: 0 40px;}
.ny_rc1 .lb ul li .txt .ml1{font-size: 24px;line-height: 1.5;color: #0f83d2;font-weight: bold;}
.ny_rc1 .lb ul li .txt .ml2{font-size: 16px;line-height: 2;color: #333;margin-top: 20px;}

.ny_rc2_bg{position: relative;}
.ny_rc2 .lb{margin-top: 40px;}
.ny_rc2 .lb ul{display: flex;flex-wrap: wrap;}
.ny_rc2 .lb ul li{width: 32%;margin: 0 2% 2% 0;position: relative;padding:50px 20px;background: #f5f7f9;}
.ny_rc2 .lb ul li:nth-child(3){margin-right: 0;}
.ny_rc2 .lb ul li:nth-child(4){width: 49%;margin-bottom: 0;}
.ny_rc2 .lb ul li:nth-child(5){width: 49%;margin-bottom: 0;margin-right: 0;}
.ny_rc2 .lb ul li .img{font-size: 72px;line-height: 1;color: #0f83d2;text-align: center;}
.ny_rc2 .lb ul li .txt{text-align: center;display: flex;align-items: center;justify-content: center;-webkit-transition:0.5s;transition:0.5s;}
.ny_rc2 .lb ul li .txt2{width: 100%;}
.ny_rc2 .lb ul li .txt .ml1{font-size: 24px;line-height: 1;color: #333;-webkit-transition:0.5s;transition:0.5s;margin-top: 30px;}
.ny_rc2 .lb ul li .txt .ml2{font-size: 16px;line-height: 2;margin-top: 20px;-webkit-transition:0.5s;transition:0.5s;}

.ny_rc3_bg{position: relative;}
.ny_rc3_bg .ms{font-size: 16px;line-height: 2;color: #666;text-align: center;margin-top: 20px;}
.ny_rc3{}
.ny_rc3 .lb{margin-top: 50px;}
.ny_rc3 .lb ul{display: flex;flex-wrap: wrap;}
.ny_rc3 .lb ul li{width: 32%;margin:0 2% 2% 0;padding:30px;background: #f5f7f9;border-radius: 10px;overflow: hidden;}
.ny_rc3 .lb ul li:nth-child(3n){margin-right: 0;}
.ny_rc3 .lb ul li .ny_zp_txt{ position:relative;}
.ny_rc3 .lb ul li .ny_zp_txt .ml1{ font-size:20px; line-height:35px; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-weight: bold;}
.ny_rc3 .lb ul li .ny_zp_txt .ml2{ font-size:15px; line-height:2; color:#333;margin-top: 10px;height: 96px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.ny_rc3 .lb ul li .ny_zp_txt .ml3{margin-top: 20px;display: flex;}

.ny_zp_tc_bg{position: fixed; left: 0;top: 0;bottom: 0;right: 0;background: rgba(0, 0, 0, 0.75);z-index: 99;display: none;}
.ny_zp_tc{position: absolute; left: 50%;top: 50%;background:#fff;-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);padding: 60px 50px 60px 50px;border-radius: 10px;font-size: 14px;line-height: 30px;color: #333;width: 80%; max-width: 700px;height: 0;-webkit-transition:0.5s;transition:0.5s;}
.ny_zp_tc_gb{position:absolute;right: -18px;top: -18px;width: 36px;line-height:36px;text-align: center;font-size: 14px;color: #fff;background: #0f83d2;border-radius: 50%;cursor: pointer;}
.ny_zp_tc_xx{height: 100%;overflow: auto;padding-right: 10px;}
.ny_zp_tc_xx::-webkit-scrollbar{width:5px;height:5px;}
.ny_zp_tc_xx::-webkit-scrollbar-track{background:#eee;border-radius:2px;}
.ny_zp_tc_xx::-webkit-scrollbar-thumb{background: #0f83d2;border-radius:2px;}
.ny_zp_tc_xx_gd .ml1{font-weight: bold;font-size: 24px;color: #333;}
.ny_zp_tc_xx_gd .ml2{font-size: 15px;line-height: 2;color: #333;margin-top: 20px;}
.ny_zp_tc_xx_gd .ml3{display: flex;margin-top: 30px;}
.ny_zp_tc_xx_gd .ml3 .more_an i{font-size: 20px;}

.ny_hz{}
.ny_hz .lb{padding-top: 40px;}
.ny_hz .lb ul{display: flex;flex-wrap: wrap;}
.ny_hz .lb ul li{width: 19.2%;margin: 0 1% 1% 0;border: 1px solid #eee;overflow: hidden;background: #fff;}
.ny_hz .lb ul li:nth-child(5n){margin-right: 0;}
.ny_hz .lb ul li img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_hz .lb ul li:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}

.ny_hz2{margin-top: 60px;}
.ny_hz2 .lb{margin-top: 40px;}
.ny_hz2 .lb ul{display: flex;flex-wrap: wrap;}
.ny_hz2 .lb ul li{width: 23.5%;margin: 0 2% 2% 0;}
.ny_hz2 .lb ul li:nth-child(4n){margin-right: 0;}
.ny_hz2 .lb ul li .tp{overflow: hidden;height: 220px;}
.ny_hz2 .lb ul li .tp 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_hz2 .lb ul li:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_hz2 .lb ul li .mc{font-size: 15px;line-height: 1.6;color: #333;text-align: center;padding-top: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.ny_jszx{}
.ny_jszx .lb{margin-top: 40px;}
.ny_jszx .lb ul{display: flex;flex-wrap: wrap;}
.ny_jszx .lb ul li{width: 23.5%;margin: 0 2% 2% 0;background: #0e647d;border-radius: 100px 0 0px 0;padding: 40px;}
.ny_jszx .lb ul li:nth-child(4n){margin-right: 0;}
.ny_jszx .lb ul li:nth-child(2){background: #2eb2a4;}
.ny_jszx .lb ul li:nth-child(3){background: #f87a09;}
.ny_jszx .lb ul li:nth-child(4){background: #75af48;}
.ny_jszx .lb ul li .ml1{font-size: 48px;line-height: 1;color: #fff;font-weight: bold;}
.ny_jszx .lb ul li .ml2{font-size: 18px;line-height: 1.6;color: #fff;margin-top: 15px;font-weight: bold;}
.ny_jszx .lb ul li .ml3{font-size: 14px;line-height: 1.6;color: #fff;margin-top: 10px;height: 280px;overflow: auto;}
.ny_jszx .lb ul li .ml3::-webkit-scrollbar{width: 5px;height: 5px;}
.ny_jszx .lb ul li .ml3::-webkit-scrollbar-track{background: rgba(255, 255, 255, 0.2);border-radius: 2px;}
.ny_jszx .lb ul li .ml3::-webkit-scrollbar-thumb{background: #fff;border-radius: 2px;}

.ny_jszx2{margin-top: 60px;}
.ny_jszx2 .txt{margin-top: 40px;font-size: 16px;line-height: 2;color: #333;}
.ny_jszx2 .txt img{display: block;max-width: 100%;margin: auto;}

.ny_cp_bg{background: #f5f7f9;}
.ny_cp{}
.ny_cp ul{display: flex;flex-wrap: wrap;}
.ny_cp ul li{width: 23.5%;margin: 0 2% 2% 0;background: #fff;}
.ny_cp ul li:nth-child(4n){margin-right: 0;}
.ny_cp ul li .img{overflow: hidden;}
.ny_cp ul li .img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .img img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_cp ul li .txt{padding: 20px;text-align: center;}
.ny_cp ul li .txt .ml1{font-size: 18px;line-height: 1.6;color: #333;font-weight: bold;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .txt .ml1{color: #0f83d2;}
.ny_cp ul li .txt .ml2{font-size: 14px;line-height: 1.6;color: #607d8b;margin-top: 5px;}
.ny_cp ul li .txt .ml3{font-size: 14px;line-height: 1.6;color: #333;margin-top: 5px;}

.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 #0f83d2;}
.ny_cp_xq1 .txt{width: 45%;padding-left: 4%;padding-top: 10px;}
.ny_cp_xq1 .txt .ml2{border-top: 1px solid #eee;font-size: 16px;line-height: 2;color: #333;padding: 20px 0 0;margin-top: 20px;}
.ny_cp_xq1 .txt .ml3{margin-top: 30px;}
.ny_cp_xq1 .txt .ml3 ul{display: flex;}
.ny_cp_xq1 .txt .ml3 ul li{display: flex;}
.ny_cp_xq1 .txt .ml3 ul li:nth-child(2){margin-left: 20px;}
.ny_cp_xq1 .txt .ml3 ul li .more_an i{font-size: 22px;padding-left: 0px;padding-right: 5px;}

.ny_cpxq2{}
.cp_xq_txt{}
.cp_xq_txt .txt{line-height:2; font-size:16px; color:#333;margin-top: 30px;}
.cp_xq_txt .txt img{display: block;max-width: 100%;margin: auto;}
.cp_xq_txt .txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;margin-top: 20px;margin-bottom: 20px;}
.cp_xq_txt .txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #0f83d2;color: #fff;text-align: left;}
.cp_xq_txt .txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 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:16px;line-height:2;color: #333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;} 
.view-page2 a:hover{color:#0f83d2;}

.cpxunpan{position: relative;}
.cpxunpan_dw{position: absolute;top: -80px;}
.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: 16px;padding:0 20px;line-height: 48px;height: 50px;color: #333;background: none;border: 1px solid #eee;}
.cpxunpan .ly ul li textarea{display: block;width: 100%;font-size: 16px;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 #0f83d2;}
.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;color: #fff;position: relative;border: none;font-size: 16px;background-color: #0f83d2;height: 50px;line-height: 50px;margin-left: 10px;margin-right: 10px;padding: 0 50px;-webkit-transition:0.5s; transition:0.5s;}
.cpxunpan .ly .btn button:hover{background-color: #0f83d2;}

.ny_fa3{}
.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: #0f83d2;}
.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:#0f83d2;}
.ny_fa3 .lb_bg .ny_fa3_dd span:after{content: "";position: absolute;left: -6px;top: -6px;border: 1px solid #0f83d2;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 #0f83d2;-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: 16px;line-height: 1.6;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: #0f83d2;}

.ny_zs{}
.ny_zs ul{display: flex;flex-wrap: wrap;}
.ny_zs ul li{width: 18.4%;margin: 0 2% 2% 0;}
.ny_zs ul li:nth-child(5n){margin-right: 0;}
.ny_zs ul li .tp{overflow: hidden;}
.ny_zs ul li .tp 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_zs ul li:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_zs ul li .mc{font-size: 15px;line-height: 1.6;color: #333;text-align: center;padding-top: 10px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.ny_xw_bg{}
.ny_xw{}
.ny_xw ul{}
.ny_xw ul{}
.ny_xw ul li{margin-bottom:30px;overflow: hidden;border-bottom: 1px solid #eee;padding-bottom: 30px;}
.ny_xw ul li a{display: flex;}
.ny_xw ul li .img{width: 320px;overflow: hidden;height: 220px;} 
.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:0px 0 0 30px;position: relative;}
.ny_xw ul li .txt .ml1{font-size:18px;line-height:1.6;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:15px;margin: 5px 0 10px;line-height:1.6;color:#999;} 
.ny_xw ul li .txt .ml3{font-size:15px;line-height:1.6;color: #666;border-top: 1px solid #eee;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: 24px;}
.ny_xw ul li .txt .ml1:hover{color:#0f83d2;}

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

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

.ny_xw_xq_xw_tj{position: sticky;top: 120px;}
.ny_xw_xq_xw_tj .bt{font-size: 20px;line-height: 30px;color: #333;border-bottom: 1px solid #eee;padding-bottom: 10px;font-weight: bold;}
.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: 16px;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: #0f83d2;}
.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_lx_bg{position: relative;}
.ny_lx{display: flex;}
.ny_lx .txt{width: 40%;background: #f5f7f9;padding: 40px;}
.ny_lx .txt .ms{font-size: 16px;line-height: 30px;color: #333;margin-top: 30px;}
.ny_lx .txt .ms p{display: flex;padding: 10px 0;}
.ny_lx .txt .ms2 p span{opacity: 0.8;}
.ny_lx .txt .ms p i,.ny_lx .txt .ms p em{font-size: 24px;padding-right: 5px;color: #0f83d2;}
.ny_lx .dt{width: 60%;}
.ny_lx .dt iframe{display: block;width: 100%;height: 480px;}

.ny_ly_bg{}
.ny_ly{}
.ny_ly form{margin-top: 40px;}
.ny_ly ul{display: flex;flex-wrap: wrap;}
.ny_ly ul li{width: 100%;margin:0 0 1% 0;position: relative;}
.ny_ly ul li:nth-child(1){width: 49.5%;margin-right: 1%;}
.ny_ly ul li:nth-child(2){width: 49.5%;}
.ny_ly ul li:nth-child(3){width: 49.5%;margin-right: 1%;}
.ny_ly ul li:nth-child(4){width: 49.5%;}
.ny_ly ul li input{display: block;width: 100%;border: 1px solid #eee;font-size: 15px;line-height: 48px;height: 50px;padding: 0 20px;color: #666;-webkit-transition:0.5s; transition:0.5s;}
.ny_ly ul li select{display: block;width: 100%;border: 1px solid #eee;-webkit-appearance: none;padding:0 15px;background: none;width: 100%;height: 50px;line-height: 48px;font-size: 15px;color: #666;position: relative;z-index: 1;}
.ny_ly ul li i{position: absolute;right: 10px;top: 0px;font-size: 24px;line-height: 50px;color: #999;}
.ny_ly ul li textarea{display: block;width: 100%;border: 1px solid #eee;font-size: 15px;line-height: 30px;height: 220px;padding: 10px 20px;color: #666;-webkit-transition:0.5s; transition:0.5s;}
.ny_ly ul li input:focus,.ny_ly ul li textarea:focus{border: 1px solid #0f83d2!important;}
.ny_ly ul li.button{width: 100%;margin:0;display: flex;align-items: center;justify-content: center;}
.ny_ly ul li.button button{display: block;width: 130px;font-size: 15px;line-height: 50px;color: #fff;background: #0f83d2;cursor: pointer;-webkit-transition:0.5s;transition:0.5s;}
.ny_ly ul li.button button:nth-child(2){margin-left:1%;}
.ny_ly ul li.button button:hover{background: #0f83d2;}

.ny_xz{font-size: 14px;line-height: 1.6;color: #333;}
.ny_xz table{width:100%;background:#fff;}
.ny_xz table tr{background: #f5f7f9;}
.ny_xz table tr th{background:#0f83d2;color:#fff;padding:15px 20px;text-align: left;}
.ny_xz table tr td{padding:5px 20px;}
.ny_xz table tr td a{display:block;-webkit-transition:0.5s;transition:0.5s;}
.ny_xz table tr td a.iconfont{font-size: 24px;color: #0f83d2;-webkit-transition:0.5s;transition:0.5s;}
.ny_xz table tr td a:hover{color: #0f83d2;}
.ny_xz table tr:nth-child(2n){background: #fff;}