/* body,
html {
    width: 100%;
    height: 100%;
} */

.slogo {
    width: 134px;
    height: 134px;
    margin: 0 auto;
    margin-top: 65px;
    background: url(../img/index/logo.png) no-repeat center center;
    background-size: 100% 100%;
}

.smiddle h1 {
    width: 420px;
    height: 30px;
    margin: 0 auto;
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-top: 30px;
}

.smiddle h3 {
    width: 212px;
    height: 20px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    margin-top: 30px;
}

.smiddle h3 span {
    display: inline-block;
    width: 48%;
}

.smiddle h3 span:last-child {
    text-align: right;
}

.smiddle .friendshipLink {
    width: 900px;
    margin: 0 auto;
    height: 262px;
    margin-top: 20px;
    margin-bottom: 114px; 
}

.smiddle .friendshipLink .top {
    padding: 13px 23px;
    box-sizing: border-box;
    background: url(../img/index/friendshipLink.png) no-repeat center left;
    text-indent: 20px;
    border-top: 1px solid #e9e9e9;
    border-left: 1px solid #e9e9e9;
    border-right: 1px solid #e9e9e9;
    background-position-x: 23px;
}

.smiddle .friendshipLink .content {
    width: 816px;
    margin: 0 auto;
    height: 220px;
    border-top: none;
    float: left;
    box-sizing: border-box;
    border-bottom: 1px solid #e9e9e9;
    overflow: hidden;
}

.smiddle .friendshipLink .prev,
.smiddle .friendshipLink .next {
    width: 40px;
    height: 219px;
    border-bottom: 1px solid #e9e9e9;
}

.smiddle .friendshipLink .prev {
    float: left;
    background: url(../img/index/prev.png) no-repeat center center;
    border-left: 1px solid #e9e9e9;
}

.smiddle .friendshipLink .next {
    float: right;
    background: url(../img/index/next.png) no-repeat center center;
    border-right: 1px solid #e9e9e9;
}

.smiddle .friendshipLink .content {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
}

.smiddle .friendshipLink .content {
    width: 1632px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.smiddle .friendshipLink .pic_list {
    width: 770px;
    height: 100%;
}

.smiddle .friendshipLink ul {
    width: 770px;
    height: 82px; 
    margin-bottom:20px;
    padding:0 auto; 
}

.smiddle .friendshipLink ul:first-child {
    top: 10px;
}

.smiddle .friendshipLink ul:last-child {
    bottom: 10px;
}

.smiddle .friendshipLink ul li {
    width: 222px;
    height: 82px;
    float: left;
    margin-left: 50px; 
    border: 1px solid #f7f7f7;
    line-height: 58px;
    text-align: center;
}

.smiddle .friendshipLink ul li:hover {
    border: 1px solid #3388ff;
}

.smiddle .friendshipLink ul li img {
    vertical-align: middle;
}

.smiddle .friendshipLink ul li:first-child {
    margin: 0;
}

.smiddle .fixed {
    /*position: fixed;*/
     /*bottom: 0;*/
    font-size: 14px;
    color: #666666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; 
    width: 900px;
    background-color: #eeeeee;
    padding: 10px;
    box-sizing: border-box; 
    margin: 0 auto;
    margin-top:20px;
    padding:10px; 
    box-sizing: border-box;
 
}

.smiddle .fixed span {
	width:4px;
    overflow: hidden;
    text-indent: 10px;
    /*background: url(../img/index/yuan.png) no-repeat center left;*/
}

.smiddle .fixed span:hover {
    cursor: pointer;
    color: #3388ff;
    /*background: url(../img/index/yuana.png) no-repeat center left;*/
}

.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .1);
    z-index: 998;
}

.mask .box {
    width: 1200px;
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -600px;
    margin-top: -281px;
    border-radius: 30px;
}

.mask .box .content {
    width: 1120px;
    height: 100%;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.mask .box .content .title {
    width: 649.2px;
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
}

.mask .box .content .tit {
    width: 100%;
    font-size: 14px;
    color: #333333;
    font-weight: 100;
    padding: 40px 0 26px 0;
}

.mask .box .content .top {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    font-weight: 100;
    padding-bottom: 40px;
    border-bottom: 1px solid #eeeeee;
}

.mask .box .content .bottom {
    text-align: justify;
    font-size: 14px;
    line-height: 28px;
    color: #333333;
    font-weight: 100;
    padding: 40px 0;
}

.mask .box .content .shijian {
    text-align: right;
    font-size: 14px;
    font-weight: 100;
}

.mask .box .close {
    width: 20px;
    height: 20px;
    background: url(../img/index/close.png) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.swiper-container {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.smiddle .friendshipLink .bottom {
    width: 100%;
    height: 100%;
    box-sizing: border-box; 
    padding: 30px 0 !important;
    border: 1px solid #e9e9e9;
}

#rollmain{
	width: 900px;
	height:154px;
	font-size: 14px;
    color: #666666; 
    box-sizing: border-box;
    /*background-color: #eeeeee;*/ 
    margin: 20px auto;  
    border: 1px solid #e9e9e9;
}
#roll{  
	width: 100%;
	height: 90px;
	overflow: hidden;
	margin-top:5px;  
}
#roll ul { 
	width:900px;
    margin:0px auto; 
    overflow: hidden;  
}
#roll li {  
	width:450px; 
	height:45px;
	float:left;    
	margin: 0 auto;  
	padding:15px 25px 10px 25px; 
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor:pointer; 
}

#roll li:hover{color: #3388ff;}

#rollmain .top{
    padding: 13px 23px;
    box-sizing: border-box;
    background: url(../img/index/news.gif) no-repeat center left;
    text-indent: 20px;
    border-bottom: 1px solid #e9e9e9;
    background-position-x: 23px;
}
