*{
	margin: 0 auto;
	padding: 0px;
	font-family: "Noto Sans SC","SimHei";
	box-sizing: border-box;
}
a{
	text-decoration: none;
}
img {
vertical-align: top;
}
#myCarousel .carousel-inner, .top-nav, .columns, .columns > .row{
	min-width: 1200px;
}
ul{
	list-style: none;
}
.top-nav{
	width: 100%;
	height: 160px;
	position: absolute;
	top: 0px;
	padding-top: 20px;
	z-index: 999;
	background: linear-gradient(rgb(37, 36, 36) , transparent);
	background: -webkit-linear-gradient(rgb(37, 37, 36) , transparent); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(37, 36, 36) , transparent); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(37, 36, 36) , transparent); /* Firefox 3.6 - 15 */
}
ul.navigator > li{
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 80px;
	list-style: none;
	display: inline-block;
}
ul.navigator > li {
	padding-left: 30px;
	padding-right: 30px;
	line-height: 40px;
	position: relative;
}
ul.navigator > li a {
	font-size: 16px;
	font-family: "Adobe Heiti Std","SimHei";
  	color: rgba(255, 255, 255, 1);
  	font-weight: 400;
}
ul.navigator{
	height: 80px;
	line-height: 80px;
	/*border: solid 1px black;*/
	text-align: right;
}

ul.navigator > li:hover{
	border-top: 1px solid #326331;
	background-color: white;	
}
ul.navigator > li:hover > a{
	color: #45b787;
}
ul.navigator > li:hover > ul{
	display: block;
	animation: fade 1s ease-in-out 1;
}
.navigator{
	height: 40px;
	position: relative;
top: -80px;
}
ul.navigator > li > ul {
	width: 180px;
	list-style: none;
	background-color: white;
	display: none;
	position: absolute;
	left: 0px;
	box-sizing: content-box;
}
.navigator > li:last-child > ul {
	left: -44%;
}
ul.navigator > li > ul > li > a{
	color: black;
	text-align:left;
	line-height: 44px;
	padding-left: 10px;
	font-weight: 200;
	display: block;
	font-family: "Noto Sans SC","SimHei";
}
ul.navigator > li > ul > li > a:hover{
	text-decoration: underline;
	background-color: #ececec;
	/*color: white;*/
	text-decoration: none;
}
.navigator > li:last-child > ul > li > a{
	text-align: right;
	padding-right: 20px;
}

form.search {
	padding-top: 40px;
   	padding-right: 30px;
}
.carsoul{
	position: relative;
	top: -14px;
}
.carsoul img{
	width: 100%;
	height: 700px;
}
.carousel-inner {
  	width: 100%;
	height: 700px;
}
.carousel-inner img {
  	width: 100%;
  	height: 100%;
 }
 ul.carousel-indicators {
	text-align: left;
	width: 160px;
	bottom: 150px;
	margin-left: 0px;
	left: 140px;
}
.carousel-indicators li{
	width: 20px;
	height: 20px;
	margin-left: 10px;
	background-color: #5f6970;
	opacity: 0.4;
}
.carousel-indicators .active {
	width: 20px;
	height: 20px;
	background-color: #45b787;
	opacity: 1;
	margin-left: 10px;
}
.columns{
	width: 100%;
    /* height: 1500px; */
    position: relative;
    background: url('../images/bac.png') no-repeat;
    background-size: 100% 60%;
    /* margin-top: -10%; */
}
.columns > img {
	width: 100%;
	margin-top: -150px;
	top: 0px;
	position: relative;
}
.columns > .row{
	width: 100%;
	z-index: 999;
	overflow: hidden;
	padding-top: 120px;
}
.columns > .row:first-child{
	padding-top: 40px;
}
.columns > .row:last-child{
	padding-top: 220px;
}
.row > .cards{
	margin: auto;
	width: 85%;
	margin-left: 200px;
}
.row > .cards > .card{
	width: 23.5%;
	height: 350px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
	/*-webkit-animation: proRotate 1s ease-in-out 500ms alternate none 1;
animation: proRotate 1s ease-in-out 500ms alternate none 1;*/
/*transform: transform: perspective(700px) rotateY(-10deg);*/
}
.card > .bac{
	width: 100%;
	height: 35%;
	position: relative;
  	background: url('../images/fontbac1.png') no-repeat;
	background-position: bottom;
	background-size: 100% 100%;
	background-position: top;
	margin-top: 8px;
}
.card img{
	width: 100%;
	height: 55%;
	box-shadow: -1px 5px 4px rgba(0, 0, 0,0.6);
}
.card > .bac > .text{
	font-size: 16px;
	color: rgb(0, 0, 0);
	position: relative;
	/*top: 75%;*/
	/*text-align: center;*/
	padding-top: 10px;
	padding-left: 20px;
	width: 94%;
	height: 80px;
	overflow: hidden;
}
.card > .bac > .text a{
	color:  rgb(0, 0, 0);
}
.card > .bac > .time{
  	font-size: 12px;
  	/*color: rgb(248, 107, 29);*/
  	color: #9f8027;
  	letter-spacing: 2px;
  	text-align: center;
	bottom: 5px;
  	position: relative;
  /*top: 75%;*/
}
.title{
	width: 120px;
	height: 300px;
	padding-left: 20px;
	background: url(../images/colbac.jpg) 100% 100%;
	background-repeat: no-repeat;
  	font-size: 36px;
  	color: rgb(39, 141, 98);
  	writing-mode:tb-rl;
  	line-height: 36px;
  	padding-right: 30px;
	padding-top: 20px;
}
.title a{
  	font-size: 12px;
  	color: rgb(155, 155, 155);
  	font-weight: bold;
  	margin-top: 10px;
}
.title:first-child{
	height: 320px;
}
.left{
	float: left;
}
.right{
	float: right;
}
.news{
	width: 80%;
	height: 300px;
	margin-left: 70px;
	background-color: #45b787;
	display: inline-block;
	overflow: hidden;
}
.news > .cards{
	width: 100%;
	height: 100%;
}
.news > .cards > .card{
	width: 23.5%;
	height: 100%;
	padding: 10px;
	display: inline-block;
	vertical-align: middle;
}
.news > .cards > .card:first-child{
	margin-left: 25px;
}
.news > .cards > .card > .time{
	font-size: 12px;
	/*color: rgb(248, 107, 29);*/
	color: white;
}
.news > .cards > .card > .time > span{
	display: block;
	font-size: 38px;
}
.news > .cards > .card > .text{
	width: 100%;
	height: 160px;
	border-right: 1px solid white;
	color: rgb(255, 255, 255);
	margin-top: 20px;
	padding-right: 20px;
	font-size: 18px;
}
.news > .cards > .card:last-child > .text{
	border:none;
}
.news > .cards > .card > .text > .t-sum{
	font-size: 12px;
	margin-top: 10px;
}
.news > .cards > .card > .text a{
	color: rgb(255, 255, 255);
}

.science{
	width: 100%;
}
.first, .second, .third{
	display: inline-block;
	vertical-align: top;
	height: 500px;
	overflow: hidden;
	/*position: absolute;*/
}
.science > .first{
	width: 29%;
	/*left: 15%;*/
}
.science > .first img{
	width: 100%;
	height: 280px;
}
.science > .first .carousel-caption /*, .science > .first > .text*/{
	width: 100%;
	height: 120px;
	background-color: white;
	/*margin-top: -4px;*/
	/*新增*/
	top: 100%;
	left: 0px;
	text-align: left;
	
}
.science .carousel-caption a{
	color: #83cfaf;
	font-size: 16px;
	padding-right: 10px;
}
.science .t-sum{
	font-size: 12px;
	color: #858585;
	border-left: 4px solid rgb(248, 107, 29);
	padding-left: 16px;
	margin-left: -20px;
	margin-top: 10px;
	box-sizing: content-box;
}
.science > .second{
	width: 17%;
	/*position: relative;*/
	margin-top: 100px;
	/*left: 48%;*/
}
.science > .second .carousel-caption{
	background-color: white;
	width: 100%;
	height: 120px;
	left: 0px;
}
.science > .second img{
	width: 100%;
height: 180px;
position: relative;
top: 160px;
}
/*.science > .second > .text{
	position: absolute;
	top: 0PX;
}*/
.science > .third{
	width: 28%;
	margin-top: 40px;
	left: 70%;
}
.science > .third img{
  position: relative;
  width: 100%;
  height: 240px;
  z-index: 60;
}
.science > .third .carousel-caption{
	background-color: white;
	width: 100%;
	height: 160px;
	left: 0px;
	top: 100%;
}
.science > .first .carousel-caption, .science > .second .carousel-caption, .science > .third .carousel-caption{
	text-align: left;
	padding-left: 20px;
	text-shadow: none;
}
.science > .block{
	display: none;
}


@-webkit-keyframes proRotate { 
0%{-webkit-transform:perspective(400px) rotateY(180deg);} 
100%{-webkit-transform:perspective(400px) rotateY(0deg);} 
}
@keyframes proRotate { 
0%{transform:perspective(400px) rotateY(180deg);} 
100%{transform:perspective(400px) rotateY(0deg);} 
}
@keyframes turnleft { 
0%{left: 100%} 
100%{left: 0px;} 
}
@keyframes turnright { 
0%{left: 0px} 
100%{left: -100%;} 
}
@keyframes fade{
	0%{
		opacity:0;
		/*line-height: 0px;*/
	}100%{
		opacity:1;
		/*line-height: 38px;*/
	}
}