﻿*{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:14px/1.5;color:#333;outline:0;font-family:'Microsoft YaHei', 'Microsoft YaHei UI', 'WenQuanYi Micro Hei', Arial, sans-serif;font-style: normal;}
html,body{width:100%; position:relative;height:100%;}
.bodyw,.body_st{height:100%;}
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:#3cacec;}

/** 重置图片元素 **/
.fl{float:left;}
.fr{float:right;}
.l{ float:left;}
.r{ float:right;}

/** 重置表格元素 **/
table{border-collapse:collapse;}
.clear:after{content:"."; display:block; height:0; visibility:hidden; clear:both; overflow:hidden;}
.w95{ width:95%;margin:auto;}
.w1200{ width:1340px;max-width: 95%; margin:auto;}

.top_h{position: fixed;left: 0;top: 0;right: 0;z-index: 9;-webkit-transition:0.5s;transition:0.5s;background:#fff;border-bottom: 1px solid rgba(0, 0, 0, 0.1);height: 80px;}
.logo img{display: block;height: 80px;padding: 20px 0;}
.dh_tx{position: absolute;top: 0;z-index: -1;}
.dh_tx i{position: absolute;top: 0; height:80px;-webkit-transition:0.5s;transition:0.5s;}
.dh_tx i:after{content: "";position: absolute;bottom: 0;left: 25px; right: 25px; border-bottom: 2px solid #3cacec; -webkit-transition:0.5s;transition:0.5s;}
.dh{float: right;margin-right: 20px;}
.dh ul li{float: left;}
.dh ul li p a{display: block;font-size: 16px;line-height: 80px;padding:0 25px;color: #777;-webkit-transition:0.5s;transition:0.5s;}
.dh ul li p a span{font-size: 12px;float: right;padding-left: 2px;}
.dh ul li p a span:before{display: block; -webkit-transform: rotate(90deg);transform: rotate(90deg);}
.dh ul li.on p a{color: #3cacec;}
.dh ul li .dh_fl{position: absolute;left:0;top: 80px;right: 0;background: #fff;padding: 15px 0px;display: none;}
.dh ul li .dh_fl ul li .dh_fl{position: relative;left:0;top: 0;right: 0;background:none;padding:0;display: block;padding-top: 5px;}
.dh_fl_gy ul{float: left;}
.dh_fl_gy ul li{}
.dh_fl_gy ul li a{display: block;padding: 0 15px;font-size: 14px;line-height: 30px;color: #666; -webkit-transition:0.5s;transition:0.5s;}
.dh_fl_gy ul li a span{font-size: 12px;float: left;}
.dh_fl_gy ul li a:hover{color: #3cacec;}
.dh ul li .dh_fl.dh_fl_cp{padding: 30px 0;}
.dh_fl_cp ul{width:1200px;max-width: 95%; margin:auto;}
.dh_fl_cp ul li{width: 10.857%;margin-right: 4%;}
.dh_fl_cp ul li:nth-child(7n){margin-right:0;}
.dh_fl_cp ul li a{font-size: 17px;line-height: 30px;-webkit-transition:0.5s;transition:0.5s;border-bottom: 1px solid #eee;display: block;padding: 10px 0;}
.dh_fl_cp ul li ul{padding-top: 10px;}
.dh_fl_cp ul li li{width: 100%;}
.dh_fl_cp ul li li a{font-size: 14px;line-height: 30px;font-weight: normal;-webkit-transition:0.5s;transition:0.5s;border: none;color: #666;padding:0;}
.dh_fl_cp ul li li:hover a{color: #3cacec;}


.top_ss{}
.top_ss.on:after{content: "";position: fixed;left:0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.8);}
.top_ss span.button{ display:block; width:30px; height:80px; background:url(../img/top_ss.png) center no-repeat; cursor:pointer;-webkit-transition:0.5s;transition:0.5s;}
.serach{position:absolute;left: 0; right:0px;background: #fff; top:0px; width:100%;overflow:hidden; z-index:10;display: none;-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;padding: 20px 0;}
.serach form{position: relative;}
.serach form input[type='text']{font-size:16px; width:100%; height:40px; line-height:40px;padding:0 100px 0 50px; color:#333;background: none;}
.serach form a{position: absolute;left: 0;top:0px;width: 40px;height:40px; background:#fff url(../img/top_ss.png) center no-repeat;border-radius: 5px;}
@keyframes fadeInUp{0%{transform:translate3d(0,-10px,0);}to{transform:none;}}
.fadeInUp{animation-name:fadeInUp;}
.serach form span{position: absolute;right: 0;top:0px;width: 40px;height:40px;cursor: pointer;}
.serach form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #333;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #333;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.serach form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.serach form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}
.top_h_yy{padding-top: 30px;position: relative;height: 80px;padding-left: 40px;}
.top_h_yy p a{display: block;font-size: 16px;line-height: 20px;padding: 0 10px;color: #666;border-radius: 5px;position: relative;-webkit-transition:0.5s;transition:0.5s;text-transform: uppercase;}
.top_h_yy p a:hover{color: #3cacec;}


.banner{ width:100%; overflow:hidden; margin-top:80px; position:relative;}
.banner ul{ position:relative; width:10000%;}
.banner ul li{ float:left; width:1%; overflow:hidden;position: relative;}
.banner ul li a{display: block;}
.banner ul li img{display:block;width:100%;height:100%;-o-object-fit: cover;-webkit-object-fit: cover;object-fit: cover;}
.banner ul li.on img{animation-name:puffIn;-webkit-animation-duration:10s;animation-duration:10s;-webkit-animation-fill-mode:both;animation-fill-mode:both;}
.bandd{ position:absolute; left:0; bottom:3%; width:100%; text-align:center; z-index:5;}
.bandd span{z-index:2;cursor:pointer;margin:0 5px;display:inline-block;width:50px;height:2px;zoom:1;position:relative;-webkit-transition:0.5s;transition:0.5s;background: #fff;}
.bandd span.on{background:#3cacec;}
.banz,.bany{ position:absolute; top:0; width:15%; height:100%; opacity:0;  -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 42px;line-height:100%;text-align: center;color: #fff;}
.banz{ left:0;}
.bany{ right:0;}
.banz:before,.bany:before{position: absolute;top: 50%;left: 50%; -webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%) ;}
.bany:before{-webkit-transform:translate(-50%, -50%) rotate(180deg);transform:translate(-50%, -50%) rotate(180deg);}
.banner:hover .banz,.banner:hover .bany{ opacity:1;}
@keyframes puffIn{0%{transform:scale(1.1);transform-origin:50% 50%;}to{transform:scale(1);transform-origin:50% 50%;}}

.sy_bt{ text-align:center;}
.sy_bt .h1{ font-size:36px; line-height:36px;color:#333; padding-bottom:20px;position: relative;}
.sy_bt .h1:after{content: "";position: absolute;left: 50%;bottom: 0;margin-left: -25px;width: 50px;height: 3px;background: #3a94c7;}
.sy_bt .h2{ font-size:14px; line-height:24px; color:#ccc;margin-top: 15px;text-transform: uppercase;}
.sy_bt.fff .h1{color: #fff;}
.sy_bt.fff .h1:after{background: #fff;}
.sy_bt.fff .h2{color: #fff;}

.sy_cp{padding: 80px 0 50px;}
.sy_cp_lb ul{margin-top: 40px;display: none;}
.sy_cp_lb ul li{float: left; width:32%;margin: 0 2% 2% 0;}
.sy_cp_lb ul li:nth-child(3n){margin-right: 0;}
.sy_cp_lb ul li .h1{overflow: hidden;border: 1px solid #eee;}
.sy_cp_lb ul li .h1 img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp_lb ul li:hover .h1 img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_cp_lb ul li .h4{font-size: 14px;line-height: 30px;color: #333;padding: 10px 0;text-align: center;}

/*
.sy_cp_fl{padding-top: 40px;text-align: center;}
.sy_cp_fl ul li{display: inline-block; margin:0 20px;fill-size: 0;}
.sy_cp_fl ul li a{display: block;font-size: 16px;line-height: 50px;color: #666;-webkit-transition:0.5s;transition:0.5s;}
.sy_cp_fl ul li a span{font-size: 20px;float: right;padding-left: 5px;}
.sy_cp_fl ul li.on a{color: #3cacec;}
.sy_cp_fl ul li:hover a{color: #3cacec;}*/


.sy_cp_fl{padding-top: 40px;text-align: center;}
.sy_cp_fl ul li{float: left;width: 12.571%; margin:0 2% 0 0;}
.sy_cp_fl ul li:nth-child(7n){margin-right: 0;}
.sy_cp_fl ul li a{display: block;font-size: 16px;line-height: 50px;color: #666;-webkit-transition:0.5s;transition:0.5s;background: #f6f6f6;border-radius: 5px;}
/*.sy_cp_fl ul li.on a{color: #fff;background: #3cacec;}*/
.sy_cp_fl ul li:hover a{color: #fff;background: #3cacec;}

.sy_al{background:#f6f6f6;padding: 80px 0 80px;}
.sy_al_lb{max-width: 1300px;margin:50px auto 0;position: relative;}
.sy_al_lb .l{width: 65%;overflow: hidden;position: relative;}
.sy_al_lb .l ul{width:10000%;position: relative;}
.sy_al_lb .l ul li{float: left; width:1%;position: relative;}
.sy_al_lb .l ul li .h1{overflow: hidden;}
.sy_al_lb .l ul li .h1 img{display: block;width: 100%;}
.sy_al_lb .l ul li .h2{position: absolute;left: 0;bottom: 0;width: 100%;padding: 0 35px;font-size: 22px;line-height: 80px;color: #fff;box-sizing: border-box;}
.aldd{position: absolute;right: 35px;bottom: 20px;padding: 10px 0;}
.aldd span{float: left; width: 50px;height: 2px;background: #fff;margin-left: 15px;cursor: pointer;}
.aldd span.on{background: #3cacec;}
.sy_al_lb .r{width: 35%;position: absolute;bottom: 0;right: 0;top: 0;background: #fff;padding: 60px 35px;box-sizing: border-box;overflow: hidden;-webkit-transition:0.5s;transition:0.5s;}
.sy_al_lb .r ul li{display: none;}
.sy_al_lb .r ul li.on{display: block;}
.sy_al_lb .r ul li .h1{font-size: 22px;line-height: 22px;color: #333;padding-bottom: 20px;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both-webkit-transition:0.5s;transition:0.5s;}
.sy_al_lb .r ul li .h1:after{content: "";display: block;width: 70px;height: 2px;background: #333;margin-top: 20px;-webkit-transition:0.5s;transition:0.5s;}
.sy_al_lb .r ul li .h2{font-size: 14px;line-height: 30px;color: #333;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-delay: 0.3s;animation-delay: 0.3s; -webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-transition:0.5s;transition:0.5s;}
.sy_al_lb .r ul li.on .h1{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
.sy_al_lb .r ul li.on .h2{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}
@-webkit-keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
@keyframes fadeInRight{0%{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
.sy_al_lb:hover .r{background:#3cacec;}
.sy_al_lb:hover .r ul li .h1{color: #fff;}
.sy_al_lb:hover .r ul li .h1:after{background:#fff;}
.sy_al_lb:hover .r ul li .h2{color: #fff;}


.sy_xw_bg{padding: 80px 0 60px;}
.sy_xw{}
.sy_xw_lb_bg{margin-top: 40px;position: relative;padding:0 60px;}
.sy_xw_lb_qh{}
.sy_xw_lb{overflow: hidden;}
.sy_xw_lb ul{position: relative;width: 10000%;}
.sy_xw_lb ul li{float: left;width: 0.31333%;margin-right: 0.03%;background: #f6f6f6;padding-bottom: 15px;}
.sy_xw_lb ul li .h1{overflow: hidden;}
.sy_xw_lb ul li .h1 img{display: block;width: 100%; -webkit-transition:0.5s;transition:0.5s;}
.sy_xw_lb ul li:hover .h1 img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.sy_xw_lb ul li .h2{font-size: 16px;-webkit-transition:0.5s;transition:0.5s;line-height: 30px;color: #333;padding: 15px 15px 5px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.sy_xw_lb ul li .h2:hover{color: #3cacec;}
.sy_xw_lb ul li .h3{font-size: 14px;line-height: 24px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;padding: 0 15px;}
.sy_xw_lb ul li .h4{font-size:14px;line-height: 30px;color: #999;padding: 0 15px;}
.sy_xw_lb ul li .h4 .l{}
.sy_xw_lb ul li .h4 .r{-webkit-transition:0.5s;transition:0.5s;}
.sy_xw_lb ul li .h4 .r:hover{color: #3cacec;}
.sy_xw_lb_l,.sy_xw_lb_r{ position:absolute; top:50%; margin-top:-25px;width:50px; height:50px; -webkit-transition:0.5s;transition:0.5s; cursor:pointer; z-index:5;font-size: 24px;line-height: 50px;text-align: center;color: #ccc;}
.sy_xw_lb_l{ left:0px;}
.sy_xw_lb_r{ right:0px;-webkit-transform:rotate(180deg);transform:rotate(180deg);}
.sy_xw_lb_l:hover,.sy_xw_lb_r:hover{color: #3cacec;}

.yqlj{ padding:20px 0;}
.yqlj span{ float:left;font-size:14px; line-height:30px; color:#333; font-weight:bold;}
.yqlj a{ float:left;font-size:14px; line-height:30px; color:#666; margin-right:10px;}
.yqlj a:hover{color:#e02428;}

.footer_bg{width:100%; background:#3cacec; padding-top:60px;}
.foot_logonr{float:left;}
.foot_logo{max-width:240px; float:left;display: none;}
.foot_logo img{display: block;max-width: 100%;}
.foot_list{float:left;}
.foot_list ul{float:left; margin-right:150px;}
.foot_list ul li{}
.foot_list ul li.foot_l_bt a{color:#fff; font-size:16px;display: block; margin-bottom:10px;font-weight: bold;}
.foot_list ul li a{line-height:30px; font-size:14px; color:#fff;}
.foot_list ul li a:hover{color:#e02428;}
.foot_ewm{width:120px; float:right; border:1px solid #a1cbe4; padding:10px;}
.foot_ewm img{width:100px; height:100px; float:left;}
.foot_ewm span{width:100%; float:left; text-align:center; font-size:12px; margin-top:10px; color:#fff;}
.copy_bg{width:100%; margin:60px auto 0; border-top:1px solid #31a4e6;} 
.copy{margin:auto;font-size:14px;color: #fff;line-height: 30px;padding: 25px 0;text-align: center;}

.foot_dh_dw{border-bottom: 1px solid #31a4e6;padding-bottom: 15px;float: left;width: 100%;margin-bottom: 50px;}
.foot_dh_dw .l a{font-size: 18px;color: #fff;}
.foot_dh_dw .l span{font-size: 18px;color: #fff;padding: 0 10px;}
.foot_dh_dw .r{position: relative;}
.foot_dh_ss_click{font-size: 24px;line-height: 15px;color: #fff;cursor: pointer;}
.foot_dh_ss{position:absolute;right: 0;background: #fff; bottom:-10px; width:470px;overflow:hidden; z-index:10;display: none;padding:0;}
.foot_dh_ss form{position: relative;padding-right: 50px;}
.foot_dh_ss form input[type='text']{font-size:14px; width:100%; height:40px; line-height:40px;padding:0 100px 0 15px; color:#666;background: none;border: 1px solid #eee;}
.foot_dh_ss form a{position: absolute;right: 50px;top:0px;width: 40px;height:40px;text-align: center;font-size: 24px;line-height: 40px;color: #666;cursor: pointer;}
.foot_dh_ss form span{position: absolute;right: 0;top:0px;width: 40px;height:40px;cursor: pointer;}
.foot_dh_ss form span:before{content:""; position: absolute;left: 50%;top:50%;width: 24px;height:2px;background: #666;margin: -1px 0 0 -12px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.foot_dh_ss form span:after{content:""; position: absolute;left: 50%;top:50%;width: 2px;height:24px;background: #666;margin: -12px 0 0 -1px;-webkit-transform: rotate(45deg);transform: rotate(45deg);-webkit-transition:0.5s;transition:0.5s;border-radius: 2px;}
.foot_dh_ss form span:hover:before{-webkit-transform: rotate(0deg);transform: rotate(0deg);}
.foot_dh_ss form span:hover:after{-webkit-transform: rotate(90deg);transform: rotate(90deg);}


.dw_fh{position: fixed;right: 0;bottom: 25px;width: 40px;height: 81px;cursor: pointer;z-index: 9;}
.dw_fh .dw_fh_zxzx{display: block; width: 40px;height: 40px;font-size: 24px;line-height: 40px;text-align: center;color: #fff;background: #fe7e00;}
.dw_fh .dw_fh_fhdb{width: 40px;height: 41px;font-size: 24px;line-height: 40px;text-align: center;color: #fff;background: #1b9be6;display: none;margin-top: 1px;}


.bat{margin-top: 80px;position: relative;overflow: hidden;}
.bat img{display: none;width:1920px;position: relative;left: 50%;margin-left: -960px;}

.ny_dqlj{padding: 40px 0 0;/*border-bottom: 1px solid #eee;*/display:none;}
.ny_dqlj .w1200{border-bottom: 1px solid #eee;}
.ny_dqlj .l{float: right;}
.ny_dqlj .l em{float: left; width:16px;height:60px;margin-right:5px;background:url(../img/home.png) no-repeat center;}
.ny_dqlj .l i{float: left;width:10px;height:60px;margin:0 5px;background:url(../img/sNav_icon.png) no-repeat center;}
.ny_dqlj .l span{float: left;font-size:14px;color:#666;line-height: 60px;}
.ny_dqlj .l a{float: left;font-size:14px;color:#666;line-height: 60px;}
.ny_dqlj .l a:hover{color:#31a4e6;}
.ny_dqlj .l a.on{color:#31a4e6;}
.ny_dqlj .r{float: left;font-size: 16px;line-height: 60px;color: #31a4e6;font-weight: bold;}

.ny_fl{padding-top: 60px;text-align: center;}
.ny_fl dl dd{display: inline-block;margin:0 8px;}
.ny_fl dl dd a{display: block;padding: 0 25px;text-align: center;font-size: 14px;line-height: 50px;color: #666; background: #f2f2f2;-webkit-transition:0.5s;transition:0.5s;border-radius: 5px;}
.ny_fl dl dd.on a{color:#fff;background:#31a4e6;}
.ny_fl dl dd a:hover{color:#fff;background:#31a4e6;}

.ny_st{padding: 60px 0 60px;}
.ny_gy{position: relative;}
.ny_gy img{max-width:100%;}
.ny_gy table{width:100%;border: 1px solid #eee;border-width: 1px 1px 0 0;font-size:12px;line-height:18px;}
.ny_gy th{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;background: #f8f8f8;color: #333;}
.ny_gy td{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;}
.ny_gy_l{width: 48%;}
.ny_gy_bt{font-size:24px;color: #31a4e6;line-height:30px;padding-bottom:20px;position: relative;font-weight: bold;}
.ny_gy_bt:after{content: "";position: absolute;left: 0;bottom: 0;width: 30px;height: 2px;background: #31a4e6;}
.ny_gy_txt{font-size: 16px;line-height: 35px;color: #666;margin-top: 20px;}
.ny_gy_r{width: 48%;}
.ny_gy_r img{display: block; width: 100%;}

.ny_xc{}
.ny_xc ul li{float: left;width: 31.333%;margin:0 3% 3% 0;}
.ny_xc ul li:nth-child(3n){margin-right: 0;}
.ny_xc ul li .h1{overflow: hidden;border: 1px solid #eee;padding: 0;}
.ny_xc ul li .h1 img{display: block; width: 100%;-webkit-transition:0.5s; transition:0.5s;padding: 0;}
.ny_xc ul li:hover .h1 img{transform:scale(1.1); -webkit-transform:scale(1.1);}
.ny_xc ul li .h2{font-size: 16px;line-height: 20px;text-align: center;padding: 20px 0 0;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;color: #333;}

.pagination{width:100%; height:auto;text-align:center; font-size:0px; position:relative; overflow:hidden; margin:0px auto 80px; text-transform:uppercase;}
.pagination a,.pagination span{display:inline-block; padding:0 25px; line-height:40px; font-size:14px; border:1px solid #eee; margin:0 5px;color: #666;background: #fff;}
.pagination span.current,.pagination a:hover{color:#fff; border-color:#31a4e6; background:#31a4e6;}

.ny_cp{}
.ny_cp ul li{float: left;width: 32%;margin: 0px 2% 2% 0;}
.ny_cp ul li:nth-child(3n){margin-right:0;}
.ny_cp ul li .h3_img{overflow: hidden;border: 1px solid #eee;}
.ny_cp ul li .h3_img img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;}
.ny_cp ul li:hover .h3_img img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.ny_cp ul li .h3_txt{font-size: 14px;line-height: 20px;padding: 15px 0;color: #666;text-align: center;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}

.ny_cp_qh{padding: 0px 0 80px;}
.ny_cp_qh_fhsyy{padding-bottom: 10px;}
.ny_cp_qh_fhsyy a{float: left;font-size: 14px;line-height: 30px;color: #666;}
.large_box{margin-bottom:10px;width:100%;height:auto;overflow:hidden;margin: auto;background: #fff;}
.large_box ul li{display: none;}
.large_box img{display:block;width: 100%;margin: auto;}
.small_box{width:100%;height:110px;overflow:hidden;padding: 0 30px;position: relative;max-width: 1680px;margin:20px auto 0;}
.small_list{position:relative;float:left;width:100%;height:110px;overflow:hidden}
.small_list ul{height:110px;overflow:hidden}
.small_list ul li{position:relative;float:left;width:110px;height: 110px; background: #fff;border: 2px solid #fff;}
.small_list ul li 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;-moz-opacity:.5;-khtml-opacity:.5;opacity:.5;filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); -webkit-filter: grayscale(100%);}
.small_list ul li.on img{-moz-opacity:1;-khtml-opacity:1;opacity:1;filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0); -webkit-filter: grayscale(0);}
.small_list ul li.on{border: 2px solid #eee;}
.small_box .btn{position: absolute;top: 0; width:20px;height:110px;background-color:#f6f6f6;background-repeat:no-repeat;background-position:center center;cursor:pointer}
.left_btn{left:0;background-image:url(../img/left_btn.png)}
.right_btn{right:0;background-image:url(../img/right_btn.png)}
.cpxq_tp{padding-bottom: 80px;}
.cpxq_tp img{display: block;max-width: 100%;margin: auto;}
.ny_cp_qh_l{float: left; width:50%;}
.ny_cp_qh_r{float: right; width:45%;}
.ny_cp_qh_r .h11{font-size: 24px;color: #333;line-height: 35px;border-bottom: 1px solid #eee;padding-bottom: 15px;}
.ny_cp_qh_r .h22{font-size: 14px;color: #666;line-height: 30px;padding-top: 15px;}
.ny_cp_qh_r .h22 table{width:100%;border: 1px solid #eee;border-width: 1px 1px 0 0;}
.ny_cp_qh_r .h22 th{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;background: #f8f8f8;color: #333;}
.ny_cp_qh_r .h22 td{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;}
.ny_cp_qh_r .h22 td:nth-child(1){background: #f6f6f6;color: #333;}
.cpxq_ckgd{margin-top: 30px;}
.cpxq_ckgd a{display: block;width: 150px;line-height: 40px;color: #fff;text-align:center;font-size: 14px;background: #31a4e6; -webkit-transition:0.5s;transition:0.5s;border-radius: 5px;}
.nycp_xqbt{font-size:24px; height:50px; border-bottom: 1px solid #eee;line-height:30px; color:#333;}
.ny_txt{font-size: 14px;line-height: 30px;color: #666;padding-top: 20px;}
.ny_txt table{border: 1px solid #eee;border-width: 1px 1px 0 0;width: 100%;}
.ny_txt table th{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;background: #f2f2f2;color: #333;line-height: 24px;text-align: left;}
.ny_txt table td{border: 1px solid #eee;border-width:0 0 1px 1px;padding: 10px 20px;}

.view-page{width:100%; position:relative; margin:40px 0; height:30px; border-top:1px solid #e6e6e6; padding-top:30px;}
.view-page .prev,.view-page .back,.view-page .next{font-size:14px;height:38px; border:solid 1px #e6e6e6; line-height:38px; position: absolute;transition:background-color .25s ease-in-out;-moz-transition:background-color .25s ease-in-out;-webkit-transition:background-color .25s ease-in-out;}
.view-page .prev{left:0;}
.view-page .prev a,.view-page .next a{text-align:center;}
.view-page a{display:block; padding:0 20px;color: #333;} 
.view-page .back{left:50%; margin-left:-50px;}
.view-page .back a{background:#31a4e6; color:#fff; text-align:center;}
.view-page .next{right:0;}
.view-page .prev:hover a{color:#fff; background:#31a4e6;}
.view-page .next:hover a{color:#fff; background:#31a4e6;}
.view-page .back:hover a{background:#31a4e6; color:#fff;}

.ny_yyly{font-size: 14px;line-height: 30px;color: #333;position: relative;}
.ny_yyly ul{}
.ny_yyly ul li{float: left;width:100%;margin: 0 0 50px 0;position: relative;border-bottom: 1px solid #eee;padding-bottom: 50px;}
.ny_yyly ul li:last-child{margin-bottom: 0;}
.ny_yyly ul li .ny_yyly_txt_img{float: left;width: 40%; overflow: hidden;}
.ny_yyly ul li .ny_yyly_txt_img img{display: block;width: 100%; -webkit-transition:0.5s;transition:0.5s;}
.ny_yyly ul li .ny_yyly_txt_img:hover img{-webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_yyly_txt_wz{position: absolute;top: 0;bottom: 80px;right: 0; width: 55%;padding-top: 30px;}
.ny_yyly_txt_wz2{}
.ny_yyly_txt_wz .h1{font-size: 24px;line-height: 24px;color: #333;padding-bottom: 15px;-webkit-transition:0.5s;transition:0.5s;}
.ny_yyly_txt_wz .h1:hover{color: #3cacec;}
.ny_yyly_txt_wz .h2{font-size: 14px;line-height:30px;color: #666;-webkit-transition:1s;transition:1s;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.ny_yyly_txt_wz .h3{position: absolute;bottom: 50px;left: 0; font-size: 14px;line-height: 30px;color: #666;-webkit-transition:0.2s;transition:0.2s;}
.ny_yyly_txt_wz .h3 span{font-size: 12px;color: #666;font-weight: bold;-webkit-transition:0.2s;transition:0.2s;padding-left: 5px;}
.ny_yyly_txt_wz .h3:hover{color: #3cacec;}
.ny_yyly_txt_wz .h3:hover span{padding-left: 10px;color: #3cacec;}
.ny_yyly ul li.odd .ny_yyly_txt_img{float: right;}
.ny_yyly ul li.odd .ny_yyly_txt_wz{right:auto;left: 0;}
.ny_yyly_txt_wz .h4{position: relative;font-size: 14px;line-height: 30px;color: #999;padding-bottom: 10px;}
.ny_yyly_txt_wz .h4 .h4_bt{float: left;}
.ny_yyly_txt_wz .h4 .h4_lb{float: left;margin-left: 5px;}

.ny_xw_xq{}
.ny_tw_bt{width:100%; line-height:30px; padding:0px; font-size:14px;padding-bottom: 20px;}
.ny_tw_bt.ny_tw_bt2 .h3{float: left;padding-bottom: 20px;padding-right: 30px;}
.ny_tw_bt.ny_tw_bt2 .h4{float: left;}
.ny_tw_bt.ny_tw_bt2{border-bottom: 1px solid #eee;}
.ny_tw_bt .line{padding:0 10px; color:#333;}
.ny_tw_bt p{color: #999;padding-top: 30px;}
.ny_tw_bt .color-blue{color:#666;}
.ny_tw_bt .h3{ line-height:24px; font-size:24px;color:#333;}
.ny_tw_bt .h4{position: relative;font-size: 14px;line-height: 30px;color: #666;}
.ny_tw_bt .h4 .h4_bt{float: left;}
.ny_tw_bt .h4 .h4_lb{float: left;margin-left: 5px;}
.ny_tw_bt .h5{float: right;}
.ny_tw_bt .h5 a{font-size: 14px;line-height: 30px;color: #666;display: block;-webkit-transition:0.5s;transition:0.5s;}
.ny_tw_bt .h5 a:hover{color: #3cacec;}
.ny_tw{ font-size:14px; line-height:30px; color:#666; padding:30px 0 0px;}
.ny_tw img{ display:block; max-width:100%; margin:auto;}

.ny_tw table{width:100%;border: 1px solid #eee;border-width: 1px 1px 0 0;}
.ny_tw th{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;background: #f8f8f8;color: #333;}
.ny_tw td{border: 1px solid #eee;border-width: 0 0 1px 1px;padding:5px 10px;}

.ny_zp{position: relative;}
.ny_zp ul{margin-top: 0px;}
.ny_zp ul li{padding:30px 30px 30px 30px; position:relative;float: left;width: 49%;margin:0 2% 2% 0;background: #fff;border: 1px solid #eee;}
.ny_zp ul li:nth-child(2n){margin-right:0;}
.ny_zp_img{float: left; overflow:hidden;line-height:30px;font-size: 24px;color: #333;padding-right:5px;}
.ny_zp ul li .ny_zp_txt{ position:relative;}
.ny_zp ul li .ny_zp_txt .h1{ font-size:22px; line-height:35px; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.ny_zp ul li .ny_zp_txt .h2{ font-size:14px; line-height:30px; color:#666;margin-top: 15px;height: 150px;overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.ny_zp ul li .ny_zp_txt .h3{font-size:14px; line-height:35px; color:#3cacec;width: 120px;border: 1px solid #3cacec; text-align: center;margin-top: 20px;cursor: pointer;}
.ny_zp ul li .ny_zp_txt .h3:hover{color:#fff;background: #3cacec;border: 1px solid #3cacec;}

.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: #444;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: #3cacec;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: #3cacec;border-radius:2px;}
.ny_zp_tc_xx .jl{display:block; font-size:14px; line-height:40px; color:#3cacec;width: 150px;border: 1px solid #3cacec;text-align: center;margin-top: 20px;margin-bottom: 5px;}
.ny_zp_tc_xx .jl:hover{color:#fff;background: #3cacec;border: 1px solid #3cacec;}
.ny_zp_tc_xx_gd .h1{padding-bottom: 15px;font-size: 24px;color: #333;}
.ny_zp_tc_xx_gd .h2{font-size: 14px;line-height: 30px;color: #666;}

.ny_xw{}
.ny_xw ul li{float: left;width: 30.666%;margin:0 4% 4% 0;}
.ny_xw ul li:nth-child(3n){margin-right:0;}
.ny_xw ul li .h1{overflow: hidden;}
.ny_xw ul li .h1 img{display: block;width: 100%;-webkit-transition:0.5s;transition:0.5s;padding: 0;}
.ny_xw ul li .h1 a:hover img{ -webkit-transform:scale(1.1);transform:scale(1.1);}
.ny_xw ul li .h3{padding: 10px 0 0;}
.ny_xw ul li .h3 a{display: block; font-size: 16px;line-height: 30px; color:#333;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;-webkit-transition:0.5s;transition:0.5s;}
.ny_xw ul li .h3 a:hover{color: #3cacec;}
.ny_xw ul li .h4{font-size: 14px;line-height:24px; color:#999;}
.ny_xw ul li .h5{font-size: 14px;line-height:24px; color:#666;margin-top: 5px;height:48px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.view-page2{position:relative; padding-top:20px;border-top: 1px solid #eee;margin-top: 30px;}
.view-page2 .prev,.view-page2 .next{font-size:14px;line-height:38px;width:45%;}
.view-page2 .prev{float: left;}
.view-page2 .prev a,.view-page2 .next a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.view-page2 a{display:block;color: #666;} 
.view-page2 .next{float: right;text-align:right;}
.view-page2 .prev:hover a{color:#3cacec;}
.view-page2 .next:hover a{color:#3cacec;}

.ny_tw_bt2{text-align:center; line-height:30px; padding:0px; font-size:14px;color: #666;}
.ny_tw_bt2 .line{padding:0 15px;color: #666;}
.ny_tw_bt2 span.iconfont{padding-right: 5px;}
.ny_tw_bt2 .h3{padding:0 0 20px; line-height:24px; font-size:24px;color: #333;}

.sy_xl_div{}
.sy_xl_txt{ font-size:14px; line-height:30px; width:48%;padding-top:0px;}
.spz18_000{ font-size:24px;display: block;padding-bottom: 30px;}
.sy_xl_ly{ width:48%;}
.sy_xl_ly form input{ display:block; width:100%; border:1px solid #eee; border-radius:3px; margin-bottom:10px; font-size:14px; line-height:40px; padding:0 10px;background: none;}
.sy_xl_ly form textarea{ display:block; width:100%; border:1px solid #eee; border-radius:3px; margin-bottom:10px; font-size:14px; line-height:30px; padding:5px 10px; height:120px;color: #666;background: none;}
.sy_xl_ly form a{ display:block; width:180px;  border-radius:3px;font-size:14px; line-height:40px;border:1px solid #eee; text-align:center; color:#666; margin:auto;-webkit-transition:0.3s;transition:0.3s;}
.sy_xl_ly form a:hover{background:#3cacec;color: #fff;border:1px solid #3cacec;}
.ny_lx{padding:60px 0 0px;}