﻿@charset "utf-8";
/* CSS Document */

.fl{ float: left;}
.fr{float: right;}
.pos{
	position: relative;
}

.container{
	width:1170px;
	margin:auto;

}


.wc-top{
	height: 134px;	
}

.logo {
	width:700px;
	height: 134px;
}
.logo img{
	width:800px;
	height: 134px;
}
.top-right{
	width: 354px;

}
.searchbg{
	background: url(../../images/searchbg.png) no-repeat left top;
	width: 232px;
	height: 30px;
}
.searchbg input.inp-text{
	width: 180px;
	height: 30px;
	line-height: 28px;
	background: none;
	border: none;
	font-size: 14px;
	color: #333;
	padding-left: 5px;
	
}
.searchbg input.inp-but{
	 width: 33px;
	 height: 30px;
	 background: none;
	 border: none;
	 cursor: pointer;
	 padding: 0px;
}

.china{
	margin-top: 44px;
	*width:370px ;
	
}
.china ul li {
	float: left;
}
.china ul li a{
	float: left;
  	font-size: 18px;
  	color: #fff;
  	width: 118px;
  	display: block;
	height: 35px;
	font-family: 'AvenirLTStd-light';
	
	line-height: 35px;
	text-align: center;
	text-decoration: none;
}
.china ul li a.a1{
	background: #0099cc;
}
.china ul li a.a1:hover{
	background: #0386b1;
	transition: all 1.5s;
	
}
.china ul li a.a2{
	background: #33cccc;
}
.china ul li a.a2:hover{
	background: #39b6b6;
	transition: all 1.5s;
}
.china ul li a.a3{
	background: #cc0066;
}
.china ul li a.a3:hover{
	background: #b1055b;
	transition: all 1.5s;
}


/*top End*/

.wc-menu{
	height:76px;	
	/*overflow: hidden;*/
}

.wc-menu ul {
	
}
.wc-menu ul li{
	float: left;
	text-align:center;
	margin: 10px 0;
	line-height:48px;	
	position: relative;	
}

.wc-menu ul li a{
	font-size: 18px;
	color: #08204c;
	display: block;
  font-family: times;
    text-align: center;
	text-decoration: none;
	
	padding: 0 36px;*padding: 0 18px;
	
}

.wc-menu ul li.last a{
	/*padding-right: 30px;*/
}

.wc-menu ul li a:hover,.wc-menu ul li a.active{
	
	color: #0099cc;	
}

.wc-menu ul li .ernav{
	position: absolute;
	left: 0px;
	top: 47px;
	z-index: 1;*z-index: 10; 
	background:#fff;
	width: 100%;
	border: 1px solid #ccc;
    display: none;
}
.wc-menu ul li .ernav  li{
	background: none;
	width: 100%;
	line-height: 28px;
	margin:0;
	text-align: left;
}
.wc-menu ul li .ernav  li a{
	line-height: 25px;
	padding:5px 10px;
	display: block;
	font-weight: normal;
	border: none;
	text-align: left;
	color: #333;
	font-size: 14px;
	background: none;
    text-align: center;
}
.wc-menu ul li .ernav  li a:hover{
    color: #0099cc;
}
/*menu End*/

.wc-banner{
    height: 400px;
}

.slideBox {
	position: relative;
	height: 400px;	
	
}
.slideBox .bd{
	width: 700px;
}
.slideBox .bd ul li{
	float: left;
	width: 700px;
	height: 400px;	
}
.slideBox .bd ul li img{
	width: 700px;
	height: 400px;
}
.slideBox .hd{
	position: absolute;
	right: 30px;
	bottom: 24px;
	z-index: 1;
}
.slideBox .hd ul li{
	width: 21px;
	height: 21px;
	border: 1px solid #fff;
	border-radius:3px;
	float: left;
	margin: 0 3px;
	cursor: pointer;
	
}
.slideBox .hd ul li.on{
	background: #0099cc;
	border: none;
	width: 23px;
	height: 23px;
}
.slideBox .ban-text{
	background:#00356b;
	height: 320px;
	width: 356px;
	padding: 40px 57px;
	
}
.slideBox .ban-text ul li{
	padding: 0 2px;
	
}
.slideBox .ban-text ul li span{
	color: #0099cc;
	display: block;
	font-size: 18px;
	font-weight: bold;

	font-style: italic;
	margin-top: 5px;
	
}
.slideBox .ban-text ul li a{
	color: #fff;
	display: block;
	font-size: 22px;
	line-height: 32px;
	font-family: times;
	text-decoration: none;
	margin: 20px 0 30px 0;
	height: 100px;
	overflow: hidden;
	
}
.slideBox .ban-text ul li p{
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 25px;
	margin-top: 10px;
	/* font-family: 'AvenirLTStd-light'; */
	font-family: times;
}
/*banner End*/
.index-con{
	min-height: 830px;
	margin-top: 55px;
	
}
.index-left{
	width: 800px;
}
.index-right{
	width: 301px;
	/* background: url(../../images/inbg.jpg) no-repeat left top; */
	min-height: 772px;
	padding-left: 36px;
}

.in-top{
	height: 104px;
	background: #ececec;
}
.in-top img{
	float: left;
}
.in-top span{
	font-size: 32px;
	color: #08204c;
	display: block;
	float: left;
	font-family: times;
	text-transform: uppercase;
	line-height: 109px;
	padding-left: 30px;
}
.in-top a{
	display: block;
	color: #fff;
	background: url(../../images/morebg.jpg) no-repeat left top;
	width: 107px;
	height: 27px;
	line-height: 27px;
	float: right;
	margin-top: 40px;
	margin-right: 30px;
	padding-left: 40px;
	text-decoration: none;
}
.in-top a.a2{
	
	background: url(../../images/morebg1.jpg) no-repeat left top;
	
}
.in-con{
	padding-top: 35px;
	height: 223px;
}
.in-con p{
	font-size: 16px;
	color: #000;
	line-height: 25px;
	/* font-family: 'AvenirLTStd-light'; */
    font-family: times;
}
.new-con{
	padding-top: 5px;
}
.new-ul{
    margin-right: -60px;
    overflow: hidden;
}
.new-ul ul li{
	float: left;
	/* width:370px ; */
	/* height: 331px; */
	position: relative;
	
}
    .new-ul ul li.li1 {
        margin-right: -30px;
        padding: 34px 0;
        /* height: 207px; */
    }

        .new-ul ul li.li1:not(:last-child) {
            border-bottom: 1px solid #e3e3e3;
        }
    .new-ul ul li.li1 .li-aimg {
        float: left;
        width: 312px;
    }

    .new-ul ul li .li-new {
        background: #fff;
        /* padding: 25px 38px; */
        /* width: 294px; */
        height: 121px;
        /* position: absolute; */
        /* left: 0; */
        /* top: 205px; */
        /* border: 1px solid #ddd; */
        float: left;
        /* display: inline-block; */
        width: 488px;
    }

/* .new-ul ul li .li-new:hover{ */
/* 	box-shadow: 0px 0px 4px 2px #ccc; */
/* 	cursor: pointer; */
/* } */
    .new-ul ul li .li-new a.a1 {
        display: block;
        font-size: 18px;
        color: #4181b4;
        font-family: times;
        text-decoration: none;
        line-height: 25px;
        /* height: 75px; */
        overflow: hidden;
        /* padding-top: 15px; */
    }
.new-ul ul li .li-new span{
	display: inline-block;
	font-size: 16px;
	color: #6bb8da;
	font-family: 'AvenirLTStd-light';
	border-bottom: 2px solid #6bb8da;
	padding-bottom:10px;
	margin-top: 20px;
}
.new-ul ul li .li-new a.a2{
	display: inline-block;
	color: #fff;
	background: url(../../images/more.jpg) no-repeat left top;
	text-decoration: none;
	width: 51px;
	height: 27px;
	line-height: 27px;
	padding-left: 42px;
	margin-top: 23px;
        float: right;
}
.li-new .li-new-time {
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-size: 14px;
}
.li-new .li-new-intro {
    color: #8d8d8d;
    font-family: times;
}

.new-date{
    margin-right: -60px;
    overflow: hidden;
}
    .new-date ul li {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        width: 382px;
        float: left;
        height: 74px;
        padding: 25px 4px;
    }
.new-date ul li:hover{
	background: #f5f5f5;
    cursor: pointer;
}
.new-date ul li.li1{
	margin-right: 13px;
}

.new-date ul li .li-da{
	border: 2px solid #ccc;
	background: #fff;
	width: 59px;
	height: 64px;
	text-align: center;
	font-family: 'AvenirLTStd-light';
}
.new-date ul li .li-da p{
	font-size: 14px;
	color: #08204c;
	padding-top: 6px;
}
.new-date ul li .li-da span{
	font-size: 14px;
	color: #08204c;
	display: block;
	
}
.new-date ul li .li-da i{
	font-size: 14px;
	color: #08204c;
	display: block;
	font-style: normal;

}
.new-date ul li .li-daa{
	/* width: 210px; */
}
.new-date ul li .li-daa a{
	font-size: 18px;
	color: #08204c;
	line-height: 25px;
	text-decoration: none;
	/* font-family: 'AvenirLTStd-light'; */
	font-family: 'times';
}

.ev-top{
	position: relative;
}
.ev-top img{
	
	float: left;
}
.ev-top span {
	font-size: 32px;
	color: #08204c;
	font-family: times;
	line-height: 45px;
	float: left;
	padding-left: 20px;	
	text-transform: uppercase;
}
.ev-top span:hover {
    color: #6cb8da;
}
    .ev-top span a {
        font-size: 14px;
        color: #00356b;
        text-transform: initial;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 35px;
    }
.ev-ul{
	padding-top: 30px;
}
    .ev-ul ul li {
        width: 300px;
        /* height: 57px; */
        /* border: 1px solid #ddd; */
        margin-bottom: 25px;
        overflow: hidden;
        background: url(../../images/events-time.png) 0 0 no-repeat;
        border-bottom: 1px dashed #e3e3e3;
        padding-bottom: 21px;
    }
.ev-ul ul li .li-eda{
	/* background: #f5f5f5; */
	width:48px;
	/* border-right: 1px solid #ddd; */
	/* height: 100%; */
	text-align: center;
}
.ev-ul ul li .li-eda p{
	line-height: 37px;
	/* border-bottom: 1px solid #ddd; */
	font-weight: bold;
	color: #333;
	font-size: 14px;
	font-family: times;
}
    .ev-ul ul li .li-eda .month {
        color: white;
        /* background: #0062ac; */
        /* height: 30px; */
        line-height: 28px;
    }
.ev-ul ul li .li-eda .month span{
	display: block;
	color: #333;
	font-size: 16px;
	font-family: times;
	line-height: 25px;
	padding-top: 10px;
}
.ev-ul ul li .li-eda .month i{
	display: block;
	color: #333;
	font-size: 16px;
	font-family: times;
	font-style: normal;
	line-height: 25px;
	
}


.ev-ul ul li .li-ea{
	width: 236px;
	height: 100%;
}
    .ev-ul ul li .li-ea a {
        font-size: 18px;
        color: #333;
        /* font-family: 'AvenirLTStd-light'; */
        font-family: times;
        line-height: 21px;
        text-decoration: none;
        display: block;
        /* padding: 20px 18px 20px 30px; */
        overflow: hidden;
        padding-left: 0;
    }
.ev-ul ul li .li-ea:hover{
	cursor: pointer;
    color: #6cb8da;
	/* background: #cc0066; */
	/*transition: all 1.5s;*/
}
.ev-ul ul li .li-ea:hover a{
	/* color: #fff; */
	
}


.ev-a a{
	display: block;
	background: url(../../images/morebg2.jpg) no-repeat left top;
	width: 300px;
	height: 50px;
    color: #fff;
    font-size:16px;
    text-decoration: none;
    padding-left: 124px;
    line-height: 50px;
}



.wc-copy{
	height: 88px;
	background: #08204c;
	text-align: center;
	padding-top: 20px;
}
.wc-copy p{
	font-size: 16px;
	color: #7c8698;
	line-height: 28px;
	/* font-family: 'AvenirLTStd-light'; */
    font-family: times;
}
.wc-copy p a{
	color: #7c8698;
}

/*.wc-copyEnd*/

.li-da-div {
    width: 100%;
    display: inline-block;
    text-align: right;
}
    .li-da-div a {
        background: url(../../images/morebg1.jpg) no-repeat left top;
        width: 107px;
        height: 30px;
        color: #fff;
        padding: 5px 81px 5px 13px;
        margin-top: 13px;
        display: inline-block;
    }