﻿/*!
 * ETUI v3
 *
 * Copyright 2016.9*/
/*-----font icon import------------------------------------------------------------------------*/
@import url("http://at.alicdn.com/t/font_834849_ya2uosgjn38.css");
.iconfont{font-size: inherit;line-height: 1;-webkit-text-stroke-width:0;}
a{-webkit-transition: all .15s ease-in-out; transition: all .15s ease-in-out;}
a:hover,a:focus{text-decoration: none; color: #0263B7;}
#skip{height: 0; overflow: hidden;}
img {
	max-width: 100%;
	width: inherit;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
body {
	font-size: 16px;
	background: #f5f5f5;
	overflow-x: hidden;
}
.hasbg{
	width:100%;
	height:100%;
	background:url(../img/bg.png) no-repeat;
	background-size:cover;
	background-attachment: fixed;
}
/* font-color */
.text-main {
	color: #4c62a6;
}
/* button */
.btn {
	border-radius: 3px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.btn-main{
	color: #fff;
    background-color: #4c62a6;
    border-color: #4c62a6;	
}
.blue-bg{
	background:rgba(24,114,192,1)!important
}
.blue-color{
	color:rgba(24,114,192,1)!important
}
.Lightblue-color{
    color:rgba(19,172,226,1)!important
}
.Lightblue-bg{
	background:rgba(19,172,226,1)!important
}
.greenblue-bg{
	background-color:#3CD6D9!important
}
.orangered-bg{
	background-color:#FC992E!important
}
.yellow-bg{
	background-color:#F2C037!important
}
.green-bg{
	background-color:#76C863!important
}
.brown-bg{
	background-color:#A46B39!important
}
.red-bg{
	background:#E74240!important
}
.btn-main:hover,
.btn-main:focus,
.btn-main.focus,
.btn-main:active,
.btn-main.active{
	background-color:#5c74be!important;
	border-color:#5c74be!important;
	color: #fff;
}

/* label */
.label{
	line-height: 16px;
	background-color:#c4c4c4;
	border-radius:3px;
	padding: 2px 10px;
}
.label-success {
    background-color: #5cb85c;
}
.label-main{
	background-color:rgba(137,195,232,1)
}
.label-gray{
	background-color:#c4c4c4;
}
.fl-label{
	line-height: 16px;
	border:1px solid #ccc;
	border-radius:3px;
	padding: 2px 5px;
	text-align: center;
	font-size:12px;
	position: absolute;
	left:0;
	width:64px;
	vertical-align: middle
}
.fr-label-success {
	border:1px solid #02B854;
	color:#02B854
}
.fr-label-have{
	border:1px solid #FFB322;
	color:#FFB322
}
/* panel */
.panel {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	padding: 0 20px;
	border-radius: 0;
	-webkit-transition: all .15s ease-in-out;
	transition: all .15s ease-in-out;
	border: 0;
}

.paner-body {
	padding: 15px 20px;
}
/* TAB label */
ul.nav-pills{
	background-color: #f4f2f5;
}
ul.nav-pills li:first-child{
	border-top-left-radius: 3px;
	-webkit-border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	overflow: hidden;
}
ul.nav-pills li:last-child{
	border-top-right-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	overflow: hidden;
}
.nav-pills>li.active>a,
.nav-pills>li.active>a:focus,
.nav-pills>li.active>a:hover{
	background-color: #4c62a6;
}

ul.nav-tabs.nav-line{
	padding-bottom: 1px;
	border-bottom: 2px solid #0071C9;
}
ul.nav-tabs.nav-line>li>h2 {
	margin: 0 0 10px;
	line-height: 22px;
	font-size: 16px;
}
ul.nav-tabs.nav-line>li>h2 a,
ul.nav-tabs.nav-line>li>a{
	padding: 5px 20px;
	font-size: 18px;
	color: #666;
	transition: all 0s;
	border: 0;
	font-weight: normal;

}

ul.nav-tabs.nav-line>li.active h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 16px;
}

/* list */
.uli14 li {
	padding: 6px 0 6px 30px;
	background: url(../img/dot-circle.png) 10px center no-repeat;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
i14 li a {
	color: #333;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.uli14 li:hover{
	color: #0071C9;
	background: url(../img/dot-circle-hover.png) #f8f8f8 10px center no-repeat;
}
.nowrap, ul.nowrapli li a {
	margin-left: 0;
	width: 100%;
	font-size:14px;
}

/* map */
.Article {
	padding: 0 15px;
}
.Article-title {
	padding: 0 !important;
	font-size: 24px;
	text-align: center;
	color: #015293;
}
.Article_content {
	font-family: 'Microsoft YaHei',arial,helvetica,sans-serif;
}
.Article_content:before
, .Article_content:after {
	display: table;
	content: " ";
}
.Article_content:after {
	clear: both;
}
.Article_content table {
	width: 100% !important;
}
.Article_content p {
    text-align: justify;
    color: #333;
    line-height: 2;
}
.Article_content img {
    width: auto;
    max-width: 100%;
}
.Article_content img[src*="icon_doc.gif"] {
	display: inline-block;
	*display: inline;
	margin-right: 10px !important;
}
.Article_content object {
	display: block;
	margin: 0 auto;
}
.Article-time {
	padding: 9px 10px;
	background: #f0f3f6;
	color: #666;
	font-size: 14px;
	line-height: 1.5;
}
/*  searcl  */
.search {
	position: relative;
	width: 100%;
	background: #fff;
}
.search input {
	width: 100%;
	height: 40px;
	padding:0 50px 0 10px;
	outline: none;
    border: 1px solid #e6e9e8;
}
.search .search-btn {
	position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40px;
    line-height: 36px;
    text-align: center;
    font-size: 20px;
	color: #0263B7;
	font-weight:600;
}
.search .search-btn:hover {
	background: #f1f1f1;
}


/* pagination */
.pagination {
	margin:15px 0;
}
.pagination>li:first-child>a, 
.pagination>li:first-child>span,
.pagination>li:last-child>a, 
.pagination>li:last-child>span {
	border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
	background: #ccc !important;
	color: #fff !important;
	border: 0;
    margin: 0 4px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover, .pagination a:hover {
	background: #007CC9 !important;
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	background: #eee !important;
}
input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select:focus, textarea:focus {
	outline: none;
	background: none !important;
	border: 1px solid #f9dcd9 !important;
}
::-webkit-input-placeholder {
    color: #999;
}
input[type="text"],textarea {
	-webkit-appearance: none;
}
/*-----header------------------------------------------------------------------------*/
/*  header  */
.header{
	padding:20px 0;
}
.logo-img{
   width:100%;
   margin-top: 13px;
}
.slogan{
	padding:10px 0;
	color:#A6F1FF;
}
.slogan h4,.slogan p{
	font-size:14px;
}
.header .up{
	margin-bottom:15px;
}
.header a{
	margin-right: 15px;
	color:#fff;
	font-size: 14px;
}
.header .icon-a{
	display: inline-block;
	width:32px;
	height:32px;
	border-radius: 50%;
	color:#fff;
	background:rgba(255,255,255,.3);
	text-align: center;
	line-height: 32px;
	margin-left:8px;
	margin-right: 0;
}
.header .icon-a  .icon-wuzhangai{
	font-size:18px;
}
.header .down{
	position: relative;
	padding-right:32%;
}
.header .down>div{
   display: inline-block;
   background:#4CC0FD;
	height:44px;
	border-radius: 22px;
	line-height:44px;
}
.header .search-box{
	width:44px;
	position: relative;
	transition:all 0.3s ease-in-out
}
.header .icon-search{
	display: inline-block;
	width:44px;
	font-size:24px;
	border:none;
	background:none;
	color:#fff;
	line-height:44px;
	position: absolute;
	top:-2px;
	right:0px;
}
.header .search-ipt{
	width:0;
	border:none;
	padding:0;
	background:none;
	text-align: left;
	vertical-align: top;
	height:44px;
	color:#fff;
}
.search-box:hover{
	width:100%;
	margin-left:0;
    transition:all 0.3s ease-in-out;
    background-color: #fff!important;
}
.search-box:hover .search-ipt{
	display:block;
	width:100%!important;
	padding:0 40px 0 18px;
	transition:all 0.3s ease-in-out;
	color: #1071bc;
}
.search-box:hover .icon-search{
	color: #1071bc;
}

.helper-box{
padding:0 15px;	
position: absolute;
right:0;
top:0;
}
.helper-box .icon-app_zhinengbi{
	font-size:22px;
	margin-right:10px;
	vertical-align: middle
}
.all-nav{
  background:#0263B7;
}
.all-nav .tit{
	padding:15px;
	background:#A0E7FF;
	border-top-right-radius:50px;
	border-bottom-right-radius:50px;
	color:#0263B7;
	font-size:24px;
	margin-top:10px;
}
.all-nav li{
	float: left;
	width:20%;
	
}
.all-nav li a{
	display:block;
	padding:18px 0;
	width:100%;
	height:100%;
	color:#fff;
	text-align: center;
	position: relative;
	font-size:18px;
}
.all-nav li a:hover,.all-nav .active a,.all-nav li a:focus{
	color:#FFCD22;
	background:none;
}
.all-nav li a:after{
	content: "";
	display: block;
	height:46px;
	border-right:1px solid rgba(255,255,255,0.2);
	position: absolute;
	right:0;
	top:50%;
	margin-top:-18px;
}
.all-nav li:last-child a::after{
	display: none;
}
.all-nav li .iconfont{
	display: block;
	font-size:28px;
	height:36px;
}
.all-nav li .icon-wenjiansousuo{
	font-size:32px;
	position: relative;
	top:-4px;
}
.all-nav .icon-yinzhang{
	display: inline-block;
	width:48px;
	height:48px;
	border-radius: 50%;
	background:#0263B7;
	font-size:36px;
	color:#A0E7FF;
	text-align: center;
	line-height: 48px;
	vertical-align: middle;
}
.navbar-nav{
	width:100%;
}
.navbar-nav li{
	width:14.285%;
	float: left;
	padding:15px 0;
}
.navbar-nav>li>a{
	display: block;
	text-align: center;
	font-size:18px;
	padding:0;
	border-right:1px solid rgba(255,255,255,0.2);
}
.navbar-inverse .navbar-nav li.active{
	background-color: #FFCD22;
}
.navbar-inverse .navbar-nav li.active a,
.navbar-inverse .navbar-nav li.active a:hover{
	background-color: transparent;
}

.navbar-nav  a i{
   display: block;
   font-size:24px;
   height:30px;
   line-height:30px;
}
.navbar-nav  a .icon-fangzi-copy{
	font-size:20px;
}


/*-----body------------------------------------------------------------------------*/
.breadcrumb {
	padding: 10px 0;
	border-radius: 0;
	margin-bottom: 0;
	background: none;
	font-size: 14px;
}
.breadcrumb a {
	color: #666;
}
.breadcrumb a:hover {
	color: #0263B7;
}
.breadcrumb i {
	color: #0263B7;
	font-size: 18px;
	margin-right: 5px;
}
.breadcrumb li + li:before {
	content: '>';
}
.breadcrumb li:nth-child(2):before {
	content: '';
}
.bg-wall {
	height: 61px;
	background: #fff; 
}

.header-1 {
	overflow: hidden;
}
.header-1 h3 {
   border-bottom:3px solid #007CC9;
   margin:0;
   line-height: inherit
}
ul.list-date li a {
	width: 76% !important;
}
.header-1 h3 a{
	display: inline-block;
	padding:5px 20px;
	color:#fff;
	font-size:18px;
	background:#007CC9;
}
.title-all{
	padding:15px 0;
	position: relative;
  }
.title-all02{
	  padding:10px 0;
	  border-bottom:1px solid #eee;
	  margin:15px 0;
  }
  .title-all h2{
	  padding-left:22px;
	  border-left:3px solid #007CC9;
	  font-size:18px;
	  font-weight:600;
	  color:#007CC9;
	  margin:0;
  }
  .title-all .more-a{
	  display:block;
	  position: absolute;
	  right:10px;
	  top:15px;
	  font-size:14px;
	  color:#999;
	  cursor: pointer;
  }
  .title-all02 .more-a{
	  top:10px;
  }
  .title-all .more-a:hover{
	color:#007CC9;
  }
/*  图文混排*/
.imgTxt{
	margin:18px 0;
}
.imgTxt dt,.imgTxt dd{
	float: left;
}
.imgTxt dt{
	width:25%;
	height:128px;
	background-color:#f9f9f9;
	overflow: hidden;
}
.imgTxt dd{
	width:75%;
	padding-left:15px;
}
.imgTxt dd h4{
	color:#0263B7;
	font-size:14px;
	margin-bottom:15px;
}
.imgTxt dd p{
	font-size:14px;
	color:#50585F;
	line-height:28px;
	margin:0;
}
.imgTxt dt img{
	display: block;
	width:100%;
	height:auto;
}
.imgTxt02 dd,.imgTxt02 dt{
	width:50%;
}
.imgTxt02 dt{
	height:auto
}
.imgTxt02 dd{
	padding-left:0;
	padding-right:10px;
}
.imgTxt02 dd p{
    margin:15px 0 5px;
}
.imgTxt03{
	margin-bottom:10px;
}
.imgTxt03 dd h4{
   font-size:14px;
   color:#666;
   font-weight:600;
   margin-top:0;
}
.imgTxt03 dd p{
	font-size:14px;
	color:#999
}
ul.list-date li span.time {
	margin-right: 5px;
	top: 12px;
	font-size: 14px;
	opacity: 1;
}
.btnicon-lgs p, ul.btnicon-lg li a p {
	font-size: 16px;
	color: #666;
	margin-top: 15px;
}
.btnicon-lgs i.iconfont, ul.btnicon-lg li a i.iconfont {
	color: #de371c;
}
ul.btnicon-lg li a:hover {
	border: 1px solid #de371c;
	box-shadow: 0px 4px 10px 1px #ffedeb;
}

.uli14-big li {
	padding: 13px 0 13px 30px;
}
.uli14-big li:hover {
	background: url(../img/dot-circle-hover.png) 10px center no-repeat;
}
.margin-top-7 {
	margin-top: 7px !important;
}
.pic-list {
	margin: 0 -8px;
}
.pic-list li {
	float: left;
	width: 50%;
	padding: 5px 8px;
}
.pic-list li a {
	position: relative;
	display: block;
}
.pic-list li a:before {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: block;
	width: 30%;
	height: 2px;
	background: #fff;
	content: '';
	z-index: 1;
}
.pic-list li a img {
	width: 100%;
}
.pic-list li p {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	line-height: 3.5;
	color: #fff;
	margin-bottom: 0;
	text-align: center;
	font-size: 14px;
	background: linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.5));
	background: -webkit-linear-gradient(rgba(0,0,0,.1),rgba(0,0,0,.5));
}
.uli15 li a {
	display: block;
	padding: 0 5px;
	margin: 10px 0;
	color: #333;
	font-size: 14px;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.uli15 li:hover {
	background: #ffe8e8;
}
.uli15 li:nth-child(odd) a {
	border-right: 1px solid #eee;
}
.uli15 li:hover:nth-child(odd) a {
	border-right: 1px solid #0263B7;
}
.icon-lr li {
	margin-bottom: 10px;
}
.icon-lr li a {
	display: block;
	padding: 12px 0;
	color: #fff;
	background: #de371c;
}
.icon-lr li a:hover {
	background: #ed371b;
}
.icon-lr li a i {
	font-size: 26px;
	vertical-align: sub;
	margin: 0 15px 0 55px;
}
.header-2 h3 {
	border-bottom:1px solid #ddd;
	margin-top:10px;
}
.header-2 h3 a{
	display: inline-block;
	padding:10px;
	font-size:18px;
	color:#4A90E2;
	border-bottom:2px solid #0071C9;
	position: relative;
	top:1px
}
.table th {
	text-align: center;
	font-weight: normal;
	color: #333;
	background:rgba(226,243,249,.48);
	border: 0 !important;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th{
	border-top:none;
	padding:8px 10px;
}
.table>thead>tr>td, .table>thead>tr>th {
	padding: 10px;
}
.table>tbody>tr:first-child>td {
	border: 0;
}
.table a {
	color: #333;
}
.table a:hover {
	color: #0263B7;
}
.pic-list-2 .ImgCrop {
	position: relative;
	float: left;
	width: 164px;
	overflow: hidden;
}
.pic-list-2 .ImgCrop img {
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pic-list-2 .ImgCrop:hover img {
	-webkit-filter: grayscale(.6);
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.pic-list-2 .uli14 li {
	padding: 8px 0 8px 15px;
	background: url(../img/dot-circle.png) 0px center no-repeat;
}
.pic-list-2 .ImgCrop span {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 75px;
	height: 75px;
	padding: 14px;
	border-radius: 50%;
	background: #000000;
	color: #fff;
	text-align: center;
}
.pic-list-2 .info {
	padding-left: 184px;
}
.pic-list-2 .info .btn {
	padding: 3px 12px;
	background: #de371c;
	color: #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.pic-list-2 .info .btn:hover {
	background: #fff;
	border: 1px solid #de371c;
	color: #de371c;
}
.pic-list-2 .info p {
	color: #666;
	max-height: 72px;
	overflow: hidden;
	margin-bottom: 20px;
}
.pic-list-2>li {
	padding: 12px 0;
	overflow: hidden;
}
.pic-list-2 .title {
	padding: 5px;
	font-size: 18px;
	border-bottom: 1px solid #f0f0f0;
}
.li4 li {
	float: left;
	width: 25%;
}
.li5 li {
	float: left;
	width: 20%;
}
.pic-list-2-blue .ImgCrop span {
	background: rgba(68, 146, 210, .7);
}
.pic-list-2-yellow .ImgCrop span {
	background: rgba(189, 93, 35, .7);
}
.pic-list-2-brown .ImgCrop span {
	background: rgba(148, 82, 68, .7);
}
.pic-list-2-blue .info .title a {
	color: #427fcc;
}
.pic-list-2-yellow .info .title a {
	color: #faae35;
}
/*-----footer------------------------------------------------------------------------*/
.footer .links{
   position: relative;
   text-align: center;
   height:38px;
}
.footer .link-img{
	text-align: right;
	position: relative;
	top:15px;
}
.footer .link-img a{
	display: inline-block;
	margin-left:15px;
}
#shipMove{
	display: block;
    position:absolute;
    top:0;
    cursor:default;
    animation:myfirst 900s infinite linear;
	-moz-animation:myfirst 900s infinite linear; /* Firefox */
	-webkit-animation:myfirst 900s infinite linear; /* Safari and Chrome */
	-o-animation:myfirst 900s infinite linear; /* Opera */
}
@keyframes myfirst
{
	0%   {left:30%;}
	25%  {left: 40%;}
	65%  {left:70%;opacity: 1;}
	100% {left:100%;opacity: 0;}
}
Move:hover{
	animation-play-state:paused;
}
.bot-footer{
	padding:20px 0;
	background:rgba(44,107,162,.8)
}
.bot-footer span,.bot-footer .border-a{
	display: inline-block;
	color:#fff;
	font-size:14px;
	height:14px;
	line-height: 14px;
	padding-right:15px;
	margin-right:15px;
    border-right:1px solid #fff
}
.bot-footer span:last-child,.bot-footer .border-a:last-child{
	border:none;
}
.bot-footer .dz-img{
	width:60%;
	position: relative;
	top:5px
}
/*  屏幕右边固定导航  */
.fixed-right{
	position: fixed;
	height:100%;
	width:60px;
	right:0;
	top:0;
	padding-bottom:112px;
}
.fixed-right>div{
	position: absolute;
	width:60px;
	padding:0 10px;
	height:100%;
	right:-100px;
	top:0;
	background:rgba(17,74,124,.36);
}
.fixed-right:hover>div{
	right:0;
	transition: all 0.3s ease-in-out
}
.fr-navlist{
	position: absolute;
	left:10px;
	top:50%;
	transform: translateY(-50%);
}
.fr-navlist a{
	color:#fff;
	display: block;
	margin:10px 0 20px;
	text-align: center;
	cursor: pointer;
        position: relative;
}
.fr-navlist a i{
	display: block;
	width:40px;
	height:40px;
	line-height: 40px;
	font-size:18px;
	border:1px solid #fff;
	border-radius: 50%;
	text-align: center;
    margin-bottom:8px;
}
.fr-navlist a .icon-denglu{
	letter-spacing: -2px
}
.fr-navlist a .icon-bianji1{
	font-size:22px;
}
.fr-navlist a:hover i{
	background:#fff;
	color:#0071C9;
	box-shadow: 0 2px 6px rgba(0,0,0,0.2)
}








.panel .brief14{
	padding:10px 0 2px;
	padding-left:10px;
	border-bottom:1px solid #ddd;
}
.panel .brief14 .dot2{
	height:44px;
	text-indent: 0;
	font-size:14px;
	line-height:22px;
	color:#999;
	overflow: hidden;
	margin-bottom:0;
}
.brief14 h4{
	font-size:16px;
	color:#0263B7
	
}
.brief14 h4 a:hover{
	color:#0263B7
}

.brief14  .readmore {
color:#0263B7;
font-weight:600;
}
.pic-list15 li a:before{
display:none!important;
}
.dowebok-vt {
height:238px;
}
.dowebok-vt15 li{
height:48px;
line-height: 48px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.dowebok-vt15 li a{
color:#333;
}
.dowebok-vt15 li span{
color:#367ea5;
}
.tab-content15{
	padding:11px 0;
}
.video-box .tab-content15{
	padding:0;
}
ul.nav-tabs.nav-list15 a{
	line-height: 1;
    font-size: 18px;
	padding:0;
    font-weight: 700;
	margin-bottom:20px;
	color:#999;
	border-radius:0;
}
ul.nav-tabs.nav-list15>li{
	margin:0 10px;
}
ul.nav-tabs.nav-list15>li:first-child a{
	border-left: 3px solid #de371c;
}
ul.nav-tabs.nav-list15>li>a{
	text-align: left;
	padding-left:15px;	
}
ul.nav-tabs.nav-list15>.active a{
	color:#de371c;
}

.item .title{
	font-size:16px;
}
.well-sm15{
	margin-bottom:0;
	padding:12px 0;
}
.panel16 ul.nav-tabs.nav-list15 a{
	margin-top:20px;
}
ul.nav-tabs.nav-line15 {
	position: absolute;
	width:50%;
	right:20px;
	top:0;
	padding:20px 0;
	border-bottom:none;
}
ul.nav-tabs.nav-line15 li{
float: right;
}
.news-photo{
	margin-bottom:15px;
}
.news-photo img{
	display:block;
	height:100%;
	width:100%;
}
.news-photo {
  height:136px;
}
.news-photo-b{
  height:288px;
}
.news-photo-auto{
	height:auto;
}
.news-photo>a{
	display:block;
	width:100%;
	height:100%;
	position: relative;
}
.news-photo>a:hover::before{
	display: block;
	content: "";
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
	box-shadow: inset 0 0 120px rgba(0,0,0,0.1);
	transition: all .3s ease-in-out
}
.news-photo .title15{
	font-size:14px;
	width:100%;
	padding:0 10px;
	height:40px;
	line-height: 40px;
	text-align: center;
	color:#fff;
	box-shadow: inset 0 -20px 30px rgba(0,0,0,.6);
	position: absolute;
	left:0;
	bottom:0;
	margin:0;
	overflow: hidden;
   text-overflow:ellipsis;
   white-space: nowrap;
}
.video-box{
	margin-left:-10px;
	margin-right:-10px;
	margin-top:15px;
}
.video-box .col-xs-12{
	padding-left:10px;
	padding-right:10px;
}



/*  index  */
.index-left-nav{
	height:430px;
	overflow: hidden;
	background:rgba(0,113,201,.7);
}
.index-left-nav>li a{
	display: block;
	font-size:20px;
	color:#fff;
	background:rgba(0,113,201,.7);
	text-align: center;
	padding:20px;
	border-bottom:1px solid rgba(255,255,255,1);
}
.index-left-nav a i{
   font-size:28px;
   vertical-align: middle;
   margin-right:10px;
}
.index-left-nav .active a{
	background:#FFB322;
}
.index-left-nav li a:hover,.index-left-nav li a:focus{
	background:#FFB322;
}
.index-left-nav .active a i{
	position: relative;
	left:-10px;
}
.new-photo{
	width:100%;
	height:250px;
	background:#f9f9f9;
	position: relative;;
}
.new-photo p{
	position: absolute;
	width:100%;
	height: 40px;
	line-height: 40px;
	font-size:14px;
	color:#fff;
	text-align: center;
	bottom:0;
	left:0;
	box-shadow:inset 0 -20px 40px rgba(0,0,0,0.6);
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.new-photo-list li{
	float: left;
	width:50%;
	height:64px;
	overflow: hidden;
	margin-bottom:10px;
}
.new-photo-list a{
	color:#fff;
	font-size:18px;
	display: block;
	position: relative;
}
.new-photo-list a:hover{
	box-shadow: 0 0 12px rgba(100,100,100,.6);
}
.new-photo-list .link-a{
   padding:15px 10px;
   text-align: center;
   display: block;
   width:100%;
   color:#fff;
   font-size:18px;
}
.new-photo-list2 .link-a{
	padding: 10px
}
.new-photo-list .iconfont{
   display: inline-block;
   font-size:20px;
   margin-right:10px;
   height:30px;
   line-height:26px;
   vertical-align: middle
}
.new-photo-list .icon-zhengfu{
	font-size:30px;
}
.new-photo-list li img{
	width:100%;
}
.index-center{
	padding:20px 20px 10px;
	background:#fff;
	height:430px;
	overflow: hidden;
}
.uli14 {
	padding:8px 0;
}
 .uli14 li a{
   color: #314352
}
.index-icon-navtab li a{
	color:#8B8B8B;
	border-bottom:2px solid transparent;
}
.index-icon-navtab li a .iconfont{
	font-size:20px;
	margin-right:10px;
}
.index-icon-navtab .active a{
	color: #0071C9;
	border-bottom:2px solid #0071C9
}
.index-icon-navtab li a:hover{
	background:none;
	color:#0071C9;
	border-bottom:2px solid #0071C9
}
.tab-content14 .label{
    position: absolute;
    right: 0;
    top: 10px;
}
.normal-slider{
	padding:0px 20px;
}
.normal-slider .item{
	padding:10px;
}
.normal-slider .item{
	opacity: 0.8;
}
.normal-slider .item:hover{
	opacity: 1;
	-webkit-transform-style: preserve-3d;
	-webkit-transition-duration: .3s;
			transition-duration: .3s;
}
.normal-slider .owl-dots{
	display: none!important;
}
.normal-slider .owl-controls .owl-nav .owl-prev{
	float: left;
}
.normal-slider .owl-controls .owl-nav .owl-next{
	float: right;
}
.normal-slider .owl-controls .owl-nav .owl-prev:before{
   content: "\e643"
}
.normal-slider .owl-controls .owl-nav .owl-next:before{
	content: "\e644"
 }
 .normal-slider .owl-controls{
	 position: absolute;
	 width:100%;
	 height:0px;
	 left:0;
	 top:50%;
	 margin-top:-16px;
 }
/*  领导之窗  */
.leader-box{
	padding-left:48px;
	position: relative;
	margin-bottom:12px;
}
.leader-box .tit{
	background:#0071C9;
	width:48px;
	text-align:center;
	position: absolute;
	top:0;
	left:0;	
}
.leader-box .tit a{
	display: block;
	height:70px;
	font-size:16px;
	color:#fff;
	width:16px;
	line-height:1;
	margin:0 auto;
	writing-mode:vertical-lr;

}
.leader-box .list{
	text-align: center;
	padding-top:20px;
	border:1px solid #eee;
}
.leader-box .list a{
	display: block;
	height:14px;
	line-height: 14px;
	border-right:1px solid rgba(209,209,209,1);
	font-size:14px;
	color:#333;
	margin-bottom:20px;
}
.leader-box .list a:hover{
	color: #0263B7;
}
.list .col-sm-3:last-child a{
	border:none!important
}
.info-list{
	padding:10px 15px;
	border:1px solid #eee;
}
.info-list a{
	color:#333;
	font-size:14px;
	display: block;
	padding:5px 0;
}
.info-list a:hover{
	color:#0071C9;
}
.info-list a i{
	display: inline-block;
	margin-right:10px;
}
.five-open{
	padding:18px 0;
}
.five-open li{
	width:20%;
	float: left;
}
.five-open li a{
   display: inline-block;
   font-size:14px;
   font-weight:600;
   border-radius: 6px;
   color:#fff;
   padding:10px 18px;
   margin:0 auto;
   text-align: center;
   opacity: 0.8;
}
.five-open li a:hover{
  opacity: 1;
  box-shadow: inset 0 -10px 20px rgba(100,100,100,0.1);
  transition: all 0.3s ease-in-out
}
.label-list a{
	display: inline-block;
	padding:3px 10px;
	font-size:14px;
	border:1px solid rgba(19,167,219,0.25);
	margin-right:10px;
	margin-bottom:10px;
	color:#007CC9;
}
.label-list a:hover{
	background:#0071C9;
	color:#fff;
}
.leader-box .list2{
	padding-left:10px;
	padding-right:10px;
}
.leader-box .list2 .row>div{
	padding:0 5px;
}
/* 政民互动  */
.six-colornav>div{
	padding:0 5px;
}
.six-colornav a{
   color:#fff;
   display: block;
   text-align: center;
   padding:15px 5px;
   opacity: 0.9;

}
.six-colornav a:hover{
	opacity: 1;
	box-shadow: inset 0 -30px 80px rgba(0,0,0,0.1);
	transition: all 0.3s ease-in-out
}
.six-colornav a i{
	display: block;
	height:26px;
	margin:0 auto;
	font-size:24px;
}
.six-colornav a .icon-zhengfu{
	font-size:26px;
}
.reply-table {
	font-size:14px;
	table-layout:fixed;
	color:#314352;
	margin-bottom:10px;
}
.reply-table th{
   background:rgba(226,243,249,.48);
   color:#0071C9;
   text-align: center;
}
.reply-table td{
	text-align: center;
}
.reply-table .td01,.reply-table .td02{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.reply-table tr>td{
	padding:5px 10px!important;
	vertical-align: middle
}
.reply-table .look-a{
	display: inline-block;
	padding:3px 10px;
	position: relative;
	top:-3px;
}
.reply-table .look-a:hover{
	background:rgba(19,172,226,.8);
	color:#fff;
	border-radius: 3px;
}
.consult-box{
	padding:10px;
	border:1px solid #ddd;
}
.consult-box a{
	display: inline-block;
	width:49%;
	text-align: center;
	color:#494949;
	font-size:14px;
	border-right:1px solid #ddd;
}
.consult-box a:last-child{
	border:none;
}
.consult-box a:hover{
	background:#f9f9f9;
}
.consult-box a i{
	display: block;
	font-size:24px;	
}
.consult-box a .icon-zixun{
	color:#D0021B
}
.consult-box a .icon-dianhua{
	color:#7ED321
}

/* 公众服务 */
.weather-box{
	padding:5px 20px;
	background:rgba(45,126,189,0.66);
	color:#fff;
	text-align:center;
}
.weather-box .weather-icon{
	display: inline-block;
	padding-right:20px;
	border-right:1px dashed rgba(255,255,255,0.6);
	font-size:42px;
	vertical-align: middle
}
.weather-box  b{
	font-size:24px;
	display: inline-block;
	padding:0 10px;
	font-weight:normal;
	vertical-align: middle
}
.weather-box span{
	font-size:14px;
}
.public-carouser ul li{
	float: left;
	width:25%;
	text-align: center;
	font-size:14px;
	margin:6px 0;
}
.public-carouser{
	border:1px solid rgba(238,238,238,1);
	padding-top:5px;
}
.public-carouser a{
	color:#333;
	cursor: pointer;
}
.public-carouser a i{
	display: block;
	width:60px;
	height:60px;
	border-radius: 50%;
	background:#E5F5FF;
	color:#0263B7;
	margin:5px auto;
	line-height:60px;
	font-size:24px;
}
.public-carouser a  .icon-duoyun{
	font-size:30px;
	line-height:52px;
}
.public-carouser a .icon-lvyoujianzhumingshenggujitourism-taiyangshiS{
	font-size:34px;
}
.public-carouser a:hover{
	color:#0071C9;
	transition: all 0.3s ease-in-out
}
.public-carouser a:hover i{
	background:#0071C9;
	color:#fff;
	transition: all 0.3s ease-in-out
}
.public-carouser .owl-dots .owl-dot.active span,.public-carouser .owl-dots .owl-dot:hover span{
	background:#0263B7
}
.pub-photo-list .link-a{
	padding:12px 10px;
}
.pub-photo-list .link-a i{
	font-size:26px;
}
.pub-uli14 li{
	padding-top:8px;
	padding-bottom:8px;
}
#accordion .panel{
	padding: 0;
	box-shadow: none;
	margin-top:15px;
	margin-bottom: 0;
}
.width-50 li{
	width: 50%;
	float: left;
}

/*营商环境*/
.progress-nav-tab{
	border:none;
	position: relative;
}
.progress-nav-tab:before{
   content: "";
   display: block;
   width:96%;
   border-bottom:2px solid #0071C9;
   top:50%;
   left:2%;
   margin-top:-1px;
   position: absolute;
}
.progress-nav-tab  li{
	position: relative;
	width:33.333%;
	text-align: center;
	height:56px;
}
.progress-nav-tab .li01:before,.progress-nav-tab .li02:before{
  display:block;
  content: "\e6cb";
  font-family: 'iconfont';
  color:#0071C9;
  position: absolute;
  right:-10px;
  top:50%;
  margin-top:-9px;
  font-size:12px;
}
.progress-nav-tab li a{
	display:inline-block;
	width:48px;
	height:48px;
	border-radius: 50%;
	background:#fff;
	border:2px solid #0071C9;
	font-size:14px;
	padding:0;
	line-height:48px;
	position: relative;
	transition: height 0.1s ease-in-out
}
.progress-nav-tab .active a,.progress-nav-tab li a:hover{
	width:56px;
	height:56px;
	line-height: 56px;
	background:#0071C9;
	color:#fff;
	position: relative;
	top:-4px;
	transition:  height 0.1s ease-in-out
}
.progress-nav-tab .active a:after{
	  display:block;
	  content: "\e645";
	  font-family: 'iconfont';
	  font-size:16px;
	  height:16px;
	  color:#0071C9;
	  position: absolute;
	  bottom:10px;
	  left:50%;
	  margin-left:-8px;
	  vertical-align: middle;
}
.left-nav-tabs{
	border-bottom:none;
}
.left-nav-tabs>li{
	width:100%;
	padding:6px 0;
}
.left-nav-tabs>li>a{
	display: block;
	background:#9AAEC5;
	color:#fff;
	font-size:14px;
	width:100%;
	border-radius: 4px;
	padding:12px;
}
.left-nav-tabs .active a,.left-nav-tabs li a:hover{
	background:#4DBBFF;
}
.layout-links a{
	display:block;
	color:#333;
	margin-bottom:8px;
	font-size:14px;
}
.layout-links a:hover{
	color: #0071C9
}
.layout-cont{
	padding:10px;
	height:248px;
	border:1px solid #ddd;
}
.layout-box{
	border-bottom:1px dashed #eee;
}
.layout-box:last-child{
	border:none;
}
.layout-box h4{
	font-size:14px;
	font-weight:600;
	padding-left:30px;
	position: relative;
	margin-bottom:0;
}
.layout-box h4 b{
	display: block;
	width:16px;
	height:16px;
	background:#0071C9;
	color:#fff;
	font-size:14px;
	text-align: center;
	font-weight:normal;
	border-radius: 50%;
	position: absolute;
	left:0;
	top:0;
}
.uli14-two{
	padding:0
}
.uli14-two li{
	width:50%;
	float: left;
	padding:9px 0 10px 30px
}
.business-list{
	border:1px solid #eee;
	margin-top:20px;
	margin-left:0;
	margin-right:0;
	padding:10px 0;
	text-align: center
}
.business-list>div{
	padding:0
}
.business-list a{
	display: block;
	color:#494949;
	font-size:14px;
	border-right:1px solid #eee;
}
.business-list a:hover{
	background:#f9f9f9;
}
.business-list a i{
	display: block;
	font-size:28px;
	height:32px;
	line-height:32px;
	color: #0071C9;
}
.business-list a .icon-xinyong{
	font-size:32px;
}
/*头部导航 划过切换  */
.indextop-nav-tabs{
	border-bottom:none;
}
.tab-content-top{
	height:0;
	position: relative;
}
.tab-content-top>div{
	position: absolute;
	width:100%;
	top:0;
	left:0;
	z-index: 66;
}
.Nineicon-list{
	padding-top:20px;
	height:430px;
}
.Nineicon-list li{
	width:11.111%;
	float: left;
	margin-bottom:30px;
}
.Nineicon-list3 li{
	width:16.6666%
}
.Nineicon-list li a{
	display:block;
	text-align: center;
	color:#333
}
.Nineicon-list li a:hover{
	color:#0263B7
}
.Nineicon-list li a:hover i{
	color:#fff;
	background:#0071C9
}
.Nineicon-list a i{
	display:block;
	margin:10px auto;
	width:60px;
	height:60px;
	line-height: 60px;
	border-radius: 50%;
	font-size:28px;
	color:#0071C9
}
.Nineicon-list1 a i{
	background:#E5F5FF;
}
.Nineicon-list2 a i{
	background:#4CC0FD;
	color:#fff
}
.Nineicon-list3 a i{
   background: #0071C9;
   color:#fff;
}
.Nineicon-list3 a:hover i{
	background:#FFCD22!important;
}
.Nineicon-list3 a:hover{
	color:#faae35!important
}
.Nineicon-list3 li{
	height:104px;
}
.Nineicon-list .icon-gengduo{
	font-size:20px;
}
.icon-churujingshixin,.icon-jianchadian{
	font-size:40px!important;
}
.icon-zhishiku,.icon-lvhua{
	font-size:33px!important;
}
.tab-content-top .del-icon{
		display: none;
		text-align: right;
}
.hideicon-box .del-icon i{
	font-size:24px;
	position: relative;
	top:15px;
	right:15px;
	color:#0071C9
}
.index-center4{
	display: block!important;
	height:0;
	overflow: hidden;
}

/*内页  */
.innerpage-cont {
	margin-bottom:30px;
}
.innerpage-cont .panel{
	padding:15px;
	background:#fff;
	padding-bottom:0;
}
.nav-tab-inner a{ 
   color:#7C7C7C;
   font-size:20px;
   border-bottom:2px solid transparent;
}
.nav-tab-inner .active a,.nav-tab-inner a:hover{
	border-bottom:2px solid #0071C9;
	color:#0071C9;
	font-weight:600;
}

.uli16 li{
	padding:10px 0 10px 30px;
	position: relative;
}
ul.uli16 li a{
	font-size:16px;
}
.uli16 .front-leabe{
	display: block;
	width:18px;
	height:18px;
	border-radius: 50%;
	color:#fff;
	text-align: center;
	line-height: 18px;
	position: absolute;
	font-weight:normal;
	left:0;
	top:50%;
	margin-top:-9px;
	background:#C0C0C0;
}
.new-photo-list .icon-tv{
	font-size:26px;
}
.new-photo-list3{
	margin-top:15px
}
.new-photo-list3 li{
	height:auto
}
.new-photo-list3 .link-a{
	padding:20px 10px;
}
.header-4{
	text-align: center;
}
.header-4 a i{
	position: absolute;
	font-size:30px;
	display: inline-block;
	margin-left:-40px;
	text-indent: 0;
}
.header-4 a{
	display: inline-block;
	font-size:20px;
	font-weight:600;
	color:#0071C9;
	padding:15px  20px;
	text-indent: 30px;
}
.special{
	border:1px solid #eee;
	background:rgba(249,249,249,1);
}
.special-photo{
	padding:15px 0;
	border-top:1px solid #eee
}
.special02 {
	padding:10px 0;}
.special02 a{
	display: block;
	text-align: center;
	border-right:1px solid #eee
}
.special02 a .yuan-icon{
	display: inline-block;
	width:54px;
	height:54px;
	text-align: center;
	line-height: 54px;
	background:#1872C0;
	color:#fff;
	font-size:24px;
	border-radius: 50%;
	position: relative;
	right:30px;
}
.special02 a .icon-xiangyou{
	font-size:20px;
	color:#ccc;
	float: right;
	position: relative;
	top:18px;
	right:30px;
}
.special03{
	padding:10px 60px 30px;
}
.right-panel{
	background:rgba(239,242,245,1);
	padding:10px;
}
.Manuscript-cont .tit {
	padding:15px 0;
	border-bottom:1px solid #eee;
	text-align: center;
}
.Manuscript-cont .tit h3{
	margin-top:0;
	margin-bottom:15px;
	font-size:25px;
	color:#6C6C6C
}
.Manuscript-cont .data-sp {
	font-size:14px;
   color:#666666
}
.Manus-box{
   padding-left:60px;
   padding-right:60px;
   padding-top:15px;
   padding-bottom:15px;
}
.Manuscript-cont .text {
	padding-top:30px;
	padding-bottom:30px;
}
.Manuscript-cont .text img{
	display: block;
	max-width:80%;
	height:auto;
	margin:15px auto;
}
.Manuscript-cont .text p{
	font-size:16px;
	color:#6c6c6c;
	line-height:24px;
	margin-bottom:20px;
}
.Manuscript-cont .btn-div a{
	display:inline-block;
	width:26px;
	height:26px;
	border:1px solid #eee;
	vertical-align: middle;
	margin-right:5px;
	}
	.Manuscript-cont .btn-div a img{
		display:block;
		width:100%;
		height:100%;
	}
.Manuscript-cont .btn-div button{
	display: inline-block;
	border:none;
	background:none;
	color:#007CC9;
	padding:3px 5px;
}
.btn-div button:hover{
	background:#0071C9;
	color:#fff
}
.btn-div button.border{
	border-right:1px solid #0071C9;
	border-left:1px solid #0071C9
}
.btn-div button.border-right{
	border-right:1px solid #0071C9;
}
.btn-div .text-right>div{
	display: inline-block;
	border:1px solid #007CC9;
	border-radius: 4px;
	overflow: hidden;
}
/*政民互动  */
.live-box{
	padding:15px;
}
.online-a{
	width:160px;
	height:52px;
	line-height:52px;
	display:block;
	padding:0 15px;
	background:#0263B7;
	color:#fff;
	position: relative;
	left:-30px;
	font-size:18px
	}
.online-a:before{
	content: "";
	display:block;
	height:0;
	width:0;
	border-top:26px solid transparent;
    border-left:26px solid #0263B7;
	border-bottom:26px solid transparent;
	position: absolute;
	right:-26px;
	top:0;
	}
.online-a .icon-luyin{
	font-size:32px;
	vertical-align: middle;
	margin-right:10px;
}
.live-tit{
	background:#fff;
	height:50px;
	border-radius: 3px;
	padding:10px 30px;
	position: relative;
}
.cir-point{
	display: inline-block;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#02B854;
	position: absolute;
	top:50%;
	margin-top:-2px;
	left:0
}
.live-tit .zt{
	color:#02B854;
	position: relative;
	padding-left:10px;
}
.live-tit .icon-paihang{
	font-size:12px;
}
.live-tit .title{
	font-size:16px;
	color:#333;
	padding:0 12px;
}
.live-tit button{
	display: inline-block;
	padding:3px 12px;
	color:#fff;
	font-size:14px;
	border-radius: 4px;
	background:#FFB322;
	border:none;
}
.yugao-tit{
	border:1px solid rgba(2,99,183,1);
	border-radius: 3px;
	margin-top:15px;
	font-size:18px;

}
.yugao-tit a{
	display: inline-block;
	color:#fff;
	font-weight:500;
	background:#0263B7;
	padding:5px 15px;
}
.yugao-tit span{
	padding:0 10px;
	color:#0263B7
}
.live-box .one-cont{
	padding-top:20px
}
.addpad-right-20{
	padding-right:20px!important;
}
.addpad-left-20{
	padding-left:20px!important;
}
.fivecolor-nav {
   margin-top:15px;
   margin-bottom:15px;	
}
.fivecolor-nav li{
	float: left;
	width:20%;
	padding:0 15px;
}
.fivecolor-nav a{
	display: block;
	color:#fff;
	font-size:18px;
	text-align: center;
	padding:10px;
	position: relative;
}
.fivecolor-nav a:hover::before{
	position: absolute;
	content: "";
	display: block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(100,100,100,0.1);
}
.fivecolor-nav a i{
	display: block;
	font-size:38px;
	height:40px;
	line-height: 42px;
}
.fivecolor-nav a .icon-yuanqu{
	font-size:32px;
}
.frontuli>li{
	padding-left:80px;
	background:none;
}
.frontuli>li:hover{
	background:none;
}
.service-carouser li{
	float: left;
	width:33.333%;
	padding:3px;
}
.service-carouser li a{
	display: block;
	padding:25px 0;
	background:#f9f9f9;
	text-align: center;
	font-size:15px;
	color:#777;
	transition: all 0.3s ease-in-out;
}
.service-carouser li a:hover{
	background:#0263B7;
	color:#fff;
	transition: all 0.3s ease-in-out;
}
.service-carouser a i{
   display:block;
   font-size:30px;
   height:40px;
   line-height:40px;
}
.service-carouser .owl-dots .owl-dot span{
	background:#ccc;
}
.service-carouser .owl-dots .active span{
	background:#0071C9
}
.header-5 a{
	display:block;
	color:#fff;
	font-weight:normal;
	background:#0263B7;
	padding:18px 20px;
}
.quer-uli14{
	border:1px solid #eee;
	border-top: 0;
	padding:15px 10px;
}
.quer-uli14>li{
	width:50%;
	float: left;
}
.header-6 a{
	padding:20px;
	margin:10px 0;
	border:none;
	position: relative;
}
.header-6 a:hover::before{
	position: absolute;
	content: "";
	display: block;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(100,100,100,0.1);
}
.nav-leader-tab{
   padding-right:20px;
}
.nav-leader-tab li{
	width:100%;
	margin-bottom:15px;
}
.nav-leader-tab>li>a{
	background:#B4B9BD;
	color:#fff;
	padding:12px 10px;
	border-radius: 6px;
	transition: all 0.3s ease-in-out;
}
.nav-leader-tab>.active>a{
	background:rgba(2,99,183,1);
}
.nav-leader-tab>li>a:hover{
	background:rgba(2,99,183,0.8);
	transition: all 0.3s ease-in-out;
}
.nav-leader-tab  .icon-xiangyou{
	float: right;
	font-size:12px;
	position: relative;
	top:8px;
	font-weight:100;
}
.imgTxt-leader{
	margin:0;
    padding:18px 0;
	border-bottom:1px dashed #eee
}
.imgTxt-leader dt{
	width:110px;
	height:154px;
	overflow: hidden;
}
.imgTxt-leader dd h4{
	font-size:20px;
	color:#0263B7;
}
.imgTxt-leader dd p{
	font-size:16px;
}
.imgTxt-leader .link-a{
	display: inline-block;
	color:#fff;
	margin-top:15px;
	border-radius: 3px;
	background:#0263B7;
	padding:5px 15px;
	cursor: pointer;
}
.inner-navtab {
	margin-bottom:10px;
}
.inner-navtab li a{
	color:#8B8B8B;
	font-size:18px;
	font-weight:600;
	border-bottom:2px solid transparent;
}
.inner-navtab li a .iconfont{
	font-size:20px;
	margin-right:10px;
}
.inner-navtab .active a{
	color: #0263B7;
	border-bottom:2px solid #0263B7
}
.inner-navtab li a:hover{
	background:none;
	color:#0263B7;
	border-bottom:2px solid #0263B7
}
.special03 .progress-nav-tab li a{
	width:66px;
	height:66px;
	line-height: 66px;
	font-size:16px;
}
.special03 .progress-nav-tab li{
	height:66px;
}
.special03 .progress-nav-tab li a:hover,.special03 .progress-nav-tab .active a{
  width:86px;
  height:86px;
  line-height: 86px;
  top:-10px;
  font-size:20px;
}
.special03 .progress-nav-tab .active a:after{
	bottom:22px;
}
.inner-navtab02{
	margin-bottom:0;
}
.inner-navtab02>li>a{
	font-size:16px;
	padding:5px 12px;
}
.left-nav-tabs .icon-shanghaiditie{
	font-size:20px;
	vertical-align: middle;
	margin-right:10px;
}
.layout-cont02 .layout-box h4{
   margin-top:15px;
}
.fivecolor-nav02{
	padding:0 15px;
}
.fivecolor-nav02 a i{
	font-size:32px;
}
.breadcrumb02{
	background:#007CC9;
	color:#fff;
	margin-top:-15px;
	margin-left:-15px;
	margin-right:-15px;
	padding:10px;
}
.breadcrumb02 a,.breadcrumb02 .active{
	color:#fff;
}
.breadcrumb02 a:hover{
	color:#3CD6D9;
}
.lineMap>div{
	margin:10px 0;
}
.lineMap{
	padding:10px 0 ;
}
.lineMap h4{
	font-size:18px;
	padding-left:15px;
	padding:15px;
	border-bottom:1px solid #ddd;
}
.lineMap a{
	color:#333;
}
.lineMap a:hover{
	color: #0263B7;
	text-decoration:underline;
	transition: all 0.3s ease-in-out
}
.lineMap .tit a {
    color: #0263b7;
    font-weight: bold;
}
.innerpage-cont .end-date li .time{
	display:block;
	width:160px;
}
ul.end-date li span.time{
	width:160px;
}
.Enclosure a{
	cursor: pointer;
}
.Enclosure .iconfont{
	font-size:18px;
	color:#999
}
.Publish-btn{
	display:block;
	padding:8px 15px;
	width:160px;
	text-align: center;
	border:none;
	background:rgba(0,124,201,0.8);
	color:#fff;
	font-size:14px;
	border-radius:6px;
    margin:20px auto
}
.Publish-btn:hover{
	background:rgba(0,124,201,1);
	box-shadow: 0 4px 10px #eee;
	transition: all 0.3s linear;

}
.form-box{
	padding:30px 0;
}
.form-box1{
	display: none;
}
.form-group .col-xs-15{
	display: block;
	width:14%;
	float: left;
	padding-right:15px;
}
.form-group .col-xs-85{
	width:85%;
	float: left;
}
.control-label{

}
.btn-primary{
	padding:3px  20px;
}
.btn-primary-grey{
	background:#ccc!important;
	border-color:#ccc!important
}
.Manus-box li{
	padding:5px 0
}
.uli14 li .more-a{
	color: #666;
}
.tab-content15>div{
	height:180px;
}
.uli14-0917 li{
	padding: 5px 0 5px 30px;
}
.left-nav-tabs03>li>a{
	padding:12px 2px
}
.left-nav-tabs03 .icon-shanghaiditie{
	margin-right:0;
	font-size:12px;
}
.news-over{
	height:166px;
	overflow: hidden;
}
.add-hide-tabs{
	display: block!important;
	height:0!important;
	overflow: hidden;
}
.add-mor-li{
	background:none!important;
	text-align: right
}
.new-photo-list0918{
   background:#eee;
   padding:0;
}
.new-photo-list0918>li>a .iconfont{
	display: inline-block;
	width:56px;
	height:56px;
	border-radius: 50%;
	line-height:56px;
	text-align: center;
	color:#fff;
}
.new-photo-list0918>li .link-a{
    padding:0 10px;
}
.new-photo-list0918>li .link-a:hover{
	background:transparent;
	box-shadow:none;
}
.new-photo-list0918>li{
	margin-bottom:0;
	height:auto;
	padding:15px 0;
}
.special-0918 .tita{
	display: block;
	height:64px;
	width:64px;
	padding:9px 20px;
	line-height: 20px;
	background:#faae35;
	color:#fff;
	font-size:20px;
	font-weight: bold;
}
.special-0918 .col-md-3{
	padding:0 6px;
}
.special-0918 .col-md-3 a{
	display: block;
	width:100%;
	height:64px;
	line-height: 64px;
	color:#fff;
	font-size:16px;
	text-align:center;
	font-weight: bold;
}
.special-0918 .col-md-3 .two-a{
	line-height: 24px;
	padding:8px 10px;;
}

/* 在线访谈 */
.PicList li img{
	width: 100%;
	height: 170px;
}
ul.PicList li p.title{
	border:0;
	font-size: 14px;
	color: #666;
}

/* 搜索 */
.search-time {
    color: #ff8215;
    margin-bottom: 30px;
    margin-left: 10px;
}
.result-list li {
    margin-bottom: 35px;
}
.search-result span.keyWord{color: #ff3030}
.search-result .brief p{
	text-indent: 0;
	height: auto;
	margin-bottom: 5px;
}
.search-url {
    font-size: 12px;
    color: #7eaa64;
}
.search-result .nowrap{
	width: 66.666%;
}
.search-result select{
	font-size: 14px;
}

.Slider-one .owl-controls .owl-nav{
	opacity: 0;
	transition: .3s;
}
.Slider-one:hover .owl-controls .owl-nav{
	opacity: 1;
}


#ivs_player>iframe{
	display: block;
	margin:15px auto;
}


.quer-uli14-one{
	border:1px solid #eee;
	border-top: 0;
	padding:15px 10px;
}

.suggest-form{
	margin-top: 30px;
}
.suggest-form .form-group{
	margin-bottom: 20px;
}
.suggest-form input{
	font-size: 14px;
	text-indent: 6px;
	border-radius: 3px!important;
	border-color: #ddd;
}
.suggest-form input[type=file]{
	margin-top: 10px;
	line-height: 14px;
	text-indent: 0;
}
.suggest-form textarea{
	width: 100%;
	height: 100px;
	border: 1px solid #ddd;
	border-radius: 3px!important;
}


.quer-uli1411>li {
    width: 33.33%;
    float: left;
}

.iframe0929{
    border:none;
    height:324px;
    width:100%;
}

.fr-navlist a:hover .weixin-QR{
	display: block;
}
.weixin-QR{
	display: none;
	top: 0;
	right: 60px;
	position: absolute;
	background-color: #fff;
	width: 100px;
	height: 140px;
	box-shadow: 0 3px 7px 0 rgba(0,0,0,.15);
}
.weixin-QR p{
	font-size: 12px;
	color: #666;
}
.weixin-QR:after {
    top: 12px;
    content: '';
    border: 8px solid transparent;
    border-left-color: #fff;
    right: -16px;
    position: absolute;
    width: 0;
    height: 0;
}

ul.zl-link{
	padding: 50px 0 100px;
	overflow: hidden;
}
ul.zl-link li{
	padding: 0 20px;
	margin-bottom: 20px;
}
ul.zl-link li a.btn:hover{
	background-color: #007CC9;
	border-color: #007CC9;
	color: #fff;
}
.worker-form label{
	width: 180px;
}
.worker-form select{
	font-size: 14px;
	border:1px solid #ddd;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../img/arr.jpg) no-repeat right center;
	padding-right: 30px;
}
.worker-form select::-ms-expand{
	color: #333;
	font-size:20px;
	padding:5px 9px;
	background: #fff;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
