@charset "utf-8";

/* reset style */

*:after,
*:before {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-rendering: optimizelegibility;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ol,
ul,
li,
blockquote,
pre,
button,
fieldset,
form,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
iframe,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
footer,
menu,
nav,
section,
summary,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0 none transparent;
    outline: none;
    font-size: inherit;
    font-family: '\5FAE\8F6F\96C5\9ED1';
}

article,
aside,
dialog,
footer,
header,
section,
nav,
figure,
menu,
audio,
canvas,
progress,
video {
    display: block;
}

html,
body {
    position: relative;
    /* height:100%; */
    width: 100%;
}


/*html, body { scroll-behavior:smooth; }*/

html.freeze,
html.freeze body {
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    -webkit-font-smoothing: antialiased;
    font: 12px/1.5 Microsoft YaHei UI, Microsoft YaHei, tahoma, arial, Hiragino Sans GB, SimSun, Segoe UI, Tahoma, Helvetica, Sans-Serif, sans-serif, \5b8b\4f53;
    color: #333;
    font-size: 15px;
    line-height: 1.6rem;
    word-break: break-all;
    margin-right: 13px;
}

.clearfix:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: '.';
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
}

.clearfix {
    *zoom: 1;
    display: block;
}

.hide {
    display: none;
}

a,
button {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    text-decoration: none;
    outline: 0;
}

a:link {
    color: #636363;
}

a:visited {
    color: #636363;
}

a:hover {
    color: #0030ae;
}

a:active {
    color: #0030ae;
}

a:hover span {
    cursor: pointer;
    opacity: .86
}

.web {
    width: 1200px;
    margin: 0 auto
}

.fl {
    float: left
}

.fr {
    float: right
}

.inlineB {
    font-size: 0;
}


/* forms */

html.firefox fieldset {
    display: table-cell !important;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    overflow: visible;
    background-color: transparent;
    cursor: pointer;
}


/* ie6 ~ ie7 css */

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    text-decoration: none;
}

button:hover span {
    text-decoration: underline;
}

input {
    padding: 0;
    outline: 0;
    font-size: inherit;
    font-family:'\5FAE\8F6F\96C5\9ED1';
    color: inherit;
    line-height: inherit;
    vertical-align: middle;
}

input[type='submit'] {
    height: 28px;
    line-height: 24px;
}

input[type='radio'],
input[type='checkbox'] {
    width: 14px;
    height: 14px;
}

input[type='image'] {
    height: auto;
    margin: 0;
    padding: 0;
    border: 0;
}

input[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

select {
    height: 28px;
    line-height: 24px;
    padding: 1px 0 1px 3px;
    border: 1px solid #dedede;
    background-color: #fff;
}

select[disabled='disabled'] {
    background-color: #ebebeb;
    color: #959595;
}

textarea {
    min-height: 80px;
    padding: 1px 3px;
    border: 1px solid #dedede;
    line-height: 25px;
}


/* other */

iframe.pdf {
    width: 100%;
    height: 600px;
    margin-top: 30px;
    margin-bottom: 30px;
}

mark {
    background-color: transparent;
}

[data-style='list'] .target {
    display: none;
    color: #000;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
    display: none;
}

img {
    border: 0 none transparent;
    display: block;
    -ms-interpolation-mode: bicubic;
}

img,
div.root_daum_roughmap {
    max-width: 100%;
}

b,
strong {
    font-weight: 600;
}

i,
em,
dfn,
cite,
address {
    font-style: normal;
}

small {
    font-size: 90%;
}

sup,
sub {
    position: relative;
    font-size: 0.9em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

del {
    text-decoration: line-through;
}

label {
    cursor: pointer;
}

ol,
ul,
li {
    list-style: none;
}

legend {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    font-size: 0;
    line-height: 0;
}

caption {
    height: 1px;
    font-size: 0;
    line-height: 0;
}


/* table */

.table_unit {
    margin-top: 10px;
    margin-bottom: -10px;
    font-size: 0.9em;
    text-align: right;
}

.table_group {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    position: relative;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.table_group .table_line {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    z-index: 20;
    background-color: #fff;
}

.table_group table {
    border-collapse: separate;
}

.table_group table.table {
    position: relative;
    width: 100%;
    border: 1px solid #c6c6c6;
    margin: 20px auto
}

.table_group table.table.scroll {
    width: 860px;
    z-index: 10;
}

.table_group .gesture {
    z-index: 30;
    transition-property: opacity, top;
}

.table_group table.table tbody,
.table_group table.table tfoot {
    text-align: center;
}

.table_group table.table thead tr th {
    padding: 10px 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    background-color: #fafafa;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.table_group table.table tbody tr th.ms_th {
    font-size: 18px !important;
    text-align: center;
}

.table_group table.table tbody tr th,
.table_group table.table tfoot tr th {
    padding: 10px 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    background-color: #fdfdfd;
    color: #5d5d5d;
    font-size: 16px;
    text-align: center;
}

.table_group table.table tbody tr td,
.table_group table.table tfoot tr td {
    padding: 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    color: #333;
    font-size: 15px;
}

.table_group table.table tbody tr:first-child th,
.table_group table.table tbody tr:first-child td,
.table_group table.table tfoot tr:first-child th,
.table_group table.table tfoot tr:first-child td {
    border-top-color: #c6c6c6;
}

.table_group table.table tbody ul,
.table_group table.table tbody ol {
    padding-left: 0;
    text-align: left;
}

.table_group table.table_ms {
    position: relative;
    width: 100%;
    border-top: 1px solid #3a3a3a;
    border-bottom: 1px solid #c6c6c6;
}

.table_group table.table_ms.scroll {
    width: 860px;
    z-index: 10;
}

.table_group table.table_ms tbody,
.table_group table.table_ms tfoot {
    text-align: center;
}

.table_group table.table_ms thead tr th {
    padding: 10px 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    background-color: #fafafa;
    color: #333;
    font-size: 16px;
    text-align: center;
}

.table_group table.table_ms tbody tr th,
.table_group table.table_ms tfoot tr th {
    padding: 10px 5px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    background-color: #fdfdfd;
    color: #5d5d5d;
    font-size: 18px;
    text-align: center;
}

.table_group table.table_ms thead tr:first-child th {
    border-top-width: 0;
}

.table_group table.table_ms tbody tr td,
.table_group table.table_ms tfoot tr td {
    padding: 10px;
    border-top: 1px solid #c6c6c6;
    border-left: 1px solid #c6c6c6;
    color: #333;
    font-size: 15px;
}

.table_group table.table_ms tbody tr:first-child th,
.table_group table.table tbody tr:first-child td,
.table_group table.table_ms tfoot tr:first-child th,
.table_group table.table_ms tfoot tr:first-child td {
    border-top-color: #c6c6c6;
}

.table_group table.table_ms tbody ul,
.table_group table.table_ms tbody ol {
    padding-left: 0;
    text-align: left;
}


/* text */

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

a.text-primary:hover {
    color: #286090;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover {
    color: #245269;
}

.text-warning {
    color: #f08400;
}

a.text-warning:hover {
    color: #66512c;
}

.text-danger {
    color: #d33835;
}

a.text-danger:hover {
    color: #843534;
}

.bg-primary {
    color: #fff;
    background-color: #337ab7;
}

a.bg-primary:hover {
    background-color: #286090;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover {
    background-color: #e4b9b9;
}


/* background */

.turquoise {
    background: #1abc9c;
}

.emerland {
    background: #2ecc71;
}

.peterriver {
    background: #3498db;
}

.amethyst {
    background: #9b59b6;
}

.wetasphalt {
    background: #34495e;
}

.greensea {
    background: #16a085;
}

.nephritis {
    background: #27ae60;
}

.belizehole {
    background: #2980b9;
}

.wisteria {
    background: #8e44ad;
}

.midnightblue {
    background: #2c3e50;
}

.sunflower {
    background: #f1c40f;
}

.carrot {
    background: #e67e22;
}

.alizarin {
    background: #e74c3c;
}

.clouds {
    background: #ecf0f1;
    color: #999;
}

.concrete {
    background: #95a5a6;
}

.orange {
    background: #f39c12;
}

.pumpkin {
    background: #d35400;
}

.pomegranate {
    background: #c0392b;
}

.silver {
    background: #bdc3c7;
}

.asbestos {
    background: #7f8c8d;
}


/* 头部 */

.header {
    width: 100%;
    height:112px;
    background: #0154a4;


}
.header .web{position:relative;}
.toplink {
position: absolute;
    top: 53px;
    right: 50px;
}
.toplink a{color:#fff !important;font-size:14px !important;}
.header a.logo{
    width: 516px;
    height: 54px;
    display: block;
margin-top:29px;
}

/* 导航 */
.navbar{
width:1200px;
margin:0 auto;
 
}

.navbar ul li{
    position: relative;
    float: left;
    width:11.1%;
    
}
.navbar ul li a{
    display: block;
    line-height: 54px;
    font-size: 19px;
    color: #ffffff;
    padding: 0 9px;
}
.navbar ul li a:hover{
    color: #f1c40f;
}
/* 二级导航 */
.navbar  ul li .ul2 {
    position: absolute;
    left: -20px;
    top: 11px;
    z-index: 100;
    display: none;
    margin: 0;
    float: none;
    padding-top: 43px;
    z-index: 100;
}
.navbar  ul li .ul2::before{
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 8px;
    bottom: -8px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: relative;
    transform: rotate(135deg);
    transform-origin: center center;
    width: 0;
    margin-left: 82px;
}
.navbar  ul li .ul2 li {
    width: 170px;
    height: 40px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

.navbar  ul li .ul2 a {
    display: block;
    line-height: 40px;
    color: #222222;
    font-size: 15px;
    text-indent: 25px;
    padding: 0;
    background: #fff;
}

.navbar  ul li .ul2 a:hover {
    color: #0154a4;
}



/* 导航2 */
.navbar2{
width:1200px;
margin:0 auto;
 
}

.navbar2 ul li{
    position: relative;
    float: left;
    width:11.1%;
    
}
.navbar2 ul li a{
    display: block;
    line-height: 54px;
    font-size: 19px;
    color: #ffffff;
    padding: 0 9px;
}
.navbar2 ul li a:hover{
    color: #f1c40f;
}
/* 二级导航 */
.navbar2  ul li .ul2 {
    position: absolute;
    left: -20px;
    top: 11px;
    z-index: 100;
    display: none;
    margin: 0;
    float: none;
    padding-top: 43px;
    z-index: 100;
}
.navbar2  ul li .ul2::before{
    border-color: transparent transparent #fff #fff;
    border-style: solid;
    border-width: 8px;
    bottom: -8px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: relative;
    transform: rotate(135deg);
    transform-origin: center center;
    width: 0;
    margin-left: 82px;
}
.navbar2  ul li .ul2 li {
    width: 170px;
    height: 40px;
    display: block;
    float: none;
    padding: 0;
    margin: 0;
}

.navbar2  ul li .ul2 a {
    display: block;
    line-height: 40px;
    color: #222222;
    font-size: 15px;
    text-indent: 25px;
    padding: 0;
    background: #fff;
}

.navbar2  ul li .ul2 a:hover {
    color: #0154a4;
}




/* 搜索框 */
.seaBox {
    position: relative;
    margin-top: 52px;
}
.button {
    width: 30px;
    height: 30px;
    background: url("/css/../img/search1.png") no-repeat center center;
    float: right;
}
.searchbox {
    width: 0px;
    height: 36px;
    border-radius: 22px;
    line-height: 36px;
    position: absolute;
    top:0px;
    right: 37px;
    background: #fff;
    padding-left: 20px;
    display: none;
z-index: 9;
}
.text {
    float: left;
    width: 185px;
    height: 36px;
    border: none;
    outline: none;
    line-height: 36px;
    color: #0154a4;
    font-size: 15px;
}
input::-webkit-input-placeholder {
    color: #0154a4;
}
input::-moz-placeholder { 
    color: #0154a4;
}
input:-moz-placeholder {
    color: #0154a4;
}
input:-ms-input-placeholder {   
    color: #0154a4;
}
.submit {
    width: 22px;
    height: 22px;
    float: right;
    background: url("/css/../img/search.png") no-repeat center center;
    margin-top: 4px;
    margin-right: 10px;
    border: none;
    outline: none;
}
.on {
    display: block;
}
/* 底部 */
/* links区 */
.link{
    width: 100%;
    padding-bottom: 30px;
    border-bottom: 1px solid #d7d7d7;
}
.link h2{
    font-size: 22px;
    line-height:30px;
    font-weight: normal;
    text-align: center;
    margin-bottom: 30px;
}
.link ul li{
    float: left;
}
.link ul li a{
    display: block;
    font-size: 17px;
    line-height: 30px;
    color: #666666;
    padding: 0 21px;
    border-right: 1px solid #757575;
}
.link ul li a:hover {
    color: #c6b46c;
} 
.link ul li.noBorder a{
    border: none;
}
/* 版权 */
.foot{
    width: 100%;
    padding: 40px 0;
}
.foot p{
    font-size: 16px;
    color: #757575;
    line-height: 30px;
}
.con{min-height:450px;}

/*搜索结果页*/
.search{
    width:855px;
}
.searchWrap {min-height: 600px;background: #fff;padding: 20px 0px 50px;}
.searchWrap .serBox{padding:25px;background:#f4f4f4;margin-bottom:20px;position: relative;}
.searchWrap .txt {border: none;height: 40px;width: 675px;font-size: 15px;padding-left: 10px;color: #3d3d3d;line-height: 40px;}
.searchWrap .btn {border: none;height: 40px;width: 120px;text-align: center;float: right;cursor: pointer;_display: inline;color: #fff;right: 25px;top: 25px;background: #135da9;font-size: 18px;}
.searchWrap ul{padding-bottom:30px;}
.searchWrap ul li{line-height:2em; border-bottom:1px solid #dedede;padding:20px 0}
.searchWrap ul li a{display:block;}
.searchWrap ul li a h3{font-size:18px; font-weight:bold;margin-bottom:15px;}
.searchWrap ul li a p{font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;word-wrap: break-word;word-break:normal;}
.searchWrap ul li a span.time{color:#999;margin-top:15px}
.search .map-h2{height: 50px;line-height: 50px;border-bottom:1px solid #dfdfdf;margin: 20px 0 30px;}
.search .map-h2 h2{color:#105aa1;font-size:24px;font-weight:normal;}
.search .map{}
.search .map a:hover{color:#105aa1;}
.search .map span{margin:auto 5px;}
.search .map-h2 .map a.home{padding-left: 25px;background: url(/css/../img/home.png) no-repeat left center;line-height: 50px;display: inline-block;}

.news_list{width:1200px;margin:0 auto;}
.news_list li.first {
    margin-bottom: 20px;
}
.news_list li.first a.img{
    display: block;
    width: 50%;
    height: 355px;
    overflow: hidden;
}
.news_list li.first a.img img{
    display: block;
    width:100%;
    height: 355px;
    transition: all 2s;
}
.news_list li.first a.txt {
    display: block;
    width: 46%;
    height: 355px;
    float:right;
padding-top:20px;
}
.news_list li.first a.txt p{
    font-size: 25px;
    color: #000;
    line-height:35px;
    font-weight: 500;
    margin-top: 5px;
}
.news_list li.first a div {
    width: 100%;
    font-size: 15px;
    color: #000;

    line-height: 24px;
    margin: 10px 0 15px 0;

}
.news_list li.first a.txt  span{
    font-size: 16px;
    color: #666666;
    line-height: 38px;
}
.news_list li.first:hover a.txt p{
    color: #c6b46c;
}
.news_list li.first:hover a.img img{
    transform: scale(1.2);
}

.djgz_first{width:100%;height:400px;margin-top:20px;}


/*加*/
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}
ul{list-style:none;}

li{list-style:none;}
.container{
	width:1230px;
	padding: 0;
	margin: 0 auto;
}
.wc-foot{
	background:#0154a4;

 
   padding-top: 35px;
    min-height: 275px;
    }
.wc-foot p{
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.wc-foot p a{
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.wc-left{
	width:586px ;
}
.wc-mid{
	width:516px;
}
.wc-right{
	width:120px;
}
.wc-left h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.you-ul ul li{
	float: left;
}
.you-ul ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	
}
.you-ul ul li:first-child a{
	padding-left: 0;
}
.you-ul ul li:last-child a{
	background: none;
}
.you-ul{
	padding-bottom: 30px;
}
.wc-mid h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.wc-mid p{
	font-size: 14px;
	color: #fff;
	line-height: 25px;
}
.wc-mid p a{
	color: #fff;
}

.wc-right a{
	display: block;
	background: #ce3e3a;
	color: #fff;
	height: 42px;
	line-height: 42px;
	text-align: center;
	text-decoration: none;
}
.wc-right a img{
	padding-right: 5px;
}
.wc-right a:hover{
	background: #c02824;
	transition: all 1.5s;
}
.wc-right p{
	display: block;
	margin-top: 10px;
}
.wc-foot p a{
	font-size: 14px;
	color: #999;
	line-height: 21px;
}
.wc-left{
	width:586px ;
}
.wc-mid{
	width:516px;
}
.wc-right{
	width:120px;
}
.wc-left h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
	font-weight: normal;
}
.you-ul ul li{
	float: left;
}
.you-ul ul li a{
	color: #fff;
	text-decoration: none;
	padding: 0 20px;
	background: url(/css/../images/fa.png) no-repeat right center;
}
.you-ul ul li:first-child a{
	padding-left: 0;
}
.you-ul ul li:last-child a{
	background: none;
}
.you-ul{
	padding-bottom: 30px;
}