*,html,body{padding:0; margin:0;outline: none;}
body{font-size:14px; font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;overflow-x: hidden;}
a{color:#626262; transition: all 0.25s linear;}
a,a:hover,a:active,a:focus{text-decoration:none;outline:none; word-wrap:break-word;}
a:hover {color:#253b46;-webkit-transition: all 400ms;transition: all 400ms;}
i,em{font-style:normal;}
ul,li{list-style:none;}
img {transition: all 0.5s;overflow:hidden;}
input{overflow: visible; vertical-align: middle;outline: none;font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;}
.of{overflow:hidden;}
.elli{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}/* 单行超出隐藏带省略号 */
.clamp{display: -webkit-box; -webkit-box-orient: vertical;/*  -webkit-line-clamp: 3; */ overflow: hidden;}/* 多行超出隐藏带省略号 */
.flex{display:flex;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;}/* 水平等分可换行，两端对齐 */
.flex_c{display:flex; -webkit-justify-content:center; justify-content:center;flex-wrap:wrap;}/* 水平居中 可换行 */
.flex_m{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}/* 水平居中 垂直居中 可换行 */
.wrap{max-width:480px;height:100%;margin:0 auto;}

/* 阿里图标 unicode引用 */
@font-face {
  font-family: "iconfont"; /* Project id 3007868 */
  src: url('iconfont.woff2?t=1639969733728') format('woff2'),
       url('iconfont.woff?t=1639969733728') format('woff'),
       url('iconfont.ttf?t=1639969733728') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 大图轮播 */
.swiper-container-1{width:100%;}
.swiper-container-1 a{max-width:100% !important; display:block;margin:0 auto;}
/* .swiper-container-1 .swiper-pagination-bullet { background:#0079ff; width:8px; height:8px; opacity:1; }
.swiper-container-1 .swiper-pagination-bullet-active { width:30px; background:#0079ff; border-radius:30px; } */

/* 图标菜单 */
.menudiy li{width:calc(100% / 4); text-align:center; margin-top:15px;}
.menudiy li a{display:block;}
.menudiy span{width:60px; height:60px; line-height:60px; font-size:30px; border-radius:100%; color:#fff;display: inline-block;}
.menudiy p{line-height:30px; margin-bottom:0;}
.menudiy span{margin:0;}
.menudiy li:nth-child(1) a span{background:#e97452;}
.menudiy li:nth-child(2) a span{background:#514cb4;}
.menudiy li:nth-child(3) a span{background:#449f93;}
.menudiy li:nth-child(4) a span{background:#286b0a;}
.menudiy li:nth-child(5) a span{background:#4e8ef7;}
.menudiy li:nth-child(6) a span{background:#e59649;}
.menudiy li:nth-child(7) a span{background:#20739c;}
.menudiy li:nth-child(8) a span{background:#e5bf52;}

/* 首页栏目 */
.indtit{border-bottom:2px solid #253b46;margin-bottom:10px; height:37px; line-height:37px;}
.indtit h3 a{margin:0; background:#253b46;color:#fff; float:left;font-size:16px; font-weight:normal; line-height:37px; padding:0 20px;}
.indtit p{font-size:14px; text-align:right; float:right;}
.indtit p a{color:#363535;}

/* 新闻列表 */
.list li,.newslist li{line-height:42px;border-bottom:1px #d8d8d8 solid;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.list li span,.newslist li span{float:right;color:#666;padding-left:10px;}
.list li i,.newslist li i{margin-right:10px;margin-top:19px;display:inline-block;width:5px;height:5px;background:#666;vertical-align:middle;float:left;}
.list li a,.newslist li a{transition:all .3s linear;}
.list li a:hover,.newslist li a:hover{color:#0079ff;}

/* 首页应用案例 */
.case ul li{float:left;border:1px solid #e2e2e2;background:#fff;}
.case ul img{max-width:100%;max-height:100%;}
.case ul h5{color:#555;font-weight:normal;text-align:center;padding:0 5px;}

/* 表格 */
.table th,.table td {margin:0;padding:0;-webkit-tap-highlight-color:rgba(0,0,0,0);}
.table table {border-collapse:collapse;border-spacing:0;}
.table {width:100%;margin:15px 0;background-color:#fff;color:#666;}
.table tr {transition:all .3s;-webkit-transition:all .3s;}
.table th {text-align:left;font-weight:400;}
.table thead tr,.table tbody tr:hover {background-color:#f2f2f2;}
.table th,.table td {border:1px solid #e6e6e6;padding:9px 15px;min-height:20px;line-height:20px;font-size:14px;}
/* 内页 */
.main {overflow:hidden;}

/* 位置导航 */
.breadcrumb {font-size:14px;color:#666; width:100%;overflow:auto;white-space:nowrap;line-height:58px;border-bottom:1px solid #eee;}
.breadcrumb i {padding-right:10px;}
.breadcrumb a {color:#666;}
.breadcrumb>li {display:inline-block;}
.breadcrumb>li+li:before {padding:0 5px;color:#666;content:"/\00a0";}

/* 单页面 */
.content{overflow:hidden;}
.content img{margin:0 auto;}

/* 新闻详情页 */
.newsview {text-align:left;overflow:hidden;}
.newstit {text-align:center;font-size:24px;color:#000;margin:20px auto;}
.newsinfo {padding-bottom:20px!important;margin-top:10px!important;text-align:center;color:#b4b4b4;font-size:14px;border-bottom:1px solid #eee;}
.pipe {color:#b4b4b4;padding:0 8px;}
.newscon {color:#555;line-height:24px;padding-top:10px;}
.newscon p {padding:8px 0;}
.newscon img{margin:0 auto; display: block;}
/* 上一篇下一篇 */
.nextcon {border-top:1px solid #eee;padding-top:10px;margin-top:20px;}
.nextcon p {white-space:nowrap;text-overflow:ellipsis;margin-top:10px;padding:0;overflow:hidden;}
.nextcon p a:hover {color:#0079ff;}

/* 新闻列表 */
.newslist {margin:20px 0;overflow:hidden;}
.newslist ul li {width:100%;height:42px;line-height:41px;overflow:hidden;border-bottom:dotted 1px #eee;}
.newslist ul li a {color:#363535;font-size:14px;height:41px;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.newslist ul li a i {margin-right:10px;}
.newslist ul li a span {float:right;padding-left:10px;}
.newslist ul li a:hover {color:#0079ff;}

/* 图片列表 */
.piclist ul{overflow:hidden;}
.piclist li{float:left;border:1px solid #e1e1e1;text-align:center;box-sizing:border-box;cursor:pointer;overflow:hidden;}
.piclist li a{display:block;}
.piclist li img{max-width:100%;max-height:100%;}
.piclist li p{line-height:35px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 留言表单 */
.diyform{max-width:385px;}
.form_name{margin:15px 0 5px;}
.farea{background:#f2f2f2; border:1px solid #e2e2e2; padding:10px; box-sizing:border-box;}
.input-text{background: #f2f2f2;padding:0 10px;line-height:35px; border:1px solid #e2e2e2;box-sizing:border-box;}
#code_img{display:inline-block; height:37px; margin-top:-1px; margin-left:5px;}
#dosubmit{background:#253b46; color:#fff; line-height:38px; border:none; padding:0 80px; cursor:pointer;}

/* 联系我们地图 */
.map_position {position:relative;background:#253b46;display:inline-block;padding:0 5px;color:#fff;cursor:pointer;height:24px;line-height:24px;border-radius:2px;}
.map_position:hover {background:#0079ff;}
.map_position .map_pos_bt {position:absolute;width:8px;height:8px;background:url(../wyimages/map_ico.png) no-repeat;left:10px;top:22px;}
.map_position .map_mouseover {background-position:0px -9px;}
.map_position:hover .onepoint {background-position:0px -9px;}
h3.lt {font-size:16px;font-weight:700;margin-top:10px;margin-bottom:10px;}
.map_tip_top {width:100%;}
.map_tip_intro p {color:#8A8A8A;font-size:12px;margin:5px 0 0 0;}

/* 分页 */
#pages {margin:30px 0;border-radius:4px;}
#pages > a,#pages > span {float:left;font-size:16px;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#253b46;text-decoration:none;background-color:#fff;border:1px solid #ddd;}
#pages > a:first-child {margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px;}
#pages > a:last-child {border-top-right-radius:4px;border-bottom-right-radius:4px;}
#pages > a:hover,#pages > a:focus {color:#253b46;background-color:#eee;border-color:#ddd;}
#pages > span {color:#fff;background-color:#253b46;border-color:#253b46;}
#pages > span.pagemore {color:#253b46;background-color:#fff;border:1px solid #ddd;}

/* 友情链接 */
.hotkey{line-height:24px; padding:25px 0; border-bottom: #eee 1px solid;}
.hotkey b{font-weight:normal; color: #323232;}
.hotkey a{padding-right:15px; white-space: nowrap;}

/* 底部 */
.copyright{color:#aaa; background:#333; text-align:center;line-height:24px;}
.copyright a{color:#aaa;white-space: nowrap;}

.w1200{margin:0 15px;}
.pd{padding:20px 0;}
.mt20{margin-top:20px;}
.swiper-container-1{margin-top:50px;}
.swiper-container-1 .swiper-slide a{height:150px;}
/* .swiper-container-1>.swiper-pagination-bullets{ bottom:0 !important; } */

.about h2{font-size:18px;padding-bottom:10px;color:#333;}
.about p{line-height:20px;}
.about img{width:150px;padding:3px;border:1px solid #eee;float:left;margin-right:10px;margin-bottom:2px;}
.case ul li{width:calc(50% - 7.5px);margin-bottom:15px;}
.case ul li .imgbox{width:100%;height:100px;}
.case ul li h5{font-size:14px;line-height:35px;}

.news li a{height:30px;line-height:30px;}
.main {padding-bottom:15px;}
.piclist li{width:calc(50% - 7.5px); margin-right:15px;margin-top:15px;}
.piclist li:nth-child(2n+2){margin-right:0;}
.piclist li .imgbox{width:100%;height:120px;}
.imgnewslist {margin:0 0 15px;overflow:hidden;}
.imgnewslist .media {border-bottom:dotted 1px #eee;padding-bottom:15px;margin-top:15px;}
.imgnewslist a img {width:100%;}
.imgnewslist a img:hover {filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity:.8;/* transition:all .1s linear;*/}
.imgnewslist h4{text-align:center;}
.imgnewslist h4 a {font-size:18px;color:#474545;margin-top:5px;font-weight:bold;}
.imgnewslist h4 a:hover {color:#0079ff;}
.imgnewslist .desc a {padding:5px 0 0px;color:#746969;font-size:14px;display:block;line-height:22px;text-indent:2em;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}
.imgnewslist span{color:#999; line-height:30px;}
.imgnewslist span i{font-size:14px;}
.contactcon {padding:15px 0;line-height:24px;}
.content{padding:10px 0; line-height:20px; font-size:14px;}
.content p{margin-bottom:10px;line-height:20px;}
.newsview {padding-bottom:15px;}
.copyright{ padding:20px 15px;font-size:12px;margin-bottom:64px;}
.copyright em{display:block;}
#pages{margin:15px auto;}
.fixfoot{background:#fff; max-width:480px; width:100%; position:fixed; bottom:0; padding:5px 0; z-index:500;box-shadow: 0px -3px 6px rgba(0,0,0,0.2);}
.fixfoot li{width:25%;text-align:center;}
.fixfoot a{text-align:center;color:#253b46;}
.fixfoot span{width:30px; height:30px; line-height:30px; font-size:24px;margin:0;}
.fixfoot p{line-height:24px; margin-bottom:0;}