/*全局*/
* { margin: 0; padding: 0; list-style: none; } 
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; z-index: 1; } 
body { min-width: 1200px; overflow: auto; margin: 0 auto; background-color: #f7f7f7; font-family:"微软雅黑"; font-size:16px; color:#282727; position: relative; } 
ul,li { list-style:none; margin:0; padding:0; } 
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; } 
img { border:none; border:0; vertical-align:middle; max-width: 100%; max-height: 100%; } 
a { text-decoration:none; outline:none; font-size: 18px; color: #000; } 
p { margin:0; padding:0; } 
i,em { font-style:normal; } 
.cl:after,.clearfix:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.cl,.clearfix { *zoom:1; } 
.fl { float:left; } 
.fr { float:right; } 
.htmlgray { -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%); -ms-filter: grayscale(100%); -o-filter: grayscale(100%); filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); _filter: none; } 
.w1200 { width: 1200px; margin: 0 auto; } 
table { border-collapse: collapse; table-layout:fixed !important; width:100% !important; border:none; margin:0 auto; } 
table th, table td { display:table-cell; vertical-align:middle !important; white-space: normal !important; white-space:pre-line; word-break:break-all !important; word-wrap:break-word !important; border: 1px solid #dedede; } 
.wbg { background-color: #fff; } 
.pd20 { padding: 20px; } 

/* 通用 */
.main { min-height: 300px; } 

.main-content { width: 100%; font-size: 0; padding: 20px 0; } 

.nodata { font-size: 18px; color: #404040; } 

.lrcon { padding: 30px 40px; padding-top: 25px; background-color: white; position: relative; *zoom: 1; } 
.lrcon.on{padding: 30px 60px;}
.lrcon:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.lrcon>div { background-color: white; min-height: 300px; height: 100%; } 
.lrcon .left-con { float: left; width: 252px; } 
.lrcon .right-con { float: right; width: 830px; overflow: hidden; } 
.lrcon .right-con.on { width: 100% !important; padding-top: 0 !important; } 
.lrcon .right-con.on .position>* { padding-top: 0; } 

/* 标题 */
.title-1 { position: relative; border-bottom: 1px solid #0056a3; padding: 16px 0; height: 26px; } 
.title-1 .tit { padding-left: 14px; font-size: 20px; color: #000000; font-weight: bold; position: relative; } 
.title-1 .tit:before { content: ""; width: 4px; height: 20px; background-color: #0056a3; position: absolute; left: 0; top: 50%; margin-top: -10px; } 
.title-1 .more { position: absolute; top: 16px; right: 0; } 
.title-1 .more a { font-size: 14px; color: #b8b8b8; } 
.title-1 .more a:hover { color: #0056a3; } 


/* 左侧菜单 */
.menu-bg { border: 1px solid #eeeeee; } 
.menu-title { width: 100%; padding: 28px 0; background-color: #0056a3; font-size: 24px; color: #ffffff; font-weight: bold; text-align: center; } 
.menu-title img { width: 26px; height: 24px; margin-right: 10px; } 
.menu-con { } 
.menu-con .el { width: 100%; height: 58px; border-top: 1px solid #eeeeee; position: relative; } 
.menu-con .el:after { content:""; position: absolute; top: 25px; right: 35px; width: 7px; height: 14px; background: url(../images/me.png) center no-repeat; background-size: 100%; } 
.menu-con .el a { display: block; padding: 20px 0; font-size: 16px; color: #1b1b1b; text-align: center; position:relative; } 
.menu-con .el:hover,.menu-con .el.on { background-color: #f0f8ff; } 
.menu-con .el:hover a,.menu-con .el.on a { color: #0056a3; } 
.menu-con .el:hover:after,.menu-con .el.on:after { background-image: url(../images/meon.png); } 

/* 当前位置 */
.position { border-bottom: 1px solid #e2e2e2; *zoom: 1; } 
.position:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.position .l-con { padding: 15px 0; float: left; font-size: 20px; color: #0056a3; border-bottom: 2px solid #0056a3; } 
.position .r-con { padding: 15px 0; padding-top: 15px; float: right; font-size: 14px; color: #999999; } 
.position .r-con a { font-size: 14px; color: #999999; } 
.position .r-con .iconfont { font-size: 18px; } 
.position .r-con a:hover { color: #0056a3; } 

/* 列表 */
.list { } 
.list .el { width: 100%; } 
.list .el a { padding: 10px 0; padding-left: 15px; display: block; font-size: 16px; color: #333333; position: relative; } 
.list .el a:before { content: ">"; position: absolute; left: 0; top: 10px; } 
.list .el .tit { position: relative; float: left; padding-left: 0px; width: 660px; font-size: 16px; color: #333333; transition: .3s margin-left ease-in-out; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } 
.list .el .time { float: right; width: 110px; text-align: right; font-size: 16px; color: #8e8e8e; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } 
.list .el:hover .tit { margin-left: 5px; transition: .3s margin-left ease-in-out; } 
.list .el:hover a .tit,.list .el:hover a .time { color: #0056a3; } 

.list.idx { padding: 6px 0; } 
.list.idx .el .tit { width: 350px; padding: 0; } 
.list.idx .el .tit:after { display: none; } 
.list.idx .el .time { width: 100px; } 

.list.idxcont { padding: 10px 0; } 
.list.idxcont .el .tit { width: 300px; padding: 0; } 
.list.idxcont .el .tit:after { display: none; } 
.list.idxcont .el .time { width: 50px; } 

.list-line { margin: 30px 0; width: 100%; border: 1px dashed #efefef; height: 0; } 

/* 页数 */
.page { margin: 0 auto; white-space: nowrap; font-size: 0; text-align: center; margin-top: 35px; } 
.page * { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; text-align: center; } 
.page a { min-width: 10px; cursor: pointer; padding: 10px 15px; font-size: 14px; color: #333333; border: 1px solid #e2e2e2; border-left: 0; } 
.page a:first-child { border-left: 1px solid #e2e2e2; } 
.page .total { font-size: 14px; color: #333333; padding:11px 18px; vertical-align: middle; } 
.page .psch { margin: 0 6px; width: 115px; height: 41px; } 
.page .psch .txt { font-size: 14px; color:#999999; vertical-align: middle; padding: 0 10px; } 
.page .psch input { width: 25px; height: 23px; padding: 8px; font-size: 14px; border: 1px solid #e2e2e2; vertical-align: middle; outline: none; text-align: center; } 
.page .psch .btn { cursor: pointer; font-size: 14px; color: #707070; height: 21px; padding: 9px; vertical-align: middle; border: 1px solid #e2e2e2; } 
.page .psch .btn:hover,.page a:hover,.page a.on { color: #fff; background-color: #0056a3; } 
.page a.none { background-color: #e2e2e2; color: #a5a5a5; cursor: not-allowed; } 

/* 头部 */
.header { min-height: 300px; } 
.header .hd_bg { width: 100%; text-align: center; } 
.logo { width: 1200px; position: absolute; left: 50%; margin-left: -600px; top: 65px; } 
/* 导航 */
.nav { height: 65px; font-size: 0; white-space: nowrap; background-color: #0056a3; z-index: 999; } 
.nav .w1200 { height: 100%; } 
.nav .el { min-width: 143px; height: 100%; text-align: center; z-index: 9999; display: inline-block; position: relative; *zoom: 1; *display: inline; white-space: normal; } 
.nav .el>a { padding: 19.5px 20px; font-size: 20px; color: #fff; display: block; white-space: nowrap; } 
.nav .el:hover,.nav .el.on { background-color: #0083d1; } 
.nav .sel { display: none; position: absolute; width: 100%; left: 0; top:65px; z-index: 999; padding-top: 2px; } 
.nav .sel .icon { width: 100%; height: 8px; background-image: url('../images/navicon.png'); background-position: top center; background-size: 16px 8px; background-repeat: no-repeat; } 
.nav .sel a { font-size: 16px; color: #ffffff; width: 100%; background-color: #0083d1; display: block; padding:12px 0; text-align: center; } 
.nav .sel a:hover,.nav .sel a.on { background-color: #2695d8; } 

/* 底部 */
.footer { padding: 35px 0; background-color: #0056a3; font-size: 16px; color: #ffffff; } 
.footer a { font-size: 16px; color: #ffffff; } 
.footer div { line-height: 40px; text-align: center; } 
.footer a:hover { color: #e76e4d; } 

/* 首页 */
.idx-news { padding: 20px; padding-top: 30px; background-color: white; height: 400px; } 

.idx-news .banner { float: left; width: 600px; height: 400px; position: relative; } 
.idx-news .banner .bd { position: relative; width: 100%; height: 100%; } 
.idx-news .banner .bd div { display: block; width: 100%; height: 100%; overflow: hidden; } 
.idx-news .banner .bd div a { display: block; width: 100%; height: 100%; background-size: cover; background-position: center; background-repeat: no-repeat; transition: .3s all ease; } 
.idx-news .banner .bd div:hover a { transform: scale(1.04); transition: .3s all ease; } 
.idx-news .banner .hd { width: 100%; padding: 13px 0; height: 20px; background-color: rgba(0, 0, 0, .7); position: absolute; bottom: 0; left: 0; } 
.idx-news .banner .hd .tit { float: left; font-size: 16px; color: #fff; padding:0 18px; padding-right: 0; width: 360px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } 
.idx-news .banner .hd ul { float: right; width: 170px; padding-right: 15px; text-align: right; } 
.idx-news .banner .hd ul li { margin:0 5px; width: 14px; height: 14px; border-radius: 100%; background-color: #fff; display: inline-block; *display: inline; *zoom: 1; cursor: pointer; } 
.idx-news .banner .hd ul li:first-child { margin-left: 0; } 
.idx-news .banner .hd ul li.on { background-color: #0056a3; } 

.idx-news .news { float: right; width: 488px; height: 100%; padding: 0 25px; border: 1px solid #e7eaf1; } 

/* 按钮 */
.idx-btn-bg { padding: 0 20px; background-color: #fff; } 
.idx-btn { height: 75px; padding: 28px 0; background: url(../images/idxbtnbg.jpg) no-repeat center; background-size: cover; } 
.idx-btn .el { float: left; width: 350px; height: 100%; margin-left: 25px; text-align: center; } 
.idx-btn .el a { display: block; padding: 20px 0; height: 29px; font-size: 24px; color: #ffffff; font-weight: bold; border: 3px solid transparent; transition: .2s all ease; border-radius: 2px; } 
.idx-btn .el.ebg0 { background: url("../images/idxbtnbg0.png") no-repeat center; background-size: cover; } 
.idx-btn .el.ebg1 { background: url("../images/idxbtnbg1.png") no-repeat center; background-size: cover; } 
.idx-btn .el.ebg2 { background: url("../images/idxbtnbg2.png") no-repeat center; background-size: cover; } 
.idx-btn .el .tit { padding-left: 55px; display: inline-block; *zoom: 1; *display: inline; position: relative; white-space: nowrap; text-overflow: ellipsis; } 
.idx-btn .el .tit img { position: absolute; left: 0; top: -4px; max-width: unset; max-height: unset; max-width: 65px; } 
.idx-btn .el:hover a { border-color: #0056a3; transition: .2s all ease; } 

/* 通知公告 */
.idx-contnews { padding: 20px; background-color: white; height: 330px; } 
.idx-contnews .contnews { float: left; width: 378px; height: 328px; padding: 0 20px; border:1px solid #e7eaf1; } 
.idx-contnews .contnews:first-child { margin-right: 25px; } 

.idx-contnews .contbtns { padding: 0 20px; float: right; width:228px; height: 328px; border:1px solid #e7eaf1; } 
.idx-contnews .contbtns .btnarea { padding-top: 10px; } 
.idx-contnews .contbtns .el { height: 45px; width: 100%; text-align: left; background-color:#ebf6ff; margin-top: 15px; } 
.idx-contnews .contbtns .el a { display: block; padding: 10px 0; padding-left: 40px; } 
.idx-contnews .contbtns .el img { width: 25px; margin-right:10px; transition: .3s all ease; } 
.idx-contnews .contbtns .el:hover img { transform: rotate(180deg); transition: .3s all ease; } 
.idx-contnews .contbtns .el:hover a { color: #0056a3; } 


.idx-ad { padding: 0 20px; height: 90px; background-color: white; } 
.idx-ad div { float: left; } 
.idx-ad div,.idx-ad img { width: 570px; height: 90px; display: block; } 
.idx-ad div.on { margin-right: 20px; } 

.idx-link { padding: 25px 20px; padding-bottom: 40px; background-color: white; } 
.idx-link-bg { border:1px solid #e7eaf1; padding:0 25px; } 
/* 友情链接 */
.idx-link .area { padding-top: 20px; padding-bottom: 25px; } 
.idx-link .area .el { float: left; cursor: pointer; margin-left: 20px; display: block; width: 175px; padding: 13px 15px; font-size: 16px; color: #333333; background-color: #f7f7f7; position: relative; } 
.idx-link .area .el:first-child { margin-left: 0; } 
.idx-link .area .el .icon { transition: .3s all linear; position: absolute; right: 15px; top: 20px; background: url(../images/fl.png) no-repeat center; background-size: 100%; width: 16px; height: 8px; } 
.idx-link .area .el .sub { width: 100%; max-height: 230px; overflow: hidden; overflow-y: auto; display: none; position: absolute; bottom: 45px; left: 0px; background-color:#f7f7f7; color: white; } 
.idx-link .area .el .sub .sel { width: 100%; background-color: #f7f7f7; } 
.idx-link .area .el .sub .sel a { padding: 10px 15px; border-bottom: 1px solid #e5e5e5; color: white; display: block; color: #333333; } 
.idx-link .area .el .sub .sel:hover { background-color: #0056a3; } 
.idx-link .area .el .sub .sel:hover a { color: #fff; } 
.idx-link .area .el:hover .icon { transform: rotate(180deg); transition: .3s all linear; } 
.idx-link .area .el .sub::-webkit-scrollbar { width: 5px; } 
.idx-link .area .el .sub::-webkit-scrollbar-track { background-color: #ebf6ff; } 
.idx-link .area .el .sub::-webkit-scrollbar-thumb { background-color: #0056a3; } 

/* 图片列表 */
.teamlist { } 
.teamlist .el { margin-bottom: 25px; height: 220px; overflow: hidden; transition: .1s all linear; border: 1px solid #eeeeee; } 
.teamlist .el a { display: block; *zoom:1; height: 100%; } 
.teamlist .el a:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.teamlist .el .img { float: left; width: 180px; height: 100%; float: left; overflow: hidden; } 
.teamlist .el .img div { transition: .3s all ease-out; width: 100%; height: 100%; background-position: center; background-repeat: no-repeat; background-size: cover; } 
.teamlist .el .cont { float: right; width: 855px; padding: 30px 40px; } 
.teamlist .el .cont .tit { font-size: 30px; color: #000000; } 
.teamlist .el .cont .smry { font-size: 16px; color: #404040; line-height: 35px; margin-top: 20px; } 
.teamlist .el:hover { border-color: #0056a3; background-color: #f0f8ff; } 
.teamlist .el:hover .cont .tit { color: #0056a3; } 
.teamlist .el:hover .img div { transform: scale(1.1); } 

/* 文章 */ 
.article { } 
.article .title { text-align: center; font-size: 32px; color: #000000; font-weight: bold; line-height: 55px; } 
.article .smry { margin-bottom: 25px; padding: 10px 0; margin-top: 25px; background-color:#f5f5f5; font-size: 14px; color: #727272; text-align: center; } 

.article .exp-img { text-align: center; } 
.article .exp-img img { width: 255px; } 
.article .exp-title { margin: 25px 0; font-size: 26px; color: #000000; font-weight: bold; text-align: center; } 

.article .exp-title span { white-space: nowrap; margin-right:10px; } 

.content { font-size: 16px; color: #404040; line-height: 33px; } 
.content p { line-height: 40px; font-size: 16px; color: #404040; } 


.article .content { min-height: 200px; } 


.arc-title {margin-bottom: 50px; box-sizing: border-box; font-size: 17px; color: #000; border-collapse: collapse; table-layout: auto !important; } 
.arc-title td { border: 1px solid #b0cce4; padding: 10px 0; } 
.arc-title .td1,.arc-title .td2 { padding: 10px; width: 120px; border-right-color: transparent !important; text-align: right; } 
.arc-title .td2 { vertical-align: top !important; } 

/* 上下页 */
.pan { margin-top: 25px; background-color: #f8f8f8; padding: 20px 35px; font-size: 0; *zoom: 1; } 
.pan:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.pan>* { font-size: 14px; color: #999999; display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } 
.pan a { font-size: 14px; color: #333333; } 
.pan a:hover { color: #168dae; } 
.pan .fl { width: 860px; } 
.pan .fl strong { font-size: 14px; color: #000000; font-weight: bold; } 
.pan .fl span { font-size: 14px; color: #939393; } 
.pan .pre,.pan .next { color: #3f3f3f; width: 100%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } 
.pan .pre { margin-bottom: 15px; } 
.pan .back { margin-top: 5px; text-align: center; width: 135px; height: 45px; background-color: #0056a3; } 
.pan .back a { display: block; color: #fff; width: 100%; padding: 13px 0; } 
.pan .back:hover { background-color: #0083d1; } 


/* 联系我们 */
.contact { font-size: 16px; color: #333333; } 
.contact .title { font-size: 20px; color: #0056a3; margin-bottom: 15px; } 
.contact .area { float: left; width: 980px; } 
.contact .area .el { float: left; margin-top: 50px; min-width:280px; max-width: 380px; } 
.contact .qrcode { float: right; width: 120px; margin-top: 50px; } 

.ser_form { } 
.ser_form .form_t { margin-bottom: 30px; font-size: 0; } 
.ser_form .form_t >* { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; } 
.ser_form .form_t .tit { font-size: 20px; margin-right: 20px; color: #656565; } 
.ser_form .form_t .tit.on { vertical-align: top; } 
.ser_form input.ipt { width: 400px; margin-right: 30px; height: 20px; padding:14px 20px; border: 1px solid #e5e5e5; outline: none; font-size: 16px; color: #000; } 
.ser_form textarea { width:600px; height: 110px; font-size: 16px; padding: 20px; border: 1px solid #e5e5e5; resize: none; outline: none; background: url(../images/ser4.png) no-repeat 20px 20px; } 
.ser_form input::placeholder,.ser_form textarea::placeholder { color: #afafaf; } 
.ser_form .btn { cursor: pointer; margin: 0 auto; margin-top: 30px; width: 320px; height: 50px; line-height: 50px; text-align: center; font-size: 24px; color: #ffffff; background-color: #006699; } 
.ser_form .btn:hover { background-color: #ed7d63; } 
.ser_form .rdcon { width: 1000px; } 
.ser_form .rdcon label { white-space: nowrap; font-size: 18px; color: #000; cursor: pointer; margin-right: 20px; display: inline-block; *display: inline; *zoom: 1; } 
.ser_form .rdcon label input { width: 25px; height: 25px; margin-right: 5px; vertical-align: middle; } 

.imglist { *zoom: 1; } 
.imglist:after { content:""; display:block; height:0; clear:both; visibility:hidden; } 
.imglist .el { float: left; width: 260px; margin-right: 25px; margin-bottom: 25px; box-shadow: 0 0 20px 1px #d6d6d6; } 
.imglist .el.on,.imglist .el:nth-child(3n) { margin-right: 0; } 
.imglist .el .img { width: 100%; height: 215px; overflow: hidden; background-color: #005bac; } 
.imglist .el .img div { width: 100%; height: 100%; background-repeat: no-repeat; background-position: center; background-size: cover; transition: .3s all ease; } 
.imglist .el .tit { padding: 13px 0; font-size: 16px; color: #333333; background-color: #ffffff; text-align: center; } 
.imglist .el:hover { box-shadow: 0 0 20px 1px #cee6f9; } 
.imglist .el:hover .tit { color: #005bac; background-color: white; font-weight: bold; } 
.imglist .el:hover .img div { transform: scale(1.1); transition: .3s all ease; opacity: .7; } 

.outerlink { } 
.outerlink .el { margin-right: 23px; margin-bottom: 20px; float: left; width: 205px; text-align: center; background-color: #0056a3; } 
.outerlink .el.on { margin-right: 0; } 
.outerlink .el a { padding: 20px 0; display: block; font-size: 18px; color: #fff; } 
.outerlink .el.e0 { background-color: rgb(212, 153, 153); } 
.outerlink .el.e1 { background-color: rgb(138, 20, 234); } 
.outerlink .el.e2 { background-color: rgb(124, 189, 26); } 
.outerlink .el.e3 { background-color: rgb(211, 2, 2); } 
.outerlink .el.e4 { background-color: rgb(170, 151, 30); } 
.outerlink .el.e5 { background-color: rgb(16, 163, 212); } 
.outerlink .el.e6 { background-color: rgb(6, 166, 169); } 
.outerlink .el.e7 { background-color: rgb(208, 41, 238); } 
.outerlink .el.e8 { background-color: rgb(174, 5, 141); } 
.outerlink .el.e9 { background-color: rgb(211, 66, 109); } 
.outerlink .el.e10 { background-color: rgb(11, 24, 212); } 
.outerlink .el:hover { opacity: .7; } 

.about { margin-top: 10px;padding: 30px 0; } 
.about .title { font-size: 30px; margin-bottom: 20px; color: #000; font-weight: bold; text-align: center; } 
.about .con { font-size: 16px; color: #404040; line-height: 40px; } 
.about .con .img { margin-top: 40px; float: left; width: 500px; } 
.about .con .txt { float: right; width: 670px; } 



















