.bander img{
    width: 100%;
    height: 220px;
}
.bander{
    height: 220px;
}

.menu{
    height: 65px;
    width: 100%;
    background-color: #F3F3F8;
}
.menu .my_left{
    float: left;
}
.menu .my_left li{
    float: left;
    margin-right: 54px;
    height: 65px;
    line-height: 65px;

}
.menu .my_left li a{
    display: block;
    height: 65px;
    line-height: 65px;
    position: relative;
}

.menu .my_left li a::after{
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left:50%;
    margin-left: -15px;
    width: 0;
    height: 2px;
    background-color: #1A4490;
    transition: all .5s;
}
.menu .my_left li a:hover::after{
    width: 30px;
}
.menu .my_left li:hover a{
    color: #1A4490;
}
.menu .my_left li.on a::after{
    width: 30px;
}
.menu .my_right{
    float: right;height: 65px;
    line-height: 65px;
    color: #9c9ca0;
    padding-left: 21px;
    font-size: 14px;
    background: url("../images/home_icon.png") no-repeat left center/16px;
}
.menu .my_right a{
    font-size: 14px;
    color: #9c9ca0;
}
.menu .my_right  span{
    color: #1A4490;
    font-size: 14px;
}
.cont{
    margin-top: 54px;
    line-height: 28px;
}
.history{
    background: url("../images/n_licheng_bg.png")center top repeat-y;
}
.history .tleft{
    float: left;
    width: calc(50% - 20px);
    text-align: right;
    font-size: 18px;
    line-height: 26px;
    color: #d8dade;
    text-transform: uppercase;
    margin-bottom: 104px;
}
.history .tright {
    float: right;
    width: calc(50% - 20px);
    text-align: left;
    font-size: 22px;
    line-height: 26px;
    color:#1A4490;
    text-transform: uppercase;
    margin-bottom: 104px;
}
.history .tright span{
    font-size: 18px;
    font-weight: bold;
}
.history li{
    width: 1200px;
    float: left;
    position: relative;
    margin-top: -44px;
}
.history li .licheng{
    float: left;
    width: 50%;
}

.history li .dot{
    position: absolute;
    left: 50%;
    margin-left: -9px;
    background: #fff;
    top: 70px;
    width: 18px;
    height: 18px;
    border: 2px solid #f08200;
    border-radius: 50%;
}
.history li .my_box{
    background: url("../images/box_left.jpg") #f6f7f9 no-repeat left top;
    float: left;
    width: calc(100% - 95px);
    padding: 50px;
    line-height: 30px;
    box-sizing: border-box;
}
.history li .year{
    float: left;
    width: 95px;
    text-align: center;
    font-size: 22px;
    color: #2b2c2e;
    padding-top: 68px;
}
.history li .my_box:hover{
    background: #00459c url("../images/box_left_on.jpg") no-repeat left top;
    color: #fff;
}
.history li:nth-child(2n){
    float: right;

}
.history li:nth-child(2n) .licheng{
    float: right;
}
.history li:nth-child(2n) .my_box{
    float: right;
}
.honor li{
    float: left;
    width: 281px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.honor li:nth-child(4n){
    margin-right: 0;
}
.honor li .my_img{
    width: 100%;
    height: 187px;
    overflow: hidden;
}
.honor li .my_img img{
    width: 100%;
    height: 187px;
    transition: all .5s;
}
.honor li .my_img:hover img{
    transform: scale(1.1);
}
.honor li  .my_title{
    height: 40px;
    line-height: 45px;
    text-align: center;
    font-size: 15px;
}
.honor li:hover .my_title{
    color: #1A4490;
}
.page{
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.page a{
    padding: 0 13px;
    height: 35px;
    line-height: 35px;
    display: inline-block;
    margin: 0 6px 0 0 ;
    color: #666;
    background-color: #fff;
    transition: all .5s;
    border: 1px solid #dedede;
}
.page a:hover{
    background-color: #0a63bd;
    color: #fff;
    border: 1px solid #0a63bd ;
}
.page a.on{
    color: #0a63bd;
    cursor: default;
    border-color: #0a63bd;
}
.page a.on:hover{
    background-color: #fff;
    border-color: #0a63bd;
}
.cont .cont_left{
    float: left;
    width: 260px;
}
.cont .list .my_title{
    width: 260px;
    height: 85px;
    color: #fff;
    line-height: 85px;
    text-align: center;
    background: url("../images/n_left_link_icon01.png") #1A4490 no-repeat 67px center/31px;
    box-sizing: border-box;
    padding-left: 31px;
    font-size: 18px;
}
.VerticalMenu {
    height: 100%;
    width: 260px;
    cursor: pointer;
}
.VerticalMenu > div {
    width: 260px;
    float: left;
}
.VerticalMenu > div > div:first-child {
    text-align: center;
    height: 50px;
    background-color: white;
    line-height: 50px;
    padding-right: 10px;
    border-bottom: 1px solid  #cdcdcd;
    transition: background-color 0.4s linear;
}
.VerticalMenu > div > div:first-child:hover {

}
.VerticalMenu > div > div:first-child > i:last-child {
    line-height: 50px;
    float: right;
    transform: rotate(0deg);
    transition: transform 0.4s linear;
}
.VerticalMenu > div > div:last-child {
    width: 260px;
    display: none;
    background-color: #f4f4f4;
}
.VerticalMenu > div > div.naav{
    display: block;
    background-color: #fff;
    box-sizing: border-box;
}
.VerticalMenu > div > div:last-child > div {
    transition: background-color 0.1s linear;
    text-align: center;
    line-height: 45px;
    border-bottom: 1px solid #e6e6e6;
    height: 45px;
}
.VerticalMenu > div > div:last-child > div div{
    height: 45px;
    line-height: 45px;
}
.VerticalMenu > div > div:last-child > div div a{
    display: block;
    height: 45px;
    line-height: 45px;
}
.VerticalMenu > div > div:last-child > div:hover{
    background-color: #0a63bd;
}
.VerticalMenu > div > div:last-child > div:hover a{
    color: #fff;
}
.VerticalMenu > div:first-child > div:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.VerticalMenu > div:last-child > div:first-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.VerticalMenu > div:last-child::after {
    display: block;
    clear: both;
}
.VerticalMenu > div > div>span{
    float: left;
    width: calc(100% - 56px);
    display: block;
    height: 50px;
    line-height: 50px;
    text-align: left;
    padding-left: 40px;
}
.VerticalMenu > div > div>span a{
    display: block;
}
.cont .cont_right{
    width: 880px;
    float: right;
    padding-top: 30px;
}
.cont .cont_right .cont_tit{
    border-bottom: 3px solid #f0f0f0;
    margin-bottom: 40px;
}
.cont .cont_right .cont_tit h3{
    font-size: 23px;
    color: #424242;
    line-height: 28px;
    margin: 0;
    text-align: center;
    font-weight: 500;
}
.cont .cont_right .cont_tit .btm{
    text-align: center;
}
.cont .cont_right .cont_tit .btm span{
    display: inline-block;
    height: 56px;
    line-height: 56px;
    font-size: 14px;
    color: #999;
    margin-right: 20px;
    position: relative;
}
.cont_txt{
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}
.cont_txt img{
    max-width: 100%;
    height: auto;
    display: block;
    margin: 10px auto;
}
.page_article{
    width: 100%;
    margin-top: 40px;
}
.page_article a{
    display: block;
    line-height: 45px;
    height: 45px;
}
.page_article a:hover{
    color: #1A4490;
}
.product_box li{
    float: left;
    width: 276px;
    height: 222px;
    margin: 0 25px 51px 0;
    position: relative;
}
.product_box li:nth-child(3n){
    margin-right: 0;
}
.product_box li .my_image{
    width: 276px;
    height: 195px;
    overflow: hidden;
}
.product_box li .my_image img{
    width: 276px;
    height: 195px;
}
.product_box li .my_tit{
    height: 51px;
    line-height: 51px;
    background: #efefef;
    color: #555;
    box-sizing: border-box;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product_box li .my_mark{
    background-color: rgba(0,90,171,.85);
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    box-sizing: border-box;
    width: 276px;
    height: 245px;
    transition: all .5s;
    opacity: 0;
}
.product_box li:hover .my_mark .my_box{
    padding-top: 10px;
}
.product_box li:hover .my_mark{
    opacity: 1;
}
.product_box li .my_mark .tit{
    color: #fff;
    font-size: 17px;
    margin-bottom: 15px;
}
.product_box li .my_mark .txt{
    font-size: 13px;
    line-height: 24px;
    height: 72px;
    color: #fff;
    margin-bottom: 26px;
    overflow: hidden;
}
.product_box li .my_mark .txt img{
	display: none;
}
.product_box li .my_mark .txt p{
	color: #fff;
}
.product_box li .my_mark  span{
    font-size: smaller;
    color: #ffffff;
    display: inline-block;
    width: 131px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #fff;
}
.product_box li .my_mark  span img{
    width: 19px;
    height: auto;
    transition: all .5s;
}
.product_box li .my_mark  span:hover img{
    width: 0;
}
.download li{
    width: 340px;
    float: left;margin-right: 85px;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
    transform: translateX(0px);
    transition: all .3s;
    margin-bottom: 15px;
}
.download li:nth-child(3n){
    margin-right: 0;
}
.download li:hover{
    transform: translateX(-15px);
}
.download .data2{
    float: left;
    width: 300px;
}
.download .data2 .my_tit{
    background: url("../images/dot.gif") no-repeat left center;
    height: 27px;
    line-height: 27px;
    overflow: hidden;
    color: #333;
    padding-left: 10px;
}
.download .data2 .my_time{
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    color: #999;
    font-size: 13px;
    padding-left: 10px;
}
.download .my_icon{
    float: right;
    width: 30px;
    height: 30px;
    background: url("../images/xz.png") no-repeat center/13px;
}
.cont_image li{
    float: left;
    width: 266px;
    margin-right: 45px;
    margin-bottom: 25px;
}
.cont_image .my_image{
    width: 100%;
    overflow: hidden;
    height: 180px;
    position: relative;
}
.cont_image .my_image .mark{
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url("../images/n_news_ico2.png") rgba(0,0,0,.6) no-repeat center;
    background-size: 24px;
    z-index: 2;
    transition: all .5s;
    transform: rotateZ(120deg);
    transform-origin: top right;
}
.cont_image .my_image .mark::after{
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: -25px 0 0 -25px;
    box-sizing: border-box;
}
.cont_image li:hover .mark{
    transform: rotateZ(0deg);
}
.cont_image li:nth-child(4n){
    margin-right: 0;
}
.cont_image .my_image img{
    width: 100%;
    height: 180px;
    transform: scale(1);
    transition: all .5s;
}
.cont_image li:hover img{
    transform: scale(1.1);
}
.cont_image .my_txt{
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
	overflow: hidden;
}
.cont_image li:hover .my_txt{
    color: #0086d1;
}
.mark_down{
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.3);
    z-index: 10000;
    display: none;
}
.mark_down video{
    width: 930px;
    height: 528px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -264px;
    margin-left: -465px;
    background-color: #000;
}
.cont .in_link{
    margin-bottom: 80px;
}
.news_top li{
    width: 380px;
    height: 334px;
    position: relative;
    margin-right: 30px;
    float: left;
}
.news_top li:last-child{
    margin-right: 0;
}
.news_top li .time{
    width: 72px;
    height: 80px;
    background-color: #005aab;
    color: #fff;
    text-align: center;
    padding-top: 16px;
    position: absolute;
    top: 0;
    /*left: 25px;*/
    left: 0;
    z-index: 1;
    box-sizing: border-box;
}
.news_top li .time span{
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}
.news_top li .time div{
    font-size: 12px;
    color: #fff;
}
.news_top li .my_image{
    width: 100%;
    height: 239px;
    position: relative;
}
.news_top li .my_image:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/jia.png") no-repeat center rgba(0,0,0,.4);
    opacity: 0;
    transition: all .4s;
}
.news_top li:hover .my_image:before{
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url("../images/jia.png") no-repeat center rgba(0,0,0,.4);
    opacity: 1;
}
.news_top li .my_image img{
    width: 100%;
    height: 100%;
}
.news_top li .txt{
    height: 94px;
    background: url("../images/n_news_ico.png") no-repeat #f1f1f1 center 56px;

}
.news_top li:hover .txt{
    background: url("../images/n_news_ico_on.png") no-repeat #f1f1f1 center 56px;
}
.news_top li .txt span{
    text-align: center;
    font-size: 16px;
    margin: 0 16px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 56px;
}
.news_box .news_list{
    margin-top: 48px;
    padding-top: 48px;
    border-top: 1px solid #e4e4e4;
}
.news_box .news_list li{
    height: 147px;
    width: 100%;
}
.news_box .news_list li a{
    display: block;
    height: 147px;
    position: relative;
    padding: 30px;
    overflow: hidden;
    border-bottom: 1px dashed #e5e5e5;
    box-sizing: border-box;

}
.news_box .news_list li:hover a{
    background-color: #f1f1f1;
    border-bottom: none;
}
.news_box .news_list li .time{
    font-size: 22px;
    line-height: 26px;
    color: #adadad;
}
.news_box .news_list li:hover .time{
    margin-right: 150px;
    color: #005aab;
    font-weight: bold;
}
.news_box .news_list li .title{
    color: #585859;
    font-size: 16px;
    margin: 10px 0 8px;
    font-weight: bold;
}
.news_box .news_list li:hover .title{
    margin-right: 150px;
}
.news_box .news_list li .txt{
    font-size: 13px;
    color: #848484;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 35px;
	height: 35px;
    color: #848484;
}
.news_box .news_list li .txt p{
	line-height: 35px;
}
.news_box .news_list li .txt img{
	display:none;
}
.news_box .news_list li:hover .txt{
    margin-right: 100px;
}
.news_box .news_list li a:after{
    content: "";
    display: block;
    width: 100px;
    background: url("../images/n_news_ico2.png") no-repeat #005aab center;
    position: absolute;
    bottom: 0;
    right: 0;
    opacity: 0;
    height: 147px;
}
.news_box .news_list li:hover a:after{
    opacity: 1;
}
.staff_box li{
    float: left;
    width: 270px;
    margin-right: 40px;
    margin-bottom: 35px;
}
.staff_box li:nth-child(4n){
    margin-right: 0;
}
.staff_box li .my_img{
    width: 100%;
    height: 201px;
    overflow: hidden;
}
.staff_box li .my_img img{
    width: 100%;
    height: 201px;
    transition: all 0.5s;
}
.staff_box li:hover .my_img img{
    transform: scale(1.1);
}
.staff_box li .my_txt{
    line-height: 45px;
    height: 40px;
    text-align: center;
}
.message_box{
    width: 1200px;
    box-sizing: border-box;
    height: 337px;
    margin: auto;
    border: 2px solid #ddd;
}
.message_box .my_left{
    float: left;
    width: 499px;
	height:337px;
	border-right:solid 1px #ddd;
}
.message_box .my_left iframe{
	width:100%;
	height:98%;
	box-sizing: border-box;
	border:none;
}
.message_box .my_left img{
    width: 500px;
    height: 333px;
}
.message_box .my_right{
    width: 696px;
    box-sizing: border-box;
    padding: 20px 38px;
    float: right;
}
.message_box .my_right .left{
    width: 300px;
    height: 40px;
    float: left;
    margin-bottom: 25px;
}
.message_box .my_right .right{
    width: 300px;
    height: 40px;
    float: right;
    margin-bottom: 25px;
}
.message_box input{
    width: 100%;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 10px;
    outline: 0;
}
.message_box textarea{
    width: 620px;
    height: 100px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 10px;
    resize: none;
    margin-bottom: 25px;
}
.message_box button{
    width: 100%;
    height: 40px;
    background-color: #1a4490;
    color: #fff;
    border: none;
    cursor: pointer;
}



.contenter > img{
    display: block;
    margin-top: 20px;
}









