/*public*/

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.f-fl {
    float: left;
}

.f-fr {
    float: right;
}


/*mian_body*/

.main-body {
    text-align: center;
    background: #71468d;
}

.main {
    position: relative;
    width: 100%;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}


/*header*/

.header {
    width: 100%;
    height: 50px;
    background-color: #71468d;
    position: relative;
}

.logo {
    width: 79.0625%;
    padding-left: 8.75%;
}

.logo img {
    height: 27px;
    padding-top: 13px;
}

.search {
    width: 12.1875%;
}

.search img {
    height: 22px;
    padding-top: 14px;
}


/*menu*/

.menu {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #c2c2c2;
}

.menu-main-wrap {
    width: 100%;
    position: relative;
    height: 35px;
    line-height: 35px;
}

.menu-main {
    position: absolute;
    left: 0;
    top: 0;
    width: 560px;
    ;
    z-index: 1;
}

.menu-main li {
    float: left;
    width: 80px;
}

.menu-main li a {
    display: block;
    width: 50px;
    height: 33px;
    margin: 0 20px;
}

.menu-main li a,
.menu-sub-drop li a {
    color: #333;
}

.menu-main .current {
    color: #71468d;
    border-bottom: 2px solid #71468d;
}

.menu-sub {
    position: absolute;
    right: 0;
    top: 0;
    width: 35px;
    height: 35px;
    background: #fff;
    border-left: 1px solid #c2c2c2;
    z-index: 999;
}

.menu-sub img {
    height: 6px;
    padding-top: 14px;
    z-index: 999;
}

.menu-sub-drop {
    display: none;
    position: absolute;
    top: 35px;
    right: 0;
    width: 100%;
    padding: 5px 0;
    border-top: 1px solid #cecece;
    border-bottom: 1px solid #cecece;
    background: #fff;
    z-index: 999;
}

.menu-sub-drop li {
    float: left;
    width: 90px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #cecece;
    margin: 5px;
}

.menu-sub-drop li a {
    font-size: 12px;
}


/*banner*/

.banner {
    width: 100%;
}

.banner-wrap {
    position: relative;
    width: 100%;
}

.banner li {
    position: absolute;
    left: 0;
    top: 0;
}

.banner li img {
    width: 100%;
    min-height: 175px;
    max-height: 350px;
}

.placeholder img {
    width: 100%;
    z-index: -999;
}


/*content*/

.content {
    width: 100%;
    padding-bottom: 90px;
}


/*新闻列表*/

.news-list li {
    position: relative;
    border-bottom: 1px solid #cecece;
}

.news-list li a {
    padding: 2% 2% 2% 2%;
    width: 96%;
    text-align: left;
    display: block;
    color: #333;
    overflow: hidden;
}

.news-list li img {
    float: left;
    width: 30%;
    border: 1px solid #cecece;
    min-height: 52px;
    max-height: 104px;
}

.news-list .newsarea {
    float: right;
    width: 68%;
}

.news-list .title {
    width: 100%;
    padding-bottom: 5%;
}

.news-list .date,
.news-list .country {
    font-size: 12px;
    color: #999;
}


/*footer*/

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    min-width: 320px;
    max-width: 640px;
    height: 86px;
    background: #f7f7f7;
    border-top: 1px solid #cecece;
    z-index: 999;
}
.footer .ba{
    color:#333;
    padding-top:5px ;
}
.footer li {
    float: left;
    width: 20%;
    padding-top: 6px;
}

.footer li img {
    height: 21px;
    padding-bottom: 2px;
}

.footer li a {
    color: #666;
}

.footer li a:visited {
    color: #666;
}


/*搜索*/

.search-page {
    height: 100%;
    text-align: left;
}

.search-area {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #71468d;
}

.search-area .back img {
    padding: 20px 0 20px 20px;
}

.search-area .back img {
    height: 10px;
}

.search-area input {}

.search-area .search-btn {
    color: #fff;
}


/*新闻内页*/

.newsdetail .header {
    height: 50px;
    line-height: 50px;
}

.newsdetail .header img {
    height: 19px;
    padding-top: 15px;
    padding-right: 10px;
}

.newsdetail .back {
    padding-left: 3%;
}

.newsdetail .back a {
    color: #fff;
}

.newsdetail .share {
    padding-right: 3%;
}

.newsdetail .content {
    text-align: left;
    padding: 10px 2% 50px 2%;
    width: 96%;
    font-size: 16px;
}

.newsdetail .content p {
    line-height: 24px;
    color: #666;
    font-size: 16px;
}

.newsdetail .content h1 {
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}
.newsdetail .content img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.newsdetail .content .newsdetail-tag,
.newsdetail .content .newsdetail-time {
    text-indent: 0;
    font-size: 14px;
    color: #999;
    padding: 5px 0 10px 0;
}

.newsdetail .date {
    color: #999;
    font-size: 10px;
}

.newsdetail .newsimg {
    padding: 20px 0;
    text-align: center;
}

.newsdetail .newsimg img {
    width: 100%;
}

.video-wrap {
    width: 320px;
    height: 300px;
    margin: 20px auto 0;
}


/*企业简介*/

.introduce {
    text-align: left;
    line-height: 28px;
    text-indent: 2em;
    padding: 2% 2% 50px 2%;
    width: 96%;
}

.introduce span {
    color: #71468d;
    font-weight: bold;
}


/*地图*/

.map {
    text-align: left;
    padding: 2% 0 10px 0;
    width: 98%;
}

.map p {
    line-height: 28px;
    padding-left: 2%;
}

.map-area {
    width: 100%;
    height: 200px;
    border-top: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}


/*视频列表*/

.video-list li {
    position: relative;
    border-bottom: 1px solid #cecece;
}

.video-list li a {
    padding: 2% 2% 2% 2%;
    width: 96%;
    text-align: left;
    display: block;
    color: #333;
    overflow: hidden;
}

.video-list li img {
    float: left;
    width: 22%;
    border: 1px solid #cecece;
}

.video-list .newsarea {
    float: right;
    width: 75%;
}

.video-list .title {
    width: 100%;
    padding-bottom: 5%;
}

.video-list .date,
.video-list .country {
    font-size: 12px;
    color: #999;
}


/*视频内页*/

.videodetail .header {
    height: 50px;
    line-height: 50px;
}

.videodetail .header img {
    height: 19px;
    padding-top: 15px;
    padding-right: 10px;
}

.videodetail .back {
    padding-left: 3%;
}

.videodetail .back a {
    color: #fff;
}

.videodetail .share {
    padding-right: 3%;
}

.videodetail .content {
    text-align: left;
    padding: 10px 3% 50px 3%;
    width: 94%;
}

.videodetail .content h1 {
    font-size: 16px;
    color: #333;
    font-weight: bold;
    line-height: 30px;
}

.videodetail .videodetail-country,
.videodetail .videodetail-time {
    text-indent: 0;
    font-size: 12px;
    color: #999;
}

.videodetail .fanye {
    text-align: left;
    padding-left: 3%;
    width: 97%;
    line-height: 28px;
    color: #666;
    font-size: 12px;
}

.videodetail .fanye a {
    color: #666;
    font-size: 12px;
}


/*分享到样式*/
