﻿#header{
	height: 36px;
	width: 100%;
	min-width: 1200px;
	background: #f5f5f5;
}
.header{
	width: 1200px;
	margin: 0 auto;
}
.header ul{
	float: left;
}
.header ul li{
	float: left;
	font-size: 14px;
	line-height: 36px;
	margin-right: 5px;
}
.header ul li a{
	color: #666;
}
.header ul li a:hover{
	color: #ff7f00;
}
.header ul li a.welcome{
	margin-right: 5px;
}
.header p{
	font-size: 14px;
	line-height: 36px;
	color: #ddd;
	float: right;
}
.header p a{
	color: #666;
	margin: 0 8px;
}
.header p a:hover{
	color: #ff7f00;
}
.header p a.mobile{
	padding-left: 15px;
	background: url(/images/interview/interview.png) no-repeat 0 3px;
}
.top{
	width: 1200px;
	margin: 25px auto;
	position: relative;
}
.logo{
	float: left;
	margin-top: 10px;
}
.top h1{
    font-size: 28px;
    color: #168ce3;
    height: 36px;
    line-height: 36px;
    padding-left: 15px;
    border-left: 1px solid #e4e4e4;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.search{ 
	width: 430px;
	height: 40px;
	border: 2px solid #168ce3;
	border-right:none;
	border-radius: 3px;
	font-family: "microsoft yahei";
	float: left;
	margin-left: 40px;
	margin-top: 18px;
}
.searchSelect{
	width: 73px;
	height: 22px;
	float: left;
	border-right:1px solid #ddd;
	position: relative;
	z-index: 99999;
	margin-top: 10px;
	border-radius: 2px 0 0 2px;
}
.searchSelectTop{
	width: 100%;
	height: 100%;
	position: relative;
	cursor: pointer;
}
.searchSelectTop p{
	font-size: 14px;
	line-height: 22px;
	color: #168ce3;
	text-indent: 10px;
}
.searchSelectTop i{
	display: block;
	position: absolute;
	width: 9px;
	height: 5px;
	top: 8px;
	left: 52px;
	background:url(/images/interview/interview.png) no-repeat 0 -32px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}
.searchSelectTop.focus i{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.searchSelectBot{
	position: absolute;
	width: 72px;
	border:2px solid #168ce3;
	left: -2px;
	top: 32px;
	z-index: 99999;
	background: #fff;
	display: none;
}
.searchSelectBot li{
	text-indent: 15px;
	font-size: 12px;
	line-height: 24px;
	cursor: pointer;
}
.searchSelectBot li:hover{
	background: #168ce3;
	color: #fff;
}
.search input{
	width: 279px;
	height: 40px;
	float: left;
	text-indent: 15px;
	font-size: 14px;
	line-height: 40px;
	color: #999;
	border:none;
	font-family: "microsoft yahei";
}
.search button{
	width: 73px;
	height: 40px;
	border:none;
	background: url(/images/interview/interview.png) no-repeat 26px -45px #168ce3;
	cursor: pointer;
	outline: none;
	float: right;
	font-size: 18px;
	line-height: 40px;
	color: #fff;
	font-family: "microsoft yahei";
	border-radius: 0 3px 3px 0;
}
.topAdv{
	width: 285px;
	height: 75px;
	float: right;
}
.topAdv img{
	width: 285px;
	height: 75px;
}
.advs {
    display: block;
    position: relative;
}
.advs i {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    width: 24px;
    height: 12px;
    background: url(https://public.mtnets.com/Images/public/adv.png) no-repeat;
}

.top .down{
    position: absolute;
    top: 29px;
    right: 0;
}
.top .down a{
	color: #333;
	font-size: 14px;
	font-family: "microsoft yahei";
	padding-right: 20px;
}
.top .down b{
	display: inline-block;
	width: 1px;
	height: 15px;
	background-color: #dddddd;
	margin: 0 8px;
}
.top .down a.app{
	padding-left: 20px;
	background: url(http://webinar.ybzhan.cn/Images/bg0.png) no-repeat -15px -123px,url(http://webinar.ybzhan.cn/Images/bg0.png) no-repeat -90px -126px;
}
.top .down a.wechat{
	padding-left: 22px;
	background: url(http://webinar.ybzhan.cn/Images/bg0.png) no-repeat -15px -158px,url(http://webinar.ybzhan.cn/Images/bg0.png) no-repeat -70px -126px;
}
.top img.downA{
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	position: absolute;
	top: 20px;
	right: 130px;
	display: none;
	z-index: 99999;
}
.top img.downW{
	width: 100px;
	height: 100px;
	max-width: 100px;
	max-height: 100px;
	position: absolute;
    top: 20px;
	right: 10px;
	display: none;
	z-index: 99999;
}
.top .down a.app:hover .downA{
	display: block;
}
.top .down a.wechat:hover .downW{
	display: block;
}

#nav{
	width: 100%;
	min-width: 1200px;
	height: 50px;
	background: #168ce3;
}
.nav{
	width: 1200px;
	margin: 0 auto;
}
.nav a{
	font-size: 18px;
	line-height: 50px;
	color: #fff;
	width: 133px;
	display: inline-block;
	position: relative;
	text-align: center;
}
.nav a:hover{
	background: #005bac;
}
.nav a:hover b{
	width: 10px;
	height: 6px;
	background: url(/images/interview/interview.png) no-repeat 0 -94px;
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -5px;
}
.news{
	width: 1200px;
	margin: 0 auto;
}
.newsLeft{
	width: 840px;
	float: left;
}
.newsLeft dl{
	padding: 20px 0;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}
.newsLeft dl:last-child{
	border-bottom: none;
	padding-bottom: 0;
}
.newsLeft dl dt{
	width: 200px;
	float: left;
}
.newsLeft dl dt img{
	width: 200px;
	height: 143px;
}
.newsLeft dl dd{
	width: 621px;
	float: right;
}
.newsLeft dl dd h3{
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.newsLeft dl dd h3 a{
	color: #333;
}
.newsLeft dl dd h3 a:hover{
	color: #168CE3;
}
.newsLeft dl dd b{
	display: block;
	font-size: 16px;
	line-height: 30px;
	color: #ff7f00;
	text-align: right;
	margin-top: 10px;
	margin-bottom: 5px;
}
.newsLeft dl dd p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	height: 50px;
	overflow: hidden;
}
.newsLeft dl dd p a{
	color: #FF7F00;
}
.newsRight{
	width: 320px;
	float: right;
	margin-top: 20px;
	background: #fafafa;
}
.newsTxt{
	margin: 20px 0 10px;
}
.newsTxt h2{
	font-size: 16px;
	line-height: 30px;
	color: #168CE3;
	background: url(/images/interview/yyft.png) no-repeat center;
	text-align: center;
}
.newsTxt p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	padding: 0 20px;
	margin-top: 10px;
}
.newsTel{
	padding: 10px 20px;
}
.newsTel p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 12px;
	height: 20px;
	overflow: hidden;
}
.newsTel p b{
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #bababa;
	border-radius: 50%;
	float: left;
	margin-right: 10px;
}
.newsTel p b.telIcon{
	background: url(/images/interview/interview.png) no-repeat 5px -111px #BABABA;
}
.newsTel p b.emailIcon{
	background: url(/images/interview/interview.png) no-repeat 4px -140px #BABABA;
}
.newsTel p b.qqIcon{
	background: url(/images/interview/interview.png) no-repeat 5px -167px #BABABA;
}
.newsTel p:hover{
	color: #168CE3;
}
.newsTel p:hover b.telIcon{
	background: url(/images/interview/interview.png) no-repeat 5px -111px #168ce3;
}
.newsTel p:hover b.emailIcon{
	background: url(/images/interview/interview.png) no-repeat 4px -140px #168ce3;
}
.newsTel p:hover b.qqIcon{
	background: url(/images/interview/interview.png) no-repeat 5px -167px #168ce3;
}
.newsImg2{
	width: 320px;
	height: 79px;
	position: relative;
	margin-top: 5px;
}
.newsImg2 a{
	display: block;
}
.newsImg2 b{
	width: 110px;
	height: 28px;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	text-align: center;
	background: #ffbc51;
	position: absolute;
	top: 24px;
	left: 40px;
	border-radius: 20px;
}
.interview{
	width: 1200px;
	margin: 30px auto;
}
.interLeft{
	width: 840px;
	float: left;
}
.leftTitle{
	height: 36px;
	padding-top: 4px;
	border-top: 1px solid #168CE3;
	position: relative;
}
.leftTitle h2{
	width: 110px;
	background: #168CE3;
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border-radius: 0 0 0 10px;
}
.leftTitle a.more{
	font-size: 14px;
	line-height: 36px;
	color: #999;
	position: absolute;
	right: 0;
	top: 5px;
}
.video ul{
	width: 380px;
	float: left;
	padding-top: 20px;
}
.video ul li{
	font-size: 16px;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
	margin-bottom: 18px;
}
.video ul li a{
	color: #666;
}
.video ul li a b{
	color: #333;
}
.video ul li a:hover{
	color: #FF7F00;
}
.videoImg{
	width: 360px;
	height: 236px;
	float: right;
	position: relative;
	margin-top: 3px;
}
.videoImg a.play{
	width: 65px;
	height: 65px;
	position: absolute;
	top: 61px;
	left: 148px;
	background: url(/images/interview/play.png) no-repeat;
}
.videoImg p{
	height: 40px;
	width: 340px;
	padding: 5px 10px;
	background: rgba(0,0,0,0.4);
	font-size: 14px;
	line-height: 20px;
	position: absolute;
	bottom: 0;
	left: 0;
}
.videoImg p a{
	color: #fff;
}
.company{
	margin-top: 10px;
}
.company dl{
	padding: 20px 0;
	border-bottom: 1px dashed #dddddd;
	overflow: hidden;
}
.company dl dt{
	width: 200px;
	float: left;
}
.company dl dt img{
	width: 200px;
	height: 143px;
}
.company dl dd{
	width: 621px;
	float: right;
}
.company dl dd h3{
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	overflow: hidden;
}
.company dl dd h3 a{
	color: #333;
}
.company dl dd h3 a:hover{
	color: #168CE3;
}
.company dl dd p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
	height: 50px;
	overflow: hidden;
	margin-top: 7px;
}
.company dl dd p a{
	color: #666;
}
.sign{
	height: 20px;
	overflow: hidden;
	font-size: 12px;
	line-height: 20px;
	color: #999;
	margin-top: 20px;
}
.sign i{
	font-style: normal;
	font-family: "\5b8b\4f53";
}
.sign span{
	padding-left: 20px;
	float: right;
	margin-left: 20px;
}

.sign span.time{
	background: url(/images/interview/interview.png) no-repeat 0 -256px;
}
.sign span.point{
	background: url(/images/interview/interview.png) no-repeat 0 -287px;
}
.sign span.time:hover{
	background: url(/images/interview/interview.png) no-repeat 0 -319px;
}
.sign span.point:hover{
	background: url(/images/interview/interview.png) no-repeat 0 -350px;
}
.interRight{
	width: 320px;
	float: right;
}
.rightTitle{
	height: 40px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.rightTitle h2{
	font-size: 18px;
	line-height: 39px;
	color: #333;
	display: inline-block;
	border-bottom: 2px solid #168CE3;
}
.rightTitle a.more{
	font-size: 14px;
	line-height: 40px;
	color: #999;
	position: absolute;
	right: 0;
	top: 0px;
}
.peopleTop{
	margin-top: 20px;
	overflow: hidden;
}
.peopleLeft{
	width: 100px;
	height: 76px;
	float: left;
}
.peopleLeft img{
	width: 100px;
	height: 76px;
}
.peopleCen{
	width: 145px;
	margin-left: 14px;
	float: left;
}
.peopleCen b{
	display: block;
	font-size: 14px;
	line-height: 25px;
	color: #333;
	margin-top: 10px;
}
.peopleCen b span{
	color: #999;
	padding-left: 28px;
	background: url(/images/interview/interview.png) no-repeat 5px -199px;
	font-weight: normal;
}
.peopleCen p{
	font-size: 14px;
	line-height: 25px;
	color: #666;
}
.peopleRight{
	float: right;
}
.peopleRight a{
	width: 44px;
	height: 24px;
	text-align: center;
	border: 1px solid #168CE3;
	color: #168CE3;
	font-size: 14px;
	line-height: 24px;
	display: block;
	border-radius: 20px;
	margin-top: 20px;
}
.people ul{
	padding-top: 15px;
}
.people ul li{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 12px;
	height: 30px;
	overflow: hidden;
	background: url(/images/interview/interview.png) no-repeat 0 -224px;
}
.people ul li a{
	color: #333;
}
.people ul li a:hover{
	color: #168CE3;
}
.article ul{
	padding-top: 20px;
}
.article ul li{
	font-size: 14px;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
	margin-bottom: 17px;
}
.article ul li b{
	display: block;
	width: 22px;
	height: 22px;
	background: #cccccc;
	text-align: center;
	font-weight: normal;
	float: left;
	margin-right: 10px;
}
.article ul li b i{
	width: 18px;
	height: 18px;
	display: block;
	border: 1px solid #fff;
	margin-top: 1px;
	margin-left: 1px;
	font-style: normal;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
}
.article ul li a{
	color: #333;
}
.article ul li a:hover{
	color: #168CE3;
}
.famousImg{
	margin-top: 20px;
}
.famousImg img{
	width: 320px;
	height: 180px;
}
.famous ul{
	padding-top: 15px;
}
.famous ul li{
	font-size: 14px;
	line-height: 30px;
	margin-bottom: 10px;
	padding-left: 12px;
	height: 30px;
	overflow: hidden;
	background: url(/images/interview/interview.png) no-repeat 0 -224px;
}
.famous ul li a{
	color: #333;
}
.famous ul li a:hover{
	color: #168CE3;
}
.picture{
	width: 1200px;
	margin: 0 auto;
}
.pictureTitle{
	border-top: 1px solid #ddd;
	height: 59px;
	position: relative;
	margin-bottom: 20px;
}
.pictureTitle h2{
	width: 153px;
	height: 60px;
	background: url(/images/interview/tshb.png) no-repeat;
	position: absolute;
	top: -1px;
	left: 0;
}
.pictureTitle a.more{
	font-size: 14px;
    line-height: 36px;
    color: #999;
    position: absolute;
    right: 0;
    top: 10px;
}
.picLeft{
	width: 460px;
	height: 350px;
	float: left;
	position: relative;
}
.picLeft img{
	width: 460px;
	height: 350px;
}
.picLeft p{
	height: 40px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}
.picLeft p a{
	color: #fff;
}
.picture ul{
	width: 740px;
	float: left;
}
.picture ul li{
	margin-left: 20px;
	margin-bottom: 20px;
	width: 226px;
	height: 165px;
	position: relative;
	float: left;
}
.picture ul li p{
	font-size: 14px;
	line-height: 40px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
	height: 40px;
	overflow: hidden;
	background: rgba(0,0,0,0.6);
}
.picture ul li p a{
	color: #fff;
}
.footer {
	text-align: center;
	padding: 50px 0 0;
}

.footer span {
	display: block;
	line-height: 34px;
	color: #999999;
	margin-top: 8px;
}

.footer span a {
	color: #0f77c3;
	margin: 0 5px;
}

.footer p {
	line-height: 30px;
	color: #686161;
	font-size: 12px;
}
.footer h2{
	width: 1180px;
	margin: 0 auto;
	border-top: 5px solid #168ce3;
    border-bottom: 1px solid #ddd;
	font-weight: normal;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.footer h2 a{
	color: #686161;
}
.footer h2 strong{
	font-weight: normal;
}
.footer p b{
	display: inline-block;
	width: 100px;
	position: relative;
	font-weight: normal;
}
.footer p b a{
	display: inline-block;
	width: 21px;
	height: 21px;
	position: absolute;
	top: 5px;
	left: 75px;
	background: url("/images/qq.png") no-repeat;
}