@import url(/skin/css/lay.css);
@import url(/skin/css/media.css);
@import url(/skin/css/reset.css);
@import url(/skin/css/font-awesome.min.css);
@import url(/skin/css/animate.min.css);
@import url(/skin/js/swiper.min.css);
@import url(/skin/css/idangerous.swiper.css);
@import url(/skin/css/youshi.css);
@import url();
@import url();
@import url();
.content {
	max-width: 1200px;
	height: auto;
	margin: 0 auto;

	box-sizing: border-box;
	overflow: hidden;
	padding: 0;
}
img {
	max-width: 100%;
}
.page-down {
	width: 30px;
	height: 30px;
	background: #999;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	display: none;
	z-index: 99999;
}
.ppt{float: left;

width: 33%;

padding-top: 10px;

overflow: hidden;}
.ppt dt{height: 50px;

line-height: 50px;

font-size: 16px;

background:
#3d87e3;

width: 50%;

float: left;

text-align: center;

color:
white;}

.ppt dd{line-height: 50px;

font-size: 16px;

background:
#f3f3f3;

width: 50%;

float: left;

text-align: center;}

.nybanner img{
	width:100%;
	
}
.nav_handle{
	display:none;
}
.page-down:hover {
	background: #434343;
}/* Ã¥â€ºÅ¾Ã¥Ë†Â°Ã©Â¡Â¶Ã©Æ’Â¨ */
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table .cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.smallest-screen {
	position: fixed;
	z-index: 999999;
	width: 100%;
	height: 100%;
	background: url(../images/displaynone.png) no-repeat center #666;
	display: none;
}
.overflow-initial{
    overflow: initial;
}
.date-box{
    border-right: 2px solid #dbdbdb;
    width: 20%;
    margin-right: 10px;
}
.hyzs-txt{
    width: 80%;
}
.hyzs-txt a{
    transition: 0.4s;
    font-size: 16px;
    display: block;
    margin-bottom: 12px;
    overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
 -webkit-box-orient:vertical;
-webkit-line-clamp:1;
}
.hyzs-txt a:hover{
    color:#236cb1;
}
.hyzs-conter-box h4{
    font-size: 20px;
    color: #236cb1;
    font-weight: bold;
}
.hyzs-conter-box h5{
    font-size: 16px;
    font-weight: bold;
    color: #a4a4a4;
}
.hyzs-conter{
    box-sizing: border-box;
    padding: 10px;
}
@media only screen and (max-width : 319px) {
.smallest-screen {
	display: block;
} 
}
@media only screen and (max-width :768px) {
    .hyzs-conter{
        width: 100% !important;
    }
.footer>div {
	display: none;
} 
}
.white {
	color: #fff !important;
}
.webmain {
	width: 100%;
	overflow: hidden;
}
.middle_holder {
	display: inline-block;
	font-size: 0;
	width: 0;
	height: 50px;
	vertical-align: middle;
}
.middle {
	display: inline-block;
	vertical-align: middle;
	width: 100%;
}
.cur a{
    font-weight: bold;
    display: block;
    font-size: 18px;
    width: 100%;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.cur span{
    display: block;
    font-size: 14px;
    margin: 5px 0;
}
.cur p{
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.nav_handle {
	position: relative;
    width: 50px;
    margin: 10px 15px;
    cursor: pointer;
    float: right;
    line-height: 30px;
    font-size: 16px;
    border: 1px solid #236cb1;
    text-align: center;
    color: #001938;
    border-radius: 5px;
}
.nav_handle b {
	width: 27px;
	height: 10px;
	position: relative;
}
.nav_handle b i {
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 2px;
	background-color: #000;
	top: 0;
	-webkit-transform-origin: 29% 50%;
	transform-origin: 29% 50%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.nav_handle b .l_2 {
	top: auto;
	bottom: 0;
}
.nav_handle.on b i {
	transform: rotate(45deg);
	background: #8cd635;
}
.nav_handle.on b .l_2 {
	transform: rotate(-45deg);
}
#container {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#background_video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	height: 100%;
	width: 100%;
}
#video_cover {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url('../images/video_cover.jpg') no-repeat;
	background-size: cover;
	background-position: center;
}
#video_controls {
	position: absolute;
	left: 50%;
	transform: translate(-50%, 0);
}
#play img {
	width: 100px;
}
#pause img {
	width: 90px;
}
#pause {
	display: none;
}
#video_controls {
	display: none;
}
.header {

	width: 100%;

	background:#fff;
	padding: 20px 0;
	z-index: 9999;
}
.header .logo {
	float: left;
}
.header .inmuen {
	float: right;
	line-height: 38px;
	padding: 10px 0;
}
.header .inmuen ul li {
	float: left;
	position: relative;
}
.header .inmuen ul li > a {
	display: block;
	padding: 0 10px;
    margin: 0 10px;
	border-radius: 5px;
	color: #000;
	font-size: 18px;

}
.header .inmuen ul li > a:hover {
	background: #2074f1;
	color:#fff;
}
.header .inmuen ul li > a.on {
	background: #2074f1;
	color:#fff;
}
.swiper-container{display: none;}
.header .inmuen ul li:hover .erji {
	display: block;
}
.header .inmuen ul li .erji {
	display: none;
	position: absolute;
	width: 120px;
	background: #fff;
	border: 1px solid #8cd635;
	left: 50%;
	top: 35px;
	margin-left: -60px;
}
.header .inmuen ul li .erji .li {
	display: block;
	line-height: 35px;
	text-align: center;
}
.banner {
	position: relative;
	height: 720px;
	overflow: hidden;
	text-align: center;
}
.banner .fgc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.banner .fgc .nr {
	min-height: 211px;
	max-width: 869px;
	background: url(../images/line.png) no-repeat center;
	margin: 45px auto 0;
	color: #fff;
}
.banner .fgc .nr .tit {
	font-size: 45px;
	color: #fff;
	font-weight: bold;
	line-height: 70px;
	position: relative;
	top: 0px;
}
.banner .fgc .nr a {
	display: inline-block;
	font-weight: bold;
	font-size: 30px;
	color: #2074f1;
	font-family: Times New Roman;
	margin-top: 10px;
}
.wapbanner {
	display: none;
}
.inadvyu {
	padding: 00px 0 70px 740px;
	position: relative;
	min-height: 420px;
}
.content .lmtit {
	font-size: 40px;
	color: #222;
	text-align: center;
	margin: 20px 0;
}
.inadvyu .pic {
	width: 700px;
	height: 420px;
	position: absolute;
	left: 0;
	top: 20px;
	background: url(../images/index_01.jpg) no-repeat left bottom;
}
.inadvyu .pic .nr {
	position: absolute;
	width: 520px;
	height: 350px;
	position: absolute;
	right: 0;
	top: 0;
	overflow: hidden;
}
.inadvyu .tit {
	line-height: 40px;
	font-size: 25px;
	color: #333;
	margin-bottom: 20px;
}
.inadvyu .jianjie div{
	line-height:20px;
	margin-bottom:12px;
}
.inadvyu .jj {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	max-height: 150px;
	overflow: hidden;
	margin-bottom: 20px;
}
.inadvyu .more {
	width: 130px;
	height: 50px;
	background: #226bb1;
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
}
.inyous {
	padding: 70px 0;
	background: url(../images/5afa8c2968836.jpg) no-repeat center #000;
	background-size: 100% 100%;
}
.inyous ul li {
	display: block;
	width: 21%;
	margin: 10px 2%;
	float: left;
}
.inyous ul li .sz {
	width: 125px;
	height: 125px;
	border-radius: 50%;
	border: 1px solid #ccc;
	line-height: 125px;
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #fff;
	margin: 0 auto 20px;
}
.inyous ul li .tit {
	font-size: 20px;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	color: #fff;
	margin-bottom: 10px;
}
.inyous ul li .jj {
	font-size: 14px;
	line-height: 22px;
	/* height: 66px; */
	overflow: hidden;
	color: #f3f3f3;
	text-align: center;
	padding: 0 1% !important;
}
.inservice {
	padding: 50px 0 70px;
	background: #f4f8fd;
}
.inservice .lmtit {
	font-size: 40px;
	color: #222;
	text-align: center;
	margin-bottom: 40px;
}
.inservice .shang {
	height: 300px;
	background: url(../images/pic_bg.png) no-repeat center;
}
.inservice .shang .pic {
	width: 40%;
	height: 300px;
	position: relative;
	float: left;
}
.inservice .shang .pic .fgc {
	background: rgba(102, 102, 102, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .5s;
	opacity: 0;
}
.inservice .shang .pic .fgc .ico {
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.inservice .shang .pic:hover .fgc {
	opacity: 1;
}
.inservice .shang .li {
	position: relative;
	width: 30%;
	height: 300px;
	float: left;
}
.inservice .shang .li .fgc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.inservice .shang .li .ico {
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
}
.inservice .shang .li .tit {
	margin-bottom: 10px;
	padding: 0 20px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
}
.inservice .shang .li .jj {
	min-height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	padding: 0 20px;
}
.inservice .shang .li.bclv {
	background: #236cb1;
}
.inservice .shang .li.bcbai {
	background: #fff;
}
.inservice .shang .li.bcbai .tit {
	color: #333;
}
.inservice .shang .li.bcbai .jj {
	color: #333;
}
.inservice .xia {
	height: 300px;
	background: url(../images/pic_bg02.png) no-repeat center;
}
.inservice .xia .pic {
	width: 40%;
	height: 300px;
	position: relative;
	float: right;
}
.inservice .xia .pic .fgc {
	background: rgba(102, 102, 102, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transition: all .5s;
	opacity: 0;
}
.inservice .xia .pic .fgc .ico {
	width: 42px;
	height: 42px;
	margin: 0 auto;
}
.inservice .xia .pic:hover .fgc {
	opacity: 1;
}
.inservice .xia .li {
	position: relative;
	width: 30%;
	height: 300px;
	float: left;
}
.inservice .xia .li .fgc {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}
.inservice .xia .li .ico {
	width: 90px;
	height: 90px;
	margin: 0 auto 20px;
}
.inservice .xia .li .tit {
	margin-bottom: 10px;
	padding: 0 20px;
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #fff;
	font-size: 24px;
}
.inservice .xia .li .jj {
	min-height: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	overflow: hidden;
	padding: 0 20px;
}
.inservice .xia .li.bclv {
	background: #236cb1;
}
.inservice .xia .li.bcbai {
	background: #fff;
}
.inservice .xia .li.bcbai .tit {
	color: #333;
}
.inservice .xia .li.bcbai .jj {
	color: #333;
}
.inabout {
	padding: 70px 0;
	/* background-attachment: fixed !important; */
}
.inabout .lmtit {
	font-size: 40px;
	color: #fff;
	text-align: center;
	margin-bottom: 40px;
}
.inabout .nr {
	line-height: 30px;
	font-size: 14px;
	color: #f2f2f2;
	margin-bottom: 40px;
}
.inabout .an {
	text-align: center;
}
.inabout .an1 {
	width: 130px;
	height: 50px;
	border: 1px solid #226bb1;
	background: #2074f1;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px;
}
.inabout .an2 {
	width: 130px;
	height: 50px;
	border: 1px solid #9eda44;
	font-size: 14px;
	display: inline-block;
	color: white;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin: 0 10px;
	background: #9eda44;
}
.innews {
	padding: 70px 0;
	background: #f8f7f1;
}
.innews .lmtit {
	font-size: 40px;
	color: #222;
	text-align: center;
	margin-bottom: 40px;
}
.innews .nr ul li {
	display: block;
	width: 31.333333%;
	margin: 0 1%;
	float: left;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}
.innews .nr ul li .wz {
	padding: 25px 15px;
}
.innews .nr ul li .wz .tit {
	height: 35px;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}
.innews .nr ul li .wz .date {
	height: 25px;
	line-height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #999;
}
.innews .nr ul li .wz .jj {
	font-size: 14px;
	line-height: 22px;
	color: #666;
	overflow: hidden;
	height: 110px;
}
.innews .nr ul li:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}
.innews .more {
	width: 130px;
	height: 50px;
	border: 1px solid #226bb1;
	background: #226bb1;
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 50px;
	text-align: center;
	border-radius: 5px;
	margin: 40px auto 0;
}
.insearch {
	padding: 40px 0;
	background: #3d87e3;
	line-height: 55px;
	text-align: center;
}
.insearch span {
	font-size: 22px;
	color: #fff;
}
.insearch .nr {
	margin-left: 20px;
	width: 90%;
	max-width: 430px;
	display: inline-block;
	background: #fff;
	height: 55px;
	line-height: 55px;
	padding-right: 55px;
	position: relative;
	box-sizing: border-box;
}
.insearch .nr .text {
	font-size: 14px;
	padding: 0 15px;
	height: 55px;
	line-height: 55px;
	width: 100%;
	box-sizing: border-box;
}
.insearch .nr .sub {
	position: absolute;
	width: 55px;
	height: 55px;
	line-height: 55px;
	right: 0;
	top: 0;
	outline: none;
	font-size: 25px;
}
.widget-content{
	color:#fff;
	line-height:30px;
	padding-top:20px;
	width:90%;
	margin:0 auto;
}
.widget-content li{
display:inline;
}
.widget-content a{
	color:#fff;
}
}
.widget-content a:hover{
	/* color:#eee; */
	text-decoration:underline;
}
.footer {
	background: #1c1d1e;
	padding: 40px 0 0;
}
.footer .flogo {
	text-align: center;
}
.footer .fnav {
	line-height: 30px;
	padding: 30px 0;
	text-align: center;
}
.footer .fnav a {
	display: inline-block;
	padding: 0 20px;
	font-size: 14px;
	color: #f2f2f2;
}
.footer .banq {
	padding: 30px 0;
	border-top: 1px solid #444;
	text-align: center;
	line-height: 25px;
	color: #f2f2f2;
}
.footer .banq a {
	color: white;
}
.weizhi {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #666;
	border-bottom: 1px solid #dfdfdf;
}
.weizhi a {
	color: #666;
}
.weizhi a:hover{
	color:#2074f1;
}
.weizhi span {
	font-weight: bold;
	color: #8cd635;
}
.nynav {
	text-align: center;
	padding: 10px 0;
}
.nynav ul li {
	display: inline-block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	margin: 5px;
	background: #f1f1f1;
	color: #333;
	border-radius: 5px;
	font-size: 14px;
}
.nynav ul li:hover {
	background: #2074f1;
	color: #fff;
}
.nynav ul li.on {
	background: #2074f1;
	color: #fff;
}
.nyabout {
	padding-bottom: 30px;
	line-height: 30px;
	font-size: 14px;
	color: #333;
}
.page {
	text-align: center;
	padding: 30px 0;
}
.page a {
	display: block;
	height: 30px;
	width: 30px;
	overflow: hidden;
	background: #f5f5f5;
	display: inline-block;
	line-height: 30px;
	color: #666;
	margin-right: -3px;
}
.page a:hover {
	color: #fff;
	background: #333;
}
.page a.on {
	background: #dfdfdf;
}
.page a.on:hover {
	color: #666;
}
.page a i {
	line-height: 30px;
}
.nypro ul li {
	display: block;
	width: 23%;
	margin: 0.7% 1%;
	float: left;
	transition: 0.3s;
	/* height: 320px; */
}
.nypro ul li:hover{background:#3080ed;}
.nypro ul li:hover .tit{color:white;}
.nypro ul li .pic {
	overflow: hidden;
	margin: 5px;
	height: 85%;
}
.nypro ul li .pic img {
	width: 100%;
	height: auto;
	transition: all .5s;
	height: 100%;
}
.nypro ul li .tit {
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	color: #333;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
}
.nypro ul li .fenl {
	font-size: 14px;
	text-align: center;
	color: #8cd635;
}
.nypro ul li:hover img {
	transform: scale(1.1, 1.1);
}
.showpro {
	padding: 0px 0;
}
.showpro .info {
	position: relative;
	padding-left: 560px;
	min-height: 366px;
	margin-bottom: 20px;
	overflow: hidden;
}
.showpro .info .pic {
	position: absolute;
	width: 41%;
	height: 90%;
	overflow: hidden;
	left: 0;
	top: 0;
}
.showpro .info .tit {
	font-size: 19px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
	border-left: 6px solid #2074f1;
	padding-left: 1%;
	margin-top: 2%;
}
.sb{font-size: 18px;
color:red;
margin-bottom: 1.5%;}
.sb1{font-size: 15px;
margin-bottom: 4%;
line-height: 27px;}


.showpro .info .jj {
	line-height: 30px;
	font-size: 14px;
	color: #666;
	margin-bottom: 20px;
}
.showpro .info .an {
	width: 130px;
	border: 1px solid #226bb1;
	background: #2074f1;
	font-size: 14px;
	display: block;
	color: #fff;
	line-height: 33px;
	text-align: center;
	border-radius: 5px;
	float: left;
    margin-right: 3%;
}
.showpro .lmtit {
	padding: 0 10px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	background: #f1f1f1;
	border: 1px solid #dfdfdf;
}
.showpro .detail {
	padding: 10px;
	font-size: 14px;
	line-height: 30px;
	color: #555;
}
.showpro .sxp a {
	padding: 0 20px;
	clear: both;
	margin: 10px 0;
	line-height: 30px;
	font-size: 14px;
}
.showpro .sxp a:hover {
	background: #2074f1;
	color: #fff;
}
.nynews ul li {
	display: block;
	padding: 20px 240px 20px 320px;
	min-height: 200px;
	position: relative;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #fff;
	background: #fff;
	transition: all 0.5s;
	margin-bottom: 1%;
    margin-top: 1%;
}
.pic img{transition: 0.3s;width: 100%;height:100%;}
.nynews ul li:hover .pic img{transform: scale(1.2);}
.nynews ul li .pic {
    width: 260px;
    overflow: hidden;
    position: absolute;
    left: 30px;
    top: 30px;
    HEIGHT: 74%;
    display: flex;
	transition: 0.3s;
}
.nynews ul li .date {
	padding: 0 40px;
	position: absolute;
	border-left: 1px solid #e5e5e5;
	right: 0;
	top: 50%;
	margin-top: -59px;
}
.nynews ul li:hover .date span{color:#2074f1;}
.nynews ul li .date span {
	font-size: 40px;
	color: #727272;
	font-weight: bold;
	display: block;
}
.nynews ul li .date em {
	display: block;
	font-size: 12px;
	color: #727272;
	line-height: 20px;
	margin-bottom: 10px;
	text-align: center;
}
.nynews ul li .date .more {
	color: #000000;
	line-height: 35px;
	border-top: 1px solid #e5e5e5;
	text-align: center;
	font-size: 14px;
}
.nynews ul li .tit {
	font-size: 18px;
	color: #141414;
	height: 55px;
	line-height: 55px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nynews ul li:hover .tit{color:#2074f1;}
.nynews ul li .jj {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	height: 120px;
	overflow: hidden;
}
.nynews ul li:hover {
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	border-bottom: 1px solid #2074f1;
    z-index: 99;
    border-top: 1px solid #2074f1;
}

.sh1{height: 60px;

width: 20%;

background:
#2074f1;

font-size: 18px;

text-align: center;

line-height: 60px;

color:
white;

margin-top: 1%;}

.sh{max-width: 1200px;

margin: 0 auto;

background:
white;}
.shownews {
	padding: 30px 0;
}
.shownews .tit {
	font-size: 30px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.shownews .date {
	height: 16px;
	line-height: 16px;
	text-align: center;
	font-size: 14px;
	color: #b7b7b7;
	margin-bottom: 2%;
}
.shownews .date span {
	display: inline-block;
	padding: 0 20px;
	border-right: 1px solid #b7b7b7;
}
.shownews .nr {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	margin-bottom: 2%;
}
.shownews .nr a {
	color: #cf0b2c;
	text-decoration: underline;
}
.shownews .pic {
	text-align: center;
	padding: 0 100px;
	position: relative;
	max-width: 600px;
	margin: 0 auto 20px;
}
.shownews .pic img {
	width: 100%;
	height: auto;
}
.shownews .pic .prev, .shownews .pic .next {
	display: block;
	width: 60px;
	height: 60px;
	line-height: 60px;
	background: rgba(0,0,0,.3);
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 22px;
	transition: all 0.5s;
}
.shownews .pic .prev {
	top: 50%;
	margin-top: -30px;
	left: 0;
}
.shownews .pic .next {
	top: 50%;
	margin-top: -30px;
	right: 0;
}
.shownews .pic .prev:hover, .shownews .pic .next:hover {
	background: rgba(0,0,0,.7);
}
.shownews .sxp a:hover {
	background: #3d87e3;
	color: #fff;
}
.nycase ul li {
	display: block;
	width: 31.3333333%;
	margin: 5px 1%;
	float: left;
}
.nycase ul li .nyholipic {
	width: 100%;
	background-color: #f4f4f4;
	box-sizing: border-box;
	padding: 30px;
}
.nycase ul li .tit {
	display: block;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 10px;
	font-size: 14px;
	text-align: center;
	color: #6f6f6f;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.nycase ul li .tit:hover {
	text-decoration: underline;
}
.nymess {
	padding: 0 0 30px;
}
.nymess .cntit {
	font-size: 30px;
	color: #000;
	text-align: center;
	margin-bottom: 5px;
	background: #f3f3f3;
    line-height: 50px;
    margin-top: 30px;
}
.nymess .entit {
	color: #bcbcbc;
	font-size: 14px;
	text-align: center;
	margin-bottom: 20px;
}
.nymess .nr {
	max-width: 100%;
	box-sizing: border-box;
	position: relative;
	margin: auto;
}
.nymess .nr .li {
	display: block;
	height: 45px;
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding: 0 55px 0 35px;
	position: relative;
	margin: 10px 0;
}
.nymess .nr .li .text {
	width: 100%;
	height: 45px;
	line-height: 45px;
	box-sizing: border-box;
	background: #f3f3f3;
	padding: 0 20px;
	font-size: 14px;
	color: #999;
}
.nymess .nr .li span {
	width: 35px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	color: #d70b1b;
	font-size: 24px;
}
.nymess .nr .li1 {
	display: block;
	height: auto;
	width: 100%;
	box-sizing: border-box;
	float: left;
	padding: 0 55px 0 35px;
	position: relative;
	margin: 10px 0;
}
.nymess .nr .li1 .textarea {
	color: #999;
	font-size: 14px;
	width: 100%;
	height: 230px;
	background: #f3f3f3;
	line-height: 25px;
	padding: 10px 20px;
	box-sizing: border-box;
	border: 0px;
}
@media(max-width:768px){
    .content .ppt{
       width: 100%; 
    }
    .content .ppt dt{
       width: 30%; 
    }
    .content .ppt dd{
       width: 70%; 
    }
}
.nymess .nr .tijiao {
	width: 200px;
	height: 50px;
	font-size: 18px;
	color: #fff;
	display: block;
	background: #3d87e3;
	border-radius: 25px;
	text-align: center;
	line-height: 50px;
	transition: all 0.5s;
	margin: 10px auto;
}
.nymess .nr .tijiao:hover {
	background: #43a6ef;
}
.pages {
	clear: both;
	margin: 20px;
	overflow: hidden;
	margin-left: 0px;
	text-align: center;
	font-size: 12px
}
.pages ul li {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 4px 12px;
	margin: 0 1px;
	line-height: 24px;
	background: #fff;
	color: #999
}
.pages ul li:hover {
	background: #8cd635;
	color: #fff;
	border: 1px solid #8cd635
}
.pages ul li:hover a {
	color: #fff;
}
.pages ul li.thisclass {
	display: inline-block;
	border: 1px solid #8cd635;
	padding: 4px 12px;
	margin: 0 1px;
	background: #8cd635;
	color: #fff;
}
.pages ul li.thisclass a {
	color: #fff;
}
.pages ul li a {
	display: block;
	color: #999
}
.pages ul li a:hover {
	color: #fff;
}


.pagess {clear: both;margin: 20px;overflow: hidden;margin-left: 0px;text-align: center;font-size:12px}
.pagess ul li { display:inline-block;border: 1px solid #ccc;margin: 0 3px;padding:2px 0;line-height: 20px;background: #fff;color:#999;margin-bottom: 10px;}
.pagess ul li:first-child ,.pagess ul li:last-child{padding:2px 0;}
.pagess ul li:hover{ background:#ccc; color:#fff;border: 1px solid #ccc}
.pagess ul li:hover a{color:#fff;}
.pagess ul li.thisclass {display: inline-block;border: 1px solid #ccc;padding: 2px 9px;margin: 0 3px;background: #2074f1;color: #fff;}
.pagess ul li.thisclass a {color: #fff;}
.pagess ul li a{ display:block;color:#999;padding: 0px 9px;}
.pagess ul li a:hover {color: #fff;}

#imgsy img{ max-width:100% !important; height:auto !important}
.ditu img{max-width: none;}
.sxp a{padding: 0 1%;}
.footer .content {
    max-width: 1480px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
}
.lianjie_ul{
	height: auto;
	width: 100%;
    display: inline-block;
    text-align: left;
	font-size:12px;
	margin:20px 0;
}
.lianjie_ul strong {
    float: left;
    text-align: left;
    color: #fff;
    font-weight: bold;
}
.lianjie_ul li{
	float:left;
	padding:0 5px;
}
.lianjie_ul a {
    color: #fff;

}
.telphone{
	display:none;
}
.hyzs-box{
    overflow:hidden;
text-overflow:ellipsis;
display:-webkit-box;
 -webkit-box-orient:vertical;
-webkit-line-clamp:2;
}
.hyzs-conter{
    width: 50%;
}
.hyzs-bg{
    display: flex;
    flex-wrap: wrap;
}
.hyzs-conter-box{
    padding: 10px;
    display: flex;
    box-shadow: 5px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
.d-flex{
    display: flex;
    flex-wrap: wrap;
}