@charset "utf-8";
/*------------------------------------------------------------
	page
------------------------------------------------------------*/
.mainImg {
	margin-bottom: 80px;
	position: relative;
}

.mainImg .pic01,
.mainImg .pic02,
.mainImg .pic03,
.mainImg .pic04 {
	width: 100%;
	height: 600px;
	float: left;
}

.mainImg .slick-active {
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
	background-size: cover;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
	background-size: cover;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #0255CF;
}

.pageLead {
	margin-bottom: 50px;
	height: 400px;
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.pageAbout {
	margin: 0 auto;
	width: 1300px;
}

.pageAbout p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}

.feature{
    margin: 50px auto;
	width: 1300px;
}

.feature li {
    width: 33.3333333%;
    float: left;
    position: relative;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	border-left: 1px dotted #c9c9c9;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
	text-align: center;
}

.feature li img {
	width: 80px;
}

.feature li h3 {
	margin: 8px 0;
    color: #333;
    font-size: 31px;
    font-weight: normal;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.product {
	margin-bottom: 40px;
}

.proNavi {
	margin: 0 auto 40px;
	width: 1300px;
	text-align: center;
}

.proNavi li {
	margin: 0 1%;
	width: 10.5%;
	float: left;
	display: inline;
}

.proNavi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 15px;
	background: #1488F5;
	text-align: center;
	border-radius: 30px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proNavi li a:hover {
	background: #63C592;
}

#top_scroll {
	margin: 0 auto;
	width: 1300px;
	height: 700px;
	overflow: hidden;
}

.proList {
	margin: 0 auto;
	width: 1300px;
}

.proList li {
	margin: 0 1% 20px;
	width: 23%;
	float: left;
}

.proList li .pic {
	overflow: hidden;
}

.proList li a {
	display: block;
	color: #333;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.proList li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proList li p {
	margin-top: 15px;
	font-size: 16px;
	text-align: center;
}

.about {
	padding: 60px 0;
	background: url(../images/about_bg.jpg) no-repeat center top;
	background-size: cover;
}

.about .inner {
	margin: 0 auto;
	width: 1250px;
	border: 20px solid rgba(255,255,255,.2);
	box-sizing: 0 0 5px rgba(0,0,0,.5);
}

.about .inner .sub {
	padding: 40px;
	background: rgba(255,255,255,.8);
}

.about .inner .photo {
	width: 45%;
	float: left;
}

.about .inner .photo img {
	width: 100%;
}

.about .inner .textBox {
	width: 52%;
	float: right;
}

.about .inner .textBox h3 {
	margin-bottom: 15px;
	color: #1488F5;
	font-size: 35px;
}

.about .inner .textBox h3 span {
	display: block;
	color: #333;
	font-size: 14px;
	font-weight: normal;
}

.about .inner .textBox p {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	text-indent: 2em;
}

.about .inner .textBox .numsrcoll {
	padding: 10px 0 0;
	position: relative;
	box-sizing: border-box;
}

.about .inner .textBox .numsrcoll .num {
	width: 33.3333333%;
	float: left;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.about .inner .textBox .numsrcoll .num:first-child {
	border: none;
}

.about .inner .textBox .numsrcoll .js-counter {
	color: #0066C7;
	font-size: 18px;
	line-height: 1.3;
	text-align: center;
}

.about .inner .textBox .numsrcoll .js-counter span {
	margin-right: 10px;
	color: #1488F5;
    font-size: 50px;
	font-family: impact;
}

.about .inner .textBox .numsrcoll .text {
	text-align: center;
	font-size: 17px;
	color: #000;
}

.ys {
	padding: 50px 0;
	background: url(../images/ys.jpg) no-repeat center;
	background-position-y: 50px;
}

.ys .center {
	margin: 0 auto;
	position: relative;
	width: 1300px;
}

.ys .center .top {
	font-size: 36px;
	font-weight: bold;
	font-stretch: normal;
	line-height: 34px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 74px;
	padding-bottom: 100px;
	background: url(../images/nyop.png) no-repeat center;
	background-position-y: 90px;
	text-align: center;
}

.ys .center .bd {
	margin-bottom: 28px;
}

.ys .center .bd li {
	overflow: hidden;
}

.ys .center .bd li .left {
	float: left;
	width: 596px;
	height: 422px;
	margin-left: 23px;
}

.ys .center .bd li .left img {
	width: 100%;
	height: 100%;
}

.ys .center .bd li .text {
	margin-top: 60px;
	float: right;
	width: 640px;
	background: url(../images/line.png) no-repeat left 55%;
}

.ys .center .bd li .text .t {
	padding-left: 122px;
	background: url(../images/num1.png) no-repeat center;
	background-position-x: 0px;
}

.ys .center .bd li .text .t .p1 {
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #333333;
	padding-top: 17px;
	padding-bottom: 21px;
}

.ys .center .bd li .text .t .p2 {
	font-family: Arial;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 12px;
	padding-bottom: 14px;
	letter-spacing: 0px;
	color: #b3b3b3;
}

.ys .center .bd li .text > p {
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 36px;
	letter-spacing: 0px;
	color: #666666;
	margin-top: 75px;
}

.ys .center .bd .l2 .t {
	background: url(../images/num2.png) no-repeat center !important;
	background-position-x: 0px !important;
}

.ys .center .bd .l3 .t {
	background: url(../images/num3.png) no-repeat center !important;
	background-position-x: 0px !important;
}

.ys .center .bd .l4 .t {
	background: url(../images/num4.png) no-repeat center !important;
	background-position-x: 0px !important;
}

.ys .center .hd {
	overflow: hidden;
}

.ys .center .hd li {
	margin: 0 1%;
	width: 23%;
	height: 200px;
	float: left;
	background-color: #e5e5e5;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
}

.ys .center .hd li:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #1488F5;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.7s;
	transition-duration: 0.7s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.ys .center .hd li:hover,
.ys .center .hd li:focus,
.ys .center .hd li:active {
	color: white;
}

.ys .center .hd li:hover:before,
.ys .center .hd li:focus:before,
.ys .center .hd li:active:before {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ys .center .hd li img {
	width: 100%;
	height: 100%;
	transform: scale(0.95);
}
.ys .center .hd .on {
	color: white;
}

.ys .center .hd .on:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.ys .center .prev {
	width: 48px;
	height: 48px;
	background-color: #333333;
	background: url(../images/left.png) no-repeat center;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
	box-sizing: border-box;
	border: none;
	background-color: #333;
	cursor: pointer;
	position: absolute;
	bottom: 258px;
	right: 590px;
	border-right: 258 496px solid;
}

.ys .center .prev::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #333;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.ys .center .prev:hover {
	color: #333;
	background-color: #1488F5;
}

.ys .center .prev:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.ys .center .next {
	width: 48px;
	height: 48px;
	background-color: #333333;
	background: url(../images/right.png) no-repeat center;
	position: relative;
	z-index: 1;
	display: block;
	text-align: center;
	overflow: hidden;
	-webkit-transition: background-color 0.6s, color 0.3s;
	transition: background-color 0.6s, color 0.3s;
	box-sizing: border-box;
	border: none;
	background-color: #1488F5;
	cursor: pointer;
	position: absolute;
	bottom: 258px;
	right: 500px;
	border-right: 258 432px solid;
}

.ys .center .next::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 2px solid #1488F5;
	z-index: -1;
	border-radius: inherit;
	opacity: 0;
	-webkit-transform: scale3d(0.6, 0.6, 1);
	transform: scale3d(0.6, 0.6, 1);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
	box-sizing: border-box;
}

.ys .center .next:hover {
	color: #31a69e;
	background-color: #333;
}

.ys .center .next:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
}

.banner {
	margin-bottom: 50px;
	height: 220px;
	background: url(../images/banner.jpg) no-repeat center center;
}

.case {
	margin-bottom: 40px;
}

.case ul {
	margin: 0 auto;
	width: 1300px;
	overflow: hidden;
}

.case li {
	margin: 0 10px 20px;
	width: 420px;
	float: left;
}

.case li a {
	display: block;
	color: #333;
}

.case li img {
	width: 100%;
}

.case li p {
	padding: 10px 0;
	font-size: 16px;
	text-align: center;
	background: rgba(0,0,0,.1);
}

.step {
	margin-bottom: 70px;
}

.step .headLine {
	margin-bottom: 60px;
}

.step .inner {
	background: #1488F5;
}

.step .inner .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1300px;
	position: relative;
}

.step .inner ul {
	width: 950px;
	float: right;
}

.step .inner li {
	margin: 0 1%;
	width: 14.66666%;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
}

.step .inner li span {
	margin-bottom: 10px;
	padding-top: 35px;
	height: 120px;
	display: block;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}

.step .ttlBox {
	width: 260px;
	height: 340px;
	position: absolute;
	left: 0;
	top: -40px;
	background: #63C592;
}

.step .ttlBox .icon {
	padding: 60px 0 10px;
	text-align: center;
}

.step .ttlBox .icon img {
	width: 50px;
}

.step .ttlBox .ttl {
	color: #fff;
	font-size: 20px;
	text-align: center;
}

.step .ttlBox .tel {
	color: #fff;
	font-family: Impact;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.step .ttlBox .link {
	margin-top: 15px;
}

.step .ttlBox .link a {
	margin: 0 auto;
	padding: 10px 0;
	width: 80%;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 5px;
}

.step .ttlBox .link a:hover {
	color: #1488F5;
	background: #fff;
}

.news {
	margin: 0 auto;
	padding: 50px 0 0;
	width: 1300px;
}

.news li {
	width: 49%;
	margin:0.8% 0.5%;
	float: left;
	height:195px;
	background:#f5f5f5;
}

.news .img {
	position: relative;
	overflow: hidden;
	width:35%;
	height: 195px;
	float:left;
}

.news img {
	width: 100%;
	-webkit-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition: -webkit-transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
	height: 195px;
}

.news li:hover .stit a {
	color: #004cbe;
}

.news li:hover img {
	transform: scale(1.1, 1.1);
}

.news .dateyear{
	background:url(../images/time.png) no-repeat left center;
	background-size: 20px 20px;
	padding-left:25px;
	color:#666;
	margin-top:10px;
}

.news .date-box {
	display: block;
	width: 90px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding-top: 9px;
	font-weight: bold;
	color: #fff;
	background:#004cbe;
}

.news .date-box .month {
	line-height: 16px;
	font-family: "Arial";
}

.news .date-box .day {
	line-height: 38px;
	font-size: 38px;
}

.news .date-box .year {
	line-height: 22px;
}

.news .date-box .lab {
	display: block;
	line-height: 24px;
	text-align: center;
	background-color: #FF7800;
	font-family: "Arial";
	text-transform: uppercase;
}

.news .cont {
	padding-top: 16px;
	width:63%;
	float:right;
}

.news .stit {
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 36px;
}

.news li:hover .stit{
	color: #007FF6;
}

.news li .emore{
	width:100px;
	height:24px;
	line-height:24px;
	border-radius:15px;
	background:#007FF6;
	margin-top:15px;
	display:block;
	color:#fff;
	text-align:center;
}

.news li:hover .emore{
	color: #007FF6;
	background: #fff;
}

.news .stit a {
	color: #000;
}

.news .word {
	display: block;
	line-height: 24px;
	font-size: 15px;
	margin-top: 8px;
	color:#555;
}

.news .word a {
	display: inline-block;
	color: #666;
	font-size: 14px;
}

.news .more {
	display: inline-block;
	line-height: 30px;
	margin-top: 15px;
	background: url(../images/ico_18.png) no-repeat 80px center;
	font-size: 14px;
	color: #ea5a25;
	border:1px solid #ea5a25;
	padding:2px 30px 2px 10px;
}


#home-ys {
	margin-bottom: 70px;
	width: 100%;
	background: url(../images/ys_bj.jpg) no-repeat center top;
	padding: 90px 0;
	box-sizing: border-box;
	position: relative;
}

.ys-box {
	width: 1300px;
	margin: 0 auto;
}

.ys-tt h3 {
	font-size: 62px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0 0 -10px;
	opacity: 0.4;
	line-height: 1.2;
}

.ys-tt h2 {
	font-size: 46px;
	color: #fff;
	padding: 0;
	margin: 0;
	z-index: 2;
	line-height: 1.2;
}

.ys-tt>p {
	font-size: 18px;
	color: #fff;
	line-height: 33px;
	margin-top: 10px;
}

.ys-tt>p span {
	background: #fff;
	font-size: 24px;
	color: #1488F5;
	line-height: 40px;
	padding: 5px 10px;
	margin-right: 5px;
}

#home-ys ul {
	width: 900px;
	padding-top: 30px;
}

#home-ys ul li {
	margin: 0 1% 20px;
	width: 48%;
	height: 150px;
	display: block;
	padding: 20px 15px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#home-ys ul li:hover{
	transform: scale(1.1);
}

#home-ys ul li i {
	float: left;
	display: block;
	background: #1488F5;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	font-style: italic;
}

#home-ys ul li p {
	width: 335px;
	float: right;
	font-size: 15px;
	color: #666;
	line-height: 30px;
}

#home-ys ul li strong {
	font-size: 25px;
	color: #000;
	line-height: 40px;
	display: table;
	width: 100%;
	margin-bottom: 10px;
}


.pagebar {
	margin-top: 50px;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.detailBox {
	margin: 0 auto;
	width: 1200px;
}

#conts .detailBox {
	width: auto;
	overflow: hidden;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #1488F5;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 20px;
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #1488F5;
	font-size: 22px;
	text-align: center;
	border: 1px solid #1488F5;
	border-radius: 5px;
	background: url(../images/tel01.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #1488F5;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 15px 15px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #1488F5;
}

.detailBox .subDetail {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.detailBox .subDetail img {
	margin: 0 auto;
	display: block;
}

.detailBox .content {
	font-size: 16px;
}
	
.detailBox .content img {
	margin: 0 auto 20px;
	display: block;
}

.detailBox .content table {
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

.detailBox .content td {
	padding: 5px;
	font-size: 14px;
	border: 1px solid #333;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 25px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.detailBox video {
	margin: 0 auto;
	display: block;
}

.qianhou {
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

.pageNews {
	margin: 0 auto;
	width: 1300px;
}

.pageNews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageNews li .sub {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.pageNews li .photo img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews li .textBox {
	padding-left: 230px;
}

.pageNews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.pageNews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

.pageNews li .textBox .date {
	font-size: 14px;
	color: #999;
}

.pageNews li a:hover {
	background: #1488F5;
}

.pageNews li a:hover .textBox .ttl,
.pageNews li a:hover .textBox .txt,
.pageNews li a:hover .textBox .date {
	color: #fff;
}

.conList {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent {
	margin: 0 auto;
	height: 390px;
	border: 1px solid #ccc;
}
