@charset "utf-8";
/*--------------------------------------------------------------------------------------------------

/*首页css样式*/
html{
	width: 100%;
	min-width:1200px;
}
body{
	font-family:"微软雅黑",Times, "Times New Roman", Georgia, serif;; font-size:14px; line-height:30px; color:#333;
	width: 100%; margin:0 auto; height: 100%;
}
.main{
	width: 1000px;
	margin: 0 auto;
}
.pad30{
	padding: 30px 0;
}
.pad20{
	padding: 20px 0;
}
.mr40{
	margin-right: 40px;
}

/*header部分css*/
.header{
	width: 100%; display: block; height: 100%;background-color:#fff;
}
.header #navside{
	display: block;
	width: 100%;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 10px 0px;
}
#navside_spacer{
        height: 71px;
        display: block;
    }

.header #navside .main{
	display: block;
    width: 1200px;
    margin:0 auto;
	overflow: hidden;
}
.header #navside .main a{
   text-decoration: none;

}
.header #navside .main .logo{
	margin-left: 50px;
}
.header #navside .main .logo img{
	height:68px;
}
.header #navside .main #nav{
    font-size: 18px;
	margin-left: 10px;
	
}
.header #navside .main #nav ul{
	margin-top:20px;
}
.header #navside .main #nav ul li{
	padding:0px 15px;
	height: 28px;
	line-height: 30px;
	
}
.home-title {
    background: url(../../images/banner01.png) no-repeat center;
    font-family: Verdana;
    color: #ffffff;
    height:560px;
    position: relative;
    text-align: center
}
.home-title .hstyle{
    position: absolute;
    top:10rem;
    left:50%;
    -o-transform: translateX(-50%);
    -moz-transform:translateX(-50%) ;
    -webkit-transform: translateX(-50%) ;
    -ms-transform:translateX(-50%) ;
    transform:translateX(-50%) ;
    transform: translateX(-50%);
}

.home-title h1 {
	color: #afcb42;
    font-size: 8rem;
    font-weight: bold;
    display: inline-block;
    text-align: right
}

.home-title h2 {
	color: #afcb42;
    font-size: 4rem;
    display: inline-block;
    text-align: right
}
.header #navside .main #nav ul .active a{
	border-bottom: 2px solid #8ec323;
	color: #8ec323;
}
.header #navside .main #nav ul li a{
	color: #000;
	
}
.header #navside .main #nav ul li a:hover{
	border-bottom: 2px solid #8ec323;
	color: #8ec323;
}
.header #navside .main .language{
	    margin-left: 75px;
}
.header #navside .main .language dl dd{
	 padding: 32.5px 5px;
	padding: 8px 5px;
}
#nav01{
	color: #fff;
	cursor:pointer;
	width: 129px;
}
.header #navside .main #nav ul li #nav02{
	margin-top: 35px;
}
.header #navside .main #nav ul li #nav02 li{
	padding: 17px;
	border-bottom: none;
	height: 20px;
	line-height: 20px;
	background: #1f232d;
	font-size: 22px;
	text-align: center;
}
.banner{
	margin-top: 100px;
}

.lists{
	width: 1200px;
	margin:0 auto;
	padding: 40px 15px;
	overflow: hidden;
}
.lists .main{
	display: flex;
}
.list{
	position: relative;
	flex: 4;
}

.list .textcenter p{
	text-align:center;
	font-size: 18px;
	margin-top: 5px;
	cursor: pointer;
}
.list .list_content{
	position: absolute;
	display: none;
	width: 240px;
	height:240px;
	top: 0;
	left: 0;
	color: #fff;
    background-color: rgba(142, 195, 35, .6);
}


.lists .list:first-of-type{
	margin-left: 25px;
}
.lists .list:last-of-type{
	margin-right: 0!important;
}
.list .list_content p{
	font-size: 18px;
	text-align: center;
	color:#fff;
}
.list .list_content {
	padding-top:40px;
	
}
.list .list_content div{
	width: 60px;
	height: 25px;
	margin: 0 auto;
}

.list .list_content div span{
	width: 28px;
	height: 25px;
	display: inline-block;
}
.list .list_content div:first-child span:first-child{
     border-right: 2px solid #fff;
     border-bottom: 2px solid #fff;
}
.list .list_content div:last-of-type { 
		transform: translate(-2px,-2px);
}
.list .list_content div:last-of-type span:last-of-type{
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.list .list_content p:first-of-type{
	font-size: 48px;
	font-weight: bold;
    margin: 20px auto 20px;

}
.list .list_content p:last-of-type{
	font-size: 30px;
}
/* 两栏自适应 父元素display: flex，左侧定宽，右侧flex:1*/

#background .main .widright{
	width: 500px;
	padding-right: 25px;
}
#background .main .widright h1 {
	text-align: center;
	width: 200px;
	line-height: 50px;
	font-size: 50px;
	margin:50px auto 70px;
}
#background .main .widright div {
	margin-top: 30px;
	line-height: 22px;
	font-size: 16px;
	
}
#background .main .widleft{
	flex:1;
}

/* agenda */

#agenda {
	margin-top: 20px;
}
#agenda .main .widright{
	width: 500px;
}
#agenda .main .widleft{
	flex:1;
	padding-left: 80px; 
}
#agenda .main .widleft h1  {
	margin: 10px 0; 
	line-height: 28px;
	font-size: 28px ;
}


#agenda .main div {
	font-size: 14px;
	line-height: 20px;

}
#agenda .main .widleft a{
	display: block;
	color: #fff;
	background-color: #8ec323;
	width: 200px;
	height: 42px;
	text-align: center;
	font-size: 18px;
	line-height: 42px;
	margin-top: 10px;
}
/* profession */
#profession {
	margin-top: 50px;
	height: 360px;
    background: url(../../images/profession.png) repeat-y center;
}
#profession .main li{
	color:#fff;
	font-size: 18px;
}
#profession .main  h1 {
	margin-top:35px;
	color:#fff;
	font-size: 36px;
}
#profession .main  h3 {
	margin:18px 0;
	color:#fff;
	font-size: 24px;
}
#profession .main  p {
	color:#fff;
	font-size: 18px;
}

.toge{
	display: flex;
}
.part1{
	flex:5;
}
.part2{
	flex:7;
}
.part2p{
	display: flex;

}

.part2p ul{
	flex:3;
}
/* highlight */

#highlight {
	margin-top: 40px;
}
#highlight h1{
	font-size: 36px;
	width:400px;
	margin: 0 auto;
	text-align: center;
}
#highlight .main .highpart{
	margin: 40px 0 10px 100px;
	display: flex;
}
#highlight .main .highpart ul{
		flex: 6;
}

/* logo */
.prelogo{
	margin-top: 100px;
}
.premedia {
	margin-top: 80px;
}
.premedia .main .fontlogo{
	width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #8b8b8b;
	margin-bottom: 50px;
}
.premedia .main div h1{
	text-align: center;
	font-weight: 500;
	padding-bottom: 20px;
	border-bottom: 3px solid #000;
	font-size: 50px;
	width: 320px;
	cursor: pointer;
	margin: 0 auto;
	line-height: 54px;
}

.carousel-indicators{
	top: 480px;
}
.carousel-indicators .active {
    width: 25px;
    height: 15px;
    background-color: #eea88e;
    border-radius: 10px;
}

.carousel-indicators li {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #adadad;
    border: 1px solid #ffffff;
    border-radius: 50%;
}
/* footer部分css样式 */

.footer{
	margin-top: 100px;
	text-align: left;
    background: url(../../images/footer.png) no-repeat center;
	width: 100%;
	height: 250px;
	overflow: hidden;
	min-width: 1200px;
	padding-top: 40px;
	padding-left: 40px;
}
.footer .main ul{
	flex: 4;
}
.footer  ul .ptitle{
	font-size: 25px;
	margin-bottom: 10px;
	color:#fff;
}
.footer ul li{
	font-size: 14px;
	color:#fff;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
}
.footer ul li a{
	font-size: 14px;
	color:#fff!important;
	height: 30px;
	cursor: pointer;
	line-height: 30px;
}