@charset "utf-8";

body{  font-family: "microsoft yahei";  }
h1,h2,h3,h4{  font-size:12px;  font-weight:normal;  }
img{  vertical-align: bottom;  border:none;  }
body a{  outline:none;  blr:expression(this.onfocus=this.blur());  }
a:focus{  outline: none;  }
input:focus {  outline:none;  }
em{
    font-style: normal;
}
.container{ /*根据效果图主体宽度定义*/
    width: 1265px;
    min-width: 1265px;
}

.fs12{font-size: 12px}
.fs14{font-size: 14px}
.fs16{font-size: 16px}
.fs18{font-size: 18px}

.color-ff{ color: #fff;}
.color-33{ color: #333;}
.color-66{ color: #666;}
.color-99{ color: #999;}


/*首页*/
/*头部开始*/
header{
    width: 100%;
    height: 88px;
    /*background:  no-repeat top ;*/
}
header .head_l{
    width: 192px;
    height: 60px;
    padding-top: 19px;
}
header .head_r1{
    margin-top: 30px;
}
header .head_r1 .head_r1_l{
    width: 100px;
    height: 30px;
    line-height: 30px;
    background:  no-repeat 13px center #044475;;
    padding-left: 40px;
    font-size: 12px;
    color: #ffffff;
}

header .head_r1 .head_r1_l_r{
    width: 88px;
    height: 28px;
    font-size: 12px;
    color: #ffffff;
    margin-right: 13px;
    margin-top: 3px;
}
header .head_r2{
    width: 80px;
    height: 30px;
    background-color: #044475;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    cursor: pointer;
}
/*nav开始*/
.nav{
    margin-top: 10px;
    margin-left: 66px;
}
.nav > ul > li{
    height: 78px;
    line-height: 78px;
    text-align: center;
    position: relative;
    margin: 0 30px;
}
.nav > ul > li:hover > a{
    color: #03355c;
    font-weight: 700;
}
.nav > ul > li.xz > a{
    color: #03355c;
    font-weight: 700;
}
.nav > ul > li > a{
    display: block;
    height: 78px;
    color: #000;
}
/*二级菜单*/
.drop_down{
    width: 300px;
    background-color: #eef0f2;
    border-top: 2px solid #044475;
    position: absolute;
    top: 78px;
    left: -84px;
    z-index: 999;
    padding: 16px 0 13px;
    display: none;
}
.tab_title{
    width: 126px;
    border-right: 1px solid #d5d5d5;
}
.tab_title > a{
    display: block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #555555;
}
.tab_title > a:hover{
    color: #044475;
}
.tab_title > a.xz{
    color: #044475;
}
.tab_cont{
    width: 150px;
    padding: 0 11px 0 12px;
}
.tab_cont > div > a{
    display: block;
}
.tab_cont > div > a > img{
    display: block;
}
.tab_cont > div > a > span.sp_1{
    display: block;
    font-size: 14px;
    color: #044475;
    height: 46px;
    line-height: 24px;
    text-align: left;
    font-weight: 700;
}

/*banner开始*/
#banner{
    width: 100%;
    height: 509px;
    overflow:hidden;
    position:relative;
}
#banner .hd{
    height: 10px;
    overflow: hidden;
    position: absolute;
    right: 125px;
    bottom: 18px;
    z-index: 1;
}
#banner .hd ul li{
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    background:  no-repeat;
    cursor: pointer;
}
#banner .hd ul li.on{
    background:  no-repeat;
}
#banner .bd{
    position: relative;
    height: 509px;
    z-index: 0;
}
#banner .bd ul li a{
    display: inline-block;
    width: 100%;
    height: 509px;
}

/*定位部分*/
#banner .txtscroll-left{
    width: 100%;
    height: 50px;
    background:  repeat-x;
    position: absolute;
    left: 0;
    bottom: 0;
}
#banner .txtscroll-left .bd{
    width: 590px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background:  no-repeat left center;
}
#banner .txtscroll-left .bd ul{
    overflow: hidden;
    zoom: 1;
}
#banner .txtscroll-left .bd ul li{
    float: left;
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding-left: 40px;
    text-align: left;
    margin-right: 20px;
    _display: inline;
}
#banner .txtscroll-left .bd ul li a{
    display: block;
    height: 50px;
    font-size: 14px;
     color: #378ccd;
    float: right;
}
#banner .txtscroll-left .bd ul li a span{
    display: inline-block;
    width: 20px;
    height: 24px;
    line-height: 24px;
    margin-left: 90px;
    margin-right: 20px;
    float: left;
}

/*main开始*/
.main{
    margin-top: 50px;
    margin-bottom: 58px;
}
/*左侧的盒子*/
.main_l{
    width: 360px;

    margin-right: 58px;
}
.main_l .main_l_t{
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.main_l .main_l_t .main_l_t_l a > span{
    font-size: 16px;
    color: #044475;
    font-weight: bold;
}
.main_l .main_l_t .main_l_t_l a > span > span{
    font-size: 12px;
    color: #c1c1c1;
    /*line-height: 60px;*/
    display: inline-block;
    margin: 0 6px;
}
.main_l .main_l_t .main_l_t_l span em{
    font-size: 12px;
    color: #a4a4a4;
    font-weight: normal;
}
.main_l .main_l_t .main_l_t_r{
    width: 9px;
    height: 12px;
    background:  no-repeat;
    margin-top: 23px;
}
.main_l .main_l_b h3{
    font-size: 16px;
    color: #333333;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 13px;
}
.main_l .main_l_b p{
    font-size: 12px;
    color: #666666;
    font-family: "宋体";
    background:  repeat-x left bottom;
    padding-bottom: 19px;
}
.main_l .main_l_b ul li{
    width: 360px;
    height: 33px;
    line-height: 33px;
    background:  repeat-x left bottom;
}
.main_l .main_l_b ul li a span{
    font-size: 12px;
    color: #666666;
    font-family: "宋体";
}
.main_l .main_l_b ul li a em{
    font-size: 12px;
    color: #989898;
}
/*中间的盒子*/
.main_m{
    width: 360px;
    margin-right: 58px;
}
.main_m .main_m_t{
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.main_m .main_m_t .main_m_t_l span{
    font-size: 16px;
    color: #044475;
    font-weight: bold;
}
.main_m .main_m_t .main_m_t_l a > span > span{
    font-size: 12px;
    color: #c1c1c1;
    /*line-height: 60px;*/
    display: inline-block;
    margin: 0 6px;
}
.main_m .main_m_t .main_m_t_l span em{
    font-size: 12px;
    color: #a4a4a4;
    font-weight: normal;
}
.main_m .main_m_t .main_m_t_r{
    width: 9px;
    height: 12px;
    background:  no-repeat;
    margin-top: 23px;
}
.main_m .main_m_b p{
    font-size: 12px;
    color: #666666;
    line-height: 26px;
    margin-top: 23px;
    margin-bottom: 16px;
     font-family: "宋体";
}
/*右侧的盒子*/
.main_r{
    width: 360px;

    /*margin-right: 58px;*/
}
.main_r .main_r_t{
    height: 60px;
    text-align: center;
    line-height: 60px;
}
.main_r .main_r_t .main_r_t_l span{
    font-size: 16px;
    color: #044475;
    font-weight: bold;
}
.main_r .main_r_t .main_r_t_l a > span > span{
    font-size: 12px;
    color: #c1c1c1;
    /*line-height: 60px;*/
    display: inline-block;
    margin: 0 6px;
}
.main_r .main_r_t .main_r_t_l span em{
    font-size: 12px;
    color: #a4a4a4;
    font-weight: normal;
}
.main_r .main_r_t .main_r_t_r{
    width: 9px;
    height: 12px;
    background:  no-repeat;
    margin-top: 23px;
}
.main_r .main_r_b{

}
.main_r .main_r_b p{
    font-size: 12px;
    color: #666666;
    line-height: 22px;
    margin-top: 16px;
     font-family: "宋体";
}

/*底部开始*/
footer{
    width: 100%;
    height: 119px;
    background-color: #232323;
}
.foot_l .foot_l_t{
    width: 800px;
    height: 42px;
    line-height: 42px;
    font-size: 12px;
    color: #cfcfcf;
    margin-top: 33px;
}
 .foot_l_t .foot_l_t_l ul li{
    float: left;
    width: 120px;
    background:  no-repeat right center;
    text-align: center;
}
.foot_l_t .foot_l_t_l ul li a{
    font-size: 12px;
    color: #cfcfcf;
}
.foot_l_t .foot_l_t_l ul .li_5{
    background-image: none;
}
.foot_l_b span{
    display: inline-block;
    font-size: 12px;
    color: #8a8a8a;
    margin-right: 9px;
}
.foot_l_b .span_1{
    margin-left: 35px;
    margin-right: 50px;
}
footer .container .foot_r img{
    display: inline-block;
    width: 108px;
    height: 82px;
    margin-top: 18px;
}

/*新闻中心开始*/
/*banner开始*/
.banner{
    width: 100%;
    height: 300px;
}
/*main1开始*/
.main1 .container{
    margin-bottom: 50px;
}
.main1_l{
    margin-right: 28px;
}
.main1_l_t {
    width: 240px;
    height: 63px;
    font-size: 24px;
    color: #ffffff;
    background:  repeat-x;
    margin-top: -100px;
    font-weight: 700;
    padding-top: 37px;
}
.main1_l_t > a{
    display: block;
    width: 240px;
    height: 100px;
}
.main1_l_t > a > img{
    display: block;
    margin: 0 auto;
}
.main1_l_b ul li{
    width: 240px;
    background-color: #f4f4f4;
    border-top: 1px solid #ffffff;
}
.main1_l_b ul li > a{
    display: inline-block;
    width: 205px;
    height: 55px;
    background:  no-repeat 207px center;
    line-height: 55px;
    font-size: 14px;
    color: #454545;
    padding-left: 35px;
}
.main1_l_b ul li.on{
    border-top: 1px solid #044475;
}
.main1_l_b ul li.on > a{
    color: #ffffff;
    background:  no-repeat 207px center #044475;

}
.main1_l_b ul li:hover{
    border-top: 1px solid #044475;
}
.main1_l_b ul li:hover > a{
    color: #ffffff;
    background:  no-repeat 207px center #044475;
}
/*右边的盒子*/
.main1_r{
    width: 930px;
}
/*右上盒子*/
.main1_r .main1_r_t{
    width: 930px;
    height: 50px;
    line-height: 50px;
    background:  no-repeat left bottom;
}
.main1_r_t .main1_r_t_l{
    background:  no-repeat left center    ;
    padding-left: 28px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
.main1_r_t .main1_r_t_r{
    font-size: 12px;
    color: #888888;
}
.main1_r_t .main1_r_t_r a{
    color: #888888;
}
.main1_r_t .main1_r_t_r .on{
    color: #044475;
}
/*右下盒子*/
.main1_r_b{
    width: 930px;
    /*height: 220px;*/
    margin-top: 27px;
}
.main1_r_b_1{
    width: 930px;
    height: 220px;
    margin-bottom: 45px;
    background-color: #fbfbfb;
    border-bottom: 5px solid #e9e9e9;
}
.main1_r_b_1:hover{
    background:#176db0;
    border-bottom: 5px solid #0c5690;
}
.main1_r_b_1:hover h3 a{
    color:#fff
}
.main1_r_b_1:hover p{
    color: #ffffff;
}
.main1_r_b_1:hover > a{
    background-color: #fff;
}
.main1_r_b_1_l{
    width: 288px;
    height: 220px;
    overflow: hidden;
}
.main1_r_b_1_r{
    width: 618px;
    height: 220px;
    padding-left: 24px;
    /*text-align: center;*/
}
.main1_r_b_1_r h3 a{
    display: block;
    height: 30px;
    font-size: 16px;
    color: #383838;
    font-weight: bold;
    background:  no-repeat left bottom;
    margin-top: 50px;
}
.main1_r_b_1_r p{
    height: 25px;
    font-size: 12px;
        color: #828282;
    margin-top: 14px;
}
.main1_r_b_1_r .ckxq{
    display: block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: #eeeeee;
    font-size: 12px;
    color: #656565;
    font-weight: 700;
    margin-top: 20px;
}
/*分页开始*/
.main1 .container .main1_r .page{
    width: 450px;
    margin-bottom: 15px;
    margin-left: 283px;
    margin-top: 30px;
}
.main1 .container .main1_r .page a{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #eeeeee;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 3px;
}
.main1 .container .main1_r .page a:hover{
    background-color: #044475;
    color: #ffffff;
}
.main1 .container .main1_r .page .strong{
    background-color: #044475;
    color: #ffffff;
}

/*产品与解决方案开始*/
/*main2开始*/
.main2_r_b1{
    width: 928px;
    height: 178px;
    padding-top: 30px;
    background:  repeat-x left bottom;
}
.main2_r_b1_l img{
    display: block;
    width: 220px;
    height: 150px;
    margin-right: 20px;
}
.main2_r_b1_l img{
    display: block;
    width: 220px;
    height: 150px;
}
.main2_r_b1_r{
    width: 688px;
    height: 140px;
    padding-top: 10px;
}
.main2_r_b1_r h3{
    padding-left: 13px;
    font-size: 16px;
    color: #044475;
    background:  no-repeat left center;
    margin-bottom: 16px;
}
.main2_r_b1_r > p{
    width: 688px;
}
.main2_r_b1_r > p > a{
    font-size: 12px;
    color: #000000;
    line-height: 25px;
}
.main2_r_b1_r > p > a:hover{
    text-decoration: underline;
    color: #044475;
}
/*产品与解决方案详情*/
.main3_r_b h3{
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 27px;
    font-size: 24px;
    color: #000000;
    font-weight: 700;
    background:  no-repeat center bottom;
    margin-bottom: 36px;
}
.main3_r_b p{
    line-height: 30px;
    margin-top: 22px;
    font-size: 14px;
    color: #666666;
}
/*下拉菜单*/
.menu_hidden{
    display: none;
}
.menu_hidden > a{
    display: block;
    width: 205px;
    height: 36px;
    line-height: 36px;
    padding-left: 35px;
    font-size: 12px;
    color: #ffffff;
    background:  no-repeat 150px center  #044475;
}
.menu_hidden > a:hover{
    background:  no-repeat 150px center #033256;
    border-top: 1px solid #ffffff;
}
.menu_hidden > a.on{
    background:  no-repeat 150px center #033256;
    border-top: 1px solid #ffffff;
}


/*投资者关系开始*/
.main4_r_b{
    margin-top: 12px;
}
.main4_r_b ul li{
    height: 50px;
    line-height: 50px;
}
.main4_r_b ul li:hover a{
    color: #044475;
    font-weight: 700;
}
.main4_r_b ul li:hover span{
    color: #044475;
}
.main4_r_b ul li a{
    font-size: 14px;
    color: #454545;
}
.main4_r_b ul li span{
    font-size: 14px;
    color: #979797;
}

/*关于新晨（公司概况）开始*/
.main5_r_b{
    margin-top: 35px;
}
/*关于新晨（视频专区）开始*/
.main6_r_b{
    width: 930px;
    margin-top: 30px;
}
.main6_r_b ul{
    margin-left: -15px;
    overflow: hidden;
}
.main6_r_b ul li{
    width: 300px;
    float: left;
    margin-left: 15px;
    *display: inline;
    overflow: hidden;
}
.main6_r_b ul li .pic{
    display: block;
    width: 300px;
    height: 200px;
}

.main6_r_b ul li .a_1{
    display: block;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    margin-top: 10px;
}
.main6_r_b ul li p{
    font-size: 14px;
    color: #888888;
    margin-top: 16px;
}
.main6_r_b ul li .ckxq{
    display: block;
    width: 99px;
    height: 30px;
    background-color: #eeeeee;
    font-size: 12px;
    color: #656565;
    text-align: center;
    line-height: 30px;
    margin-top: 18px;
    margin-bottom: 30px;
}
.main6_r_b ul li .ckxq:hover{
    background-color: #044475;
    color: #ffffff;
}
/*关于新晨（企业刊物）开始*/
/*关于新晨（企业刊物）开始*/
.main10_r_m{
    width: 928px;
    border: 1px solid #efefef;
    background-color: #f8f8f8;
    line-height: 24px;
    padding-top: 18px;
    padding-bottom: 24px;
    position: relative;
    margin-top: 20px;
}
.main10_r_m_l{
    width: 37px;
    height: 29px;
    position: absolute;
    left: 14px;
    top: 10px;
}
.main10_r_m_r{
    width: 828px;
    margin-left: 75px;
    font-size: 12px;
    color: #8f8f8f;
    line-height: 24px;
}
.main10_r_b > ul{
    margin-left: -15px;
}
.main10_r_b > ul > li{
    float: left;
    width: 300px;
    height: 250px;
    margin: 30px 0 30px 15px;
}
.main10_r_b > ul > li.last{
    margin-bottom: 0;
}
.main10_r_b > ul > li:hover .main10_r_b_b{
    color: #ffffff;
    background-color: #044475;
}
.main10_r_b > ul > li:hover .main10_r_b_b1{
  color: #ffffff;
  background:  no-repeat 250px center #044475;
}
.main10_r_b > ul > li:hover .main10_r_b_b_l{
    color: #ffffff;
}
/*.main10_r_b > ul > li:hover .main10_r_b_b_r > a{
    background:  no-repeat;
}*/
.main10_r_b_t img{
    display: block;
    width: 300px;
    height: 200px;
}
.main10_r_b_b{
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
}
.main10_r_b_b1{
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #333333;
    font-weight: 700;
    text-align: center;
    background:  no-repeat 250px center;
}
/*.main10_r_b_b:hover{
    color: #ffffff;
    background:  no-repeat 250px center;
}*/
/*.main10_r_b_b_l{
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}
.main10_r_b_b_r > a{
    display: inline-block;
    width: 35px;
    height: 35px;
    background:  no-repeat;
    margin-top: 7px;
}*/

/*加入我们（人才招聘）开始*/
input{
    border: none
}
.main7_r_b .main7_r_b_t{
    margin-top: 30px;
}
.main7_r_b .main7_r_b_t .search_box{
    width: 480px;
    height: 40px;
    *line-height: 40px;
    line-height: 40px;
    border: 1px solid #dddddd;
}
.main7_r_b .main7_r_b_t .search_btn{
    width: 100px;
    height: 44px;
    background-color: #044475;
    outline-style: none;
    font-size: 16px;
    color: #ffffff;
}
.main7_r_b .main7_r_b_m1{
    margin-top: 43px;
}
.main7_r_b .main7_r_b_m1 .main7_r_b_m1_l{
    font-size: 16px;
    color: #333333;
}
.main7_r_b .main7_r_b_m1 .main7_r_b_m1_r{
    width: 850px;
}
.main7_r_b .main7_r_b_m1 .main7_r_b_m1_r a{
    display: inline-block;
    width: 60px;
    height: 24px;
    text-align: center;
    line-height: 24px;
    font-size: 14px;
    color: #333333;
    margin-right: 5px;
}
.main7_r_b .main7_r_b_m1 .main7_r_b_m1_r a.on{
    background-color: #044475;
    color: #ffffff;
}
.main7_r_b .main7_r_b_m1 .main7_r_b_m1_r a:hover{
    background-color: #044475;
    color: #ffffff;
}
.main7_r_b .main7_r_b_b{
    margin-top: 46px;
}
.main7_r_b .main7_r_b_b table .biaoti{
    width: 930px;
    height: 40px;
    background-color: #f4f4f4;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    background-image: none;
}
.main7_r_b .main7_r_b_b table tr{
    background:  repeat-x left bottom;
}
.main7_r_b .main7_r_b_b table td{
    width: 930px;
    height: 50px;
    text-align: center;
    font-size: 14px;
    color: #666666;
}
.main7_r_b .main7_r_b_b table td a{
    font-size: 14px;
    color: #666666;
}

/*加入我们（人才招聘详情）开始*/
.main8_r_b{
    margin-top: 30px;
}
.main8_r_b .main8_r_b_t{
    height: 40px;
    line-height: 40px;
    background-color: #9ecaeb;
    border-top: 4px solid #044475;
    margin-bottom: 25px;
}
.main8_r_b .main8_r_b_t span{
    display: inline-block;
    padding-left: 15px;
}
.main8_r_b .main8_r_b_t .span_1{
    font-size: 14px;
    color: #044475;
}
.main8_r_b .main8_r_b_t .span_2{
    font-size: 16px;
    color: #044475;
    font-weight: 700;
}
.main8_r_b .main8_r_b_b p{
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #767676;
    background:  no-repeat 20px center;
    padding-left: 32px;
}

/*加入我们（联系我们）开始*/
.main9_r_b .map{
    display: inline-block;
    width: 930px;
    height: 337px;
    margin-top: 20px;
    margin-bottom: 45px;
}
.main9_r_b span{
    display: block;
    height: 36px;
    font-size: 16px;
    color: #000000;
}

.bankuai {
  margin-left: -9px
}
.bankuai li {
  float: left;
  display: inline;
  width: 114px;
  margin-left: 9px
}
.bankuai li img {
  display: block;
}

/*悬浮框*/
.xuanfu{
    width: 703px;
    height: 460px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    margin-top: -230px;
    left: 50%;
    margin-left: -352px;
}
.xuanfu > img{
    display: block;
    width: 703px;
    height: 460px;
    overflow: hidden;
}
.close{
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}
