@charset "utf-8";
#loading { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 9999; width: 100%; height: 100%; background: #fff; }

html { min-width: 1200px; overflow-x: auto; }

.container {  max-width: 92%; margin: 0 auto; }

.header { position: relative; z-index: 12; width: 100%; padding: 22px 20px; background-image: url(); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; }
.header .container { position: relative; }
.header .fr { margin: -6px 0 0; text-align: right; }
.header .xiaoxun { position: absolute; top: 50%; right: 260px; bottom: auto; left: 680px; z-index: 1; text-align: center; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.logo img { width: auto; }

.top-link { margin: 0 0 10px; font-size: 14px; font-weight: 500; line-height: 30px; color: #999; text-align: right; }
.top-link a { color: #666; }
.top-link a:hover { color: #0e376e; text-decoration: underline !important; }
.top-link span { margin: 0 8px; }

.news-box form > table { margin: 27px auto 20px !important; }
.news-box form > table table td, .news-box form > table table td span, .news-box form > table table td select, .news-box form > table table td a, .news-box form > table table td input { font-family: Arial !important; font-size: 14px !important; width: auto !important; height: auto !important; margin-top: 5px;  }
.news-box form > table table td a, .news-box form > table table td .Next, .news-box form > table table td .Prev, .news-box form > table table td .PrevDisabled, .news-box form > table table td .this-page {padding: 7px 9px; border: 1px solid #aaa; border-radius: 4px; color: #428bca;}
.news-box form > table table td .this-page, .news-box form > table table td a:hover, .news-box form > table table td #find {background: #0e376e; font-weight: bold; color: #fff; border-color: #0e376e;}
.news-box form > table table td #find { padding: 0 9px; width: auto !important; }
.news-box form > table table td input { padding: 0 4px; font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px !important; text-align: center; height: 28px; line-height: 28px; vertical-align: bottom; border: 1px solid #aaa; }


.search { display: inline-block; padding: 0 3px 0 10px; font-size: 0; border-radius: 2px; background: #fff; }
.search .input { width: 192px; padding: 0 10px; font-size: 14px; font-weight: 500; line-height: 34px; color: #333; text-align: left; vertical-align: top; border: 1px solid #ddd; border-right: 0; }
.search .input::placeholder { color: #999; }
.search .submit { width: 36px; height: 36px; background-image: url(../images/search.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #0e376e; background-size: auto; }

.search2 { width: 100%; max-width: 650px; margin: 30px auto; padding: 10px; box-shadow: 0 0 10px 0 #ccc; border-radius: 2px; }
.search2 .input { width: calc(100% - 52px); height: 45px; padding-left:15px; font-size: 15px; font-weight: 500; line-height: 43px; color: #555; text-align: left; vertical-align: top; border: 1px solid #eee; }
.search2 .submit { width: 45px; height: 45px; vertical-align: top; background-image: url(../images/search2.png); background-repeat: no-repeat; background-position: 70% 50%; background-color: transparent; background-size: auto; }
.search2 form { white-space: nowrap; font-size: 0; }

.nav {position: relative;z-index: 10;width: 100%;background: #2956aa;}
.nav li {position: relative;float: left;width: 9.9%;}
.nav li::after { display: block; content: ""; box-sizing: border-box; position: absolute; top: 20px; right: -1px; bottom: auto; left: auto; z-index: 1; width: 1px; height: 20px; background: #3a5d8b; }
.nav li:last-child { margin-right: 0; }
.nav li:last-child::after { display: none; }
.nav li a { display: block; font-size: 18px; font-weight: 500; line-height: 45px; color: #fff; text-align: center; -webkit-transition: background 0.36s linear 0s; -moz-transition: background 0.36s linear 0s; -ms-transition: background 0.36s linear 0s; -o-transition: background 0.36s linear 0s; transition: background 0.36s linear 0s; }
.nav li .lv2 {display: none;position: absolute;top: calc(100% );right: auto;bottom: auto;left: calc(50% - 70px);z-index: 1;width: 140px;padding: 8px 0 10px;background: #fff;transform-origin: 50% 10%;-ms-transform-origin: 50% 10%;box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);border-radius: 2px;}
.nav li .lv2 a { padding: 8px 5px; font-size: 15px; line-height: 20px; color: #333; }
.nav li .lv2 a:hover { color: #fff; background: #2956aa; }
.nav li .lv2 .tri { position: absolute; top: auto; right: auto; bottom: 100%; left: 0%; z-index: 1; width: 100%; height: 12px; overflow: hidden; }
.nav li .lv2 .tri::after { display: block; content: ""; box-sizing: border-box; width: 20px; height: 20px; margin: 0 auto; background: #fff; -webkit-transform: translate(0px, 6px) rotate(45deg); -moz-transform: translate(0px, 6px) rotate(45deg); -ms-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 { z-index: 1; }
.nav li:hover > a { color: #fff; font-weight: 700; background: #134e9e; }
.nav li:hover::after { display: none; }
.nav li:hover .lv2 { display: block; animation: flipInY .8s; -ms-animation: flipInY .8s; }

.banner { position: relative; z-index: 1; font-size: 0; overflow: hidden; }
.banner .img { position: relative; display: block; height: 0; padding: 23.9583% 0 0; -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); -o-transform: scale(1); transform: scale(1); -webkit-transition: transform 0.25s linear 0s; -moz-transition: transform 0.25s linear 0s; -ms-transition: transform 0.25s linear 0s; -o-transition: transform 0.25s linear 0s; transition: transform 0.25s linear 0s; }
.banner .img img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 1; width: 100%; height: 100%; object-fit: cover; }
.banner .slick-current a { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); -o-transform: scale(1.05); transform: scale(1.05); -webkit-transition: transform 6s linear 0s; -moz-transition: transform 6s linear 0s; -ms-transition: transform 6s linear 0s; -o-transition: transform 6s linear 0s; transition: transform 6s linear 0s; }
.banner .slick-dots { position: absolute; top: auto; right: auto; bottom: 25px; left: 50%; z-index: 1; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }
.banner .slick-dots li { display: inline-block; width: 12px; height: 12px; margin: 0 5px; background: #fff; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-dots li.slick-active { background: #2a57aa; }
.banner .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: 42px; height: 42px; background-image: url(../images/arrow.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: rgba(56, 80, 125, 0.2); background-size: auto; border-radius: 50%; opacity: 0; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.banner .slick-arrow.slick-prev { left: -2%; }
.banner .slick-arrow.slick-next { right: -2%; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.banner .slick-arrow:hover { background-color: rgba(56, 80, 125, 0.8); }
.banner:hover .slick-arrow { opacity: 1; }
.banner:hover .slick-arrow.slick-prev { left: 2%; }
.banner:hover .slick-arrow.slick-next { right: 2%; }

.tt1 { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.tt2 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }

.tt3 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }

.tt4 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden; }

.tt5 { display: block; display: -webkit-box; -webkit-box-orient: vertical; -moz-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }

.img-scale { position: relative; display: block; overflow: hidden; }
.img-scale img { position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 0; width: 100%; height: 100%; object-fit: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img-frame { position: relative; overflow: hidden; }
.img-scale .img { /*背景图替换img*/ height: 100%; background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: cover; -webkit-transition: transform 0.5s linear 0s; -moz-transition: transform 0.5s linear 0s; -ms-transition: transform 0.5s linear 0s; -o-transition: transform 0.5s linear 0s; transition: transform 0.5s linear 0s; }
.img-scale .img img { min-height: 100%; }
.img-scale:hover img { min-height: 100%; -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }
.img-scale:hover .img { -webkit-transform: scale(1.07); -moz-transform: scale(1.07); -ms-transform: scale(1.07); -o-transform: scale(1.07); transform: scale(1.07); }

.column {position: relative;margin: 26px 0 6px;border-bottom: 2px solid #2764b4;}
.column h3 {display: inline-block;margin: 0 0 -2px;font-size: 24px;font-weight: 500;line-height: 50px;color: #000;text-align: left;border-bottom: 4px solid #ec9917;border-right: 5px solid #fff0;}
.column .more { position: absolute; top: 13px; right: 0; bottom: auto; left: auto; z-index: 1; }

.more { width: 62px; font-size: 14px; line-height: 22px; text-align: center; color: #0e376e; border: 1px solid #5477a6; overflow: hidden; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.more span {position: relative;z-index: 2;display: block;border: 1px solid #c6d2e1;}
.more::after { position: absolute; top: 0; right: auto; bottom: auto; left: 0; z-index: 1; content: ""; width: 0; height: 0; opacity: 0; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border-radius: 50%; background: #0e376e; -webkit-transition: all 0.5s linear 0s; -moz-transition: all 0.5s linear 0s; -ms-transition: all 0.5s linear 0s; -o-transition: all 0.5s linear 0s; transition: all 0.5s linear 0s; }
.more:hover { color: #fff; border-color: #0e376e; }
.more:hover span { border-color: transparent; }
.more:hover::after { width: 260px; height: 260px; opacity: 1; }

.title { font-size: 16px; font-weight: 500; line-height: 30px; color: #000; text-align: left; }
.title:hover { color: #0e376e; }

.info { font-size: 14px; font-weight: 500; line-height: 24px; color: #666; text-align: justify; }

.date {font-family: Arial, Helvetica, sans-serif;font-size: 14px;font-weight: 500;line-height: 30px;color: #999;text-align: left;float: right;}

.date1 { display: inline-block; vertical-align: top; width: 66px; font-family: Arial, Helvetica, sans-serif; font-size: 14px; font-weight: 500; line-height: 26px; color: #666; text-align: center; background: #f3f3f3; }
.date1 p:first-child {font-size: 24px;color: #fff;line-height: 28px;background: #2a57aa;-webkit-transition: all 0.36s linear 0s;-moz-transition: all 0.36s linear 0s;-ms-transition: all 0.36s linear 0s;-o-transition: all 0.36s linear 0s;transition: all 0.36s linear 0s;}

.index-main { padding: 0 40px; }

.xinwen, .gongzuo {width: 48%;}
.xinwen .news-slick1, .gongzuo .news-slick1 {width: 100%;margin-top: 35px;}
.xinwen .list1, .gongzuo .list1 { width: calc(100% - 430px); }
.xinwen .list1 li:first-child, .gongzuo .list1 li:first-child { padding-top: 0; }
.xinwen .list1 li:last-child, .gongzuo .list1 li:last-child { padding-bottom: 0; border: none; }

.gonggao, .zhaosheng {width: 48%;}

.layer2 .column { margin-top: 20px; }
.layer2 .news-list li:first-child { padding-top: 0; }
.layer2 .news-list li:last-child { padding-bottom: 0; border: none; }
.layer2 .list3 li:first-child {/* padding-top: 0; */}

.layer3 { padding: 0 0 36px; }

.news-slick1 { font-size: 0; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3); }
.news-slick1 .img-frame {height: 454px;}
.news-slick1 .title { margin: 0 0 4px; }
.news-slick1 .slick-dots { position: absolute; top: auto; right: 17px; bottom: 12px; left: auto; z-index: 1; }
.news-slick1 .slick-dots li { display: inline-block; width: 10px; height: 10px; margin: 0 4px; border: 1px solid #888; border-radius: 50%; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick1 .slick-dots li.slick-active { border-color: #0e376e; background: #0e376e; }
.news-slick1 .text { padding: 10px 17px 25px; }

.news-slick2 { font-size: 0; margin: 0 0 0 18px;}
.news-slick2 .slick-list { padding: 10px 0 0; }
.news-slick2 .slick-slide { padding: 0 18px; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick2 .slick-slide:hover { -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); transform: translateY(-8px); }
.news-slick2 .slick-slide:hover .text { border-color: #d29553; }
.news-slick2 .slick-slide:hover .title { color: #0e376e; }
.news-slick2 .img-frame { height: 0; padding: 66.666% 0 0; }
.news-slick2 .text { padding: 15px 0 15px 15px; border-left: 2px solid #0e376e; }
.news-slick2 .title { height: 60px; margin: 0 0 7px; }
.news-slick2 .date { padding: 0 0 0 24px; background-image: url("../images/time.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; }
.news-slick2 .slick-arrow { position: absolute; top: 45%; right: auto; bottom: auto; left: auto; z-index: 1; width: 40px; height: 40px; background-image: url(../images/arrow2.png); background-repeat: no-repeat; background-position: 50% 50%; background-color: #fff; background-size: auto; border-radius: 50%; box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.22); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick2 .slick-arrow.slick-prev { left: -40px; }
.news-slick2 .slick-arrow.slick-next { right: -40px; -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.news-slick2 .slick-dots { margin: 28px 0 0; text-align: center; }
.news-slick2 .slick-dots li { display: inline-block; width: 14px; height: 6px; margin: 0 5px; background: #c2c2c2; border-radius: 6px; cursor: pointer; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-slick2 .slick-dots li.slick-active { width: 36px; background: #0e376e; }

.list1 li { font-size: 0; padding: 10px 0; border-bottom: 1px dashed #ddd; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.list1 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list1 li:hover .title { color: #0e376e; }
.list1 li:hover .date { color: #0e376e; }
.list1 .title { display: inline-block; vertical-align: top; color: #000; width: calc(100% - 100px); }
.list1 .title::before { display: inline-block; content: ""; width: 7px; height: 7px; margin: 0 10px 2px 0; background: #0e376e; border-radius: 50%; }

.list2 { font-size: 0; }
.list2 li {margin: 0 0 16px;-webkit-transition: all 0.36s linear 0s;-moz-transition: all 0.36s linear 0s;-ms-transition: all 0.36s linear 0s;-o-transition: all 0.36s linear 0s;transition: all 0.36s linear 0s;}
.list2 li:last-child { margin: 0; }
.list2 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list2 li:hover .title { color: #0e376e; font-size: 18px; font-weight: 600; }
.list2 li:hover .date1 p:first-child {background: #2a57aa;}
.list2 .text { display: inline-block; vertical-align: top; width: calc(100% - 66px); padding: 0 0 0 18px; height:2em;}

.list3 li {padding: 15px 0;border-bottom: 1px solid #e3e3e3;-webkit-transition: all 0.36s linear 0s;-moz-transition: all 0.36s linear 0s;-ms-transition: all 0.36s linear 0s;-o-transition: all 0.36s linear 0s;transition: all 0.36s linear 0s;}
.list3 li:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px); }
.list3 li:hover .title { color: #0e376e; }
.list3 li:hover .date { color: #0e376e; }

.news-list {font-size: 0;}
.news-list li { padding: 22px 0; border-bottom: 1px solid #e3e3e3; }
.news-list .img-scale { display: inline-block; vertical-align: top; width: 180px; height: 120px; }
.news-list .text { display: inline-block; vertical-align: top; width: calc(100% - 180px); padding: 0 0 0 26px; }
.news-list .title { -webkit-transition: all 0.26s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.news-list .title:hover { -webkit-transform: translateX(4px); -moz-transform: translateX(4px); -ms-transform: translateX(4px); -o-transform: translateX(4px); transform: translateX(4px);font-size: 18px; font-weight: 600; }
.news-list .info { margin: 3px 0 6px; }

.picture-list { font-size: 0; margin: 0 -18px 0; }
.picture-list li { display: inline-block; width: 33.333%; padding: 0 18px; margin: 30px 0 0; }
.picture-list a { background: #f6f6f6; border-radius: 4px; box-shadow: 0 0 5px 0 rgba(0, 0, 0, .2); }
.picture-list .img-frame { padding: 66.66% 0 0;  }
.picture-list .title { text-align: center; margin: 10px 0 8px; } 
.picture-list a:hover .title { color: #0e376e; }

.sim-select { width: 200px; margin: 0 auto; position: relative; cursor: pointer; background: #274b7d; }
.sim-select p { padding: 0 0 0 18px; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: left; }
.sim-select::after { position: absolute; top: 0; right: 0; bottom: auto; left: auto; z-index: 1; content: ""; width: 30px; height: 30px; background-image: url("../images/arrow.png"); background-repeat: no-repeat; background-position: 50% 50%; background-color: transparent; background-size: 7px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.sim-select ul { display: none; position: absolute; top: auto; right: auto; bottom: 100%; left: 0; z-index: 1; width: 100%; max-height: 186px; background: #fff; box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); border: 0px solid #ddd; overflow-x: hidden; }
.sim-select ul li { border-bottom: 1px dashed #ddd; }
.sim-select ul li:last-child { border: none; }
.sim-select ul a { display: block; padding: 5px 8px; font-size: 14px; font-weight: 500; line-height: 18px; color: #333; text-align: left; -webkit-transition: all 0.15s linear 0s; -moz-transition: all 0.15s linear 0s; -ms-transition: all 0.15s linear 0s; -o-transition: all 0.15s linear 0s; transition: all 0.15s linear 0s; }
.sim-select ul a:hover { color: #fff; background: #0e376e; }
.sim-select ul::-webkit-scrollbar { width: 6px; height: 5px; background-color: #bbb; }
.sim-select ul::-webkit-scrollbar-thumb { border-radius: 4px; box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); background-color: #0e376e; }
.sim-select:hover::after { -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }

.footer {position: relative;z-index: 2;padding: 25px 0;background: #2956aa;}

.foot-link { width: 270px; }
.foot-link h3 { margin: 0 0 7px; font-size: 20px; font-weight: 500; line-height: 45px; color: #fff; text-align: left; }
.foot-link h3 span { display: inline-block; vertical-align: middle; width: 20px; height: 1px; background: #a5c1d6; }
.foot-link h3 span.s1 { margin-right: 15px; }
.foot-link h3 span.s2 { margin-left: 15px; }
.foot-link ul li { float: left; width: 33.33%; }
.foot-link ul a { font-size: 14px; font-weight: 500; line-height: 36px; color: #f4f8fc; text-align: left; }
.foot-link ul a:hover { color: #fff; text-decoration: underline; }

.foot-text { width: calc(100% - 540px); padding: 26px 0 0; }
.foot-text .copy { margin: 26px 0 0; font-size: 14px; font-weight: 500; line-height: 32px; color: #fff; text-align: center; }

.QR-code { width: 270px; margin: 20px 0 0; text-align: right; }
.QR-code img { width: 110px; }
.QR-code p { margin: 10px 0 0; font-size: 14px; font-weight: 500; line-height: 30px; color: #fff; text-align: center; }

.inline-block { display: inline-block; }

.decoration { position: relative; z-index: 2; overflow: hidden; }
.decoration img { width: 100%; height: 400px; object-fit: cover; }

.index-main { position: relative; z-index: 1; background-image: url(); background-repeat: no-repeat; background-position: 0 100%; background-color: transparent; background-size: auto; }
.index-main .inset { padding: 1px 40px 0; box-shadow: 0 0 8px 0 #ccc; background: #fff; }

.position { border-bottom: 1px solid #ddd; }
.position h3 { display: inline-block; margin: 0 0 -1px; font-size: 26px; font-weight: 500; line-height: 48px; color: #000; text-align: left; border-bottom: 3px solid #0e376e; }

.place { padding: 0 0 0 30px; font-size: 14px; font-weight: 500; line-height: 50px; color: #777; text-align: left; background-image: url(../images/weizhi.png); background-repeat: no-repeat; background-position: 10px 50%; background-color: transparent; background-size: auto; }
.place a { color: #777; }
.place a:hover { color: #2956aa !important; }

.sidebar { width: 19%; margin: 35px 0 0; }
.sidebar h1 {padding: 10px 0;font-size: 31px;font-weight: 700;line-height: 70px;color: #fff;text-align: center;background: #2956aa;letter-spacing: 2px;}
.sidebar .lv2-nav li { position: relative; margin: 7px 0 0; }
.sidebar .lv2-nav a { display: block; padding: 0 44px 0 14%; font-size: 17px; font-weight: 500; line-height: 50px; color: #000; text-align: left; background: #f2f2f2; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.sidebar .lv2-nav a:hover { color: #2956aa; font-weight: 700; }
.sidebar .lv2-nav li.cur > a {color: #2956aa;font-weight: 700;background-image: url(../images/h_icon8.png);background-repeat: no-repeat;background-position: calc(100% - 24px) 50%;background-color: #f2f2f2;background-size: auto;}

.main { width: 77.5%; margin: 20px 0 30px; min-height: 400px; }
.main .list1 { margin: 5px 0 0; }
.main .list1 li { padding: 13px 0; }
.main .list1 .title { width: calc(100% - 125px); }
.main .list1 .date { padding: 0 0 0 24px; background-image: url("../images/time.png"); background-repeat: no-repeat; background-position: 0 48%; background-color: transparent; background-size: auto; }

.article { padding: 35px 0 20px; }
.article .title { margin: 0 0 10px; font-size: 25px; font-weight: 500; line-height: 30px; color: #000; text-align: center; }
.article .sub { margin: 30px 0 30px; padding: 12px 0; font-size: 14px; font-weight: 500; line-height: 22px; color: #777; text-align: center; background: #f2f2f2; }
.article .content { padding: 0 4% 30px; font-size: 16px; font-weight: 500; line-height: 220%; color: #000; text-align: justify; }
.article .content p { text-indent: 2em; }
.article .content img, .article .content video { display: block; max-width: 100%; height: auto !important; margin: 18px auto; }
.article .content table { max-width: 100%; margin: 18px auto; }
.article .content table p { text-indent: 0; line-height: 150%; }
.article .content table img, .article .content table video { margin-top: 0; margin-bottom: 0; }
.article .content iframe { max-width: 100%; margin: 18px auto; }
.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: #494949; text-align: left; -webkit-transition: all 0.36s linear 0s; -moz-transition: all 0.36s linear 0s; -ms-transition: all 0.36s linear 0s; -o-transition: all 0.36s linear 0s; transition: all 0.36s linear 0s; }
.article .cont-page a span { color: #2956aa; font-weight: 700; }
.article .cont-page a:hover { color: #2956aa; -webkit-transform: translateX(6px); -moz-transform: translateX(6px); -ms-transform: translateX(6px); -o-transform: translateX(6px); transform: translateX(6px); }
.article.about .title { padding: 0 0 12px; }
.article.about .content { padding-left: 0; padding-right: 0; padding-bottom: 0; }

#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; }

#list-page { margin: 25px 0 20px !important; font-family: Arial; text-align: center; }
#list-page .p_pages a, #list-page span, #list-page .p_goto a { font-size: 14px; width: auto; height: auto; margin-top: 5px; }
#list-page .p_pages a, #list-page .p_no_d, #list-page .p_fun_d, #list-page .p_goto a { padding: 8px 10px; color: #428bca; border: 1px solid #aaa; border-radius: 4px; }
#list-page .p_pages .p_no_d, #list-page a:hover, #list-page .p_goto a { background: #2956aa; font-weight: bold; color: #fff; border-color: #0e376e; }
#list-page .p_t { padding: 0 2px 0 0; color: #777; }
#list-page .p_first, #list-page .p_first_d, #list-page .p_last, #list-page .p_last_d { display: inline-block; }
#list-page .p_pages span { color: #aaa; }
#list-page .p_goto input { font-family: 'Arial'; color: #333; border-radius: 4px; width: 40px; height: 32px; line-height: 32px; vertical-align: bottom; }

#floatdivids{height: 113px;position: absolute;top: 0;left: 0;z-index: 1000;}
#switch{max-height: 520px;}
.tab_head{position: relative; margin: 26px 0px 6px; border-bottom: 5px solid rgb(39, 100, 180);}
.tab_head h3 {   display: inline-block;   margin: 0px 15px;    font-size: 24px;    font-weight: 400;    line-height: 50px;    color: rgb(153, 153, 153);    text-align: left; padding: 5px 0px;}
.tab_head a.active > h3{font-weight: 600;color: black;}
.content_bg{background: url(../images/content_bg6.jpg) no-repeat center/cover;}
.disvisible{ display: none; }
.img-frame>span{position: absolute;    left: 0;    bottom: 0px;    display: block;    width: 100%;    height: 40px;    line-height: 34px;    color: #fff;    font-size: 16px;    word-spacing: 1px;    text-align: center;    font-weight: 600;    background: #004098;    opacity: 0.8;}
.ztzl{float: left;width: 24.8%;padding: 0 10px 0 0;}