.divCon {
	width: 1200px;
	margin: 0 auto;
}

.divCon:after {
	content: "";
	display: block;
	clear: both;
}

@font-face {
	font-family: 'iconfont';
	/* project id 1298696 */
	src: url('//at.alicdn.com/t/font_1298696_61rok2om0n6.eot');
	src: url('//at.alicdn.com/t/font_1298696_61rok2om0n6.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1298696_61rok2om0n6.woff2') format('woff2'), url('//at.alicdn.com/t/font_1298696_61rok2om0n6.woff') format('woff'), url('//at.alicdn.com/t/font_1298696_61rok2om0n6.ttf') format('truetype'), url('//at.alicdn.com/t/font_1298696_61rok2om0n6.svg#iconfont') format('svg');
}


/**********************************************************************************************/


/*头部*/

#Header {
	position: fixed;
	top: 0;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	z-index: 9999;
}

.topHead {
	padding: 20px 0;
	transition: 0.5s;
}

.mini {
	padding: 10px 0;
}


/*topLogo*/

.topLogo {
	width: 145px;
	display: flex;
	align-items: center;
}


/*topNav*/

.topNav {
	float: left;
	height: 55px;
}

.topNav li {
	float: left;
	width: 120px;
	height: 55px;
	text-align: center;
	line-height: 55px;
}

.topNav li a {
	display: inline-block;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
	position: relative;
}

.topNav li a:after {
	content: "";
	position: absolute;
	bottom: 0px;
	display: block;
	width: 100%;
	height: 2px;
	background: none;
	transition: 0.5s;
}

.topNav li.active a:after {
	bottom: 10px;
	background: #0089E2;
}

.topNav li a:hover:after {
	bottom: 10px;
	background: #0089E2;
}


/*topLanguage*/

.topLanguage {
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #C1C1C1;
}

.topLanguage > a {
	text-decoration: none;
	color: #C1C1C1;
}

.topLanguage > a.active {
	color: #0089E2;
	font-size: 15px;
}

.topLanguage > a.active:before {
	content: "";
	float: left;
	margin-right: 5px;
	width: 16px;
	height: 55px;
	background: url(../images/language.png) no-repeat center;
	display: block;
}


/*首页大图轮播*/

#indexBanner {
	margin-top: 95px;
	width: 100%;
}


/*内页大图*/

#PageBanner {
	margin-top: 95px;
	width: 100%;
	height: 300px;
	background-position: center;
	background-repeat: no-repeat;
}


/**********************************************************************************************/


/*底部*/

#Footer {
	padding: 50px 0;
	width: 100%;
	background: #2e3033;
}


/*link*/

.link {
	width: 100%;
	height: 80px;
	border-bottom: 1px solid #4A4A4A;
}

.link > p.title {
	float: left;
	width: 140px;
	height: 80px;
	line-height: 80px;
	font-size: 17px;
	text-align: left;
	color: #E5E5E5;
}

.link > p.content {
	float: right;
	width: 1060px;
	height: 80px;
	line-height: 80px;
	text-align: right;
	overflow: hidden;
}

.link > p.content > a {
	margin-left: 40px;
	text-decoration: none;
	font-size: 14px;
	color: #E5E5E5;
}


/*footContact*/

.footContact {
	padding-top: 70px;
}

.footContact:after {
	content: "";
	display: block;
	clear: both;
}

.Contact1, .Contact3 {
	float: left;
	width: 540px;
	height: 160px;
	overflow: hidden;
}

.Contact1 p.title {
	padding-bottom: 25px;
	font-size: 22px;
	color: #E5E5E5;
}

.Contact1 p.content {
	line-height: 30px;
	font-size: 13px;
	color: #999999;
}

.Contact2 {
	float: left;
	width: 120px;
	height: 160px;
}

.Contact2 .code {
	width: 120px;
	height: 120px;
	background: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.Contact2 .code img {
	max-width: 120px;
	max-height: 120px;
}

.Contact2 p {
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 40px;
}

.Contact3 {
	text-align: right;
	line-height: 30px;
	font-size: 13px;
	color: #999999;
}


/*底部导航*/

#FootNav {
	width: 100%;
	height: 75px;
	border-top: 1px solid #4A4A4A;
	background: #2e3033;
	text-align: center;
	line-height: 75px;
	font-size: 15px;
}

#FootNav span {
	padding: 0 45px;
	color: #999999;
}

#FootNav a {
	text-decoration: none;
	color: #999999;
}


/**********************************************************************************************/


/*内容*/

#Content {
	width: 100%;
}

#Content:after {
	content: "";
	display: block;
	clear: both;
}

.mod_title {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
}

.mod_title p.title1 {
	text-align: center;
	font-size: 27px;
	color: #0089E2;
	font-weight: bold;
}

.mod_title p.title2 {
	display: inline-block;
	font-size: 20px;
	color: #555555;
	line-height: 40px;
	position: relative;
}

.mod_title p.title2:before {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	left: -40px;
	width: 30px;
	height: 2px;
	background: #D3D3D3;
}

.mod_title p.title2:after {
	content: "";
	display: block;
	position: absolute;
	top: 20px;
	right: -40px;
	width: 30px;
	height: 2px;
	background: #D3D3D3;
}

.mod_content {
	padding-top: 40px;
	width: 100%;
}

.mod_content:after {
	content: "";
	display: block;
	clear: both;
}

.mod_left {
	float: left;
	height: 32px;
	line-height: 32px;
}

.mod_left p.t1 {
	float: left;
	font-size: 27px;
	font-weight: bold;
	color: #0089E2;
}

.mod_left p.t2 {
	float: left;
	margin-left: 10px;
	font-size: 20px;
	color: #555555;
}

.mod_right {
	float: right;
	height: 32px;
	line-height: 32px;
}

.mod_right > a {
	display: inline-block;
	text-decoration: none;
	margin: 1px 0;
	padding: 0 20px;
	height: 30px;
	line-height: 30px;
	border-radius: 10px;
	color: #888888;
	transition: 0.5s;
}

.mod_right > a:first-child {
	color: #FFFFFF;
	background: #0089E2;
}

.mod_right > span {
	font-size: 13px;
	color: #E2E2E2;
}

.mod_right > a:hover {
	color: #FFFFFF;
	background: #0089E2;
}

a.mod_more {
	position: relative;
	display: block;
	margin: 0 auto;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: #666666;
	width: 148px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.5s;
}

a.mod_more:hover {
	background: #0089E2;
	color: #0089E2;
}

a.mod_more:after {
	content: "\e6b3";
	display: block;
	position: absolute;
	color: #FFFFFF;
	top: 15px;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	transition: 0.5s;
	font-weight: bold;
	font-size: 20px;
	opacity: 0;
}

a.mod_more:hover:after {
	opacity: 1;
	top: 0;
}


/*InBox1*/

.InBox1 {
	margin: 20px auto;
	padding: 40px 0;
	margin-top: -75px;
	width: 1200px;
	height: 70px;
	background: #FFFFFF;
	z-index: 9998;
	position: relative;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.InBox1 .boxNum {
	float: left;
	width: 300px;
	text-align: center;
}

.InBox1 .boxNum .num1 {
	font-size: 43px;
	color: #555555;
}

.InBox1 .boxNum .num1 span {
	font-size: 15px;
	color: #BEBEBE;
}

.InBox1 .boxNum .num2 {
	font-size: 13px;
	color: #999999;
}


/*Advantages*/

.Advantages {
	padding: 50px 0;
	width: 100%;
}

.adv_menu {
	width: 100%;
	height: 50px;
	text-align: center;
	position: relative;
	z-index: 99;
}

.adv_menu li {
	margin: 0 5px;
	display: inline-block;
	width: 263px;
	height: 48px;
	line-height: 48px;
	font-size: 17px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
	border: 1px solid #EEEEEE;
	color: #555555;
	background: #FFFFFF;
}

.adv_menu li.on1 {
	border: 1px solid #0089E2;
	color: #FFFFFF;
	background: #0089E2;
}

.adv_menu li.tabon {
	border: 1px solid #0089E2;
	color: #FFFFFF;
	background: #0089E2;
}

.adv_menu li.taboff {
	border: 1px solid #EEEEEE;
	color: #555555;
	background: #FFFFFF;
}

.adv_item {
	padding-top: 35px;
	width: 100%;
	height: 295px;
	position: relative;
	z-index: 95;
}

.adv_item .item.animated {
	animation-name: fadeInDown;
	opacity: 1;
}

.adv_item .item:not(.active) {
	display: none;
}

.adv_item .item {
	width: 100%;
	height: 295px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	background: #FFFFFF;
	overflow: hidden;
}

.adv_item .item > img {
	float: left;
	display: block;
	width: 531px;
	height: 295px;
}

.adv_item .item > div {
	float: left;
	margin: 35px 45px;
	width: 579px;
	height: 225px;
	position: relative;
}

.adv_item .item > div > p.tit1 {
	padding-bottom: 15px;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.adv_item .item > div > p.tit2 {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
}

.adv_item .item > div a.more {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	text-decoration: none;
	font-family: arial;
	font-size: 13px;
	color: #666666;
	width: 148px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	overflow: hidden;
	transition: 0.5s;
}

.adv_item .item > div a.more:hover {
	background: #0089E2;
	color: #0089E2;
}

.adv_item .item > div a.more:after {
	content: "\e6b3";
	display: block;
	position: absolute;
	color: #FFFFFF;
	top: 15px;
	width: 150px;
	height: 40px;
	border-radius: 10px;
	transition: 0.5s;
	font-weight: bold;
	font-size: 20px;
	opacity: 0;
}

.adv_item .item > div a.more:hover:after {
	opacity: 1;
	top: 0;
}


/*Products*/

.Products {
	padding: 50px 0;
	width: 100%;
}

.indexProlist {
	float: left;
	width: 100%;
}

.indexProlist > li:nth-child(4n) {
	margin-right: 0;
}

.indexProlist > li {
	float: left;
	margin-bottom: 40px;
	margin-right: 21px;
	width: 284px;
	height: 259px;
	border-radius: 0px 0px 5px 5px;
	transition: 0.5s;
}

.indexProlist > li .IMG {
	width: 284px;
	height: 209px;
	overflow: hidden;
}

.indexProlist > li .IMG img {
	max-width: 284px;
	max-height: 209px;
	transition: 0.5s;
}

.indexProlist > li .TXT {
	width: 284px;
	height: 50px;
	line-height: 50px;
}

.indexProlist > li .TXT p {
	float: left;
	padding-left: 10px;
	font-size: 15px;
	color: #333333;
	transition: 0.5s;
}

.indexProlist > li .TXT span {
	float: right;
	padding-right: 10px;
	color: #333333;
	transition: 0.5s;
}

.indexProlist > li:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.indexProlist > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.indexProlist > li:hover .TXT p {
	padding-left: 15px;
}

.indexProlist > li:hover .TXT span {
	padding-right: 15px;
}


/*AboutUs*/

.AboutUs {
	margin: 50px 0;
	width: 100%;
	background: url(../images/AboutUs.jpg) no-repeat center top;
}

.AboutCon {
	float: left;
	margin-top: 90px;
	padding: 55px 0;
	width: 100%;
	background: #FFFFFF;
	border-radius: 10px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

.AboutCon .mod_content {
	padding-top: 10px;
}

.AboutCon .mod_content > div {
	margin-bottom: 30px;
	padding: 0 130px;
	font-size: 14px;
	color: #999999;
	text-align: center;
	line-height: 30px;
}


/*Case*/

.Case {
	padding: 50px 0;
	width: 100%;
}

.CaseItem {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.CaseItem > li:nth-child(3n) {
	margin-right: 0;
}

.CaseItem > li {
	float: left;
	margin-right: 33px;
	width: 378px;
	border-radius: 0px 0px 10px 10px;
	transition: 0.5s;
}

.CaseItem > li a {
	text-decoration: none;
}

.CaseItem > li .IMG {
	width: 378px;
	height: 200px;
	overflow: hidden;
}

.CaseItem > li .IMG img {
	max-width: 378px;
	max-height: 200px;
	transition: 0.5s;
}

.CaseItem > li .TXT {
	padding: 20px 30px;
	border-bottom: 1px solid #DEDEDE;
	transition: 0.5s;
}

.CaseItem > li .TXT p.tit1 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #333333;
	transition: 0.5s;
}

.CaseItem > li .TXT p.tit2 {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
	transition: 0.5s;
}

.CaseItem > li span.more {
	display: block;
	font-family: arial;
	margin: 20px 20px;
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	transition: 0.5s;
}

.CaseItem > li:hover {
	background: #0089E2;
	box-shadow: 0px 5px 10px rgba(0, 137, 226, 0.2);
}

.CaseItem > li:hover .TXT {
	padding: 20px 35px;
}

.CaseItem > li:hover .TXT p.tit1, .CaseItem > li:hover .TXT p.tit2 {
	color: #FFFFFF;
}

.CaseItem > li:hover span.more {
	margin: 20px 25px;
	color: #FFFFFF;
}

.CaseItem > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}


/*News*/

.News {
	padding: 50px 0;
	width: 100%;
}

.NewLeft {
	float: left;
	width: 498px;
	height: 405px;
	border-radius: 0px 0px 10px 10px;
	transition: 0.5s;
}

.NewLeft .IMG {
	width: 100%;
	height: 239px;
	overflow: hidden;
}

.NewLeft .IMG img {
	width: 498px;
	height: 239px;
	transition: 0.5s;
}

.NewLeft .TEXT {
	padding: 33px 30px 0 30px;
	height: 133px;
	background: #0089E2;
	border-radius: 0px 0px 10px 10px;
}

.NewLeft .TEXT .time {
	float: left;
	text-align: center;
}

.NewLeft .TEXT .time p.day {
	font-family: arial;
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
}

.NewLeft .TEXT .time p.year {
	font-family: arial;
	font-size: 14px;
	color: #AEDFF7;
}

.NewLeft .TEXT .title {
	float: right;
	width: 360px;
}

.NewLeft .TEXT .title p.tit {
	height: 35px;
	font-size: 16px;
	color: #FFFFFF;
	border-bottom: 1px solid #5da0ee;
}

.NewLeft .TEXT .title p.description {
	padding-top: 10px;
	font-size: 13px;
	line-height: 27px;
	color: #AEDFF7;
}

.NewLeft:hover {
	box-shadow: 0px 5px 10px rgba(0, 173, 226, 0.2);
}

.NewLeft:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.NewRight {
	float: right;
	width: 625px;
	height: 405px;
}

.NewRight li.frist {
	padding-top: 30px;
	width: 100%;
	height: 150px;
	border: none;
}

.NewRight li.frist .test {
	float: left;
	width: 495px;
	height: 150px;
}

.NewRight li.frist .test p.title {
	font-size: 16px;
	color: #333333;
	height: 35px;
	border-bottom: 1px solid #CCCCCC;
	transition: 0.5s;
}

.NewRight li.frist .test p.description {
	padding-top: 10px;
	font-size: 13px;
	color: #999999;
	line-height: 27px;
}

.NewRight li.frist .time {
	float: right;
	text-align: center;
}

.NewRight li.frist .time p.day {
	font-family: arial;
	font-size: 36px;
	font-weight: bold;
	color: #888888;
}

.NewRight li.frist .time p.year {
	font-family: arial;
	font-size: 14px;
	color: #888888;
}

.NewRight li.frist .time p.iconfont {
	padding-top: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #888888;
	transition: 0.5s;
}

.NewRight li.frist:hover .test p.title {
	padding-left: 10px;
	color: #0089E2;
}

.NewRight li.frist:hover .time p.iconfont {
	padding-left: 10px;
	color: #0089E2;
}

.NewRight li {
	width: 100%;
	height: 55px;
	border-bottom: 1px solid #CCCCCC;
}

.NewRight li p.title2 {
	float: left;
	height: 55px;
	line-height: 55px;
	font-size: 14px;
	color: #555555;
	transition: 0.5s;
}

.NewRight li p.time2 {
	float: right;
	height: 55px;
	line-height: 55px;
	font-family: arial;
	font-size: 14px;
	color: #888888;
	transition: 0.5s;
}

.NewRight li:hover p.title2 {
	padding-left: 10px;
	color: #0089E2;
}

.NewRight li:hover p.time2 {
	padding-right: 10px;
}

.News a.mod_more {
	margin-top: 30px;
}


/*Message*/

.Message {
	padding: 65px 0;
	width: 100%;
	background: #f8fcfe;
}

.messagelist {
	width: 100%;
	height: 46px;
	display: flex;
	justify-content: space-between;
}

.messagelist li:first-child {
	margin-left: 0;
}

.messagelist li {
	float: left;
	margin-left: 35px;
}

.messagelist li img {
	display: block;
	float: left;
}

.messagelist li .in1 {
	float: left;
	padding: 0 20px;
	width: 180px;
	height: 44px;
	border-left: none;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	outline: none;
}

.messagelist li .in2 {
	float: left;
	padding: 0 20px;
	width: 314px;
	height: 44px;
	border-left: none;
	border-top: 1px solid #EEEEEE;
	border-right: 1px solid #EEEEEE;
	border-bottom: 1px solid #EEEEEE;
	outline: none;
}

.messagelist li .in3 {
	float: left;
	width: 160px;
	height: 46px;
	border: none;
	outline: none;
	font-size: 15px;
	color: #FFFFFF;
	background: #0089E2;
	cursor: pointer;
}


/**********************************************************************************************/


/*内页内容*/

#PageContent {
	padding: 60px 0;
	width: 100%;
}

#PageLeft {
	float: left;
	width: 200px;
}

#PageRight {
	float: right;
	padding: 0 20px;
	width: 960px;
}


/*PageLeft*/

.pageLeft_tit {
	float: left;
	width: 100%;
}

.pageLeft_tit > h3 {
	float: left;
	width: 170px;
	font-size: 18px;
	line-height: 25px;
	color: #000000;
	font-weight: normal;
}

.pageLeft_tit > span {
	line-height: 25px;
	color: #c1c1c1;
	font-size: 14px;
}

.pageLeft_list {
	float: left;
	width: 170px;
	padding: 10px 0px 10px 0px;
	border: 0px solid #C2C2C2;
}

.pageLeft_list > ul {
	float: left;
	width: 100%;
}

.pageLeft_list > ul > li {
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	margin-top: 5px;
	border-bottom: 1px solid #E8E8E8;
	position: relative;
}

.pageLeft_list > ul > li:after {
	position: absolute;
	content: "";
	left: 8px;
	top: 10px;
	width: 3px;
	height: 15px;
	background-color: #FFFFFF;
	transition: .5s;
}

.pageLeft_list > ul > li > a {
	padding-left: 20px;
	font-size: 15px;
	text-decoration: none;
	color: #000000;
	transition: .5s;
}

.pageLeft_list > ul > li.active > a {
	padding-left: 15px;
	color: #0074DE;
}

.pageLeft_list > ul > li.active:after {
	position: absolute;
	content: "";
	left: 5px;
	top: 10px;
	width: 3px;
	height: 15px;
	background-color: #0074DE;
}

.pageLeft_list > ul > li:hover:after {
	left: 5px;
	width: 3px;
	background-color: #0074DE;
}

.pageLeft_list > ul > li:hover > a {
	padding-left: 15px;
	color: #0074DE;
}


/*PageRight*/

.pageRight_tit {
	float: left;
	margin-bottom: 10px;
	width: 100%;
	height: 29px;
	border-bottom: 1px solid #E9E9E9;
}

.pageRight_tit > h1 {
	float: left;
	padding-left: 20px;
	font-size: 18px;
	font-weight: normal;
	line-height: 29px;
}

.pageRight_tit > div {
	float: right;
	padding-right: 20px;
	height: 29px;
	line-height: 29px;
	font-size: 14px;
}

.pageRight_tit > div > a {
	text-decoration: none;
	color: #222222;
}

.pageRight_tit > div > a:hover {
	color: #FF0000;
}

.pageRight_con {
	float: left;
	padding: 10px;
	width: 940px;
	line-height: 22px;
	color: #666666;
	font-size: 12px;
}

.FanYe {
	float: left;
	padding: 10px;
	width: 940px;
}

.FanYe p {
	margin: 15px 0;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #F5F5F5;
	border-radius: 10px;
}

.pageRight_list {
	float: left;
	padding: 10px 0;
	width: 100%;
}

.pageProucts_Ul {
	float: left;
	width: 100%;
}

.pageProucts_Ul > li:nth-child(3n) {
	margin-right: 0;
}

.pageProucts_Ul > li {
	float: left;
	margin-bottom: 40px;
	margin-right: 54px;
	width: 284px;
	height: 259px;
	border-radius: 0px 0px 5px 5px;
	transition: 0.5s;
}

.pageProucts_Ul > li .IMG {
	width: 284px;
	height: 209px;
	overflow: hidden;
}

.pageProucts_Ul > li .IMG img {
	max-width: 284px;
	max-height: 209px;
	transition: 0.5s;
}

.pageProucts_Ul > li .TXT {
	width: 284px;
	height: 50px;
	line-height: 50px;
}

.pageProucts_Ul > li .TXT p {
	float: left;
	padding-left: 10px;
	font-size: 15px;
	color: #333333;
	transition: 0.5s;
}

.pageProucts_Ul > li .TXT span {
	float: right;
	padding-right: 10px;
	color: #333333;
	transition: 0.5s;
}

.pageProucts_Ul > li:hover {
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.pageProucts_Ul > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.pageProucts_Ul > li:hover .TXT p {
	padding-left: 15px;
}

.pageProucts_Ul > li:hover .TXT span {
	padding-right: 15px;
}

.pageRight_show {
	float: left;
	padding: 10px;
	width: 940px;
}

.pageRight_show > h1 {
	text-align: center;
	font-size: 20px;
	color: #0074DE;
}

.pageRight_show > p {
	text-align: center;
	font-size: 12px;
	line-height: 40px;
	border-bottom: 1px dashed #CCCCCC;
}

.pageRight_show > p > span {
	margin: 0 10px;
}

.pageRight_show > div {
	padding: 20px 0;
}

.pageRight_show > div img {
	max-width: 100%;
}

.Related {
	float: left;
	width: 100%;
}

.Related h1 {
	margin: 20px 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	color: #444444;
	border-bottom: 1px solid #CCCCCC;
	line-height: 40px;
}

.pagePictures_Ul {
	float: left;
	width: 100%;
}

.pagePictures_Ul > li:nth-child(3n) {
	margin-right: 0;
}

.pagePictures_Ul > li {
	float: left;
	margin: 0 30px 30px 0;
	width: 300px;
	border-radius: 0px 0px 10px 10px;
	transition: 0.5s;
}

.pagePictures_Ul > li a {
	text-decoration: none;
}

.pagePictures_Ul > li .IMG {
	text-align: center;
	width: 300px;
	height: 160px;
	overflow: hidden;
}

.pagePictures_Ul > li .IMG img {
	max-width: 300px;
	transition: 0.5s;
}

.pagePictures_Ul > li .TXT {
	padding: 20px 30px;
	border-bottom: 1px solid #DEDEDE;
	transition: 0.5s;
}

.pagePictures_Ul > li .TXT p.tit1 {
	padding-bottom: 10px;
	font-size: 16px;
	color: #333333;
	transition: 0.5s;
}

.pagePictures_Ul > li .TXT p.tit2 {
	height: 50px;
	font-size: 13px;
	color: #999999;
	line-height: 25px;
	transition: 0.5s;
}

.pagePictures_Ul > li span.more {
	display: block;
	font-family: arial;
	margin: 20px 20px;
	width: 85px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 12px;
	color: #999999;
	border: 1px solid #DEDEDE;
	border-radius: 10px;
	transition: 0.5s;
}

.pagePictures_Ul > li:hover {
	background: #0089E2;
	box-shadow: 0px 5px 10px rgba(0, 137, 226, 0.2);
}

.pagePictures_Ul > li:hover .TXT {
	padding: 20px 35px;
}

.pagePictures_Ul > li:hover .TXT p.tit1, .pagePictures_Ul > li:hover .TXT p.tit2 {
	color: #FFFFFF;
}

.pagePictures_Ul > li:hover span.more {
	margin: 20px 25px;
	color: #FFFFFF;
}

.pagePictures_Ul > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.pageNews_Ul {
	float: left;
	width: 100%;
}

.pageNews_Ul > li {
	padding: 0 15px;
	margin-bottom: 20px;
	height: 159px;
	border-bottom: 1px solid rgba(0, 0, 0, .08);
}

.pageNews_Ul > li .item_img {
	float: left;
	width: 270px;
	height: 136px;
	overflow: hidden;
}

.pageNews_Ul > li .item_img img {
	width: 270px;
	height: 136px;
	transition: 0.5s;
}

.pageNews_Ul > li .item_wrapper {
	float: right;
	padding-top: 10px;
	width: 620px;
	height: 126px;
	transition: 0.5s;
}

.pageNews_Ul > li .item_wrapper .item_left {
	float: left;
	width: 430px;
}

.pageNews_Ul > li .item_wrapper .item_left p.title {
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #555555;
}

.pageNews_Ul > li .item_wrapper .item_left p.description {
	margin-top: 15px;
	height: 60px;
	line-height: 30px;
	font-size: 13px;
	color: #999999;
}

.pageNews_Ul > li .item_wrapper .item_right {
	float: right;
	width: 100px;
	text-align: right;
}

.pageNews_Ul > li .item_wrapper .item_right p.time {
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	color: #888888;
}

.pageNews_Ul > li .item_wrapper .item_right p.more {
	margin-top: 65px;
	width: 98px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border: 1px solid rgba(0, 0, 0, .1);
	font-size: 14px;
	color: #999999;
	border-radius: 10px;
	transition: 0.5s;
}

.pageNews_Ul > li:hover .item_img img {
	transform: scale(1.1, 1.1);
}

.pageNews_Ul > li:hover .item_wrapper {
	margin-right: 10px;
	width: 600px;
}

.pageNews_Ul > li:hover .item_wrapper .item_left p.title {
	color: #0089E2;
}

.pageNews_Ul > li:hover .item_wrapper .item_right p.more {
	background: #0089E2;
	color: #FFFFFF;
}