@charset "utf-8";
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th {
	margin: 0;
	padding: 0;
	border: 0px
}

* {
	outline: none
}


/* banner */
.main-visual-wrapper {width: 100%;position: relative;/* padding-top: 1.2rem; */}
.main-visual-slider {overflow: hidden;width: 100%;position: relative;}
.main-visual-slider .swiper-slide { overflow: hidden; }
.main-visual-slider .swiper-container { width: 100%; height: 100%; position: relative; }
.swiper-box1 .imged{padding-bottom: 61%;}
.slide-inner{overflow: hidden;}
.main-visual-slider .imged{transform: translate3d(0px, 0px, 0px) scale(1.05);transition: opacity 0.5s;background-size: 100%;}
.main-visual-slider .swiper-slide-active .imged{transform: scale(1); transition: all 6s ; }
.main-visual-slider video{transform: scale(1.1)\0;}
.swiper-box1 .imged::after{width: 100%;height: 50%;background: linear-gradient(rgba(0, 0, 0, 0) 65%, rgba(0, 0, 0, 0.2) 100%);}


.banner .dot{position: relative;width: 100%;height: 100%;border-radius: 50%;background: none;width: 88px;height: 88px;}
.swiper-box1 .swiper-pagination li {width: 100%;height: 100%;opacity: 0;font-size: 0rem;background: none;border-radius: 50%;position: absolute;left: 0;bottom: 0;margin: 0 !important;border: 1px solid rgba(255,255,255,.3);}
.swiper-box1 .swiper-pagination .on{ opacity: 1; display: block; }
.swiper-box1 svg{
  display: block;
  fill: none;
  stroke: #fff;
  stroke-width: 2px;
  stroke-dasharray:0 270;
  width: 88px;
  height: 88px;
  transform: rotate(-90deg);
  }
.swiper-box1 li.on svg {animation: indexsvg 6s linear forwards;}

@keyframes indexsvg {
     0% {
      stroke-dasharray:0 270;
    }

    100% {
      stroke-dasharray:270 270;
    }
}
.swiper-box1 .arror{width: 0.2rem;height: 0.2rem;border-radius: 0%;left:auto;position: relative;right: auto !important;margin: 0;}
.swiper-box1 .arror::after{font-weight: bold;color: rgba(255,255,255,.8);font-size: 0.2rem;content:"\e60a";}
.swiper-box1 .swiper-button-next:after{content:"\e648";}
.swipershubaio {position: absolute;bottom: 0.23rem;display: flex;align-items: center;justify-content: center;width: 100%;}
.swipershubaio .cir{z-index: 3;cursor: pointer;margin: 0 0.35rem;position: relative;}
.swipershubaio figure {animation: shubiao 1.4s infinite linear;text-align: center;}
.swipershubaio figure img{width: 0.22rem;}
.swipershubaio a{display: flex;justify-content: center;align-items: center;position: absolute;z-index: 1000;width: 100%;height: 100%;transition: 0.5s;left: 0;bottom: 0;}

@keyframes shubiao { 0% { -webkit-transform: translateY(-10px); transform: translateY(-10px);
    opacity: 0; }
  100% { -webkit-transform: translateY(10px); transform: translateY(10px);
    opacity: 1; } }


 .clearfix:after,.clearfix:before{
    content: "";
    display: table;
}
.clearfix:after{
    clear: both;
}
.clearfix{
    *zoom: 1;
    }

body,
button,
input,
select,
textarea {
	font-family: '微软雅黑', Arial, sans-serif;
	font-size: 14px;
	font-color: #ffffff
}

ul,
ol,
li {
	list-style: none;
	float: left
}

a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
	cursor: pointer
}

i,
em,
b {
	font-style: normal
}

fieldset,
img {
	border: 0;
	/* width: 100%; */
}

button,
input,
select,
textarea {
	font-size: 100%
}

.fl {
	float: left
}

.fr {
	float: right
}

body {
	min-width: 1200px!important
}

.top-logo {
	width: 100%;
	height: 154px;
	background: url(../images/bc_01.png) repeat-x
}

.wid1200 {
	width: 1200px;
	margin: 0 auto
}

.top_hh {
	width: 100%;
	background: url(../images/top-hh.png) no-repeat;
	height: 2px;
	margin: 0 auto
}

.logo {
	height: 92px;
	padding-top: 15px
}
.logo img{height: 80px;}
.search {
	width: 240px;
	height: 30px;
	float: right;
	margin-right: 0px;
	margin-top: 44px;
	background-color: #fff;
	line-height: 30px
}

.search-input {
	width: 180px;
	height: 30px;
	border-right: 0;
	background: none;
	color: #9b9b9b;
	padding: 0 5px
}

.search-btn {
	width: 50px;
	height: 30px;
	float: right
}

.menu-nav {
	width: 100%;
	height: 46px;
	float: left;
	position: relative;
	z-index: 10000
}

#menu {
	width: 1200px;
	clear: both;
	font-size: 16px;
	height: 46px;
	margin: 0 auto
}

#menu ul {
	list-style: none;
	float: none;
	display: flex;
	justify-content: space-between;
}
#menu ul ul{
	flex-direction: column;
	width: 100%;
}

li.l1-nav {
	/* float: left; */
	position: relative;
	left: 0px;
	top: 0px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	flex: 1;
}

a.l1-nav {
	display: block;
	text-align: center;
	text-decoration: none;
	height: 46px;
	line-height: 46px;
	color: #fff;
	/* float: left; */
	/* width: 181px; */
	flex: 1;
}

li.l1-nav:hover a.l1-nav,
a.l1-nav:hover {
	color: #fff;
	height: 46px;
	line-height: 46px;
	background: #e9ab03
}

ul.l2-nav {
	visibility: hidden;
	position: absolute;
	top: 46px
}

li.l2-nav {
	/* float: left; */
	position: relative;
	left: 0px;
	top: 0px;
	width: 100%;
}

a.l2-nav {
	display: block;
	text-align: center;
	width: 100%;
	font-size: 14px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	background: #e9ab03;
	opacity: 0.7;
	text-decoration: none;
	font-size: 13px
}

li.l2-nav:hover a.l2-nav,
a.l2-nav:hover {
	color: #fff;
	background-color: #e58b05;
}

a.l1-nav:hover ul.l2-nav,
li.l1-nav:hover ul.l2-nav {
	visibility: visible
}

.main {
	width: 1200px;
	margin: 0 auto 50px
}

.local {
	width: 1200px;
	height: 80px;
	padding-left: 15px;
	color: #666;
	font-size: 13px;
	line-height: 80px;
	box-sizing: border-box;
}

.local a {
	color: #666;
	padding: 0 5px
}

.left {
	width: 260px
}

.left-title {
	width: 230px;
	height: 60px;
	position: relative;
	z-index: 10000;
	background: #00498f;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	padding-left: 30px
}

.left-list {
	border: solid 1px #C9D7E4;
	border-top: 0
}

.left-list li a {
	width: 198px;
	padding: 0 30px;
	height: 46px;
	line-height: 46px;
	display: block;
	float: left;
	border-bottom: solid 1px #C9D7E4;
	background: #eff3fc;
	font-size: 14px;
	color: #000
}

.left-zst {
	width: 260px;
	height: 360px;
	overflow: hidden;
	margin-top: 15px
}

.left-zst img {
	width: 100%;
	height: 100%
}

#main {
	overflow: hidden;
	zoom: 1;
	position: relative;
	/* float: left; */
	width: 100%;
	margin-bottom: 20px
}

#index_b_hero {
	width: 1200px;
	height: 324px;
	margin: auto;
	position: relative;
}

#index_b_hero img {
	width: 1200px;
	height: 324px;
}

#index_b_hero .heros {
	width: 1200px;
	height: 324px;
}

#index_b_hero .hero-wrap {
	overflow: visible;
	position: absolute
}

#index_b_hero .next,
#index_b_hero .prev {
	filter: alpha(Opacity=70);
	opacity: .7;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	/* margin-left: 5px; */
	background-color: #303030;
	z-index: 3;
}



#index_b_hero .next {
	margin: -25px 5px 0 0;
	right: 0
}

#index_b_hero .disabled {
	background-color: #eee
}

#index_b_hero .mask-left,
#index_b_hero .mask-right,
#index_b_hero .hero {
	background: #fff;
	padding: 0px;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 1200px;
	height: 450px;
	overflow: hidden;
	left: 2400px
}

#index_b_hero .mask-right,
#index_b_hero .mask-left {
	z-index: 4;
	left: -1200px;
	filter: alpha(Opacity=50);
	opacity: .5;
	background: #fff;
	overflow: hidden
}

#index_b_hero .mask-right {
	left: 1200px
}

#index_b_hero .active {
	z-index: 2;
	left: 0
}

.icon-arrow-a-left {
	background: url(../images/prev.png) no-repeat center;
}

.icon-arrow-a-right {
	background: url(../images/next.png) no-repeat
}

.icon-arrow-a-left {
	background-position: 0 0;
	height: 45px;
	width: 33px;
}



.icon-arrow-a-right {
	height: 50px;
	width: 33px;
}



.yx-rotaion {
	margin-top: 10px;
	/* width: 373px;*/
	height: 250px !important;
	float: none;
	width: 100% !important;
}

.yx-rotaion-btn {
	display: none
}

.yx-rotaion-title,
.yx-rotation-focus,
.yx-rotation-t,
.yx-rotaion-btn {
	position: absolute
}

.yx-rotation-t {
	color: #fff;
	font-size: 16px;
	font-family: microsoft yahei;
	z-index: 2;
	bottom: 0;
	left: 10px;
	line-height: 40px
}

.yx-rotation-focus {
	height: 36px;
	line-height: 36px;
	right: 20px;
	bottom: 64px;
	z-index: 2
}

.yx-rotation-focus span {
	width: 8px;
	height: 8px;
	line-height: 8px;
	float: left;
	margin-left: 8px;
	position: relative;
	top: 14px;
	cursor: pointer;
	background: url(../images/mr.png) no-repeat;
	text-indent: -9999px
}

.yx-rotaion-btn {
	width: 100%;
	height: 41px;
	top: 50%;
	margin-top: -20px
}

.yx-rotaion-btn span {
	width: 30px;
	height: 50px;
	cursor: pointer;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	position: relative
}

.yx-rotaion-btn .left_btn {
	background: url(../images/left-btn.png) no-repeat;
	float: left
}

.yx-rotaion-btn .right_btn {
	background: url(../images/right-btn.png) no-repeat;
	float: right
}

.yx-rotaion-btn span.hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1
}

.yx-rotation-focus span.hover {
	background: url(../images/xz.png) no-repeat
}

.rotaion_list {
	/* width: 0; */
	height: 0;
	overflow: hidden;
	float: none;
}

.rotaion_list li{
    width: 100%;
}
.rotaion_list li a{
	display:block;
}
.rotaion_list li a img{
	display:block;
	width:100%;
	height: 309px;
}

.main-news {
	width: 1500px;
	margin: 0 auto
}

.main-news>div{
	overflow:hidden;
}

.main_news_top div {
}

.sbcj_news {
	width: calc(33.33% - 30px);
	/* height: 240px; */
	margin-top: 10px;
	margin-left: 45px !important;
}
.sbcj_news>.lbt{
	float:none;
}

.sbcj_news:nth-child(1){
	margin-left:0 !important;
}
.sbcj_title {
	/* width: 373px; */
	height: 38px;
	border-bottom: 2px solid #ececec;
	border-top: 2px solid #ececec
}

.sbcj_title span {
	background: url(../images/ts.jpg) no-repeat left 10px;
	color: #333333;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	padding-left: 14px
}

.sbcj_title i {
	width: 59px;
	height: 21px;
	margin-top: 9px;
	background: url(../images/more11.jpg) no-repeat
}

.sbcj_news_1 {
	/* width: 373px; */
	margin-top: 10px;
}

.sbcj_news_1 ul li {
	height: 36px;
	line-height: 36px;
	background: url(../images/hdd.png) no-repeat left 13px;
	padding-left: 15px;
	width: 96%
}

.sbcj_news_1 ul li:hover {
	background: url(../images/hdddd.png) no-repeat left 13px
}

.sbcj_news_1 ul li a {
	font-size: 16px;
	color: #333333
}

.sbcj_news_1 ul li a:hover {
	color: #e9ab03
}

.sbcj_news_1 ul li i {
	font-style: normal;
	font-size: 12px;
	color: #999999;
	float: right
}

.tscx {
	width: 373px;
	margin-top: 10px;
	margin-left: -40px!important
}

.tscx ul li {
	height: 28px;
	line-height: 28px;
	width: 373px;
	margin-top: 35px;
	padding-left: 15px
}

.tscx ul li div.tscx_pic {
	height: 51px;
	width: 84px;
	overflow: hidden
}

.tscx ul li div.tscx_pic img {
	width: 100%
}

.tscx ul li a {
	font-size: 14px;
	color: #333333
}

.tscx ul li a:hover {
	color: #e9ab03
}

.tscx ul li i {
	font-style: normal;
	font-size: 12px;
	color: #999999;
	margin-left: 20px;
	width: 273px
}

.tscx ul li h3 {
	width: 273px;
	float: right;
	margin-right: -18px;
	font-weight: normal
}

.kstd {
	height: 50px;
	background-color: #f9f8f8;
	margin-top: 30px
}

.kstd_1 {
	width: 75px;
	height: 50px;
	background-color: #e9ab03
}

.kstd_1 span {
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
	padding-left: 5px
}

.link ul {
	width: 1125px
}

.link ul li {
	width: 155px;
	margin-left: 10px
}

.link ul li a {
	color: #2990d2;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

.footer {
	width: 100%;
	background-color: #2990d2;
	margin: 0 auto;
	margin-top: 30px;
	padding: 30px 0;
}

.foot {
	width: 1200px;
	margin: 0 auto
}

.foot span {
	color: #fff;
	font-size: 14px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-left: 6%
}

.list-banner {
	width: 1200px;
	height: 320px;
	overflow: hidden;
	background-size: cover;
	margin: 0 auto;
}
.list-banner img{
	width:100%;
}
.main {
	width: 1200px;
	margin: 0 auto;
	min-height: 500px
}

.left {
	width: 280px;
	position: relative;
	float: left;
	margin-top: -82px
}

.right {
	float: right;
	width: 900px;
	margin-top: 30px
}

.local {
	width: 100%;
	height: 50px;
	padding-bottom: 6px
}

.local h3 {
	display: inline-block;
	background: #fff;
	padding-right: 10px;
	height: 50px;
	line-height: 50px;
	float: left;
	color: #333;
	font-size: 27px;
}

.dqwz {
	background: #fff;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 50px;
	height: 50px;
	padding-left: 6px;
	font-family: Microsoft Yahei
}

.dqwz a {
	margin-left: 6px;
	color: #666
}

.lmcc {
	width: 241px;
	height: 80px;
	background: #2990d2;
	color: #fff;
	font-size: 25px;
	padding: 0 0 0 40px;
	line-height: 80px;
	border-bottom: 3px solid #075eaa
}

.left-list {
	width: 250px;
	background: #f2f2f2
}

.left-list li a {
	width: 210px;
	padding-left: 40px;
	display: block;
	float: left;
	border-bottom: 1px solid #d4d4d4;
	height: 50px;
	line-height: 50px;
	font-size: 16px
}

.left-list li a:hover,
.left-current {
	border-left: 3px solid #075eaa!important;
	color: #333!important;
	padding-left: 37px!important;
	background: #fff!important
}

.jj,
.list,
.content,
.xrld {
	width: 100%;
	margin: 15px 0;
	float: left;
	padding-left: 15px;
	box-sizing: border-box;
}

.jj p {
	font-size: 19px !important;
	line-height: 32px !important;
	color: #111;
	float: left;
	margin-bottom: 15px;
	text-indent: 2em;
	width: 100%;
	word-break: break-all
}

.jj p span {
	font-size: 15px !important;
	line-height: 32px !important;
	color: #111
}

.list li,
.xrld li {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 0px
}

.list li .date {
	width: 130px;
	height: 60px;
	line-height: 60px;
	margin-right: -130px;
	float: left;
	position: relative;
	font-size: 20px;
	color: #666;
	text-align: left
}

.list li .txt {
	width: 100%;
	float: right
}

.list li .txt-1 {
	margin-left: 160px
}

.list li .txt-1 h3 {
	display: block;
	height: 60px;
	font-weight: normal;
	line-height: 60px;
	color: #111;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	float: left;
	width: 100%
}

.list li .txt-1 p {
	display: block;
	line-height: 24px;
	height: 24px;
	color: #666;
	font-size: 13px;
	float: left;
	overflow: hidden;
	width: 100%
}

.content-title {
	width: 100%;
	margin-bottom: 20px;
	float: left
}

.content-title h3 {
	display: block;
	float: left;
	width: 100%;
	text-align: center;
	font-weight: normal;
	color: #333;
	font-size: 20px;
	line-height: 30px
}

.content-title p {
	display: block;
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 14px;
	font-family: Microsoft Yahei;
	line-height: 24px;
	float: left;
	margin-top: 6px
}

.content-title p span {
	margin-left: 6px
}

.content-con {
	width: 100%;
	float: left
}

.content-con p {
	display: block;
	float: left;
	width: 100%;
	line-height: 36px;
	font-size: 15px;
	text-indent: 2em;
	margin-bottom: 20px;
	font-family: "微软雅黑", Arial, sans-serif
}

.content-con div p {
	line-height: 36px !important;
	font-size: 16px !important;
	text-indent: 2em;
	margin-bottom: 10px;
	font-family: "微软雅黑", Arial, sans-serif;
	word-break: break-all
}

.content-con span {
	line-height: 36px !important;
	font-size: 15px !important;
	font-family: 微软雅黑
}

.sxt {
	width: 100%;
	float: left;
	padding-top: 15px;
	border-top: 1px solid #e0e0e0;
	font-size: 14px;
	line-height: 30px
}

.sxt a {
	color: #333;
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.xrld-pic {
	width: 150px;
	height: 180px;
	float: left;
	position: relative;
	margin-right: -150px;
	padding-top: 6px
}

.xrld-txt {
	width: 100%;
	float: right
}

.xrld-txt-1 {
	margin-left: 180px
}

.xrld-txt-1 h3 {
	font-size: 20px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 6px;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #111
}

.xrld-con p {
	width: 100%;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	text-indent: 2em;
	float: left
}

.xrld-con {
	width: 100%;
	float: left
}

.xrld-pic img,
.ssjg-list {
	width: 100%
}

.ssjg {
	width: 1200px;
	margin: 20px auto;
	min-height: 500px
}

.ssjg-list li {
	width: 100%;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ccc
}

.ssjg-list h3 {
	display: block;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 30px;
	line-height: 30px;
	width: 100%;
	font-weight: normal;
	font-size: 15px
}

.ssjg-list p {
	color: #666;
	font-size: 14px;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	width: 100%;
	float: left
}

.ssjg-list i {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #999;
	margin-top: 6px;
	float: left
}