@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }
#loading .loading-img { width: 100%; height: 100%; background-image: url(../images/logo2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; animation: fade 1.5s infinite alternate; }

@keyframes fade { 0% { opacity: 0; }
  100% { opacity: 1; } }
.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { display: block; overflow: hidden; }
.img-scale img { display: block; width: 100%; height: auto; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.img-scale .img-frame { overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.4s linear 0s; -moz-transition: transform 0.4s linear 0s; -o-transition: transform 0.4s linear 0s; transition: transform 0.4s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }
.img-scale:hover .img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -o-transform: scale(1.1); transform: scale(1.1); }

html { min-width: 1300px; overflow-x: auto; }

.container { width: 1300px; margin: 0 auto; }
.inset{min-height:700px;}
.header { padding: 30px 0; background-image: url(../images/t_bg1.jpg); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }
.header .fr { text-align: right; }

.logo img { max-width: 100%; vertical-align: top; }

.top-links { margin: 24px 0 10px; font-size: 16px; font-weight: 500; line-height: 30px; color: #fff; text-align: right; }
.top-links a { color: #fff; }
.top-links a:hover { text-decoration: underline !important; }
.top-links span { margin: 0 6px; }

.search { display: inline-block; padding: 0 0 0 10px; border: 1px solid #80addf; border-radius: 3px; font-size: 0; }
.search .input { width: 180px; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; vertical-align: top; }
.search .input::placeholder { color: #79acdb; }
.search .submit { width: 32px; height: 30px; background-image: url(../images/j_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; }

.nav { position: relative; z-index: 10; border-top: 1px solid #4e8cd2; background: #015198; }
.nav li { position: relative; float: left; width: 11.111%; }
.nav li a { position: relative; z-index: 2; display: block; font-size: 18px; font-weight: 500; line-height: 50px; color: #fff; text-align: center; white-space: nowrap; }
.nav li .lv2 { position: absolute; top: 160%; right: auto; bottom: auto; left: 0; z-index: 1; width: 100%; opacity: 0; visibility: hidden; border-top: 3px solid #015198; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2); background: white; border-radius: 3px; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.nav li .lv2 a { padding: 12px 0; font-size: 15px; line-height: 20px; font-weight: 400; color: #000; background: white; }
.nav li .lv2 a:hover { color: #fff; background: #015198; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: calc(100% + 2px); left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 14px; height: 14px; margin: 0 auto; background: #015198; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -o-transform: translate(0px, 6px) rotate(45deg); transform: translate(0px, 6px) rotate(45deg); box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.3); }
.nav li:hover > a { background: #02427b; }
.nav li:hover .lv2 { visibility: visible; top: calc(100% + 10px); opacity: 1; }

.column { margin: 40px 0 35px; border-bottom: 1px solid #ddd; }
.column .more { font-size: 14px; line-height: 50px; color: #999; }
.column .more:hover { color: #015198; }
.column h3 { display: inline-block; margin: 0 0 -1px; font-size: 22px; font-weight: 700; line-height: 50px; color: #015198; text-align: left; border-bottom: 3px solid #015198; }
.column h3 span { margin: 0 0 0 8px; font-size: 14px; font-weight: 400; color: #999; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }
.title:hover { color: #015198; }

.info { font-size: 14px; font-weight: 500; line-height: 25px; color: #666; text-align: justify; }

.date { font-size: 14px; font-weight: 500; line-height: 62px; color: #999; text-align: left; }

.date1 { width: 58px; padding: 7px 0 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #666; text-align: center; }
.date1 p:first-child { margin: 0 0 4px; color: #015198; font-size: 24px; line-height: 28px; }

.date2 { width: 60px; padding: 5px 0 7px; font-size: 12px; font-weight: 500; line-height: 18px; color: #fff; text-align: center; background: #015198; }
.date2 p:first-child { font-size: 20px; line-height: 26px; }

.index-news .right-box { width: 625px; }

.xwdt { width: 627px; }
.xwdt .list1 li:last-child { border: none; }

.tzgg { width: 100%; }
.tzgg .about { padding: 20px 20px 26px; border: 1px solid #ddd; border-top: none; font-size: 16px; font-weight: 500; line-height: 32px; color: #000; text-align: left; text-indent: 2em; }

.ksdh { width: 195px; }

.xsjz { width: 100%; }

.news-slick { width: 100%; margin: 0 0 10px; box-shadow: 0 0 10px 1px #ccc; font-size: 0; }
.news-slick .img-scale { position: relative; }
.news-slick .img-frame { display: block; }
.news-slick .img { display: block; padding: 56.25% 0 0; }
.news-slick .text { padding: 10px 30px 30px; }
.news-slick .text .ib { display: inline-block; width: calc(100% - 60px); padding: 0 0 0 20px; }
.news-slick .date1 { display: inline-block; margin: 5px 0 0; padding: 12px 0 10px; color: #015198; vertical-align: top; }
.news-slick .date1 p:first-child { font-size: 30px; font-weight: 700; margin: 0 0 6px; }
.news-slick .title { display: block; margin: 4px 0 5px; font-size: 18px; font-weight: 700; line-height: 40px; }
.news-slick .slick-dots { position: absolute; top: auto; right: 16px; bottom: 18px; left: auto; z-index: 1; }
.news-slick .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 3px; border-radius: 50%; background: #d7d7d7; -webkit-transition: background 0.3s linear 0s; -moz-transition: background 0.3s linear 0s; -o-transition: background 0.3s linear 0s; transition: background 0.3s linear 0s; cursor: pointer; }
.news-slick .slick-dots li.slick-active { background: #ffa200; }

.xxgg { width: 415px; }

.list li { padding: 18px 0; border-bottom: 1px dashed #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list li:first-child { padding-top: 0; }
.list li:last-child { padding-bottom: 0; border-bottom: none; }
.list li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list .title { width: 315px; height: 60px; vertical-align: middle; }

.list2 li { padding: 18px 0; border-bottom: 1px dashed #ccc; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list2 li:first-child { padding-top: 0; }
.list2 li:last-child { padding-bottom: 0; border-bottom: none; }
.list2 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list2 .title { width: calc(100% - 75px); height: 60px; line-height: 30px; vertical-align: middle; }

.list1 li { border-bottom: 1px dashed #ddd; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.list1 li:hover .title::before { background: #015198; }
.list1 .title { display: block; width: calc(100% - 90px); line-height: 62px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.list1 .title::before { display: inline-block; content: ""; width: 8px; height: 8px; margin: 0 10px 2px 0; background: #015198; border-radius: 50%; }
.list1 .title:hover { color: #015198; }
.list1 li:last-child{border-bottom: none;}

.yqsb { position: relative; width: 100%; }
.yqsb .arrow { position: absolute; top: 55%; right: auto; bottom: auto; left: auto; z-index: 1; width: 45px; height: 45px; cursor: pointer; }
.yqsb .slick-prev { left: -75px; background-image: url(../images/t_icon1.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; position: absolute; top: 30%; z-index: 1; width: 45px; height: 45px; cursor: pointer;font-size: 0;}
.yqsb .slick-prev:hover { background-image: url(../images/t_icon2.png); }
.yqsb .slick-next { right: -75px; background-image: url(../images/t_icon1_2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: auto; position: absolute; top: 30%; z-index: 1; width: 45px; height: 45px; cursor: pointer;font-size: 0;}
.yqsb .slick-next:hover { background-image: url(../images/t_icon2_2.png); }
.yqsb .column { margin-top: 20px; }
.yqsb .img { padding: 68.5% 0 0; }
.yqsb .title { margin: 15px 0 0; text-align: center; }
.yqsb .yqsb-slick { margin: 0 -20px; }
.yqsb .slick-slide { padding: 0 20px; }



.copy { padding: 28px 0; font-size: 14px; font-weight: 500; line-height: 25px; color: #fff; text-align: center; background: #015198; }

.index-links { margin: 42px 0 0; padding: 1px 0 35px; background: #eff3f5; }
.index-links .column { margin: 32px 0 25px; }
.index-links .links { font-size: 16px; font-weight: 500; line-height: 35px; color: #ccc; text-align: left; }
.index-links .links a { color: #000; }
.index-links .links a:hover { color: #015198; }
.index-links .links span { margin: 0 18px; }

.link1 li{width: 100%;height: 75px;margin-bottom: 15px;line-height: 75px;}
.link1 li a{display: block;font-size: 18px;padding-left: 15px;font-weight: bold;color: #fff;}
.ksdh1{background: #4e8cc4;}
.ksdh2{background: #4eb7c4;}
.ksdh3{background: #3fb08c;}
.ksdh4{background: #d7a469;}

.sidebar { width: 20%; margin: 45px 0 40px; }
.sidebar h3 { font-size: 25px; font-weight: 500; line-height: 80px; color: #fff; text-align: center; letter-spacing: 1px; background: #015198; }

.lv2-nav li { margin: 10px 0 0; }
.lv2-nav li a { display: block; padding: 0 50px 0 13%; background: #eaeef4; font-size: 18px; font-weight: 500; line-height: 60px; color: #000; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; border-left: 4px solid transparent; }
.lv2-nav li a:hover { color: #015198; }
.lv2-nav li a.cur { border-left-color: #015198; color: #015198; font-weight: 700; background-image: url(../images/h_icon3_2.png); background-repeat: no-repeat; background-position: 85% 50%; background-color: #e9eef4; background-size: auto; }

.main { width: 76%; margin: 30px 0 40px; }
.main .list2 li { padding: 18px 0; margin: 0; border: none; border-bottom: 1px dashed #ddd; }
.main .list2 li::before { display: none; }
.main .list2 li .date { width: 60px; margin: 0 25px 0 0; }
.main .list3 li:last-child { border-bottom: 1px dashed #ddd; }

.position { margin: 0 0 10px; border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 24px; font-weight: 500; line-height: 53px; color: #000; text-align: left; border-bottom: 3px solid #015198; }
.position .place { padding: 0 0 0 25px; font-size: 14px; font-weight: 500; line-height: 55px; color: #999; text-align: left; background-image: url(../images/h_icon9.png); background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-size: auto; }
.position .place a { color: #999; }
.position .place a:hover { color: #015198; }

.article { padding: 30px 0 0; }
.article .title { margin: 0 0 10px; font-size: 18px; font-weight: 700; line-height: 32px; color: #015198; text-align: center; }
.article .sub { margin: 0 0 30px; padding: 0 0 20px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: center; border-bottom: 1px dashed #ccc; }
.article .sub span { margin: 0 6px; }
.article .content { padding: 0px 0 40px; font-size: 16px; font-weight: 500; line-height: 40px; color: #000; text-align: left; }
.article .content p { text-indent: 2em; }
.article .content img { display: block; margin: 25px auto; }
.article .content table{margin:0 auto;}
.article .content table td{border:1px solid #ddd;padding:5px;text-align:center;}
.article .content table p { text-indent: 0; }
.article .content table, .article .content img, .article .content video { max-width: 100%; height: auto !important; }
.article .content iframe { max-width: 100%; }
.article .cont-page { padding: 25px 0 0; border-top: 1px dashed #ccc; }
.article .cont-page a { display: block; padding: 4px 0; font-size: 15px; font-weight: 500; line-height: 27px; color: #666; text-align: left; -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.article .cont-page a span { color: #000; font-weight: 700; }
.article .cont-page a:hover { color: #015198; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }

.pic-list { margin: 30px 0 0; }
.pic-list ul { font-size: 0; margin: 0 -15px; }
.pic-list ul > li { display: inline-block; vertical-align: top; width: 33.3333333333%; padding: 0 15px; }
.pic-list li { margin: 0 0 30px; }
.pic-list .img { padding: 65% 0 0; }
.pic-list .title { line-height: 50px; text-align: center; }
.pic-list .img-scale { -webkit-transition: all 0.3s linear 0s; -moz-transition: all 0.3s linear 0s; -o-transition: all 0.3s linear 0s; transition: all 0.3s linear 0s; }
.pic-list .img-scale:hover { background: #f6f6f6; box-shadow: 0 0 12px 0 #aaa; }
.pic-list .img-scale:hover .title { color: #015198; }

#browser-modal { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: 10000; width: 100%; height: 100%; color: #303233; text-align: center; }
#browser-modal .browser-modal-cover { position: fixed; top: 0; right: auto; bottom: auto; left: 0; z-index: -1; height: 100%; width: 100%; background-color: #111; }
#browser-modal .browser-content { width: 700px; margin: 120px auto 0; padding: 50px 0 80px; background-color: #fff; border-radius: 5px; }
#browser-modal .browser-content .browser-dpc-logo img { height: 42px; margin: 45px auto 40px; }
#browser-modal .browser-content .browser-text-title { font-size: 24px; text-transform: uppercase; }
#browser-modal .browser-content .browser-text-desc { margin: 30px 0 20px; font-size: 14px; }
#browser-modal .browser-content .browser-list { width: 600px; height: 130px; margin: 20px auto; }
#browser-modal .browser-content .browser-item { float: left; width: 150px; margin: 0 auto; padding: 20px 0; }
#browser-modal .browser-content .browser-item .iconfont { width: 100px; height: 100px; margin: 0 auto 10px; font-size: 80px; line-height: 80px; }
#browser-modal .browser-content .browser-item .iconchrome { background: url(../images/bro.png) no-repeat 0 0; }
#browser-modal .browser-content .browser-item .iconfirefox { background: url(../images/bro.png) no-repeat 0 -100px; }
#browser-modal .browser-content .browser-item .iconopera { background: url(../images/bro.png) no-repeat 0 -200px; }
#browser-modal .browser-content .browser-item .iconEdge { background: url(../images/bro.png) no-repeat 0 -300px; }
#browser-modal .browser-content .browser-item a { display: block; cursor: pointer; }
#browser-modal .browser-content .browser-item a:hover { text-decoration: underline !important; }
#browser-modal .browser-content .browser-item a img { display: block; max-width: 100px; width: 100px; height: 100px; margin: 0 auto; }
#browser-modal .browser-content .browser-item a h4 { margin-top: 20px; text-align: center; font-size: 18px; font-weight: 700; }

@media screen and (max-width: 1500px) { .yqsb .yqsb-slick { margin: 0 50px; }
  .yqsb .arrow.slick-prev { left: 0px; }
  .yqsb .arrow.slick-next { right: 0px; } }

/*# sourceMappingURL=style.css.map */


.n_left{float:left;width: 240px;background: #fff;margin-right: 50px;margin-top:30px;}
.n_left .con .lmmc{background:#015198;font-size:22px;font-family: "Microsoft Yahei";color: #fff;padding:20px;line-height:26px;text-align: center;}
.n_left .con ul{display: block;width: 100%;padding: 0 25px 60px;background:#f1f1f1}
.n_left ul li{width: 100%;position: relative;border-bottom: 1px solid #ddd;}
.n_left li .a { display: inline-block; width: calc(100% - 30px) }
.n_left li .a {line-height: 2rem;color: #323232;padding: 0;font-size: 1.125rem;float: left;margin: 1rem 0;}
.n_left li .a h3{padding-right: 1rem;font-size: 16px;font-weight:normal;}
.n_left li.on .a h3,.n_container .n_left li:hover .a h3{color: #015198;line-height: 2rem;}
.n_left li .a span { display: block; position: absolute; top: 0; right: 10px; width: 20px; height: 50px; text-align: center; }
.n_left li .a span i { font-size: 0; }
.n_left li i {opacity: 1;filter: alpha(opacity=100);display: inline-block;width: 3rem;height: 4rem;display: inline-block;background: url("../images/arrow_down_on.png") center center no-repeat;position: absolute;display: block;right: 0;cursor: pointer;z-index: 9;}
.n_left li.on{}
.n_left li.on i {background: url("../images/arrow_down.png") center center no-repeat;}
.n_left .on.title .a i { transform: rotate(-90deg); -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg);}
.n_left .title .list {display: none; position: relative; width: 100%; z-index: 9; left: 0; margin-left: 0;border: 0; clear: both; padding-bottom: 10px;padding-left: 1.125rem;background: #006dce;}
.n_left li.on .list{display: block;}
.n_left .title .list span { background: none; }
.n_left .title .list span a:hover { color: #c21d1b; }
.n_left .title .list a {display: block;font-size: 1.125rem;color:#fff;text-align: left;line-height: 28px;border: 0;font-weight: 300;padding-right: 1.5rem;padding: 6px 0;}
.n_left .title .list a:hover,.n_container .n_left .title .list a.active{color: #ff8a00;}