@charset "utf-8";
html,body { padding:0; margin:0; }
* { margin:0; padding:0; font-family:Arial,Helvetica,Verdana,'Microsoft YaHei'; border:0; outline:medium; text-shadow:none; text-decoration:none; }
body { overflow-x: hidden; line-height:0; color:#333; position:relative;-webkit-text-size-adjust:none;-ms-text-size-adjust:none;-webkit-tap-highlight-color:rgba(0,0,0,0); }
input { vertical-align:middle; }
textarea { resize:none; }
div { box-sizing:border-box; line-height:1; }
ul { list-style:none; margin:0; }
p { margin:0; }
img {	image-rendering:-moz-crisp-edges;	image-rendering:-o-crisp-edges;	image-rendering:-webkit-optimize-contrast;	image-rendering: crisp-edges;	-ms-interpolation-mode:nearest-neighbor;}
a,a:link,a:active,a:visited,a:hover { color:inherit; text-decoration:none; transition:.36s all linear; }
a:hover { color:#0558b8; }i,em { font-style:normal; }
::-webkit-input-placeholder { color:#999999; }
:-moz-placeholder { color:#999999; }
::-moz-placeholder { color:#999999; }
:-ms-input-placeholder { color:#999999; }

/*修改滚动条*/
::-webkit-scrollbar { width:6px; height:5px; }
::-webkit-scrollbar-track { box-shadow:inset 0 0 6px transparent; background:#ddd; }
::-webkit-scrollbar-thumb { background:#0558b8; }

/*禁止选中*/
/* .not-select{-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none;-khtml-user-select:none;user-select:none;} */

/*图片比例控制*/
.imgbox { width:100%; overflow:hidden; position:relative; }
.imgbox:after { content:''; display:block; padding-top:75%; }
.imgbox img { max-width:100%; max-height:100%; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); transition:.36s all linear; }
.imgbox img:hover { transform:translate(-50%,-50%) scale(1.1); transition:.36s all linear; }

/* 在线链接服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
@font-face {
  font-family: 'iconfont';  /* Project id 4807920 */
  src: url('//at.alicdn.com/t/c/font_4807920_j9uakaoxigj.woff2?t=1747966904450') format('woff2'),
       url('//at.alicdn.com/t/c/font_4807920_j9uakaoxigj.woff?t=1747966904450') format('woff'),
       url('//at.alicdn.com/t/c/font_4807920_j9uakaoxigj.ttf?t=1747966904450') format('truetype');
}

.ali-icon {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.typebox::-webkit-scrollbar { height:1px; }
.top-video { display:none; background: #000; }
body { font-size:12px; }
body.nav-open { overflow-y: hidden; }
@media(min-width:768px) {
	body { font-size:14px; }
}
@media(min-width:1200px) {
	body { font-size:16px; }
}
@media(min-width:1700px) {
	.container { width:1470px; max-width:1470px; margin:0 auto; }
}

.page-a { margin:15px 0; }
.prev_next { color:#666666; line-height: 2; margin-top:25px; }
.prev_next .page-a { display: flex; }
.prev_next .page-a a { flex:1; width:50%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
@media(min-width:992px) {
	.prev_next { margin-top: 0px; }
}

.topbar { position: relative; font-size:12px; color:#555555; border-bottom:1px solid #d3dae3; }
.topbar .c1 { position: relative; padding:0 5px; display:inline-block; height: 35px; line-height: 35px; }
.topbar .c1:hover { color:#0558b8; }
.topbar .fav { position: relative; padding:0 5px; display:inline-block; height: 35px; line-height: 35px; }
.topbar .fav:after { content:''; position: absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:#aaa; }
.topbar .fav:last-child:after { display: none; }
@media(min-width:992px) {
	.topbar .c1 { font-size:13px;  padding:0 10px; height: 45px; line-height: 45px; }
	.topbar .fav { font-size:13px; padding:0 10px; }
}
@media(min-width:1400px) {
	.topbar .c1 {font-size:14px; padding:0 15px; height: 50px; line-height: 50px; }
	.topbar .fav { font-size:14px;padding:0 15px; height: 50px; line-height: 50px; }
}

.header { position:relative; background:#fff; background-size:cover; transition:.5s all; }
.header .logo { padding:10px; }
.header .logo img { max-height:40px; }
.header .searchbox { flex:1; width:50%; max-width:450px; }
.header .searchbox .search { height:30px; line-height: 30px; }
.header .searchbox form { display: flex; align-items: center; }
.header .searchbox input { background:#fff; border:1px solid #c7d2df; font-size:12px; line-height:inherit; padding:0 12px; border-radius:0; margin-right: -1px; }
.header .searchbox input::placeholder { color:#0558b8; }
.header .searchbox input:focus { box-shadow:none; }
.header .searchbox .submit { color:#fff; background-color: #0558b8; border:1px solid #0558b8; white-space: nowrap; padding:0 15px; }
.header .telbox .c1 { color:#555555; font-size:12px; }
.header .telbox .c2 { color:#be1d07; font-weight: bold; font-size:16px; font-family:"Arial"; line-height: 1.3; white-space: nowrap; }
@media(min-width:576px) {
	.header .logo img { max-height:45px; }
}
@media(min-width:768px) {
	.header { border-width:3px; }
	.header .logo { width:60%; padding:15px 0; }
	.header .logo img { max-height:unset; }
}
@media(min-width:992px) {
	.header .logo { width:80%; padding:15px 0; }
	.header .searchbox { display: block;}
	.header .searchbox .search { font-size:14px; }
	.header .telbox .c1 { font-size:14px; }
	.header .telbox .c2 { font-size:18px; }
}
@media(min-width:1200px) {
	.header { border-width:5px; }
	.header .logo { padding:18px 0; }
	.header .searchbox .search { height:40px; line-height: 40px; }
	.header .searchbox input { font-size:14px; padding:0 15px; }
	.header .telbox .c2 { font-size:19px; }
}
@media(min-width:1400px) {
	.header .logo { padding:20px 0; }
	.header .searchbox .search { height:42px; line-height: 42px; }
	.header .telbox .c2 { font-size:20px; }
}
@media(min-width:1600px) {
	.header .logo { padding:25px 0; }
	.header .searchbox .search { height:44px; line-height: 44px; }
	.header .searchbox input { padding:0 20px; }
	.header .telbox .c2 { font-size:21px; }
}
@media(min-width:1920px) {
	.header .logo { padding:30px 0; }
	.header .searchbox .search { height:46px; line-height: 46px; }
	.header .telbox .c2 { font-size:22px; }
}

.nav { position: relative; background:#0558b8; color:#fff; display:none; }
.nav:after { content:''; position: absolute; width:100%; height:1px; background:rgba(255,255,255,.2); left:0; top:50%; }
.nav .slide { position: relative; flex:0 0 auto; text-align:center; white-space: nowrap; }
.nav .slide:after { content:''; position: absolute; right:0; top:50%; transform:translateY(-50%); width:1px; height:16px; background:rgba(255,255,255,.6); }
.nav .slide:last-child:after { display: none; }
.nav .slide>a { display:block; position: relative; height:36px; line-height: 36px; }
.nav .subnav { position: absolute; z-index: 111; left:50%; bottom:0; transform:translate(-50%,100%); min-width:100%; color:#444; border:1px solid #e6e6e6;background:#e6e6e6; display: none; }
.nav .subnav a { display: block; line-height:40px; padding:0 15px; }
@media(min-width:768px) {
	.nav { display: block; }
	.nav .slide.active>a { color:#fcb22a; font-weight: bold; }
	.nav .slide>a:hover { color:#fcb22a; }
	.nav .slide:hover .subnav { display: block; }
	.nav .slide>a { height:40px; line-height: 40px; padding:0 15px; }
	.nav .subnav a:hover { color:#fff; background:#1f78e2; }
	.nav .subnav .nav-item.active a { color:#fff; background:#1f78e2; }
}
@media(min-width:992px) {
	.nav .slide>a { height:44px; line-height: 44px; padding:0 20px; }
}
@media(min-width:1200px) {
	.nav .slide>a { height:47px; line-height: 47px; padding:0 25px; }
	.nav .subslide i { color:#fff; }
}
@media(min-width:1400px) {
	.nav .slide>a { font-size:17px; height:50px; line-height: 50px; padding:0 30px; }
}
@media(min-width:1600px) {
	.nav .slide>a { line-height: 52px; height: 52px; padding:0 35px; }
	.nav .subnav a { line-height:45px; }
}
@media(min-width:1920px) {
	.nav .slide>a { font-size:18px; line-height: 55px; height: 55px; padding:0 40px; }
	.nav .subnav a { line-height:50px; }
}

.banner {overflow:hidden;position:relative;}
.banner img { width:100%; }
.banner .swiper-slide { text-align:center; }
.banner .swiper-pagination { bottom:5%; }
.banner .swiper-pagination-bullet { width:10px; height:10px; }
.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {background: #fff;}
.banner-box {position:relative;left:50%;transform:translateX(-50%);}
.banner .container { position:absolute; top:50%; left:50%; transform:translate(-50%,-25%); }
.banner .t1 { color:#fff; font-size:18px; }
.banner .more { display:inline-block; color:#fff; background:rgba(255,255,255,.15); height:30px; line-height: 30px; border-radius:80px; margin:0 auto; margin-top: 15px; padding:0 15px; transition:.3s all; }
.banner .more:hover { color:#01afaf; background:#fff; box-shadow: 0 10px 10px -5px rgba(0,0,0,.6); transition:.3s all; }
@media(min-width:375px) {
	.banner .t1 { font-size:22px; }
	.banner .more { margin-top: 20px; }
}
@media(min-width:576px) {
	.banner .more { margin-top: 25px; }
}
@media(min-width:768px) {
	.banner .t1 { font-size:46px; }
	.banner .more { height:34px; line-height: 34px; margin-top: 30px; padding:0 20px; }
}
@media(min-width:992px) {
	.banner .t1 { font-size:56px; }
	.banner .more { height:37px; line-height: 37px; margin-top: 40px; padding:0 30px; }
}
@media(min-width:1200px) {
	.banner-box {width:100%;}
	.banner .swiper-pagination-bullet { width:14px; height:14px; border:2px solid #fff;}
	.banner .t1 { font-size:62px; }
	.banner .more { height:40px; line-height: 40px; margin-top: 55px; padding:0 40px; }
}
@media(min-width:1400px) {
	.banner .t1 { font-size:66px; }
	.banner .more { height:42px; line-height: 42px;  margin-top: 70px; padding:0 50px; }
}
@media(min-width:1600px) {
	.banner .t1 { font-size:70px; }
	.banner .more { height:45px; line-height: 45px;  margin-top: 90px; padding:0 55px; }
}

/*内页大图样式*/
.inbanner { position:relative; overflow: hidden; }
.inbanner .t1 { color:#e9edf0; font-size:22px; font-weight: bold; }
.inbanner .t2 { font-size:14px; margin-top: 10px; }
.inbanner img { width:100%; position:relative; left:50%; transform:translateX(-50%); }
.inbanner .imgs img:nth-child(2) { display: none; } /* 如果子栏目有设置大图，隐藏默认inbanner大图 */
.inbanner .content { color:#fff; width:100%; position:absolute; top:59%; transform:translateY(-50%); text-align:center; }
.intypebar { background:#e9edf0; }
.intypebar .swiper-button-prev { left:0; background:none; color:#0558b8; top:50%; margin:0; transform:translateY(-50%); display:flex; align-items:center; font-size:180%; }
.intypebar .swiper-button-next { right:0; background:none; color:#0558b8; top:50%; margin:0; transform:translateY(-50%); display:flex; align-items:center; font-size:180%; }
.intypebar .list { display:flex; overflow-x: auto; }
.intypebar .list::-webkit-scrollbar { width:0px; height:0px; }
.intypebar .slide { position:relative; color:#898989; padding:0 15px; max-width:30%; text-align:center; }
.intypebar .slide a { display: inline-block; height: 40px; line-height: 40px; font-size:13px; border-bottom:2px solid rgba(255,255,255,0); }
.intypebar .slide1 { max-width:unset!important; }
.intypebar .slide1 img { max-height:50%; }
.location { color:#fff; position:relative; font-size:12px; margin-top: 10px; overflow: hidden; }
.location i { margin:0 5px; }
.location a:hover { color:#fff; text-decoration: underline; }
@media(max-width:1199px) {	
	.intypebar .slide.active>a, .intypebar .slide:hover>a { color:#333; border-bottom:2px solid #0558b8; }
}
@media(max-width:575px) {
	.inbanner img { min-width:576px; }
}
@media(min-width:768px) {
	.inbanner .t1 { font-size:30px; }
	.inbanner .t2 { font-size:15px; }
	.intypebar .slide { max-width:25%; }
	.intypebar .slide a { font-size:14px; height: 55px; line-height: 55px; }
	.location { margin-top: 30px; }
}
@media(min-width:992px) {
	.inbanner .t1 { font-size:34px; }
	.inbanner .t2 { font-size:16px; margin-top: 15px; }
	.inbanner .content { top:51%; }
	.intypebar .list { justify-content: center; width:50%; margin:0 auto; }
	.intypebar .slide { padding:0 20px; }
	.intypebar .slide a { font-size:16px; height: 70px; line-height: 70px; }
	.location { font-size:13px; margin-top: 40px; }
}
@media(min-width:1200px) {
	.inbanner .t1 { font-size:40px; }
	.inbanner .t2 { font-size:18px; left:5%; top:60px; }
	.intypebar { opacity:.3; display: none; position:fixed; left:0; z-index:999; background:none; transform:translateX(-50%); }
	.intypebar:hover { opacity: 1; }
	.intypebar .list { width:100%; margin:0; display:block; padding-left:20px; }
	.intypebar .list:before { content:''; position: absolute; left:4px; top:0; background:#e9edf0; width:1px; height:100%; }
	.intypebar .slide { position: relative; padding:0 22px; margin-bottom:6px; background:#e9edf0; border-radius:50px; }
	.intypebar .slide:before { content:''; position: absolute; left:-20px; top:50%; transform:translate(0,-50%); width:8px; height:8px; border-radius:10px; background:#e9edf0; }
	.intypebar .slide a { font-size:16px; height: 35px; line-height: 35px; border:none; }
	.intypebar .slide.active,.intypebar .slide:hover { background:#2373b0; }
	.intypebar .slide.active>a, .intypebar .slide:hover>a { color:#fff; }
	.intypebar .slide.active:before,.intypebar .slide:hover:before { background:#2373b0; }
	.location { font-size:14px; margin-top: 55px; }
}
@media(min-width:1400px) {
	.inbanner .t1 { font-size:46px; }
	.inbanner .t2 { font-size:20px; margin-top: 20px; }
	.intypebar .slide { padding:0 25px; }
	.intypebar .slide a { height: 40px; line-height: 40px; }
	.location { margin-top: 70px; }
}
@media(min-width:1600px) {
	.inbanner .t1 { font-size:50px; font-weight: bold; }
	.inbanner .t2 { font-size:22px; margin-top: 25px; }
	.intypebar .slide { padding:0 30px; }
	.location { margin-top: 80px; }
}

#indexpage .section { max-width:100vw; }
@media(max-width:1200px) {
	#indexpage .section { height:auto!important; }
}

.index01 { position: relative; overflow: hidden; padding:15px 0 0; }
.index01 img { width:26px; }
.index01 .more { color:rgba(0,0,0,.6); font-size:12px; white-space: nowrap; }
.index01 .c1 { font-weight: bold; color:#0558b8; font-size:15px; }
@media(min-width:576px) {
.index01 img { width:30px; }
}
@media(min-width:768px) {
	.index01 img { width:34px; }	
}
@media(min-width:992px) {
	.index01 { padding:20px 0; }
	.index01 img { width:40px; }
	.index01 .c1 { font-size:16px; }
}
@media(min-width:1200px) {
	.index01 img { width:44px; }
	.index01 .more { font-size:14px; }
	.index01 .c1 { font-size:17px; }
}
@media(min-width:1400px) {
	.index01 { padding:25px 0; }
	.index01 img { width:48px; }
}
@media(min-width:1600px) {
	.index01 .c1 { font-size:18px; }
	.index01 img { width:53px; }
}
@media(min-width:1920px) {
}

.index02 { position: relative; overflow: hidden; padding:15px 0; }
.index02 .title { display: flex; align-items: center; justify-content: center; }
.index02 .t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; font-weight: bold; padding:0 20px; }
.index02 .title hr { flex:1; background:#aaa; margin-bottom: 12px; }
.index02 .content {  position: relative; margin-top:20px; }
.index02 .swiper { margin-left: 0; }
.index02 .swiper-button-prev,.index02 .swiper-button-next { position: unset; margin:0 10px 0 0; width:unset; height:unset; }
.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { display: block; color:#888; background:#fff; font-size:12px; padding:3px 15px; border:1px solid #ccc; }
.index02 .swiper-button-prev:hover:after,.index02 .swiper-button-next:hover:after { border-color:#00489c; background:#00489c; color:#fff;}
.index02 .slide { position: relative; }
.index02 .slide .changebox { display: none; }
.index02 .slide.active .changebox { display: block; }
.index02 .imgbox:after { padding-top:72%; }
.index02 .imgbox img { max-height:unset; }
.index02 .c1 { font-weight: bold; color:#444444; font-size:14px; line-height: 1.4; margin-top: 15px;display:-webkit-box; -webkit-box-orient:vertical; line-clamp:1; -webkit-line-clamp:1; overflow:hidden; text-overflow: ellipsis; }
.index02 .c2 { color:#666666; margin-top: 10px; line-height: 1.5; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index02 .c3 { display: block; color:#666666; margin-top: 15px; }
.index02 .btnbox { display: flex; margin:15px 0 10px; }
.index02 .rightbox { margin-top: 20px; }
.index02 .li { position: relative; margin:15px 0; }
.index02 .l1 { display: block; color:#444444; font-size:14px; line-height: 20px; text-overflow: ellipsis; overflow: hidden; }
@media(min-width:576px) {
	.index02 .leftbox { position: relative; display: flex; }
	.index02 .leftbox:after { content:''; height:4px; width:26px; background:#00489c; position:absolute; z-index: 1; top:20px; left:58%; transform:translateX(-50%); }
	.index02 .leftbox .swiper { flex:0 0 58%; max-width:58%; }
	.index02 .leftbox .list { flex:0 0 37%; max-width:37%; }
	.index02 .btnbox { margin:15px 0 15px; }
	.index02 .ul { display: flex; flex-wrap:wrap; justify-content: space-between; }
	.index02 .li { flex:0 0 48%; max-width:48%; }
	.index02 .l1 { line-height: 22px; height:44px; }
	.index02 .rightbox { margin-top: 25px; }
}
@media(min-width:768px) {
	.index02 { padding:15px 0 20px; }
	.index02 .t1 { font-size:22px; padding:0 25px; }
	.index02 .t1:before { content:''; position: absolute; left:0; top:50%; height:100%; padding-left:100%; transform:translate(-10%,-55%) rotateZ(180deg); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index02 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index02 .content { margin-top: 25px; }
	.index02 .c1 { font-size:16px; line-clamp:2; -webkit-line-clamp:2; }
	.index02 .btnbox { margin:12px 0 13px; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { padding:4px 18px; }
	.index02 .l1 { font-size:15px; line-height: 23px; height:46px; }
}
@media(min-width:992px) {
	.index02 { padding:20px 0 25px; }
	.index02 .t1 { font-size:26px; padding:0 30px; }
	.index02 .content { display: flex; margin-top: 30px; }
	.index02 .leftbox { display: flex; flex:0 0 67%; max-width:67%; }
	.index02 .c1 { line-clamp:1; -webkit-line-clamp:1; }
	.index02 .c3 { margin-top: 25px; }
	.index02 .btnbox { margin:25px 0 23px; }
	.index02 .rightbox { flex:0 0 29%; max-width:29%; margin-left: auto; margin-top: 0; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { padding:4px 20px; }
	.index02 .li { flex:0 0 100%; max-width:100%; }
	.index02 .l1 { font-size:16px; line-height: 24px; height:24px; white-space: nowrap; }
}
@media(min-width:1200px) {
	.index02 { padding:20px 0 30px; }
	.index02 .t1 { font-size:30px; padding:0 35px; }
	.index02 .content { margin-top: 35px; }
	.index02 .leftbox:after { left:63%; top:26px; }
	.index02 .leftbox .swiper { flex:0 0 63%; max-width:63%; }
	.index02 .leftbox .list { flex:0 0 33%; max-width:33%; }
	.index02 .slide a:hover { color:#00489c; }
	.index02 .c1 { font-size:18px; line-clamp:2; -webkit-line-clamp:2; }
	.index02 .c3 { margin-top: 20px; }
	.index02 .btnbox { margin:18px 0 20px; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { padding:5px 22px; }
	.index02 .li { margin:6px 0; }
	.index02 .l1 { font-size:17px; line-height: 22px; height:44px; white-space: pre-wrap;}
	.index02 .l1:hover { color:#00489c; }
}
@media(min-width:1400px) {
	.index02 { padding:25px 0 35px; }
	.index02 .t1 { font-size:32px; padding:0 40px; }
	.index02 .content { margin-top: 40px; }
	.index02 .leftbox .swiper { flex:0 0 63%; max-width:63%; }
	.index02 .leftbox .list { flex:0 0 32%; max-width:32%; }
	.index02 .c1 { margin-top: 16px; }
	.index02 .c3 { margin-top: 30px; }
	.index02 .btnbox { margin:32px 0 28px; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { font-size:14px; padding:5px 24px; }
	.index02 .li { margin:6px 0; }
	.index02 .l1 { line-height: 24px; height:48px; }
}
@media(min-width:1600px) {
	.index02 { padding:25px 0 40px; }
	.index02 .t1 { font-size:34px; padding:0 45px; }
	.index02 .content { margin-top: 45px; }
	.index02 .c1 { font-size:20px; margin-top: 12px; }
	.index02 .c3 { margin-top: 30px; }
	.index02 .btnbox { margin:25px 0 25px; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { padding:6px 26px; }
	.index02 .li { margin:6px 0; }
	.index02 .l1 { line-height: 25px; height:50px; }
}
@media(min-width:1920px) {
	.index02 { padding:25px 0 50px; }
	.index02 .t1 { font-size:36px; padding:0 80px; }
	.index02 .content { margin-top: 50px; }
	.index02 .leftbox:after { left:61%; top:30px; }
	.index02 .leftbox .swiper { flex:0 0 61%; max-width:61%; }
	.index02 .leftbox .list { flex:0 0 34%; max-width:34%; }
	.index02 .c3 { margin-top: 35px; }
	.index02 .btnbox { margin:35px 0 40px; }
	.index02 .swiper-button-prev:after,.index02 .swiper-button-next:after { padding:7px 30px; }
	.index02 .l1 { line-height: 27px; height:54px; }
}

.index03 { position: relative; overflow: hidden; padding:15px 0; }
.index03 .title { display: flex; align-items: center; justify-content: center; }
.index03 .t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; padding-right:20px; font-weight: bold; }
.index03 .title hr { flex:1; background:#aaa; margin-bottom: 12px; }
.index03 .more { display: block; background:#e6e6e6; color:#333333; font-size:12px; padding:3px 10px; margin-left: 12px; }
.index03 .content {  position: relative; margin-top:20px; }
.index03 .list { display: flex; flex-wrap:wrap; justify-content: space-between; }
.index03 .slide { position: relative; flex:0 0 48.5%; max-width:48.5%; border:1px solid #ddd; padding:10px 14px; margin-bottom: 10px;  }
.index03 .slide a:after { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.index03 .s1 { color:#555555; line-height: 1.4; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index03 .s2 { color:#555; text-align: right; font-weight: bold; font-family: 'Arial'; margin-top: 8px; }
.index03 .first { position: relative; }
.index03 .first a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.index03 .imgbox { max-width:286px; width:40%; }
.index03 .imgbox:after { padding-top: 65%; }
.index03 .imgbox img { max-height:unset; }
.index03 .txtbox { flex:1; width:50%; margin-left:5%; }
.index03 .f1 { color:#555; font-weight: bold; font-size:14px; line-height: 1.4; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index03 .f2 { color:#666; line-height: 1.4; margin-top: 10px; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index03 .f3 { color:#666; font-family:'Arail'; }
.index03 .f4 { color:#666; }
.index03 .ul { margin-top: 15px; }
.index03 .li { position: relative; display: flex; align-items: center; justify-content: space-between; white-space: nowrap; margin-bottom: 15px; }
.index03 .li:before { content:''; width:3px; height:3px; border-radius:5px; background:#666; display: inline-block; margin-right:7px; }
.index03 .i1 { color:#444444; flex:1; width:50%; overflow: hidden; text-overflow: ellipsis; }
.index03 .i2 { color:#444444; font-size:12px; margin-left: 20px; }
@media(min-width:576px) {
	.index03 { padding:20px 0; }
	.index03 .more { padding:4px 12px; margin-left: 16px; }
	.index03 .f1 { font-size:15px; }
	.index03 .ul { margin-top: 20px; }
	.index03 .i2 { margin-left: 25px; }
}
@media(min-width:768px) {
	.index03 { padding:25px 0; }
	.index03 .t1 { font-size:22px; padding-right:50px; }
	.index03 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index03 .more { padding:5px 14px; margin-left: 20px; }
	.index03 .content { margin-top: 25px; }
	.index03 .slide { padding:10px 17px; margin-bottom: 12px; }
	.index03 .s2 { margin-top: 10px; }
	.index03 .f1 { font-size:16px; }
	.index03 .li:before { width:5px; height:5px; margin-right:10px; }
	.index03 .i1 { font-size:15px; }
	.index03 .i2 { margin-left: 30px; }
}
@media(min-width:992px) {
	.index03 { padding:30px 0; }
	.index03 .t1 { font-size:26px; padding-right:45px; }
	.index03 .more { font-size:14px; padding:6px 16px; margin-left: 24px; }
	.index03 .content { margin-top: 30px; }
	.index03 .slide { padding:12px 19px; margin-bottom: 14px; }
	.index03 .s2 { margin-top: 12px; }
	.index03 .f1 { font-size:17px; }
	.index03 .f2 { font-size:14px; margin-top: 10px; }
	.index03 .f3 { font-size:14px; }
	.index03 .f4 { font-size:14px; }
	.index03 .ul { margin-top: 25px; }
	.index03 .i1 { font-size:16px; }
	.index03 .i2 { font-size:14px; margin-left: 35px; }
}
@media(min-width:1200px) {
	.index03 { padding:35px 0; }
	.index03 .t1 { font-size:30px; padding-right: 55px; }
	.index03 .more { padding:7px 18px; margin-left: 27px; }
	.index03 .more:hover { background:#00489c; color:#fff;  }
	.index03 .content { margin-top: 35px; }
	.index03 .slide { padding:14px 21px; margin-bottom: 16px; }
	.index03 .s2 { margin-top: 15px; }
	.index03 .slide:hover { color:#00489c; border-color:#00489c; box-shadow:2px 2px 20px 0 rgba(0,0,0,.1); }
	.index03 .slide:hover .s1 { color:#00489c; }
	.index03 .slide:hover .s2 { color:#00489c; }
	.index03 .first:hover .imgbox img { transform:translate(-50%,-50%) scale(1.05); }
	.index03 .first:hover .f1 { color:#00489c; }
	.index03 .first:hover .f4 { color:#00489c; }
	.index03 .f1 { font-size:18px; }
	.index03 .f2 { font-size:15px; margin-top: 15px; }
	.index03 .ul { margin-top: 30px; }
	.index03 .li { margin-bottom: 19px; }
	.index03 .li:before { margin-right:12px; }
	.index03 .i1 { font-size:17px; }
	.index03 .i2 { margin-left: 40px; }
	.index03 .li:hover .i1 { color:#00489c; }
}
@media(min-width:1400px) {
	.index03 { padding:40px 0; }
	.index03 .t1 { font-size:32px; padding-right: 65px; }
	.index03 .more { padding:8px 20px; margin-left: 30px; }
	.index03 .content { margin-top: 40px; }
	.index03 .slide { padding:16px 23px; margin-bottom: 18px; }
	.index03 .s2 { margin-top: 17px; }
	.index03 .f1 { font-size:19px; }
	.index03 .ul { margin-top: 34px; }
	.index03 .li { margin-bottom: 22px; }
	.index03 .li:before { margin-right:14px; }
	.index03 .i2 { margin-left: 45px; }
}
@media(min-width:1600px) {
	.index03 { padding:50px 0; }
	.index03 .t1 { font-size:34px; padding-right: 45px; }
	.index03 .more { padding:9px 22px; margin-left: 32px; }
	.index03 .content { margin-top: 45px; }
	.index03 .slide { padding:18px 26px; margin-bottom: 20px; }
	.index03 .s2 { margin-top: 20px; }
	.index03 .f1 { font-size:20px; }
	.index03 .ul { margin-top: 37px; }
	.index03 .li { margin-bottom: 25px; }
	.index03 .li:before { margin-right:16px; }
	.index03 .i2 { margin-left: 55px; }
}
@media(min-width:1920px) {
	.index03 { padding:60px 0; }
	.index03 .t1 { font-size:36px; padding-right: 55px; }
	.index03 .more { padding:10px 25px; margin-left: 36px; }
	.index03 .content { margin-top: 50px; }
	.index03 .slide { padding:20px 30px; margin-bottom: 24px; }
	.index03 .li { margin-bottom: 27px; }
	.index03 .i2 { margin-left: 65px; }
}

.index04 { position: relative; overflow: hidden; padding:15px 0; background:#efefef url(../images/in04_bg.jpg) no-repeat; background-size:cover; }
.index04 .title { display: flex; align-items: center; justify-content: space-between; height:45px; padding:0 14px; color:#fff; background:url(../images/in04_t1.jpg) no-repeat; background-size:cover; }
.index04 .title.t2 { background:url(../images/in04_t2.jpg) no-repeat; background-size:cover; }
.index04 .t1 { position: relative; display: flex; align-items: center; font-size:18px; padding-right:20px; font-weight: bold; }
.index04 .t1 img { width:20px; }
.index04 .more { display: block; font-size:12px; }
.index04 .content {  position: relative; background:#fff; padding:15px; }
.index04 .txt { background:#eff1f4; padding:5px 0; }
.index04 .c1 { color:#444; line-height: 1.2; padding:0 10px; font-size:12px; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index04 .first { position: relative; }
.index04 .first a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.index04 .first .imgbox { max-width:286px; width:40%; }
.index04 .first .imgbox:after { padding-top: 65%; }
.index04 .imgbox { background:#eff1f4; }
.index04 .imgbox img { max-height:unset; }
.index04 .txtbox { flex:1; width:50%; margin-left:5%; }
.index04 .f1 { color:#555; font-weight: bold; font-size:14px; line-height: 1.4; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index04 .f2 { color:#666; line-height: 1.4; margin-top: 10px; display:-webkit-box; -webkit-box-orient:vertical; line-clamp:2; -webkit-line-clamp:2; overflow:hidden; text-overflow: ellipsis; }
.index04 .f3 { color:#666; font-family:'Arail'; }
.index04 .f4 { color:#666; }
.index04 .ul { margin-top: 20px; }
.index04 .li { position: relative; display: flex; align-items: center; justify-content: space-between; white-space: nowrap; margin-bottom: 15px; }
.index04 .li:before { content:''; width:3px; height:3px; border-radius:5px; background:#666; display: inline-block; margin-right:7px; }
.index04 .li:last-child { margin-bottom: 0; }
.index04 .i1 { color:#444444; flex:1; width:50%; overflow: hidden; text-overflow: ellipsis; }
.index04 .i2 { color:#444444; font-size:12px; margin-left: 20px; }
@media(min-width:576px) {
	.index04 { padding:20px 0; }
	.index04 .title { height:50px; padding:0 18px; }
	.index04 .f1 { font-size:15px; }
	.index04 .ul { margin-top: 20px; }
	.index04 .i2 { margin-left: 25px; }
}
@media(min-width:768px) {
	.index04 { padding:25px 0; }
	.index04 .title { height:55px; padding:0 21px; }
	.index04 .t1 { font-size:22px; padding-right:50px; }
	.index04 .t1 img { width:25px; }
	.index04 .content { padding:20px; }
	.index04 .s2 { margin-top: 10px; }
	.index04 .f1 { font-size:16px; }
	.index04 .li { margin-bottom: 12px; }
	.index04 .li:before { width:5px; height:5px; margin-right:10px; }
	.index04 .i1 { font-size:15px; }
	.index04 .i2 { margin-left: 30px; }
}
@media(min-width:992px) {
	.index04 { padding:30px 0; }
	.index04 .title { height:60px; padding:0 23px; }
	.index04 .t1 { font-size:26px; padding-right:45px; }
	.index04 .t1 img { width:30px; }
	.index04 .more { font-size:14px; }
	.index04 .content { padding:25px; }
	.index04 .swiper { margin-bottom: 37px; }
	.index04 .c1 { font-size:14px; }
	.index04 .f1 { font-size:17px; }
	.index04 .f2 { font-size:14px; margin-top: 10px; }
	.index04 .f3 { font-size:14px; }
	.index04 .f4 { font-size:14px; }
	.index04 .ul { margin-top: 25px; }
	.index04 .li { margin-bottom: 15px; }
	.index04 .i1 { font-size:16px; }
	.index04 .i2 { font-size:14px; margin-left: 35px; }
}
@media(min-width:1200px) {
	.index04 { padding:35px 0; }
	.index04 .title { height:65px; padding:0 25px; }
	.index04 .t1 { font-size:30px; }
	.index04 .t1 img { width:35px; }
	.index04 .more:hover { color:#fff; margin-right:10px; transition:.3s all linear; }
	.index04 .content { padding:30px; }
	.index04 .swiper { margin-bottom: 40px; }
	.index04 .slide:hover { color:#00489c; border-color:#00489c; box-shadow:2px 2px 20px 0 rgba(0,0,0,.1); }
	.index04 .slide:hover .s1 { color:#00489c; }
	.index04 .slide:hover .s2 { color:#00489c; }
	.index04 .first:hover .imgbox img { transform:translate(-50%,-50%) scale(1.05); }
	.index04 .first:hover .f1 { color:#00489c; }
	.index04 .first:hover .f4 { color:#00489c; }
	.index04 .f1 { font-size:18px; }
	.index04 .f2 { font-size:15px; margin-top: 10px; }
	.index04 .ul { margin-top: 30px; }
	.index04 .li { margin-bottom: 19px; }
	.index04 .li:before { margin-right:12px; }
	.index04 .i1 { font-size:17px; }
	.index04 .i2 { margin-left: 40px; }
	.index04 .li:hover .i1 { color:#00489c; }
}
@media(min-width:1400px) {
	.index04 { padding:40px 0; }
	.index04 .title { height:70px; padding:0 28px; }
	.index04 .t1 { font-size:32px; }
	.index04 .content { padding:30px 35px; }
	.index04 .swiper { margin-bottom: 0px; }
	.index04 .txt { padding:8px 0; }
	.index04 .f1 { font-size:19px; }
	.index04 .f2 { margin-top: 15px; }
	.index04 .ul { margin-top: 34px; }
	.index04 .li { margin-bottom: 22px; }
	.index04 .li:before { margin-right:14px; }
	.index04 .i2 { margin-left: 45px; }
}
@media(min-width:1600px) {
	.index04 { padding:50px 0; }
	.index04 .title { height:75px; padding:0 30px; }
	.index04 .t1 { font-size:34px; }
	.index04 .txt { padding:10px 0; }
	.index04 .f1 { font-size:20px; }
	.index04 .ul { margin-top: 37px; }
	.index04 .li { margin-bottom: 25px; }
	.index04 .li:before { margin-right:16px; }
	.index04 .i2 { margin-left: 55px; }
}
@media(min-width:1920px) {
	.index04 { padding:60px 0; }
	.index04 .title { height:85px; padding:0 32px; }
	.index04 .t1 { font-size:36px; }
	.index04 .li { margin-bottom: 27px; }
	.index04 .i2 { margin-left: 65px; }
}


.index05 { position: relative; overflow: hidden; padding:20px 0; }
.index05 .title { display: flex; align-items: center; justify-content: center; }
.index05 .t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; font-weight: bold; padding:0 20px; }
.index05 .title hr { flex:1; background:#aaa; margin-bottom: 12px; }
.index05 .content { position: relative; margin-top:20px; }
.index05 .swiper { overflow: visible; }
.index05 .swiper-button-prev,.index05 .swiper-button-next { position: unset; margin:0 10px 0 0; width:unset; height:unset; }
.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { display: block; color:#888; background:#fff; font-size:12px; padding:3px 15px; border:1px solid #ccc; }
.index05 .swiper-button-prev:hover:after,.index05 .swiper-button-next:hover:after { border-color:#00489c; background:#00489c; color:#fff;}
.index05 .imgbox:after { padding-top:72%; }
.index05 .swiper-slide a:before { content:''; background:rgba(0,0,0,.2); position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; transition:.3s all linear; }
.index05 .imgbox img { max-height:unset; }
.index05 .swiper-slide a:after { content:'\e87e'; color:#fff; font-family:'iconfont'; font-size:300%; position:absolute; z-index: 1; left:0%; top:0%; width:100%; height:100%; display: flex; align-items: center; justify-content: center; transition:.3s all linear; }
.index05 .swiper-slide:hover a:before { background:none; transition:.3s all linear; }
.index05 .swiper-slide:hover a:after { font-size:350%; transition:.16s all linear; }
.index05 .c1 { background:rgba(0,0,0,.3); color:#fff; padding:0 10%; text-align: center; position: absolute; z-index: 2; left:0; right:0; bottom:0; height:35px; line-height: 35px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.index05 .btnbox { display: flex; margin-top:20px; justify-content: center; }
@media(min-width:576px) {
	.index05 .content { margin-top: 25px; }
}
@media(min-width:768px) {
	.index05 { padding:25px 0; }
	.index05 .t1 { font-size:22px; padding:0 25px; }
	.index05 .t1:before { content:''; position: absolute; left:0; top:50%; height:100%; padding-left:100%; transform:translate(-10%,-55%) rotateZ(180deg); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index05 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index05 .content { margin-top: 30px; padding:0 10%; }
	.index05 .c1 { height:38px; line-height: 38px; }
	.index05 .btnbox { margin-top: 25px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { padding:4px 18px; }
}
@media(min-width:992px) {
	.index05 { padding:30px 0; }
	.index05 .t1 { font-size:26px; padding:0 30px; }
	.index05 .content { margin-top: 35px; }
	.index05 .c1 { height:42px; line-height: 42px; }
	.index05 .btnbox { margin-top: 30px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { padding:4px 20px; }
}
@media(min-width:1200px) {
	.index05 { padding:40px 0; }
	.index05 .t1 { font-size:30px; padding:0 35px; }
	.index05 .content { margin-top: 40px; }
	.index05 .c1 { height:45px; line-height: 45px; }
	.index05 .btnbox { margin-top: 35px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { padding:5px 22px; }
}
@media(min-width:1400px) {
	.index05 { padding:50px 0; }
	.index05 .t1 { font-size:32px; padding:0 40px; }
	.index05 .content { margin-top: 50px; }
	.index05 .c1 { height:48px; line-height: 48px; }
	.index05 .btnbox { margin-top: 40px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { font-size:14px; padding:5px 24px; }
}
@media(min-width:1600px) {
	.index05 { padding:60px 0; }
	.index05 .t1 { font-size:34px; padding:0 45px; }
	.index05 .content { margin-top: 60px; }
	.index05 .c1 { height:52px; line-height: 52px; }
	.index05 .btnbox { margin-top: 45px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { padding:6px 26px; }
}
@media(min-width:1920px) {
	.index05 { padding:70px 0; }
	.index05 .t1 { font-size:36px; padding:0 80px; }
	.index05 .content { margin-top: 70px; }
	.index05 .c1 { height:55px; line-height: 55px; }
	.index05 .btnbox { margin-top:55px; }
	.index05 .swiper-button-prev:after,.index05 .swiper-button-next:after { padding:7px 30px; }
}

.index06 { position: relative; overflow: hidden; padding:5px 0; }
.index06 .title { display: flex; align-items: center; justify-content: center; }
.index06 .t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; padding-right:20px; font-weight: bold; }
.index06 .title hr { flex:1; background:#aaa; margin-bottom: 12px; }
.index06 .more { display: block; background:#e6e6e6; color:#333333; font-size:12px; padding:3px 10px; margin-left: 12px; }
.index06 .content { position: relative; margin-top:20px; }
.index06 .swiper-slide { overflow: hidden; }
.index06 .imgbox:after { padding-top:66%; }
.index06 .imgbox img { max-height:unset; }
.index06 .c1 { background:rgba(0,0,0,.7); color:#fff; padding:0 10%; text-align: center; position: absolute; z-index: 2; left:0; right:0; bottom:0; height:30px; line-height: 30px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; transition:.2s all linear; }
@media(min-width:576px) {
	.index06 { padding:10px 0; }
	.index06 .more { padding:4px 12px; margin-left: 16px; }
	.index06 .content { margin-top: 25px; }
}
@media(min-width:768px) {
	.index06 { padding:15px 0; }
	.index06 .t1 { font-size:22px; padding-right:50px; }
	.index06 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index06 .more { padding:5px 14px; margin-left: 20px; }
	.index06 .content { margin-top: 30px; }
	.index06 .c1 { height:32px; line-height: 32px; }
}
@media(min-width:992px) {
	.index06 { padding:20px 0; }
	.index06 .t1 { font-size:26px; padding-right:45px; }
	.index06 .more { font-size:14px; padding:6px 16px; margin-left: 24px; }
	.index06 .content { margin-top: 35px; }
	.index06 .c1 { height:34px; line-height: 34px; }
}
@media(min-width:1200px) {
	.index06 { padding:25px 0; }
	.index06 .t1 { font-size:30px; padding-right: 55px; }
	.index06 .more { padding:7px 18px; margin-left: 27px; }
	.index06 .more:hover { background:#00489c; color:#fff;  }
	.index06 .content { margin-top: 40px; }
	.index06 .swiper-slide a:before { content:''; background:rgba(0,0,0,.2); position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; transition:.3s all linear; }
	.index06 .c1 { font-size:15px; height:36px; line-height: 36px; transform:translateY(100%); }
	.index06 .swiper-slide:hover a:before { background:none; transition:.3s all linear; }
	.index06 .swiper-slide:hover .c1 { transform:translateY(0); transition:.2s all linear; }
}
@media(min-width:1400px) {
	.index06 { padding:30px 0; }
	.index06 .t1 { font-size:32px; padding-right: 65px; }
	.index06 .more { padding:8px 20px; margin-left: 30px; }
	.index06 .content { margin-top: 50px; }
	.index06 .c1 { height:38px; line-height: 38px; }
}
@media(min-width:1600px) {
	.index06 { padding:35px 0; }
	.index06 .t1 { font-size:34px; padding-right: 45px; }
	.index06 .more { padding:9px 22px; margin-left: 32px; }
	.index06 .content { margin-top: 60px; }
	.index06 .c1 { height:40px; line-height: 40px; }
}
@media(min-width:1920px) {
	.index06 { padding:40px 0; }
	.index06 .t1 { font-size:36px; padding-right: 55px; }
	.index06 .more { padding:10px 25px; margin-left: 36px; }
	.index06 .content { margin-top: 70px; }
	.index06 .c1 { height:42px; line-height: 42px; }
}


.index07 { position: relative; overflow: hidden; padding:20px 0; }
.index07 .title { display: flex; align-items: center; justify-content: center; }
.index07 .t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; font-weight: bold; padding:0 20px; }
.index07 .title hr { flex:1; background:#aaa; margin-bottom: 12px; }
.index07 .content { position: relative; margin-top:20px; margin-left:-15px; margin-right:-15px; }
.index07 .swiper { padding:15px; }
.index07 .swiper-slide { display: flex; height:52px; align-items: center; justify-content: center; border:1px solid #e9e9e9; background:#fafbfc; padding:0 15px; box-shadow:2px 2px 4px 0 rgba(0,0,0,.1); }
.index07 .swiper-slide a:before { content:''; position: absolute; top:0; left:0; width:100%; height:100%; z-index: 1;}
.index07 .imgbox { width:35px; margin-right: 10px; }
.index07 .imgbox:after { padding-top:100%; }
.index07 .c1 { color:#023376; font-weight: bold; font-size:14px; line-height: 1.2; display:-webkit-box; -webkit-box-orient: vertical; line-clamp:2; -webkit-line-clamp:2; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:576px) {
	.index07 .content { margin-top: 25px; }
	.index07 .swiper-slide { height:56px; }
}
@media(min-width:768px) {
	.index07 { padding:25px 0; }
	.index07 .t1 { font-size:22px; padding:0 25px; }
	.index07 .t1:before { content:''; position: absolute; left:0; top:50%; height:100%; padding-left:100%; transform:translate(-10%,-55%) rotateZ(180deg); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index07 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
	.index07 .content { margin-top: 30px; }
	.index07 .swiper-slide { height:60px; }
	.index07 .c1 { font-size:15px; }
}
@media(min-width:992px) {
	.index07 { padding:30px 0; }
	.index07 .t1 { font-size:26px; padding:0 30px; }
	.index07 .content { margin-top: 35px; margin-left:-20px; margin-right:-20px; }
	.index07 .swiper { padding:20px; }
	.index07 .swiper-slide { height:64px; padding:0 20px; }
	.index07 .c1 { font-size:16px; }
}
@media(min-width:1200px) {
	.index07 { padding:40px 0; }
	.index07 .t1 { font-size:30px; padding:0 35px; }
	.index07 .content { margin-top: 40px; }
	.index07 .swiper-slide { height:68px; }
	.index07 .imgbox { margin-right: 15px; }
	.index07 .c1 { font-size:17px; margin-top: 10px; }
}
@media(min-width:1400px) {
	.index07 { padding:50px 0; }
	.index07 .t1 { font-size:32px; padding:0 40px; }
	.index07 .content { margin-top: 50px; }
	.index07 .swiper-slide { height:72px; padding:0 25px; }
	.index07 .c1 { font-size:18px; }
}
@media(min-width:1600px) {
	.index07 { padding:60px 0; }
	.index07 .t1 { font-size:34px; padding:0 45px; }
	.index07 .content { margin-top: 60px; }
	.index07 .swiper-slide { height:76px; }
	.index07 .c1 { font-size:19px; }
}
@media(min-width:1920px) {
	.index07 { padding:70px 0; }
	.index07 .t1 { font-size:36px; padding:0 80px; }
	.index07 .content { margin-top: 70px; }
	.index07 .swiper-slide { height:80px; }
	.index07 .c1 { font-size:20px; }
}

.company01 { position: relative; overflow: hidden; padding:30px 0; }
.company01 .title { display: flex; }
.company01 .t1 { position: relative; font-size:18px; font-weight: bold; }
.company01 .t1 img { height:19px; }
.company01 .content { position: relative; margin-top:20px; margin-bottom: 20px; line-height: 1.8; color:rgba(0,0,0,.58); }
@media(min-width:768px) {
	.company01 { padding:40px 0; }
	.company01 .t1 { font-size:22px; }
}
@media(min-width:992px) {
	.company01 { padding:50px 0; }
	.company01 .t1 { font-size:26px; }
	.company01 .t1 img { height:24px; }
	.company01 .content { margin-top: 25px; margin-bottom: 30px; line-height: 1.8; }
}
@media(min-width:1200px) {
	.company01 { padding:65px 0; }
	.company01 .t1 { font-size:30px; }
	.company01 .t1 img { height:29px; }
	.company01 .content { line-height: 2; margin-bottom: 35px; }
}
@media(min-width:1400px) {
	.company01 { padding:80px 0; }
	.company01 .t1 { font-size:32px; }
	.company01 .content { margin-top: 30px; }
}
@media(min-width:1600px) {
	.company01 { padding:95px 0; }
	.company01 .t1 { font-size:34px; }
	.company01 .content { margin-bottom: 40px; }
}
@media(min-width:1920px) {
	.company01 { padding:120px 0; }
	.company01 .t1 { font-size:36px; }
	.company01 .content { margin-top: 35px; margin-bottom: 45px; }
}


.company02 { position: relative; overflow: hidden; padding:30px 0; }
.company02 .title { display: flex; align-items: flex-end; justify-content: center; }
.company02 .t1 { position: relative; font-size:18px; font-weight: bold; }
.company02 .t1 img { height:19px; }
.company02 .title hr { flex:1; background:#aaa; margin-bottom: 0; margin-left: 20px; }
.company02 .content { position: relative; background:#fefaf3; margin-top:20px; padding:20px 25px; }
.company02 .imgbox { border-radius:500px; border:3px solid #0558b8; }
.company02 .imgbox:hover img { transform:translate(-50%,-50%); }
.company02 .imgbox:after { padding-top:100%; }
.company02 .imgbox img { width:100%; max-height:unset; max-width:unset; }
.company02 .c1 { position: relative; display: flex; align-items: center; justify-content: center; font-size:14px; color:#000; margin-top: 7px; }
/* .company02 .c1 span { min-width:5px; width:5px; height:5px; background:#0558b8; margin-right:10px; } */
.company02 .c1 div { line-height: 2; }
.company02 .c2 { color:rgba(0,0,0,.6); display:-webkit-box; line-height:1.5; line-clamp: 2; -webkit-line-clamp: 2; -webkit-box-orient:vertical; text-overflow: ellipsis; overflow: hidden; }
.company02 .swiper-button-prev { position: unset; color:#fff; justify-content:center; background:#0558b8; width:20px; height:20px; border-radius:50px; margin:0 5px; transform:rotateY(180deg); display:flex; align-items:center; }
.company02 .swiper-button-next { position: unset; color:#fff; justify-content:center; background:#0558b8; width:20px; height:20px; border-radius:50px; margin:0 5px; display:flex; align-items:center; }
.company02 .swiper-button-prev:hover,.company02 .swiper-button-next:hover { background:#ae7d4c; }
@media(min-width:768px) {
	.company02 { padding:40px 0; }
	.company02 .title hr { margin-left: 25px; }
	.company02 .t1 { font-size:22px; }
	.company02 .content { margin-top: 35px; padding:25px 35px; }
	.company02 .c1 { font-size:16px; }
}
@media(min-width:992px) {
	.company02 { padding:45px 0; }
	.company02 .title hr { margin-left: 30px; }
	.company02 .t1 { font-size:26px; }
	.company02 .t1 img { height:24px; }
	.company02 .content { margin-top: 40px; padding:30px 40px; }
	.company02 .imgbox { border-width:5px; }
	.company02 .c1 { margin-top: 10px; }
	.company02 .swiper-button-prev { width:29px; height:29px; transform:translateY(50%) rotateY(180deg); }
	.company02 .swiper-button-next { width:29px; height:29px; transform:translateY(50%); }
	}
@media(min-width:1200px) {
	.company02 { padding:55px 0; }
	.company02 .title hr { margin-left: 35px; }
	.company02 .t1 { font-size:30px; }
	.company02 .t1 img { height:29px; }
	.company02 .content { margin-top: 45px; padding:40px 50px; }
	.company02 .c1 { font-size:18px; }
}
@media(min-width:1400px) {
	.company02 { padding:65px 0; }
	.company02 .title hr { margin-left: 40px; }
	.company02 .t1 { font-size:32px; }
	.company02 .content { margin-top: 50px; padding:50px 60px; }
	.company02 .c1 { font-size:20px; }
}
@media(min-width:1600px) {
	.company02 { padding:75px 0; }
	.company02 .title hr { margin-left: 50px; }
	.company02 .t1 { font-size:34px; }
	.company02 .content { margin-top: 55px; padding:60px 70px; }
	.company02 .c1 { font-size:22px; }
}
@media(min-width:1920px) {
	.company02 { padding:90px 0; }
	.company02 .title hr { margin-left: 65px; }
	.company02 .t1 { font-size:36px; }
	.company02 .content { margin-top: 65px; padding:70px 90px; }
}

.company03 { position: relative; overflow: hidden; padding:30px 0 25px; background:#0558b8; }
.company03 .title { display: flex; align-items: flex-end; justify-content: center; }
.company03 .t1 { position: relative; color:#e4d0ae; font-size:18px; font-weight: bold; padding:0 20px; }
.company03 .t1:before { content:''; position: absolute; left:0; top:50%; height:100%; padding-left:100%; transform:translate(-100%,-50%); }
.company03 .t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(100%,-50%) rotateY(180deg); }
.company03 .title hr { flex:1; background:rgba(236,212,185,.8); margin-bottom: 5px; }
.company03 .content { position: relative; padding:20px 12px; margin-top:20px; }
.company03 .slide { position: relative; margin-bottom: 10px; background:#e4d0ae; padding:10px 15px; }
.company03 .slide a:after { content:''; position: absolute; z-index: 1; left:0; top:0; width:100%; height:100%; }
.company03 .c1 { position: relative; color:#000; font-size:14px; }
.company03 .c2 { color:rgba(0,0,0,.6); margin-top: 10px; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:768px) {
	.company03 { padding:40px 0 30px; }
	.company03 .t1 { font-size:22px; padding:0 25px; }
	.company03 .content { margin-top: 35px; display: flex; flex-wrap:wrap; justify-content: space-between; }
	.company03 .slide { flex:0 0 49.5%; max-width:49.5%; padding:15px 20px; }
	.company03 .c1 { font-size:16px; }
}
@media(min-width:992px) {
	.company03 { padding:45px 0 35px; }
	.company03 .t1 { font-size:26px; padding:0 30px; }
	.company03 .content { margin-top: 40px; }
	.company03 .slide { transition:.36s all linear; }
	.company03 .slide:hover { background:#f4ecdf; box-shadow:4px 4px 10px 0 rgba(0,0,0,.6); transition:.36s all linear; }
	.company03 .c1 { margin-top: 10px; }
}
@media(min-width:1200px) {
	.company03 { padding:55px 0 40px; }
	.company03 .t1 { font-size:30px; padding:0 35px; }
	.company03 .content { margin-top: 45px; }
	.company03 .slide { flex:0 0 32.5%; max-width:32.5%; margin-bottom: 15px; padding:20px 25px; }
	.company03 .c1 { font-size:18px; }
}
@media(min-width:1400px) {
	.company03 { padding:65px 0 45px; }
	.company03 .t1 { font-size:32px; padding:0 40px; }
	.company03 .content { margin-top: 50px; }
	.company03 .slide { padding:25px 30px; }
	.company03 .c1 { font-size:20px; }
}
@media(min-width:1600px) {
	.company03 { padding:75px 0 50px; }
	.company03 .t1 { font-size:34px; padding:0 45px; }
	.company03 .content { margin-top: 55px; }
	.company03 .slide { padding:25px 35px; }
	.company03 .c1 { font-size:22px; }
}
@media(min-width:1920px) {
	.company03 { padding:90px 0 60px; }
	.company03 .t1 { font-size:36px; padding:0 50px; }
	.company03 .content { margin-top: 65px; }
}

.company04 { position: relative; overflow: hidden; padding:30px 0 60px; }
.company04 .title { display: flex; align-items: flex-end; justify-content: center; }
.company04 .t1 { position: relative; font-size:18px; font-weight: bold; }
.company04 .t1 img { height:19px; }
.company04 .title hr { flex:1; background:#aaa; margin-bottom: 0; margin-left: 20px; }
.company04 .content { position: relative; margin-top:20px; min-height:160px; }
.company04 .imgbox:hover img { transform:translate(-50%,-50%); }
.company04 .imgbox:after { padding-top:75%; }
.company04 .imgbox img { max-height:unset; }
.company04 .c1 { position: relative; color:rgba(0,0,0,.6); margin-top: 10px; line-height: 1.5; text-align:center; }
.company04 .swiper-button-prev { position: unset; color:#fff; justify-content:center; background:#0558b8; width:20px; height:20px; border-radius:50px; margin:0 5px; transform:rotateY(180deg); display:flex; align-items:center; }
.company04 .swiper-button-next { position: unset; color:#fff; justify-content:center; background:#0558b8; width:20px; height:20px; border-radius:50px; margin:0 5px; display:flex; align-items:center; }
.company04 .swiper-button-prev:hover,.company04 .swiper-button-next:hover { background:#ae7d4c; }
@media(min-width:768px) {
	.company04 { padding:55px 0 80px; }
	.company04 .title hr { margin-left: 25px; }
	.company04 .t1 { font-size:22px; }
	.company04 .content { margin-top: 35px; min-height:200px; }
}
@media(min-width:992px) {
	.company04 { padding:75px 0 100px; }
	.company04 .title hr { margin-left: 30px; }
	.company04 .t1 { font-size:26px; }
	.company04 .t1 img { height:24px; }
	.company04 .content { margin-top: 40px; min-height:240px; }
	.company04 .imgbox { border-width:5px; }
	.company04 .c1 { margin-top: 15px; }
	.company04 .swiper-button-prev { width:29px; height:29px; transform:translateY(50%) rotateY(180deg); }
	.company04 .swiper-button-next { width:29px; height:29px; transform:translateY(50%); }
	}
@media(min-width:1200px) {
	.company04 { padding:90px 0 120px; }
	.company04 .title hr { margin-left: 35px; }
	.company04 .t1 { font-size:30px; }
	.company04 .t1 img { height:29px; }
	.company04 .content { margin-top: 45px; min-height:280px; }
	.company04 .c1 { margin-top: 20px; }
}
@media(min-width:1400px) {
	.company04 { padding:105px 0 145px; }
	.company04 .title hr { margin-left: 40px; }
	.company04 .t1 { font-size:32px; }
	.company04 .content { margin-top: 50px; }
	.company04 .c1 { margin-top: 25px; }
}
@media(min-width:1600px) {
	.company04 { padding:120px 0 170px; }
	.company04 .title hr { margin-left: 50px; }
	.company04 .t1 { font-size:34px; }
	.company04 .content { margin-top: 55px; }
	.company04 .c1 { font-size:18px; margin-top: 30px; }
}
@media(min-width:1920px) {
	.company04 { padding:140px 0 200px; }
	.company04 .title hr { margin-left: 65px; }
	.company04 .t1 { font-size:36px; }
	.company04 .content { margin-top: 65px; }
	.company04 .c1 { margin-top: 35px; }
}

.pic { background-position:center; background-repeat:no-repeat; background-size:cover; overflow:hidden; position:relative; }
.pic img.w-h { width:100%; max-width:100%; opacity:0; }
.pic img.lazy { position:absolute; left:0; top:0; width:100%; height:100%; transition:all 0.1s ease-in-out;-webkit-transition:all 0.1s ease-in-out;-moz-transition:all 0.1s ease-in-out;-o-transition:all 0.1s ease-in-out;-ms-transition:all 0.1s ease-in-out; }
.wid-90 { width:90%; }
.op-0 { opacity:0; }

.job01 { position:relative; overflow: hidden; background:#fff; }
.job01 .container { padding:0 15px 25px; }
.job01 .title { padding: 35px 0 10px; background-size:100% auto; }
.job01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.job01 .list { margin-top: 15px; padding-left: 0; }
.job01 .list li { margin-bottom:10px; }
.job01 .list li:last-child .job01 .panel { border-bottom:1px solid #f5f5f5; }
.job01 .panel { color:#7a7b7e; background:#f1f5f9; padding:0 15px; height: 45px; line-height: 45px; align-items:center; cursor: pointer; position:relative; }
.job01 .panel:after { content:'\ec00'; font-family: 'iconfont'; position:absolute; right:15px; top:50%; transform:translateY(-50%); }
.job01 .panel:hover { color:#fff; background:#0558b8; }
.job01 .panel.active { color:#fff; background:#0558b8; border-bottom:none!important; }
.job01 .panel.active:after { content:'\ec01'; }
.job01 .c1 { font-size:14px; }
.job01 .c2 { font-size:14px; margin-left:15px; margin-right:20px; }
.job01 .c3 { background:#fff; display:none; line-height:1.6; padding:15px; text-align: justify; }
.job01 .more { color:#fff; background:#0558b8; padding:10px 25px; text-align: center; display:inline-block; margin:25px auto; }
.job01 .more:hover { background: #0558b8; }
@media(min-width:768px){
	.job01 .container { padding:0 20px 35px; }
	.job01 .title { padding: 45px 0 15px; }
	.job01 .t1 { font-size:24px; }
	.job01 .panel { height: 60px; line-height: 60px; }
	.job01 .c1 { font-size:15px; }
	.job01 .c2 { font-size:15px; margin-left:15%; }
}
@media(min-width:992px){
	.job01 .container { padding:0 25px 40px; }
	.job01 .title { padding: 50px 0 15px; }
	.job01 .t1 { font-size:26px; }
	.job01 .panel { height: 65px; line-height: 65px; padding-left:4vw; }
	.job01 .panel:after { content:'展开　\ec00'; }
	.job01 .panel.active:after { content:'收起　\ec01'; }
	.job01 .c1 { font-size:16px; }
	.job01 .c2 { font-size:16px; }
	.job01 .c3 { padding:3vw 4vw; }
}
@media(min-width:1200px) {
	.job01 .container { padding:0 30px 50px; }
	.job01 .title { padding: 55px 0 20px; }
	.job01 .t1 { font-size:28px; }
	.job01 .panel { padding-right:20px; height: 70px; line-height: 70px; }
	.job01 .panel:after { right:20px; }
	.job01 .c1 { font-size:17px; }
	.job01 .c2 { font-size:17px; }
}
@media(min-width:1400px) {
	.job01 .container { padding:0 35px 55px; }
	.job01 .title { padding: 60px 0 25px; }
	.job01 .t1 { font-size:32px; }
	.job01 .panel { padding-right: 25px; height: 80px; line-height: 80px; }
	.job01 .panel:after { right:25px; }
	.job01 .c1 { font-size:18px; }
	.job01 .c2 { font-size:18px; }
}
@media(min-width:1600px) {
	.job01 .container { padding:0 40px 60px; }
	.job01 .title { padding: 65px 0 30px; }
	.job01 .t1 { font-size:36px; }
	.job01 .panel { padding-right: 30px; height: 88px; line-height: 88px; }
	.job01 .panel:after { right:30px; }
	.job01 .c1 { font-size:19px; }
	.job01 .c2 { font-size:19px; }
}


/*波浪背景*/
.wave_box { width:100%; height:400px; position:absolute; left:0; bottom:0; overflow:hidden; }
.wave { overflow:hidden; position:absolute; top:100%; width:140%; transform:translateY(-50%); color:#fff; margin-left:-20%; animation:3s ease-in-out infinite alternate waveAnimateA; }
@media(min-width:1600px){
	.wave_box { height:500px; }
}
@keyframes waveAnimateA {
	0% { transform:translate(-80px,-52%); }
	100% { transform:translate(80px,-50%); }
}
.wave svg { fill:rgba(233,239,242,1); width:100%; margin-left:-1%; height:auto; }
.st0{ fill:#f2fcfa; opacity:1}
.st1{ opacity:1; fill:#daefeb; }
/* #E9EFF2; */


.public01-content { width:100%; line-height: 24px; margin-bottom:30px; position:relative; overflow: hidden; }
.public01-content img { max-width:100%; }
.public01-item { display:flex; justify-content: center; padding:0px 0 7px; position:relative; }
.public01-item .form-control { line-height: 1; }
.public01-item .form-label { margin:0; }
.public01-item input ,.public01-item textarea { width:95%; }
.public01-item-title { text-align:right; font-weight:bold; line-height:35px; }
.public01-item-input { flex:1; max-width:600px; line-height:35px; white-space: nowrap; padding-left:15px; }
.public01-item .submit { background:#0558b8; color:#fff; padding:10px 25px; }
.public01-t1 { text-align:center; line-height: 40px; }
.public01-imgbox { border:1px solid #f5f5f5; }
@media(max-width:767px) {
  .public01-content { padding-left:15px; padding-right:15px; text-align: justify; }
}
@media(min-width:768px) {
  .public01-item { padding:0px 0 10px; }
}
@media(min-width:992px) {
  .public01-content { line-height: 28px; margin-bottom:50px; }
  .public01-item { padding:0px 0 15px; }
}
@media(min-width:1200px) {
  .public01-t1 { font-size:16px; line-height: 60px; }
}

.product01 { margin-top:15px; overflow:hidden; position:relative; }
.product01 .t1 { color:#333333; font-size:18px; font-weight: bold; }
.product01 .t2 { color:#333333; font-weight: bold; margin-left: 5px; text-transform:uppercase; }
.product01 .list { margin-top:15px; }
.product01 .slide { position:relative;  transition:.2s all linear; }
.product01 .slide:nth-child(2n) { margin-right:0%; }
.product01 .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; font-weight:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.product01 .c1 { color:#333; height:40px; line-height: 40px; padding:0 10px; text-align:center; transition:.2s all linear; }
.product01 .slide:hover { background:#0558b8; padding:10px 10px 0; transition:.2s all linear; }
.product01 .slide:hover .imgbox:before { opacity:1; }
.product01 .slide:hover img { transform:translate(-50%,-50%); }
.product01 .slide:hover .c1 { color:#fff; height: 30px; line-height: 30px; transition:.2s all linear; }
.product01 .item { margin-top:15px; }
.product01 .more { display:inline-block; border:2px solid #ddd; height:35px; line-height: 35px; padding:0 20px; margin-top: 25px; }
.product01 .more:hover { color:#fff; background:#0558b8; border-color:#0558b8; }
@media(min-width:768px) {
	.product01 { margin-top:20px; }
  	.product01 .item { margin-bottom:20px; }
  	.product01 .c1 { height:45px; line-height: 45px; }
	.product01 .slide:hover .c1 { height: 35px; line-height: 35px; }
	.product01 .more { margin-top: 35px; }
}
@media(min-width:992px) {
	.product01 { margin-top:25px; }
	.product01 .t1 { font-size:20px; }
	.product01 .list { margin-top:25px; }
  	.product01 .c1 { height:50px; line-height: 50px; padding:0 15px; }
  	.product01 .item { margin-bottom:25px; }
	.product01 .slide:hover .c1 { height: 40px; line-height: 40px; }
	.product01 .more { margin-top: 50px; height:40px; line-height: 40px; padding:0 35px; }
}
@media(min-width:1200px) {
	.product01 { margin-top:35px; }
	.product01 .t1 { font-size:22px; }
	.product01 .list { margin-top:30px; }
  	.product01 .c1 { font-size:15px; height:55px; line-height: 55px; padding:0 15px; }
  	.product01 .item { margin-bottom:35px; }
	.product01 .slide:hover { padding:15px 15px 0; }
	.product01 .slide:hover .c1 { height: 40px; line-height: 40px; }
	.product01 .more { margin-top: 60px; height:45px; line-height: 45px; padding:0 40px; }
}
@media(min-width:1400px) {
	.product01 { margin-top:40px; }
	.product01 .t1 { font-size:24px; }
	.product01 .list { margin-top:35px; }
  	.product01 .item { margin-bottom:40px; }
  	.product01 .c1 { height:65px; line-height: 65px; }
	.product01 .slide:hover { padding:20px 20px 0; }
	.product01 .slide:hover .c1 { height: 45px; line-height: 45px; }
	.product01 .more { margin-top: 70px; height:50px; line-height: 50px; padding:0 50px; }
}
@media(min-width:1600px) {
	.product01 { margin-top:45px; }
	.product01 .t1 { font-size:26px; }
	.product01 .list { margin-top:45px; }
  	.product01 .item { margin-bottom:45px; }
  	.product01 .c1 { height:80px; line-height: 80px; }
	.product01 .slide:hover .c1 { height: 60px; line-height: 60px; }
	.product01 .more { margin-top: 85px; height:55px; line-height: 55px; padding:0 60px; }
}

.proinfopage { position: relative; overflow: hidden; padding-top:10px; background: #fff; }
.proinfo01 { padding-bottom:15px; }
.proinfo01 #bigSwiper { flex:0 0 100%; }
.proinfo01 #bigSwiper .swiper-slide { text-align: center; padding-right:1px; }
.proinfo01 #bigSwiper .swiper-slide .imgbox { border:1px solid #dbe1e8; }
.proinfo01 #bigSwiper .swiper-slide .imgbox img { max-height:100%; max-width:100%; }
.proinfo01 #smallSwiper { flex:0 0 100%; }
.proinfo01 #smallSwiper .swiper-slide { display:flex; align-items:center; max-width:100%; border:2px solid rgba(0,0,0,0); overflow:hidden; }
.proinfo01 #smallSwiper .swiper-slide.active { border:2px solid #0558b8; }
.proinfo01 #smallSwiper .swiper-slide { border:1px solid #dbe1e8; }
.proinfo01 #smallSwiper .swiper-slide img { width:100%; max-height:100%; max-width:100%; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 .rightbox { margin-top:25px; }
.proinfo01 .t1 { color:#333333; font-size:18px; }
.proinfo01 .t2 { color:#888888; line-height:22px; height:66px; overflow:hidden; margin-top: 15px; }
.proinfo01 .param { margin-top:10px; }
.proinfo01 .t3 { color:#888; line-height:4; padding:0 15px; }
.proinfo01 .t3 b { color:#0558b8; font-weight: bold; }
.proinfo01 .c1 { color:#666666; white-space: nowrap; }
.proinfo01 .c2 { color:#0558b8; font-size:14px; font-weight: bold; line-height: 2; }
.proinfo01 .b2 { color:#fff; background: #0558b8; width:150px; height: 40px; line-height: 40px; border-radius:5px; transition:.36s all; text-align:center; }
.proinfo01 .b2:hover { background: #333; transition:.36s all; }
.proinfo01 .imgbox img { max-width:90%; max-height:90%; }
.proinfo01 .play { cursor:pointer; color:rgba(255,255,255,.6); background:rgba(0,0,0,.3); width:100%; height:100%; display:flex; justify-content: center; align-items:center; font-size:50px; position:absolute; z-index:4; left:50%; top:50%; transform:translate(-50%,-50%); }
.proinfo01 .play:hover { color:#fff; transition:.36s all linear; }
.proinfo01 #videobox iframe { position:absolute; left:0; }
.proinfo01 #smallSwiper .swiper-slide .play { font-size:26px; text-align: center; }
.proinfo01 .telbox { color:#0558b8; font-weight: bold; font-size:16px; }
@media(max-width:1199px) {
	.proinfo01 #smallSwiper { margin-top:10px; }
}
@media(min-width:768px) {
	.proinfo01 .play { font-size:50px; }
	.proinfo01 .t2 { font-size:13px; line-height:24px; height:72px; }
}
@media(min-width:992px) {
	.proinfopage { padding-top:25px; }
	.proinfo01 { padding-bottom:25px; }
	.proinfo01 .t1 { font-size:20px; }
	.proinfo01 .t2 { font-size:14px; line-height:26px; height:78px; }
	.proinfo01 .param { margin-top:15px; }
	.proinfo01 .c2 { font-size:17px; }
	.proinfo01 .play { font-size:65px; }
	.proinfo01 .rightbox { padding-left:5%; }
}
@media(min-width:1200px) {
	.proinfopage { padding-top:40px; }
	.proinfo01 { padding-bottom:35px; }
	.proinfo01 .t1 { font-size:23px; }
	.proinfo01 .param { font-size:15px; margin-top:20px; }
	.proinfo01 .c2 { font-size:20px; }
	.proinfo01 .b2 { width:180px; height:55px; line-height:55px; }
	.proinfo01 .leftbox { flex:0 0 56%; max-width:56%; }
	.proinfo01 .rightbox { flex:0 0 44%; max-width:44%; }
	.proinfo01 .play { font-size:75px; }
	.proinfo01 #bigSwiper { flex:0 0 78%; max-width:78%; }
  	.proinfo01 #bigSwiper .swiper-slide { max-height:360px; }
	.proinfo01 #smallSwiper { flex:0 0 19%; max-width:19%; height:360px; }
	.proinfo01 #smallSwiper .swiper-slide { max-height:23.6%; }
	.proinfo01 #smallSwiper .swiper-slide .play { font-size:32px; }
	.proinfo01 .telbox { font-size:18px; }
}
@media(min-width:1400px) {
	.proinfopage { padding-top:55px; }
	.proinfo01 { padding-bottom:55px; }
  	.proinfo01 #bigSwiper .swiper-slide { max-height:421px; }
	  .proinfo01 #smallSwiper { height:421px; }
}
@media(min-width:1600px) {
	.proinfopage { padding-top:80px; }
	.proinfo01 { padding-bottom:75px; }
	.proinfo01 .t1 { font-size:26px; }
	.proinfo01 .param { margin-top:25px; }
	.proinfo01 .c2 { font-size:22px; }
	.proinfo01 .play { font-size:85px; }
  	.proinfo01 #bigSwiper .swiper-slide { height:454px; }
	.proinfo01 #smallSwiper { height:454px; }
  	.proinfo01 #smallSwiper .swiper-slide .play { font-size:42px; }
	.proinfo01 .telbox { font-size:20px; }
}

.proinfo02 { position:relative; overflow: hidden; }
.proinfo02 .container { background:#fff; padding:20px 15px; }
.proinfo02 .title { color:#333333; font-size:18px; font-weight: bold; border-left:3px solid #0558b8; padding-left:10px; }
.proinfo02 .content { line-height: 2; margin-top:15px; }
.proinfo02 .content img { max-width:100%; }
@media(min-width:768px) {
	.proinfo02 .container { padding:25px 35px; }
}
@media(min-width:992px) {
	.proinfo02 .container { padding:30px 50px; }
	.proinfo02 .title { font-size:20px; }
}
@media(min-width:1200px) {
	.proinfo02 .container { padding:40px 60px; }
	.proinfo02 .title { font-size:22px; border-left:6px solid #0558b8; padding-left:15px; }
	.proinfo02 .content { margin-top:25px; }
}
@media(min-width:1400px) {
	.proinfo02 .container { padding:50px 75px; }
	.proinfo02 .title { font-size:24px; }
}
@media(min-width:1600px) {
	.proinfo02 .container { padding:60px 90px; }
	.proinfo02 .title { font-size:26px; }
	.proinfo02 .content { margin-top:30px; }
}

.proinfo03 { position:relative; overflow:hidden; margin-top: 10px; }
.proinfo03 .container { background:#fff; padding:20px 15px; }
.proinfo03 .t1 { color:#333333; font-size:18px; font-weight: bold; border-left:3px solid #0558b8; padding-left:10px; }
.proinfo03 .title { display: flex; align-items:center; }
.proinfo03 .t1 span { color:#0558b8; }
.proinfo03 .more { color:#999999; margin-left: auto; }
.proinfo03 .more div { width:20px; height:20px; line-height:20px; background:#0558b8; color:#fff; text-align:center; border-radius: 500px; margin-left:10px; }
.proinfo03 .more:hover { color:#0558b8; }
.proinfo03 .content { margin-top:10px; position:relative; }
.proinfo03 .swiper-container { padding-bottom:25px; }
.proinfo03 .swiper-pagination-bullet { background:#e2e6e9; opacity:1; width:6px; height:6px; }
.proinfo03 .swiper-pagination-bullet-active { background:#0558b8; }
.proinfo03 .slide { display:flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.proinfo03 .datebox { background:#e2e6e9; position: relative; width:80px; }
.proinfo03 .datebox:after { content:''; display:block; padding-bottom:100%; }
.proinfo03 .floatbox { position: absolute; left:0; top:0; width:100%; height:100%; text-align:center; }
.proinfo03 .d1 { color:#555555; font-size:16px; }
.proinfo03 .d2 { color:#898989; margin-top: 5px; }
.proinfo03 .txtbox { flex:1; width:50%; margin-left: 10px; }
.proinfo03 .c1 { color:#333333; font-size:14px; }
.proinfo03 .c2 { color:#999999; line-height: 1.5; overflow:hidden; margin-top:10px; }
.proinfo03 .slide:hover .datebox { background:#0558b8; }
.proinfo03 .slide:hover .d1 { color:#fff; }
.proinfo03 .slide:hover .d2 { color:#fff; }
.proinfo03 .slide:hover .c1 { color:#0558b8; }
@media(min-width:768px) {
	.proinfo03 .container { padding:25px 35px; }
	.proinfo03 .more { margin-top:0; margin-left: auto; }
	.proinfo03 .swiper-container { padding-bottom:30px; }
	.proinfo03 .txtbox { margin-left:15px; }
	.proinfo03 .slide .d1 { font-size:18px; }
}
@media(min-width:992px) {
	.proinfo03 { margin-top: 15px; }
	.proinfo03 .container { padding:30px 50px; }
	.proinfo03 .t1 { font-size:20px; }
	.proinfo03 .content { margin-top:10px; }
	.proinfo03 .swiper-container { padding-bottom:35px; }
	.proinfo03 .slide .d1 { font-size:20px; }
}
@media(min-width:1200px) {
	.proinfo03 { margin-top: 20px; }
	.proinfo03 .container { padding:40px 60px; }
	.proinfo03 .t1 { font-size:22px; border-left:6px solid #0558b8; padding-left:15px; }
	.proinfo03 .more div { width:30px; height:30px; line-height:30px; }
	.proinfo03 .content { margin-top:20px; }
	.proinfo03 .swiper-container { padding-bottom:40px; }
	.proinfo03 .swiper-pagination-bullet { width:8px; height:8px; }
	.proinfo03 .slide { margin-top: 15px; }
	.proinfo03 .txtbox { margin-left:20px; }
	.proinfo03 .c2 { font-size:14px; }
	.proinfo03 .slide .d1 { font-size:22px; }
	.proinfo03 .d2 { font-size:14px; }
}
@media(min-width:1400px) {
	.proinfo03 { margin-top: 25px; }
	.proinfo03 .container { padding:50px 75px; }
	.proinfo03 .t1 { font-size:24px; }
	.proinfo03 .content { margin-top:30px; }
	.proinfo03 .swiper-container { padding-bottom:45px; }
	.proinfo03 .swiper-pagination-bullet { width:10px; height:10px; }
	.proinfo03 .txtbox { margin-left:25px; }
	.proinfo03 .c1 { font-size:17px; }
	.proinfo03 .slide .d1 { font-size:24px; }
}
@media(min-width:1600px) {
	.proinfo03 { margin-top: 30px; }
	.proinfo03 .container { padding:60px 90px; }
	.proinfo03 .t1 { font-size:26px; }
	.proinfo03 .content { margin-top:40px; }
	.proinfo03 .swiper-container { padding-bottom:50px; }
	.proinfo03 .swiper-pagination-bullet { width:12px; height:12px; }
	.proinfo03 .slide { margin-top: 20px; }
	.proinfo03 .slide .d1 { font-size:26px; }
}

.proinfo04 { padding:25px 0; position:relative; overflow:hidden; }
.proinfo04 .t1 { color:#333333; font-size:18px; font-weight: bold; }
.proinfo04 .title { display: flex; align-items:center; }
.proinfo04 .t1 span { color:#0558b8; }
.proinfo04 .more { color:#999999; margin-left: auto; }
.proinfo04 .more div { width:30px; height:30px; line-height:30px; background:#0558b8; color:#fff; text-align:center; border-radius: 500px; font-weight: bold; margin-right:10px; }
.proinfo04 .more:hover { color:#0558b8; }
.proinfo04 .content { margin-top:10px; position:relative; }
.proinfo04 .c1 { color:#333333; margin-top:10px; }
.proinfo04 .swiper-slide:hover .c1 { color:#0558b8; }
.proinfo04 .swiper-button-prev { left:0; background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
.proinfo04 .swiper-button-next { right:0; background-image: url("data:image/svg+xml; charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }
@media(min-width:768px) {
	.proinfo04 { padding:30px 0; }
	.proinfo04 .more { margin-top:0; margin-left: auto; }
	.proinfo04 .content { margin-top:15px; }
}
@media(min-width:992px) {
	.proinfo04 { padding:35px 0; }
	.proinfo04 .t1 { font-size:20px; }
	.proinfo04 .content { margin-top:20px; }
}
@media(min-width:1200px) {
	.proinfo04 { padding:45px 0; }
	.proinfo04 .t1 { font-size:22px; }
	.proinfo04 .more div { width:35px; height:35px; line-height:35px; }
	.proinfo04 .content { margin-top:25px; }
	.proinfo04 .c1 { font-size:15px; margin-top:15px; }
	.proinfo04 .swiper-button-prev { left:-35px; }
	.proinfo04 .swiper-button-next { right:-35px; }
}
@media(min-width:1400px) {
	.proinfo04 { padding:55px 0; }
	.proinfo04 .t1 { font-size:24px; }
	.proinfo04 .content { margin-top:30px; }
}
@media(min-width:1600px) {
	.proinfo04 { padding:65px 0; }
	.proinfo04 .t1 { font-size:26px; }
	.proinfo04 .content { margin-top:40px; }
	.proinfo04 .swiper-button-prev { left:-50px; }
	.proinfo04 .swiper-button-next { right:-50px; }
}

.proinfo05 { margin-top:10px; position:relative; overflow: hidden; }
.proinfo05 .container { background:#fff; padding:20px 15px; }
.proinfo05 .title { color:#333333; font-size:18px; font-weight: bold; border-left:3px solid #0558b8; padding-left:10px; }
.proinfo05 .content { margin-top:15px; }
.proinfo05 .slide { background:#f6f8fa; border:1px solid #e9edf0; line-height:35px; margin-bottom:10px; white-space:nowrap; }
.proinfo05 .slide input { background:#f6f8fa; width:84%; }
.proinfo05 .slide textarea { background:#f6f8fa; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.proinfo05 .submit { color:#fff; background:#0558b8; display:block; text-align:center; border-radius:0; }
.proinfo05 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#0558b8; }
.proinfo05 .submit .btn-inner { transition:.36s all linear; }
.proinfo05 .submit .btn-inner i { right:-10px!important; }
.proinfo05 .submit .btn-inner i:before { content:''; opacity:0; }
.proinfo05 .btn2:hover .btnbg-x { background:#f5af02; }
@media(min-width:768px) {
	.proinfo05 .container { padding:25px 35px; }
	.proinfo05 .slide { line-height:40px; }
}
@media(min-width:992px) {
	.proinfo05 { margin-top:15px; }
	.proinfo05 .container { padding:30px 50px; }
	.proinfo05 .title { font-size:20px; }
	.proinfo05 .slide { line-height:45px; }
	.proinfo05 .slide:hover { border-color:#0558b8; }
	.proinfo05 .submit { font-size:16px; transition:.36s all; }
	.proinfo05 .submit:hover { background: #0558b8; transition:.36s all; }
}
@media(min-width:1200px) {
	.proinfo05 { margin-top:20px; }
	.proinfo05 .container { padding:40px 60px; }
	.proinfo05 .title { font-size:22px;  border-left:6px solid #0558b8; padding-left:15px; }
	.proinfo05 .content { margin-top:25px; }
	.proinfo05 .slide { line-height:50px; }
	.proinfo05 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1400px) {
	.proinfo05 { margin-top: 25px; }
	.proinfo05 .container { padding:50px 75px; }
	.proinfo05 .title { font-size:24px; }
}
@media(min-width:1600px) {
	.proinfo05 { margin-top: 30px; }
	.proinfo05 .container { padding:60px 90px; }
	.proinfo05 .title { font-size:26px; }
	.proinfo05 .content { margin-top:30px; }
	.proinfo05 .slide { line-height:55px; margin-bottom:15px; }
	.proinfo05 .slide textarea { font-size:16px; line-height: 30px; height:120px; padding-top:13px; }
	.proinfo05 .submit { font-size:18px; }
}

.hot { background:#fff; padding:0 0 15px; position:relative; overflow: hidden; }
.hot .title { display:flex; align-items: center; justify-content: space-between; padding-top:15px; position:relative; }
.hot .t1 { color:#333333; font-size:16px; }
.hot .t1:after { content:''; height:2px; width:30px; background: #0558b8; display:block; margin-top:10px; position:relative; }
.hot .t1:before { content:''; position:absolute; bottom:0; left:0; height:1px; width:100%; background: #eee; z-index: 0; }
.hot .title .more { color:#999999; }
.hot .title .more span { display:inline-block; padding:5px; padding-right:0; background:#dadada; color:#fff; transition:.36s all linear; }
.hot .title .more:hover { color:#cba151; }
.hot .title .more:hover span { background:#cba151; transition:.36s all linear; }
.hot .list { line-height: 2; margin-top:15px; }
.hot .imgbox { border:1px solid #eee; }
.hot .c1 { color:#666666; margin-top:10px; text-align:center; }
.hot .swiper-slide:hover .imgbox { border-color:#dadada; }
.hot .swiper-slide:hover .c1 { color:#cba151; }
@media(min-width:768px) {
  .hot { padding:0 15px 20px; }
}
@media(min-width:992px) {
  .hot { padding:0 35px 25px; }
  .hot .title { padding-top:20px; }
  .hot .t1 { font-size:18px; }
}
@media(min-width:1200px) {
  .hot { padding:0 45px 30px; }
  .hot .title { padding-top:25px; }
  .hot .t1 { font-size:20px; }
  .hot .t1:after { width:45px; margin-top:15px; }
  .hot .title .more { font-size:14px; }
  .hot .list { margin-top:25px; }
  .hot .c1 { font-size:14px; margin-top:15px; }
}
@media(min-width:1400px) {
  .hot { padding:0 55px 40px; }
  .hot .title { padding-top:35px; }
  .hot .t1 { font-size:22px; }
  .hot .list { margin-top:32px; }
}
@media(min-width:1600px) {
  .hot { padding:0 65px 40px; }
  .hot .title { padding-top:45px; }
  .hot .t1 { font-size:24px; }
  .hot .list { margin-top:40px; }
}

.subtypebar { padding-bottom:20px; }
.subtypebar a { color:#898989; font-size:14px; font-weight: bold; border-right:1px solid #ddd; }
.subtypebar a:last-child { border:none; }
.subtypebar a:hover,.subtypebar a.active { color:#0558b8; }
@media(min-width:768px) {
	.subtypebar { padding-bottom:35px; }
}
@media(min-width:992px) {
	.subtypebar { padding-bottom:45px; }
	.subtypebar a { font-size:16px; }
}
@media(min-width:1200px) {
	.subtypebar { padding-bottom:55px; }
	.subtypebar a { font-size:17px; }
}
@media(min-width:1400px) {
	.subtypebar { padding-bottom:65px; }
}
@media(min-width:1600px) {
	.subtypebar { padding-bottom:80px; }
}

/* 图片列表 */
.imglist { overflow:hidden; position:relative; margin-top: 20px; }
.imglist:after { content:''; display:block; clear:both; }
.imglist .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist .slide:nth-child(2n) {margin-right:0;}
.imglist .slide { position:relative; transition:.2s all linear; }
.imglist .imgbox { background:#e9edf0; }
.imglist .imgbox:after { padding-top: 65%; }
.imglist .imgbox img { max-height:unset; }
.imglist .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist .imgbox.sp:before { content:'\e87e'; }
.imglist .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist .slide:hover .imgbox:before { opacity:1; }
.imglist .slide:hover .c1 { color:#0558b8; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist { margin-top: 25px; }
	.imglist .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist { margin-top: 30px; }
	.imglist .slide { width:32%; margin-bottom: 14px; }
	.imglist .slide:nth-child(2n) { margin-right:2%; }
	.imglist .slide:nth-child(3n) { margin-right:0%; }
	.imglist .slide:hover .txtbox { color:#0558b8; }
	.imglist .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist { margin-top: 40px; }
	.imglist .slide { margin-bottom: 16px; }
	.imglist .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist { margin-top: 50px; }
	.imglist .slide { margin-bottom: 18px; }
	.imglist .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist { margin-top: 60px; }
	.imglist .slide { margin-bottom: 20px; }
	.imglist .c1 { height:50px; line-height: 50px; }
}

/* 图片列表2 */
.imglist2 { overflow:hidden; position:relative; margin-top: 20px; }
.imglist2:after { content:''; display:block; clear:both; }
.imglist2 .slide { float:left; width:49%; margin-right:2%; margin-bottom:10px; box-sizing:border-box; }
.imglist2 .slide:nth-child(2n) {margin-right:0;}
.imglist2 .slide { position:relative; transition:.2s all linear; }
.imglist2 .imgbox { background:#e9edf0; }
.imglist2 .imgbox:after { padding-top: 120%; }
.imglist2 .imgbox img { max-height:unset; }
.imglist2 .imgbox:before { content:'\ed66'; font-family:'iconfont'; font-size:240%; opacity:0; color:#fff; background:rgba(0,0,0,.3); display:flex; align-items:center; justify-content:center; position: absolute; left:0; top:0; width:100%; height:100%; z-index:9; pointer-events: none; }
.imglist2 .imgbox.sp:before { content:'\e87e'; }
.imglist2 .c1 { color:#333; height:30px; line-height: 30px; padding:0 10px; text-align:center; transition:.2s all linear; }
.imglist2 .slide:hover .imgbox:before { opacity:1; }
.imglist2 .slide:hover .c1 { color:#0558b8; transition:.2s all linear; }
@media(min-width:768px) {
	.imglist2 { margin-top: 25px; }
	.imglist2 .c1 { height:35px; line-height: 35px; }
}
@media(min-width:992px) {
	.imglist2 { margin-top: 30px; }
	.imglist2 .slide { width:32%; margin-bottom: 14px; }
	.imglist2 .slide:nth-child(2n) { margin-right:2%; }
	.imglist2 .slide:nth-child(3n) { margin-right:0%; }
	.imglist2 .slide:hover .txtbox { color:#0558b8; }
	.imglist2 .c1 { height:38px; line-height: 38px; padding:0 15px; }
}
@media(min-width:1200px) {
	.imglist2 { margin-top: 40px; }
	.imglist2 .slide { margin-bottom: 16px; }
	.imglist2 .c1 { font-size:15px; height:42px; line-height: 42px; padding:0 15px; }
}
@media(min-width:1400px) {
	.imglist2 { margin-top: 50px; }
	.imglist2 .slide { margin-bottom: 18px; }
	.imglist2 .c1 { height:46px; line-height: 46px; }
}
@media(min-width:1600px) {
	.imglist2 { margin-top: 60px; }
	.imglist2 .slide { margin-bottom: 20px; }
	.imglist2 .c1 { height:50px; line-height: 50px; }
}

.inpage { position: relative; }
.crumbs { font-size:12px; color:rgba(0,0,0,.6); margin-top: 10px; line-height: 35px; height:35px; }
.inpage .submit {background:#e60a1b;border-color:#e60a1b;color:#fff;}
.jw-flag-compact-player .jw-text-elapsed,.jw-flag-compact-player .jw-text-duration { display: inline-block!important; }
.jw-icon.jw-icon-barlogo-new { display: none!important; }
.mainbox { margin-top: 10px; max-width:100%; margin-bottom: 30px; }
.mainbox>.title { display: flex; align-items: center; justify-content: center; }
.mainbox>.title>.t1 { position: relative; display: flex; align-items: center; color:#00489c; font-size:18px; padding-right:40px; }
.mainbox>.title>.t1:after { content:''; position: absolute; left:0; top:50%; height:100%; padding-right:100%; transform:translate(10%,-45%); background:url(../images/tit_icon.png) no-repeat center right; background-size: auto 29px; }
.mainbox>.title>hr { flex:1; background:#aaa; margin-bottom: 12px; }
.msgtip {line-height: 1.7;margin-top:20px;border:1px dashed #ccc;border-radius:10px;display:inline-block;padding:15px;}
.msgtip .h5 {color:red;}
.msgtip .m1 {color:#999;font-size:80%;}
@media(min-width:768px) {
	.mainbox>.title { display: flex; align-items: center; justify-content: space-between; }
	.mainbox>.title>.t1 { font-size:22px; padding-right:50px; }
	.crumbs { order:1; margin-top: 0; line-height: 45px; height:45px; }
}
@media(min-width:992px) {
  	.mainbox { flex:1!important; width:50%; margin-left: 5%; margin-top: 0; margin-bottom: 40px; }
	.mainbox>.titel>.t1 { font-size:26px; padding-right:45px; }
	.crumbs { font-size:14px; line-height: 50px; height:50px; }
}
@media(min-width:1200px) {
	/* .inpage { padding-bottom: 80px; } */
	.mainbox { margin-bottom: 50px; }
	.mainbox>.title>.t1 { font-size:30px; padding-right: 55px; }
	.crumbs { font-size:15px; line-height: 60px; height:60px; }
}
@media(min-width:1400px) {
	/* .inpage { padding-bottom: 100px; } */
	.mainbox { margin-bottom: 60px; }
	.mainbox>.title>.t1 { font-size:32px; padding-right: 65px; }
	.crumbs { line-height: 70px; height:70px; }
}
@media(min-width:1600px) {
	.mainbox { margin-bottom: 70px; }
	.mainbox>.title>.t1 { font-size:34px; padding-right: 45px; }
	.crumbs { line-height: 85px; height:85px; }
}
@media(min-width:1920px) {
	.mainbox { margin-bottom: 80px; }
	.mainbox>.title>.t1 { font-size:36px; padding-right: 55px; }
}

/* 资讯列表 */
.newlist { margin-top: 20px; }
.newlist .slide { padding-bottom: 10px; margin-bottom: 5px; border-bottom:1px solid #f5e8e9;}
.newlist .slide:nth-child(n+3) .imgbox { display: none; }
.newlist .slide:nth-child(n+3) .c1 { line-clamp: 1; line-clamp: 1; }
.newlist .slide:nth-child(n+3) .c2 { display: -webkit-box; }
.newlist .c1 { font-weight: bold; line-height: 24px; margin-top: 10px; display:-webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.newlist .c2 { color:rgba(0,0,0,.6); font-size:12px; display: none; line-height: 1.8; margin-top: 10px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; line-clamp: 2; overflow: hidden; text-overflow: ellipsis; }
.newlist .imgbox img { max-height:unset; }
.newlist .imgbox:after { padding-top: 60%; }
.newlist .datebox { font-size:12px; display: flex; align-items: center; margin-top: 10px; }
.newlist .datebox .d2 { margin-left: 15px; }
.newlist .datebox { color:rgba(0,0,0,.6); }
.newlist .datebox i { color:rgba(0,0,0,.3); }
@media(min-width:576px) {
	.newlist { display: flex; flex-wrap:wrap; justify-content: space-between; }
	.newlist .slide { flex:0 0 100%; width:100%; padding-bottom: 15px; }
	.newlist .slide:nth-child(1),.newlist .slide:nth-child(2) { flex:0 0 48%; max-width:48%; }
	.newlist .slide:nth-child(1) .c1,.newlist .slide:nth-child(2) .c1 { height:48px; }
}
@media(min-width:768px) {
	.newlist { margin-top: 25px; }
}
@media(min-width:992px) {
	.newlist { margin-top: 30px; }
	.newlist .c1 { line-height: 28px; margin-top: 15px; }
	.newlist .slide:nth-child(1) .c1,
	.newlist .slide:nth-child(2) .c1 { height:56px; }
}
@media(min-width:1200px) {
	.newlist { margin-top: 40px; }
	.newlist .slide { padding-bottom: 20px; margin-bottom: 10px; }
	.newlist .c1 { line-height: 32px; }
	.newlist .c2 { font-size:14px; }
	.newlist .slide:nth-child(1) .c1,.newlist .slide:nth-child(2) .c1 { height:64px; }
	.newlist .datebox { font-size:14px; }
}
@media(min-width:1400px) {
	.newlist { margin-top: 50px; }
	.newlist .c1 { font-size:18px; margin-top: 20px; }
}
@media(min-width:1600px) {
	.newlist { margin-top: 60px; }
	.newlist .slide { padding-bottom: 25px; margin-bottom: 15px; }
}

/*文章列表页样式*/
.newlist1 { margin-top: 20px; }
.newlist1 .slide { position:relative; margin-bottom:12px; background: #fff; transition:.3s all; }
.newlist1 .slide .imgbox:after {padding-top:65%;}
.newlist1 .slide .imgbox img {width:100%;}
.newlist1 .slide .c1 { color:#444; font-size:16px;line-height:22px;position:relative;}
.newlist1 .slide .c2 {color:#666;margin-top:10px;line-height: 1.8;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;text-overflow: ellipsis;-webkit-box-orient: vertical;text-align:justify;}
.newlist1 .slide .c3 {color:#666;margin-top: 10px;font-size:12px;}
.newlist1 .slide:hover { transform:translateY(-5px); }
.newlist1 .slide:hover .c1 {color:#00489c;}
.newlist1 .slide:hover .c3 {color:#00489c;}
@media(max-width:767px) {
  .newlist1 .slide .c1 {margin-top:15px;}
}
@media(min-width:768px) {
  .newlist1 { margin-top: 25px; }
}
@media(min-width:992px) {
  .newlist1 { margin-top: 30px; }
  .newlist1 .slide { margin-bottom:15px; }
  .newlist1 .slide:before {margin-bottom:25px;}
  .newlist1 .slide a { display:flex; align-items:center; }
  .newlist1 .slide .imgbox {margin-right:5%;width:230px;}
  .newlist1 .slide .txtbox {flex:1;width:50%;}
  .newlist1 .slide .c1 {font-size:20px;}
  .newlist1 .slide .c2 {margin-top:15px;}
  .newlist1 .slide .c3 {margin-top: 15px;font-size:13px;}
}
@media(min-width:1200px) {
  .newlist1 { margin-top: 40px; }
  .newlist1 .slide { margin-bottom:20px; }
  .newlist1 .slide .c2 { margin-top:20px; }
}
@media(min-width:1400px) {
  .newlist1 { margin-top: 50px; }
  .newlist1 .slide { margin-bottom:25px; }
}
@media(min-width:1600px) {
  .newlist1 { margin-top: 60px; }
  .newlist1 .slide { margin-bottom:30px; }
}

/* 资讯列表样式2 */
.newlist2 { margin-top: 20px; }
.newlist2 .slide { position: relative; display: flex; flex-wrap:wrap; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.newlist2 .slide:before { content:''; display: inline-block; width:3px; height:3px; border-radius:5px; background:#adadad; margin-right: 8px; }
.newlist2 .slide a:before { content:''; position: absolute; left:0; top:0; width:100%; height:100%; }
.newlist2 .c1 { color:#444; line-height: 1.5; flex:1; width:50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newlist2 .c2 { color:rgba(0,0,0,.4); font-family:'Arial'; font-size:12px; margin-left: 10%; }
.newlist2 .slide:nth-child(6):after { content:''; flex:0 0 100%; display: block; margin:15px 0 0; width:100%; height:1px; background:#e2e2e2; }
.newlist2 .slide:last-child:after { display: none; }
@media(min-width:576px) {
}
@media(min-width:768px) {
	.newlist2 { margin-top: 25px; }
	.newlist2 .slide:nth-child(6):after { margin:20px 0 0; }
}
@media(min-width:992px) {
	.newlist2 { margin-top: 30px; }
	.newlist2 .slide { margin-bottom: 18px; }
	.newlist2 .slide:before { width:4px; height:4px; margin-right: 12px; }
	.newlist2 .slide:nth-child(6):after { margin:25px 0 5px; }
}
@media(min-width:1200px) {
	.newlist2 { margin-top: 40px; }
	.newlist2 .slide { margin-bottom: 22px; }
	.newlist2 .slide:before { width:5px; height:5px; margin-right: 18px; }
	.newlist2 .c1 { font-size:17px; }
	.newlist2 .c2 { font-size:15px; }
	.newlist2 .slide:hover .c1 { color:#00489c; }
	.newlist2 .slide:nth-child(6):after { margin:30px 0 10px; }
}
@media(min-width:1400px) {
	.newlist2 { margin-top: 50px; }
	.newlist2 .slide { margin-bottom: 26px; }
	.newlist2 .slide:nth-child(6):after { margin:35px 0 15px; }
}
@media(min-width:1600px) {
	.newlist2 { margin-top: 60px; }
	.newlist2 .slide { margin-bottom: 30px; }
	.newlist2 .slide:nth-child(6):after { margin:45px 0 20px; }
}


.sidebox { position: relative; padding:12px 0; background: #f2f2f2; margin-top: 25px; margin-left: 10px; margin-bottom: 15px; }
.sidebox:before { content:''; position: absolute; left:-10px; top:12px; width:10px; height:40px; background:#0558b8; }
.sidebox:after { content:''; position: absolute; top:52px; left:-10px; border-width:3.5px 5px; border-style:solid; border-color:#003b80 #003b80 transparent transparent; }
.sidebox .subt1 { position: relative; color:#fff; background:#0558b8; font-size:14px; height:40px; line-height: 40px; padding-left:10%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.sidebox .subt1:before { content:'[收起 -]'; opacity:1; font-size:80%; display:block; position:absolute; right:12px; }
.sidebox .subt1.active:before { content:'[展开 +]'; }
.sideboxlist { display:block; color:#404040; padding: 0 25px; margin-top: 15px; }
.sideboxlist.active { display:none; }
.sideboxslide {position: relative; display: flex; align-items:center; justify-content: center; padding:15px 7px; border-bottom:1px solid rgba(0,0,0,.05); transition:.36s all linear; white-space: nowrap;text-overflow: ellipsis;overflow:hidden;}
.sideboxslide:hover,.sideboxslide.active { color:#fff; background:#0558b8; transition:.36s all linear; }
.sidenews { margin-bottom: 20px; }
.subt2 { color:#06467a; font-size:14px; border-bottom:1px solid #e2e2e2; line-height: 40px; padding-left: 6px; }
.sidenewslist { margin-top: 15px; }
.sidenewstitle { position: relative; margin-bottom: 10px; display: flex; align-items: center; }
.sidenewstitle:before { content:''; width:3px; height:3px; border-radius:5px; background:#666; display: inline-block; margin-right:7px; }
.sidenewstitle>div { line-height: 1.4; }
.sidenewsitem:nth-child(1) .sidenewstitle { margin-top: 10px; }
.sidenewsitem:nth-child(1) .sidenewstitle:before { display: none; }
.sidenewsitem:nth-child(1) .sidenewstitle>div { display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; line-clamp:2; overflow:hidden; text-overflow:ellipsis;}
.sidenewsitem:nth-child(n+2) .sidenewstitle>div { flex:1; width:50%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
@media(min-width:576px) {
}
@media(min-width:768px) {
  	.sidebox { padding: 15px 0; }
	.sidebox:before { height:40px; top:15px; }
	.sidebox:after { top:55px; }
	.sidebox .subt1 { font-size:15px; height:40px; line-height: 40px; }
	.sideboxlist { padding:0 40px; }
	.sideboxslide { padding:15px 10px; }
}
@media(min-width:992px) {
	.sidebox { padding:18px 0; margin-bottom: 25px; margin-top: 0; }
	.sidebox:before { height:45px; top:18px; }
	.sidebox:after { top:63px; }
	.sidebox .subt1 { font-size:16px; height:45px; line-height: 45px; padding-left:15%; }
  	.sidebox .subt1:before { display: none; }
	.sideboxlist { display: block; padding:0 25px; }
	.sideboxslide { padding:15px 13px; }
	.sidenews { margin-bottom: 40px; }
	.sidenewstitle:before { width:4px; height:4px; }
}
@media(min-width:1200px) {
	.sidebox { padding: 20px 0; margin-left: 14px; margin-bottom: 30px; }
	.sidebox:before { width:14px; left:-14px; height:50px; top:20px; }
	.sidebox:after { left:-14px; top:70px; border-width:3.5px 7px; }
	.sidebox .subt1 { font-size:18px; height:50px; line-height: 50px; }
	.sideboxlist { padding:0 30px; }
	.sideboxslide { padding:16px; font-size:18px; }
	.sidenews { margin-bottom: 50px; }
	.subt2 { font-size:16px; line-height: 45px; }
	.sidenewstitle:before { width:5px; height:5px; }
}
@media(min-width:1400px) {
	.sidebox { padding: 22px 0; margin-bottom: 35px; }
	.sidebox:before { height:55px; top:22px; }
	.sidebox:after { top:77px; }
	.sidebox .subt1 { font-size:20px; height:55px; line-height: 55px; }
	.sideboxlist { padding:0 40px; margin-top: 20px; }
	.sideboxslide { padding:19px; font-size:17px; }
	.sidenews { margin-bottom: 60px; }
	.subt2 { font-size:18px; line-height: 50px; }
}
@media(min-width:1600px) {
	.sidebox { padding: 25px 0; margin-bottom: 40px; }
	.sidebox:before { height:60px; top:25px; }
	.sidebox:after { top:85px; }
	.sidebox .subt1 { font-size:22px; height:60px; line-height: 60px; }
	.sideboxlist { padding:0 45px; margin-top: 22px; }
	.sideboxslide { padding:22px; }
	.sidenews { margin-bottom: 70px; }
	.subt2 { font-size:19px; line-height: 55px; }
	.sidenewstitle { margin-bottom: 20px; }
}
@media(min-width:1920px) {
	.sidebox { padding: 25px 0; margin-bottom: 50px; }
	.sidebox:before { height:65px; top:25px; }
	.sidebox:after { top:90px; }
	.sidebox .subt1 { font-size:24px; height:65px; line-height: 65px; }
	.sideboxlist { padding:0 50px; margin-top: 25px; }
	.sideboxslide { padding:25px; }
	.sidenews { margin-bottom: 80px; }
	.subt2 { font-size:20px; line-height: 60px; }
}

/* 瀑布流 */
.pubulist { position: relative; overflow: hidden; }
.pubulist:after {content:'';display:block;clear:both;}
.pubulist .item {float:left;min-width:49%;width:49%;margin-right:2%;border:1px solid rgba(0,0,0,0);}
.pubulist .item:nth-child(2) { margin-right:0; }
.pubulist .slide {width:100%;padding:10px;border:1px solid #e5e5e5;margin-bottom:10px;transition:.36s all;}
.pubulist .slide:hover {box-shadow: 0 10px 10px -10px #000;transition:.36s all;}
.pubulist .slide img {max-width:100%;}
.pubulist .txtbox {text-align: center;line-height: 20px;padding-top:10px;}
.pubulist .c1 { color:#000; line-height: 1.5; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.pubulist .c2 { color:rgba(0,0,0,.6); line-height: 1.5; margin-top: 10px; }
.pubulist .load-over,.pubulist .loading,.pubulist .more {text-align:center;color:#aaa;}
.pubulist .load-over:before,.pubulist .loading:before,.pubulist .more:before {content:'';display:block;clear:both;padding-top:2%;}
.pubulist .sbox { align-items: center; justify-content:space-between; width:60%; padding:0 22px; border-radius:18px; height:36px; line-height: 36px; border:1px solid #5f191b; background:#f7eae0; }
.pubulist .sbox input { border:none; background:none; flex:1; width:50%; }
.pubulist .sbox input::placeholder { color:rgba(95,25,27,.6); }
.pubulist .sbox .keywords { color:rgba(95,25,27,.6); font-family:"思源宋体 SemiBold"; }
.pubulist .searchbtn { color:#5e191b; cursor:pointer; font-size:140%; }
@media(min-width:576px) {
	.pubulist .sbox { padding:0 25px; border-radius:21px; height:42px; line-height: 42px; }
}
@media(min-width:768px) {
	.pubulist .item {width:32%;min-width:32%; margin-right:2%; }
	.pubulist .item:nth-child(2) { margin-right:2%; }
	.pubulist .item:nth-child(3) { margin-right:0; }
	.pubulist .sbox { width:45%; max-width:730px; padding:0 26px; border-radius:23px; height:46px; line-height: 46px; }
}
@media(min-width:992px){
	.pubulist .sbox { padding:0 29px; border-radius:26px; height:52px; line-height: 52px; }
	.pubulist .txtbox {line-height: 28px;padding-top:15px;}
}
@media(min-width:1200px) {
	
}
@media(min-width:1400px){
	.pubulist .item { width:23.5%;min-width:23.5%; }
	.pubulist .item:nth-child(2) { margin-right:2%; }
	.pubulist .item:nth-child(3) { margin-right:2%; }
	.pubulist .item:nth-child(4) { margin-right:0; }
	.pubulist .slide { margin-bottom:20px; }
	.pubulist .c2 { font-size:14px; }
}
@media(min-width:1600px) {
}

.sbox {overflow:hidden;width:100%;margin: 10px 0;position:relative;z-index:3;}
.sbox .scontent {background:#fdf7f5;height:35px;line-height: 35px;display: -webkit-flex;display: -moz-flex;display: -ms-flex;display: -o-flex;display: flex;align-items: center;}
.sbox .s1 {color:#c5c1bf;width:50%;flex:1;display:flex;align-items: center; padding:0 15px; }
.sbox .s1 input {color:#333;background: none!important;width:100%;}
.sbox .s1 input:-webkit-autofill { background: transparent; transition: background-color 50000s ease-in-out 0s; -webkit-text-fill-color:unset; }
.sbox .s2 {width:80px;justify-content:center;height:100%;display:flex;align-items: center;}
.sbox .s2 input {width:100%;height:100%;color:#fff;background:#a52a2a;font-weight: bold;}
.sbox .s2 input:hover {background: #850a0a;}
.sbox .s3 {width:80px;justify-content:center;height:100%;display:flex;align-items: center;}
.sbox .s3 input {width:100%;height:100%;color:#fff;background:#ae7d4c;font-weight: bold;}
.sbox .s3 input:hover {background: #850a0a;}
@media(min-width:768px) {
	.sbox {width:70%;margin:15px auto;}
	.sbox .s1 { padding:0 20px; }
}
@media(min-width:992px) {
	.sbox {width:70%;border-radius:5px;}
	.sbox .scontent {height:40px;line-height: 40px;}
}
@media(min-width:1200px) {
	.sbox {width:70%;margin:25px auto;}
	.sbox .scontent {height:45px;line-height: 45px;}
	.sbox .s1 {font-size:15px; padding:0 25px; }
	.sbox .s2 {width:120px;}
	.sbox .s3 {width:120px;}
}
@media(min-width:1400px) {
	.sbox {width:60%;bottom:8%;margin:30px auto;}
	.sbox .scontent {height:50px;line-height: 50px;}
}
@media(min-width:1600px) {
	.sbox .scontent {height:57px;line-height: 57px;}
	.sbox .s1 { padding:0 30px; }
	.sbox .s2 input {font-size:17px;}
	.sbox .s3 input {font-size:17px;}
}

.typeinfo { color:#555555; font-size:14px; line-height:2; margin-top:30px; text-align:justify; }
.typeinfo img { height:unset!important; max-width:100%!important; }
.typeinfo iframe { background:none; max-width:100%!important; }
.typeinfo table { background:none; width:100%!important; max-width:100%!important; }
@media(min-width:768px) {
	.typeinfo { font-size:16px; margin-top: 45px; }
}
@media(min-width:992px) {
	.typeinfo { font-size:17px; margin-top:60px; }
}
@media(min-width:1200px) {
	.typeinfo { font-size:18px; margin-top:75px; }
}
@media(min-width:1400px) {
	.typeinfo { font-size:21px; margin-top:95px; }
}
@media(min-width:1600px) {
	.typeinfo { font-size:22px; margin-top: 110px; }
}

/* .newsinfo { padding:20px 0; text-align: justify; position:relative; overflow: hidden; } */
.newsinfo { background:#fff; padding-top:15px; position:relative; overflow: hidden; }
.newsinfo .ntitle { margin-bottom:20px; }
.newsinfo .nt1 { color:#333333; font-size:18px; padding:0 5%; line-height: 1.3; text-align: center; }
.newsinfo .nt2 { color:#666666; padding: 10px 0; border-bottom: 1px solid #e0e0e0; }
.newsinfo .content { line-height: 24px; }
.newsinfo .content img { height:unset!important; max-width:100%!important; }
.newsinfo .content iframe { background:none; max-width:100%!important; }
.newsinfo .content table { background:none; width:100%!important; max-width:100%!important; }
.newsinfo .video { width:800px; max-width:100%; height:300px; margin:0 auto; }
.newsinfo .video .jw-controlbar { width:100%; }
.newsinfo .back { color:#fff; background: #0558b8; display:block; line-height: 35px; width:120px; margin-bottom: 25px; text-align:center; }
.newsinfo .back:hover { background:#333; }
@media(min-width:768px) {
	.newsinfo { padding-top: 20px; }
}
@media(min-width:992px) {
	.newsinfo { padding-top: 25px; }
	.newsinfo .nt1 { font-size:18px; }
	.newsinfo .content { padding-bottom:45px; }
	.newsinfo .back { margin-bottom: 0; }
}
@media(min-width:1200px) {
	.newsinfo { padding-top: 30px; }
	.newsinfo .ntitle { margin-bottom:25px; }
	.newsinfo .nt1 { font-size:20px; line-height: 1.5; padding:0 10%; }
	.newsinfo .nt2 { font-size:14px; padding: 15px; }
	.newsinfo .content { line-height: 32px; padding-bottom:55px; }
  	.newsinfo .video { height:450px; }
	.newsinfo .back { line-height: 45px; width:135px; }
}
@media(min-width:1400px) {
	.newsinfo { padding-top: 35px; }
	.newsinfo .ntitle { margin-bottom:22px; }
	.newsinfo .content { padding-bottom:65px; }
	.newsinfo .back { line-height: 50px; width:150px; }
}
@media(min-width:1600px) {
	.newsinfo { padding-top: 40px; }
	.newsinfo .nt1 { font-size:24px; }
	.newsinfo .content { line-height: 36px; padding-bottom:75px; }
}

.contact01 { position:relative; overflow: hidden; margin-top: 20px; }
.contact01 .t1 { color:#333333; font-weight: bold; font-size:22px; }
.contact01 .t1:after { content:''; display:block; margin:10px auto 0; height:3px; width:50px; background: #0558b8; }
.contact01 .t2 { color:#757575; line-height: 2; margin-top:15px; }
.contact01 .content { color:#333333; line-height: 2; }
.contact01 .content img { max-width:100%; }
.contact01 ul { padding:0; }
.contact01 ul li div { padding-left: 60px; color: #595959; padding: 10px 15px 10px 60px; line-height: 1.5; border-radius: 5px; }
.contact01 ul li div.icon-01 { background: url(../images/contact-icon-01.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-02 { background: url(../images/contact-icon-02.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-03 { background: url(../images/contact-icon-03.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-04 { background: url(../images/contact-icon-04.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-05 { background: url(../images/contact-icon-05.png) no-repeat 10px center #fff; }
.contact01 ul li div.icon-06 { background: url(../images/contact-icon-06.png) no-repeat 10px center #fff; }
.contact01 .c1 { font-size:12px; margin-top: 5px; line-height: 1.5; }
.contact01 .share a { background:none; }
@media(min-width:768px) {
	.contact01 { margin-top: 25px; }
	.contact01 .t1 { font-size:28px; }
}
@media(min-width:992px) {
	.contact01 { margin-top: 30px; }
	.contact01 .t1 { font-size:32px; }
	.contact01 .t1:after { margin-top:15px; }
	.contact01 .t2 { margin-top:17px; }
}
@media(min-width:1200px) {
	.contact01 { margin-top: 40px; }
	.contact01 .t1 { font-size:38px; }
	.contact01 .t1:after { margin-top:20px; }
	.contact01 .t2 { margin-top:20px; }
	.contact01 .c1 { font-size:14px; }
}
@media(min-width:1400px) {
	.contact01 { margin-top: 50px; }
	.contact01 .t1 { font-size:44px; }
	.contact01 .t2 { font-size:17px; margin-top:22px; }
	.contact01 .content { font-size:17px; }
	.contact01 .c1 { font-size:16px; }
}
@media(min-width:1600px) {
	.contact01 { margin-top: 60px;}
	.contact01 .t1 { font-size:50px; }
	.contact01 .t2 { font-size:18px; margin-top:25px; }
	.contact01 .content { font-size:18px; }
}

.message01 { position:relative; overflow: hidden; padding:20px 0; }
.message01 .t1 { color:#333; font-size:20px; font-weight: bold; }
.message01 .t2 { color:#757575; margin-top:8px; }
.message01 .content { margin-top:20px; }
.message01 .slide { color:#888888; background:#f9f9f9; line-height:40px; margin-bottom:10px; white-space:nowrap; }
.message01 .slide select {color:#9e9e9e;background:none;display:block;width:100%;height:40px;}
.message01 .slide input { background:#f9f9f9; width:84%; }
.message01 .slide textarea { background:#f9f9f9; width:90%; font-size:14px; line-height: 24px; height:92px; padding-top:7px; }
.message01 .submit { color:#fff; background:#0558b8; display:block; text-align:center; border-radius:0; }
.message01 .submit .btn2 { padding:0; border:none; border-radius: 0; background:#0558b8; }
.message01 .submit .btn-inner { transition:.36s all linear; }
.message01 .submit .btn-inner i { right:-10px!important; }
.message01 .submit .btn-inner i:before { content:''; opacity:0; }
.message01 .btn2:hover .btnbg-x { background:#333; }
@media(min-width:768px) {
	.message01 { padding:35px 0; }
	.message01 .t1 { font-size:24px; }
	.message01 .t2 { margin-top:10px; }
	.message01 .slide { line-height:45px; }
	.message01 .slide select { height:45px; }
}
@media(min-width:992px) {
	.message01 { padding:45px 0; }
	.message01 .t1 { font-size:26px; }
	.message01 .content { margin-top:30px; }
	.message01 .slide { line-height:50px; }
	.message01 .slide select { height:50px; }
	.message01 .slide:hover { border-color:#0558b8; }
	.message01 .submit { font-size:16px; transition:.36s all; }
	.message01 .submit:hover { background: #0558b8; transition:.36s all; }
}
@media(min-width:1200px) {
	.message01 { padding:55px 0; }
	.message01 .t1 { font-size:28px; }
	.message01 .t2 { margin-top:13px; }
	.message01 .content { margin-top:40px; }
	.message01 .slide { line-height:60px; }
	.message01 .slide select { height:60px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1400px) {
	.message01 { padding:65px 0; }
	.message01 .t1 { font-size:32px; }
	.message01 .t2 { margin-top:15px; font-size:17px; }
	.message01 .content { margin-top:40px; }
	.message01 .slide { line-height:65px; }
	.message01 .slide select { height:65px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height: 120px; padding-top:11px; }
}
@media(min-width:1600px) {
	.message01 { padding:80px 0; }
	.message01 .t1 { font-size:36px; }
	.message01 .t2 { font-size:18px; }
	.message01 .content { margin-top:50px; }
	.message01 .slide { line-height:70px; margin-bottom:15px; }
	.message01 .slide select { height:70px; }
	.message01 .slide textarea { font-size:16px; line-height: 30px; height:120px; padding-top:13px; }
	.message01 .submit { font-size:18px; }
}

.shadow { position:fixed; z-index: 99; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.6); }
.shadow .ewm {width:200px;position: fixed;z-index: 999;top:50%;left:50%; transform:translate(-50%,-50%);padding:15px;text-align:center;background: #fff;box-shadow:5px 5px 0 0 rgba(0,0,0,.5);border:1px solid #eee;}
.shadow .ewm:after { content:'×'; color:#333; position:absolute; right:-15px; top:-15px; cursor:pointer; font-weight: bold; font-size:150%; width:30px;height:30px; line-height:30px; text-align:center; border-radius:50px; background:#fff; }

#gf_links li { height: 4rem; }
#gf_links li a { width: 8.8125rem; font-size: 0.75rem; color: #515151; height: 100%; line-height: 1.5; } 
#gf_links li a:hover { color: #00489c; } 

.footer { color:rgba(255,255,255,.2); background: #023376; padding-top:15px; }
.footer a {color:rgba(255,255,255,.2);}
.footer a:hover {color:#fff;text-decoration: underline;}
.footer .tel { display: flex; align-items: center; }
.footer .tel span { font-size:18px; font-family: Arial; }
.footer .c1 { color:#fff;font-size:14px; line-height: 1.8; margin: 10px 12px; }
.footer .n1 { font-size:13px; line-height: 2; text-wrap:nowrap; }
.footer .n1 a { color:#fff; }
.footer .fnav a { display: block; margin-top: 6px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.footer .ewm img { width:75px; }
.footer .ewms1 { color:#fff; }
.footer .fcontact { color:#fff; line-height: 1.5; margin-bottom: 10px;}
.footer .share { margin-top: 15px; white-space: nowrap; }
.footer .share a { display:inline-block; margin:0 5px; color:#e60a1b; border:1px solid #fff; background:#fff; font-size:14px; text-align:center; border-radius:50px; width:24px; height:24px; line-height: 24px; text-decoration: none; }
.footer .share a:hover { background:#e60a1b; color:#fff; border-color:#fff; }
.footer .fbottom { line-height: 1.7; padding: 10px;  }
.footer .fbottom a { display: inline-block; }
@media(max-width:767px) {
	.footer .fnav a { flex:0 0 auto; padding-bottom:10px; }
}
@media(min-width:768px) {
  .footer { padding-top:20px; }
  .footer .tel span { font-size:20px; }
  .footer .c1 { margin-top: 15px; }
  .footer .ewm img { width:90px; }
  .footer .fbottom {padding: 15px; }
}
@media(min-width:992px) {
  .footer { padding-top:25px; }
  .footer .c1 { line-height: 2; margin-top: 20px; }
  .footer .n1 { font-size:15px; }
  .footer .fnav a { margin-top: 10px; }
  .footer .tel span { font-size:22px; }
  .footer .ewm img { width:100px; }
  .footer .fbottom { font-size:14px; }
}
@media(min-width:1200px) {
  .footer { padding-top:30px; }
  .footer .n1 { font-size:17px; }
  .footer .fnav a { font-size:14px; margin-top: 14px; }
  .footer .tel span { font-size:24px; }
  .footer .ewm img { width:110px; }
  .footer .ewms1 { font-size:14px; }
}
@media(min-width:1400px) {
  .footer { padding-top:35px; }
  .footer .tel { font-size:17px; }
  .footer .tel span { font-size:26px; }
  .footer .fnav a { margin-top: 18px; }
  .footer .ewm img { width:120px; }
  .footer .fbottom { padding:20px 15px; }
}
@media(min-width:1600px) {
  .footer { padding-top:40px; }
  .footer .ewm img { width:135px; }
}

.footer-bar { height:70px; z-index:99; transition:.36s all; }
.footer-bar .list { color:#fff; background:#333; display:flex; position:fixed; bottom:0; left:0; right:0; height:70px; z-index:9; }
.footer-bar .slide { flex:1; text-align: center; line-height: 30px; }
.footer-bar .slide:hover { color:#fff; }
.footer-bar .slide i { display:block; font-size:25px; padding-top:10px; }
@media(max-width:991px) {
	.footer-bar.hide { display:none; }
}


/* 无内容 */
.no-goods,.no-network { padding:50px 0; overflow:hidden; text-align:center; }
.no-goods img,
.no-network img { display:block; margin:0 auto 30px; max-height:75px; max-width:100%; }
.no-goods p,.no-network p { font-size:14px; color:#666666; line-height:20px; }
@media(min-width:992px) {
	.no-goods img,.no-network img { max-height:105px; }
}

.de-page-mian { text-align:right!important; }
.de-page-mian .page-inner a { color:#0558b8!important; background: #ecebe6!important; font-weight: bold; border:none!important; margin:0 1px!important; height:24px!important; line-height:24px!important; width:28px; padding:0!important; }
.de-page-mian .page-inner a:hover,.de-page-mian .page-inner a.active { color:#fff!important; background: #0558b8!important; }
.de-page-mian span,.de-page-mian input,.de-page-mian .page-btn { display:none!important; }
@media(max-width:991px) {
	.de-page-mian .page-inner a.next { display:none!important; }
	.de-page-mian .page-inner a.prev { display:none!important; }
}
@media(max-width:767px){
  .de-page-mian .page-inner a { margin-right:0!important; }
  .de-page-mian span,.de-page-mian input,.de-page-mian .page-btn,.de-page-mian .prev,.de-page-mian .next { display:none!important; }
}
@media(min-width:992px) {
	.de-page-mian .page-inner a { height:32px!important; line-height:32px!important; width:35px; margin:0 2px!important; }
	.de-page-mian .page-inner a.next { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0!important; }
	.de-page-mian .page-inner a.next:before { content:'\e603'; font-family: 'iconfont'; display:block; width:55px; background: #ecebe6; }
	.de-page-mian .page-inner a.next:hover:before { color:#fff!important; font-weight: bold; background: #ae7d4c!important; }
	.de-page-mian .page-inner a.prev { color:#7b7a7f!important; border:none; background:none!important; position: relative; width:unset; padding:0!important; }
	.de-page-mian .page-inner a.prev:before { content:'\e603'; font-family: 'iconfont'; transform:rotateY(180deg); display:block; width:55px; background: #ecebe6; }
	.de-page-mian .page-inner a.prev:hover:before { color:#fff!important; font-weight: bold; background: #ae7d4c!important; }
}
@media(min-width:1200px) {
	.de-page-mian .page-inner a { height:32px!important; line-height:32px!important; width:40px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:60px; }
}
@media(min-width:1400px) {
	.de-page-mian .page-inner a { height:37px!important; line-height:37px!important; width:45px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:65px; }
}
@media(min-width:1600px) {
	.de-page-mian .page-inner a { height:40px!important; line-height:40px!important; width:50px; }
	.de-page-mian .page-inner a.next:before,.de-page-mian .page-inner a.prev:before { width:70px; }
}


.sy { pointer-events:none; position:absolute; z-index:3; left:0; bottom:0; width:100%; height: 100%;/*background:url(../images/sy.png) no-repeat center bottom; background-size:100% auto;*/}

.play { cursor:pointer; color:rgba(255,255,255,.7); transition:.16s all linear; height:100%; display:flex; justify-content: center; align-items:center; font-size:46px; position:absolute; z-index:4; left:15px; right:15px; top:0%; }
.play:hover { color:#fff; transition:.16s all linear; }
.play i { transition:.16s all linear; }
.play:hover i { transform:scale(1.1); transition:.16s all linear; }
.video-shadow { display: none; position:fixed; z-index:99999; top:0; left:0; width:100vw; height:100vh; background:rgba(0,0,0,.8); }
.video-panel { height:275px; width:365px; padding:5px; background:#f8f8f8; position:fixed; top:50%; left:50%; transform:translate(-50%,-50%); }
.video-shadow .close { position:absolute; bottom:5%; left:50%; transform:translateX(-50%); width:100px; height:40px; line-height:40px; border-radius:20px; background: #fff; text-align:center; }
@media(min-width:768px) {
  .play { font-size:54px; }
  .video-panel { height:362px; width:630px; }
}
@media(min-width:992px) {
  .play { font-size:62px; }
  .video-panel { height:420px; width:730px; }
}
@media(min-width:1200px) {
  .play { font-size:70px; }
  .video-panel { height:500px; width:870px; }
}
@media(min-width:1400px) {
  .video-panel { height:724px; width:1260px; }
}
@media(min-width:1600px) {
  .play { font-size:75px; }
}