/*全局控制*/

@charset "utf-8";

/*全局控制*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

div,
dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

p,
blockquote,
th,
td
/* table elements 表格元素 */

    {
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

    {
    font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化
*/

table,
td,
tr,
th {
    font-size: 12px;
}

caption,
th {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** 重置列表元素 **/

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

li {
    list-style-type: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-weight: normal;
    font-style: normal;
}

del,
ins {
    text-decoration: none;
}


/** 重置文本格式元素 **/

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:visited {
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    color: #0054A4;
    text-decoration: none;
}

a:active {
    color: #0054A4;
}


/** 重置表单元素 **/

legend {
    color: #666;
}


/* for ie6 */

fieldset,
img {
    border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

sup {
    vertical-align: text-top;
}


/* 重置，减少对行高的影响 */

sub {
    vertical-align: text-bottom;
}


/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    max-width: 100%;
}

/** 清除浮动 **/

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

body {
    background: #fff;
    font: 14px/20px Microsoft Yahei, simsun, Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

input {
    _background: #fff;
}

textarea {
    background: #fff;
}

select {
    *background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bl1 {
    clear: both;
    height: 1px;
    overflow: hidden;
    display: block;
}

.bl5 {
    clear: both;
    height: 5px;
    overflow: hidden;
    display: block;
}

.bl10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.bl15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.bl20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.bl30 {
    clear: both;
    height: 30px;
    overflow: hidden;
    display: block;
}

.bl40 {
    clear: both;
    height: 40px;
    overflow: hidden;
    display: block;
}

.bl50 {
    clear: both;
    height: 50px;
    overflow: hidden;
    display: block;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fnb {
    font-weight: 200;
    margin-left: -1px;
}

.hr_1,
.hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.hr_1 {
    height: 1px;
}

.hr_10 {
    height: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}



.wrap {
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}
.h_top{height: 30px;background: #333333; color: #fff; line-height: 30px;}
.h_top .date div{ display: inline-block; vertical-align: middle;}
.h_top .date .weather{ line-height: 6px;}
.ways a{ color: #b2b2b2; margin-left: 30px;}
.ways a i{display: inline-block; width: 14px; height: 14px; vertical-align: middle; margin-right: 5px;}
.ways a.a1 i{ background: url(../img/ico1.png) no-repeat; }
.ways a.a2 i{ background: url(../img/ico2.png) no-repeat; }
.ways a.a3 i{ background: url(../img/ico3.png) no-repeat; }
.ways a.a4 i{ background: url(../img/ico7.png) no-repeat; }
.h_logo{ background: #0054A4; padding-top:20px; }
.h_logo .logo{ width: 324px;}
.h_logo .logo img{ width: 324px;}
.h_logo .wrap{ position: relative;height:110px;}
.h_logo .bg{position: absolute; right: 220px; bottom: 0;}
.search{width: 211px; height: 30px; border: 2px solid #E6E6E6;margin:30px 0 0;
    border-radius: 15px;position: relative;}
.search .textInput{text-indent: 20px;width: 170px; border: none; background: none; height: 26px; color:#fff;}
.search .textInput::-webkit-input-placeholder {
    color: #E6E6E6;
  }
  .search .textInput::-moz-placeholder { color: #E6E6E6;}
  .search .textInput:-ms-input-placeholder { 
    color: #E6E6E6;
  } 
.search .submitBtn{ position: absolute; right: 20px; top: 0; border: none; cursor: pointer; width:15px; height: 26px; background: url(../img/ico4.png) no-repeat center;background-size:15px auto;}
.nav li{ float: left; width: 130px; text-align: center; line-height: 50px; position: relative;}
.nav li a{ display: block; font-size: 16px; color: #4D4D4D;}
.nav li>a:hover,.nav li.on>a{ background: #0054a3; color: #fff;}
.navChild{ position: absolute; top: 50px; left: 0; width: 130px; text-align: center; display: none; z-index: 10; background: #fff; 

    -moz-box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
    -webkit-box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
    box-shadow: 0px 0px 18px 0px rgba(7, 0, 2, 0.14);
}

.navChild a{
    width:100%;
    height:40px;
    background:#fff;
    color: #333;
    line-height: 40px;
    display: block;
    font-size: 14px;
  
}
.navChild a:hover{ background-color: #0054a3; color: #fff;}
.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner a,
.banPic,
.banPic .swiper-slide{
    width: 100% !important;
    height: 420px;
}

.banner li a {
    display: block;
    cursor: pointer;
}

.swiper-pagination.dot_style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 10;
}
.dot_style .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
    background: #6a6767;
    font-size: 0;
}

.dot_style .swiper-pagination-bullet-active {
    background: #fff;
}
.news_left{width: 560px; height: 400px;}
.i_news{margin-top: 40px;}
.i_news h2{
    font-size: 28px;
    font-weight: bold;
    line-height: 150%;
    color: #0054A4;
    margin-bottom: 20px;
}
.i_news .swiper-slide{ position: relative;}
.i_news .swiper-slide img{ display: block;width: 560px; height: 400px;}
.i_news .swiper-slide .txt{ padding: 0 20px; position: absolute;height: 40px; background: rgba(0,0,0,0.5); left: 0; bottom: 0; width: 100%;}
.i_news .swiper-slide .txt a{ line-height: 40px; color: #fff;width: 450px;}
.swiper-pagination.picnum{ width: 100px; right: 20px; left: auto; text-align: right;}
.picnum .swiper-pagination-bullet { opacity: 1; background: #C7C7C7;} 
.picnum .swiper-pagination-bullet-active{ background: #fff;}
.news1{margin-top: 30px;}
.news1 .annoce{width: 90px;
    height: 90px;
    background: #0054A4;
font-size: 18px; font-weight: bold; color: #fff; text-align: center; line-height: 150%; padding-top: 20px; margin-right: 20px;}
.news1 .more a{background:#0054A4;color:#fff;padding:5px 10px;}
.i_news  .items a{position: relative; padding-right: 160px; margin-bottom:5px; padding-left: 15px; background: url(../img/ico8.png) no-repeat center left;}
.i_news  .items a span{ color: #999; position: absolute; right: 0; top: 0; font-size: 14px;}
.news_right{ width: 600px;}
.newsType {border-bottom: #E6E6E6 1px solid; position: relative;}
.newsType span{ display: inline-block; color: #333;padding-bottom: 10px; font-size: 20px; cursor: pointer;  text-align: center;}
.newsType .s1{ margin-right:18px ;}
.newsType .s2{ margin: 0 25px;}
.newsType .s3{ margin-left: 30px;}
.newsType span.on{border-bottom: #0054A4 3px solid;}
.newsType .more{ position: absolute; right: 0; top:0;}
.newsType a{ display: inline-block;font-size:14px;padding:5px 10px;background:#0054a4;color:#fff;}
.newsType a:hover{background:#1073d1}
.newsType .a2,.newsType .a3{ display: none;}
.desc{line-height:200%;}
.newslist .items a{font-size: 18px; margin-top: 20px;line-height: 150%;}
.enterHerf a{ margin-top: 30px; display: block; width: 50%; background: #57A7F2; position: relative; line-height: 90px; height: 90px; float: left; font-size: 18px; color: #FEFEFE; text-align: center;}
.enterHerf a i{display: inline-block; width: 30px;height: 30px; vertical-align: middle; margin-right: 10px;}
.enterHerf .a1 i{ background: url(../img/e_ico1.png) no-repeat center;}
.enterHerf .a2 i{ background: url(../img/e_ico2.png) no-repeat center;}
.enterHerf .a1::after{content: '';width: 1px;
    height: 50px;
    background: #FFFFFF;
    position: absolute; top: 22px; right: 0;
}
.i_enter{ 
    background: #F8F8F8;
    margin-top: 30px;

}
.i_enter a{width: 25%; height: 60px; line-height: 60px; font-size: 16px; color: #333;}
.i_enter a i{ width: 30px; height: 30px; display: inline-block; vertical-align: middle; position: relative; top: -2px; margin-right: 5px;}
.i_enter .a1 i{ background: url(../img/e_ico6.png) no-repeat center;}
.i_enter .a2 i{ background: url(../img/e_ico5.png) no-repeat center;}
.i_enter .a3 i{ background: url(../img/e_ico4.png) no-repeat center;}
.i_enter .a4 i{ background: url(../img/e_ico3.png) no-repeat center;}
.i_school{ background: #b7cfe5; padding: 30px 0; margin-top: 40px; width: 100%;}
.i_school .swiper-slide{ border: #0054a3 3px solid;}
.i_culture{ background: url(../img/bg2.jpg) no-repeat; padding: 50px 0 86px;}
.i_culture img{ display: block; margin: 0 auto;}
.footer{
    background: url(../img/img2.jpg) no-repeat right bottom #0054A4;
    padding-top: 30px;
}
.footer .shiye{padding:30px 0 0;}
.f_cont1{width: 365px;}
.f_cont1 p{
    font-size: 16px;
    padding-bottom: 11px;
    font-size: 16px;
    color: #fff;
    border-bottom: rgba(255,255,255,0.5) 1px solid;
}
.f_cont1 div a{ color: #fff; margin-top: 15px; min-width: 118px; display: inline-block;}
.f_cont1 div a:hover{ text-decoration: underline;}
.f_cont2 img{display: block;}
.f_cont2{ margin-left: 60px;}
.f_cont2 img{width: 255px; height: 56px; margin-bottom: 35px;}
.f_cont2 p{font-size: 14px; margin-bottom: 10px; color: #fff;}
.f_cont3 img{ width: 109px; height: 102px;}
.f_cont3 span{font-size: 14px; color: #fff; margin-left: 10px; margin-top: 15px;}
.f_cont3{ margin-left: 107px; margin-top: 20px;}
.foot{ position: relative; padding: 30px 0 60px;}
.foot .bg{ position: absolute; right: -175px; bottom: 0;}
.foot1{
    background: #343434;
    color: #fff;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.foot1 a{color:#fff;}.foot1 a:hover{color:#ccc;}
/* 内页 */
.insideBan{ height: 350px; width: 100%; color: #fff; position: relative;}
.insideBan h1{ font-size: 32px; line-height: 180%;}
.insideBan span{ font-size: 18px; font-family: Arial, Helvetica, sans-serif;}
.i_txt { padding-top: 135px; text-align: center;}
.s_nav a{ display: block; float: left; width: 102px; height: 60px; line-height: 60px;  text-align: center;}
.s_nav a.on,.s_nav a:hover{ background: #0054A3; color: #fff;}
.adr_nav{  height: 40px; line-height: 40px; color: #4D4D4D; line-height: 60px; }
.adr_nav img{ vertical-align: middle; position: relative; top: -2px;}
.adr_nav a{ margin: 0 5px;}
.s_Intro{ margin-top: 40px;}
.s_Intro  .s_title{ text-align: center; font-size: 24px; color: #0054A3; line-height: 180%; padding-bottom: 10px; border-bottom: #E6E6E6 1px solid;}
.s_Intro  p{ margin-top: 20px; line-height: 180%; color: #4D4D4D; font-size: 16px;}
.imgBox img{ max-width: 100%; margin-top: 30px;}
.newslist li{padding: 13px 25px 18px;}
.newslist li .Img{width: 180px; height: 120px; overflow: hidden;}
.newslist li .Img img{display: block; width: 100%; height: 100%;}
.newslist li .Txt{width: 810px; margin-left: 40px;}
.newslist li .Txt .title{ font-size: 16px; color: #333; line-height: 180%;}
.newslist li .Txt p{ color: #999; margin: 10px 0; height: 40px; line-height: 150%;}
.newslist li .Txt span{ color: #808080; background: url(../img/m_ico3.png) no-repeat center left; padding-left: 20px;}
.newslist li:hover{
    box-shadow: 0px 2px 13px 0px rgba(0, 0, 0, 0.15);}
.s_news{ margin-top: 40px;}
.miao_nav { border-bottom: #F5F5F5 1px solid;}
.n_detail{ margin-top: 30px;
}
.n_detail h1{font-size:18px;color:#333;  line-height: 180%; margin-bottom: 10px;}
.detailTxt p{ line-height: 220%;  color: #666; font-size: 14px; margin-top: 20px;}

.feedback{width:100%;float:left;font-size:16px;}
.feedback ul li.only{width:50%;}
.feedback ul li{width:100%;float:left;height:48px;line-height:48px;margin:10px 0;}
.feedback ul li input{border:1px solid #eee;height:48px;line-height:48px;width:1088px;padding:0 0 0 10px;}
.feedback ul li.only input{width:498px;}
.feedback ul li span{float:left;width:100px;text-align:right;padding:0 20px 0 0;}
.feedback ul li.liuyan{height:80px;}
.feedback ul li.code input{width:300px;}
.feedback ul li textarea{border:1px solid #eee;height:80px;line-height:48px;width:1098px;padding:0 0 0 10px;}
.feedback ul li .btn-submit{width:100%;background:#f60;border:none;padding:10px 0;color:#fff;font-size:18px;cursor: pointer;}
.feedback ul li .btn-submit:hover{background:#ccc;}


.joinus{width:100%;float:left;font-size:14px;}
.joinus h3{padding:0 0 20px 0;border-bottom:1px solid #eee;}
.joinus ul li.only{width:33.3333%;}
.joinus ul li.two{width:66.66666%;}
.joinus ul li.three{width:100%;}
.joinus ul li{width:100%;float:left;height:48px;line-height:48px;margin:10px 0;}
.joinus ul li select{border:1px solid #eee;height:48px;line-height:48px;width:248px;padding:0 0 0 10px;}
.joinus ul li input{border:1px solid #eee;height:48px;line-height:48px;width:1088px;padding:0 0 0 10px;}
.joinus ul li.only input{width:248px;}
.joinus ul li.two input{width:648px;}
.joinus ul li.three input{width:1048px;}
.joinus ul li.liuyan input{width:1048px;}
.joinus ul li.liuyan input{width:1048px;}
.joinus ul li span{float:left;width:150px;text-align:right;padding:0 10px 0 0;}
.joinus ul li.liuyan{height:80px;}

.uppic{float:left;width:50%;}
.uppic dl{float:left;padding:0 10px 0 0;}
.uppic dl p{text-align:center;}
.uppic span{float:left;width:150px;text-align:right;padding:0 10px 0 0;}

.gongzuo{float:left;}

.red{color:red;font-style: normal;font-size:18px;}
.jobtipk{border:1px solid #ffbf63;margin:0 0 10px;}
.jobtip{padding:2% 0;}
.jobtip p{padding:0 0 0 20px;}
.jia{position:relative;}
.jia-add{float:left;}
.jia-add a{background:#efeeef;color:#333;text-align: center;padding:0px;width:150px;height:100px;line-height:100px;font-size:16px;display:inline-block}
.add-file{background:url(../img/up.png) no-repeat 50px center #fff;background-size:40px auto;border:1px solid #3D95F9;text-align: center;border-radius:5px;padding:0;width:1048px;display:inline-block}
.jia-add a:hover,.add-file:hover{background:#3D95F9;color:#fff;}
.joinus ul li.code input{width:300px;}
.joinus ul li textarea{border:1px solid #eee;height:80px;line-height:48px;width:1048px;padding:0 0 0 10px;}
.joinus ul li .btn-submit{width:100%;background:#f60;border:none;padding:10px 0;color:#fff;font-size:18px;cursor: pointer;}
.joinus ul li .btn-submit:hover{background:#ccc;}

.map-canvas{height:400px;width:60%;display: block;margin:0;border:1px solid #ccc;}
.map-canvas img{max-width: none;}
.map-txt{width:200px;line-height:26px;}
.map-txt img{height:45px;}


.time{ color: #999; padding-bottom: 15px; border-bottom: #F0F0F0 1px solid;}
.detailPage a{ height: 60px; text-align: right;  color: #999; padding: 0 20px; background: #fff; line-height: 60px; width: 50%; box-sizing: border-box;-webkit-box-sizing: border-box;}
.detailPage{ margin-top: 60px; border-top: #E6E6E6 1px solid;}
.detailPage .a1{  text-align: left;}
.detailPage a:hover{ color: #0054a3;}
.annoceNews{ margin-top: 15px;}
.annoceNews li { height:55px; padding: 0 20px; line-height:55px; color: #666; position: relative; border-bottom: #f5f5f5 1px solid;}
.annoceNews li  i{ font-style: normal; position: absolute; right: 20px; top: 0; padding-left: 25px; background: url(../img/timeIco.png) no-repeat center left;}
.annoceNews li:hover a { color: #0054a3;}
.annoceNews li a{width: 700px; display: block;}
.annoceNews li:hover{border: 1px solid #0054a3;}
.contactxt{width:38%;height:400px;float:left;padding:0 0 0 2%;line-height:36px;}
.contact p{padding:5px 0 5px;}
.contact p.tel{background:url(../img/icona.png) no-repeat 0 center;}
.contact p.address{background:url(../img/iconc.png) no-repeat 0 center;}
.contact p.email{background:url(../img/iconb.png) no-repeat 0 center;}
#allmap{width:60%; height:400px;float:left;}
    
#code{position: fixed;bottom:20px;right:20px;background:#fff;z-index: 100;-moz-box-shadow:0px 0px 3px rgba(0,0,0,0.2); -webkit-box-shadow:0px 0px 3px rgba(0,0,0,0.2); box-shadow:0px 0px 3px rgba(0,0,0,0.2);}
#code span{position: absolute;bottom:0;right:0;width:20px;height:20px;cursor: pointer;background:#000;color:#fff;text-align: center;line-height:20px;}
/* 公共样式 */
/* 页码 start */
.hide{ display: none;}
.page {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pageBox li{ display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: #efefef;
    margin: 0 2px;
}
.pageBox li a,.pageBox li span{ display: block; padding: 0 15px;}
.page a.end_page {
    border-right: none;
}


.page span.current,.page .on,
.page a:hover {
    background-color: #0054A3;
    color: #fff;
}
.border_bottom{ border-bottom: #e6e6e6 1px solid;}


/* 页码end */

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

._block {
    display: block;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop100 {
    margin-top: 100px;
}

.icon {
    background: url(../img/icon.png) no-repeat;
}

.marginlf10 {
    margin-left: 10px;
}

.marginlf15 {
    margin-left: 15px;
}

.marginlf20 {
    margin-left: 20px;
}

.marginlf30 {
    margin-left: 30px;
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop10 {
    margin-top: 10px;
}
.marginBottom100{ margin-bottom: 100px;}

.width217 {
    width: 217px;
}

.color_999 {
    color: #999;
}

.color_666 {
    color: #666;
}

.color_333 {
    color: #333;
}

.color_fff {
    color: #fff;
}

.font16 {
    font-size: 16px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginR0 {
    margin-right: 0 !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}

.thumbnails li {
    position: relative;
    width: 279px;
    height: 154px;
    float: left;
    margin-bottom: 30px;
    margin-right: 28px;
}
.thumbnails li img{ display: block; width: 100%; height: 100%;}

