html {
    background: #fff;
    color: #686d85;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

article,
aside,
blockquote,
body,
button,
code,
dd,
details,
div,
dl,
dt,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
hr,
input,
legend,
li,
menu,
nav,
ol,
p,
pre,
section,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    border: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

audio,
canvas,
video {
    display: inline-block
}

body,
button,
html,
input,
select,
textarea {
    outline: 0;
    font: 14px/1.5 arial, \5FAE\8F6F\96C5\9ED1, \5b8b\4f53, helvetica, sans-serif
}

input,
select,
textarea {
    font-size: 100%
}

table,
table td,
table th{
    text-align: center;
    border-collapse: collapse;
    border-spacing: 0;
    color: #000;
    border: 1px solid #000;
}

table {
    border-collapse: collapse;
    border-spacing: 0
}
th {
    text-align: inherit
}

fieldset,
img {
    border: 0
}

iframe {
    display: block
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

del {
    text-decoration: line-through
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-weight: 500;
    font-style: normal
}

li,
ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
    font-size: 100%
}

q:after,
q:before {
    content: ''
}

sub,
sup {
    position: relative;
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

a {
    outline: 0;

    text-decoration: none;
    cursor: pointer
}

a:hover {
    color: #27a9fb;
    text-decoration: none
}

ins {
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif
}

img {
    height: auto;
    max-width: 100%;
    min-height: 100%;
}

.fn-ma {
    margin-right: auto;
    margin-left: auto
}

.fn-ovf {
    overflow: hidden
}

.fn-db {
    display: inline-block
}

.fn-clear:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: " ";
    font-size: 0
}

.fn-clear {
    zoom: 1
}

.fn-hide {
    display: none
}

.fn-left {
    float: left
}

.fn-right {
    float: right
}

.fn-center {
    text-align: center
}

.txt-left {
    text-align: left
}

.txt-r {
    text-align: right
}

.ell {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fn-radius-top {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
}

.fn-radius-bottom {
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

.fn-border {
    border: 1px solid #ddd;
}

body {
    min-height: 100vh;
    background: #fff;
    -moz-user-select: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: grayscale;
    position: relative;
    width: 100%;
    min-width: 1280px;

}
.bg1,.bg2 {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    height: 680px;
    z-index:0;
}
.bg1 {    
    top: 0;
    background:  url(images/top-bg.jpg) no-repeat center top;
}
.bg2 {   
    bottom:0; 
    left:0;
    right: 0;
    background: url(images/foot-bg.jpg) no-repeat center bottom;
}
#wrapper {
    position: relative;
    margin: 0;    
}

.content {
    position: relative;
    z-index: 10;
    margin: 0 auto;
    width: 1200px;
    height: auto;
}

.mt5 {
    margin-top: 5px
}

.mt10 {
    margin-top: 10px
}
.mt20 {
    margin-top: 20px
}

.mt15 {
    margin-top: 15px
}

.mt30 {
    margin-top: 30px
}

.mb20 {
    margin-bottom: 20px
}

.ml10 {
    margin-left: 10px
}

video {
    outline: 0
}

.flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.empty {
    font-size: 16px;
    line-height: 2
}


/* top */
.ind-top {
    padding-top: 14px;
}
.ind-top-info {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.time-box {
    color: #fff;
    padding-right: 16px;
}
.search-box {
    display: flex;
    align-items: flex-start;
}
.search-box input {
    width: 230px;
    height: 32px;
    padding-left: 10px;
    line-height: 32px;
    background-color: #fff;
    border:1px solid #aaaaaa;
    border-right: none;
}
.search-box .search{
    width: 60px;
    height: 34px;
    background-color: #27a9fb;
    margin-right: 10px;
    background-image: url('images/search-icon.png');
    background-repeat: no-repeat;
    background-position: center center;
    margin-top: 6px;
}
.top-banner {
    display: flex;
    align-items: center;
    padding-bottom: 48px;
}
.top-name {
    padding-left: 90px;
    color: #fff;
    font-size: 21px;
    font-weight: bold;
    line-height: 40px;
}
/* nav */

#nav {
    height: 60px;
    line-height: 60px;
    margin-bottom: 10px;
}

#nav ul {
    height: 100%;
}

#nav ul li {
    float: left;
    width: 150px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

#nav ul li a {
    display: block;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

#nav ul li.on,
#nav ul li:hover {
    background-color: #27a9fb;
}

/* banner */

#ind-banner {
    height: 435px;
    overflow: hidden;
    text-align: center;
    vertical-align: bottom;
	position: relative;
	margin: 0 auto 66px;
}
#ind-banner  .imgs {
	width: 100%;
	height: 100%;
	perspective: 1000px;
}

.imgitem {
	position: absolute;
	width: 1200px;
	height: 453px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 0;
	transition: .8s;
	opacity: 0;
    box-shadow: 1px 1px 10px rgba(192,192,192,0.6);
}

.imgitem img {
	width: 100%;
	height: 100%;
}

.cur-img {
	width: 1200px;
	z-index: 100;
	opacity: 1;
}

.pre-img {
	transform: translateX(-400px) scale(0.8);
	z-index: 9;
	opacity: 1;
    
}
.pre-img::after,.next-img::after {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255,255,255,0.6)
}
.next-img {
	transform: translateX(400px) scale(0.8);
	z-index: 9;
	opacity: 0.9;
}
.ind-banner-btn {
    width: 58px;
    height: 58px;
    position: absolute;
    top: 50%;
    margin-top: -29px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
}
.banner-pre {
    /* left: 50%; */
    transform: translateX(-800px);
    background-image: url('images/curr_prev.png');
}
.banner-next {
    /* left: 50%; */
    transform: translateX(740px);
    background-image: url('images/curr_next.png');
}
/* main */
.ind-column-title  {
    height: 56px;
    line-height: 56px;
    font-size:24px;
    color: #fff;
    text-indent:26px;
    background: url('images/title-bg.png') no-repeat left center;
    border-bottom: 1px solid #27a9fb;
}
/* 快速导航 */
.quick-nav {
   /* margin-top: 25px;*/
}
.quick-nav-list {
    margin: 20px auto 70px;
    display: flex;
    justify-content: space-between;
}
.quick-nav-item {
    display: block;
    width: 188px;
    height: 156px;
    text-align: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 22px;
    position: relative;
}
.quick-nav-item::after {
    visibility: hidden;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background:rgba(255,255,255,0.1);
}
.quick-nav-item:hover {
    color: #fff;
}
.quick-nav-item:hover::after {
    visibility:visible;
}
.xk {
    background: #5b79dc;
}
.yjs {
    background: #8235eb;
}
.jy {
    background: #3c7414;
}
.ds {
    background: #27a9fb;
}
.yjsh {
    background: #147372;
}
.ztc {
    background: #5bd4dc;
}
.quick-nav-item-img{
    height: 90px;
    padding-top: 25px;

}
.quick-nav-item-img img {
    width: auto;
    max-width: auto;
    min-height: auto;
}
/* 版权 */
#footer {
    height: 214px;
    padding-bottom: 40px;
}
.footer-title {
    font-size:18px;
    color: #333;
}
.footer-content {
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.footer-content .select-box {
    padding-top: 58px;
    display: flex;
}
.footer-content select {
    background: none;
    width: 130px !important;
    border-color: #333333;
    text-align: center;
    text-indent: 10px;
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    margin-right: 10px;
}
.footer-content div {
    text-align: center;
}
.footer-xx {
    padding-top: 46px;
}
.footer-xx img{
    margin-bottom: 20px;
}
.footer-tj {
    display:flex;
    padding: 20px;
    justify-content: center;
}
.footer-code img {
    margin-bottom: 18px;
}
/* 最新新闻 */
.last-news-box {
    width: 750px;
}
.tab-cont {
    height: 246px;
}

.tab-title {
    position: relative;
    height: 56px;
    line-height: 56px;
    border-bottom: 1px solid #27a9fb;
}

.tab-title li  {
    width: 110px;
    font-size: 20px;
    color: #27a9fb;
    cursor: pointer;
    font-weight: bold;
    text-align: center;
}

.tab-title li.on{
    width: 168px;
    color: #fff;
    background: url('images/title-bg.png') no-repeat left center;
}
.tab-title li.on span::after{
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    border-width: 8px;
    border-style: solid dashed dashed dashed;
    border-color: #2d95f6 transparent transparent transparent;
}

.case-title li.on span {
    color: #fff;
    background: url(img/title1-bg.png) no-repeat left top;
}


.tab-cont {
    display: none;
    padding: 5px 10px;
    height: 222px;
    background: #fff;
    margin-top: 11px;
}
.wp_article_list .list_item {
    height: 44px;
    line-height: 44px;
    width: auto !important;
}
 .wp_article_list .list_item .Article_Index {
    display:none;
}
.tab-cont ul li{
    line-height: 58px;
    text-align: right;
    padding-left: 34px;
    border-bottom: 1px dashed #ccc;
    background: url('images/news-icon.png') no-repeat  10px center;
}
/* .tab-cont ul li:last-child{
    border-bottom: none
} */
.tab-cont ul li a{
    display: inline-block;
    float:left;
    width: 100%;
    font-size: 16px;
    text-align: left;
color:black;
}

.tab-cont ul li span {
    font-size: 14px;
    color: #999999;
}
/* 视频中心 */
.video-box {
    width: 430px;
}
/* 面包屑 */
.bread {
    height: 80px;
    line-height: 80px;
    color: #333;
    font-size: 18px;
}
.bread a {
    font-size: 18px;
}
.bread a,
.bread span {
    padding: 0 5px;
color:black;
}
/* 列表页 */
.list-banner {
    position: relative;
    height: 400px;
    background: url('images/list-banner.jpg') no-repeat top center;
}
.list-main {
    padding-bottom: 20px;
    background:rgba(255,255,255,0.6);
    margin-bottom: 40px;
}
.sideTit {      
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    text-align: center; 
    color: #fff;
    background-color: #27a9fb;
  }
  .list-left {
    width: 260px;
  }
  .wp_listcolumn {
    border: none;
   }
  .wp_listcolumn .wp_column a {
    background:none;
    border:none;
  }
  .wp_listcolumn .wp_column a .column-name {
    font-size: 20px;
    font-weight: normal;
  }
  .wp_listcolumn .wp_column a.selected, 
  .wp_listcolumn .wp_column a:hover,
  .wp_listcolumn .wp_subcolumn .wp_column a.selected,
  .wp_listcolumn .wp_subcolumn .wp_column a:hover{  
    color: #fff;
    background: #27a9fb;
  }
  .wp_listcolumn .wp_subcolumn .wp_column a {
    background-color: #fff;
    background-position: 16px center;
  }
  .wp_subcolumn li,
  .wp_listcolumn .wp_subcolumn .wp_column a  {
       border-bottom:none !important;
   }
  .sideMenu{
    border: 1px solid #ededed;
  }
  .wp_listcolumn  .wp_subcolumn .wp_column a .column-name {
    padding-left: 40px;
  }
  .sideMenu li{
    min-height: 80px;
    line-height: 80px;
    background: #fff;
    border-bottom:1px solid #ebebeb;
  }
  .sideMenu li:last-child {
      border: none;
  }
  .sideMenu li a{ 
    display: block;     
    font-size:18px;  
  }
  .sideMenu li.on {
    /* border-left: 4px solid #ff7200; */
  }
  .sideMenu li:hover a,
  .sideMenu li.on a{    
    color: #ff7200;
  }
.list-right {
    width: 838px;    
    min-height: 600px;
    padding: 10px 40px;
    border: 1px solid #ebebeb;
}
.list-news-titile {
    padding-left: 30px;
    border-bottom: 1px solid #ddd;
}
.list-news-titile span {
    display: inline-block;
    font-size: 20px;
    color: #1c68c1;
    height: 82px;
    line-height: 82px;
    position: relative;
}
.list-news-titile span::after {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height: 2px;
    background-color: #1c68c1;
}
.list-news-list ul.wp_article_list {
    padding: 20px 0;
}
.list-news-list ul.wp_article_list li {
    height: 66px;
    line-height: 66px;
    font-size: 16px;
    color: #666;
    padding-left: 34px;
    text-align: right;
    border-bottom: 1px dashed #ddd;
    background:url(images/news-icon.png) no-repeat 8px center;
}
.wp_entry p  {
    line-height: 66px;
    font-size: 16px;
    color: #666;
    padding-left: 34px;
    border-bottom: 1px dashed #ddd;
}
.wp_entry p img {
    margin-right: 15px;
}
.list-news-list ul.wp_article_list li a {
    font-size: 16px;
    text-indent: 30px;
    text-align: left;
color:black;
}
.empty {
    font-size: 18px;
    text-align: center;
}
.list-img-box  {
    padding: 20px;
}
.list-img-news-item {
    padding: 20px 40px;
    border-bottom: 1px dashed #d9d9d9;
}
.list-img-news-list {
    padding: 20px;
}
.list-img-news-item a {
    display: block;
}
.list-img-news-item-title {
    font-size: 20px;
    margin-bottom: 20px;
}
.list-img-news-item-desc {
    line-height: 2;
}
.list-img-news-item-info {
    width: 840px;
}
.list-img-news-item-img {
    margin-left: 40px;
    width: 240px;
    height: 160px;
    overflow: hidden;
}
.list-img-news-item-img img {
    width: 100%;
    height: auto;
}
/* 内容页 */
.article-title-box {
    padding:20px 10px 10px;
    text-align: center;
    border-bottom: 1px solid #ebebeb;
}
.article-title {
    padding-bottom: 10px;
    font-size: 20px;
    color: #333;
}
.article-infor {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    font-weight: normal;
}
.article-cont {
    padding: 20px 0;
    font-size: 16px;
    line-height: 2;
    color: #666 !important;
}
.article-cont li, 
.article-cont ol, 
.article-cont ul {
list-style: auto;
}
.article-cont p {
   /** text-indent: 2em;**/
    margin: 10px 0 20px;
}
.article-cont span {    


}
.article-cont figure {
	text-align: center;
}
.article-cont img {
	max-width:700px;
	height:auto;
}
/*分页*/

.pagination {
    min-width: 300px;
    width: auto;
    height: 34px;
    margin: 20px auto 0 auto;
    display: table;
}

.pagination li {
    float: left;
    height: 32px;
    line-height: 32px;
    padding: 0 5px;
    width: auto;
    color: #333;
    text-align: center;
    border: 1px solid #eee;
    background: #fff;
}

.previous {
    width: fit-content;
    height: 34px;
    margin: 10px auto 20px;
}

.pagination li:hover {
    border-color: #e0e0e0;
    background: #f1f1f1;
    color: #858585;
}

.pagination {
    display: inline;
    padding-left: 0;
}

.pagination li.paginate_button {
    float: left;
    text-align: center;
    height: 32px;
    line-height: 32px;
    background: #fff;
    margin: 0 4px;
    padding: 0 4px;
    min-width: 32px;
    border: 1px solid #e0e0e0;
}

.pagination li.paginate_button a {
    color: #333;
    display: block;
}

.pagination li.paginate_button:hover {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button:hover a {
    color: #fff;
}

.pagination li.paginate_button.active {
    border-color: #0168b7;
    background: #0168b7;
}

.pagination li.paginate_button.active a {
    color: #fff;
}
.dg-container {
    width: 100%;
    height: 462px;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.dg-wrapper {
    width: 1200px;
    height: 435px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    -ms-perspective: 1000px;
    perspective: 1000px;
}

.dg-wrapper a {
    width: 1200px;
    height: 435px;
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.dg-wrapper a.dg-transition {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.dg-wrapper a img {
    display: block;
    padding: 0;
}

.dg-wrapper a::after {
    content: '';
    position: absolute;
    left:0;
    right: 0;
    top: 0;
    bottom: -55px;
    background: rgba(255,255,255,0.6)
}
.dg-wrapper a.dg-center{
    box-shadow: 1px 1px 10px rgba(192,192,192,0.6);
}
.dg-wrapper a.dg-center::after {
    display: none;
}

.dg-container .dg-prev,
.dg-container .dg-next {
    position: absolute;
    z-index: 100;
    top: 0;
    height: 435px;
    width: calc((100vw - 1200px)/2);
    display: block;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent !important;
}

.dg-container .dg-prev {
    left: 0;
    background-image: url('images/curr_prev.png');
}

.dg-container .dg-next {
    right: 0;
    background-image: url('images/curr_next.png');
}