@charset "UTF-8";
body{
	font-family: "微软雅黑";
	padding: 0;
	margin: 0;
	overflow-x: hidden;
}
*{
	margin: 0;
	padding: 0;
}
a{
	color: #808080;
}
a:hover{
	color: #0090ff;;
}
a,a:hover{
	text-decoration: none;
}
ul,ol{
	list-style:none
}
i{
	font-style: normal;
}
.clear {
    clear: both;
}
/*公共区*/
.span1{
	font-size: 30px;
    /*font-family: fixedsys;*/
    font-weight: bold;
}
.span1 a{
	padding: 0px 10px;
	    color: #222;
}
.case .span1 a{
	padding: 0px 10px;
	    color: #fff;
}
.span2{
	font-family: arial;
    color: #b2b2b2;
    font-size: 12px;
}
.container{
	padding-right: -1px;
}
.fl{
	float: left;
}

/*头部区域*/
.header{
	position: absolute;
	z-index: 999;
	width: 100%;
}
.top{
	width: 1200px;
	line-height: 30px;
	margin: 0 auto;
}
.logo{
	text-align: center;
	height: 64px;
	margin: 10px 0;
	width: 100%;
}
.nav_box{
	max-width: 1200px;
	margin: 0 auto;
}
.nav li{
	float: left;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
}
.nav .tel{
	width: 150px;
}
.nav li a{
	color: #222;
	transition:all 0.5s;
}
.nav > li > a:hover,.nav > li > a.on{
	background: #000;
	color: #fff;
}
.navbar-nav{
	margin: 0;
}
/*banner*/
/*.banner{
	top:0%;
	width:100%;
	height: 880px;
	background: url(../images/banner.jpg) no-repeat center;
}*/
.banner{
	width: 100%;
	height: auto;
}
.banner img{
	width: 1920px;
}

/*手机导航*/
.navbar-toggle{
	border-color: #ddd;
}
.navbar-toggle .icon-bar{
	background-color: #f00;
}

/*翻译领域*/
.course,.about,.case{
	margin: 50px auto;
	text-align:center;
}
.course .pro_lb{
	margin-top: 40px;
	padding-right: 24px;
    padding-left: 24px;
}
.course .pro_lb img{
	display: inline-block;
}
.course .pro_lb h3{
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
}
.course .pro_lb > p{
	font-size: 14px;
	color: #888;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
.course .pro_lb a{
	color: #333;
}
.course .pro_lb a img{
	border-radius:50%;
}
.course .pro_lb a:hover{
	color: #0090ff;
}
.course .pro_lb .btn{
	background: transparent;
	border: 1px solid #ccc;
	border-radius: 5px;
	color: #999;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px 40px;
	transition: all 0.3s;
}
.course .pro_lb .btn:hover{
	border: 1px solid #0090ff;
	color: #0090ff;
}

/*关于我们*/
.about{
	background: url(../images/about_bg.jpg) no-repeat center;
	margin: 60px 0;
	color: #fff;
}
.lvjing{
	width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    margin: 60px 0;
}
.about .span1 a{
	color: #fff;
}
.about .about_con{
	line-height: 30px;
	font-size: 14px;
	padding-top: 10px;
	text-indent: 2em;
}
.about .btn_abo{
	background: transparent;
	border: 1px solid #fff;
	border-radius: 5px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 8px 40px;
	transition: all 0.3s;
	display: inline-block;
}
.about .btn_abo:hover{
	border: 1px solid #0090ff;
	color: #0090ff;
}

/*作品展示*/
.case{
	background: url(../images/bg.jpg) no-repeat center;
}
.case .zp{
	padding: 6px;
	margin-bottom: 46px;
}
.case .zp img{
	display: inline-block;
}
.case .span1{
	padding-top: 50px;
	display: inline-block;
}
.case .span2{
	color: #fff;
}
.bt{
	padding-bottom: 20px;
}
.bt2{
	padding-top: 60px;
}
.over{
	position: absolute;
	z-index: 11;
	vertical-align: middle;
	opacity: 0;
	transition: 0.5s;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	background: rgba(0,144,255,.9);
	width: 100%;
	height: 100%;
}
.over:hover{
	opacity: 1;
}
.over h4{
	padding-top: 45%;
	color: #fff;
}

/*新闻资讯*/
.news{
	padding: 50px 0;
	background: #f7f7f7;;
	text-align: center;
}
.news .xw{
	margin-bottom: 90px;
}

.wz_box{
	width: 86%;
	background: #fff;
	border-radius: 8px;
	position: absolute;
	z-index: 99;
	top: 68%;
	left: 7%;
	padding: 30px 20px;
}

.wz_box .wz_tit a{
	font-size: 18px;
	color: #333;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1;
}

.wz_box .wz_tit a:hover{
	color: #0090ff !important;
}
.wz_box time{
	font-size: 12px;
	color: #999;
	line-height: 30px;
}
.wz_box .wz_xq{
	font-size: 14px;
	color: #888;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
}
/*广告*/
.ad{
	background: url(../images/bg2.jpg) no-repeat center;
	/*height: 400px;*/
}
.ad .ad_box{
	padding: 11% 0;
} 
.ad .ad_sy{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 38px;
	font-weight: bold;
}
.ad .yw{
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
/*商盟成员*/
.smcy{
	background-color: #eee;
    border-top: solid 1px #fff;
    padding: 20px 0;
}
.smcy a{
	color: #666;
	padding: 0 15px;
	line-height: 28px;
}
/*底部*/
.footer{
	background: #111;
}
.footer ul{
	padding: 30px 0;
	border-bottom: 1px solid #444;
}
.footer ul li{
	float: left;
}
.footer ul li a{
	padding: 8px 14px;
	color: #999;
}
.fot_tel{
	float: right !important;
	background: url(../images/tel.png) no-repeat left;
	padding-left: 40px;
	color: #999;
}
.fot_bon{
	text-align: center;
}
/*联系我们页面*/
.con_box{
	margin-bottom: 80px;
}
.con_con > p{
	line-height: 30px;
}
.con_con .ewm{
	margin-bottom: 20px;
}
.mbx{
	line-height: 55px;
	color: #fff;
	background: #000;
	white-space: nowrap;
}
.mbx a{
	color: #fff;
}
.abo_con{
	margin-top: 40px;
	margin-bottom: 60px;
}
.abo_tit{
	margin-bottom: 30px;
	font-size: 32px;
	color: #121212;
	font-weight: bold;
}

/*关于我们页面*/
.nav_xqy{
	padding-left: 0px !important;
}
.nav_xqy li{
	padding-right: 10px;
	margin-bottom: 10px;
}
.nav_xqy li a{
	border: 1px solid #b9b9b9;
	padding: 10px 25px;
	color: #fff;
    transition: all 0.5s;
    background: #000;
}
.nav_xqy li a:hover,.nav_xqy li a.on{
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.text_con{
	margin-top: 10px;
	color: #808080;
	line-height: 30px;
	font-size: 14px;
	
}

/*课程页面*/
.pro_box .pro_hor dt{
	float: left;
	width: 25%;
	overflow: hidden;
}
.pro_box .pro_hor dd{
	width: 70%;
	padding-left: 20px;
	display: inline-block;
}
.pro_box .pro_hor dd > h3{
	padding-top: 20px;
}
.pro_box .pro_hor dd > h3 a{
	font-size: 20px;
	color: #0090ff;
}
.pro_box .pro_hor dd > p{
	font-size: 14px;
	color: #808080;
	line-height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.pro_box dl.pro_hor{
	padding: 20px 0;
    border-bottom: 1px dashed #d0d0d0;
}
.pro_box a.btn{
	border: 1px solid #0090ff;
	border-radius: 18px;
	padding: 4px 20px 4px 30px;
	vertical-align: middle;
	color: #0090ff;
	transition: 0.5s;
}
.pro_box a.btn:hover{
	background: #0090ff;
	color: #fff;
}
.ms{
	text-align: left;
	color: #808080;
	margin-bottom: 10px;
}


.new_box{
	
}
.new_box .xw2{
	margin-bottom: 90px;
	margin-top: 20px;    height: 230px;
}

.new_box .xw2 > .wz_box{
	background: #f7f7f7;height: 150px;
}

/*新闻详情页*/
.new_con h1{
	font-size: 24px;
	text-align: center;
	padding-top: 10px;
	color: #333;
}
.new_con .time{
	color: #999;
	font-size: 12px;
	line-height: 30px;
	background: #f5f5f5;
}
.new_con .time a{
	color: #999;
}
.new_con .text_con{
	margin-top: 20px;
	color: #808080;
	line-height: 30px;
	font-size: 14px; 
	text-align: left;
}
























/*相关新闻*/
.xgxw{
	margin-top: 20px;
}
.xgxw h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	margin-top: 0;
}
.xgxw_list li{
	float: left;
	width: 100%;
	padding: 0 15px;
}
.xgxw_list li h4{
	margin-top: 0px;
    margin-bottom: 0;
}
.xgxw_list li h4 a{
	float: left;
	font-size: 14px;
	line-height: 30px;
	margin: 0;
	width: 70%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	color: #808080;
	    
}
.xgxw_list li h4 a:hover{
	color: #0090ff;
}
.xgxw_list li time{
	float: right;
	color: #999;
	font-size: 12px;
	line-height: 30px;
	width: 25%;
	text-align: right;
}
/*相关产品*/
.xgcp{
	margin-top: 10px;
}
.abo_con{
	margin-bottom: 60px;
}
.xgcp h3{
	color: #333;
	font-size: 18px;
	line-height: 40px;
	height: 40px !important;
	text-align: left;
	width: 100%;
	display:inline-block;
}
.xgcp_tit{
	text-align: center !important;
	line-height: 30px;
	font-size: 16px;
	color:#333;
}
.xgcp_list .ys a .xgcp_tit:hover{
	color: #0090ff;
}
.xgcp_list img{
	max-width: 100%;
}

/* 网站地图 */
.sitemap {
	text-align:left;
}
.sitemap .sti_tit{
	font-size:20px;
	color:#333;
	padding-bottom:5px;
}
.sitemap_con > a{
	font-size:16px;
	color:#666;
	padding:4px 10px;
}
.abo_tit2{
	margin-bottom: 30px;
	font-size: 32px;
	color: #121212;
	font-weight: bold;
}

/*页码*/
.pagess ul li {
	display:inline-block;
	border: 1px solid #ccc;
	padding: 2px 9px;
	margin: 20px 0 3px;
	line-height: 20px;
	background: #fff;
	color:#999
}
.pagess ul li:hover,.pagess ul .pages_solid{
	background:#0090ff;
	color:#fff;
	border: 1px solid #0090ff
}
.pagess ul li.thisclass {
	display: inline-block;
	border: 1px solid #0090ff;
	
	margin: 0 3px;
	background: #0090ff;
	color: #fff;
}
.pagess ul li.thisclass a {
	color: #fff;
}
.pagess ul li a{
	display:block;
	color:#999;
	padding: 2px 9px;
}
.pagess ul .pages_solid,.pagess ul .previous_s{
	padding: 4px 18px;
}
.pagess ul li a:hover {
	color: #fff;
}
/*移动端底部导航*/
.phonefooternav {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99999;
	display:none;
}
.phonefooternav ul li {
	width: 25%;
	background: #494949;
	float: left;
	padding: 10px 0;
	border-right: 1px solid #666;
	list-style: none;
}
.phonefooternav ul li a {
	display: block;
	color: #fff;
	text-align: center;
}
.phonefooternav ul li a:hover {
	text-decoration: initial;
}
.phonefooternav ul li a i {
	display: block;
	font-size: 20px;
	padding: 10px 0;
}
@media (max-width: 480px) {
	.phonefooternav ul li {
	padding: 3px 0px;
}
}
@media (max-width: 767px) {
	.hidden-xs {
	display: none !important;
}
}
@media (max-width: 767px) {
	.phonefooternav {
	display: block !important;
}
}