﻿@charset "utf-8";
/* CSS Document */



ul,ol{list-style-type:none;}

body,
html,
a,
section,
article,
aside,
header,
footer,
nav,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
span,
em,
fieldset,
input,
textarea,
button,
select,
figure,
figcaption {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0;}


/*公共样式*/
input,
input:focus,
textarea:focus,
select:focus,
button,
button:focus {
    outline: none;
    -webkit-appearance: none;
    margin: 0px;
}

body{
   
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	font-size:12px;
}

a{
    font-family: Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif; color:#333;
}

a,a:hover,a:visited,a:active {text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);-webkit-tap-highlight-color: transparent;outline: none;text-decoration: none;}
::selection {background: #FFF;color: #333;}
::-moz-selection {background: #FFF;color: #333;}
::-webkit-selection {background: #FFF;color: #333;}
.main{
    position: relative;
    z-index: 5;
    border-top:60px solid #fff;
    border-bottom:0px solid #eeeeee;
    -webkit-overflow-scrolling: touch;
}

.header{
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    background-color: #ffffff;
    width: 100%;
}

.header_channel{
    background-color:#004791;
}




.logo{
    background: url("../images/mlogo.png") 0px 0px no-repeat;
    background-size: contain;
	 margin:0 auto;
	 width:112px;
    height: 30px;
    overflow: hidden;
    text-indent: -99999px;
    margin-top: 14px;
}

.menu_btn{
    position: absolute;
    left: 0px;
    top: 10px;
    background: url("../images/menu_btn_b.png") center center no-repeat;
    width: 40px;
    height: 40px;
    overflow: hidden;
    background-size: 25px 20px;
    text-indent: -99999px;
}

.header_channel .menu_btn{
    background: url("../images/menu_btn_b.png") center center no-repeat; background-size: 19px 17px;
}

.header_channel .logo{
    background-image: url("../images/logowap.png");
}

.footer a{
    color: #bbbbbb;
    font-size: 14px;
    text-align: center;
    display: block;
}

.footer a.current
{
    color: #725bb6;
    font-weight: bold;
}

.footer a i{
    display:block;
    margin: 0px auto;
    background: url("../images/nav_bottom.png") 0px 0px no-repeat;
    background-size: 286px 44px;
}

.footer a i.footer_index{
    background-position:0px -1px;
    width: 21px;
    height: 19px;
}


.footer a.current i.footer_index{
    background-position:0px -25px;

}

.footer a i.footer_refer{
     background-position:-90px -1px;
     width: 20px;
     height: 19px;
 }

.footer a.current i.footer_refer{
    background-position:-90px -25px;

}

.footer a i.footer_weixin{
    background-position:-179px -1px;
    width: 18px;
    height: 19px;
}

.footer a.current i.footer_weixin{
    background-position:-179px -25px;

}

.footer a i.footer_tel{
    background-position:-269px 0px;
    width: 17px;
    height: 19px;
}

.footer a.current i.footer_tel{
    background-position:-269px -23px;

}

.menu_wrap{
    width: 100%;
    position:fixed;
    left: 0px;
    top: 0px;
     height: 100%;
    z-index: 1;
}

.menu_content{
    position: absolute;
    top: 0px;
    width: 70%;
    height:100%;
    background-color: #ffffff;
    z-index: 333;
    overflow: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    left: -70%;
    -webkit-transition: left .2s;
	
}

.mask{
    position: absolute;
    left: 0px;
    height: 100%;
    top: 0px;
    width: 100%;
    background-color: #000000;
    opacity: 0.5;
    z-index: 1;
    display: none;
}

.open_side, .open_side .main{
    overflow: hidden;
}

.open_side .mask {
   display: block;
}

.open_side .menu_content{
    left: 0px;
}

.open_side .menu_wrap{
    z-index: 20;
}

.menu_content header{
    border-bottom: 1px solid #d8d8d8;
    height:60px;
    padding-top: 14px;
}

.menu_logo{
    background: url("../images/logo.png") 0px 0px no-repeat;
    background-size: contain;
    width: 150px;
    height: 35px;
    overflow: hidden;
    text-indent: -99999px;
    margin-left: 30px;
    display: block;
}

.menu_link a{
    display: block;
    height: 24px;
    margin-top: 20px;
    border-left: 5px solid #ffffff;
    color: #787878;
    font-weight: bold;
    padding-left: 20px;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}

.menu_link a span{
    padding-left: 15px;
    float: left;
    display: inline;
}

.menu_link a.current{
    border-left-color: #725bb6;
}

.menu_link i{
background-size:cover;
    float: left;
    display: inline;
    margin-top: 4px;
}

.menu_link i.menu_index{
    background-position:-1px 0px;
    width: 15px;
    height: 15px;
}

.menu_link a.current i.menu_index{
    background-position:-19px 0px;
}


.arrow{
    background: url("../images/arrow.png") right 3px no-repeat;
    background-size: 6px 11px;
    float: right;
    padding-right: 15px;
    font-size: 12px;
    font-weight:bold;
    color: #666666;
}

.category_item{
    display: inline-block;
    padding-right: 12px;
    position: relative;
    color: #6a6a6a;
    font-size: 12px;
    margin-right: 15px;
}

.category_item i{
    background: url("../images/arrow_down.png") 0px 0px no-repeat;
    background-size: 18px 3px;
    width: 6px;
    height: 4px;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -1px;
}

.category_item_select{
    color: #004791;
}

.category_item_select i{
    background-position: -11px 0px;
}

.copyright{
    background-color: #222122;
    color: #d8d8d8;
    font-size: 12px;
	padding-left: .3rem;padding-right: .3rem;
}

.copyright div{
   
    padding-top: 5px;
    padding-bottom: 0;
}

.copyright__icp {
    padding-bottom: 20px;
    padding-top: 5px;
    color: #d8d8d8;
}



.copyright p{
    font-size: 14px;
    color: #004791;
    padding-bottom: 10px;
    padding-top: 10px;
    font-weight: bold;
}

.copyright p strong{
    font-size: 16px;
}

.copyright ul{
    padding: 10px 0px;
    color: #aaaaaa;
    font-size: 12px;
    padding-top: 0px;
}

.copyright ul li{
    display: none;
}

.copyright div.copyright_city{
    padding-left: 0px;
    padding-bottom: 5px;
}

.copyright_city span{
    margin-right:5px;
    font-size: 14px;
    color: #aaaaaa;
    font-weight: bold;
}

.copyright_city span.current{
    color:#004791;
}




/*频道banner*/
.channel_banner{
    height: 80px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    padding-top: 10px;
}

.channel_banner p{
  color: #bbbbbb;
}

.channel_banner h2{
    font-size: 18px;
    font-weight: normal;
    margin-top: 6px;
}

.channel_banner_portfolio{
    background: url("../images/banner_portfolio.png") center top;
    background-size: cover;
}

.channel_banner_art{
    background: url("../images/banner_art.jpg") center top;
    background-size:cover;
}

/*公共样式结束*/


/*首页*/
.ad_container{
   
}

.ad_container .swiper-pagination-bullet
{
    height: 5px;
    width: 16px;
    background-color: #eeeeee;
    border-radius: inherit;
    opacity: 1;
}

.ad_container .swiper-pagination-bullet-active
{
    background-color: #004791;
}

.ad_container img{
    
    width: 100%;
}

.index_channel{
    border-bottom: 1px solid #e7e6e6;
    background-color: #ffffff;
    padding: 0px 10px;
}

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

.index_channel_list div {
    width: 25%;
    float: left;
    border-right: 1px solid #dddddd;
}

.index_channel_list  a{
    display:inline-block;
    margin: 0px auto;
    color: #333333;
    font-size: 14px;
    text-align: center;
}

.index_channel_list div.last{
    border-right: none;
    padding-right: 0px;
}

.index_channel_list div.first{
    padding-left: 0px;
}

.index_channel_list i{
    display: block;
    margin: 0px auto;
    background: url("../images/icon_channel.png") 0px 0px no-repeat;
    background-size: 309px 30px;
    margin-bottom: 10px;
}

.index_channel_list i.channel_school{
    background-position: 0px 0px;
    width: 29px;
    height: 28px;
}

.index_channel_list i.channel_major{
    background-position: -90px 0px;
    width: 31px;
    height: 28px;
}

.index_channel_list i.channel_class{
    background-position: -188px 0px;
    width: 28px;
    height: 28px;
}

.index_channel_list i.channel_case{
    background-position: -276px 0px;
    width: 33px;
    height: 28px;
}

.index_channel_list i.channel_art{
    background-position: -276px 0px;
    width: 31px;
    height: 28px;
}

.index_channel_qa{
    border-top: 1px solid #dddddd;
    height: 57px;
    color: #333333;
    font-weight: bold;
    font-size: 14px;
    padding-top: 15px;
}

.index_channel_qa a{
    color: #333333;
}

.index_channel_qa .arrow{
    margin-top: 3px;
}

.index_qa_title{
    font-weight: normal;
    padding-left: 25px;
    background: url("../images/question.png") left  center no-repeat;
    background-size: 20px 16px;
}


.index_video{
    border-top: 1px solid #e7e6e6;
    border-bottom: 1px solid #e7e6e6;
    background-color: #ffffff;
    margin-top: 10px;
    padding: 20px 10px;
}

.index_video_title{
    float: left;
    display: inline;
    font-size: 16px;
    font-weight: bold;
    color: #323333;
}

.index_video_title h3{
    float: left;
}
.index_video_title span{
    float: left;
    color: #aaaaaa;
    font-size: 12px;
    border-left: 1px solid #cccccc;
    font-weight: normal;
    margin-left: 8px;
    padding-left: 8px;
    margin-top: 5px;
}

.index_video .arrow{
    margin-top: 5px;
}

.index_video_category{
    padding: 15px 0px;
}

.index_video_list li{
    float: left;
    display: inline;
    width: 50%;
    height: 100px;
    position: relative;
    margin-top: 2px;
}

.index_video_list li em{
    position: absolute;
    bottom: 0px;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
    display: block;
    overflow: hidden;
    width: 100%;
    font-style: normal;
    height: 50px;
    padding-top: 25px;
    background: url("../images/video_t_bk.png") center bottom repeat-x;
}

.index_video_list li:nth-of-type(even) a{
    display: block;
    padding-left: 1px;
}

.index_video_list li:nth-of-type(odd) a{
    display: block;
    padding-right: 1px;
}

.index_video_list li i{
    background: url("../images/play_btn.png") 0px 0px no-repeat;
    background-size: 40px 28px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -14px;
    width: 40px;
    height: 28px;
}

.index_video_list li img{
    width: 100%;
    height: auto;
}

.index_video_list  li div{
    overflow: hidden;
    height: 100px;
    margin-bottom: 4px;
}

.index_news{
    border-bottom: none;
}

.index_activity{
    position: relative;
    color: #333333;
    font-size: 12px;
    height: 108px;
    margin-top: 20px;
}

.index_activity_bm{
    position: absolute;
    right: 0px;
    top: 1px;
    background-color: #6554a4;
    color: #ffffff;
    line-height: 16px;
    padding: 0px 5px;
    -webkit-border-radius: 5px;
}

.index_activity dt{
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108px;
    width: 150px;
}

.index_activity dt img{
    width: 100%;
    height: 100%;
}

.index_activity dd{
    padding-left: 165px;
}

.activity_progress{
    height: 16px;
    background-color: #cccccc;
    margin-top: 5px;
}







.bgf5 {background: #f5f5f5;}
.p4 {padding-left: .3rem;padding-right: .3rem;}
.w2 {display: inline-block;width: 6.9rem;margin-right: .4rem;vertical-align: top;}
.w2:nth-child(2n) {margin-right: 0;}


.choose2 ul,.course {padding-bottom: .8rem;text-align: center;}
.choose2 ul li,.course ul li {padding: .8rem 0;margin-bottom: .4rem;background: #fff;}
.choose2 ul li img, .course ul li .info img {
    width: 1.6rem;
}
.choose2 ul li p {font-size: .56rem;padding-top: .3rem;}
.choose2 ul span {display: block;width: 5%;height: 1px;background: #004791;margin: 10px auto;}   



.caselist ul li img{border: none;max-width: 100%;vertical-align: top;}
.caselist ul li {display: inline-block;width: 6.9rem;margin-right: .4rem;vertical-align: top;}
.caselist ul li h4{font-size: .48rem;color: #333;padding-bottom: .4rem;}
.caselist ul li{margin-bottom: 0.8rem;}
.caselist ul li:nth-child(2n) {margin-right: 0;}
.caselist .info {padding: .6rem 1.2rem;background: #fff;}
.caselist ul li h4 {font-size: .48rem;color: #333;padding-bottom: .4rem;}
.caselist ul li p {font-size: .44rem;height: .72rem;line-height: .72rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;opacity: .7;}
.caselist ul li p span {display: inline-block;width: 1.4rem;}
.caselist {padding-left: .3rem;padding-right: .3rem;}


.daoshi{ background:#fff; overflow:hidden; margin-top:.8rem;}
.daoshilist{-webkit-flex-shrink: 0;-ms-flex: 0 0 auto;flex-shrink: 0;width: 100%;height: 100%;position: relative;}
.daoshilist li {position: relative;background: #e9e9e9; margin-top:.8rem;}
.daoshilist li a {padding: 1.2rem 1.6rem 1.2rem 7rem;display: block;
    color: #333;}
.daoshilist li .tu {position: absolute;left: .8rem;bottom:.1rem;width: 5.4rem;border-radius: .4rem;overflow: hidden;}
.swiper-container li a .control {position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url(/public/static/mobi/global/images/play.png) no-repeat center;background-size: 1.4rem;}
.daoshilist .info {color: #0a0a0a;text-align: left;}
.daoshilist .info h4 {font-size: .56rem;padding-bottom: .5rem;}
.daoshilist .info p {font-size: .44rem;opacity: .8;height: .6rem;line-height: .6rem;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.daoshilist img{border: none;max-width: 100%;vertical-align: top;}



.w2 a{ color:#333;}


.content{
	padding-bottom: .8rem;
}
.content .choose{
	position: relative;
	background: #fff;
}
.content .tabs{
	font-size: 0.48rem;
	color: #000;
	padding: 0.8rem 0.4rem;
}
.content .tabs p{
	padding: .4rem;
	border: 1px solid #e4e4e4;
	margin-right: 0.1rem;
	background: url(../images/arrow.png) no-repeat 90% center;
	background-size: 0.3rem;
}
.content .tabs p:last-child{
	margin-right: 0;
}
.content .tablist{
	position: absolute;
	top: 2.4rem;
	left: 0;
	width:100%;
	padding: 0 0.8rem;
	background: #fff;
	text-align: center;
	z-index: 2;
}
.content .tablist ul{
	display: none;
	background: #fff;	
}
.content .tablist ul.show{
	display: inline-block;
	min-width: 80%;
	padding: .6rem 0;
	text-align: left;
}
.content .tablist ul li{
	min-width: 2.4rem;
	
	line-height: 1rem;
	font-size: 0.48rem;
	vertical-align: top;
	margin-right: 0.2rem; 
	margin-bottom: 0.2rem;
	text-align: center;
}
.content .tablist ul li a{
	display: block;
	color: #555;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	border: 1px solid #e4e4e4;
	border-radius: 0.2rem;
}
.content .tablist ul li.active a{
	color: #fff;
	border: 1px solid #004791;
	background: #004791;
}
.content .tablist ul form{
	width: 100%;
	border: 1px solid #e4e4e4;
}
.content .tablist ul form #search{
	width: 80%;
	height: 1.6rem;
	line-height: 1.6rem;
	font-size: 0.48rem;
	text-indent: 0.2rem;
	vertical-align: bottom;
}
.content .tablist ul form .search{
	width: 20%;
	height: 1.6rem;
	border-radius: 0;
	background: url(../images/search.png) no-repeat center #004791;
	background-size: 0.48rem;
	vertical-align: bottom;
}
.content .yxlist li{
	padding: .4rem;
	margin-top: 0.4rem;
	background: #fff;
	clear:both
	
}
.content .yxlist li .tu,.content li .info{
	display: inline-block;	
	vertical-align: middle;
}
.content .yxlist li .tu {
	position: relative;
	width: 6rem;
	margin-right: 0.5rem;
	z-index: 1;
}
.content .yxlist li .tu .lq{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-size: 0.4rem;
	color: #474747;
	text-align: center;
	background: url(../images/lq.png) no-repeat top center;
	background-size: 3.3rem;
}
.content .yxlist li .tu .lq p{
	left: 0;
	width: 100%;
}
.content .yxlist li .tu p span{
	display: block;
	font-size: 0.96rem;
}
.content .yxlist li .info{
	width: 7.7rem;
	font-size: 0.44rem;
	color: #666;
}
.content .yxlist li .info section{
	padding-bottom: 0.3rem;
	margin-bottom: 0.3rem;
	border-bottom: 1px solid rgba(0,0,0,0.05);
}
.content .yxlist li .info h4{
	font-size: 0.6rem;
	font-weight: normal;
}
.content .yxlist li .info section p{
	font-size: 0.36rem;
	opacity: .5;
}
.content .yxlist li .info h4,.content .yxlist li .info p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.content .yxlist li .info p span{
	font-weight: 600;
}
.content>a {
	display: block;
	margin: .8rem auto 0;
	text-align: center;
}

img {
    border: none;
    max-width: 100%;
    vertical-align: top;
}





.fl {float: left;}
.fr {float: right;}
.clb {height: 0;clear: both;}
.f0 {font-size: 0;}
.flex {display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;}
.flex-1 {display: inline-block;-webkit-box-flex: 1;-webkit-flex: 1;-moz-box-flex: 1;-ms-flex: 1;flex: 1; z-index:2;}
.trans {-webkit-transition: all .3s ease;-moz-transition: all .3s ease;-ms-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.transy {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
.bgf5 {background: #f5f5f5;}



.page{ text-align:center; clear:both; padding-top:10px; line-height:30px;  }
.page span{ padding:3px 8px; background-color:#004791; color:#fff;}
.page a{ padding:3px 8px;  color:#CCC;  background-color:#3E3A39; text-decoration:none;}
.page a:hover{ color:#fff; background-color:#3E3A39; text-decoration:none;}




/* 院校详情部分 */

.sia-detcollege {
    width: 100%;
    background-color: #252525;
    padding: 28px 20px 8px 22px; overflow:hidden; 
}


/* 院校介绍部分 */

.sia-codetlogo {
    height: 120px;
    margin-bottom: 14px;
    padding-left: 0;
    padding-right: 0;
}

.sia-cologo-r {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sia-cologo-l img {
    width: 100%;
    border-radius: 50%;
}

.sia-cologo-r h1 {
    margin-top: 30px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sia-cologo-r h2 {
    font-size: 16px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.sia-coinfo-r h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media screen and (min-width:320px) {
    /*顶部适配iPhone6*/
    .sia-cologo-r {
        width: 180px;
    }
    .sia-cologo-r h1 {
        width: 180px;
    }
    .sia-cologo-r h2 {
        width: 180px;
    }
    /* 推荐院校部分*/
    .sia-coinfo-r h2 {
        width: 190px;
    }
    .sia-coinfo-r {
        width: 180px;
    }
}

.col-xs-6 {
  width: 50%;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}

.pr0 {
    padding-right: 0;
}

.pl0 {
    padding-left: 0;
}

.pl0 {
    padding-left: 0;
}

.pr0 {
    padding-right: 0;
}

.pr0 {
    padding-right: 0!important;
}

.pl0 {
    padding-left: 0!important;
}
.cdetmore{ display:block; clear:both; height:35px; line-height:35px; width:50%; margin:10px auto; background:#004791; color:#fff; text-align:center; border-radius: 5px; clear:both; margin-top:20px;}






.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 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}



.col-detail span {
    color: #fff; font-size:14px;
}

.col-detail b {
    color: #929292; font-size:14px;
}



.p1{ padding-bottom:4%;}

.p1 {overflow: hidden; }
.p1 ul li{ display:block; width:100%;font-size:14px; clear:both; padding-bottom:10px; overflow:hidden; clear:both; line-height:50px;}
.p1 ul{ overflow:hidden;}
.p1 ul li em{ display:block; float:left; margin-right:30px;}
.p1 ul li p{ color:rgb(159, 159, 159); float:left;}
.p1 ul li span{ float:left; margin-right:10px;}


.p1 ul li em img{ width:50px;}

.ppp{ clear:both;width: 95%;font-size:14px;;line-height: 28px;color: #666;background: url(../images/01.png) no-repeat center top;background-size: 95%;padding: 0 10%;margin: 0 auto;text-align: center; margin-top:50px;}


.p2{ background:#3E3A39; overflow:hidden;}






.slideTxtBox2{}
.slideTxtBox2 .hd{width:100%;}
.slideTxtBox2 .hd ul li{ cursor:pointer; background:#fff; font-size:12px;line-height:35px; text-align:center; width:49%; float:left; margin-right:2%; margin-bottom:2%;}

.slideTxtBox2 .hd ul li:nth-child(2n){ float:right; margin-right:0;}
.slideTxtBox2 .hd ul li.on{ height:35px;background:rgb(93,227,155); color:#fff; line-height:35px;}
.slideTxtBox2 .hd ul li.on a{ color:#fff;}
.slideTxtBox2 .bd { width:100%; padding:10% 2%; }
.slideTxtBox2 .bd{ background:#fff; overflow:hidden;}
.slideTxtBox .bd ul p{ font-size:12px; line-height:150%; font-weight:bolder; color:#fff;}

.t3{ padding:1%;}

.banner{ margin-top:60px;}
.banner img{ width:100%;}

.ttt{ padding-bottom:10px; overflow:hidden;}
.ttt h1{ font-size:18px; padding-top:20px; color:#004791; text-align:center;}
.ttt h2{ font-size:14px; color:#dddddd; text-align:center; line-height:200%;}
.ttt h3{text-align:center; color:#fff; font-size:14px; line-height:200%;}

.about { width:95%; margin:0 auto; font-size:14px; line-height:200%;}
.about img{ width:100%}

.news{width:95%; margin:0 auto; }
.news ul{ border:1px solid #dddddd; padding:10px;}
.news ul li{ display:block; font-size:12px; line-height:200%; border-bottom:1px dashed #dddddd; overflow:hidden; width:100%; font-size:14px; color:#999999}
.news ul li a{ display:block; width:70%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float:left; color:#999999}
.news ul li span{ float:right; width:29%; text-align:right;}

.newslist li{ display:block; font-size:12px; line-height:200%; border-bottom:1px dashed #dddddd; overflow:hidden; width:100%; font-size:14px; color:#999999}
.newslist li a{ display:block; width:70%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; float:left; color:#999999}
.newslist li span{ float:right; width:29%; text-align:right;}

.banner2{ margin-top:60px;}

.cc{ width:95%; padding:10px; overflow:hidden; border:1px solid #dddddd; margin:0 auto; margin-top:30px; margin-bottom:30px;}


.cc img {height: auto!important;max-width: 100%!important;margin: 0 auto;display: block;}


.more{display:block; width:120px; height:30px; text-align:center; line-height:30px; color:#999999;   background:#f0f0f0; margin:0 auto; margin-top:20px; font-size:12px; margin-bottom:10px;border-radius:5px;}
.about ul li p{ display:block; border:1px solid #dddddd; padding:10px;}

.title222 h1{ font-size:14px; line-height:200%; text-align:center; padding-top:10px; border-bottom:1px solid #f0f0f0; padding-bottom:10px;}
.title222 p{ color:#ccc; text-align:center; line-height:200%; font-size:12px; padding-top:10px; margin-bottom:10px;}





.footer{ background:#cccccc; overflow:hidden; overflow:hidden; padding-bottom:20PX;}
.flogo{ text-align:center; padding:20px 0 10px 0;}
.flogo img{ height:30px;}
.add{ width:95%; margin:0 auto;}
.add ul li img{ float:left; margin-right:5px; width:20px;}
.add ul li{ display:block;line-height:20px; color:#fff; font-size:12px; margin-top:10px;  float:left;}


.code{ width:98%; margin:0 auto; padding-top:20px; overflow:hidden; text-align:center;	} 
.code ul li{ display:inline-block;  width:25%; font-size:12px; color:#fff; text-align:center; margin-left:10PX; margin-right:10PX;}
.copyright{ background:#004791; height:40px; line-height:40px; clear:both; color:#fff; text-align:center; font-size:12PX; margin-top:30px;}
.path{ width:100%; height:35px; line-height:35px; background:url(../images/index.png) no-repeat 5px center #f0f0f0; padding-left:35px; color:#999999;}
.path a{ color:#999999;}


.ctitle ul { text-align:center; margin:0 auto;}
.ctitle ul li{display:inline-block; width:30%; text-align:center;  height:35px; line-height:35px; margin-left:1%; margin-right:1%; margin-top:2%;}
.ctitle ul li a{ display:inline-block; background:#f0f0f0; width:100%; }
.ctitle ul li a.on{ background:#004791; color:#FFFFFF;}
.ctitle ul li a:hover{background:#004791; color:#FFFFFF;}
.prolist { overflow:hidden;width:95%; margin:0 auto;}
.prolist li{ display:block; width:47.5%; float:left; margin-top:20px; margin-right:5%; text-align:center;  overflow:hidden;}
.prolist li a{ display:block; overflow:hidden; width:100%-2px; border:1px solid #f1f1f1; line-height:300%; background:#dddddd; color:#999999;}
.prolist li a img{ width:100%;}
.prolist li:nth-child(2n){ margin-right:0;}
.page{ text-align:center; clear:both; padding-top:10px; line-height:30px; margin:20px 0; }
.page span{ padding:3px 8px; background-color:#004791; color:#fff;}
.page a{ padding:3px 8px;  color:#fff;  background-color:#ccc; text-decoration:none;}
.page a:hover{ color:#fff; background-color:#004791; text-decoration:none;}




