.topnotice{
    height: 50px;
    line-height: 50px;
}
.topnotice .notice{
    float: left;
    height: 50px;
    width: 600px;
    overflow: hidden;
}
.topnotice .notice .title li{
    width: 600px;
    height: 50px;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.topnotice .notice .prev,
.topnotice .notice .next,
.topnotice .notice .title {
    float: left;
    color: red;
}
.topnotice .notice .title li a{
    color: red;
}

/* ΢�Ź��ں� */
.topnotice .wechat{
    float: right;     
}
.topnotice .wechat span{
    font-size: 16px;
    font-weight: 500;
    color: #003366;
}
.topnotice .wechat span::before{
    display: inline-block;
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 5px;
    margin-bottom: 2px;
    background-color: #003366;
    background-image: url(../images/sprites.png);
    background-position: -271px -106px;
    vertical-align: middle;  
}

/* ����/����֪ͨ */
.news{
    height: 380px;
    margin-bottom: 10px;
}
/* ͼƬ���� */
.news .xinwen{
    float: left;
    width: 600px;
    height: 380px;
}
.news .xinwen a{
    position: relative;
    display: block;
    height: 380px;
}
.news .xinwen span{
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 600px;
    height: 50px;
    background: rgba(0, 0, 0, .5);
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #fff;
}

/* ����֪ͨ */
.news .gonggao{
    float: right;
    width: 620px;
}
.news .gonggao .module{
    height: 50px;
    /* background-color: #fff; */
    margin-bottom: 10px; 
    border-bottom: 1px solid #003366;
}
.news .gonggao .module h2{
    float: left;
    width: 120px;
    height: 50px;
    background-color: #003366;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.news .gonggao .module a{
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;  
}
.news .gonggao .title li{ 
    height: 45px;
    border-bottom: 1px #eee dashed;
    line-height: 45px;
}
.news .gonggao .title li a{
    display: block;
    float: left;
    width: 500px;
    height: 45px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.news .gonggao .title li a::before{
    display: inline-block;   
    content: '';
    width: 10px;
    height: 18px;
    background-image: url(../images/sprites.png);
    background-position: -327px -108px;
    margin-right: 18px;
   vertical-align: middle;
}
/* .news .gonggao .title li:hover {
    background-color: #f9fbfd;
} */
.news .gonggao .title li:hover a {
    color: #003366!important;
}
.news .gonggao .title li a:hover::before{
    background-image: url(../images/sprites.png);
    background-position: -353px -108px;
}
.news .gonggao .title span{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

/* չʾͼƬ */
.showimg{    
    margin-bottom: 10px;
}
.showimg img{
    display: block;
}

/* ���߷���/���ڹ�ע/��Ա֮�� */
.container {
    height: 382px;
    margin-bottom: 10px;
}
.container .laws,
.container .guanzhu{
    float: left;
    width: 406px;
    height: 382px;
}
.container .vip{
    float:right;
    width: 406px;
    height: 382px;
}

.container .guanzhu{
    margin-left: 11px;
}
.container .laws .module,
.container .guanzhu .module{
    height: 50px;
    /* background-color: #f9fbfd; */
    margin-bottom: 10px;
    border-bottom: 1px solid #003366;

}
.container .laws .module h2,
.container .guanzhu .module h2{
    float: left;
    width: 120px;
    height: 50px;
    background-color: #003366;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.container .laws .module a,
.container .guanzhu .module a{
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
}
.container .laws .title li,
.container .guanzhu .title li{
    height: 45px;
    border-bottom: 1px #eee dashed;
    line-height: 45px;
}
.container .laws .title li a,
.container .guanzhu .title li a{
    display: block;
    width: 300px;
    height: 45px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 5px;
}
.container .laws .title li span,
.container .guanzhu .title li span{
    float: right;
    margin-right: 20px;
    font-size: 14px;
    color: #999;
}

.container .laws .title li a::before,
.container .guanzhu .title li a::before{
    display: inline-block;   
    content: '';
    width: 10px;
    height: 18px;
    background-image: url(../images/sprites.png);
    background-position: -327px -108px;
    margin-right: 10px;
   vertical-align: middle;
}
/* .container .laws .title li:hover,
.container .guanzhu .title li:hover{
    background-color: #f9fbfd;
} */
.container .laws .title li:hover a,
.container .guanzhu .title li:hover a{
    color: #003366;
}
.container .laws .title li a:hover::before,
.container .guanzhu .title li a:hover::before{
    background-image: url(../images/sprites.png);
    background-position: -353px -108px;
}

/* ��Ա֮�� */
.vip .module{
    height: 50px;
    border-bottom: 1px solid #003366;
    margin-bottom: 10px;
}
.vip .module h2{
    display: inline-block;
    font-size: 18px;
    line-height: 48px;
    color: #003366;
}

.vip .module .logout{
	font-size:14px;
}

.vip .shortcut li{
    float: left;
    width: 198px;
    height: 85px;
    margin-bottom: 10px;
    background-color: #003366;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

.vip .shortcut .denglu,
.vip .shortcut .huiyuan,
.vip .shortcut .baobiao{
	margin-right: 10px;
}


.vip .shortcut li a{
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
}
.vip .shortcut .denglu{
    background-color: #cc161c;
}
.vip .shortcut .denglu img,
.vip .shortcut .ruhui img,
.vip .shortcut .huiyuan img,
.vip .shortcut .download img,
.vip .shortcut .baobiao img{
    width: 36px;
    height: 36px;  
    margin-top: 16px;  
}
.vip .shortcut .denglu p,
.vip .shortcut .ruhui p,
.vip .shortcut .huiyuan p,
.vip .shortcut .baobiao p,
.vip .shortcut .download p{  
    font-size: 14px;
}
.vip .shortcut .ebook p{
    margin-top: 18px;
    margin-bottom: 5px;
}

.vip .shortcut li:hover{
    opacity: 0.95;
} 

/* �ĸ��ֻ� */
.fenhui{
    height: 97px;
    margin-bottom: 10px;
}
.fenhui a{
    display: block;
    float: left;
    margin-right: 5px;
	
}
.fenhui a:nth-child(4){
    margin-right: 0;
}
.fenhui a img{
    width: 242px;
	border: 0;
}

/* ������ѯ���������ȡ��������� */
.zonghe{
    height: 382px;
    margin-bottom: 10px;
}
.zonghe .zixun,
.zonghe .chuangyou,
.zonghe .dangjian{
    width: 406px;
    height: 382px;
    margin-bottom: 10px; 
}  
.zonghe .zixun,
.zonghe .chuangyou{
    float: left;
    margin-right: 11px;
}
.zonghe .dangjian{
    float: right;
}
.zonghe .module{
    height: 50px;
    /* background-color: #f9fbfd;; */
    margin-bottom: 10px;
    border-bottom: 1px solid #003366;
}
.zonghe .module h2{
    float: left;
    width: 120px;
    height: 50px;
    background-color: #003366;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}
.zonghe .module a{
    float: right;
    height: 50px;
    line-height: 50px;
    padding-right: 20px;
}

.zonghe .title li{
    height: 45px;
    border-bottom: 1px #eee dashed;
    line-height: 45px;
}
.zonghe .title li a{
    display: block;
    width: 300px;
    height: 45px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-right: 10px;
}
.zonghe .title li span{
    float: right;
    margin-right: 15px;
    font-size: 14px;
    color: #999;
}
.zonghe .title li a::before{
    display: inline-block;   
    content: '';
    width: 10px;
    height: 18px;
    background-image: url(../images/sprites.png);
    background-position: -327px -108px;
    margin-right: 10px;
    vertical-align: middle;
}
/* .zonghe .title li:hover{
    color: #003366;
    background-color: #f9fbfd;
} */
.zonghe .title li:hover a{
    color: #003366;
}
.zonghe .title li a:hover::before{
    background-image: url(../images/sprites.png);
    background-position: -353px -108px;
}

/* ������Ŀչʾ */
.projectshow{
    height: 300px;  
}
.projectshow .title{
    height: 60px;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    text-align: center;
    line-height: 58px;
    font-size: 20px;
    color: #003366;
}
.projectshow .title h3{
    display: inline-block;
    border-bottom: 3px solid #003366;
}
.projectshow .product li{
    float: left;
    width: 298px;
    text-align: center;
    margin-right: 12px;
}
.projectshow .product li .img{
    width: 298px;
    height: 210px;
	border: 0;
}
.projectshow .product li p{
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    padding: 0 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.projectshow .product li:nth-child(4n){
    margin-right: 0;
}
.projectshow .product{
    position: relative;
}
.projectshow .product .prev,
.projectshow .product .next{
    position: absolute;
    top: 105px;
    width: 40px;
    height: 40px;
    background-color: #000;
    opacity: 0.5;
    border-radius: 50%;
    background-image: url(../images/sprites.png); 
}
.projectshow .product .prev{
    left: 10px;
    background-position: 12px -62px;    
}
.projectshow .product .next{
    right: 10px;
    background-position: -25px -62px; 
}

/* �������� */
.link{ 
    display: table;
    clear: both;
    margin-bottom: 10px;
}
.link .link-lis{
    float: left;
    width: 180px;
    height: 50px;
    background-color: #eee;
    text-align: center;
    font-size: 22px;
    color: #003366;
    font-weight: 600;
    line-height: 50px;
}
.link .link-lis i{
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    vertical-align: middle;
    margin-bottom: 6px;
    background-image: url(../images/sprites.png);
    background-position: 0 -140px;
}
.link  ul{
    float: left;
    width: 1040px;
    margin-left: 10px;
 
}
.link  ul li{
    float: left;
    line-height: 50px;
}
.link ul li a{
    padding: 0 10px;
    font-weight: 500;
    color: #003366;
}
.link  ul a:hover {
    color: #003366;
}

/* ������Ŀչʾ */
.mn-wrap {
    width: 1240px;
    height: 200px;
    /* background: #FFFFFF; */
    overflow: hidden;
    margin: 0px 0px;
    position: relative;
}
.mn-swiper{
    width: 1200px;
    height: 100%;
    position: initial !important;
}
.swiper-wrapper {
    -webkit-transition-timing-function: linear;    /*֮ǰ��ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
  }
.mn-swiper .swiper-slide a{
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
}
.mn-swiper .swiper-slide{
    width: 274px !important;
    height: 150px !important;
    background: #000000;
    border-radius: 4px;
    font-size: 24px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 200px;
    margin-top: 10px;
    margin-left: 13px;
    margin-right:13px;
    text-align: center;transition:all .7s ease 0s;
}
.mn-swiper .swiper-slide:hover{

    opacity: 0.9;  box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
-webkit-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);
-moz-box-shadow: -1px 1px 27px -5px rgba(0,0,0,0.7);

}
/* �������ť */
.mn-swiper .swiper-button-prev{
    left: 0;
    background-image: url(../images/index/swiper-l.png);
}
/* �Ҳ�����ť */
.mn-swiper .swiper-button-next{
    right: 0;
    background-image: url(../images/index/swiper-r.png);
}
.mn-swiper .swiper-button-next, .mn-swiper .swiper-button-prev{
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 50%;
}
.mn-swiper .swiper-wrapper{
    width: 100%;
    margin: 0 auto;
}

.user{
    padding:10px;
    font-size: 14px;
    line-height: 36px;
}
.user-name{
    width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.shouyelinkbox{
  height: 100px;
  margin-bottom: 10px;
}
.huodongbanner{
width:600px;
height:100px;
float:left;
margin: 0 auto;
}
.pxbanner{
width:623px;
float:right;
height:100px;
margin: 0 auto;
}