﻿@charset "utf-8";
html{font-size:62.5%;}
body{margin:0px; font-size:12px; color:#91989f; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; cursor:default; }
*{padding:0px; margin:0px;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; }
body,ul,ol,dl,dd,h1,h2,h3,h4,h5,h6,p,i,b,em,span,form,fieldset,legend,input,textarea,select,button,th,td {margin:0; padding:0; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei;}
h1,h2,h3,h4,h5,h6 {list-style:none; font-weight:normal; color:#555;}
input,select,button{font-size:12px; font-family: Arial, Helvetica, sans-serif,Microsoft YaHei; border:0; background:none; outline:none; vertical-align:middle;}
button {overflow:visible}
img{border:none;}
li{list-style:none;}
a{color:#91989f; text-decoration:none;
-webkit-transition:all .3s;
-moz-transition:all .3s;
-ms-transition:all .3s;
-o-transition:all .3s;
transition:all .3s;}
a:hover{color:#005caf;}

.clear{overflow:hidden; clear:both; height:0px;}
.fl{float:left;}
.fr{float:right;}

.con{width:1240px; margin:0 auto;}
.container { width:1240px; margin:0 auto}
.header{width:100%; position:fixed; top:0; left:0; z-index:10;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; background:rgba(255,255,255,0.9)}
.header.on{box-shadow:0 0 10px #aaa;}
.header .container{position:relative;}
.header .logo{ float:left; margin:15px 0 ;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header.on .logo{float: left; }
.header .logo img{width:auto; height:44px; display:block;}
.header .an{position:absolute; top:50%; right:15px; height:18px; width:30px; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}
.header .an span{width:30px; height:2px; background-color:#555; display:block; position:absolute;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .an span.a1{top:0; left:0;}
.header .an span.a2{top:8px; left:0;}
.header .an span.a3{top:16px; left:0;}
.header .an.n span.a2{display:none;}
.header .an.n span.a1{top:8px; width:30px;
transform:rotate(45deg);
-o-transform:rotate(45deg);
-ms-transform:rotate(45deg);
-moz-transform:rotate(45deg);
-webkit-transform:rotate(45deg);}
.header .an.n span.a3{top:8px; width:30px;
transform:rotate(135deg);
-o-transform:rotate(135deg);
-ms-transform:rotate(135deg);
-moz-transform:rotate(135deg);
-webkit-transform:rotate(135deg);}

.header .nav{float:right;}
.header .nav i{font-size:12px; color:#aaa; line-height:54px; text-align:right; position:absolute; width:50%; height:54px; right:0px; top:50%; display:none;
transform:translate(0,-50%);
-webkit-transform:translate(0,-50%);
-moz-transform:translate(0,-50%);
-ms-transform:translate(0,-50%);
-o-transform:translate(0,-50%);}

.header .nav ul li{line-height:74px; float:left; position:relative; padding:0 20px;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s;}
.header .nav ul li a{display:block; font-size:16px;color:#000; text-transform:capitalize}

.header .nav ul li span{width:0; height:4px;border-radius: 2px; background-color:#2B7ACD; position:absolute; left:50%; bottom:0;
transition:all .3s;
-o-transition:all .3s;
-ms-transition:all .3s;
-moz-transition:all .3s;
-webkit-transition:all .3s;
transform:translate(-50%,0);
-webkit-transform:translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform:translate(-50%,0);
-o-transform:translate(-50%,0);}
.header .nav ul li:hover span{width:100%;}
.header .nav ul li:hover a{color: #2B7ACD}
.header .nav ul li.on a{color: #2B7ACD}
.header .nav ul li.on span{width:100%;}

.nav .y_j{position:relative;}
.nav .e_j{width:150px; background-color:rgba(255,255,255,.95); position:absolute; top:74px; left:50%; margin-left:-75px; display:none; z-index:9999;}
/*.header.on .nav .e_j{box-shadow:0 2px 2px #aaa;}*/
.header .nav ul li .e_j a{display:block; font-size:14px; color:#222; line-height:40px; border-bottom:1px solid rgba(0,0,0,0.15); text-align:center }
.nav .e_j .ejy { position:relative}
.nav .e_j .s_j {width:150px; background-color:rgba(255,255,255,.5); position:absolute; top:0px; left:150px; display:none; z-index:9999;}
.header .nav .e_j a:hover{background-color:#2B7ACD; color:#fff;}

@media (min-width:1024px){

.header .nav .e_j{display:none !important;}
.header .nav ul li:hover .e_j{display:block !important;}
.head_h { height: 74px;}
}

@media (max-width:1200px){

}
@media only screen and (max-width:1024px){
.head_h { height: 60px; display:block}
.header{border:0; height:60px; background:#fff; width:100%}
.header .container{ padding:0; overflow:hidden; width:94%}
.header .logo{ margin:10px auto;}
.header .logo img {
  height: 40px;
}
.header .an{display:block; right:10px;}
.header .an span { background-color:#999}
.header .nav ul { width: 100%;}
.header.on .nav {width:100%}
.header .nav{width:100%; padding:15px 5%; background-color:#fff; height:100%; position:fixed; top:60px; right:-100%; z-index:9999; overflow:auto;
transition:all .5s;
-o-transition:all .5s;
-ms-transition:all .5s;
-moz-transition:all .5s;
-webkit-transition:all .5s; margin-top:0}
.header .nav.on{right:0;}
.header.on .nav ul li a { font-size: 16px;color: #333;}
.header .nav i{display:block;}
.header .nav ul li{line-height:60px; text-align:left; border-bottom:1px solid rgba(0,0,0,0.15); float:none; margin:0; padding:0}
.header .nav ul li::after { background: rgba(0,0,0,0);}
.header.on .nav ul li{line-height:60px;}
.header .nav .e_j { width: 100%; border-top: 1px solid rgba(0,0,0,0.15); background: none; position: relative;display: none;top: auto; left: auto; margin: 0;padding-bottom: 10px;}
.header .nav ul li .e_j a { color:#333;}
.header .nav ul li .e_j a:hover { color:#333}
.header .nav .e_j a{border-top:0; font-size:12px; color:#333; line-height:32px;}
.header .nav .e_j a:hover{background:none;}
.header .nav ul li:hover .e_j{display:none;}
.header .nav ul li a{font-size:16px; color:#333;}

.header .nav ul li:hover span{width:0;}
.header .nav ul li.on span{width:0;}
}
@media only screen and (max-width:375px){
.header .container{ padding:0}

}

.gallery-top{width:100%; position:relative;}
.gallery-top .swiper-slide img{width:100%; height:auto; display:block;}
.gallery-top .swiper-pagination{bottom:20px !important;}
.gallery-top .swiper-pagination-bullet {width:10px; height:10px; display:inline-block; border-radius:0; opacity:1;border-radius:50%;-moz-border-radius:50%;-webkit-border-radius:50%;}
.gallery-top .swiper-pagination-bullet.swiper-pagination-bullet-active { background:#2B7ACD}




.tit { margin-bottom:50px; text-align:center}
.tit h1 { font-size:36px; color:#333; margin-bottom:15px; position:relative}
.tit h1::after { content: " ";position: absolute; left: 50%; bottom: -12px; width: 60px; margin-left: -30px;height: 0;border: 1px solid #f18c16;}
.tit h3 { font-size:14px; color:#666; margin-top:25px;}


.sy_cpxj {padding:35px 0;}
.sy_cpxj ul {display: flex;justify-content: space-between;align-items: stretch;flex-wrap: wrap;}
.sy_cpxj ul li {width:49%;background: #2B7ACD;border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.15); padding: 35px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);box-sizing: border-box;position: relative;overflow: hidden;}
.sy_cpxj ul li .img_box {
	width: 100%;height: 100%;
	position: absolute;left: 0;top: 0;
	overflow: hidden;background: #fff;
}

.sy_cpxj ul li .img_box img {
	width: 102%;
	height: 102%;
	position: absolute;opacity: 0.5;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.sy_cpxj ul li:hover .img_box img {
	transform: scale(1.05);transition: all 1s;opacity: 0.15
}

.sy_cpxj ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cpxj ul li:hover {
  transform: scale(1.03);
}
.sy_cpxj ul li:hover::before {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-top-color: #2B7ACD;
  border-right-color: #2B7ACD;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
.sy_cpxj ul li:hover::after {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-bottom-color: #2B7ACD;
  border-left-color: #2B7ACD;
  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}




.sy_cjwt::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cjwt::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border: 2px solid transparent;
  box-sizing: border-box;
  z-index: 3;
}
.sy_cjwt::hover {
  transform: scale(1.03);
}














.sy_cjwt:hover::after{ width: 100%;
  height: 100%;border-radius: 10px;
  border-bottom-color: #2B7ACD;
  border-left-color: #2B7ACD;
  -webkit-transition: border-color 0s ease-out 0.5s, width 10s ease-out 0.5s, height 0.25s ease-out 0.75s;
  transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;}
  .sy_cjwt:hover::before {
  width: 100%;
  height: 100%;border-radius: 10px;
  border-top-color: #2B7ACD;
  border-right-color: #2B7ACD;
  -webkit-transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
  transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}
  
  
.sy_cpxj ul li .text {position: relative;z-index: 5;}
.sy_cpxj ul li .top{margin-bottom: 20px;}

/*.sy_cpxj ul li .top{display: flex;margin-bottom: 20px;}*/

.sy_cpxj ul li .tb {width: 40px;height: 40px;background: #2B7ACD;border-radius: 50%;padding: 6px;border: #2B7ACD 1px solid;margin-right: 10px;}
.sy_cpxj ul li .tb img {max-width: 100%}

.sy_cpxj ul li:hover .tb{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;border: #fff 1px solid;}
.sy_cpxj ul li h3 {font-size: 20px;color: #333;position: relative;font-weight: bold;line-height: 40px;}

.sy_cpxj ul li p {font-size: 16px;line-height: 2;color: #555;position: relative;margin-bottom: 10px;}
.sy_cpxj ul li p a {color: #333;}
.sy_cpxj ul li p:hover a {color: #2B7ACD;}
.sy_cpxj ul li p span{position: absolute;right: 0;top: 0;color: #555;}

.tit_more {
  color: #a4a4a4;
  font-size: 14px;
  -webkit-animation: bounce-down 1.5s linear infinite;
  border-radius: 20px;
  animation: bounce-down 1.5s linear infinite;
}
.com_tit {
  height: 35px;
  line-height: 35px;
  font-size: 20px;font-weight: bold;margin-bottom:25px;
}
.com_tit a {color: #222;}

.sy_cjwt {margin-bottom: 35px;border-radius: 10px;box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.1);position: relative;overflow: hidden;

    
    
}
.com_tit .zi{display: flex;float: left;}
.com_tit .tb {width: 40px;height: 40px;background: #2B7ACD;border-radius: 50%;padding: 6px;border: #2B7ACD 1px solid;margin-right: 10px;}
.com_tit .tb img {max-width: 100%}

.sy_cpxj ul li:hover .tb{-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;border: #fff 1px solid;}
.sy_cjwt .nr {padding: 35px;overflow: hidden;position: relative;z-index: 5;}
.sy_cjwt .mb{position: absolute;width: 100%;height: 100%;background:#fff;overflow: hidden;z-index: 1;left: 0;top: 0;}
.sy_cjwt .mb .img_box img {
	width: 102%;
	height: 102%;
	position: absolute;opacity: 0.5;
	top: 0;
	left: 0;
	object-fit: cover;
	transition: all 1s;
}

.sy_cjwt:hover .img_box img {
	transform: scale(1.05);transition: all 1s;opacity: 0.15
}
.sy_cjwt .flex{display: flex;flex-wrap: wrap;align-items: stretch;justify-content: space-between;}
.sy_cjwt .box {width: 32%;position: relative;z-index: 2;}
/*
.sy_cjwt .box:hover {
    -webkit-box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 15px 70px rgba(0, 0, 0, 0.15);-webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;}
*/

.sy_cjwt ul li {font-size: 16px;color: #222;line-height: 40px;margin-bottom: 5px;}
.sy_cjwt ul li a {color: #222;}
.sy_cjwt ul li:hover a {color: #2B7ACD;}
.sy_cjwt ul li::before {content: "☑";margin-right: 5px;color: #2B7ACD;}

.fy_ad {border-radius: 10px;height: 150px;background: url(../images/bj.png) center / cover no-repeat;position: relative;}
.fy_ad .mb{background: rgba(0,0,0,0.4);position: absolute;top: 0;left: 0;width: 100%;height: 100%;padding: 60px 20px;font-size: 30px;color: #fff;font-weight: bold;text-align: center;}

.sy_qs {padding: 35px 0  12px;}
.sy_qs ul {display: flex;justify-content: space-between;flex-wrap: wrap;}
.sy_qs ul li{width: 23.5%;box-shadow:0 0 20px rgba(0,0,0,0.1);-webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;padding: 15px;border-radius: 6px;margin-bottom: 20px;}
.sy_qs ul li:hover{box-shadow:0 0 20px rgba(0,0,0,0.2);}
.sy_qs ul li .top{display: flex;flex-wrap: wrap;padding: 10px 0;}
.sy_qs ul li .top img{width:auto;display: block;height: 36px;}
.sy_qs ul li .top .logo {width:100%;border-radius: 15px;border: #eee 1px solid;background: #eee;padding: 8px;height: 49px;display: flex;justify-content: center;}
.sy_qs ul li .top .zi {width:100%;font-size: 15px;color: #000;font-weight: bold;display: flex;justify-content: center;align-items: center;padding: 10px 0 0}
.sy_qs ul li .jg {padding: 10px 10px;background:#bfe4fc;color: #1a59b4;font-size: 16px;font-weight: bold;text-align: center;border-radius: 6px;margin-bottom: 15px;}
.sy_qs ul li .jg span {color: #C50206;margin-left: 10px;}
.sy_qs ul li .td {line-height: 30px;font-size: 14px;color: #222;padding: 0 10px;}
.sy_qs ul li .td span{color: #1a59b4;font-weight: bold;}
.sy_qs ul li .an {background: #f6f6f6;border-radius: 6px;display: flex;justify-content: space-between;margin-top: 15px;padding: 10px 10px}
.sy_qs ul li .an a{background: #2B7ACD;width: 110px;height: 38px;line-height: 38px;font-size: 16px;color: #fff;text-align: center;border-radius: 20px;}
.sy_qs ul li .an a.ss {background:#1a59b4;}

.sy_yqlj .com_tit {
  background: url(../images/fw_cion.jpg) left center no-repeat;
  padding-left: 30px;border-bottom: #ccc 1px solid;
}
.sy_yqlj {background: #f6f6f6;padding: 35px 0;overflow: hidden;}
.sy_yqlj ul{max-width: 1000px;margin: 0 auto}
.sy_yqlj ul li {width: 25%;float: left;font-size: 16px;color: #222;line-height:40px;text-align: center;}
.sy_yqlj ul li a {color: #222;}
.sy_yqlj ul li a:hover {color: #2B7ACD;}







/* start footer */
.footer_bg{background:#333; width:100%;padding:35px 0 0;overflow: hidden;}
.footer .ftel {
  font-size: 24px;
  
  line-height: 35px;text-align: center;color: #fff;
}

.footer .ftel a{
color: #fff;
}

.footer { width:1240px; margin:0 auto;}
 .fkf_bt {
  width: 117px;
  height: 35px;
  background: url(../images/kf_bg.jpg) center no-repeat;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.footer .fxts {padding: 15px 0  30px 0;line-height: 1.5;font-size: 14px;color: #ccc;}
.bq {width: 100%;padding:20px 0;background: #222;text-align: center;font-size: 14px;color: #ccc;}


.nban { width:100%; height:380px; position:relative; margin:0 auto}

.nban .bt {width:380px;padding: 20px;position: absolute;left:10%;top: 26%;z-index: 5;}
.nban .bt h2 {font-size:24px;color: #fff;text-transform: uppercase;margin-bottom: 10px;}
.nban .bt h3 {font-size:34px;color: #fff;font-weight: bold;}

.wzxx {float: left;line-height: 40px;font-size: 16px;color: #333;}
.wzxx a {font-size: 16px;color: #333;}

.ntit{ background:rgba(255,255,255,0.6); border-bottom: #eee 1px solid;padding: 10px 0;overflow: hidden;}
.ntit ul {text-align: center;text-align: right;}
.ntit ul li { line-height:38px; margin-right:10px;position: relative;background:#eee; text-align: center;border-radius: 10px;overflow: hidden;display: inline-block;}
.ntit ul li a { color:#222; font-size:16px; display:block;padding: 0 15px;}
.ntit ul li a:hover { background:#2B7ACD; color:#fff; -webkit-transition: all 0.4s linear -1ms;

-moz-transition: all 0.4s linear -1ms;

-ms-transition: all 0.4s linear -1ms;

-o-transition: all 0.4s linear -1ms;

transition: all 0.4s linear -1ms;}
.ntit ul li.on a { background:#2B7ACD; color:#fff}


.ny_xw {margin: 30px auto 40px;}
.Activsbf1_lb{ width:100%; margin-top:10px;}

.Activsbf1_lb dl{ width:100%; background:#f6f6f6; padding:10px;  margin:0 0 20px; box-sizing: border-box;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;display: flex;align-items: stretch;justify-content: space-between;}

.Activsbf1_lb dt{ width:28%; float:left; overflow:hidden;}

.Activsbf1_lb dt a{}

.Activsbf1_lb dt img{ vertical-align:middle; width:100%;height: 100%;object-fit: cover;}

.Activsbf1_lb dd{ width:68%; float:right; margin-top:15px; margin-right:0.5%}

.Activsbf1_lb dd .newNrtit{ width:100%; line-height:30px; font-size:16px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}

.Activsbf1_lb dd .newNrtit a{font-size:18px; color:#333;}

.Activsbf1_lb dd .newNrjs{ width:100%; margin-top:10px; line-height:1.8; color:#666; font-size:16px; display: -webkit-box;
overflow: hidden;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;min-height: 60px;}

.Activsbf1_lb dd .Acdltj_time{width:100%; margin:15px 0 0; color:#999;font-size: 14px;}
.Activsbf1_lb dd .more1 a {width:160px;line-height: 45px;background: #2B7ACD;display: block;text-align: center;color: #fff;text-transform: uppercase;margin-top: 30px;margin-bottom: 10px;font-size: 16px;}
.Activsbf1_lb dd:hover .more1 a {background: #f6a400;color:#fff }


.Activsbf1_lb dl:hover dt img{-webkit-transition: -webkit-transform 0.3s ease 0s;transition: transform 1s ease 0s;-webkit-transform-origin: center;transform-origin: center;}
.Activsbf1_lb dl:hover dt img{-webkit-transform: scale(1.08);transform: scale(1.08);}

.page {padding: 30px 0;overflow: hidden;text-align: center;}
.page a {width: 38px;height: 38px;display: inline-block;margin: 0 5px;border-radius: 50%;background: #eee;line-height: 38px;text-align: center;font-size: 16px;color: #333;}
.page a:hover{background: #2B7ACD;color: #fff;}
.page a.on{background: #2B7ACD;color: #fff;}
.ny_xw2{padding: 60px 0 40px;overflow: hidden;}
.ny_xw2 ul li{padding:40px;border-bottom: #eee 1px solid;overflow: hidden;margin-bottom: 30px;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw2 ul li:hover{box-shadow: 0 0 20px rgba(0,0,0,0.1);border-bottom: #2B7ACD 1px solid;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw2 ul li h4{font-size: 18px;color: #999;}
.ny_xw2 ul li h3{font-size: 20px;font-weight: bold;color: rgba(51, 51, 51, 1);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;margin-bottom: 20px;}
.ny_xw2 ul li:hover h3{color: #2B7ACD;}
.ny_xw2 ul li p{font-size: 14px;line-height: 30px;margin-bottom: 35px;color: rgba(112, 112, 112, 1);display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;}
.ny_xw2 ul li .more1 a{font-size: 15px;padding-right: 90px;background: url(../images/ckgd2.png) right center no-repeat;display: inline-block;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;color: rgba(51, 51, 51, 1);line-height:37px;}
.ny_xw2 ul li:hover .more1 a{padding-right: 80px;}
.ny_xw2 ul li .w_z{width: calc(100% - 410px);float: left;}
.ny_xw2 ul li .t_p{width: 332px;float: right;overflow: hidden}
.ny_xw2 ul li .t_p img{width: 100%;display: block; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_xw2 ul li:hover .t_p img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}

.index-fiv {
    padding: 35px 0;background: #f5f5f5;
}
.index-fiv .g-tit1 .hr {
  margin: 10px auto 25px;
}


.infiv-ul {
    margin: 0 -17.5px;
}

    .infiv-ul li {
        float: left;
        width: 33.333%;
        padding: 0 17.5px;box-sizing: border-box;margin-bottom: 30px;
    }

        .infiv-ul li a {
            display: block;
        }

.infiv-img {
    overflow: hidden;border-radius: 16px 16px 0 0;
}

    .infiv-img img {
        width: 100%;
        transition: ease 1s;
    }

.infiv-txt {
    padding: 26px 25px;
    background: rgba(255, 255, 255, .1);
    box-shadow: 0 0 13px rgba(0, 0, 0, .1);box-sizing: border-box;border-radius:0 0 16px 16px;
}

    .infiv-txt h3 {
        font-size: 20px;font-weight: bold;
        line-height: 35px;
        color: #000;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
.index-fiv .hx {
  width: 100%;
  height: 1px;
  background-color: #dcdcdc;
  position: relative;
  margin: 6px 0 0;
}
.index-fiv .hx:before {
  content: '';
  position: absolute;-webkit-transition: .6s;
  transition: .6s;
  left: 100%;
  top: -5px;
  z-index: 0;
  width: 12px;
  height: 12px;
  background-color: #2B7ACD;
  opacity: 0;
  border-radius: 50%;
}
.index-fiv li:hover .hx {
  background-color: #2B7ACD;
}
.index-fiv li:hover .hx:before {
  opacity: 1;
  left: 0;
}

    .infiv-txt span {
        margin-top: 15px;
        display: block;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        font-family: "Arial";
    }

    .infiv-txt p {
        margin-top: 12px;
        font-size: 16px;
        line-height: 30px;
        color: #333;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        height: 60px;
    }

.infiv-ul li:hover .infiv-txt h3 {
    color: #2B7ACD;
}

.infiv-ul li:hover .infiv-img img {
    transform: scale(1.05);
}

.ny_xw3 {padding: 35px 0;}
.ny_xw3 ul li {margin-bottom: 10px;background: #f6f6f6;position: relative;overflow: hidden;}
.ny_xw3 ul li .tp {width: 50%;overflow: hidden;}
.ny_xw3 ul li .tp img {width: 100%;display: block;}
.ny_xw3 ul li .wenz {width: 50%;position: absolute;right: 0;height: 100%;top: 0;padding: 25px 3% 25px 5% ;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
.ny_xw3 ul li:nth-child(2n) .wenz{left: 0;right: auto;}
.ny_xw3 ul li .wenz .tb {width: 80px;-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_xw3 ul li .wenz .tb i {font-size: 45px;color: #333;text-align: center;}
.ny_xw3 ul li:hover .wenz .tb {-webkit-transform: rotateY(360deg);-moz-transform: rotateY(360deg);-o-transform: rotateY(360deg);-ms-transform: rotateY(360deg);transform: rotateY(360deg);-webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.ny_xw3 ul li .wenz h3 {font-size:24px; line-height:1.25; padding-bottom:20px; position:relative; margin-bottom:30px; color:#222;}
.ny_xw3 ul li .wenz h3:before{ content:''; position:absolute; left:0%; width:2em; height:4px; background:rgba(181,181,182,0.5); bottom:0px;}
.ny_xw3 p{  color:#666; line-height:1.8; letter-spacing: 0.1em;text-align:justify; margin-bottom:10px; font-weight: lighter;font-size: 14px;}
.ny_xw3 ul li .more {width: 120px;height: 38px;margin-top: 30px;text-align: center;font-size: 14px;position: relative;border: #333 1px solid;line-height: 38px;}
.ny_xw3 ul li .more::before{width: 30px;height: 1px;content: "";background: #333;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw3 ul li .more:hover::before{width: 0;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw3 ul li .more a {color: #333;position: relative;z-index: 3;}
.ny_xw3 ul li .more:hover a{color: #fff;}
.ny_xw3 ul li .more span {width: 0;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;background: #2B7ACD;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw3 ul li .more:hover span{width: 100%;transition: all 0.3s;-wbkit-transition: all 0.3s;-o-transition: all 0.3s;-moz-transition: all 0.3s;}
.ny_xw3 ul li:hover .tp img{ -webkit-transform:scale(1.07); -moz-transform:scale(1.07); -o-transform:scale(1.07); -ms-transform:scale(1.07); transform:scale(1.07); -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s; }

.xw_xq {padding: 35px 0;}
.xw_xq h1{
font-size:28px;
line-height: 50px;
text-align: center;
color: #000000;margin-bottom: 15px;
}
.xw_xq h4 {
font-size: 14px;
line-height: 24px;
text-align: center;
color: #000000;}
.xw_xq h4 span{margin: 0 10px;display: inline-block;vertical-align: middle;height: 16px;width: 1px;background: #000;}
.xw_xq h4 i {font-size: 22px;margin-right: 5px;}
.xw_xq .xian {background: rgba(0, 0, 0, 0.21);height: 1px;margin-bottom: 35px;margin-top: 20px}


.xw_xq .tp {padding:30px 0;text-align: center;}
.xw_xq .tp img {max-width: 100%;}

.xw_xq .table {border: #ccc 1px solid;margin-top: 25px;}
.xw_xq .table li:last-child{border-bottom: 0;}
.xw_xq .table li.bt {background: #2B7ACD;color: #fff;}
.xw_xq .table li {display: flex;justify-content: flex-start;align-items: stretch;line-height: 1.5;font-size: 14px;border-bottom: #ccc 1px solid;color: #333;}
.xw_xq .table li .l1{width: 20%;float: left;display: block;border-right: #ccc 1px solid;box-sizing: border-box;padding: 10px;}
.xw_xq .table li .l2{width: 15%;float: left;padding: 10px;border-right: #ccc 1px solid;box-sizing: border-box;}
.xw_xq .table li .l3{width: 50%;float: left;padding: 10px;box-sizing: border-box;}
.xw_xq .mz{padding: 10px 0;line-height: 25px;color: #444;border-top: #ccc 1px dashed;margin-top: 20px;}














@media only screen and (max-width:1024px) {

.container { width: 94%; margin: 0 auto;-moz-box-sizing: border-box; /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box;}
.con {width:94%; margin: 0 auto;}
	.sy_cpxj ul li {
  width: 100%;padding: 25px;margin-bottom: 20px;
}
	.sy_cpxj {
  padding: 25px 0 0;
}
	.sy_cjwt .nr {
  padding: 25px;
}
	.fy_ad .mb {
  padding: 30px 15px;
  font-size: 24px;display: flex;justify-content: center;align-items: center;
}
	.sy_qs ul li {
  width: 49%;
}
	.footer {
  width: 90%;
}
	.bq {
  padding: 10px 0;
}
	.gallery-top .swiper-pagination {
  bottom: 10px !important;
}
	.sy_cjwt {
  margin-bottom: 35px !important;
}
	.nban {
  height:10rem;background-position: center center !important;background-size: cover;
}
	.nban .bt {
  width: 90%;
  padding: 10px;
  left: 5%;
  top: 26%;
}
	.nban .bt h3 {
  font-size: 28px;
}
	.nban .bt h2 {
  font-size: 20px;
  margin-bottom: 0px;
}
	.ny_xw2 {
  padding: 30px 0 20px;
}
	.ny_xw2 ul li {
  padding: 10px;
  margin-bottom:20px;
}
	.ny_xw2 ul li .t_p {
  width: 260px;
}
	.ny_xw2 ul li .w_z {
  width: calc(100% - 280px);
}
	.ny_xw2 ul li h4 {
  font-size: 16px;
}
	.Activsbf1_lb dd .more1 a {
  width: 120px;
  line-height: 36px;
  margin-top: 20px;font-size: 14px;
}
	.Activsbf1_lb dd {
  margin-top:0px;width: 58%
}
	.Activsbf1_lb dt {
  width: 38%;
}
	.infiv-ul li {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 20px;
}
	.infiv-txt {
  padding: 10px 15px;
}
	.ny_xw3 ul li .wenz {
  width: 100%;
  position: static;
}
	.ny_xw3 ul li .tp {
  width: 100%;
}
	.ny_xw3 ul li {
  margin-bottom: 20px;
}
	.xw_xq {
  padding: 25px 0;
}
	.xw_xq h1 {
  font-size:24px;
  line-height: 35px;
  margin-bottom: 10px;
}
	
	
	
	
	

  }
  

@media only screen and (max-width:600px){

	.gallery-top .swiper-slide img{width:140%;margin-left: -20%;}
	.gallery-top .swiper-slide {overflow: hidden;}
	.sy_cpxj ul li h3 {
  font-size: 16px;
  line-height:26px;
}
	.sy_cpxj ul li .top {
  align-items: center;justify-content: flex-start
}


	.sy_cpxj ul li p {
  font-size: 14px;
  line-height:2;
  margin-bottom: 10px;
}
	.sy_cpxj ul li p span {position: static;
  top:auto;bottom: 0;font-size: 12px;margin-left: 5px;
}
	  .sy_cpxj ul li {
    padding: 15px;
  }
	  .sy_cjwt .nr {
    padding: 15px;
  }
	.sy_cjwt .box {
  width: 100%;
}
	 .fy_ad .mb {
    font-size: 20px;
  }
	 .sy_qs ul li {
    width: 100%;
  }
	.sy_qs {
  padding: 35px 0 0;
}
	.sy_yqlj {
  padding: 20px 0;
}
	.sy_yqlj ul li {
  width: auto;padding: 0 10px;
  font-size: 16px;
  line-height: 30px;
}
	
	.footer .ftel {
  font-size: 20px;
  height: auto;
  line-height: 35px;
}
	.page a {
  width: 28px;
  height: 28px;
  margin: 0 2px;
  line-height: 28px;
  font-size: 14px;
}
	 .ny_xw2 ul li {
    padding: 0px;
  }
	 .ny_xw2 ul li .w_z {
    width: 100%;
  }
	.ny_xw2 ul li p {
  line-height: 28px;
  margin-bottom:20px;
}
	 .ny_xw2 ul li .t_p {
    width: 100%;margin-top: 20px;
  }
	.con {
    width: 90%;
  }
	.ny_xw2 ul li h3 {
  font-size: 16px;
  margin-bottom: 15px;
}
	.Activsbf1_lb dl {flex-wrap: wrap;padding: 0;
}
	  .Activsbf1_lb dt {
    width: 100%;
  }
	.Activsbf1_lb dd .Acdltj_time {
  margin: 5px 0 0;
}
	 .Activsbf1_lb dd {
    width: 100%;margin-top: 10px;padding: 15px;
  }
	 .infiv-ul li {
    width: 100%;
  }
	 .container {
    width: 90%;
  }
	.ny_xw3 ul li .wenz h3 {
  font-size: 18px;
  line-height: 1.25;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
	.wzxx {
  font-size: 14px;
}
	.wzxx a {
  font-size: 14px;
}
	.ntit ul li {
  line-height: 32px;
}
	.ntit ul li a {
  font-size: 14px;
}
	.xw_xq .table li .l1 {
  width: 22%;
  padding: 6px;
}
	.xw_xq .table li .l2 {
  width: 17%;
  padding: 6px;
}
	.xw_xq .table li .l3 {
  width: 44%;
  padding: 6px;
} 	
}

.log-body {
    padding: 30px 0;
    line-height: 2;
    font-size: 16px;
    word-break: break-word;
    background: var(--front-bg-color);
}

.log-body .excerpt {
    background: var(--front-dark-bg-color);
    padding: 15px 20px;
    margin-bottom: 2em;
    border-radius: var(--border-radius);
}

.log-body .excerpt p {
    margin-bottom: 0;
    line-height: 2;
}

.log-body p, .log-body strong {
    font-size: 17px;
}

.log-body p {
    margin-bottom: 1em
}

.log-body h1, .log-body h2, .log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    word-break: break-all;
    color: var(--title-color);
}

.log-body h1 {
    font-size: 32px;
    margin-bottom: 10px;
}

.log-body h2 {
    width: 100%;
    padding: 5px 0;
    margin-bottom: 1em;
    box-sizing: border-box;
    font-size: 22px;
    border-radius: 4px;
}

.log-body h3, .log-body h4, .log-body h5, .log-body h6 {
    font-weight: bold;
    font-size: 18px;
    margin: 0.5em 0
}

.log-body strong {
    font-weight: bold;
}

.log-body img {
    max-width: 100%;
    height: auto;
}

.log-body pre {
    margin: 16px 0;
}

.log-body code {
    background-color: var(--front-dark-bg-color);
    padding: 0 10px;
    line-height: 1.5;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    color: var(--text-color);
}

.log-body pre code {
    background-color: inherit;
}

.log-body ol, .log-body ul {
    margin-bottom: 1em;
}

.log-body ul {
    padding-left: 20px;
}

.log-body li {
    line-height: 2
}

.log-body ul li {
    list-style-type: circle;
}

.log-body ol {
    padding-left: 30px;
}

.log-body ol li {
    list-style-type: decimal;
}

.log-body li p {
    display: inline
}

.log-body .text-block {
    background-color: var(--front-dark-bg-color);
    padding: 10px 15px;
    text-align: center;
    margin: 1em 0
}

.log-body blockquote {
    padding: 10px 20px;
    margin: 1em 0;
    color: var(--text-color);
    border-left: 5px solid var(--front-dark-bg-hover-color);
    background: var(--front-dark-bg-color);
}

.log-body blockquote p {
    margin-bottom: 0;
}

.log-body hr {
    display: block;
    border: 1px solid transparent;
    border-bottom-color: var(--line-color);
    margin: 2em 0;
}

.log-body table {
    width: 100%;
    border: 1px solid var(--line-color);
    border-collapse: collapse;
    margin-bottom: 1em;
}

.log-body table th,
.log-body table td {
    border-bottom: 1px solid var(--line-color);
    padding: 5px 10px;
    text-align: center;
}

.log-body table tr:last-of-type td {
    border-bottom: 1px solid var(--line-color);
}

.log-body table th {
    background-color: var(--line-color)
}

.log-body video {
    display: block;
    margin: 2em auto
}

.log-body a {
    color: var(--primary-color);
}

.log-body .poem {
    flex-direction: column;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 50px;
    width: fit-content;
    line-height: 1.6;
    margin: 30px auto;
    border-radius: 8px;
    font-size: 22px;
    box-shadow: 0 0 1px 10px #e0e3e9, 15px 15px 10px 10px #f6f6f6;
    letter-spacing: 1em;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    color: #000;
}

.log-body .poem p {
    font-size: inherit;
    border-bottom: 3px solid #e0e3e9;
    padding-left: 1em;
}

.log-body .poem.mini {
    font-size: 16px;
    letter-spacing: 0.5em;
}

.log-body a.btn {
    text-decoration: none;
}

.log-body .btn-box {
    padding: 30px;
    text-align: center;
    background: var(--front-dark-bg-color);
    margin: 1em 0;
}

.log-body .log-hide-content {
    padding: 30px;
    border: 2px dashed var(--line-color);
    margin: 1em 0;
    border-radius: 10px;
    display: flex;
}

.log-body .log-hide-content .hide-card-left {
    flex: 1;
}

.log-body .log-hide-content .hide-card-right {
    width: 120px;
}

.log-body .log-hide-content .hide-card-right img {
    width: 100%;
    border: 5px dashed #dedede;
    border-radius: 5px;
    box-sizing: border-box;
}

.log-body .log-hide-content .input {
    display: inline-block;
    width: 220px;
    margin-right: 15px;
}

.log-body .log-hide-content .btn {
    margin-top: 0;
}

