/*广告图*/
.banner { height: 400px; position: relative }
.banner .title-con { top: 50%; width: 95%; max-width: 1400px; margin: 0 auto; z-index: 2; color: #fff; position: relative; }
.banner .title-con span { display: block; font-size: 45px; margin-left: 30px; margin-left: 0px \9; -webkit-animation: cth1 800ms ease-out forwards; animation: cth1 800ms ease-out forwards; opacity: 0; opacity: 1 \9; }
.banner .title-con strong { display: block; font-size: 30px; font-weight: 100; margin-left: -30px; margin-left: 0 \9; -webkit-animation: cth2 800ms ease-out forwards; animation: cth2 800ms ease-out forwards; opacity: 0; opacity: 1 \9; }
.banner .image-con { overflow: hidden; height: 100%; width: 100%; transition: all 1.5s cubic-bezier(0.215, .61, .215, 1); -webkit-transition: all 1.5s cubic-bezier(0.215, .61, .215, 1); transform: scale(1); -webkit-transform: scale(1); position: absolute; top: 0px; }
.banner .image-con .image { height: 100%; width: 100%; background-repeat: no-repeat; background-size: cover; background-position: center top; }
 @-webkit-keyframes cth1 {  0% {
margin-left: 30px;
opacity: 0;
}
 100% {
margin-left: 0px;
opacity: 1;
}
}
 @keyframes cth1 {  0% {
margin-left: 30px;
opacity: 0;
}
 100% {
margin-left: 0px;
opacity: 1;
}
}
 @-webkit-keyframes cth2 {  0% {
margin-left: -30px;
opacity: 0;
}
 100% {
margin-left:0px;
opacity: 1;
}
}
 @keyframes cth2 {  0% {
margin-left: -30px;
opacity: 0;
}
 100% {
margin-left:0px;
opacity: 0.4;
}
}
/*分类栏目*/
.menu { height: 70px; background-color: #f2f9fe; position: relative; z-index: 2; overflow: hidden; }
.menu_cont { width: 95%; max-width: 1400px; margin: 0 auto; }
.menu_cont_nav { position: relative; float: left; }
.menu_cont_nav ul li { float: left; line-height: 70px; font-size: 16px; }
.menu_cont_nav ul li a { color: #333; text-decoration: none; line-height: 70px; display: block; padding-left: 35px; padding-right: 35px; }
.menu_cont_nav ul li a:hover { text-decoration: none; color: #fff; background: #0059a9 }
.menu_cont_nav ul li.current a { color: #fff; background: #0059a9 }
.location { position: relative; margin: 0 auto; overflow: hidden; font-size: 14px; color: #aaa; height: 70px; line-height: 70px; float: right; }
.location a { color: #333; }
.iconfont { font-family: "iconfont" !important; font-size: 16px; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; line-height: 100%; }
.location i { color: #333; font-size: 22px; position: relative; width: 19px; display: inline-block; }
.location span { margin: 0 2px; }
/*正文*/
.content { width: 95%; max-width: 1400px; margin: 0 auto; margin-top: 30px; overflow: hidden; }
.content p { margin-bottom: 10px; font-size: 16px; line-height: 30px; }
/*领导风采*/
.firstitem { width: 50%; margin: 0 auto; background: #f1eff1; overflow: hidden; }
.firstitem_pic { width: 30%; float: left; margin-right: 6%; }
.firstitem_cont { width: 62%; float: left; margin-top: 40px; }
.firstitem_conts { width: 52%; float: left; margin-top: 90px; }
.firstitem_cont h3 { margin-bottom: 15px; }
.firstitem_cont p { text-indent: 0em; }
.firstitem_conts p { margin-bottom: 0px; font-size: 16px; line-height: 30px; }
.content .line { height: 1px; background-color: #eee; margin-bottom: 20px; margin-top: 20px; }
.items { background: #f1eff1; overflow: hidden; }
.items .firstitem_pic { width: 40%; float: left; margin-right: 6%; }
.items .firstitem_pic img { height: 250px; }
.items .firstitem_cont { width: 100%; margin-top: 20px; padding-left: 20px; padding-right: 2px; }
.col-xs-4 { margin-bottom: 20px; overflow: hidden; max-height: 250px; }
/*新闻列表*/
.news-list1 ul li { padding: 30px 0; border-bottom: 1px #eee solid; position: relative; padding-left:10px; padding-right:10px;}
.news-list1 ul li:hover{ background:#f5f5f5;}
.news-list1 ul li .image { width: 17%; float: left; max-height: 160px; overflow: hidden; border: 1px solid #e8e8e8; }
.news-list1 ul li .image img { width: 100%; }
.news-list1 ul li .text { width: 80%; float: right; position: relative; }
.news-list1 ul li.clearfixs .text { width: 100%; float: none; position: relative; }
.news-list1 ul li .text span { display: block; font-size: 18px; color: #999; }
.news-list1 ul li .text strong { display: block; margin-bottom: 10px; line-height: 1.8; font-size: 18px; }
.news-list1 ul li .text strong a { color: #333; }
.news-list1 ul li .text strong a:hover { color: #014099; }
.text_cont { font-size: 16px; line-height: 30px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.text_conts { font-size: 16px; line-height: 30px; margin-top: 10px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.clearfix img{ width:100%;transition:all 1s;}
.clearfix:hover img{transform: scale(1.05);transition:all 1s;}
/*分页*/
#pages { text-align: center; padding-top: 25px; height: 90px; }
#pages a { display: inline-block; padding: 9px 15px; background-color: #fff; color: #888; margin: 0 2px; -webkit-transition-duration: 0.25s; transition-duration: 0.25s; border: 1px #ddd solid; border-radius: 3px }
#pages a:hover { background-color: #014099; border-color: #014099; color: #fff }
#pages a.active { background-color: #014099; border-color: #014099; color: #fff }
#pages a.prev,
#pages a.next { font-size: 14px; }
#pages span { display: inline-block; padding: 9px 15px; color: #888; position: relative; top: -2px }
#pages label { margin-left: 10px; font-weight: 400 }
#pages label input { margin: 0 3px }
/*新闻详情*/
.news-info .title { color: #333; text-align: center; padding: 0px 10px 20px; }
.news-info .title h1 { font-size: 30px; font-weight: 600; line-height: 32px; }
.news-info .info { color: #bbb; position: relative; padding: 15px 40px; background-color: #f2f2f2; margin-bottom: 20px; }
.news-info .info span.date { background: url(../images/new_i1.png) no-repeat scroll left center; padding: 2px 0px 2px 22px; margin-right: 18px; }
.news-info .info span.hits { background: url(../images/new_i2.png) no-repeat scroll left center; padding: 2px 0px 2px 28px; }
.other { border-top: 1px #eee solid; padding: 20px 0px 15px; font-size: 14px; }
.other .left { color: #777; }
.other .left a { color: #777; }
.other .left p { text-indent: 0em; }
/*员工风采*/
.mb_cont { overflow: hidden; }
.mbitem { width: 23%; float: left; margin-left: 1%; margin-right: 1%; }
.mbitem_pic img { width: 100%; height: 220px; }
.mbitem_name { margin-top: 10px; text-align: center; margin-bottom: 20px; font-size: 16px; }
.mbitem_name a { color: #333; }
.iw_poi_title { color: #CC5522; font-size: 14px; font-weight: bold; overflow: hidden; padding-right: 13px; white-space: nowrap }
.iw_poi_content { font: 12px arial, sans-serif; overflow: visible; padding-top: 4px; white-space: -moz-pre-wrap; word-wrap: break-word }
.map_right { width: 37%; float: right; }
.map_right strong { font-size: 20px; line-height: 1.4; font-weight: normal; margin-bottom: 10px; display: block; }
.map_right p { text-indent: 0em; margin-top: 5px; line-height: 180%; position: relative; }
.map_right label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: 700; }
.con-wrapper .iconfont { width: 17px; display: inline-block; margin-right: 5px; }

.bid-list li { border-bottom: 1px #e8e8e8 solid; padding: 35px 0; position: relative; padding-left: 100px; }
.bid-list li .date { width: 80px; position: absolute; left: 0px; top: 35px; }
.bid-list li .date strong { display: block; line-height: 60px; background-color: #828d95; text-align: center; font-size: 36px; color: #fff; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; font-weight: normal; }
.bid-list li .date span { display: block; line-height: 24px; text-align: center; font-size: 14px; color: #fff; margin-top: 1px; background-color: #ccc; -webkit-transition-duration: 0.3s; -moz-transition-duration: 0.3s; -o-transition-duration: 0.3s; }
.bid-list li .text { position: relative; }
.bid-list li .text .title { display: block; font-weight: 600; line-height: 28px; font-size: 18px; width: 100%; }
.list_content { font-size: 16px; line-height: 30px; margin-top: 5px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.bid-list li a { color: #333; }
.bid-list li a:hover { color: #014099; }

.bid-lists li { border-bottom: 1px #e8e8e8 solid; padding: 35px 0; position: relative; }
.bid-lists li .text .title { display: block; font-weight: 600; line-height: 28px; font-size: 18px; width: 100%; }
.bid-lists li a { color: #333; }
.bid-lists li a:hover { color: #014099; }
.bid-lists li .dates{ float:right; font-weight:normal; color:#CCC;}


/*工作动态*/
.three_nav { height: 60px; background: #efefef; width: 100%; }
.three_nav ul { padding: 0px; margin: 0px; }
.three_nav ul li { padding: 0px; margin: 0px; width: 130px; font-size: 16px; text-align: center; line-height: 60px; float: left; }
.three_nav ul li a { color: #525456; display: block; }
.three_nav ul li a:hover { color: #fff; display: block; background: #014099; }
.three_nav ul li.current { color: #fff; display: block; background: #014099; }
.three_nav ul li.current a { color: #fff; }
.news_first { overflow: hidden; border-bottom: 1px solid #e3e3e3; padding-bottom: 20px; margin-top: 20px; margin-bottom: 10px; }
.news_first_left { width: 25%; float: left; }
.news_first_left img { width: 100%; }
.news_first_right { width: 72%; float: right; }
.news_first_title { font-weight: bold; font-size: 18px; color: #333333; }
.news_first_title a { color: #333333; }
.news_first_title a:hover { color: #014099; }
.news_first_cont { margin-top: 15px; line-height: 28px; font-size: 16px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; }
.news_first_dade { margin-top: 15px; font-size: 16px; }
.news_first_more { margin-top: 15px; text-align: right; }
.news_first_more a { display: inline-block; width: 120px; height: 34px; text-align: center; line-height: 34px; font-size: 16px; border: 1px solid #c8c8c8; border-radius: 40px; color: #333333; }
.news_list li.addBorder { border-bottom: 1px dashed #ccc; padding-bottom: 10px; margin-bottom: 10px }
.news_list ul { padding: 0px; margin: 0px; }
.news_list ul li { font-size: 16px; line-height: 32px; overflow: hidden; }
.news_list ul li a { width: 80%; float: left; overflow: hidden; background: url(../images/lis.jpg) no-repeat left center; padding-left: 10px; color: #333333; display: inline-block; height: 30px; }
.news_list ul li a:hover { color: #014099; }
.news_list ul li span { width: 20%; float: right; display: inline-block; text-align: right; }
/*荣誉资质*/
.fancybox { width: 23%; float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 20px; }
.fancybox img { height: 200px; }
.fancybox span { display: block; font-size: 16px; margin-top: 10px; color: #333333; text-align: center; }
.bid-list { overflow: hidden; }
.ygfc-list .fancybox img { height: 230px; }
.ygfc-list { overflow: hidden; }
#platform img { max-width: initial!important; height: auto !important; width: auto !important; }
/*大事记*/
.slideBoxgf ul li { font-size: 14px; line-height: 170%; margin-left: 130px; background: url(../images/history-icon.gif) no-repeat 5px center; position: relative; padding: 10px 0; }
.slideBoxgf ul li label { display: block; color: #4f8c3f; font-size: 14px; font-weight: bold; position: absolute; top: 50%; margin-top: -12px; left: -130px; width: 130px; text-align: right; font-family: "NoveDemiBold", "微软雅黑"; }
.slideBoxgf ul li p { margin-left: 50px; padding: 15px 20px; background-color: #fff; -webkit-transition: background-color .25s, border .25s; transition: background-color .25s, border .25s; background-color: #f7f5f4; text-align: left; }

.map_list{ padding-top:20px; padding-bottom:10px; border-bottom:1px dashed #CCC;}

/*投诉建议*/
.form_title{
    background: #e2e3e5;
    font-weight: bold;
    font-size: 15px;
    color: #555;
    line-height: 50px;
    text-indent: 20px;
}
.form_cont{ overflow:hidden;border-right: 1px solid #ccc}
.form_list{ width:50%; float:left;border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;}
.input {
    border: 1px #ccc solid;
    padding: 8px;
    width: 200px;
    background-color: #f7f5f4;
    color: #555;
	margin-left:10px;
}
.form_list_title{ width:20%; float:left; text-align:right;background: #fafafa; height:50px; line-height:50px;}
.form_list_cont{ width:80%; float:left; padding-top: 5px;border-left: 1px solid #ccc; height:50px;}
.radio{ float:left;}
.form_list_cont span{ display:inline-block; float:left; margin-top:10px; margin-left:10px;}
.form_zwlist{ overflow:hidden;border-right: 1px solid #ccc}
.form_zwlist_title{width:10%; float:left; text-align:right;background: #fafafa; height:50px; line-height:50px;border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc}
.form_zwlist_cont{ width:90%; float:left; padding-top: 5px;border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc; height:50px;}
	.ar{ height:100px;}
textarea {
    border: 1px #ccc solid;
    padding: 6px;
    width: 590px !important;
    height: 80px;
    background-color: #f7f5f4;
}
.btn{
    display: inline-block;
    border: 0;
    cursor: pointer;
    padding: 0 40px;
    height: 45px;
    line-height: 45px;
    color: #fff;
    background:#014099 !important;
    font-size: 16px;
    margin-right: 10px;
	margin-top:20px;
}
.xm_title{
    background: #e2e3e5;
    font-weight: bold;
    font-size: 15px;
    color: #555;
    line-height: 50px;
    text-indent: 20px;
	margin-bottom:20px;
	border-left:4px solid #014099;
}

.gg_left{ width:20%; float:left;}
.gg_right{ width:77%; float:right;}
.gg_menu_title{ height:80px; background:#0059a9; color:#fff; text-align:center; line-height:80px; font-size:28px;}
.gg_left ul{ padding:0px; margin:0px;}
.gg_left ul li{ height:50px; background:#f2f1f1; font-size:18px; line-height:50px; color:#646464; padding-left:25px; margin-top:2px;}
.gg_left ul li a{ display:block; color:#646464;}
.gg_left ul li:hover{ background: url(../images/menu_on.jpg) no-repeat right center;}
.gg_left ul li:hover a{ color:#fff;}
.gglist{ margin-bottom:20px; overflow:hidden;}
.gg_title{ height:45px; background:#f2f1f1; border-left:5px solid #0059a9;}
.gg_title span{ font-size:18px; color:#0059a9; display:inline-block; padding-left:15px; padding-right:15px; background:#fff; line-height:45px;}
.gg_title a{ float:right; margin-right:10px; color:#818181; font-size:14px; line-height:45px;}
.ggnewslist{ margin-top:10px;}
.ggnewslist ul{ padding:0px; margin:0px;}
.ggnewslist ul li{ line-height:35px;    float: left; width:100%;    padding-left: 15px;    position: relative; box-sizing: border-box;}
.ggnewslist ul li a{display: inline-block;color: #333333;width: 80%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;font-size: 16px;float: left;}
.ggnewslist ul li .date{float: right;font-size: 16px;}
.ggnewslist li::after { width: 4px; height: 4px; background: #7f7f7f; content: ''; position: absolute; left: 0; top: 15px;}
.t30{ margin-top:30px;}

/*搜索*/
.searchArea{ overflow:hidden; background:#f3f3f3; margin-bottom:20px;}
.wrap .tit {text-align: center; font-size: 36px;  line-height: 46px; font-weight: bold;margin-top: 30px;}
.content_form { margin-top: 30px;padding: 0 8%;}
.input_wrap { position: relative;  width: 80%;  line-height: 68px;  height: 68px; float:left;}
.btn_wrap{width:20%; text-align:center; vertical-align:middle; float:left;}
.btn_wrap .btns {padding:0; margin:0; font-size:20px; font-weight:bold; height:68px; line-height:68px; width:100%; border:none; outline:none; background:transparent; border:1px solid #333f47; color:#333f47;cursor:pointer;}
.btn_wrap .btns:hover{background:#0059a9; color:#fff;}
.input_wrap input{width:100%; padding:0 0 0 2%; height:68px; line-height:68px; border:1px solid #e1e1e1;}
.content_form{ overflow:hidden;}
.tits {font-size: 30px;color: #7c7c7c;text-align:center;margin-top:30px;padding-bottom: 40px;}
.tits span { color: #ff0000;}




@media (max-width: 768px) {
/*广告图*/
.banner { height: 200px; position: relative }
.banner .title-con span { font-size: 30px; }
.banner .title-con strong { display: block; font-size: 26px; }
.menu_cont_nav ul li { float: left; line-height: 70px; font-size: 14px; margin-right: 0px; width: 25%; display: inline-block; overflow: hidden; height: 70px;border-bottom: 1px #0555c7 solid;
    border-right: 1px solid #0555c7;}
.menu_cont_nav ul li a { text-align: center; }
.menu { height: auto; }
.menu_cont_nav { position: relative; float: none; width: 100%; display:none;}
.location { float:none;}
.firstitem { width: 100%; }
.firstitem_cont { margin-top: 20px; width: 52%; }
.firstitem_pic { width: 40%; }
.col-xs-4 { width: 100%; }
.news-list1 ul li .image { max-width: 100%; float: left; width: 100%; max-height: 243px; overflow: hidden; }
.news-list1 ul li .text { width: 100%; }
#pages label { display: none; }
.mbitem { width: 100%; float: left; margin-left: 0%; margin-right: 0%; }
.news-info .info { padding: 15px 20px; }
#dituContent { width: 100% !important; }
.map_right { width: 100%; margin-top: 20px; }
.items .firstitem_pic img { height: auto; }
.mbitem_pic img { width: 100%; height: 250px; }
.news-info .title { color: #333; text-align: center; padding: 0px 10px 20px; }
.three_nav ul li { width: 50%; }
.news_first_left { width: 100%; float: none; }
.news_first_right { width: 100%; float: none; margin-top: 20px; }
.news_list ul li a { width: 70%; }
.news_list ul li span { width: 30%; font-size: 15px; }
.news_first_more { display: none; }
.fancybox { width: 48%; float: left; margin-left: 1%; margin-right: 1%; margin-bottom: 20px; }
.fancybox img { height: 115px; width: 100%; }
.menu_cont_nav ul li a { padding-left: 0px; padding-right: 0px; }
.ygfc-list .fancybox img { height: 130px; }
.form_list {
    width: 100%;
}
.form_list_title {
    width: 30%;
}
.form_list_cont {
    width: 70%;
}
.form_zwlist_title {
    width: 30%;
}
.form_zwlist_cont {
    width: 70%;
}
.input {
    width: 200px !important;
}
.menu_cont {
    width: 95%;
}
.menu_cont_nav ul li.current{
	border-bottom:none;
}
.bid-list li {
    padding: 20px 0;
	    padding-left: 100px;
}
.bid-lists li .dates {
    float: none;
    font-weight: normal;
    color: #CCC;
    display: block;
}
.gg_left{ display:none;}
.gg_right{ width:100%;}
.wrap .tit {font-size: 20px;}
.content_form { margin-top: 10px;}
.tits { font-size: 18px;}
.input_wrap { width: 70%;}
.btn_wrap {width: 30%;}
.input_wrap input { height: 50px; line-height: 50px;}
.btn_wrap .btns { height: 50px; line-height: 50px;}
.input_wrap { line-height: 50px; height: 50px;}
}
