﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
html,body{
	height: 100%;
}
em,b,strong{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-family: inherit;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
a{
	color: #0062AC;
	text-decoration: none;
}
a:hover{
	color: #0062AC;
	text-decoration: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/*服务器字体*/
@font-face { 
	font-family: Gotham Bold; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/Gotham-Bold.ttf);
    src: url(../fonts/Gotham-Bold.woff);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-Bold.ttf);  */
} 
@font-face { 
	font-family: Gotham Book; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/Gotham-Book.otf);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-Book.otf);  */
} 
@font-face { 
	font-family: Gotham Medium; 
	font-weight: normal;
    font-style: normal;
    src: url(../fonts/gotham-medium.otf);
	/* src: url(http://124.193.178.122/$b/fonts/Gotham-medium.otf);  */
} 
body {
	line-height: 1;
	color: #000;
	background: #fff;
	font: 18px/22px  Gotham Book, Arial, Georgia, Microsoft YaHei; Sans-Serif;
	position: relative;
	-webkit-text-size-adjust: none;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.left{
	float: left;
}
.right{
	float: right;
}
.hide{
	display:none;
}
.cf:before,.cf:after {content:"";display:table;}
.cf:after {clear:both;}
/* IE 6/7 (触发hasLayout) */
.cf {*zoom:1;}
img {
	display: block;
	width: 100%;
}
.pc-con{
	display: block;
}
.mobile-con{
	display: none;
}
.phone-con{
	display: none;
}
.pad-pc-con{
	display: block;
}

.WrapperW{
	width: 100%;
	position: relative;
	/* _width: expression(document.documentElement.clientWidth>1000?document.documentElement.clientWidth:1000); */
	overflow: hidden;
	z-index: 1;
}

.con, .footer {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
/*header*/
.header{
	height: 206px;
	width: 100%;
	position: relative;
	z-index: 3;
	background-color: #fff;
	border-bottom: 1px solid #cccccc;
}
.header .top-site{
	height: 142px;
	width: 100%;
	background:#0062AC url(../images/pc/top-site-bg.jpg) left top no-repeat;
	position: relative;
	border-bottom: 5px solid #01a6f6;
	z-index: 2;
}
.header .top-site-con{
	width: 1180px;
	margin: 0 auto;
	height: 142px;
	/* overflow: hidden; */
}
.header .top-site-con h1{
	width: 400px;
	float: left;
	margin-top: 33px;
}
.header .top-site-con h1 img{
	width: 100%;
	height: auto;
}
.header .top-site-nav{
	height: 50px;
	margin-top: 50px;
	width: 635px;
}
.header .top-site-nav li{
	float: left;
	width: auto;
	/* background: url(../images/vertical-1.png) 121px center no-repeat; */
	font-size: 14px;
	color: rgba(255,255,255,0.7);
	height: 50px;
}
.header .top-site-nav li a{
	color: rgba(255,255,255,0.8);
	padding: 0 20px;
	height: 20px;
	padding-left: 46px;
}
.no-rgba .header .top-site-nav li,.no-rgba .header .top-site-nav li a{
	color: #fff;
}
.header .top-site-nav li.language .title{
	padding-left: 46px;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.header .top-site-nav li.email a{
	background: url(../images/icon-2.png) 20px center no-repeat;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.header .top-site-nav li.calendar a{
	background: url(../images/icon-3.png) 20px center no-repeat;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.header .top-site-nav li.language{
	position: relative;
}
.header .top-site-nav li.language.open{
	background-color: #0062ac;
}
.header .top-site-nav li.language .language-list{
	position: absolute;
	width: 320px;
	overflow: hidden;
	*zoom: 1;
	text-indent: 15px;
	top: 50px;
	left: 0;
	padding: 10px 0;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
	border-bottom: 5px solid #f8b62c;
}
.header .top-site-nav li.language .language-list a{
	width: 50%;
	display: block;
	padding: 5px 0;
	float: left;
	color: #0062ac;
	background: url(../images/pc/gt2.png) 20px center no-repeat;
	text-indent: 30px;

}
.header .top-site-nav li.language .lan-show{
	padding-right: 20px;
	width: 80px;
	display: inline-block;
	text-indent:15px;
	background: url(../images/down-arrow.png) 70px center no-repeat;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	line-height: 50px;
}
.header .top-site-nav .top-form{
	height: 20px;
	width: 171px;
	position: relative;
	height: 50px;
	line-height: 50px;
}
.header .top-site-nav .top-form input{
	border:0 none ;
	padding: 0;
	margin: 0;
	background: 0;
	position: absolute;
	top: 15px;
}
.header .top-site-nav .top-form input.text-input{
	width: 126px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
	color: rgba(255, 255, 255, 0.7);
	font-size: 14px;
	height: 20px;
	line-height: normal;
	left: 45px;
}
.header .top-site-nav .top-form input.submit-btn{
	width: 45px;
	height: 20px;
	background: url(../images/search-1.png) 20px center no-repeat;
	cursor: pointer;
	left: 0;
}




.header .nav_site{
	width: 1180px;
	margin: 0 auto;
	font-size: 16px;
	height: 60px;
	display: block;
	position: relative;
	z-index: 1;
}
.header .pc-nav{
	display: block;
}
.header .mobile-nav{
	display: none;
}
.header .nav_site ul{
	width: 100%;
	height: 60px;
	/* overflow: hidden; */
}
.header .nav_site li{
	float: left;
	width: 175px;
	text-align: right;
	position: relative;
}
.header .nav_site li.first{
	width: 115px;
	text-align: center;
}
.header .nav_site li a{
	color: #666;
	width: 115px;
	overflow: hidden;
	margin-left: 60px;
	display: block;
	line-height: 60px;
	height: 60px;
	text-align: center;
}
.header .nav_site li.first a{
	margin-left: 0;
}
/* .header .nav_site li a:hover,.header .nav_site li.on a{
	background-color: #0062ac;
	color: #fff;
} */
.header .nav_site li ol{
	position: absolute;
	width: 300px;
	height: auto;
	left: 60px;
	top: 60px;
	background-color: #fff;
	display: none;
}
.header .nav_site li.first ol{
	left: 0;
}
.header .nav_site li ol li{
	float: none;
	text-align: center;
	height: 50px;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #1c73b5;
	background-color: #0062ac;
}
.header .nav_site li ol li a{
	height: 50px;
	width: 100%;
	display: block;
	background-color: #0062ac;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
}

/*table做导航*/
.nav-table{
	width: 100%;
	border: 0;
	outline: 0;
}
.nav-table td{
	height: 60px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.nav-table td a{
	color: #666;
	padding: 0 10px;
	overflow: hidden;
	display: block;
	line-height: 60px;
	height: 60px;
	text-align: center;
}
.header .nav_site table td.br_word a{
	line-height: 20px;
	height: 40px;
	padding: 10px 0;
}
.nav-table td a:hover,.header .nav_site td.on a{
	background-color: #0062ac;
	color: #fff;
	text-decoration: none;
}
.header .nav_site table ol{
	position: absolute;
	width: 300px;
	height: auto;
	left: 0;
	top: 60px;
	background-color: #fff;
	display: none;
}
/* .header .nav_site li.first ol{
	left: 0;
} */
.header .nav_site table ol li{
	float: none;
	text-align: center;
	height: 50px;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #1c73b5;
	background-color: #0062ac;
}
.header .nav_site table ol li a{
	height: 50px;
	width: 100%;
	display: block;
	background-color: #0062ac;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
	padding: 0;
}
.header .nav_site table ol li a:hover{
	background-color: #005FA8;
}
.header .nav_site table td.br_word ol li a{
	height: 50px;
	line-height: 50px;
	padding: 0;
}







.banner {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	height: 560px;
	display: block;
	z-index: 1;
}
.banner ul.slides{
	width: 100%;
	height: 560px;
}
.banner ul.slides li{
	width: 100%;
	height: 560px;
	position: relative;
}
.banner ul.slides li img{
	width: 1920px;
	height: 560px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.banner ul.slides li img.pad-banner{
	display: none;
}
.banner ul.slides li .text{
	width: 1180px;
	color: #fff;
	font-size: 20px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -590px;
	bottom: 40px;
	line-height: 24px;
	z-index: 3;
	font-weight: normal;
}
.banner ul.slides li .text .title{
	font-size: 42px;
	line-height: 52px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.banner ul.slides li .text a:hover{
	color: #dddddd;
	text-decoration: none;
}
/* .banner .flex-control-nav {
	position: absolute; 
	left: 50%;
	bottom: 236px;
	width: 200px;
	margin-left: -100px;
	z-index: 100;
	text-align: center;
}
.banner .flex-control-nav li {
	display: inline-block;
	width: 14px; 
	height: 14px;
	margin: 0 10px;
}
.banner .flex-control-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	opacity: 0.6;
	text-align: left;
	text-indent: -100em;
	overflow: hidden;
}
.banner .flex-control-nav li a.flex-active {
	opacity: 1;
} */
.banner .flex-direction-nav{
	width: 1180px;
	height: 106px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -53px 0 0 -590px;
	z-index: 100;
}
.banner .flex-direction-nav li a{
	height: 106px;
	width: 54px;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 2;
}
.banner .flex-direction-nav li a.flex-prev{
	left: -54px;
	background: url(../images/pc/banner-prev.png) 0 0 no-repeat;
}
.banner .flex-direction-nav li a.flex-next{
	right: -54px;
	background: url(../images/pc/banner-next.png) 0 0 no-repeat;
}
.scroll-nav {
	position: fixed;
	top: 265px;
	right: 48px;
	z-index: 1000;
	-moz-transition: all 0.3s ease-out; 
	-webkit-transition: all 0.3s ease-out; 
	-o-transition: all 0.3s ease-out; 
	transition: all 0.3s ease-out; 
}
.scroll-nav li {
	position: relative;
	right: -8px;
	font-size: 14px;
	line-height: 18px;
	/* font-family: 'Gotham Book', Arial, sans-serif; */
	text-align: right;
	padding-bottom: 33px;
}
.scroll-nav li span {
	position: absolute;
	top: 0;
	right: 0;
	width: 14px;
	height: 14px;
	background: url(../images/point-1.png) 0 0 no-repeat;
}
.scroll-nav li a {
	display: block;
	padding-right: 30px;
	text-decoration: none;
	color: #999999;
}
.scroll-nav li.active span {
	background-position: 0 -14px;
}
.scroll-nav li.active a {
	color: #0062ac;
}
.scroll-nav li .line {
	position: absolute;
	top: 14px;
	right: 6px;
	width: 0px;
	height: 37px;
	border-right: 2px solid #cccccc;
}
.news,.info,.discover,.links{
	height: auto;
	width: 100%;
}
.con .wrap{
	width: 1180px;
	margin: 0 auto;
}
.con .wrap h2{
	color: #0062ac;
	font-size: 36px;
	line-height: 50px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.news .wrap{
	padding: 50px 0;
}
.news .news-main{
	width: 760px;
	height: auto;
	float: left;
}
.news .events{
	width: 380px;
	height: auto;
	float: right;
}
.news .news-main .float-news{
	width: 370px;
}
.news .news-main .text-news{
	float: left;
}
.news .news-main .video-news{
	float: right;
}
.video-news .video1{
	width: 370px;
	height: 220px;
}
.news .news-main .float-news p,.news .news-main .float-news p a{
	color: #333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}

.news .news-main .float-news p,.news .news-main .float-news p a:hover{
	color: #0062ac;
}

.news-main .float-news-wrap{
	margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
}
.news-main .news-list li{
	padding: 19px 0;
	font-size: 16px;
	line-height: 24px;
	border-bottom: 1px dotted #e5e5e5;
}
.news-main .news-list li a{
	color: #333;
	display: block;
	width: 370px;
	height: 48px;
	overflow: hidden;
}
.news-main .news-list li a:hover{
	color: #0062ac;
	text-decoration: none;
}
.con a.more{
	color: #0062ad;
	line-height: 20px;
	height: 20px;
	display: block;
	font-size: 14px;
	width: auto;
	position: relative;
	float: left;
	padding-right: 20px;
	margin-top: 20px;
	margin-right: 30px;
}
.con a.more i{
	background: url(../images/right-arrow.png) 0 center no-repeat;
	height: 20px;
	width: 7px;
	overflow: hidden;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
}
.events-list{
	margin-top: 30px;
}
.events-list li{
	height: 65px;
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
}
.events-list li .time{
	width: 70px;
	height: 65px;
	background: url(../images/pc/events-time.png) 0 0 no-repeat;
	text-align: center;
}
.events-list li .time p{
	line-height: 35px;
	font-size: 14px;
	color: #333;
}
.events-list li .time p.month{
	line-height: 30px;
	font-size: 14px;
	color: #fff;
}
.events-list li .link{
	position: absolute;
	left: 90px;
	height: 65px;
	top: 0;
}
.events-list li .link p a{
	color: #0062ac;
	font-size: 16px;
	font-family: inherit;
	height: 40px;
	overflow: hidden;
	display: block;
	line-height: 20px;
	font-family: 'Gotham Medium', 'Arial Bold'
}
.events-list li .link p a:hover{
	color: #0096E0
}
.events-list li .link span{
	position: absolute;
	bottom: 0;
	left: 0;
	font-size: 14px;
	line-height: 16px;
	color: #333;
}


.info{
	background-color: #ceebff;
	width: 100%;
	padding: 50px 0 40px 0;
	border-bottom: 1px solid #ebebeb;
}
.info .info-tab-con{
	height: 136px;
	width: 600px;
	margin: 0 auto;
}
.info .info-tab-con li{
	width: 150px;
	height: 136px;
	float: left;
	text-align: center;
	font-size: 18px;
	color: #0062ad;
	cursor: pointer;
	font-family: 'Gotham Bold', 'Arial Bold';
}
.info .info-tab-con li p{
	margin-top: 20px;
}
.info .info-tab-con li i{
	width: 86px;
	height: 86px;
	display: inline-block;
	background: url(../images/info-icon.png) 0 0 no-repeat;
}
.info .info-tab-con li i.faculty{
	background-position: -150px 0;
}
.info .info-tab-con li i.parenters{
	background-position: -300px 0;
}
.info .info-tab-con li i.visitors{
	background-position: -450px 0;
}
.info .info-tab-con li.on i{
	background-position: 0 -150px;
}
.info .info-tab-con li.on i.faculty{
	background-position: -150px -150px;
}
.info .info-tab-con li.on i.parenters{
	background-position: -300px -150px;
}
.info .info-tab-con li.on i.visitors{
	background-position: -450px -150px;
}
.info .info-tab-main{
	height: 366px;
	margin-top: 30px;
}
.info .detail-wrap{
	width: 393px;
	height: 366px;
	float: left;
	height: auto;
}
.info .detail-wrap a:hover{
	text-decoration: none;
}
.info .info-tab-details .img-wrap{
	position: relative;
	width: 393px;
	height: 163px;
	overflow: hidden;
	z-index: 1;
}
.info .info-tab-details .text{
	position: relative;
	width: 393px;
	height: 163px;
	z-index: 2;

}
.info .info-tab-details .text p{
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	padding-top: 105px;
	text-align: center;
}
.info .info-tab-details .text i{
	display: block;
	width: 29px;
	height: 13px;
	position: absolute;
}
.info .info-tab-details .text-utem-1{
	background: #0062ad url(../images/icon-4.png) center 55px no-repeat;
}
.info .info-tab-details .text-utem-2{
	background: #66a7d3 url(../images/icon-5.png) center 55px no-repeat;
}
.info .info-tab-details .text-utem-3{
	background: #00afa2 url(../images/icon-6.png) center 55px no-repeat;
}

.info .faculty_con .text-utem-1{
	background: #0062ad url(../images/icon-13.png) center 55px no-repeat;
}
.info .faculty_con .text-utem-2{
	background: #66a7d3 url(../images/icon-14.png) center 55px no-repeat;
}
.info .faculty_con .text-utem-3{
	background: #00afa2 url(../images/icon-15.png) center 55px no-repeat;
}

.info .parenters_con .text-utem-1{
	background: #0062ad url(../images/icon-16.png) center 55px no-repeat;
}
.info .parenters_con .text-utem-2{
	background: #66a7d3 url(../images/icon-17.png) center 55px no-repeat;
}
.info .parenters_con .text-utem-3{
	background: #00afa2 url(../images/icon-18.png) center 55px no-repeat;
}

.info .visitors_con .text-utem-1{
	background: #0062ad url(../images/icon-19.png) center 55px no-repeat;
}
.info .visitors_con .text-utem-2{
	background: #66a7d3 url(../images/icon-20.png) center 55px no-repeat;
}
.info .visitors_con .text-utem-3{
	background: #00afa2 url(../images/icon-21.png) center 55px no-repeat;
}
.info .info-tab-details .text-utem-1 i{
	bottom: -13px;
	background: url(../images/pc/arrow-1.png) center 0 no-repeat;
	left: 40px;
}
.info .info-tab-details .text-utem-2 i{
	top: -13px;
	background: url(../images/pc/arrow-2.png) center 0 no-repeat;
	right: 40px;
}
.info .info-tab-details .text-utem-3 i{
	bottom: -13px;
	background: url(../images/pc/arrow-3.png) center 0 no-repeat;
	right: 40px;
}


.discover{
	padding: 50px 0;
	background: #f3f3f3;
}
.discover h2{
	text-align: center;
}
.discover p.title-explain{
	width: 660px;
	margin: 0 auto;
	padding-top: 6px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	color: #666;
}
.discover .discover-main{
	margin-top: 35px;
}
.discover .discover-main .item{
	position: relative;
	overflow: hidden;
}
.discover .discover-main .item-1{
	width: 780px;
	height: 540px;
	float: left;
}
.discover .discover-main .item-2{
	width: 380px;
	height: 260px;
	float: left;
	margin-bottom: 20px;
	margin-left: 20px;
}
.discover .discover-main .item-3{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
}
.discover .discover-main .item-4{
	width: 380px;
	height: 260px;
	float: left;
	margin-top: 20px;
}
.discover .discover-main .item-5{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}
.discover .discover-main .item-6{
	width: 380px;
	height: 260px;
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	background-color: #34bee4;
}
.discover .discover-main .item-2 .video2{
	width: 380px;
	height: 200px;
	position: relative;
	z-index: 1;
}
.discover .discover-main img{
	position: relative;
	z-index: 1;
}
.discover .discover-main p{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 60px;
	overflow: hidden;
	text-indent: 20px;
	width: 100%;
	color: #fff;
	font-size: 18px;
	line-height: 60px;
	z-index: 2;
}
.discover .discover-main .item-2 p{
	background-color: #72bd12;
}
.discover .discover-main .item-3 p{
	background-color: #f8b62c;
}
.discover .discover-main .item-4 p{
	background-color: #66a7d3;
}
.discover .discover-main .item-5 p{
	background-color: #00afa2;
}
.discover .discover-main .text{
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
	height: 124px;
	overflow: hidden;
	padding: 0 20px;
	color: #fff;
	font-size: 18px;
	z-index: 2;
	right:0;
	background-color: #006dc0;
	overflow: hidden;
}
.discover .discover-main .text span{
	font-size: 18px;
	margin-top: 30px;
	display: block;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.discover .discover-main .text p{
	font-size: 14px;
	line-height: 18px;
	position: static;
	padding: 0;
	margin-top: 10px;
	height: 36px;
	overflow: hidden;
	width: auto;
	text-indent: 0;
}
.discover .discover-main .item-6 span{
	font-size: 18px;
	line-height: 20px;
	background: url(../images/icon-11.png) 20px center no-repeat;
	color: #fff;
	padding-left: 45px;
	display: inline-block;
	margin-top: 25px;
	font-family: 'Gotham Bold', 'Arial Bold'; 
}
.discover .discover-main .item-6 p{
	font-size: 14px;
	line-height: 18px;
	position: static;
	padding: 0 20px;
	margin-top: 20px;
	height: 126px;
	overflow: hidden;
	width: auto;
	text-indent: 0;
}
.discover .discover-main .item-6 a{
	color: #fff;
}
.discover .discover-main .item-6 a.more{
	color: #fff;
	margin-left: 20px;
}
.discover .discover-main .item-6 a.more i{
	background: url(../images/right-arrow-w.png) 0 center no-repeat;
}








.links{
	height: 140px;
	margin: 120px 0 60px 0;
}
.links .links-main{
	position: relative;
}
.links .links-main a{
	display: block;
	position: absolute;
	color: #fff;
	font-size: 18px;
	top: 0;
}
.links .links-main a.link-1{
	background: #6fbc47 url(../images/icon-7.png) 100px center no-repeat;
	width: 380px;
	height: 60px;
	left: 0;
	line-height: 60px;
	text-indent: 150px;
}
.links .links-main a.link-2{
	background: #00ada1 url(../images/icon-8.png) 100px center no-repeat;
	width: 380px;
	height: 60px;
	left: 0;
	top: 80px;
	line-height: 60px;
	text-indent: 150px;
}
.links .links-main a.link-3{
	background: #f8b72c url(../images/icon-9.png) center 50px no-repeat;
	width: 380px;
	height: 140px;
	line-height: 200px;
	left: 400px;
	text-align: center;
}
.links .links-main a.link-4{
	background: #006ec0 url(../images/icon-10.png) center 50px no-repeat;
	width: 380px;
	height: 140px;
	line-height: 200px;
	right: 0;
	text-align: center;
}








/*footer*/
.footer{
	width: 100%;
	height: 228px;
	background:#006DB8 url(../images/pc/footer-bg.jpg) right top no-repeat;
	position: relative;
}
.footer .footer-main{
	width: 1180px;
	margin: 0 auto;
	height: 174px;
}
.footer .footer-logo{
	width: 325px;
	height: 57px;
	float: left;
	margin-left: 38px;
	margin-top: 60px;
}
.footer .footer-logo img{
	width: 100%;
	height: auto;
}
.footer .addr{
	float: left;
	margin-left: 70px;
	margin-top: 40px;
}
.footer .addr .addr2{
	margin-top: 20px;
}
.footer .addr p{
	color: rgba(255,255,255,0.8);
	font-size: 14px;
	line-height: 18px;
}
.footer .addr p.bold{
	font-weight: bold;
}
.no-rgba .footer .addr p{
	color: #fff;
}
.footer .share{
	height: 42px;
	margin-top: 65px;
	float: left;
	margin-left: 80px;
	width: 322px;
}
/* .footer .share .jiathis_style_32x32 a{
	
} */
.footer .share a{
	background: url(../images/share-btns.png) 0 0 no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	width: 42px;
	height: 42px;
	display: inline-block;
	float: left;
	margin-right: 18px;
}
.footer .share .jiathis_style_32x32 a:hover{
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.footer .share .us_twitter{
	background-position: -62px 0;
}
.footer .share .us_fb{
	background-position: -124px 0;
}
.footer .share .us_tsina{
	background-position: -186px 0;
}
.footer .share .us_weixin{
	background-position: -248px 0;
}
.footer .copylight{
	width: 1180px;
	margin: 0 auto;
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	color: rgba(255,255,255,0.5);
	text-align: center;
}
.no-rgba .footer .copylight{
	color: #fff;
}

/*about*/

.inside-banner {
	position: relative;
	width: 100%;
	/* overflow: hidden; */
	height: 300px;
	display: block;
	z-index: 1;
}
.inside-banner ul.slides{
	width: 100%;
	height: 300px;
}
.inside-banner ul.slides li{
	width: 100%;
	height: 300px;
	position: relative;
}
.inside-banner ul.slides li img{
	width: 1920px;
	height: 300px;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	z-index: 1;
}
.inside-banner ul.slides li img.pad-banner,
.inside-banner ul.slides li img.mobile-banner{
	display: none;
}
.inside-banner ul.slides li .text{
	width: 700px;
	color: #fff;
	font-size: 20px;
	height: auto;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 60px;
	line-height: 24px;
	z-index: 3;
	font-weight: normal;
	text-align: center;
}
.inside-banner ul.slides li .text .title{
	font-size: 40px;
	line-height: 48px;
	font-family: 'Gotham Bold', 'Arial Bold';
}
.inside-banner .flex-control-nav {
	position: absolute; 
	left: 50%;
	bottom: 20px;
	width: 200px;
	margin-left: -100px;
	z-index: 100;
	text-align: center;
}
.inside-banner .flex-control-nav li {
	display: inline-block;
	width: 14px; 
	height: 14px;
	margin: 0 10px;
	overflow: hidden;
}
.inside-banner .flex-control-nav li a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/inside-btn1.png) right top no-repeat;
	text-align: left;
	text-indent: -100em;
	overflow: hidden;
}
.inside-banner .flex-control-nav li a.flex-active {
	background-position: left top;
}
/* .inside-banner .flex-direction-nav{
	width: 1180px;
	height: 106px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -53px 0 0 -590px;
	z-index: 100;
}
.inside-banner .flex-direction-nav li a{
	height: 106px;
	width: 54px;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 2;
} */

/*内容容器*/
.contain{width: 1180px;height: auto;margin: 0 auto;background-color: #fff;}
.breadcrumbs{height: 20px;line-height: 20px;color: #999;font-size: 14px;margin: 20px 0 34px;}
.breadcrumbs a{color: #999;padding:0 18px;}
.breadcrumbs a:hover{text-decoration: underline;}
.breadcrumbs span{padding:0 18px;color: #0062ac;}
.breadcrumbs a.index-link{background: url(../images/pc/index-link.png) left center no-repeat;}
/*左右内容*/
.left-contain{width:300px;padding-bottom: 80px;}
.right-contain{width:840px;padding-bottom: 80px;}
.left-contain .subnav{display: block;position: relative;margin-bottom: 30px;}
.left-contain .subnav li{line-height: 50px;position: relative;background-color: #ebeced;margin-bottom: 2px;}
.left-contain .subnav li.active{background-color: #0062ac;}
.left-contain .subnav li a{font-family: 'Gotham Medium';height: 50px;position: relative;display: block;text-indent: 20px;z-index: 1;position: relative;font-size: 18px;color: #444;}
.left-contain .subnav li.active a{color: #fff;}
.left-contain .subnav li i{width: 50px;height: 50px;display: block;position: absolute;right: 0;top: 0;background: url(../images/pc/subnav-default.png) center center no-repeat;z-index: 2;cursor: pointer;}
.left-contain .subnav li.active i{background: url(../images/pc/subnav-active.png) center center no-repeat;}
.left-contain .subnav li ol{position: relative;display: none;}
.left-contain .subnav li ol.open{display: block;}
.left-contain .subnav li ol li,.left-contain .subnav li.active ol li{background: #fff;border-top: 1px solid #e5e5e5;margin-bottom: 0;}
.left-contain .subnav li ol li.first,.left-contain .subnav li.active ol li.first{border: 0 none;}
.left-contain .subnav li ol li a,.left-contain .subnav li.active ol li a{text-indent: 35px;font-size: 14px;color: #444;font-weight: normal;background: url(../images/pc/ol-li-bg.png) 20px center no-repeat;}
.left-contain .subnav li ol li a.on,.left-contain .subnav li.active ol li a.on,.left-contain .subnav li ol li a:hover{color: #0062ac;background: url(../images/pc/gt2.png) 20px center no-repeat;}
.left-contain .subnav li ol li a:hover{color: #0062ac; text-decoration: none;}
.left-contain .news_events{background-color: #f3f3f3;margin-bottom: 30px;}
.left-contain .news_events h2{font-family: 'Gotham Medium';height: 56px;line-height: 56px;font-size: 18px;color: #333;text-indent: 20px;margin: 0 auto;border-bottom: 1px solid #dadada;}
.left-contain .news_events ul{height: 56px;line-height: 56px;font-size: 18px;text-align: center;color: #333;}
.left-contain .news_events ul li{width: 150px;float: left;cursor: pointer;font-family: 'Gotham medium';}
.left-contain .news_events ul li.active{color: #fff;background-color: #0062ac;}
.left-contain .news_events .l_news_events{padding: 20px;padding-top: 0;}
.left-contain .news_events .l_news_events dl{border-top: 1px solid #dadada;padding-top: 20px;margin-bottom: 20px;overflow: hidden;*zoom: 1;}
.left-contain .news_events .l_news_events dl.first{border-top: 0 none;}
.left-contain .news_events .l_news_events dl dt{float: left;width: 70px;height: 70px;}
.left-contain .news_events .l_news_events dl dd{float: right;height: auto;overflow: hidden;width: 170px;}
.left-contain .news_events .l_news_events dl dd h3{font-size: 16px;color: #0062ac;}
.left-contain .news_events .l_news_events dl dd p{font-size: 14px;line-height: 18px;margin-top: 10px;color: #666;}
.left-contain .news_events .l_news_events dl dd p a{color: #666;}
.left-contain .news_events .l_news_events dl dd p a:hover{color: #0062ac; text-decoration: none;}

/*日期选择*/
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
}
.ui-helper-clearfix:after {
    clear: both;
}
.datepicker{
	width:100%;
	height:300px;
	font-size:12px;
	background-color: #f3f3f3;
}
#ui-datepicker-div{
	font-size:12px;
	background-color: #fff;
	padding: 15px;
}
.ui-datepicker {
	
}
.ui-widget-header{
	width:100%;
	height:50px;
	position:relative;
	background-color: #0062ac;
}
.ui-datepicker-title{
	width:150px;
	height:50px;
	line-height:50px;
	position:absolute;
	left:50%;
	margin-left: -75px;
	text-align:center;
	/* font-family:"Impact"; */
	font-size:18px;
	color:#fff;
}	
.ui-datepicker-prev,.ui-datepicker-next{
	width:20px;
	height:50px;
	position:absolute;
	display:block;
	top:0;
	cursor:pointer;
	
}
.ui-datepicker-prev{
	left:20px;
	background: url(../images/date-prev.png) center center no-repeat;
}
.ui-datepicker-next{
	right:20px;
	background: url(../images/date-next.png) center center no-repeat;
}
.ui-datepicker-prev span,.ui-datepicker-next span{
	text-indent:-9999px;
	width:20px;
	height:50px;
	display:block;
	overflow:hidden;
}
.ui-datepicker-calendar{
	width:100%;
	padding-top:5px;
	margin-top: 10px;
	border: 0;
	outline: 0;
}
.ui-datepicker-calendar tr th{
	font-size:12px;
	color:#0062ac;
	text-align: center;
	font-weight: bold;
}
.ui-datepicker-calendar tr th.ui-datepicker-week-end{
	color:#0062ac;
}
.ui-datepicker-calendar tr td{
	text-align:center;
	border:none;
	padding:0;
	margin:0;
}
.ui-datepicker-calendar tr td a{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	color:#666;
	margin:7px auto;
	font-size: 14px;
}
.ui-datepicker-calendar tr td.disable a{
	color:#ccc;
}
.ui-datepicker-calendar tr td a.ui-state-active,.ui-datepicker-calendar tr td a:hover,.ui-datepicker-calendar tr td.disable a:hover{
	background-color:#0062ac;
	color:#fff;
}
.ui-datepicker-unselectable{
	color: #ccc;
	font-size: 14px;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}
.ui-datepicker{
	display: none;
}
.check-events {margin-bottom: 30px;}
.check-events .day-events{background-color: #0062ac;/* display: none; */}
.check-events .day-events dl{height: 70px;border-top: 1px solid #1a72b4;color: #fff;font-size: 14px;line-height: 18px;}
.check-events .day-events dl.first{border-top: 0 none;}
.check-events .day-events dl dt{width: 60px;float: left;height: 36px;overflow: hidden;margin-top: 17px;padding-left: 20px;}
.check-events .day-events dl dd{width: 180px;float: right;height: 36px;overflow: hidden;margin-top: 17px;padding-right: 20px;}
.check-events .day-events dl dd a{color: #fff;}










.left-contain .related{background-color: #f3f3f3;margin-bottom: 30px;width: 260px;padding: 20px;}
.left-contain .related h3{font-family: 'Gotham medium';font-size: 18px;line-height: 24px;color: #333;margin-bottom: 15px;}
.left-contain .related a{white-space:nowrap;_white-space:normal;text-overflow: ellipsis;-o-text-overflow: ellipsis; display: block;border-top: 1px solid #dadada;height: 40px;line-height: 40px;overflow: hidden;color: #0062ac;font-size: 14px;}
.left-contain .related a:hover{color: #0062ac; text-decoration: none;}


.left-contain .press-contact{background-color: #f3f3f3;margin-bottom: 30px;width: 260px;padding: 20px;}
.left-contain .press-contact h3{font-family: 'Gotham medium';font-size: 18px;line-height: 24px;color: #333;margin-bottom: 15px;}
.left-contain .press-contact p{border-top: 1px solid #dadada;color: #666;font-size: 14px;line-height: 20px;padding: 10px 0;overflow: hidden;zoom:1;}
.left-contain .press-contact p a{color: #0062ac;}
.left-contain .press-contact p span{display: inline-block;float: left;}
.left-contain .press-contact p span.w180{width: 175px;padding-left: 15px;}
.left-contain .press-contact p a.weibo{width: 25px;height: 20px;display: inline-block;background: url(../images/weibo-1.png) 0 0 no-repeat;text-indent: -9999px;overflow: hidden;}




.right-contain .dl_1_wrap dl{float: left;width: 266px;margin-left: 20px;padding-bottom: 60px;}
.right-contain .dl_1_wrap dl img{width: 266px;height: 149px;}
.right-contain .dl_1_wrap dl img:hover{opacity: 0.8;filter:alpha(opacity=80);}
.right-contain .dl_1_wrap dl.first{margin-left: 0;}
.right-contain .dl_1_wrap dl dd h3{font-family: 'Gotham Bold', 'Arial Bold';font-size: 18px;line-height: 22px;margin-top: 15px;
	_display:inline;
	white-space: nowrap;
	_white-space:noraml;/*超长就换行，第二行被裁掉 @ie6*/
	_height: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	hover: #0062ac;
	_background:transparent;/*解决莫名占据高度bug @ie6*/
}
.right-contain .dl_1_wrap dl dd p{color: #666;font-size: 14px;line-height: 18px;height: 54px;overflow: hidden; text-overflow: ellipsis; margin-top: 15px;}


.left-contain .news_hot{background-color: #f3f3f3;margin-top: 30px;}
.left-contain .news_hot ul{height: 68px;line-height: 68px;font-size: 24px;line-height: 24px;text-align: center;color: #333;}
.left-contain .news_hot ul li{width: 150px;float: left;cursor: pointer;padding: 10px 0;}
.left-contain .news_hot ul li.active{color: #fff;background-color: #0062ac;}
.left-contain .news_hot .news_hot_list{padding: 20px;padding-top: 0;}
.left-contain .news_hot dl{border-top: 1px solid #dadada;padding: 20px 0;}
.left-contain .news_hot dl.first{border-top:0 none;}
.left-contain .news_hot dl dt{font-size: 14px;line-height: 20px;}
.left-contain .news_hot dl dt a{color: #0062ac;}
.left-contain .news_hot dl dd{margin-top: 10px;}
.left-contain .news_hot dl dd a{display: inline-block;padding-left: 25px;background: url(../images/news-hot.png) 0 5px no-repeat;color: #666;font-size: 14px;line-height: 20px;height: 20px;}
.left-contain .news_hot dl dd a.item-2{background-position: 0 -38px;}
.left-contain .news_hot dl dd a.item-3{background-position: 0 -83px;}




.word-list .site-top{height: 50px;background-color: #0062ac;position: relative;}
.word-list .site-top p{line-height: 50px;position: relative;z-index: 1;color: #fff;font-size: 18px;padding-left: 20px;}
.word-list .site-top .word-search{width: 190px;height: 30px;position: absolute;top: 10px;right: 20px;background-color: #fff;z-index: 2;}
.word-list .site-top .word-search .text_input{color: #666;font-size: 14px;width: 155px;height: 30px;border: 0 none;background: #fff;padding: 0;margin: 0;text-indent: 10px; font-family: 'Gotham Book';}
.word-list .site-top .word-search .submit_input{height: 30px;width: 35px;border: 0 none;background:  url(../images/pc/word-search.png) center center no-repeat;margin: 0;padding: 0;position: absolute;top: 0;right: 0;cursor: pointer;}
.word-list .word-wrap{height: 50px;background-color: #ebeced;margin-bottom: 20px;}
.word-list .word-wrap li{float: left;width: 31px;line-height: 50px;height: 50px;text-align: center;}
.word-list .word-wrap li.first{margin-left: 20px;}
.word-list .word-wrap li a{border-left: 1px solid #d3d4d5;color: #333;font-size: 18px;height: 20px;width: 30px;display: block;margin-top: 15px;line-height: 20px;}
.word-list .word-wrap li.first a{border-left: 0 none;}
.word-list .word-wrap li.on{background: url(../images/pc/arrow-top.png) center bottom no-repeat;font-family: 'Gotham Bold', 'Arial Bold'; }
.word-list .word-wrap li.on a{color: #0062ac;}
.word-list .word-con h3{color: #333;font-weight: bold;font-size: 30px;line-height: 50px;margin-top: 10px;}
.word-list .word-con li{border-bottom: 1px dashed #ccc;height: 40px;line-height: 40px;overflow: hidden;}
.word-list .word-con li a{white-space:nowrap;_white-space:normal;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;display: block;background: url(../images/pc/gt2.png) 20px center no-repeat;text-indent: 35px;color: #444;font-size: 16px;height: 40px;}
.word-list .word-con li a:hover{color: #0062ac; text-decoration: none;}

.right-contain .events_list{border-top: 1px solid #e5e5e5;padding-top: 30px;}
.right-contain .events_list .tab-contorl{height: 30px;}
.right-contain .events_list .tab-contorl li{padding: 0 20px;height: 30px;line-height: 30px;color: #666;font-size: 14px;cursor: pointer;float: left;border-left: 1px solid #e5e5e5;}
.right-contain .events_list .tab-contorl li.first{border-left: 0 none;}
.right-contain .events_list .tab-contorl li.active{border-left-color: #0062ac;background-color: #0062ac;color: #fff;}
.right-contain .events_list .events-list{}
.right-contain .events_list .events-list li{border-bottom: 1px dashed #ccc;height: auto;}
.right-contain .events_list .events-list li .time{position: absolute;left: 0;top: 0;}
.right-contain .events_list .events-list li .link{position: static;left: 0;padding-left: 90px;height: auto;padding-bottom: 20px;width: 600px;}
.right-contain .events_list .events-list li .link span{position: static;margin-top: 10px;display: block;}
.right-contain .events_list .events-list li .link p.date{color: #666;font-size: 14px;line-height: 20px;}
.right-contain .events_list .events-list li .link b{margin: 0 10px;color: #ccc;font-weight: normal;}
.right-contain .events_list .events-list li .handle{width: 130px;height: 140px;position: absolute;top: 0;right: 0;}
.right-contain .events_list .events-list li .handle p{font-size: 14px;line-height: 20px;height: 20px;color: #666;padding-left: 24px;background: url(../images/news_handle.png) 0 0 no-repeat;}
.right-contain .events_list .events-list li .handle p.p1{background-position: 0 3px;}
.right-contain .events_list .events-list li .handle p.p2{background-position: 0 -28px;}
.right-contain .events_list .events-list li .handle p.p3{background-position: 0 -57px;}
.right-contain .related{background-color: #f3f3f3;width: 227px;padding: 20px;float: right;}
.right-contain .related h3{font-family: 'Gotham Medium';font-size: 18px;line-height: 24px;color: #333;margin-bottom: 15px;}
.right-contain .related a{display: block;border-top: 1px solid #dadada;height: 40px;line-height: 40px;overflow: hidden;color: #0062ac;font-size: 14px;
	_display:inline;
	white-space: nowrap;
	_white-space:noraml;/*超长就换行，第二行被裁掉 @ie6*/
	_height: 40px;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	_background:transparent;/*解决莫名占据高度bug @ie6*/
}
.right-contain .related a:hover{color: #0062ac; text-decoration: underline;}
.right-contain .video-wrap{width: 553px;float: left;}
.right-contain .video-wrap .video{width: 553px;height: 311px;}
.right-contain .video-wrap h3{color: #333;font-size: 18px;line-height: 22px;margin-top: 15px;}
.right-contain .video-wrap h3 a:hover{color: #0062ac}
.right-contain .video-wrap p{color: #666;font-size: 14px;line-height: 18px;height: 36px;overflow: hidden;margin-top: 15px;}




.about_detail{position: relative;}
.events_detail h2,.about_detail h2{font-size: 36px;line-height: 40px;color: #222;font-family: 'Gotham Bold', 'Arial Bold';}
.events_detail p,.about_detail p{font-size: 14px;line-height: 16px;color: #111;margin-top: 8px}
.events_detail p.smail_title{font-size: 24px;line-height: 30px;color: #333;margin: 10px 0;}
.details_share{margin-top: 60px;color: #666;font-size: 14px;line-height: 20px;}
.details_share a{width: 30px;height: 30px;display: inline-block;background: url(../images/details_share.png) 0 0 no-repeat;margin-left: 10px;}
.details_share a.tw{background-position: -50px 0;}
.details_share a.ml{background-position: -100px 0;}
.details_share a.pt{background-position: -150px 0;}
.details_share a.more{background-position: -200px 0;}
.details_share a.fb:hover{background-position: 0 -50px;}
.details_share a.tw:hover{background-position: -50px -50px;}
.details_share a.ml:hover{background-position: -100px -50px;}
.details_share a.pt:hover{background-position: -150px -50px;}
.details_share a.more:hover{background-position: -200px -50px;}
.about_detail p.smail_title{font-size: 14px;line-height: 50px;color: #333;}
.about_detail p b{font-weight: normal;/*color: #0062ac;*/}
.detail-banner{width: 680px;height: 382px;position: relative;display: block;z-index: 1;margin: 36px 0 20px;}
.detail-banner ul.slides{width: 100%;height: 382px;}
.detail-banner ul.slides li{width: 100%;height: 382px;position: relative;}
.detail-banner ul.slides li img{width: 680px;height: 382px;position: absolute;top: 0;left: 0;z-index: 1;}
.detail-banner ul.slides li img.pad-banner{display: none;}
.detail-banner ul.slides li .text{width: 200px;height: 382px;color: #333;font-size: 14px;position: absolute;right: 0;bottom: 0;line-height: 18px;z-index: 3;font-weight: normal;padding: 0 20px;background: url(../common-uploads/2015/1/up_14210639594164811_0.png) 0 0 repeat;}
.detail-banner ul.slides li .text .title{font-size: 20px;line-height: 26px;margin-top: 75px;}
.detail-banner .flex-control-nav {position: absolute; right: 20px;bottom: 20px;width: 240px;z-index: 100;text-align: center;}
.detail-banner .flex-control-nav li {display: inline-block;width: 10px; height: 10px;margin: 0 5px;overflow: hidden;}
.detail-banner .flex-control-nav li a {display: block;width: 100%;height: 100%;background: url(../images/detail-btn1.png) right top no-repeat;text-align: left;text-indent: -100em;overflow: hidden;}
.detail-banner .flex-control-nav li a.flex-active {background-position: left top;}
.about_detail h4{font-size: 14px;color: #666;font-family: 'Gotham Bold', 'Arial Bold'; }
.select_detail_language{width: 216px;position: relative;margin-top: -20px;height: 30px;float: right;}
/*下拉菜单美化-2*/
.select_detail_language ul.newList * {margin:0; padding:0;}
.select_detail_language ul.newList a {color: #000; text-decoration:none; display:block;}
.select_detail_language ul.newList {margin:0; padding:0; list-style:none; color:#000; width:214px; background:#f0f0f0; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.select_detail_language .newListSelected {width:206px; color:#000; font-size:14px; height:30px;padding-left: 10px; line-height: 30px; position: absolute; background:#f0f0f0 url(../images/bottom-arrow.png) right  center no-repeat;}
.select_detail_language .newListSelected span {width:206px; display:block;}
.select_detail_language ul.newList li a {padding:3px 8px; display: block;padding-left: 14px;}
.select_detail_language ul.newList li a:focus {-moz-outline-style: none;}
.select_detail_language .selectedTxt {width:100%; overflow:hidden; height:28px; padding:0;}
.select_detail_language .hiLite {background:#0062ac!important; color:#fff!important;}
.select_detail_language .hiLite a {background:#0062ac!important; color:#fff!important;}
.select_detail_language .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.select_detail_language .newListSelHover, .newListSelFocus { cursor:default;}
.select_detail_language .newListOptionTitle {font-weight:bold;}
.select_detail_language .newListOptionTitle ul {margin:3px 0 0;}
.select_detail_language .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


.dl_2_wrap dl{float: left;width: 380px;margin-left: 20px;margin-bottom: 60px;}
.dl_2_wrap dl img{width: 380px;height: 214px;}
.dl_2_wrap dl img:hover{opacity: 0.8;filter:alpha(opacity=80);}
.dl_2_wrap dl.first{margin-left: 0;}
.dl_2_wrap dl dd h3{color: #333;font-size: 18px;line-height: 22px;margin-top: 15px;}
.dl_2_wrap dl dd p{color: #333;font-size: 22px; line-height: 30px; overflow: hidden;margin-top: 20px;}


.news_list{border-top: 1px solid #e5e5e5;padding-top: 40px;position: relative;padding-bottom: 80px;}
.news_list .tab-contorl{height: 30px;position: relative;z-index: 1;}
.news_list .tab-contorl li{padding: 0 20px;height: 30px;line-height: 30px;color: #666;font-size: 14px;cursor: pointer;float: left;border-left: 1px solid #e5e5e5;}
.news_list .tab-contorl li.first{border-left: 0 none;}
.news_list .tab-contorl li.active{border-left-color: #0062ac;background-color: #0062ac;color: #fff;}
.news_list .news_search{height: 50px;width: 456px;position: absolute;right: 0;top: 30px;background-color: #e5e5e5;z-index: 2;}

/*下拉菜单美化-1*/
.news_search ul.newList * {margin:0; padding:0;}
.news_search ul.newList a {color: #333; text-decoration:none; display:block;}
.news_search ul.newList {margin:0; padding:0; list-style:none; color:#000; width:214px; background:#fff; position:absolute;  border:1px solid #ccc; top:22px; left:0; overflow:auto; z-index:9999;}
.news_search .newListSelected {width:206px; color:#333; height:30px;padding-left: 10px; line-height: 30px;margin: 10px 0 0 10px;background:#ffffff url(../images/bottom-arrow.png) right  center no-repeat;}
.news_search .newListSelected span {width:206px; display:block;}
.news_search ul.newList li a {padding:3px 8px; display: block;padding-left: 14px;font-size: 14px;}
.news_search ul.newList li a:focus {-moz-outline-style: none;}
.news_search .selectedTxt {width:100%; overflow:hidden; height:30px; padding:0; font-size: 14px;color: #666;}
.news_search .hiLite {background:#0062ac!important; color:#fff!important;}
.news_search .hiLite a {background:#0062ac!important; color:#fff!important;}
.news_search .newListHover {background:#ccc!important; color:#000!important; cursor:default;}
.news_search .newListSelHover, .newListSelFocus { cursor:default;}
.news_search .newListOptionTitle {font-weight:bold;}
.news_search .newListOptionTitle ul {margin:3px 0 0;}
.news_search .newListOptionTitle li {font-weight:normal; border-left:1px solid #ccc;}


.news_search .text_input{font-family: 'Gotham Book';width: 180px;height: 30px;border: 0 none;padding: 0;margin: 0;background: #fff;text-indent: 10px;color: #666;font-size: 14px;position: absolute;top: 10px;left: 236px;}
.news_search .submit_input{width: 29px;height: 30px;border: 0 none;padding: 0;margin: 0;background: url(../images/search-2.jpg) 0 0 no-repeat;color: #666;position: absolute;top: 10px;left: 416px;cursor: pointer;}
.news_list .news-list li{height: 140px;padding: 30px 0;border-top: 1px dashed #ccc;overflow: hidden;*zoom:1;}
.news_list .news-list li.first{border-top: 0 none;}
.news_list .news-list li img{height: 140px;width: 248px;float: left;}
.news_list .news-list .text{width: 650px;float: left;margin-left: 40px;height: 155px;overflow: hidden; text-overflow: ellipsis;}
.news_list .news-list .text h3{color: #333;font-size: 20px;line-height: 26px;height: 26px;overflow: hidden; text-overflow: ellipsis;}
.news_list .news-list .text h3 a:hover{color: #0062ac;}
.news_list .news-list .text p{color: #666;font-size: 14px;line-height: 18px;margin-bottom: 8px;height: 54px;overflow: hidden; text-overflow: ellipsis;}
.news_list .news-list .text a p{height: auto;margin-bottom: 0;}
.news_list .news-list .text p.time{color: #adadad;font-size: 14px;line-height: 20px;height: 20px;margin-top: 10px;}
.news_list .news-list .text p a{color: #666;}
.news_list .news-list .text p a:hover{color: #0062ac; text-decoration: none;}
.news_list .news-list .text a.more {color: #0062ad;display: block;float: left;font-size: 14px;height: 20px;line-height: 20px;margin-right: 30px;margin-top: 10px;padding-right: 20px;position: relative;width: auto;}

.news_list .news-list .text a.more i {background: url(../images/right-arrow.png) no-repeat scroll 0 center;display: block;height: 20px;overflow: hidden;position: absolute;right: 0;top: 0;width: 7px;}
.news_list .news-list .handle{width: 130px;height: 140px;float: right;}
.news_list .news-list .handle p{font-size: 14px;line-height: 20px;height: 20px;color: #666;padding-left: 24px;margin-top: 10px;background: url(../images/news_handle.png) 0 0 no-repeat;}
.news_list .news-list .handle p.p1{background-position: 0 3px;}
.news_list .news-list .handle p.p2{background-position: 0 -28px;}
.news_list .news-list .handle p.p3{background-position: 0 -57px;}


.depa-con h3{height:50px;line-height: 50px;background-color: #ebeced;margin-top: 2px;font-size: 18px; font-weight: bold; color: #333;padding-left: 20px;position: relative;}
.depa-con h3 a{color: #333;overflow: hidden;display: block;}
.depa-con h3 a:hover{color: #0062ac; text-decoration: none;}
.depa-con h3 i{border-left: 1px solid #d3d4d5;width: 50px;height: 50px;display: block;cursor: pointer;position: absolute;top: 0;right: 0;background: url(../images/depa-open.png) center center no-repeat;}
.depa-con h3 i.arrow{background: url(../images/right-arrow-2.png) center center no-repeat;cursor: default;}
.depa-con h3.active{color: #fff;background-color: #0062ac; font-weight: bold}
.depa-con h3.active a{color: #fff;}
.depa-con h3.active a:hover{color: #53c3f1;}
.depa-con h3.active i{background: url(../images/depa-close.png) center center no-repeat;}
.depa-con ul{padding: 0 20px;background-color: #f9f9fa;padding-bottom: 20px;position: relative;display: none;}
.depa-con ul.open{display: block;}
.depa-con ul li{height: 40px;line-height: 40px;overflow: hidden;border-bottom: 1px solid #e0e0e1;}
.depa-con ul li a{white-space:nowrap;_white-space:normal;text-overflow: ellipsis;-o-text-overflow: ellipsis;overflow: hidden;display: block;height: 40px;color: #444;font-size: 16px;}
.depa-con li a:hover{color: #0062ac; text-decoration: none;}






/*2014-08-21 chenhui*/

.mobile_search{width: 100%;height: 40px;padding: 10px;/*position: absolute;left: 0;top: 70px;*/background-color: #0062ac;/*display: none;*/
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.mobile_search input{height: 24px;border:0 none;padding: 0;margin: 0;}
.mobile_search input[type="text"]{width: 92%;display: block;}
.mobile_search input[type="submit"]{position: absolute;top: 10px;right: 10px;background: url("../images/mobile/search.png") no-repeat scroll center center;width: 6.5%;height: 20px;cursor: pointer;-webkit-background-size: 20px auto;background-size: 20px auto;}
.details-con{margin-top: 30px;}
.footer{z-index: 1;}
.links{margin: 60px 0;}
.contain{position: relative;z-index: 1;}
.banner {height: 450px;background-color: #666;}
.banner ul.slides{height: 450px;}
.banner ul.slides li{height: 450px;}
.banner ul.slides li img{height: 450px;}
.banner .flex-control-nav {position: absolute; left: 50%;bottom: 35px;width: 1180px;margin-left: -590px;z-index: 100;text-align: center;text-align: right;}
.banner .flex-control-nav li {display: inline-block;width: 14px; height: 14px;margin: 0 8px;overflow: hidden;}
.banner .flex-control-nav li a {display: block;width: 100%;height: 100%;background: url(../images/inside-btn1.png) right top no-repeat;text-align: left;text-indent: -100em;overflow: hidden;}
.banner .flex-control-nav li a.flex-active {background-position: left top;}
.breadcrumbs a.index-link{background: none;padding-left: 0;}
.links .links-main a.link-3,.links .links-main a.link-4{line-height: 205px;}
.right-contain .related{background-color: #fff;}
.detail-banner,.detail-banner ul.slides li img{width: 840px;}
.header .top-site-nav .top-form input.text-input{left: 10px;font-family: 'Gotham Book';}
.header .top-site-nav .top-form input.submit-btn{left: 135px;width: 35px;background-position: 10px center;}
.events_detail p.time, .about_detail p.time{width: 620px; color: #666}
.details_share span.jiathis_txt{background: none!important;}
.details_share a.jiathis_button_fb{}
.details_share a.jiathis_button_twitter{background-position: -50px 0;}
.details_share a.jiathis_button_email{background-position: -100px 0;}
.details_share a.jiathis_button_print{background-position: -150px 0;}
.details_share a.jiathis_separator{width: 30px!important;height: 30px!important;float: none;display: inline-block!important;padding: 0!important;margin: 0!important;margin-left: 10px!important;background: url(../images/details_share.png) no-repeat scroll -200px 0; }
.details_share a.jiathis_button_fb:hover{background-position: 0 -50px;}
.details_share a.jiathis_button_twitter:hover{background-position: -50px -50px;}
.details_share a.jiathis_button_email:hover{background-position: -100px -50px;}
.details_share a.jiathis_button_print:hover{background-position: -150px -50px;}
.details_share a.jiathis_separator:hover{background-position: -200px -50px;}
.jiathis_style img{width: auto;}
.header .top-site-nav{width: 655px;}





/*2014-08-26  chenhui*/
.page{height: 30px;position: relative;}
.page a,.page span{height: 30px;width: 30px;line-height: 30px;text-align: center;display: block;float: left;margin-right: 1px;color: #333;background-color: #f3f3f3;overflow: hidden;}
.page a:hover,.page a.num.on{background-color: #0062ac;color: #fff;}
.page a.prev,.page a.next{text-indent: -9999px;background:#f3f3f3 url(../images/page-arrow.png) 0 0 no-repeat;}
.page a.prev{background-position: 10px 7px;}
.page a.next{background-position: -13px 7px;}
.page a.prev:hover,.page a.next:hover{background-color: #0062ac;}
.page a.prev:hover{background-position: 10px -18px;}
.page a.next:hover{background-position: -13px -18px;}
.news-list ul{border-bottom: 1px solid #e5e5e5;margin-bottom: 30px;}
.banner ul.slides li .text a{color: #fff;}
.detail-banner,
.detail-banner ul.slides,
.detail-banner ul.slides li,
.detail-banner ul.slides li img{height: 472px;}
.detail-banner ul.slides li .text{padding: 0;width: 100%;height: 110px;right: 0;}
.detail-banner .flex-control-nav{width: 100px;}
.events_detail .text p, .about_detail .text p{padding-left: 20px;width: 500px;height: 54px;overflow: hidden; text-overflow: ellipsis;color: #FFF;}
.detail-banner ul.slides li .text .title{color: #FFF;margin-top: 20px;height: auto;}
.news_list .news-list .text .text-con{height: 60px;overflow: hidden; text-overflow: ellipsis}
.news_list .news-list .text .text-con p{margin: 0;height: auto;}
.left-contain .news_events .l_news_events dl dd h3 a{color: #0062ac;}
.detail-banner .flex-direction-nav{
	width: 100%;
	height: 67px;
	position: absolute;
	left: 0;
	top: 155px;
	z-index: 100;
}
.detail-banner .flex-direction-nav li a{
	height: 67px;
	width: 54px;
	display: block;
	position: absolute;
	top: 0;
	overflow: hidden;
	text-indent: -9999px;
	z-index: 2;
}
.detail-banner .flex-direction-nav li a{
	width: 35px;
	height: 67px;
}
.detail-banner .flex-direction-nav li a.flex-prev{
	background: url(../images/pad/banner-prev.png) no-repeat scroll 0 0 ;
		left: 20px;
}
.detail-banner .flex-direction-nav li a.flex-next{
	background: url(../images/pad/banner-next.png) no-repeat scroll 0 0 ;
		right: 20px;
}









.news_list .news-list .text h3 a{color: #333; font-family: 'Gotham Bold', 'Arial Bold'}
.right-contain .video-wrap h3 a{color: #333; font-family: 'Gotham Bold', 'Arial Bold'}
.left-contain .recommended{background-color: #f3f3f3;margin-bottom: 30px;padding: 20px;width: 260px;}
.recommended a.more {color: #0062ad;display: block;font-size: 14px;height: 20px;line-height: 20px;margin-right: 30px;margin-top: 20px;padding-right: 20px;position: relative;width: 80px;}
.recommended a.more i{background: url("../images/right-arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);display: block;height: 20px;overflow: hidden;position: absolute; right: 0;top: 0;width: 7px;}
.recommended li{border-top: 1px solid #dadada;padding-bottom: 20px;}
.recommended li h3{color: #0062ac;font-size: 18px;line-height: 20px;margin: 20px 0;}
.recommended li p{height: 36px;overflow: hidden;font-size: 14px;line-height: 18px;}
.recommended li.first{margin-top: 0;}
.recommended li.first p{height: 54px;}
.recommended li p a{color: #666;}
.recommended li p a:hover{color: #0062ac; text-decoration: none;}
.result_list{border-top: 0 none;}
.result_list h2{font-size: 48px;font-family: 'Gotham Bold', 'Arial Bold';color: #0062ac; line-height: 50px;}
.result_list .news_search{height: 50px;width: 810px;position: absolute;right: 0;top: 30px;background-color: #e5e5e5;z-index: 2;}
.result_list .news_search .text_input{width: 300px;height: 30px;border: 0 none;padding: 0;margin: 0;background: #fff;text-indent: 10px;color: #666;font-size: 14px;position: absolute;top: 10px;left: 460px;}
.result_list .news_search .submit_input{width: 29px;height: 30px;border: 0 none;padding: 0;margin: 0;background: url(../images/search-2.jpg) 0 0 no-repeat;color: #666;position: absolute;top: 10px;left: 770px;cursor: pointer;}
.result_list .news-list .text{margin-left: 0;width: auto;}
.search_bg{width: 100%;position: relative;z-index: 2;background-color: #f3f3f3;padding-top: 20px;}
.search_bg .breadcrumbs{margin-top: 0;}
.search_bg .contain{background: none 0;}
.search_bg .result_list{padding-bottom: 30px;border-top: 1px solid #e5e5e5;}
.result_list{padding-top: 30px;}
.news_hot h2{font-family: 'Gotham Medium';color: #333;font-size: 18px;height: 56px;line-height: 56px;margin: 0 auto;text-indent: 20px;border-bottom: 1px solid #dadada;}
.banner ul.slides li img.mobile-banner{display: none;}
.contain .mobile-contain{display: none;}
.word-con .openHideSite,.mobile_events_list{display: none;}
.word-con .hidesite{display: block;}
.result_select_1,.result_select_2{width: 216px;position: absolute;top: 10px;left: 10px;}
.result_select_2{left: 236px;}
.result_list .news_search .newListSelected{margin: 0 auto;}
.fixednav{display: none;position: fixed;height: 60px;width: 100%;z-index: 9;top: -60px;left: 0;background-color: #006ec0;border-bottom:3px solid #02a7f7;opacity: 0.975 ! important;filter:alpha(opacity=0.975) ! important;}
.nav-table{
	width: 1180px;
	margin: 0 auto;
	/* table-layout: fixed; */
}
.nav-table td{
	height: 60px;
	vertical-align: middle;
	position: relative;
	text-align: center;
}
.nav-table td a{
	color: #444;
	padding: 0 10px;
	overflow: hidden;
	display: block;
	line-height: 60px;
	height: 60px;
	text-align: center;
}
.fixednav table td a{
	color: #fff;
	font-size: 16px;

}
.fixednav table td.br_word a{
	line-height: 20px;
	height: 40px;
	padding: 10px 0;
}
.nav-table td a:hover,.header .nav_site td.on a{
	background-color: #0062ac;
	color: #fff;
}
.fixednav table ol{
	position: absolute;
	width: 300px;
	height: auto;
	left: 0;
	top: 60px;
	background-color: #fff;
	display: none;
}
/* .header .nav_site li.first ol{
	left: 0;
} */
.fixednav table ol li{
	float: none;
	text-align: center;
	height: 50px;
	width: 100%;
	line-height: 40px;
	border-bottom: 1px solid #1c73b5;
	background-color: #0062ac;
}
.fixednav table ol li a{
	height: 50px;
	width: 100%;
	display: block;
	background-color: #0062ac;
	margin-left: 0;
	color: #fff;
	font-size: 14px;
	text-align: left;
	text-indent: 20px;
	padding: 0;
}
.fixednav table td.br_word ol li a{
	height: 50px;
	line-height: 50px;
	padding: 0;
}
.nav-table td.fixedlogo a{
	padding: 0;
}
.nav-table td.fixedlogo a img{
	height: 40px;
	width: auto;
	margin-top: 10px;
}
.nav-table td.fixedlogo a:hover{
	background: none;
}
.info .img-wrap img:hover,.discover-main img:hover{
	opacity: 0.8;
	filter:alpha(opacity=80);
}
.result_list .show_result{
	font-size: 20px;
}
.result_list strong{
	font-weight: normal;
	color: #333;
}
.no_result{
	padding: 100px 0;
	color: #333;
}
.no_result h3{
	font-size: 24px;
}
.no_result ul{
	list-style:disc inside;
	margin-top: 20px;
	font-size: 16px;
}
.right-contain .dl_1_wrap dl a{
	color: #333;
}
.right-contain .dl_1_wrap dl a:hover{
	color: #0062ac;
}
.text_intro{
	width: 560px;
	float: left;
}
.text_intro img.tx{
	display: none;
}
.img_intro{
	width: 240px;
	float: right;
}
.right-contain .img_intro .related{
	padding: 20px 10px;
	width: 220px;
	float: none;
}
.about_detail .text_intro p{
	line-height: 24px;
	font-size: 14px;
}
.about_detail .text_intro p b{
	color: #666;
	/* font-weight: bold; */
}
.about_detail .text_intro p a{
	color: #0062ac;
	text-decoration: underline;
}
.about_detail .text_intro h4{
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
}
.about_detail .text_intro h2{
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
	margin-bottom: 15px;
}



.g_contain{
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background-color: #0d7bd4;
	z-index: 1;
}
.g_footer{
	width: 100%;
	height: 50px;
	background-color: #0062ac;
	border-bottom: 4px solid #f8b62c;
	text-align: center;
	color: #a3b8d1;
	line-height: 50px;
	font-size: 14px;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.g_bg{
	position: relative;
	z-index: 1;
}
.links_wrap{
	width: 1100px;
	position: absolute;
	height: 100%;
	z-index: 2;
	top: 0;
	left: 50%;
	margin-left: -550px;
	overflow: hidden;
}
.g_logo{
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 6%;
	display: none;
}
.links_wrap h3{
	font-size: 16px;
	color: #fff;
	margin: 24px 0;
	text-align: center;
	display: none;
}
.links_wrap .g_language_list{
	opacity: 0;
	filter:alpha(opacity=0);
	margin-top: 500px;
	
}
.links_wrap .g_language_list a{
	width: 20%;
	float: left;
	display: block;
	height: 20px;
	line-height: 20px;
	padding: 5px 0;
	text-indent: 10px;
	background: url(../images/pc/gt3.png) left center no-repeat;
	color: #fff;
	font-size: 18px;
}
.links_wrap .g_language_list a.yahei{
	font-family: 'Microsoft YaHei';
}
.dl_2_wrap a{
	color: #666;
}
.flex-disabled{
	display: none!important;
}













/*手机端*/
@media only screen and (max-width: 767px) {
	.pc-con,.pad-pc-con{
		display: none;
	}
	.mobile-con,.phone-con{
		display: block;
		position: relative;
		z-index: 1;
	}

	img{
		width: 100%;
		display: block;
	}
	.scroll-nav{
		display: none;
	}
	.header{
		height: 70px; 
		/* height: auto;*/
		border-bottom: 3px solid #00a9fa;
		/* position: fixed;*/
		top: 0;
		left: 0;
	}
	.header .top-site-con{
		height: 70px;
		width: 100%;
		position: relative;
	}
	.header .top-site{
		height: 70px;
		background: url(../images/mobile/header-bg.jpg) 0 0 no-repeat;
		-webkit-background-size:cover;
		background-size:cover;
	}
	.header .top-site-con h1{
		margin-left: 8%;
		margin-top: 12px;
		height: 42px;
		width: auto;
	}
	.header .top-site-con h1 img{
		height: 100%;
		width: auto;
	}
	.header .top-site-nav{
		width: 20px;
		margin-top: 26px;
		position: relative;
		margin-right: 20px;
	}
	.top-form{
		display: none;
	}
	.mobile-con .search-btn,.mobile-con .nav-btn{
		height: 20px;
		width: 20px;
		display: block;
		margin-right: 3px;
		position: absolute;
		top: 0;
	}
	.mobile-con .search-btn{
		background: url(../images/mobile/search.png) center center no-repeat;
		left: 0;
		display: none;
	}
	.mobile-con .nav-btn{
		background: url(../images/mobile/nav-btn.png) center center no-repeat;
		right: 0;
	}
	.mobile_search{
		display: block;
	}
	.header .nav_site{
	    font-size: 16px;
	    height: auto;
	    margin: 0;
	    width: 100%;
	    /* position: absolute; */
	    position: relative;
	    left: 0;
	    /* top: 72px; */
	    top: 0;
	    display: none;
	    z-index: 4;
	}
	.header .pc-nav{
		display: none;
	}
	.header .nav_site > ul{
		height: auto;
		position: relative;
		z-index: 1;
	}
	.header .nav_site ul li{
		width: 100%;
		height: auto;
		line-height: 50px;
		text-align: left;
		float: none;
		border-bottom: 1px solid #1c73b5;
		position: relative;
	}
	.header .nav_site ul li.first{
		width: 100%;
	}
	.header .nav_site ul li a{
		color: #fff;
		text-indent: 10px;
		background: #0062ac;
		width: 100%;
		height: 50px;
		display: block;
		position: relative;
		z-index: 1;
		margin-left: 0;
		text-align: left;
	}
	.header .nav_site ul li i{
		background: url(../images/white-down-arrow.png) center center no-repeat;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.header .nav_site ul li i.on{
		background: url(../images/gray-down-arrow.png) center center no-repeat;
	}
	.header .nav_site ul li ol{
		position: relative;
		display: none;
		top: 0;
		width: 100%;
		left: 0;
	}
	.header .nav_site ul li ol li{
		position: relative;
		border-bottom: 0;
		border-top: 1px solid #e5e5e5;
		text-align: left;
	}
	.header .nav_site ul li ol li a{
		background-color: #fff;
		color: #0062ac;
	}
	.mobile-nav .action{
		width: 100%;
		height: 60px;
		line-height: 60px;
		background-color: #004490;
		position: relative;
		z-index: 2;
	}
	.header .mobile-nav .action li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		height: 60px;
		line-height: 60px;
		position: relative;

	}
	.header .mobile-nav .action li:nth-child(1){
		width: 37.5%;
	}
	.header .mobile-nav .action li:nth-child(2){
		width: 28.125%;
		border-left: 1px solid #1a579b;
	}
	.header .mobile-nav .action li:nth-child(3){
		width: 34.375%;
		border-left: 1px solid #1a579b;
	}
	.header .mobile-nav .action li a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: rgba(255,255,255,0.8);
		width: 100%;
		height: 60px;
		display: block;
		line-height: 60px;
		background-color: #004490;
		text-indent: 35px;
		overflow: hidden;
	}
	.header .mobile-nav .action li.language a{
		background: url(../images/icon-1.png) 12px center no-repeat;
	}
	.header .mobile-nav .action li.email a{
		background: url(../images/icon-2.png) 12px center no-repeat;
	}
	.header .mobile-nav .action li.calendar a{
		background: url(../images/icon-3.png) 12px center no-repeat;
	}
	.header .mobile-nav .action .language-list{
		width: 266.666666%;
		height: auto;
		position: absolute;
		/*bottom: 60px;*/
		left: 0;
		top: -690px;
		/*max-height: 400px;*/
    	overflow: hidden;
    	/*overflow-y: auto;*/
		display: none;
		background-color: #fff;
	}
	.header .mobile-nav .action .language-list p{
		width: 100%;
		float: left;
		text-align: center;
		color: #0062ac;
		font-size: 20px;
	}
	.header .mobile-nav .action li .language-list a{
		background: #fff;
		color: #0062ac;
		border-bottom: 1px solid #e5e5e5;
		text-indent: 0;
		height: 30px;
		line-height: 30px;
		width: 50%;
		float: left;
		text-align: center;
	}





	/*新闻内容*/
	.con .wrap{
		width: 100%;
	}
	.news .wrap{
		padding: 20px 0 0;
	}
	.con .wrap h2{
		font-size: 30px;
	}
	.news .news-main,.news .events{
		width: auto;
		margin: 0 auto;
		float: none;
		overflow: hidden;
		border-bottom: 1px solid #e5e5e5;
		padding:0 3.125% 15px;
	}
	.news-main .float-news-wrap{
		margin-top: 0;
		padding-bottom: 0;
		border-bottom: 0;
		width: 100%;
	}
	.news .news-main .float-news{
		width: 100%;
		/*margin-bottom: 30px;*/
	}
	.con a.more{
		margin-top: 0;
	}
	.news .events h2{
		margin-top: 30px;
	}
	/* .events-list li .time{
		display: none;
	}
	.events-list li .link{
		position: static;
		top: 0;
		left: 0;
	} */
	.events-list li .link p a{
		height: 60px;
	}
	.events-list li .link span{
		display: none;
	}
	.con .events a.more{
		margin-bottom: 10px;
	}

	/*info*/
	.info{
		padding: 0 0 30px;
	}
	.info .info-tab-con{
		width: 100%;
		height: auto;
	}
	.info .info-tab-con li{
		font-variant: normal;
		width: 100%;
		height: auto;
		float: none;
		background-color: #fff;
		font-size: 16px;
	}
	.info .info-tab-con li .title{
		height: 90px;
		padding-top: 20px;
		background-color: #ceebff;
		position: relative;
	}
	.info .info-tab-con li .title i{
		width: 70px;
		height: 70px;
		background:  url(../images/mobile/info-icon-mobile.png) 0 0 no-repeat;
		display: block;
		margin-left: 50px;
	}
	.info .info-tab-con li p{
		position: absolute;
		margin: 0;
		left: 135px;
		top: 50px;
	}
	.info .info-tab-con li .title i.faculty{
		background-position: -122px 0;
	}
	.info .info-tab-con li .title i.parenters{
		background-position: -243px 0;
	}
	.info .info-tab-con li .title i.visitors{
		background-position: -365px 0;
	}
	.info .info-tab-con li.on .title i{
		background-position: 0 -121px;
	}
	.info .info-tab-con li.on .title i.faculty{
		background-position: -122px -121px;
	}
	.info .info-tab-con li.on .title i.parenters{
		background-position: -243px -121px;
	}
	.info .info-tab-con li.on .title i.visitors{
		background-position: -365px -121px;
	}
	.info .info-tab-con li .info-tab-details{
		width: auto;
		padding: 10px 0;
		display: none;
		position: relative;
	}
	.info .info-tab-con li:first-child .info-tab-details{
		display: block;
	}
	.info .detail-wrap{
		width: 100%;
		float: none;
		/* margin-bottom: 10px; */
	}
	.info .info-tab-details .text{
		width: 100%;
		height: 40px;
	}
	.info .info-tab-details .text-utem-1{
		background: #0062ad;
	}	
	.info .info-tab-details .text-utem-2{
		background: #66a7d3;
	}
	.info .info-tab-details .text-utem-3{
		background: #00afa2;
	}
	.info .info-tab-details .text p{
		padding-top: 0;
		position: relative;
		top: auto;
		left: auto;
		line-height: 40px;
	}
	.info .info-tab-details .img-wrap{
		width: 100%;
		height: auto;
		display: none;
	}
	.info li .info-tab-details .text-utem-1 i,
	.info li .info-tab-details .text-utem-2 i,
	.info li .info-tab-details .text-utem-3 i
	{
	    background-position: center 0;
	    display: none;
	}
	.info li .info-tab-details .text p{
		margin-top: 0;
	}

	/*discover */
	.discover{
		padding-bottom: 10px;
	}
	.discover .wrap{
		padding: 0 3.125%;
		width: auto;
	}
	.discover p.title-explain{
		width: auto;
		text-align: left;
	}
	.discover .discover-main .item{
		width: 100%;
		float: none;
		height: auto;
		margin: 0 0 10px;
	}
	.discover .discover-main .item a:hover{
		text-decoration: none;
	}
	.discover .discover-main .text{
		height: 114px;
		position: static;
	}
	.discover .discover-main .text span{
		margin-top: 20px;
	}
	.discover .discover-main p{
		height: 48px;
		line-height: 48px;
		position: static;
	}
	.discover .discover-main .item-6 p{
		height: auto;
	}
	.discover .discover-main .item-6 a.more{
		margin:10px 20px;
	}
	/*links*/
	.links{
		height: auto;
		margin: 20px 0;
	}
	.links .wrap{
		padding: 0 3.125%;
		width: auto;
	}
	.links .links-main a{
		position: static;
	}
	.links .links-main a.link-wrap{
		width: 100%;
		margin-bottom: 10px;
	}
	/*footer*/
	.footer{
		background: #0062ad url(../images/mobile/footer-bg.png) right 90px no-repeat;
		height: 344px;
		-webkit-background-size: auto 200px;
		background-size: auto 200px;
	}
	.footer .footer-main{
		width: auto;
		padding: 0 3.125%;
		height: 290px;
		overflow: hidden;
		position: relative;
	}
	.footer .share{
		margin: 0;
		padding: 17px 3.125%;
		position: absolute;
		width: 93.75%;
		top: 0;
		left: 0;
		border-bottom: 1px solid #3381bd;
	}
	.footer .footer-logo{
		float: none;
		width: 100%;
		margin: 96px 0 0 ;
		height: 35px;
	}
	.footer .footer-logo img{
		height: 100%;
		width: auto;
	}
	.footer .addr{
		margin: 15px 0 0;
	}
	.footer .copylight{
		height: 52px;
		background-color: #00579a;
		border-bottom: 2px solid #f8b62c;
		padding: 0 3.125%;
		width: auto;
		line-height: 18px;
		text-align: left;
		overflow: hidden;
	}
	.footer .copylight p{
		margin-top: 8px;
	}
	/*2014-08-26  chenhui*/
	.links .links-main a.link-1,
	.links .links-main a.link-2{
		background-position: 50px center;
		text-indent: 100px;
	}
	.links .links-main a.link-3{
		font-size: 16px;
	}
	.links .links-main a.link-3,
	.links .links-main a.link-4{
		height: 60px;
		background-position: 50px center;
		line-height: 60px;
		text-indent: 100px;
		text-align: left;
	}
	.banner{
		display: block;
		height: auto;
		margin-top: 0px;
	}
	.banner ul.slides{
		height: auto;
		overflow: hidden;
	}
	.banner ul.slides li{
		height: auto;
	}
	.banner ul.slides li img,
	.banner ul.slides li img.pad-banner{
		display: none;
	}
	.banner ul.slides li img.mobile-banner{
		display: block;
	    height: auto;
	    left: 0;
	    margin: 0;
	    position: static;
	    top: 0;
	    width: 100%;
	}
	.banner ul.slides li .text{
		bottom: 30px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	    color: #fff;
	    font-size: 18px;
	    font-weight: normal;
	    height: auto;
	    left: 0;
	    line-height: 24px;
	    margin: 0;
	    padding: 0 24px;
	    position: absolute;
	    width: 100%;
	    z-index: 3;
    }
    .banner ul.slides li .text .title{
    	font-size: 32px;
    	line-height: 40px;
    }
    .banner .flex-control-nav{
    	display: none;
    }


    /*2014-08-28*/
    /*内页*/
	.inside-banner ul.slides li img{
		display: none;
	}
	.inside-banner{
		height: auto;
		margin-top: 0px;
	}
	.inside-banner ul.slides{
		height: auto;
		overflow: hidden;
		*zoom: 1;
	}
	.inside-banner ul.slides li{
		height: auto;
	}
	.inside-banner ul.slides li img.mobile-banner{
		display: block;
		width: 100%;
		height: auto;
		position: static;
		left: 0;
		top: 0;	
		margin: 0;
	}
	.inside-banner ul.slides li .text{
		width: 100%;
		color: #fff;
		font-size: 18px;
		height: auto;
		position: absolute;
		left: 0;
		top: 40px;
		margin: 0;
		padding: 0 10px;
		line-height: 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		font-weight: normal;
	}
	.inside-banner ul.slides li .text .title{
		font-size: 30px;
		line-height: 48px;
	}
	.contain{
		width: auto;
		padding: 10px;
		margin-top: 0px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}
	.breadcrumbs{
		display: none;
	}
	.left-contain,
	.right-contain{
		width: 100%;
		float: none;
		padding-bottom: 0;
	}
	.right-contain{
		margin-top: 10px;
	}
	.left-contain > div{
		display: none;
	}
	.left-contain .subnav-control{
		height: 40px;
		cursor: pointer;
		display: block;
		background: #ebeced url(../images/mobile/subnav-control.png) center 0 no-repeat;
	}
	.left-contain .subnav{
		display: none;
		margin-top: 10px;
	}
	.left-contain .open{
		background: #0062ac url(../images/mobile/subnav-control.png) center -40px no-repeat;
	}
	.contain .mobile-contain{
		display: block;
		overflow: hidden;
		padding: 30px 0;
	}
	.mobile-contain > div{
		display: block;
	}
	.mobile-contain .related{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.mobile-contain .news_events ul li{
		width: 50%;
	}
	.mobile-contain .news_events .l_news_events dl dt{
		width: 26.9230769%;
		height: auto;
	}
	.mobile-contain .news_events .l_news_events dl dd{
		width: 65.3846154%;
	}
	.mobile-contain .news_events .l_news_events dl dd a:hover{
		text-decoration: none;
	}
	.check-events .day-events dl dt{
		width: 20%;
	}
	.check-events .day-events dl dd{
		width: 60%;
	}
	.right-contain .dl_1_wrap dl{
		margin-left: 0;
		width: 100%;
		padding-bottom: 30px;
	}
	.right-contain .dl_1_wrap dl img{
		width: 100%;
		height: auto;
	}
	.word-list .site-top .word-search{
		display: none;
	}
	.word-list .word-wrap{
		height: auto;
	}
	.word-list .word-wrap ul{
		height: auto;
		overflow: hidden;
		padding-left: 10px;
	}
	.word-list .word-wrap ul li.first{
		margin-left: 0;
	}
	.word-list .word-wrap li a{
		border: 0 none;
		border-right: 1px solid #d3d4d5;
	}
	.word-list .word-wrap li:last-child a{
		border: 0 none;
	}
	.word-con .hidesite{
		display: none;
	}
	.word-con .openHideSite{
		width: 100%;
		height: 40px;
		display: block;
		text-align: center;
		line-height: 40px;
		color: #333;
		background-color: #ebeced;
		font-size: 16px;
		margin-top: 20px;
	}
	.right-contain .events_list .events-list li .link span,
	.right-contain .events_list .events-list li .link p.date{
		display: none;
	}
	.events-list li .link p a{
		height: 80px;
	}
	.events_list{
		display: none;
	}
	.mobile_events_list {
		display: block;
	}
	.mobile_events_ul > li{
		height: auto;
		margin-bottom: 1px;

	}
	.mobile_events_ul > li > a{
		height: 30px;
		display: block;
		line-height: 30px;
		text-indent: 15px;
		color: #666;
		font-size: 14px;
		background:#f3f3f3 url(../images/mobile/events_list_control.png) right -40px no-repeat;
	}
	.mobile_events_ul > li.on > a{
		background:#0062ac url(../images/mobile/events_list_control.png) right 0 no-repeat;
		color: #fff;
	}
	.mobile_events_ul > li > a:hover{
		text-decoration: none;
	}
	.right-contain .mobile_events_ul .events-list{
		display: none;
	}
	.right-contain .mobile_events_ul .events-list ol li:last-child{
		border-bottom: 0 none;
	}
	.right-contain .mobile_events_ul > li:first-child .events-list{
		display: block;
	}
	.mobile_events_ul a.open_more{
		color: #fff;
		text-align: center;
		line-height: 40px;
		height: 40px;
		display: block;
		background-color: #0062ac;
		font-size: 14px;
	}
	.mobile_events_ul .hideEventsList{
		display: none;
	}
	.events_detail h2, .about_detail h2{
		font-size: 26px;
		line-height: 30px;
		/*height: 30px;*/
	}
	.events_detail p.smail_title{
		font-size: 18px;
		line-height: 20px;
	}
	.right-contain .video-wrap{
		float: none;
		width: 100%;
	}
	.right-contain .related,.left-contain .recommended{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.detail-banner{
		height: auto;
		width: 100%;
		margin-top: 20px;
	}
	.detail-banner ul.slides{
		height: auto;
		overflow: hidden;
		*zoom: 1;
	}
	.detail-banner ul.slides li{
		height: auto;
	}
	.detail-banner ul.slides li img{
		display: block;
		width: 100%;
		height: auto;
		position: static;
		left: 0;
		top: 0;
		margin: 0;
	}
	.detail-banner ul.slides li .text{
		width: 100%;
		color: #fff;
		font-size: 20px;
		height: auto;
		position: static;
		left: 0;
		bottom: 0;
		margin: 0;
		padding: 0 24px 40px;
		line-height: 24px;
		background: #444;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		font-weight: normal;
	}
	.events_detail .text p, .about_detail .text p{
		width: auto;
		padding: 0;
	}
	.events_detail .text p, .about_detail .text p:last-child{
		height: auto;
		overflow: hidden;
	}
	.detail-banner .flex-direction-nav{
		display: none;
	}
	.dl_2_wrap dl{
		float: none;
		margin-left: 0;
		width: 100%;
	}
	.dl_2_wrap dl img{
		width: 100%;
		height: auto;
	}
	.news_list .news-list li{
		height: auto;
	}
	.news_list .news-list li img{
		width: 100%;
		height: auto;
		float: none;
	}
	.news_list .news-list .text{
		margin-left: 0;
		float: none;
		width: auto;
		height: auto;
	}
	.news_list .news-list .text h3,.news_list .news-list .text p{
		height: auto;
	}
	.news_list .news-list .text h3{
		margin: 10px 0;
	}
	.news_list .news-list{
		margin-top: 90px;
	}
	.news_list .news-list .handle{
		display: none;
	}
	.news_list .tab-contorl{
		height: auto;

	}
	.dl_2_wrap dl dd p{
		color: #333;
	}
	.news_list .tab-contorl li{
		float: none;
		border: 0 none;
		text-align: center;
		margin-bottom: 1px;
		background-color: #f3f3f3;
	}
	.news_list .news_search{
		position: absolute;
		width: 100%;
		left: 0;
		top: 195px;
		background-color: #e5e5e5;
		padding: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		height: 90px;
	}
	.news_search select{
		width: 100%;
		height: 30px;
	}
	.news_search .newListSelected{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
	}
	.news_search ul.newList{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_search .text_input{
		width: 100%;
		position: static;
		margin-top: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 30px;
	}
	.news_search .submit_input{
		top: 50px;
		left: auto;
		right: 10px;
	}
	.left-contain .press-contact{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;	
	}
	.events_detail p.time, .about_detail p.time{
		width: 100%;
	}
	.select_detail_language{
		width: 100%;
		position: static;
		margin: 20px 0;
		top: 0;
		float: none;
	}
	.select_detail_language .newListSelected{
		margin: 0;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;	
	}
	.select_detail_language ul.newList{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.select_detail_language select{
		width: 100%;
		height: 30px;
		margin-top: 10px;
	}
	.word-list .site-top p{
		/* line-height: 20px;
		padding: 5px 0 5px 20px; */
	}
	.result_list .news_search{
		position: relative;
		height: 130px;
		left: 0;
		top: 0;
	}
	.result_list .news_search .text_input{
		width: 100%;
		position: relative;
		z-index: 1;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding-right: 30px;
		top: 0;
		left: 0;
	}
	.result_list .news_search .submit_input{
		left: auto;
		right: 10px;
		z-index: 2;
		top: 90px;
	}
	.result_list .news-list{
		margin-top: 0;
	}
	.result_select_1,.result_select_2{
		width: 100%;
		position: static;
		top: 0;
		left: 0;
		margin-bottom: 10px;
	}
	.result_list .news_search .newListSelected{
		margin: 0 auto;
	}
	.right-contain .related{
		padding: 0;
		margin-top: 40px;
	}
	.right-contain .events_list .events-list li .link{
		width: auto;
	}
	.right-contain .events_list .events-list li .handle{
		display: none;
	}
	.news .events-list li .link p a{
		height: 60px;
	}
	.news-main .news-list li{
		padding: 0 !important;
		border: 0 none;
	}
	.news-main .news-list li a{
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #e5e5e5;
		height: auto;
	}
	.news-main .news-list li:last-child{
		margin-bottom: 10px;
	}
	.text_intro{
		width: auto;
		float: none;
	}
	.text_intro img.tx{
		display: block;
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.img_intro{
		width: auto;
		float: none;
	}
	.img_intro img{
		display: none;
	}
	.right-contain .img_intro .related{
		padding: 20px 0;
		width: auto;
	}
	.depa-con h3 a{
		padding-right: 50px;
		overflow: hidden;
		height: 50px;
		white-space:nowrap;
		_white-space:normal;
		text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
	}
	
	.g_contain{
		background-color: #0d7bd4;
	}
	.links_wrap{
		height: auto;
	}
	.g_logo{
		width: 180px;
		margin-top: 20px;
	}
	.links_wrap h3{
		text-align: center;
	}
	.g_bg{
		width: auto;
		height: auto;
	}
	.links_wrap{
		width: 300px;
		margin-left: -150px;
	}
	.links_wrap .g_language_list a{
		width: 50%;
		font-size: 14px;
	}
	.depa-con h3{
		font-size: 16px;
	}






}





































/*pad端*/
@media only screen and (min-width: 768px) and (max-width: 1200px){
	img{
		width: 100%;
		display: block;
	}
	.pc-con{
		display: none;
	}
	.pc-info{
		display: block;
		padding-bottom: 40px;
	}
	.mobile-con{
		display: block;
		position: relative;
		z-index: 1;
	}
	.mobile-info{
		display: none;
	}
	.banner{
		display: block;
		height: auto;
		margin-top: 0px;
	}
	.scroll-nav{
		display: none;
	}
	.header{
		/* height: 120px; */
		height: auto;
		/* position: fixed; */
		top: 0;
		left: 0;
	}
	.header .top-site-con{
		height: 120px;
		width: 100%;
	}
	.header .top-site{
		height: 120px;
		background: url(../images/pad/pad-header-bg.jpg) 0 0 no-repeat;
		background-size:cover;
	}
	.header .top-site-con h1{
		margin-left: 10%;
		margin-top: 20px;
		height: auto;
		width: auto;
	}
	.header .top-site-con h1 img{
		height: 100%;
		width: auto;
	}
	.header .top-site-nav{
		width: 220px;
		margin-top: 50px;
		position: relative;
		margin-right: 20px;
	}
	.mobile-con .search-btn,.mobile-con .nav-btn{
		height: 30px;
		width: 24px;
		display: block;
		margin-right: 3px;
		position: absolute;
		top: 0;
	}
	.mobile-con .search-btn{
		background: url(../images/mobile/search.png) center center no-repeat;
		left: 0;
		display: none;
	}
	.mobile-con .nav-btn{
		background: url(../images/mobile/nav-btn.png) center center no-repeat;
		right: 0;
		-webkit-background-size: 30px 24px;
		background-size: 30px 24px;
	}
	.header .top-site-nav .top-form{
		position: absolute;
		top: -10px;
		right: 50px;
		display: none;
	}
	.header .nav_site{
	    font-size: 16px;
	    height: auto;
	    margin: 0;
	    width: 100%;
	    /* position: absolute; */
	    position: relative;
	    left: 0;
	    /* top: 126px; */
	    top: 0;
	    display: none;
	}
	.header .pc-nav{
		display: none;
	}
	.header .nav_site > ul{
		height: auto;
		position: relative;
		z-index: 1;
	}
	.header .nav_site ul li{
		width: 100%;
		height: auto;
		line-height: 50px;
		text-align: left;
		float: none;
		border-bottom: 1px solid #1c73b5;
		position: relative;
	}
	.header .nav_site ul li.first{
		width: 100%;
	}
	.header .nav_site ul li a{
		color: #fff;
		text-indent: 10px;
		background: #0062ac;
		width: 100%;
		height: 50px;
		display: block;
		position: relative;
		z-index: 1;
		margin-left: 0;
		text-align: left;
	}
	.header .nav_site ul li i{
		background: url(../images/white-down-arrow.png) center center no-repeat;
		width: 50px;
		height: 50px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.header .nav_site ul li i.on{
		background: url(../images/gray-down-arrow.png) center center no-repeat;
	}
	.header .nav_site ul li ol{
		position: relative;
		display: none;
		top: 0;
		width: 100%;
		left: 0;
	}
	.header .nav_site ul li ol li{
		position: relative;
		border-bottom: 0;
		border-top: 1px solid #e5e5e5;
		text-align: left;
	}
	.header .nav_site ul li ol li a{
		background-color: #fff;
		color: #0062ac;
	}
	.mobile-nav .action{
		width: 100%;
		height: 60px;
		line-height: 60px;
		background-color: #004490;
		position: relative;
		z-index: 2;
	}
	.header .mobile-nav .action li{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		float: left;
		height: 60px;
		line-height: 60px;
		position: relative;
	}
	.header .mobile-nav .action li:nth-child(1){
		width: 37.5%;
	}
	.header .mobile-nav .action li:nth-child(2){
		width: 28.125%;
		border-left: 1px solid #1a579b;
	}
	.header .mobile-nav .action li:nth-child(3){
		width: 34.375%;
		border-left: 1px solid #1a579b;
	}
	.header .mobile-nav .action li a{
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		color: rgba(255,255,255,0.8);
		width: 100%;
		height: 60px;
		display: block;
		line-height: 60px;
		background-color: #004490;
		text-indent: 35px;
	}
	.header .mobile-nav .action li.language a{
		background: url(../images/icon-1.png) 12px center no-repeat;
	}
	.header .mobile-nav .action li.email a{
		background: url(../images/icon-2.png) 12px center no-repeat;
	}
	.header .mobile-nav .action li.calendar a{
		background: url(../images/icon-3.png) 12px center no-repeat;
	}
	.header .mobile-nav .action .language-list{
		width: 266.666666666%;
		height: auto;
		position: absolute;
		bottom: 60px;
		left: 0;
		max-height: 400px;
    	overflow: hidden;
    	overflow-y: auto;
		display: none;
		background-color: #fff;
	}
	.header .mobile-nav .action .language-list p{
		width: 100%;
		float: left;
		text-align: center;
		color: #0062ac;
		font-size: 20px;
	}
	.header .mobile-nav .action li .language-list a{
		background: #fff;
		color: #0062ac;
		border-bottom: 1px solid #e5e5e5;
		text-indent: 0;
		height: 36px;
		line-height: 36px;
		text-align: center;
		width: 33.33333%;
		float: left;
	}
	/*banner*/
	.banner ul.slides li img,
	.banner ul.slides li img.mobile-banner
	{
		display: none;
	}
	.banner ul.slides{
		height: auto;
		overflow: hidden;
		*zoom: 1;
	}
	.banner ul.slides li{
		height: auto;
	}
	.banner ul.slides li img.pad-banner{
		display: block;
		width: 100%;
		height: auto;
		position: static;
		left: 0;
		top: 0;
		margin: 0;
	}
	.banner ul.slides li .text{
		width: 100%;
		color: #fff;
		font-size: 20px;
		height: auto;
		position: absolute;
		left: 0;
		bottom: 30px;
		margin: 0;
		padding: 0 24px;
		line-height: 24px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		font-weight: normal;
	}
	.banner ul.slides li .text .title{
		font-size: 40px;
		line-height: 48px;
	}
	.banner .flex-direction-nav{
		height: 67px;
		width: 100%;
		left: 0;
		top: 50%;
		margin: -34px 0 0;
	}
	.banner .flex-direction-nav li a{
		width: 35px;
		height: 67px;
	}
	.banner .flex-direction-nav li a.flex-prev{
		background: url(../images/pad/banner-prev.png) no-repeat scroll 0 0 ;
   		left: 20px;
	}
	.banner .flex-direction-nav li a.flex-next{
		background: url(../images/pad/banner-next.png) no-repeat scroll 0 0 ;
   		right: 20px;
	}
	.con .wrap{
		width: 100%;
	}
	/*news*/
	.news .wrap{
		padding-top: 20px;
	}
	.news .news-main{
		width: auto;
		padding:0 24px;
		float: none;
		border-bottom: 1px solid #e5e5e5;
		overflow: hidden;
		*zoom: 1;
		padding-bottom: 35px;
	}
	.news-main .float-news-wrap{
		margin-top: 20px;
	}
	.news .news-main .float-news{
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news .news-main .text-news{
		padding-right: 30px;
	}
	.news .news-main .video-news{
		padding-left: 0px;
	}
	.news-main .news-list li a{
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news-main .news-list li a.left{
		padding-right: 10px;
	}
	.news-main .news-list li a.right{
		padding-left: 10px;
	}
	.news .events{
		width: auto;
		float: none;
		padding: 30px 24px 0;
	}
	/*info*/
	.info .info-tab-con{
		width: 600px;
		height: auto;
	}
	.info .info-tab-con li{
		width: 150px;
		font-size: 16px;
	}
	.info .info-tab-con li i{
		width: 70px;
		height: 70px;
		background:  url(../images/mobile/info-icon-mobile.png) 0 0 no-repeat;
	}
	.info .info-tab-con li i.faculty{
		background-position: -122px 0;
	}
	.info .info-tab-con li i.parenters{
		background-position: -243px 0;
	}
	.info .info-tab-con li i.visitors{
		background-position: -365px 0;
	}
	.info .info-tab-con li.on i{
		background-position: 0 -121px;
	}
	.info .info-tab-con li.on i.faculty{
		background-position: -122px -121px;
	}
	.info .info-tab-con li.on i.parenters{
		background-position: -243px -121px;
	}
	.info .info-tab-con li.on i.visitors{
		background-position: -365px -121px;
	}
	.info .info-tab-main{
		width: auto;
		padding: 0 24px;
	}
	.info .detail-wrap{
		width: 33.3333333%;
	}
	.info .info-tab-details .text{
		width: 100%;
		height: 122px;
		background-position: center 35px;
	}
	.info .info-tab-details .img-wrap{
		width: 100%;
		height: 122px;
		overflow: hidden;
	}
	.info .info-tab-details .text p{
		padding-top: 85px;
	}
	/*discover*/
	.discover{
		padding: 30px 0 20px;
	}
	.discover .discover-main{
		margin-top: 20px;
		padding: 0 24px;
	}
	.discover .discover-main .item{
		margin: 0 0 20px;
		/* height: 240px; */
		height: auto;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		width: 50%;
	}
	.discover .discover-main .item-1{
		width: 100%;
		height: auto;
	}
	.discover .discover-main .item-2,
	.discover .discover-main .item-4,
	.discover .discover-main .item-6{
		padding-right: 10px;
	}
	.discover .discover-main .item-3,
	.discover .discover-main .item-5{
		padding-left: 10px;
	}
	.discover .discover-main p{
		position: static;
	}
	.discover .discover-main .item-6{
		background: none;
	}
	.discover .discover-main .item-6 .color-bg{
		background-color: #34bee4;
		overflow: hidden;
		*zoom:1;
	}
	/*links*/
	.links{
		margin: 30px 0 40px;
		height: 130px;
		overflow: hidden;
		*zoom:1;
		width: auto;
		padding: 0 24px;
	}
	.links .links-main{
		height: 280px;
	}
	.links .links-main a.link-1,
	.links .links-main a.link-2,
	.links .links-main a.link-3,
	.links .links-main a.link-4{
		width: 48.5%;
	}
	.links .links-main a.link-1,
	.links .links-main a.link-2{
		height: 55px;
		line-height: 55px;
	}
	.links .links-main a.link-2{
		top: 75px;
	}
	.links .links-main a.link-3{
		left: 51.5%;
		top: 0;
		height: 130px;
		background-position: center 35px;
		line-height: 180px;
	}
	.links .links-main a.link-4{
		left: 0;
		top: 150px;
		height: 130px;
		background-position: center 35px;
		line-height: 180px;
	}
	/*footer*/
	.footer{
		height: 238px;
		background-image: url(../images/pad/pad-footer-1.png), url(../images/pad/pad-footer-2.png);
		background-position: 0 0,right 0;
		background-repeat: no-repeat;
		background-color: #0062ad;
	}
	.footer .footer-main{
		width: auto;
		overflow: hidden;
		*zoom:1;
		height: 184px;
		padding: 0 24px;
		position: relative;
	}
	.footer .footer-logo{
		height: 45px;
		margin: 36px 0 0;
	}
	.footer .footer-logo img{
		height: 100%;
		width: auto;
	}
	.footer .share{
		margin: 0;
		position: absolute;
		float: none;
		right: 0;
		top: 36px;
	}
	.footer .addr{
		width: 100%;
		position: absolute;
		top: 112px;
		left: 0;
		margin: 0;
		padding:20px 24px 0;
		height: 72px;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		border-top: 1px solid #1a7ec0;
	}
	.footer .addr div{
		float: left;
		width: 50%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}
	.footer .addr .addr1{
		padding-right: 24px;
	}
	.footer .addr .addr2{
		margin-top: 0;
		padding-left: 24px;
	}





	.footer .copylight{
		height: 50px;
		line-height: 54px;
		text-align: left;
		background-color: #00579a;
		border-bottom: 4px solid #f8b62c;
		padding: 0 24px;
		width: auto;
	}


	.banner .flex-control-nav{
		width: 100%;
		left: 0;
		padding: 0 30px;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-0-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		margin-left: 0;
		display: none;
	}

	/*2014-08-26  chenhui*/
	.discover .discover-main .item-6{
		width: 100%;
		padding-right: 0;
	}
	.discover .discover-main .item-6 .color-bg{
		padding-bottom: 20px;
	}
	.links .links-main a.link-3,
	.links .links-main a.link-4
	{
		height: 55px;
		line-height: 55px;
		background-position:  50px center;
		text-align: left;
		text-indent: 100px;
	}
	.links .links-main a.link-4{
		left: 51.5%;
		top: 75px;
	}

	/*内页*/
	.inside-banner ul.slides li img{
		display: none;
	}
	.inside-banner{
		height: auto;
	}
	.inside-banner ul.slides{
		height: auto;
		overflow: hidden;
		margin-top: 0px;
		*zoom: 1;
	}
	.inside-banner ul.slides li{
		height: auto;
	}
	.inside-banner ul.slides li img.pad-banner{
		display: block;
		width: 100%;
		height: auto;
		position: static;
		left: 0;
		top: 0;
		margin: 0;
	}
	.inside-banner ul.slides li .text{
		width: 100%;
		color: #fff;
		font-size: 20px;
		height: auto;
		position: absolute;
		left: 0;
		top: 50px;
		margin: 0;
		padding: 0 24px;
		line-height: 24px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		font-weight: normal;
	}
	.inside-banner ul.slides li .text .title{
		font-size: 40px;
		line-height: 48px;
	}
	.contain{
		width: auto;
		margin-top: 0px;
		padding: 0 24px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;

	}
	.left-contain{
		width: 33.3333333%;
	}
	.left-contain .related,
	.left-contain .recommended
	{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.left-contain .news_events ul li{
		width: 50%;
	}
	.right-contain{
		width: 63.8888888%;
	}
	.right-contain .dl_1_wrap dl{
		width: 47.82608695%;
		margin-left: 4.34782608695%;
	}
	.right-contain .dl_1_wrap dl img{
		width: 100%;
		height: auto;
	}
	.right-contain .dl_1_wrap dl.first{
		margin-left: 4.34782608695%;
	}
	.right-contain .dl_1_wrap dl:nth-child(2n+1){
		margin-left: 0;
	}
	.word-list .site-top .word-search{
		display: none;
	}
	.word-list .word-wrap{
		height: auto;
	}
	.word-list .word-wrap ul{
		height: auto;
		overflow: hidden;
		padding-left: 10px;
	}
	.word-list .word-wrap ul li.first{
		margin-left: 0;
	}
	.word-list .word-wrap li a{
		border: 0 none;
		border-right: 1px solid #d3d4d5;
	}
	.word-list .word-wrap li:last-child a{
		border: 0 none;
	}
	.left-contain .news_events .l_news_events dl dt{
		width: 26.9230769%;
		height: auto;
	}
	.left-contain .news_events .l_news_events dl dd{
		width: 65.3846154%;
	}
	.check-events .day-events dl dt{
		width: 20%;
	}
	.check-events .day-events dl dd{
		width: 60%;
	}
	.right-contain .video-wrap{
		width: 100%;
	}
	.right-contain .related{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
		margin-top: 30px;
	}
	.right-contain .related a{
		width: 47.6190476%;
		margin-left: 4.76190476%;
		float: left;
	}
	.right-contain .related a:nth-of-type(2n+1){
		margin-left: 0;
	}
	.detail-banner{
		height: auto;
		width: 100%;
		margin-top: 20px;
	}
	.detail-banner ul.slides{
		height: auto;
		overflow: hidden;
		*zoom: 1;
	}
	.detail-banner ul.slides li{
		height: auto;
	}
	.detail-banner ul.slides li img{
		display: block;
		width: 100%;
		height: auto;
		position: static;
		left: 0;
		top: 0;
		margin: 0;
	}
	.detail-banner ul.slides li .text{
		width: 100%;
		color: #fff;
		font-size: 20px;
		height: auto;
		position: static;
		left: 0;
		bottom: 0;
		margin: 0;
		padding: 0 24px 40px;
		line-height: 24px;
		background: #444;
		overflow: hidden;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		z-index: 3;
		font-weight: normal;
	}
	.events_detail .text p, .about_detail .text p{
		width: auto;
		padding: 0;
	}
	.events_detail .text p, .about_detail .text p:last-child{
		height: auto;
		overflow: hidden;
	}
	.detail-banner .flex-direction-nav{
		top: 105px;
	}
	.dl_2_wrap dl{
		width: 48.61111111%;
		margin-left: 2.77777777%;
	}
	.dl_2_wrap dl.first{
		margin-left: 2.77777777%;
	}
	.dl_2_wrap dl:nth-child(2n+1){
		margin-left: 0;
	}
	.dl_2_wrap dl img{
		width: 100%;
		height: auto;
	}
	.news_list .news_search{
		position: absolute;
		top: 90px;
		width: 100%;
		padding: 0 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news-list{
		margin-top: 70px;
	}
	.news_search select{
		width: 45%;
		height: 30px;
		margin-top: 10px;
	}
	.news_search .newListSelected{
		width: 45%;
		margin-left: 0;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_search ul.newList{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.news_search .text_input{
		width: 45%;
		left: 45.774647887%;
	}
	.news_search .submit_input{
		left: 90.14084507%;
	}
	.news_list .news-list .text{
		margin-left: 2.77777777%;
		width: 62.5%;
	}
	.news_list .news-list .handle{
		display: none;
	}
	.left-contain .press-contact{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.left-contain .press-contact p span.w180{
		padding-left: 0;
		width: 100%;
	}
	.events_detail p.time, .about_detail p.time{
		width: 100%;
	}
	.select_detail_language{
		width: 100%;
		position: static;
		margin: 20px 0;
		top: 0;
		float: none;
	}
	.select_detail_language .newListSelected{
		margin: 0;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;	
	}
	.select_detail_language ul.newList{
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.select_detail_language select{
		width: 100%;
		height: 30px;
		margin-top: 10px;
	}
	.result_list .news-list .text{
		margin-left: 0;
		width: 100%;
	}
	.result_list .news_search{
		width: 100%;
		position: relative;
		right: 0;
		top: 10px;
	}
	.result_select_1, .result_select_2{
		width: 33.3333333%;
		padding-right: 10px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		float: left;
		left: 0;
		position: relative;
	}
	.news_search .result_select_1 .newListSelected,
	.news_search .result_select_2 .newListSelected{
		width: 100%;
	}
	.news_search .result_select_2{

	}
	.result_list .news_search .text_input{
		width: 32.3333333%;
		left: auto;
		right: 10px;
		position: absolute;
	}
	.result_list .news_search .submit_input{
		left: auto;
		right: 10px;
	}
	.right-contain .events_list .events-list li .link{
		width: auto;
	}
	.right-contain .events_list .events-list li .handle{
		display: none;
	}
	.news .news-list{
		margin-top: 0;
	}
	.info .info-tab-main{
		height: auto;
	}
	.discover .discover-main .item-6 p{
		height: auto;
	}
	.header .top-site-nav .top-form input.submit-btn{
		-webkit-background-size: 20px 20px;
		background-size: 20px 20px;
	}
	.text_intro{
		width: auto;
		float: none;
	}
	.text_intro img.tx{
		display: block;
		width: auto;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.img_intro{
		width: auto;
		float: none;
	}
	.img_intro img{
		display: none;
	}
	.right-contain .img_intro .related{
		padding: 20px 10px;
		width: auto;
	}

	.g_bg{
		width: auto;
		height: auto;
	}
	.links_wrap{
		width: 720px;
		margin-left: -360px;
	}
	.links_wrap .g_language_list a{
		width: 25%;
		font-size: 16px;
	}





















}


/***隐藏侧导航***/
@media only screen and (max-width: 1600px) {
	.scroll-nav{
		display: none;
	}
}




/* --------------------------------------
 	screen, 
 	retina, 
 	stuff to override above media query 
   -------------------------------------- */
@media
only screen and (-webkit-min-device-pixel-ratio: 2)      ,
only screen and (   min--moz-device-pixel-ratio: 2)      ,
only screen and (     -o-min-device-pixel-ratio: 2/1)    ,
only screen and (        min-device-pixel-ratio: 2)      ,
only screen and (                min-resolution: 192dpi) ,
only screen and (                min-resolution: 2dppx)	{

}
