
@charset "utf-8";
*{
	margin:0;
	padding:0;
}
body{
	font-family: "PingFang SC","Microsoft Yahei",sans-serif;
}
.btn{
    padding:4px 12px;
    border-radius: 2px;
}
.btn-default{
    border-color: #1e4d74;
}
.btn-default:hover{
    color: #fff;
    background-color: #1e4d74;
    border-color:#1e4d74;
}
.modal-header{
	 background: url(../img/rgzn_bg_footer.png) no-repeat 0 -52px;
    background-size: cover;
}
   
.modal-content{
    border-radius:2px;
    line-height: 1.5;
}
.close_btn{
   position: absolute;
    right: 20px;
    bottom: 20px;
}

.btn-primary {
	color:transparent;
	background-color: transparent;
	border:0;
}
.btn-primary.focus, .btn-primary:focus{
	background: transparent;
	border:0;
}
.btn-primary:hover {
	color:transparent;
	background-color: transparent;
	border:0;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary:active.focus, .btn-primary:active:focus, .btn-primary:active:hover, .open>.dropdown-toggle.btn-primary.focus, .open>.dropdown-toggle.btn-primary:focus, .open>.dropdown-toggle.btn-primary:hover{
	color:transparent;
	background-color: transparent;
	border:0;
	outline: none;
	box-shadow: 0;
}
ul{
	list-style:none;
	margin:0;
}
a{
	color:#333;
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a:focus{
	text-decoration:none;
}
button{
	border:0;
	outline:none;
	background: transparent;
}
input{
	outline:none;
}
.fl{
	float: left;
	border:0;
}
.fr{
	float: right;
	border:0;
}
.cl{
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	padding-right: 0px;
	padding-left: 0px;
}
.container{
	padding:0;
}
.title,.title_big {
    overflow: hidden;
    text-align: center;
    position: relative;
    margin-top:80px;
    line-height: 30px;
}
.title .title-en{
	font-size: 34px;
    color:#463d7c;
    font-weight:bold;
    line-height: 46px;
}
.title p{
	margin:0;
}
.title-en_ch{
	font-size: 14px;
    color: #999;
    font-weight: normal;
    position: relative;
}
.title-en_ch:before{
	background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width: 32px;
    left: -38px;
	}
	.title-en_ch:after{
	background: #ccc;
    content: "";
    height: 1px;
    position: absolute;
    top: 50%;
    width:32px;
    right: -38px;
	}
.layer{
    border-radius: 100%;
    background-color: rgba(0,0,0,.8);
    position: absolute;
    left: 0;
    top: 0;
	display:none;
	width: 100%;
    height: 100%;
}
.activity-list li :hover .layer{
	display: block;
	border:4px solid #8427f0;
}
.profile-cnt{
    text-align: justify;
    line-height: 28px;
    margin-top: 20px;
}
nav{
	width:100%;
	height:54px;
	background:#fff;
	border-bottom: 2px solid #e5e5e5;
}
.logo {
	margin-top:12px;
}
.nav-list{
	margin-left:50px;
}
.nav-list li{
	padding:0 6px;
}
.nav-list li a.active{
	background:#140e53;
	color:#fff;
}
.nav-list li a {
	font-size: 16px;
    color: #333;
    line-height: 54px;
    padding: 17px 8px;
}
.nav-list li a:hover{
	background:#140e53;
	color:#fff;
}
.nav-list a.active:hover{
	color:#fff;
}
.navbar-right .resign{
	padding: 4px 30px;
    background-color: #332B80;
    line-height: 30px;
    margin-top: 8px;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.navbar-right .resign:hover{
	background: #140E53;
}
.banner{
	width:100%;
	
}
.banner-ad{
	width: 600px;
    height: 164px;
    position: absolute;
    top: 30%;
    left: 40%;
}
.mobile-banner-home{
	display: none;
}
.banner-btm{
	margin:60px auto;
    border: 1px solid #e5e5e5;
}
.footer{
	width: 100%;
	background-color: #000;
	margin-top: 20px;
}
.footer p{
	color:#fff;
	font-size: 16px;
	padding:20px 0;
	text-align: center;
	}
.sidewechat{
	width:50px;
    height: auto;
    position: fixed;
    right: 20px;
	bottom: 100px;
    margin-left: 550px;
    z-index: 7;
}
.sidewechat li{
	height:45px;
	margin-top:2px;
	background:#e8953d;
	border-radius:5px;
	text-align: center;
	cursor:pointer;
}
.sidewechat li:hover span{
	color:#d0d0d0;
}
.sidewechat li a:hover{
	color:#d0d0d0;
}
.sidewechat .phone-icon{
	font-size:26px;
    color: #fff;
    line-height:45px;
}
.sidewechat li.phone p{
	color:#fff;
}
.english-change{
	font-size: 22px;
    line-height:45px;
    color: #fff;
}
.sidewechat li.vote .english-change{
	font-size: 16px;
	}
.side-wechat-icon .wechat-icon{
	font-size:32px;
    color: #fff;
    line-height:50px;
}
.side-wechat-icon p{
	color:#fff;
	font-size: 14px;
}
.totop .top-icon{
	font-size: 26px;
    color: #fff;
    line-height: 45px;
}
.sidewechat .side-wechat-icon{
	position:relative;
}
.bigcode{
	position: absolute;
    left: -84px;
    top: 0px;
    display: none;
}
 .side-wechat-icon:hover .bigcode{
 	display: block;
 }
.bigcode img{
	width:82px;
	height:82px;
}
.resign-btn{
	position: fixed;
	bottom:0;
	background:#dc4242;
	width:100%;
	padding:10px 0;
	color:#fff;
	font-size: 16px;
}
/*通知*/
.notice-icon{
	padding-right: 20px;
    color: #7dc6f5;
    width: 2%;
    display: inline-block;
    line-height: 22px;
}
.notice p{
    font-size: 16px;
    margin-top: 24px;
    margin-bottom: 0;
    width: 50%;
    text-align: right;
    color: #808080;
}
.notice .notice-red{
	color:#e6242e;
	font-size:24px;
}
.news-ticker {
    height: 40px;
    width: 50%;
    margin-top: 24px;
}
.news-ticker-lists li {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
}
.bx-controls {
    position: absolute;
    right: -15px;
    top: 0;
}
.bx-controls-direction {
    width: 40px !important;
    position: relative;
    float: right;
    right: 15px;
}
.bx-controls-direction a.bx-prev {
    background-position: left center;
    left: 0;
}
.bx-controls-direction a {
    width: 20px;
    height: 40px;
    position: absolute;
    top: 0;
    cursor: pointer;
    opacity: 0.3;
    background-repeat: no-repeat;
    text-indent: -999em;
    transition: .25s linear;
    -moz-transition: .25s linear;
    -webkit-transition: .25s linear;
}
/*同期活动*/
.activity-title{
    text-align: center;
    font-size: 30px;
    margin-top: 40px;
}

.sametime-activity li{
	text-align: center;
    width: 20%;
    margin-bottom: 20px;
    padding:10px 15px;

	
}

.sametime-activity li .pannel{

    margin:5px;
	padding:5px;
	background:url(../img/hu.png) no-repeat;
	
}

.sametime-activity .fl {
	
	
	
}

.sametime-activity p.event-reg{
	font-size:16px;
	text-align:center;
	color:#333;
}
p.event-reg a{
	color:#c00;
}
.sametime-activity .fl h4{

	text-align:left;
	font-size:16px;
	font-weight:bold;
}
.sametime-activity .fl .des{

	text-align:left;
	padding-bottom:5px;
	border-bottom:1px solid #ccc;
	font-size:14px;
	
}
.sametime-activity .fl p{

	text-align:left;
	line-height:24px;
	margin:10px 0;
	font-weight:bold;
}

.activity-list li .layer-bg{
	position: relative;
	border-radius:100%;
    margin: 0 auto;
}
.activity-list li .layer-bg .title-img{
	display: block;
    margin: 0 auto;
}
.layer span{
    line-height: 168px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    }
.layer span:before{
            content: '';                 
            position: absolute;         
            top:56%;
            background: #fff;       
            width: 9%;
            height: 2px;
            left:36px;
        }
.layer span:after {
        	content: '';               
            position: absolute;        
            top:56%;
            background: #fff; /*宽和高做出来的背景横线*/
            width: 9%;
            height: 2px;
            right:36px;
        }
.sametime-title {
    font-size: 16px;
    display: inline-block;
    margin-top: 20px;
    padding: 0 10px;   
}
.sametime-title:hover{
	color:#1e4d74;
}
.middle-banner{
	margin:40px auto 20px auto;
}
.footer-btm{
	background-color:#140e53;
	width:100%;
	height:54px;
}
.footer-btm>.container{
	width:600px;
}

.logo-btm img{
	width:60px;
	height:30px;
	margin-top:12px;
}
.lang-btm{
	width:60px;
	margin-top:12px;
}
.lang-btm button{
	color: #fff;
    background: #737373;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height:30px;
}
.lang-btm button.active{
	background-color: #dc4242;
}
.banner img{
	width:100%;
}
.btm-en a{
	color:#fff;
}
.btm-CN a{
	color:#fff;
}
.title{
	font-size:28px;
	font-weight:bold;
	color:#1a68a7;
	margin-top: 60px;
	margin-bottom: 40px;
}

@media all and (min-width:1200px) {
	.container {
    width: 1200px;
}
.sidewechat{
		bottom:10px;
	}
	.activity-list .layer{
	width: 168px; 
    height: 168px; 
	}
	.activity-list li .layer-bg {
     width: 168px; 
     height: 168px; 
}
.activity-list li .layer-bg .title-img{
	width: 168px; 
    height: 168px; 
}
    .activity-list li .layer-bg .title-img img{
	width:100%;
	height:100%;
}
	.banner-btm img{
	height:100px;
}
}
@media all and (max-width:1199px) {
	.nav-list{
		margin-left: 0;
		}
	.nav-list li {
    padding:0px;
}
.navbar-right .resign {
    margin-top: 10px;
    }
	.banner{
		height:auto;
	}
	.banner-btm{
		border:0;
	}
	.middle-banner img{
	display: block;
	margin:0 auto;
}
.banner-btm img{
	display: block;
	margin:0 auto;
}
    .nav-list{
    	margin-left: 20px;
    }
    .nav-list li a{
    	font-size: 14px;
    }
    .navbar-right{
    	margin-right:10px;
    }
    .navbar-right .resign{
    	padding: 0px 15px;
    	line-height: 30px;
    }
}
@media all and (max-width:991px) {
	.nav-container{
	 width:100%;	
	}
	.menu-btn{
		font-size:28px;
		color:#500d9c;
		line-height: 70px;
	}
	.logo{
		padding-left: 10px;
	}
	nav{
		position:relative;
		height:60px;
	}
	.nav-container{
		width:100%;
	}
	.nav-list-xs{
    text-align: right;
    background: #fff;
    width: 100%;
    position: absolute;
    top: 60px;
    z-index: 1000;
    padding-right: 26px;
    display: none;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    transition: all .2s ease-in;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
	}	
	.nav-list-xs li a{
	line-height: 40px;
    color: #333;
    font-size: 16px;
	}
}
@media (min-width: 768px){
	.navbar-right {
    margin-right: 30px;
}
}

@media all and (max-width:767px) {
	body{
		margin: 0 3px;
	}
	nav{
		height:56px;
	}
	.next_nav li {
		margin-top: 20px;
	}

	.navbar-nav{
		float: right;
    	text-align: right;
	}
	.menu-btn{
		line-height:56px;
	}
	.news-ticker{
		width:100%;
	}
.navbar-right{
	margin-right: 0;
}
.nav-list-xs{
	padding-right: 16px;
	top:56px;
}
.nav-list-xs li a{
	font-size: 15px;
}

.title .title-en{
	font-size: 28px;
}
.sidewechat{
	width:40px;
	}
	.sidewechat li{
	height:40px;
	    border-radius: 2px;
	    opacity: .8;
	}
	.sidewechat .phone-icon {
    font-size: 30px;
    line-height:40px;
}
.sidewechat li.phone p{
	display: none;
}
.EN .english-change {
    font-size: 16px;
    line-height:40px;
}
.side-wechat-icon p{
	display: none;
}
.totop .top-icon {
    font-size:18px;
    line-height: 40px;
}
.resign-xs a{
	font-size: 12px;
    color: #fff;
    line-height: 1;
    display: block;
}
.resign-xs .resign-icon{
	font-size: 15px;
	color:#fff;
}
.footer-btm>.container{
	width:100%;
}
.banner-btm{
	margin:20px auto;
}
.banner-btm img{
	margin-top: 30px;
}
.sametime-activity li{
	width: 48%;
    padding: 10px;
    margin: 0;
    min-height: 240px;
}
.sametime-title{
	font-size:14px;
}
.layer span{
	line-height:160px;
}
.layer span:before{
	display: none;
}
.layer span:after{
	display: none;
}
}
@media all and (max-width:414px) {
	.mobile-banner-home{
		display: block;
	}
	.pc-home-banner{
		display: none;
	}
	.title{
		font-size: 26px;
		margin-top: 40px;
	}  
}
@media all and (max-width:400px){
	.layer span{
		line-height: 130px;
	}
}
@media all and (max-width:320px){
	.sametime-title {
    font-size: 15px;
}
.layer span{
	line-height:100px;
	}
}