﻿@charset "utf-8";
/* CSS Document */
/*2019.10.16 */
.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1170px;
	padding: 0;
	margin: 0 auto;
}

.wc-top{
	height:148px;
	background: #fff;
}
.logo{
	/*width: 524px;*/
	height: 143px;
}
.logo img{
	/*width: 524px;*/
	height: 143px;
}
.top-right{
	width: 355px;
	padding-top: 30px;
	height: 108px;
	/*overflow: hidden;*/
}
.top-right p.p1{
	font-size: 16px;
	color: #333;
	padding-bottom: 10px;
}
.top-right p.p1 span{
	font-size: 16px;
	color: #333;
	/*padding: 0 10px;*/
}
.top-right p.p1 span.sp1{
	padding-left: 40px;
	
}
.top-right p.p1 span.sp2{
	padding-left: 54px;
}
.top-right p.p1 span.sp3{
	padding-left: 27px;
}
.top-right p.p1 span.sp4{
	padding-left: 18px;
}

/*top end*/
.wc-menu{
	background: url(../../images/mbg.jpg) repeat left top;
	height: 69px;
	
}


.wc-menu ul{
	/*转化为table 并且，宽度百分百，*/
	display: table;
	width: 100%;   

	
}
.wc-menu ul li{
	

	position: relative;	
	/*居中并且转为table-cell*/
	text-align: center;   
	display: table-cell;
	/*float: left;*/
	list-style: none;
	
	line-height: 69px;
	
}
.wc-menu ul li.last{
	background: none;
}
.wc-menu ul li.last a{
	
	background: none;
}
.wc-menu ul li a{
	font-size: 20px;
	color: #333;
   font-family: 'AvenirLTStd-light';
	line-height:69px;	 
	display: block;
   transition: all .2s;
	text-decoration: none;
   
	
}
.wc-menu ul li a span{
	display: block;
	line-height: 18px;
	font-size: 14px;
	color: #fff;
	text-transform: capitalize;
	
}


.wc-menu ul li a.active{
	background: url(../../images/mhbg.jpg) repeat left top;
}
.wc-menu ul li a:hover{
	background: url(../../images/mhbg.jpg) repeat left top;
}
/*.wc-menu ul li a.selected, .wc-menu ul li a.parent, .wc-menu ul li a.move{
 background: #0e6eb8;
}*/



/*.wc-menu ul li a:hover, .wc-menu ul li a.active, .wc-menu ul li a.move,.wc-menu ul li a.selected, .wc-menu ul li a.parent {
	 background: #0e6eb8;
}*/

.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 70px;
	background: #1e79cd;
	width: 120%;
	z-index: 11;
	display: none;	
}

    .wc-menu ul li:nth-child(2) .ernav {
      
        width: 220%;
    }
.wc-menu ul li .ernav ul{
	min-height:60px;
}
.wc-menu ul li .ernav ul li{
	text-align: center;
	float: none;
	display: block;    /*二级下拉有影响，需要转化为块状*/            
	border-bottom: 1px solid #ccc;
	background: none;
	line-height: 30px;
	

}
.wc-menu ul li .ernav ul li a{
	line-height: 20px;
	/*height: 25px;*/
	font-size: 14px;
	width: 100%;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	color: #fff;
	margin: 0;
	display: block;
	padding: 7px 0px;
}
.wc-menu ul li .ernav ul li a:hover{
	background: #008ed9;
	color: #fff;
}

/*menu End*/

.index-con{
	
	padding-bottom: 10px;
	min-height: 810px;
}

.banner{
	height: 652px;
   background: url(../../images/ban.jpg) no-repeat center center;
   background-size: cover;
   
    }
.banner .ban-text{
	text-align: center;
	padding-top: 155px;
	
}
.banner .ban-text h4{
	font-size: 52px;
	color: #fff;
	
	text-transform: uppercase;
	text-shadow:2px 2px 2px #5e6b88 ;
	margin-bottom: 5px;
	
}
.banner .ban-text p{
	font-size: 32px;
	color: #fff;
	text-transform: uppercase;
	text-shadow:4px 4px 3px #5e6b88 ;
}
.ban-ul{
	margin-top: 60px;
}
.ban-ul ul{
	text-align: center;
	
}
.ban-ul ul li{
	/*float: left;*/
display: inline-block;
	width: 228px;
	height:100px;
	background: url(../../images/btbg.png) repeat left top;
	text-align: center;
	margin: 0 37px;
}
.ban-ul ul li:hover{
	background: #5e6b88;
}
.ban-ul ul li a{
	text-decoration: none;
	
}
.ban-ul ul li img{
	padding-top: 20px;
	padding-bottom: 15px;
}
.ban-ul ul li span{
	display: block;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	font-family: arial;
}
/*banner end*/

.about{
	padding-top: 60px;
	min-height: 540px;
}
.about h4{
	font-weight: normal;
	font-size: 36px;
	color: #3f5e8c;
	text-transform: uppercase;
	
}

.ab-text {
    width: 700px;
}

    .ab-text p {
        font-size: 20px;
        color: #333;
        line-height: 31px;
        margin-bottom: 25px;
        font-family: 'AvenirLTStd-light';
        font-weight: lighter;
        text-align: justify;
    }

.about1 {
    padding-top: 30px;
    /*min-height: 540px;*/
}

    .about1 h4 {
        font-weight: normal;
        font-size: 36px;
        color: #3f5e8c;
        text-transform: uppercase;
    }

.ab-text1 {
    width: 100%;
}

    .ab-text1 p {
        font-size: 20px;
        color: #333;
        line-height: 31px;
        margin-bottom: 25px;
        font-family: 'AvenirLTStd-light';
        font-weight: lighter;
        text-align: justify;
    }

.about2 {
    padding-top: 30px;
    /*min-height: 540px;*/
}

    .about2 h4 {
        font-weight: normal;
        font-size: 36px;
        color: #3f5e8c;
        text-transform: uppercase;
    }

.ab-text2 {
    width: 100%;
}

    .ab-text2 p {
        font-size: 20px;
        color: #333;
        line-height: 25px;
        margin-bottom: 15px;
        font-family: 'AvenirLTStd-light';
        font-weight: lighter;
        text-align: justify;
    }
    .ab-text2 ul  {
       margin-left:25px;
    }
        .ab-text2 ul li {
            list-style-type: circle;
            font-size: 22px;
        }


.about3 {
    padding-top: 30px;
    /*min-height: 540px;*/
}

    .about3 h4 {
        font-weight: normal;
        font-size: 36px;
        color: #3f5e8c;
        text-transform: uppercase;
    }

.ab-text3 {
    width: 100%;
}

    .ab-text3 p {
        font-size: 20px;
        color: #333;
        line-height: 25px;
        margin-bottom: 15px;
        font-family: 'AvenirLTStd-light';
        font-weight: lighter;
        text-align: justify;
    }

    .ab-text3 ul {
        margin-left: 25px;
    }

        .ab-text3 ul li {
            list-style-type: circle;
            font-size: 22px;
        }


.ab-con{
	padding-top: 40px;
}

.ab-img{
	width: 400px;
}
.ab-img{
	
	
}
.ab-img p.p1 img{
	width:400px;
	height:220px;
	transition: all 1s;
}
.ab-img p{
	margin-bottom: 30px;
}
.ab-img p.p2 img{
	width: 183px;
	height: 135px;
	transition: all 1s;
}
.ab-img p img:hover{
	transform: scale(1.05);
	transition: all 1s;
	cursor: pointer;
}

/**/

/*date */

.dates{
	background: #f3f3f3;
	min-height: 605px;
	padding-top: 55px;
}

.dates h4{
	font-weight: normal;
	font-size: 36px;
	color: #3f5e8c;
	text-transform: uppercase;
}


.date-con{
	padding-top: 35px;
}
.date-con table{
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	
}

.date-con table thead{
	border-bottom: 4px solid #bec8cc;
	font-size: 24px;
	color: #79879d;
}
.date-con table thead tr th{
	padding-left: 33px;
	padding-bottom: 10px;
}
.date-con table thead tr th:nth-child(2n){
	color: #71ad8c;
}
.date-con table tbody tr{
	line-height: 50px;
	border-bottom: 1px solid #ddd;
	
}
.date-con table tr td{
	line-height: 50px;
	font-size: 18px;
	color: #646b76;
	font-family: 'AvenirLTStd-light';
	width: 49%;
}
.date-con table tbody tr td:nth-child(2n){
	color: #71ad8c;
}
.date-con table tr td img{
	padding-right: 10px;
}

/**/
/*video end*/

.video{
	padding-top: 60px;
	min-height: 425px;
}
.video-top h4{
	font-weight: normal;
	font-size: 36px;
	color: #3f5e8c;
	text-transform: uppercase;
	float: left;
}
.video-top a{
	float: right;
	color: #fff;
	display: block;
	width: 100px;
	text-align: center;
	line-height: 38px;
	background: #646b76;
	font-size: 18px;
	text-decoration: none;
	border:2px solid #646b76;
}
.video-top a:hover{
	color: #646b76;
	background: #fff;
	transition: all 1.5s;
}


.video-ul{
	padding-top: 45px;
}
    .video-ul ul li {
        float: left;
        margin: 0px 6px;
        width: 375px;
        text-align: center;
        position: relative;
    }
.video-ul ul li span{
	position: absolute;
	left: 150px;
	top: 104px;
	
}

        .video-ul ul li:hover a img {
            transform: scale(1.05);
            transition: all 1s;
            cursor: pointer;
        }

/*video end*/

.speaker{
	min-height: 370px;
	background: url(../../images/spbg.jpg) no-repeat center center;
	background-size: cover;
	padding-top: 50px;
}

.sp-top h4{
	color: #fff;
	font-weight: normal;
	font-size: 36px;

	text-transform: uppercase;
	float: left;
}
.sp-top a{
	border: 2px solid #fff;
background: none;
}


.speak-ul{
	padding-top: 45px;
	margin-left: 25px;
}
.speak-ul ul li{
	float: left;
	margin-right: 75px;
	text-align: center;
	width: 155px;
}
.speak-ul ul li:last-child{
	margin-right: 0;
}
.speak-ul ul li a{
	display: block;
	text-decoration: none;
	color: #fff;
}
.speak-ul ul li a img{
	display: block;
	width:140px ;
	height:140px ;
	border-radius:140px ;
	border: 8px solid #858d9c;
	transform: scale(1.0);
	transition: all 1s;
}
.speak-ul ul li a p{
	text-align: center;
	font-size: 20px;
	margin: 10px 0 5px;
	line-height: 23px;
}
.speak-ul ul li a span{
	display: block;
	font-size: 16px;
	margin-top: 5px;
	
}
.speak-ul ul li:hover a img{
	border:8px solid #687597;
	transform: scale(1.1);
	transition: all 1s;
}

/*spon */

.lbtcss {
    min-height: 200px;
    padding-top: 60px;
    background: #f3f3f3;
}

    .lbtcss h4 {
        color: #3f5e8c;
        font-weight: normal;
        font-size: 36px;
        text-transform: uppercase;
    }


.lbtul {
margin-top:10px;

}
    .lbtul img {
        margin: 20px 12px 0 0;
    border-radius: 10px;
    }

/*spon */
.spon {
    min-height: 200px;
    padding-top: 60px;
    background: #fff;
    padding-bottom: 50px;
}
.spon h4{
	color: #3f5e8c;
	font-weight: normal;
	font-size: 36px;

	text-transform: uppercase;

}

.sp-ul{
	/*text-align: center;*/
	padding-top: 36px;
}
    .sp-ul ul li {
        /*display: inline-block;*/
        padding-left: 20px;
        padding-bottom: 5px;
        margin: 15px 0px;
        background: url(../../images/aright.png) no-repeat left 10px;
        border-bottom: 1px solid #ddd;
    }
        .sp-ul ul li a {
           
            color: #666;
            font-size: 18px;
            line-height: 30px;
        }

.sp-ul ul li a img{
	display: inline-block;
	border: 1px solid #fff;
}
.sp-ul ul li a img:hover {
        /*animation: 1s ease-in-out 0s normal none 1 running doudong1;*/
       border: 1px solid #ccc;
        
 }
 
@keyframes doudong1 {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(90deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}



/*footer*/
.footer {
	background: url(../../images/fbg.jpg) repeat-x center top;
	min-height: 175px;
	padding-top: 60px;
}


.f-conct {
	
}

.f-cleft {
	width: 670px;
}

.f-cleft h4 {
	font-size: 18px;
	color: #fff;
	font-family: 'AvenirLTStd-light';
	font-weight: normal;
}

.f-conc p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;font-family: 'AvenirLTStd-light';
}

.f-conc p a {
	color: #fff;
}

.f-cright {
	width: 470px;
text-align: right;

}
.f-cright p.p1{
	margin-bottom: 10px;
}
.f-cright p {
	font-size: 18px;font-family: 'AvenirLTStd-light';
	color: #fff;
	line-height: 31px;
}

/*.wc-copyEnd*/
