.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	opacity: 0.4;
}

.swiper-pagination-bullet-active {
	background: rgb(16,80,168);
	opacity: 1;
}

.sec {
	margin-top: 30px;
}

.sec .title {
	text-align: center;
	margin-bottom: 20px;
}

.sec .title h2 {
	font-size: 34px;
	color: rgb(16,80,168);
}

.sec .title span {
	color: #666;
	font-size: 16px
}

.sec .title span:before {
	display: inline-block;
	content: "";
	width: 60px;
	height: 2px;
	background: #999;
	position: relative;
	right: 10px;
	top: -5px;
}

.sec .title span:after {
	display: inline-block;
	content: "";
	width: 60px;
	height: 2px;
	background: #999;
	position: relative;
	left: 10px;
	top: -5px;
}
.sec1 .ul1{width: 100%;max-width: 1300px;text-align: center;margin: 0 auto}
.sec1 .ul1 li {
	width: 32%;
	margin: 20px 2% 20px 0;
	float: left;
}

.sec1 .ul1 li a {
	display: block;
}

.sec1 .ul1 li .pho {
	overflow: hidden;
	border: 1px solid #dedede;
}

.sec1 .ul1 li .pho img {
	transition: 0.3s;
}

.sec1 .ul1 li:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.sec1 .ul1 li h3 {
	font-size: 16px;
	background: rgb(16,80,168);
	color: #fff;
	padding: 0 5px;
	font-weight: 500;
	line-height: 36px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
}

.sec1 .ul1 li:nth-child(3n) {
	margin-right: 0;
}

.sec2 {
	margin-top: 30px;
}

.sec>.fl {
	width: 70%;
}

.sec .titl {
	background: rgb(16,80,168);
	color: #fff;
	line-height: 45px;
	height: 45px;
	padding: 0 12px;
	margin-bottom: 10px;
	overflow: hidden;
}

.sec .titl h3 {
	font-weight: 500;
	font-size: 18px;
	float: left;
	margin: 0;
}

.sec .titl h3 span {
	font-size: 13px;
	text-transform: uppercase;
}

.sec .titl a {
	display: block;
	float: right;
	font-size: 13px;
	line-height: 50px;
	color: #fff;
}

.sec2 .fl .comBox {
	border: 1px solid #ddd;
	overflow: hidden;
}

.sec2 .fl .comBox .pho {
	width: 45%;
	padding-left: 15px;
	box-sizing: border-box;
	float: left;
	overflow: hidden;
}

.sec2 .fl .comBox .pho .swiper-container {
	margin: 20px 0;
}

.sec2 .fl .comBox .pho .swiper-slide h3 {
	line-height: 45px;
	background: rgba(113, 113, 113, .7);
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	text-align: left;
	padding-left: 15px;
}

.sec2 .fl .comBox .pho .swiper-pagination {
	text-align: right;
	padding-right: 10px;
}

.sec2 .fl .comBox .pho .swiper-pagination span {
	width: 30px;
	height: 6px;
	border-radius: 0;
	background: #fff;
	opacity: 1;
}

.sec2 .fl .comBox .pho .swiper-pagination .swiper-pagination-bullet-active {
	background: rgb(213,24,0);
}

.sec2 .fl .comBox .text {
	width: 55%;
	padding: 20px 15px 20px 3%;
	box-sizing: border-box;
	float: left;
}

.sec2 .fl .comBox .text h3 {
	font-size: 24px;
	color: #444;
	margin-bottom: 8px;
}

.sec2 .fl .comBox .text p {
	text-indent: 2em;
	font-size: 15px;
	line-height: 30px;
}

.sec2 .fl .comBox .text span {
	display: none;
	width: 60px;
	height: 4px;
	background: rgb(16,80,168);
	margin: 8px 0;
}

.sec>.fr {
	width: 28%;
}

.sec2 .fr .box {
	border: 1px solid #ddd;
	padding: 8px 15px;
	background: #fff;
}

.sec2 .fr ul.ul1 li a {
	display: block;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	background: url(../images/index/icon1.png) no-repeat left center;
	background-size: 10px;
	border-bottom: 1px dashed #ddd;
}

.sec2 .fr ul.ul1 li p {
	padding-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.sec2 .fr ul.ul1 li:hover p, .sec2 .fr ul.ul1 li:hover span {
	color: rgb(16,80,168);
}

.sec2 .fr ul.ul1 li span {
	display: block;
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 13px;
	color: #666;
}

.sec3 .fl .cpBox {
	border: 1px solid #ddd;
	padding: 0;
	background: #fff;
}

.sec3 .fl .cpBox dl {
	padding: 10px 20px;
	border-bottom: 1px solid #ccc;
	background: #fff;
}

.sec3 .fl .cpBox dl:nth-child(2n) {
	background: #B6DEFA;
}

.sec3 .fl .cpBox dl:last-child {
	border-bottom: none;
}

.sec3 .fl .cpBox dl dt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 11px;
}

.sec3 .fl .cpBox dl dt a {
	color: rgb(16,80,168);
	padding-left: 30px;
	background: url(../images/index/icon2.png) no-repeat left center;
	background-size: 25px;
}

.sec3 .fl .cpBox dl dd a {
	display: inline-block;
	padding: 0px 10px;
	margin: 6px 0;
	line-height: 23px;
	border-right: 1px solid #ccc;
}

.sec3 .fl .cpBox dl dd a:last-child {
	border-right: none;
}

.sec3 .vdBox {
	padding: 10px;
	border: 1px solid #ddd;
}

.sec3 .vdBox .video iframe {
	width: 100% !important;
	height: 190px !important;
}

.sec3 .vdBox .ul1 li a {
	display: block;
	margin: 0 10px;
	line-height: 36px;
	font-size: 15px;
	border-bottom: 1px dashed #ddd;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: elllipsis;
}

.sec3 .vdBox .ul1 li:hover a {
	color: rgb(16,80,168);
}

.sec3 .fr .titl1 {
	margin-top: 10px;
}

.sec3 .fr .box {
	border: 1px solid #ddd;
	padding: 0px 15px 7px;
	background: #fff;
}

.sec3 .fr ul.ul1 li a {
	display: block;
	line-height: 40px;
	position: relative;
	padding-left: 15px;
	background: url(../images/index/icon1.png) no-repeat left center;
	background-size: 10px;
	border-bottom: 1px dashed #ddd;
}

.sec3 .fr ul.ul1 li p {
	padding-right: 80px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
}

.sec3 .fr ul.ul1 li:hover p, .sec3 .fr ul.ul1 li:hover span {
	color: rgb(16,80,168);
}

.sec3 .fr ul.ul1 li span {
	display: block;
	position: absolute;
	right: 8px;
	top: 0;
	font-size: 13px;
	color: #666;
}

.sec4 {
	
	background-size: cover;
	padding: 0 0 40px 0;
}

.sec4 .fl {
	width: 68%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	float: right;
}

.sec4 ul.list {
	border-bottom: 3px solid rgb(16,80,168);
	margin-bottom: 10px;
}

.sec4 ul.list li {
	width: 100px;
	float: left;
	text-align: center;
}

.sec4 ul.list li a {
	display: block;
	line-height: 35px;
	font-size: 16px;
	color: #333;
}

.sec4 ul.list li.on a {
	background: rgb(16,80,168);
	color: #fff;
}

.sec4 .fl .comBox {
	padding: 10px 15px;
	background: #fff;
}

.sec4 .fl .comBox .cbFl {
	width: 40%;
	float: left;
	background: #fafafa;
	margin-top: 12px;
}

.sec4 .fl .comBox .cbFl .text {
	padding: 15px 15px 60px;
}

.sec4 .fl .comBox .cbFl .text h3 {
	font-size: 16px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 .fl .comBox .cbFl .text p {
	line-height: 24px;
	font-size: 14px;
	color: #666;
	margin-top: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.sec4 .fl .comBox .cbFl .text span {
	display: block;
	float: right;
	width: 90px;
	line-height: 30px;
	text-align: center;
	background: rgb(213,24,0);
	color: #fff;
	margin-top: 10px;
}

.sec4 .fl .comBox .cbFr {
	width: 58%;
	float: right;
}

.sec4 .fl .comBox .cbFr dl {
	overflow: hidden;
	border-bottom: 1px dashed #ddd;
	padding: 10px;
}

.sec4 .fl .comBox .cbFr dl a {
	display: block;
}

.sec4 .fl .comBox .cbFr dt {
	float: left;
	width: 65px;
	background: #f3f3f3;
	padding: 7px 0;
	text-align: center;
}

.sec4 .fl .comBox .cbFr dt strong {
	font-size: 26px;
	margin-bottom: 4px;
	display: block;
	line-height: 1;
	color: #565656;
}

.sec4 .fl .comBox .cbFr dt span {
	font-size: 15px;
	color: #777;
}

.sec4 .fl .comBox .cbFr dd {
	margin-left: 75px;
}

.sec4 .fl .comBox .cbFr dd h3 {
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sec4 .fl .comBox .cbFr dd p {
	line-height: 20px;
	font-size: 14px;
	color: #666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 40px;
}

.sec4 .fl .comBox .cbFr dl:hover dt {
	background: rgb(16,80,168);
}

.sec4 .fl .comBox .cbFr dl:hover dt strong, .sec4 .fl .comBox .cbFr dl:hover dt span {
	color: #fff;
}

.sec4 .fl .comBox .cbFr dl:hover dd h3 {
	color: rgb(16,80,168);
}

.sec4 .fl .comBox .cbFr dl:hover {
	background: #fff;
	box-shadow: 0 0 8px rgba(0, 0, 0, .3);
	border-radius: 3px;
}

.sec4 .fr {
	width: 30%;
	background: #fff;
	padding: 10px;
	box-sizing: border-box;
	float: left;
}

.sec4 .fr .frBox {
	padding: 20px 0;
	background: #fff;
}

.sec4 .fr .ul {
	height: 420px !important;
	overflow: hidden;
	padding: 0 10px;
}

.sec4 .fr .ul li {
	border-bottom: 1px dashed #ddd;
	padding: 10px 0;
}

.sec4 .fr .ul li h3 {
	font-weight: 500;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 5px;
}

.sec4 .fr .ul li span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	line-height: 25px;
	text-align: center;
	color: #fff;
	margin-right: 5px;
	font-size: 14px
}

.sec4 .fr .ul li h3 span {
	background: rgb(213,24,0);
}

.sec4 .fr .ul li p {
	text-indent: -30px;
	margin-left: 30px;
}

.sec4 .fr .ul li p span {
	background: rgb(16,80,168);
	text-indent: 0px;
}

/*
.slideTxtBox02 .hd {
	overflow: hidden}

.slideTxtBox02 {
    margin-top: 45px;
    background: #fff url(../images/bj06.jpg) no-repeat center bottom;
    padding-bottom: 70px;
}

.slideTxtBox02 .hd ul li {
    display: block;
    float: left;
    width: 171px;
    height: 58px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    background: url(../images/bj04.jpg) repeat-x;
	color: #fff;}






.slideTxtBox02 .hd ul li.on {
    color: #fff;
	background: url(../images/bj05.jpg) no-repeat center bottom;}


.yyvs {
    position: relative;
    width: 1120px;
    height: 405px;
    overflow: hidden;
    padding: 40px;
	box-sizing: content-box;}

.yyvs img {
    display: block;
    width: 540px;
    height: 406px;
    box-sizing: content-box;
}

.yyvs img.qxvs {
    width: 194px;
    height: 194px;
    position: absolute;
    top: 50%;
    left: 50%;
	margin: -93px 0 0 -100px;}

*/



/*.sec5 ul.caUl li {
	width: 25%;
	float: left;
	padding: 0 10px;
	box-sizing: border-box;
}

.sec5 ul.caUl li .pho {
	overflow: hidden;
}

.sec5 ul.caUl li .pho img {
	transition: 0.3s;
}

.sec5 ul.caUl li .text {
	font-size: 16px;
	color: #333;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	overflow: hidden;
	position: relative;
	padding: 0 5px;
	transition: 0.3s;
}

.sec5 ul.caUl li .text:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 3px;
	background: rgb(16,80,168);
	transition: 0.3s;
	z-index: -1;
}

.sec5 ul.caUl li:hover .text:after {
	height: 50px;
}

.sec5 ul.caUl li:hover .text {
	color: #fff;
}

.sec5 ul.caUl li:hover .pho img {
	transform: scale(1.1);
}

.sec5 .more a {
	display: block;
	width: 120px;
	line-height: 36px;
	border-radius: 18px;
	background: rgb(16,80,168);
	color: #fff;
	text-align: center;
	margin: 20px auto 0;
}
*/


.ixbanner {
    width: 100%;
    height: 180px;
    position: relative;
    overflow: hidden;
    background: url(../images/ixbanner.jpg) no-repeat center top;
}

.ixbanner .tel {

    line-height: 16px;
    padding-top: 65px;
    color: #fff;
}

.ixbanner .tel span {
font-size: 14px;
    display: block;
}


.ixbanner .tel strong {
    font-size: 27px;
    line-height: 28px;
}



.w1200 {
    width: 1220px;
	margin: 0 auto;}

.ixbanner .tel {
    float: right;
    width: 220px;
    line-height: 16px;
    padding-top: 65px;
    color: #fff;
}

.ixbanner .btn {
    float: right;
    width: 140px;
    height: 36px;
    line-height: 36px;
    border: 2px solid #fff;
    margin: 67px 20px 0 0;
    text-align: center;
    color: #005bcc;
    display: block;
    background: #fff;
}





.fLink {
	border-top: 3px solid rgb(16,80,168);
	padding-top: 10px;
	font-size: 14px;
	margin-top: 30px;
}

.fLink p {
	color: rgb(16,80,168);
	margin-bottom: 4px;
	font-size: 15px;
}

.fLink a {
	display: inline-block;
	border-right: 1px solid #ddd;
	padding: 0 10px;
	line-height: 16px;
}

#main {
	position: relative;
}

.sy {
	position: absolute;
	width: 250px;
	z-index: -1;
}

.sy1 {
	right: 0;
	top: 25%;
}

.sy2 {
	width: 400px;
	left: 0;
	top: 50%;
}

@media all and (min-width: 1024px) and (max-width: 1600px) {
	.sec2 .fl .comBox .pho .swiper-container {
		margin:23px 0;
	}
	.sec2 .fl .comBox .text {
		padding-left: 20px;
	}
	.sec2 .fl .comBox .text h3 {
		margin-bottom: 5px;
	}
	.sec2 .fl .comBox .text p {
		line-height: 29px;
	}
	.sec2 .fr .box {
	padding-top:0px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1440px) {
	.sec {
		margin-top: 28px;
	}
	.sec .title h2 {
		font-size: 30px
	}
	.sec .title span {
		font-size: 14px
	}
	.sec .title span:before, .sec .title span:after {
		height: 1px;
	}
	.sec2 .fl .comBox .pho {
		width: 50%;
	}
	.sec2 .fl .comBox .pho .swiper-container {
		margin:20px 0;
	}
	.sec2 .fl .comBox .text {
		width: 50%;
	}
	.sec2 .fl .comBox .text p {
		font-size: 14px;
		line-height: 27px;
	}
	.sec2 .fr .box {
		padding-top:8px;
	}
	.sec3 .fl .cpBox {
		padding-bottom: 3px;
	}
	.sec3 .fl .cpBox dl {
		padding: 8px 20px;
	}
	.sec3 .fl .cpBox dl dt {
		margin-bottom: 10px;
	}
	.sec3 .fl .cpBox dl dt a {
		background-size: 21px;
		padding-left: 28px;
	}
	.sec4 ul.list {
		margin-bottom: 10px;
	}
	.sec4 .fl .comBox .cbFr dl {
		padding: 6px;
	}
	.sec4 .fr .ul {
		height: 399px !important;
	}
	.sec4 .fr .frBox {
		padding: 10px 0;
	}
	.sec4 .fl .comBox .cbFl {
		margin-top: 6px;
	}
}

@media all and (min-width: 1024px) and (max-width: 1400px) {
	.sec2 .fr ul.ul1 li a {
		line-height: 38px;
	}
	.sy {
		display: none;
	}
	.sec2 .fl .comBox .text {
	padding:20px 15px
	}
}

@media all and (min-width: 1024px) and (max-width: 1360px) {
	.sec2 .fl .comBox .text h3 {
		font-size:20px
	}

		.sec2 .fl .comBox .text p {
	line-height:24px
	}
}

@media all and (min-width: 1024px) and (max-width: 1280px) {
	.sec2 .fl .comBox .text h3 {
		font-size: 18px
	}
	.sec2 .fl .comBox .text h3 span {
		margin: 5px 0;
	}
	.sec2 .fl .comBox .text p {
		line-height: 22px;
		font-size: 13px;
	}
	.sec4 .fr .ul {
		height: 360px !important;
	}
	.sec3 .fl .cpBox dl dt {
		margin-bottom: 3px
	}
	.sec3 .fl .cpBox dl {
		padding: 10px;
	}
	.sec2 .fr ul.ul1 li a {
		line-height:35px
	}
	.sec2 .fr ul.ul1 li p {
		font-size:14px
	}
}

@media all and (min-width: 0) and (max-width: 767px) {
	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
	}
	.sy {
		display: none;
	}
	.sec {
		margin-top: 20px;
	}
	.sec .title {
		margin-bottom: 10px;
	}
	.sec .title h2 {
		font-size: 26px;
	}
	.sec .title span {
		font-size: 14px
	}
	.sec .title span:before {
		width: 50px;
		height: 1px;
	}
	.sec .title span:after {
		width: 50px;
		height: 1px;
	}
	.sec1 .ul1 li {
		width: 48%;
		margin: 10px 4% 10px 0;
	}
	.sec1 .ul1 li h3 {
		font-size: 15px;
		line-height: 32px;
	}
	.sec1 .ul1 li:nth-child(5n) {
		margin-right: 4%;
	}
	.sec1 .ul1 li:nth-child(2n) {
		margin-right: 0;
	}
	.sec1 .ul1 li:nth-child(3n){
		margin-right: 4%!important;
	}
	.sec1 .ul1 li:nth-child(6n){
		margin-right: 0!important;
	}
	.sec2 {
		margin-top: 20px;
	}
	.sec>.fl {
		width: 100%;
	}
	.sec .titl {
		line-height: 40px;
		height: 40px;
		padding: 0 10px;
	}
	.sec .titl h3 {
		font-size: 16px;
	}
	.sec .titl h3 span {
		font-size: 12px;
	}
	.sec .titl a {
		line-height: 40px;
	}
	.sec2 .fl .comBox {
		display: block;
		width: 100%;
		height: inherit !important;
	}
	.sec2 .fl .comBox .pho {
		width: 100%;
		padding:0 10px;
		float:inherit
	}
	.sec2 .fl .comBox .text {
		width: 100%;
		padding:0 10px 20px;
		float:inherit
	}
	.sec2 .fl .comBox .text h3 {
		font-size: 20px;
	}
	.sec2 .fl .comBox .text p {
		font-size: 14px;
		line-height: 26px;
	}
	.sec2 .fl .comBox .text span {
		display: none;
	}
	.sec>.fr {
		margin-top: 20px;
		width: 100%;
	}
	.sec2 .fr .box {
		height: inherit !important;
		padding-top: 0;
	}
	.sec3 .fl .cpBox {
		padding: 10px 0;
	}
	.sec3 .fl .cpBox dl {
		padding: 10px;
	}
	.sec3 .fl .cpBox dl dt {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.sec4 {
		padding: 20px 0;
	}
	.sec4 .fl {
		width: 100%;
		margin-bottom: 20px;
	}
	.sec4 ul.list li {
		width: 90px;
	}
	.sec4 ul.list li a {
		line-height: 32px;
		font-size: 15px;
	}
	.sec4 .fl .comBox {
		padding: 10px 0px;
		height: inherit !important;
	}
	.sec4 .fl .comBox .cbFl {
		width: 100%;
		float: inherit;
		margin-bottom: 10px;
	}
	.sec4 .fl .comBox .cbFl .text {
		padding: 10px 8px 40px;
	}
	.sec4 .fl .comBox .cbFl .text h3 {
		font-size: 15px;
	}
	.sec4 .fl .comBox .cbFl .text p {
		margin-top: 5px;
	}
	.sec4 .fl .comBox .cbFl .text span {
		line-height: 26px;
		width: 80px;
		margin-top: 6px;
	}
	.sec4 .fl .comBox .cbFr {
		width: 100%;
		float: inherit;
	}
	.sec4 .fl .comBox .cbFr dl {
		padding: 10px 6px;
	}
	.sec4 .fr {
		width: 100%;
	}
	.sec4 .fr .frBox {
		padding: 10px 0;
		height: inherit !important;
	}
/*	.sec5 ul.caUl li {
		width: 100%;
		float: inherit;
		padding: 0 10px 15px;
	}
	.sec5 ul.caUl li .text {
		font-size: 15px;
		height: 40px;
		line-height: 40px;
	}
	.sec5 ul.caUl li:hover .text:after {
		height: 40px;
	}
	.sec5 .more a {
		margin-top: 0;
	}*/
}