@charset "utf-8";
/*header*/
.logo{padding-top:10px;}
.logo img{display:block;width:206px;height:63px;}
.topHead{padding-top:15px;}
.topHead a{font-size:14px;color:#717171;line-height:30px;}
.topHead span{height:12px;border-left:1px solid #dadada;margin:10px 20px 0;}
.topHead form{margin-top:5px;}
.searchBox{height:19px;width:0;font-size:14px;color:#717171;
    -webkit-transition: all 800ms;
    -moz-transition: all 800ms;
    -ms-transition: all 800ms;
    -o-transition: all 800ms;
    transition: all 800ms;}
#phone{background-color: #014687;height:30px;border-radius: 4px;margin-left:30px;
    -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    -ms-transition: all 500ms;
    -o-transition: all 500ms;
    transition: all 500ms;}
#phone:hover{
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);}
.topHead form:hover .searchBox{width:200px;border-bottom: 1px solid #717171;}
/*.nav{margin-top:35px;}
.nav a{font-size:16px;color:#393939;}
.nav a:hover,.nav .checkName a,.topHead a:hover{color:#014687;font-weight: bold;}
.nav li+li{margin-left:40px;}*/
/*主体内容*/
.main{min-height:500px;padding-top:380px;background: #f1f1f1 url(../images/banner01.jpg) center top no-repeat;margin-top:-15px;padding-bottom: 80px;}
/*主体内容左*/
.mainLTop{width:260px;height:240px;background: url(../images/peopleBg.png) center no-repeat;padding-top:20px;}
.tpbk{ width:140px;height:140px; border-radius: 70px; overflow:hidden; margin:0 auto; text-align:center; line-height:140px;}

.mainLTop img{ max-width:100%; max-height:100%; vertical-align:middle; }
.mainLTop h3{font-size:24px;font-weight: bold;color:#014687;text-align: center;margin-top:20px;}
.teacherTitle{padding:25px 0 45px 27px;background-color: #fff;width:260px;}
.teacherTitle li{font-size:14px;color:#040404;line-height:32px;}
.teacherTitle li span+span{color:#838383;}
.teacherTitle li span+span{/*width:170px;*/}
.teacherTitle>a{display: block;font-size:14px;color:#014687;text-align: center;margin-top:15px;padding-right:27px;}
.teacherTitle>a:hover{font-weight:bold;}
.teacherTitle li a{display: block;width:140px;height:36px;border:1px solid #014687;border-radius: 6px;font-size:16px;text-align: center;line-height:34px;color:#014687;margin-left:23px;margin-top:15px;}
.teacherTitle li a:hover{color:#fff;background-color: #014687;}
/*联系方式*/
.contact{width:260px;padding:30px 0 45px 27px;margin-top:25px;height:491px;background: url(../images/relationBg.png) center no-repeat;}
.contact>h3{font-size:18px;font-weight:bold;color:#131313;padding-left:30px;background: url(../images/lx.png) left center no-repeat;}
.contact ul li{font-size:14px;color:#131313;margin-top:16px;}
.contact .ewmfg{width:206px;border-bottom: 1px solid #014687;margin:30px 0;}
.contact img{display: block;width:152px;height:153px;margin-left:27px;}
/*右*/
.mainR{width:890px;padding-top:160px;}
/*foot*/
.foot{width:100%;height:110px;background-color: #464646;padding-top:25px;}
.foot p{font-size:14px;color:#fff;line-height:30px;text-align: center;}


/*分页*/
.pages table td,.pages table td div {
    font-family: "微软雅黑" !important;
}

.pages .PrevDisabled,.pages .Next,.pages a.Prev,.pages .NextDisabled {
    border: 1px solid #0d60a0 !important;
    height: 25px !important;
    line-height: 25px !important;
    color: #0d60a0 !important;
    padding: 0 10px !important;
    font-family: "微软雅黑" !important;
    vertical-align: middle;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input[type="button"] {
    padding: 0 10px !important;
    height: 25px !important;
    ; line-height: 25px !important;
    background: #0d60a0 !important;
    color: #fff !important;
    border: 0 !important;
    vertical-align: top;
    box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.pages input.defaultInputStyle {
    margin-left: 5px !important;
    margin-right: 5px !important;
    border: 1px solid #333 !important;
    height: 25px !important;
    line-height: 25px !important;
    vertical-align: top;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    padding: 0 5px !important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}

.defaultButtonStyle {
    FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#0d60a0, EndColorStr=#0d60a0)!important;
    CURSOR: pointer;
    line-height: 14px;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#0d60a0), to(#0d60a0))!important;
    background: -moz-linear-gradient( top,#0d60a0,#0d60a0)!important;
    background: -ms-linear-gradient(top,#0d60a0 0%,#0d60a0 100%)!important;
   box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}