/************头部样式****************/

.wholebody {
	width: 100%;
	min-width: 1280px;
}

a:visited{
	color: #000000;
}
/*******中间框架样式开始*******/


.main2ji {
	width: 100%;
	background: #f2f8ff;
}

.main2ji .container {
	width: 1285px;
	background: #f2f8ff;
}

.wordListMiddle {
	width: 100%;
	background: #f2f8ff;
}

.wordListMiddle .container {
	background: #fff;
	width: 1180px;
	padding: 30px 30px 30px 30px;
	margin: auto;
}


.hyxwcontent h2 {
	text-align: center;
	font-family: "微软雅黑";
	font-size: 24px;
	color: #535353;
	font-weight: bold;
}

.from {
	border-bottom: 1px dotted #535353;
	text-align: center;
	padding: 10px 0;
	margin: 30px 0;
	font-family: "宋体";
	font-size: 16px;
	color: #888888;
}

.hyxwcontent p {
	font-family: "宋体";
	font-size: 16px;
	color: #535353;
	text-indent: 32px;
	line-height: 40px;
}

.bt_list {
	padding-top: 7px;
	margin-top: 18px!important;
	border-top: 1px dashed #ddd;
}

.zw_bt span {
	font-family: 'Microsoft Yahei' !important
}

.zw_bt a {
	font-family: 'Microsoft Yahei' !important
}

.zw_bt {
	margin-top: 50px;
}

.bt_title {
	width: 795px;
	height: 20px;
	border-left: 8px solid #27649c;
	float: left;
	text-align: left;
}

.bt_tit_g a,
.bt_tit_g {
	font-size: 20px;
	color: #27649c;
	padding: 0 10px;
	font-weight: 600;
	cursor: pointer;
	background: #fff;
	text-align: left;
}

.bt_list {
	width: 800px;
	margin-top: 30px;
	float: left;
	text-align: left;
}

.bt_list li {
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	font-size: 16px;
	background: url(../images/bg_left_01.png) no-repeat 0 14px;
	text-align: left;
}



@media all and (max-width:1200px) {
	.container {
		min-width: 1280px;
	}
}

@media all and (min-width:1200px) {
	.container {
		max-width: 1280px;
	}
}


.rightsidebar ul li {
	list-style: none;
	margin: 20px 0px;
	text-align: center;
}

.dpin{font-family: "微软雅黑";font-size: 18px;width: 120px;background-color: #EEEEEE;color: #1d59b2;}
.dpin a:visited{color: #1d59b2;}
.dpin a{color: #1d59b2;}
.dpina{font-family: "微软雅黑";font-size: 18px;width: 120px;background-color: #1d59b2;color: #FFFFFF;}



.single-solution-style1 {
    position: relative;
    display: block;
    margin-bottom: 10px;
    margin-left: 5px;
    margin-right: 5px;
}
.single-solution-style1 .img-holder{
    position: relative;
    display: block;
    z-index: 1;
}
.single-solution-style1 .img-holder::before {
 
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    content: "";
    opacity: 0;
    position: absolute;
    z-index: 1;
    transition: all 0.4s ease-in-out 0s;
}
.single-solution-style1:hover .img-holder::before{
    opacity: 1;
}
.single-solution-style1 .img-holder img {
    width: 100%;
    transition: .5s ease;
}
.single-solution-style1:hover .img-holder img {
	transform: translateX(-20px) translateY(0%) scale(1);
}

.hover-shadow-3 {
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.hover-shadow-3:hover {
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.07);
}

			.page-newsday {
				width: 70px;
				height: 74px;
				border: 1px solid #c3ddf1;
			}
			
			.page-newsday h2 {
				font-size: 20px;
				color: #1081d9;
				font-weight: bold;
				text-align: center;
				height: 45px;
				line-height: 45px;
			}
			
			.page-newsday h3 {
				font-size: 14px;
				color: #999999;
				text-align: center;
				height: 29px;
				line-height: 29px;
				border-top: 1px solid #c3ddf1;
			}
