*,html,body{padding:0; margin:0;outline: none;}
body{font-size:14px; color:#555; 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:#183883;-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,textarea{overflow: visible; vertical-align: middle;outline: none;font-family: "microsoft yahei", "微软雅黑", Tahoma, Helvetica, Arial, sans-serif;}
.grey{background:#f8f8f8;}
.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;align-items:center;align-content:center;}/* 水平居中 垂直居中 可换行 */

/* 阿里图标 unicode引用 */
@font-face {
  font-family: "iconfont"; /* Project id 4537222 */
  src: url('iconfont.woff2?t=1718098636057') format('woff2'),
       url('iconfont.woff?t=1718098636057') format('woff'),
       url('iconfont.ttf?t=1718098636057') format('truetype');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 头部 */
.header{position:fixed;width:100%;left:0;top:0;z-index:100;}
.logo{margin-top:15px;}
.tel{line-height:70px;margin-top:10px;color:#fff;}
.tel b{font-size:24px;margin-left:8px;}
.tel i{font-size:42px;}

/* 菜单 */
.top-nav {height:90px;line-height:90px;}
.top-nav li {float:left;display:block;position:relative;}
.top-nav li a {width:104px;color:#fff;font-size:16px;/* font-weight:bold; */display:block;text-align:center;}
.top-nav ul {display:none;position:absolute;top:100%;left:-48px;z-index:1000;background:#fff;line-height:45px;}
.top-nav ul li {width:200px;position:relative;border-bottom:1px solid #eee;border-left:1px solid #eee;border-right:1px solid #eee;box-sizing:border-box;}
.top-nav ul li a {min-width:100%;box-sizing:border-box; padding:0px 15px;font-size:14px;font-weight:normal;color:#333;display:block;clear:both;white-space:nowrap;}
.top-nav li ul li a:hover{background:#183883;color:#fff;}
.top-nav li span{ display: block; width: 100%; height: 3px; background: #183883; position: absolute; left: 0; bottom: 3px; z-index: 999;transition: all 0.3s; transform: scale(0);}
.top-nav li:hover span{ transform: scale(1);}
.header_col{ background:#fff;box-shadow: 0 3px 4px rgba(100, 100, 100, 0.1);}
.top-nav li a.head_hui{color:#222;}
.blue{color:#183883;}

/* 大图轮播 */
.swiper-container-1{width:100%;}
.swiper-container-1 .swiper-pagination-bullet { background:#ffffff; width:8px; height:8px; opacity:1; }
.swiper-container-1 a{max-width:100% !important; display:block;margin:0 auto;background-position:center top;background-repeat:no-repeat;}
.swiper-container-1 .swiper-pagination-bullet-active { width:30px; background:#dd2024; border-radius:30px; }

/* 首页栏目 */
.indtit{text-align:center;}
.indtit h2{font-weight:bold;font-stretch:normal;letter-spacing:0px;color:#ecf4fa;text-transform: uppercase;}
.indtit h3{font-weight:bold;font-stretch:normal;letter-spacing:1px;color:#183883;}
.indtit p{font-weight:normal;font-stretch:normal;letter-spacing:0px;color:#666666;}

/* 首页产品 */
.product_scroll{margin:0 auto;position:relative;}
.product_scroll li{border:1px solid #e1e1e1;background:#fff;text-align:center;box-sizing:border-box;cursor:pointer;}
.product_scroll li img{display:block;}
.product_scroll li p{text-align:center;}
.product_scroll .swiper-button-prev,.product_scroll .swiper-button-next{background:none; width:40px;height:40px;margin-top:-22px;}
.product_scroll .swiper-button-prev span,.product_scroll .swiper-button-next span{font-size:40px;color:#666;}
.swiper-button-next::after, .swiper-button-prev::after{display:none;}

/* 首页 关于我们 */
.about_num{background:#183883;color:#fff;}
.about_num li{text-align:center;}
.about_num li h2 {font-weight:bold;font-stretch:normal;letter-spacing:0px;color:#ffffff;}
.about_num li h2 span {font-weight:normal;font-stretch:normal;letter-spacing:0px;color:#ffffff;margin-left:0px;}
.about_num li h3 {font-weight:normal;font-stretch:normal;letter-spacing:0px;color:#ffffff;}
.about_img img{width:100%;}
.about_con{box-sizing:border-box;}
.about_txt{text-indent:2em;color:#333;}
a.more_btn{background:#183883;color:#fff;box-shadow:0 3px 12px rgba(26,82,238,0.2);display:block;text-align:center;}
a.more_btn i{margin-left:5px;}
a.more_btn:hover{color:#fff;}
a.more_btn:hover,a.more_btn:focus,a.more_btn:active {-webkit-transform:translateY(-5px);transform:translateY(-5px);}

/* 首页新闻 */
.indnews{overflow:hidden;}
.newstxt h5{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.indnews li a:hover h5{color:#1b4398;}
.newstxt span{color:#6d6d6d;}
.newstxt p{color:#6d6d6d;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

/* 表格 */
.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;}

/* 内页 */
.ban{width:100%; text-align:center; display:table;}
.channel{color:#fff; display:table-cell; vertical-align:middle;}
.channel b{text-transform:uppercase;}
.main {overflow:hidden;}

/* 左侧 */
.leftmain {width:280px;float:left;}
.catetit {background:#183883;padding:30px;text-align:center;}
.catetit h5 {font-size:28px;line-height:30px;display:block;color:#fff;}
.catetit span {color:#fff;font-size:24px;display:block;line-height:40px;font-family:impact;text-transform:uppercase;}
.catelist {padding:25px 0 15px 0;background:#fff;}
.catelist ul li a {width:252px;font-size:12px;height:36px;display:block;line-height:36px;border-radius:18px;text-align:center;color:#666;border: 1px solid #ddd;margin:0 auto 13px;}
.catelist ul li a:hover,.catelist ul li.current a {background:#183883;color:#fff;}
.contactbar {width:280px;height:239px;display:block;margin-top:30px;background:url(../wyimages/leftc.jpg) no-repeat center center;}
.contactbar b {display:block;padding-top:187px;font-size:25px;color:#fff;text-align:center;}

/* 位置导航 */
.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:#cc3031;}

/* 新闻列表 */
.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:#cc3031;}

/* 图片列表 */
.piclist ul{overflow:hidden;display:flex;flex-wrap:wrap;}
.piclist li{border:1px solid #e1e1e1;text-align:center;box-sizing:border-box;cursor:pointer;overflow:hidden;}
.piclist li a,.product li a{display:block;}
.imgbox{background:#fff;justify-content: center;}
.imgbox img{max-width:100%;max-height:100%;}
.piclist li p,.product li p{line-height:35px; text-align:center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* 招聘 */
.job{margin-top:50px;}
.job_tit{background:#183883;color:#fff;}
.job_tit,.job_list a{line-height:50px;}
.job_c1,.job_con{padding-left:30px;}
.job_c2,.job_c3{text-align:center;}
.job_c1,.job_c2,.job_c3{width:calc(100% / 3);border-right:1px solid #fff;box-sizing:border-box;}
.job_list li{margin-top:2px;}
.job_list li:nth-child(odd),.job_list li.active{background:#f6f6f6;}
.job_list li a.active {background:rgba(24,56,131,0.2);}
.job_con{display:none;padding:30px;line-height:1.8;}
.job_con p {font-size:16px;color:#333;line-height:1.8;margin-bottom:10px;}
.job_list li a .job_c3 span{transition: all 0.6s ease;display:inline-block;margin-right:10px;}
.job_list li a.active .job_c3 span{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}

/* 表格 */
table th,table td {margin:0;-webkit-tap-highlight-color:rgba(0,0,0,0);border-collapse:collapse;border-spacing:0;/* white-space: nowrap; */}
table {margin:15px 0;border-spacing:0;}
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;}

/* 留言表单 */
.input-text{padding:0 15px;}
.farea{padding:15px;width:100%;}
.input-text,.farea{background:#f2f2f2; border:1px solid #e2e2e2;box-sizing:border-box;-webkit-transition: all .3s ease;-o-transition: all .3s ease; transition: all .3s ease;}
.input-text.active,.farea.active{background:#ebeff8;border:1px solid #c1cfee;}
#dosubmit{line-height:50px;border-radius:5px;background:#183883; color:#fff; border:none; cursor:pointer;}
#dosubmit:hover{background:#dd2024;transition:background .3s;}

/* 联系我们地图 */
.map_position {position:relative;background:#183883;display:inline-block;padding:0 5px;color:#fff;cursor:pointer;height:24px;line-height:24px;border-radius:2px;}
.map_position:hover {background:#183883;}
.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;}

/* 右侧客服 */
.sidelink{width:77px;height:160px;background:#222;text-align:center;transition:all 0.5s;display:flex;align-items:center;justify-content:center;}
.sidelink:hover {background: rgb(24 56 131 / 100%);}
.sidelink a,.sidelink span,.sidelink i,.sidelink p{display:block;}
.sidelink span{font-size:30px;color:#fff;}
.sidelink i {margin:8px auto;width:1px;height:15px;background:#fff;transition:all 0.5s ease;}
.sidelink p{color:#fff;font-size:14px;writing-mode:vertical-lr;margin:0 auto;letter-spacing:1px;}
.client {position:fixed;right:-170px;bottom:75px;z-index:900;}
.client li a {text-decoration:none;}
.client li {margin-top:1px;clear:both;height:71px;position:relative;}
.client li i {font-size:32px;color:#fff;}
.client li p {height:20px;font-size:14px;line-height:20px;overflow:hidden;text-align:center;color:#fff;}
.client .my-kefu-ftop {display:none;}
.client .my-kefu-left {float:left;width:77px;height:47px;position:relative;text-align:center;}
.client .my-kefu-tel-right {font-size:16px;color:#fff;float:left;height:24px;line-height:22px;padding:0 15px;border-left:1px solid #fff;margin-top:14px;}
.client .my-kefu-right {width:20px;}
.client .my-kefu-tel-main {background:#183883;color:#fff;height:56px;width:247px;padding:9px 0 6px;float:left;}
.client .my-kefu-main {background:#183883;width:97px;height:56px;position:relative;padding:9px 0 6px;float:left;}
.client .my-kefu-weixin-pic {position:absolute;left:-150px;top:-24px;display:none;z-index:333;}
.client .my-kefu-weixin-pic img { width: 150px;}

/* 分页 */
#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:#183883;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:#183883;background-color:#eee;border-color:#ddd;}
#pages > span {color:#fff;background-color:#183883;border-color:#183883;}
#pages > span.pagemore {color:#183883;background-color:#fff;border:1px solid #ddd;}

/* 底部 */
.foot{background:#214496;}
.copyright{background:#183883;}
.foot,.copyright{font-size:15px;color:#f4f5f6;}
.foot a,.copyright a{color:#f4f5f6;}
.foot a:hover,.copyright a:hover{color:#fff;}

/* 电脑端 */
@media only screen and (min-width:780px) {
    .only_mobile{display:none;}
    .fl{float: left;}
    .fr{float: right;}
    .w1200{/* width:1200px; */width: 94%; max-width:1400px; margin:0 auto;}
    .pd{padding:80px 0;}
    .pr{position: relative;}
    .pa{position: absolute;}
    .mt50{margin-top:50px;}
    .mt20{margin-top:20px;}
    /* .swiper-container-1,.ban{margin-top:85px;} */
    .swiper-container-1 .swiper-slide a{height:850px;background-size:auto;}
    .swiper-container-1>.swiper-pagination-bullets{bottom:28px !important; }
    .indtit h2{font-size:80px;line-height:65px;}
    .indtit h3{font-size:48px;margin-top:-41px;line-height:50px;}
    .indtit p{font-size:18px;line-height:20px;margin-top:20px;}

    /* 首页产品 */
    .product_scroll{padding:0 60px;max-width:1400px;}
    /* .product_scroll li{width:279px;} */
    .product_scroll li .imgbox{width:100%; height:300px; }
    .product_scroll li p{line-height:50px;font-size:16px;}
    .swiper-container-3 li{width:calc(25% - 28px);}

    /* 首页关于 */
    .about_num{padding:65px 0;}
.about_num li{width:25%;}
.about_num li h2 {font-size:38px;line-height:30px;}
.about_num li h2 span {font-size:16px;line-height:24px;}
.about_num li h3 {font-size:16px;margin-top:11px;line-height:17px;}
.about_img,.about_con{width:50%;}
.about_con{padding:50px;}
.about_con h2{font-size:32px;}
.about_txt{font-size:16px;line-height:1.8;margin-top:30px;}
    a.more_btn{margin-top:35px;width:150px;line-height:45px;font-size:16px;border-radius:50px;}

    /* 首页新闻 */
.indnews li{/* float:left;width:376px; margin-left:33px; */width:calc(33% - 15px);border:1px solid #eee; border-bottom:2px solid #d2d2d2;}
.indnews li:hover{ border-bottom:2px solid #1b4398;}
.indnews li:first-child{margin-left:0;}
.indnews li img{width:100%; height:335px;}
.newstxt{padding:20px 15px 30px;}
.newstxt h5{font-size:20px;line-height:35px;}
.newstxt span{line-height:30px; font-size:16px;}
.newstxt p{line-height:24px;font-size:16px;margin-top:20px;}

/* 表格 */
table {/* min-width:60%; */width:100%;}
table th,table td {padding:9px 15px;min-height:30px;line-height:30px;font-size:16px;}
/* 留言表单 */
.diyform{margin:20px 0 30px;}
.input-text{line-height:50px;width:48%;}
.farea{height:200px;}
.input-text,.farea{margin-top:20px;}
#dosubmit{margin-top:20px; padding:0 80px;font-size:18px;}
    /* 内页 */
    .ban{height:420px;}
    .channel b{font-size:20px;}
    .channel p{font-size:36px; margin-bottom:10px;text-shadow: 2px 2px 0px rgba(51,51,51,.3);}
    .channel span{font-size:42px;}
    .main {padding:30px 0;background-color:#f5f5f5;}
    .rightmain {float:right;background:#fff;width:calc(100% - 370px);min-height:745px;padding:0 30px;}
    .piclist li{width:calc(100% / 3 - 20px);margin-right:30px;margin-top:30px;padding:10px 10px 0 10px;}
    .piclist li:nth-child(3n+3) {margin-right: 0;}
    .piclist li .imgbox{width:100%;height:220px;}
    .imgnewslist {margin:30px 0;overflow:hidden;}
    .imgnewslist .media {border-bottom:dotted 1px #c1c1c1;padding-bottom:15px;margin-top:15px;}
    .imgnewslist a img {max-width:220px;}
    .imgnewslist a img:hover {filter:alpha(opacity=80);-moz-opacity:.8;opacity:.8;-khtml-opacity:.8;/* transition:all .1s linear;*/}
    .imgnewslist h4 a {font-size:20px;color:#474545;font-weight:bold;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;}
    .imgnewslist h4 a:hover {color:#183883;}
    .imgnewslist .desc a {padding:10px 0 0px;color:#746969;font-size:14px;display:block;line-height:20px;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;}
    .media:first-child {margin-top:0;}
    .media,.media-body {overflow:hidden;zoom:1;}
    .media-body,.media-left,.media-right {display:table-cell;vertical-align:top;}
    .media-left {padding-right:20px;overflow:hidden;}
    .media-left a {display:block;}
    .contactcon {padding:30px 0;line-height:30px;}
    .content{padding:20px 0; line-height:30px; font-size:16px;}
    .content p{margin-bottom:10px; line-height:30px;}
    .newsview {padding-bottom:30px;}
    /* 底部 */
    .foot{ padding:50px 0;}
    .fcontact h5 {color:#fff;font-size:24px;margin-bottom:15px;}
    .fcontact p{line-height:3;border-bottom: 1px solid #375bad;}
    .foot dl{margin-right:12%;}
    .foot dt{font-size:18px;font-weight:bold;color:#fff;}
    .foot dt:after {content:"";display:block;width:20px;height:2px;background:#c7d8f1;margin:10px 0;}
    .foot dd{line-height:2.2;}
    .copyright{line-height:75px;}
    .copyright a{margin-left:20px;}
}
@media (max-width:1554px) and (min-width:1280px){
    .foot dl{margin-right:10%;}
    .fcontact{margin-right:77px;}
}
/* 手机端 */
@media only screen and (max-width:769px) {
    .only_pc{display:none;}
    .w1200{width:calc(100% - 20px);margin:0 10px;}
    .pd{padding:20px 0;}
    .mt50{margin-top:20px;}
    .mt20{margin-top:15px;}
    .swiper-container-1{margin-top:60px;}
    .swiper-container-1 .swiper-slide a{height:180px;background-size:cover;}
    .swiper-container-1>.swiper-pagination-bullets{ bottom:5px !important; }
    .indtit h2{font-size:36px;line-height:50px;}
    .indtit h3{font-size:24px;margin-top:-32px;line-height:36px;}
    .indtit p{font-size:14px;margin-top: 2px;}

    /* 首页产品 */
    /* .swiper-container-2{width:calc(100% - 100px);} */
    .swiper-container-2 li{margin-bottom:15px;}
    .swiper-container-3 li{margin-bottom:5px;}
    .product_scroll li{width:calc(50% - 2.5px);}
    .product_scroll li .imgbox{width:100%;height:180px;}
    .product_scroll li p{line-height:35px;font-size:14px;}

    /* 首页关于 */
    .about_num{padding:35px 0;}
.about_num li{width:50%;}
.about_num li:nth-child(n+3){margin-top:15px;}
.about_num li h2 {font-size:24px;}
.about_num li h2 span {font-size:14px;}
.about_num li h3 {font-size:16px;margin-top:5px;}
.about_img,.about_con{width:100%;}
.about_con{padding:30px 15px;}
.about_con h2{font-size:24px;}
.about_txt{font-size:14px;line-height:1.8;margin-top:20px;-webkit-line-clamp: 14;}
    a.more_btn{width:120px;line-height:35px;font-size:14px;border-radius:18px;margin:20px auto 0;}

    /* 首页新闻 */
.indnews li{width:100%;margin-top:15px;padding-bottom:15px;border-bottom:1px solid #eee;}
.indnews li a{display:flex;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;}
.news_img{width:26%;margin-right:4%;}
.news_img img{width:100%;}
.newstxt{width:70%;}
.newstxt h5{font-size:16px;line-height:30px;color:#333;}
.newstxt span{display:none;}
.newstxt p{line-height:24px;font-size:14px;}

/* 表格 */
table {width:100%;}
table th,table td {padding:9px 7px;min-height:20px;line-height:20px;font-size:14px;}
/* 留言表单 */
.diyform{margin:15px 0 30px;}
.input-text{line-height:50px;width:48%;}
.farea{height:200px;}
.input-text,.farea{margin-top:20px;}
#dosubmit{width:100%;margin-top:20px;font-size:16px;}
    /* 内页 */
    .ban{height:180px;margin-top:60px;}
    .channel b{font-size:14px;}
    .channel p{font-size:24px;margin-bottom:5px;font-weight:bold;}
    .channel span{font-size: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:#183883;}
    .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;} */
    /* 招聘 */
.job {margin-top:20px;font-size:14px;}
.job_c1{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.job_list li a .job_c3 span{margin-right:5px;}
.job_c1, .job_con {padding-left:15px;}
.job_con {padding:15px;}
    .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;}
    #pages{margin:15px auto;}
     /* 底部 */
    .copyright{font-size:14px;padding:15px 0;line-height:30px;margin-bottom:74px;text-align:center;}
    .copyright a{margin-left:10px;display:block;}
    .copyright span{display:block;}
    .fixfoot{background:#fff; width:100%; position:fixed; bottom:0; padding:10px 0; z-index:999999;box-shadow: 0px -3px 6px rgba(0,0,0,0.2);}
    .fixfoot li{width:25%;text-align:center;}
    .fixfoot a{text-align:center;color:#183883;}
    .fixfoot span{width:30px; height:30px; line-height:30px; font-size:24px;margin:0;}
    .fixfoot p{line-height:24px; margin-bottom:0;}
}