﻿@charset "utf-8";
	a:link,a:visited {
	color:#333;
}
a:hover,a:active {
	color:#c00;
	text-decoration:none;
}
a {
	color:#fff;
}
p.abst {
	font-size:14px;
	line-height:32px;
	color:#fff;
}
.section {
	width:1920px;
	height:946px;
}
.w1200 {
	width:1200px;
	margin:0 auto;
}
.header {
	height:60px;
	overflow:hidden;
	background:#fff;
}
.header .lsite {
	float:left;
	font-size:14px;
	line-height:60px;
}
.header .rsite {
	float:right;
	margin-top:16px;
}
.header .rsite #keyword {
	width:258px;
	height:26px;
	border:1px solid #d9d9d9;
	text-indent:1em;
}
.header .rsite input[name="SearchSubmit"] {
	margin-left:-4px;
}
.banner {
	position:relative;
	width:1200px;
	margin:0 auto;
}
.swiper-container {
	padding-bottom:40px;
}
.swiper-wrapper {
	}.swiper-slide {
	position:relative;
	width:1200px;
	height:480px;
	transition-timing-function:linear;
}
.swiper-button-prev,.swiper-container-rtl .swiper-button-next {
	left:360px;
}
.swiper-button-next,.swiper-container-rtl .swiper-button-prev {
	right:360px;
}
@media only screen and (max-width:1200px) {
	.swiper-slide {
	width:770px;
}
}@media only screen and (max-width:980px) {
	.swiper-slide {
	width:471px;
}
}@media only screen and (max-height:480px) {
	.swiper-slide {
	width:471px;
}
}.swiper-slide img {
	width:100%;
	height:480px;
	border-radius:4px;
}
.swiper-slide .title {
	position:absolute;
	transform:rotate(90deg);
	transform-origin:left top;
	left:-3px;
	font-size:11px;
	color:rgb(102,102,102);
}
.swiper-button-next,.swiper-button-prev {
	width:50px;
	height:50px;
	margin-top:-56px;
	outline:none;
	background-size:auto;
}
.swiper-button-next {
	background-image:url(../images/s1.png);
}
.swiper-button-prev {
	background-image:url(../images/s2.png);
}
.swiper-pagination-bullet {
	background:none;
	opacity:1;
	margin:0 6px !important;
	width:9px;
	height:9px;
	position:relative;
	outline:none;
	vertical-align:middle;
}
.swiper-pagination-bullet span {
	width:3px;
	height:3px;
	background:#CCC;
	display:block;
	border-radius:50%;
	margin-top:3px;
	margin-left:3px;
}
.swiper-pagination-bullet i {
	background:#000;
	height:1px;
	width:20px;
	position:absolute;
	top:4px;
	transform:scaleX(0);
	transform-origin:left;
	z-index:3;
	transition-timing-function:linear;
}
.swiper-pagination-bullet-active span,.swiper-pagination-bullet:hover span {
	width:9px;
	height:9px;
	margin-top:0;
	margin-left:0;
	background:#000;
	position:relative;
	z-index:1;
}
.swiper-pagination-bullet-active i {
	animation:middle 6s;
}
.swiper-pagination-bullet:first-child.swiper-pagination-bullet-active i {
	animation:first 6s;
}
.swiper-pagination-bullet:last-child.swiper-pagination-bullet-active i {
	animation:last 6s;
}
@keyframes first {
	0% {
	transform:scaleX(0.5);
	left:0px;
}
/*091*/
	100% {
	transform:scaleX(1);
	left:2px;
}
/*0915*/}@keyframes last {
	0% {
	transform:scaleX(0.7);
	left:-10px;
}
/*1090*/
	20% {
	transform:scaleX(0.3);
	left:2px;
}
/*090*/
	100% {
	transform:scaleX(0.3);
	left:0px;
}
/*090*/}@keyframes middle {
	0% {
	transform:scaleX(0.7);
	left:-10px;
}
/*1091*/
	20% {
	transform:scaleX(0.45);
	left:2px;
}
/*092*/
	100% {
	transform:scaleX(1);
	left:2px;
}
/*0913*/}.topSwiper P {
	position:absolute;
	height:44px;
	bottom:0;
	left:0;
	width:100%;
	background:url(../images/back.png) repeat 0 0;
	text-align:center;
	line-height:44px;
	font-size:20px;
}
.topSwiper p {
	color:#fff;
}
.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction {
	bottom:100px;
}
.col .bd.listBox li {
	float:left;
	width:380px;
	height:264px;
	position:relative;
	overflow:hidden;
}
.col .bd.listBox .img {
	height:214px;
	overflow:hidden;
}
.col .bd.listBox a {
	display:block;
	color:#666
}
.col .bd.listBox .img img{
	width: 380px;
	height:214px;
	overflow:hidden
}
.col .bd.listBox .tag {
	position:absolute;
	left:0;
	top:10px;
	line-height:25px;
	color:#fff;
	background-color:#ff6262;
	padding:0 5px;
	border-radius:0 2px 2px 0
}
.col .listBox .info {
	position:absolute;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	border:1px solid #e5e5e5;
	padding:10px;
	height:28px;
	line-height:28px;
	-webkit-transition:all .2s linear .1s;
	transition:all .2s linear .1s;
	color: #234686;
}
.col .listBox .info h3 {
	margin-bottom:5px;
	font-size:16px;
	color:#234686;
	overflow:hidden;
	font-weight: bold;
	text-overflow: ellipsis;
    white-space: nowrap;
}
.col .listBox .info .sub {
	height:0;
	overflow:hidden;
	-webkit-transition:all .2s linear .1s;
	transition:all .2s linear .1s
}
.col .listBox .info .sub p {
	height:50px;
	padding:0;
	overflow:hidden;
	line-height:26px;
	font-size:14px;
	color: #666;
}

.col .listBox li:hover .info {
	height:140px
}
.col .listBox li:hover .sub {
	height:118px
}
.col .listBox li:hover {
	box-shadow:0 0 15px rgba(0,0,0,.08)
}

.col1{
	background: url(../images//bg1.jpg) no-repeat center top;
}
.col2{
	background: url(../images//bg2.jpg) no-repeat center top;
}
.col3{
	background: url(../images//bg3.jpg) no-repeat center top;
}
.col4{
	background: url(../images//bg4.jpg) no-repeat center top;
}
.col5{
	background: url(../images//bg5.jpg) no-repeat center top;
}
.col6{
	background: url(../images//bg6.jpg) no-repeat center top;
}
.col7{
	background: url(../images//bg7.jpg) no-repeat center top;
}

.topNews{
	margin-top: 120px;
	overflow: hidden;
}
.topNews .imgArea{
	float: left;
	position: relative;
	width: 588px;
	height: 331px;
}

.topNews .imgArea img{
	width: 588px;
	height: 331px;
}

.topNews .imgArea span{
	position: absolute;
	top: 10px;
	left: 13px;
	height: 25px;
	background-color: #fff;
	opacity:0.8;
	text-align: center;
	line-height: 25px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 10px;
}

.topNews .textArea{
	float: right;
	width: 566px;
	margin-right: 23px;
}

.topNews .line{
	width: 100%;
	height: 1px;
	background: #fff;
	margin: 20px 0;
}

.topNews h3{
	font-size: 24px;
	font-weight: bold;
}

.topNews h3 a{
	color: #fff;
}

.topNews .abst{
	margin-top: 20px;
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	overflow: hidden;
	height: 50px;
}

.topNews .sign{
	margin-top: 20px;
	width: 78px;
	height: 30px;
	background-color: #8097c3;
	border-radius: 5px;
	position: relative;
}

.topNews .sign i{
	position: absolute;
	top: 7px;
	left: 16px;
	width: 14px;
	height: 16px;
	background: url(../images/isgn.png) no-repeat center top;
}

.topNews .sign p{
	position: absolute;
	left: 38px;
	top: 9px;
	color: #fff;
}

.col .bd.listBox{
	margin-top: 10px;
	float: left;
	position: relative;
	margin-left: -33px;
	overflow: hidden;
}


.col .listBox li{
	float: left;
	width: 380px;
	margin: 38px 0 0 31px;
}

.col .listBox span{
	position: absolute;
    top: 10px;
    left: 13px;
    height: 25px;
    background-color: #fff;
    opacity: 0.8;
    text-align: center;
    line-height: 25px;
	border-radius: 5px;
	font-size: 16px;
	padding: 0 10px;
}

.col .listBox .sign{
	margin-top: 20px;
	width: 78px;
	height: 30px;
	background-color: #8097c3;
	border-radius: 5px;
	position: relative;
}

.col .listBox .sign i{
	position: absolute;
	top: 7px;
	left: 16px;
	width: 14px;
	height: 16px;
	background: url(../images/isgn.png) no-repeat center top;
}

.col .listBox .sign em{
	position: absolute;
	left: 38px;
	top: 2px;
	color: #fff;
}

.col .listmore{
	display: block;
	width: 188px;
	height: 38px;
	margin: 50px auto 60px;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #8097c3;
	line-height: 38px;
	text-align: center;
	color: #234686;
}

#imgConac{
	display: block;
	margin: 0 auto;
}


@media screen and (max-width: 768px){
	.warpper .banner img{
		width: 100%;
	}
	.warpper .navLink{
		height: auto;
	}
	.warpper .navLink ul{
		width: 100%;
	}
	.warpper .navLink li{
		width: 33%;
		margin: 5px 0;
	}
	.swiper-slide{
		width: 100%;
	}
	.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
		right: 10px;
	}
	.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
		left: 10px;
	}
	.col{
		background: none;
	}
	.topNews{
		margin-top: 21px;
	}
	.swiper-slide img{
		height: auto;
	}
	.swiper-slide{
		height: auto;
	}
	.topNews .imgArea{
		width: 100%;
		height: auto;
	}
	.topNews .imgArea img{
		width: 100%;
		height: auto;
	}
	.topNews .textArea{
		width:auto;
		margin-right: 0;
		padding: 10px;
		background: #072c6f;
	}

	.col .bd.listBox{
		margin-left: 0;
	}
	.col .bd.listBox li{
		width: 100%;
		margin: 10px auto;
	}
	.col .bd.listBox .img,.col .bd.listBox .img img{
		width: 100%;
		height: auto;
	}
}