﻿@charset "UTF-8";

/* CSS Document */

nav.site>ul>li:nth-child(1)>a {
	background-position-x: -32px;
}

.video {
	background: url(../../src/index/banner.png) center center no-repeat;
	background-size: cover;
	padding: 30px 0;
}

.playvideo {
	margin: 0px auto;
}

.playvideo .view-box {
	float: left;
}

.videotitle {
	font: normal 35px/180% 'FZLanTingHeiEL-SC', 'Microsoft Yahei';
	color: #373737;
}

.videotitle span {
	font-size: 50px;
	text-shadow: 0px 0px 2px #FFFFFF;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, from(rgba(63, 120, 164, 1)), to(rgba(38, 88, 96, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.videotitle {
	float: left;
		font-size: 18px;
		margin-top: 30px;
}

.videotitle img {
	margin-top: -19px;
	width: 104px;
}

@media(min-width:768px) {
	.playvideo {
		max-width: 642px;
	}
	.playvideo .view-box {
		width: 295px;
		margin: 116px 0px;
	}
	.videotitle {
		padding-left: 45px;
		font-size: 18px;
		padding-right: 30px;
		width: 346px;
		padding-top: 122px;
	}
	.videotitle img {
		vertical-align: bottom;
		width: 104px;
		margin-bottom: 8px;
	}
}

@media(min-width:992px) {
	.playvideo {
		max-width: 850px;
	}
	.playvideo .view-box {
		width: 360px;
		margin: 98px 0px;
	}
	.videotitle {
		padding-left: 45px;
		font-size: 24px;
		padding-right: 30px;
		width: 490px;
		padding-top: 122px;
	}
	.videotitle img {
		width: auto;
	}
}

@media(min-width:1200px) {
	.playvideo {
		max-width: 1070px;
	}
	.playvideo .view-box {
		width: 380px;
		margin: 92px 0px;
	}
	.videotitle {
		padding-left: 90px;
		padding-right: 60px;
		width: 690px;
		font-size: 35px;
		padding-top: 100px;
	}
}

@media(min-width:1400px) {
	.playvideo {
		max-width: 1290px;
	}
	.playvideo .view-box {
		width: 600px;
		margin: 30px 0px;
	}
	.videotitle {
		padding-left: 90px;
		padding-right: 60px;
		width: 690px;
		padding-top: 100px;
	}
}

a.more {
	background-color: rgba(0, 0, 0, 0);
	font: normal 16px 'Microsoft Yahei';
	padding: 0.4em 2em;
	color: #666666;
	/* color: rgba(191,255,255, 0.5); */
	border-radius: 18px;
	border: 1px solid #666666;
}

a.more:hover {
	/*background-color: #0E2663;*/
}

.title {
	font-size: 30px;
    padding-bottom: 0.5em;
}
.title >a {
	color: #373737;
}
.title span {
	font-size: 20px;
	color: #0A0A0A;
	padding-left: 1em;
	font-family: Arial;
}

#carousel-example-generic .carousel-inner .item a>img {
	width: 100%;
}


/*ҵ��*/

.yewu h2 {
	font-size: 24px;
	font-weight: normal;
}

.yewu p {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.yewu a {
	color: #0078D7;
}

.carousel-indicators li {
	background-color: #CCCCCC;
	border-radius: 50%;
}

#carousel-example-generic .carousel-indicators li.active {
	background-color: #0078D7;
}

.left-but,
.right-but {
	display: inline-block;
	width: 32px;
	height: 32px;
	background-color: #DDDDDD;
	border: 1px solid #DDDDDD;
	color: #fff;
	border-radius: 50%;
	padding: 6px;
	font-size: 18px;
	line-height: 17px;
	padding: 6px;
}

.left-but {
	padding-left: 2px;
}

.right-but {
	padding-left: 11px;
}

.left-but:hover,
.right-but:hover {
	background-color: #fff;
	color: #EFEFEF;
}

.yewu .col-md-3 {
	-webkit-transition: all 0.15s ease-in;
	-moz-transition: all 0.15s ease-in;
	-ms-transition: all 0.15s ease-in;
	transition: all 0.15s ease-in;
}

.yewu .col-md-3:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.carousel-inner p {
	min-height: 60px;
}

.carousel-inner h2 {
	min-height: 2em;
}

.carousel-inner a {
	margin-bottom: 10px;
}


/*����*/

.media {
	margin-top: 25px;
}

section.news {
	background-color: #F8FBFC;
}

section.news h2 a {
	font-size: 20px;
	color: #666666;
}

section.news h2 span {
	color: #666666;
	font-size: 16px;
}

section.news .newsInfo {
	font-size: 13px;
	padding-top: 0.6em;
}

section.news .newsInfo .newstime {
	color: #0078D7;
}

section.news a.shownews {
	color: #0078D7;
	border: 1px solid #0078D7;
	height: 22px;
	line-height: 20px;
	width: 50px;
	display: inline-block;
	border-radius: 11px;
	text-align: center;
	font-size: 12px;
}

section.news a.shownews:hover {
	background-color: #0078D7;
	color: #fff;
}

section.news .newstime>a {
	color: #0078D7;
}

section.news .media-body {
	color: #666666 !important;
}

section.news .media-body h4.media-heading {
	font-size: 16px;
	color: #666666;
}

ul.hangye {
	border-left: 4px solid #EFEFEF;
	padding: 0 0 1em 0;
	margin: 0;
}

ul.hangye li {
	list-style: none;
	background: url(../../src/ico_timeline.png) left center no-repeat;
	padding: 0 0 0 40px;
	margin: 22px 0 22px -17px;
	line-height: 180%;
}

ul.hangye li:hover {
	background-size: 36px;
	margin-left: -19px;
	padding-left: 43px;
}

ul.hangye li a {
	color: #666666;
}


/*banner*/

section.banner {
	text-align: center;
	background: url(../../src/bannerBg.jpg) center no-repeat;
	background-size: cover;
	padding: 0;
	margin: 0;
	display: block;
}

section.banner img {
	max-width: 100%;
	display: block;
	margin: 0px auto;
}


/*����*/

section.anli {
	padding-top: 3em;
	padding-bottom: 3em;
}

.anliInfo {
	color: #8C9DA5;
	line-height: 160%;
	text-align: center;
	padding-top: 2em;
}

.anliInfo>* {
	text-align: center;
}

.anliInfo img {
	margin-top: 10px;
	position: absolute;
	left: 0px;
}

.anliInfo>div {
	color: #004792;
}

.anliList {
	padding-top: 1em;
}

@media (min-width: 992px) and (max-width:1230px) {
	.anliList {
		padding-top: 50px;
	}
}

.anliList img {
	cursor: pointer;
}

.anliList .carousel-inner>.item>img,
.anliList .carousel-inner>.item>a>img {
	display: inline;
}

.carousel-inner>.item {
	min-height: 173px;
}

#logo-swiper .swiper-slide .box {
	float: left;
}

#logo-swiper .swiper-slide .box img {
	float: left;
	display: block;
	width: 100%;
}

#logo-swiper .swiper-slide {
	padding: 0px 45px;
}

.anliList .logo-swiper-pagination {
	width: 100%;
	margin-top: 12px;
}

.anliList #logo-swiper .logo-swiper-button-prev {
	background-image: url(../../src/index/left.svg);
	left: 0px;
}

.anliList #logo-swiper .logo-swiper-button-next {
	background-image: url(../../src/index/right.svg);
	right: 0px;
}

.anliList .logo-swiper-pagination>span {
	margin: 0px 4px;
	width: 7px;
	height: 7px;
}

.anliList .logo-swiper-pagination>span.swiper-pagination-bullet-active {
	background: #c2e4f5;
}


/*��ѯ*/

section.zixun {
	padding-bottom: 0px;
	margin-bottom: 2px;
	background: #fbfbfb;
	padding-top: 0px;
}

section.zixun .zixunBtn {
	background: url(../../src/zixunBg.jpg) center no-repeat;
	padding: 20px 0;
	text-align: center;
	display: block;
}

section.zixun .zixunBtn a {
	border: 1px solid #689A0B;
	background-color: rgba(232, 246, 192, 0.3);
	height: 70px;
	font-size: 30px;
	color: #373737;
	border-radius: 20px;
	padding: 0 50px;
	display: inline-block;
	position: relative;
}

section.zixun .zixunBtn a>div {
	float: left;
	line-height: 70px;
}

section.zixun .zixunBtn a>article>p {
	color: #649507;
	margin: 0px;
	padding-left: 1.2em;
}

section.zixun .zixunBtn a>article {
	margin-left: 120px;
	padding: 12px 0px;
}

section.zixun .zixunBtn a>article>p:first-child {
	font: 14px Arial;
	text-align: center;
}

section.zixun .zixunBtn a>article>p:last-child {
	font: 26px Georgia;
}

section.zixun .zixunBtn a img {
	position: absolute;
	top: 6px;
	left: -24px;
}

section.zixun .zixunBtn a:hover {
	background-color: rgba(232, 246, 192, 0.7);
}

section.zixun .zixunBtn a:hover img {
	/*animation: hua 600ms forwards;
	-o-animation: hua 600ms forwards;
	-webkit-animation: hua 600ms forwards;
	-moz-animation: hua 600ms forwards;*/
	left: 370px;
	-webkit-transition: left 0.6s ease-in-out;
	-moz-transition: left 0.6s ease-in-out;
	-ms-transition: left 0.6s ease-in-out;
	transition: left 0.6s ease-in-out:;
}

.zixunForm {
	display: none;
	padding-top: 40px;
}

.zixunForm>div>div:nth-child(1) {
	font-size: 20px;
	color: #0A0A0A;
	line-height: 28px;
	margin-bottom: 9px;
}

.zixunForm>div>div:nth-child(2) {
	font-size: 14px;
	color: #666666;
	line-height: 21px;
	margin-bottom: 40px;
}

.zixunClass a {
	width: 120px;
	height: 84px;
	display: inline-block;
	background: url(../../src/zixunClass.png) left top no-repeat;
	text-indent: -1000em;
	margin: 2em 1em;
}

.zixunClass a:nth-of-type(1) {
	background-position: -11px 0px;
}

.zixunClass a:nth-of-type(2) {
	background-position: -160px 0px;
}

.zixunClass a:nth-of-type(3) {
	background-position: -318px 0px;
}

.zixunClass a:nth-of-type(4) {
	background-position: -479px 0px;
	width: 160px;
}

.zixunClass a:nth-of-type(5) {
	background-position: -668px 0px;
}

.zixunClass a:hover {
	background-position-y: -84px;
}

#consult-form input {
	height: 36px;
	border-radius: 18px;
	margin-bottom: 12px;
}

#consult-form textarea {
	border-radius: 8px;
}

#consult-form button {
	outline: none;
	border-radius: 19px;
	font-size: 14px;
	color: #666666;
	background-color: #EAEAEA;
}

#consult-form button:hover {
	color: #FFFFFF;
	background-color: #337ab7;
}

#carousel-example-generic .carousel-indicators {
	bottom: -5px !important;
}

.img-all {
	width: 100%;
}

#yw-swiper-1 .swiper-slide,
#yw-swiper-2 .swiper-slide,
#yw-swiper-3 .swiper-slide {
	padding-bottom: 40px;
}

.yw-swiper-button-prev {
	background-image: url(../../src/index/lift.png) !important;
	width: 32px !important;
	height: 32px !important;
	top: 100% !important;
	margin-top: -32px !important;
	background-size: 32px 32px !important;
}

.yw-swiper-button-next {
	background-image: url(../../src/index/right.png) !important;
	width: 32px !important;
	height: 32px !important;
	top: 100% !important;
	margin-top: -32px !important;
	background-size: 32px 32px !important;
}
.anliInfo>div{margin-bottom:10px;}
@media(max-width:990px){
	.video{padding-top:44px;}
	.title{font-size: 32px;}
	.yewu h2{font-size: 28px;}
	.yewu p{font-size: 22px;}
	.yewu a{font-size: 20px;}
	.media{margin-top:18px; margin-bottom: 10px;}
	section.news h2 a{font-size:30px;}
	section.news .media-body h4.media-heading{font-size: 28px; margin:10px; margin-top:0px;word-break:break-all; display:-webkit-box; -webkit-line-clamp:1;-webkit-box-orient:vertical; overflow:hidden;}
	section.news .media-body span.media-small{display: block; margin: 0 10px; font-size: 22px;word-break: break-all; display: -webkit-box; -webkit-line-clamp: 2;-webkit-box-orient: vertical; overflow: hidden;}
	section.news a.shownews{height: 32px;line-height: 30px;width: 80px;font-size: 20px; border-radius: 15px;}
	section.news .newsInfo .newstime{font-size: 20px;}
	section.news .newsInfo{margin:0 10px;}
	section.news .newstime>a{ font-size: 22px;}
	ul.hangye li a{ font-size: 24px;}
	section.anli{padding-top:1em;}
	.anliInfo>div{margin-bottom:5px;}
	.anliInfo{font-size: 23px; padding-top:1em;}
}
@media(max-width:768px) {
	section.news .media-body h4.media-heading{margin:10px;margin-top:15px;}
	.video{padding-top:88px;}
	.videotitle{font-size: 25px; margin:30px 50px;}/*20171205xiugai*/
	a.more{font-size: 17px;}
}