﻿﻿body, html {
    width: 100%;
    height: 100%;
    background: #005595;
}

.fullSlide {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-width: 1000px;
    background: none;
    overflow: hidden;
}

.fullSlide ul {
    height: 100% !important;
    width: 100% !important;
}

.fullSlide li {
    height: 100% !important;
    width: 100% !important;
}

.cont {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 2%;
    z-index: 1;
    position: relative;
}

@media (max-width: 1920px) and (min-width: 1500px) {
.cont {
    padding-top: 5%;
}
}
.left {
    float: left;
    width: 400px;
}
.logo{
    text-align:center;
}

.lmy_box {
    margin: 5px 0 0 0;
    width: 100%;
}

.lmy_box li {width: 192px;height: 155px;float: left;background-color: #b2d855;margin-top: 8px;position: relative;}
.lmy_box li + li {background-color: #f6bb43;float: right;margin-right: 5px;}
.lmy_box li + li + li {background-color: #54caef;float: left;}
.lmy_box li + li + li + li {background-color: #ff9797;float: right;margin-right: 5px;}
.lmm {width: 100%;height: 40px;line-height: 40px;font-size: 16px;padding-left: 20px;}
.lmm a {color: #fff;}
.arrow_po {width: 45px;height: 20px;position: absolute;right: 10px;bottom: 8px;background: url('ar.png') 0 0 no-repeat;}
.lmy_box li:hover {background-color: #ff3333;}
.lmy_box li:hover a {color: #fffa3e;}
.lmy_box li:hover .arrow_po {background-position: 10px 0;}

.wd {
    width: 395px;
    height: 50px;
    background: #ff6969;
    color: #fff;
    margin-top: 5px;
}

.wd i {
    width: 29px;
    height: 31px;
    background: url("wd.png");
    float: left;
    display: block;
    margin: 10px 5px 0 20px;

}

.wd h3 {
    float: left;
    font-weight: normal;
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 2px;
}

.wd a {
    float: right;
    color: #fff;
    display: block;
    line-height: 50px;
    margin-right: 20px;
}

.right {
    width: 795px;
}

.tz {
    float: left;
    width: 795px;
    height: 618px;
    background-color: #fff;
/*     padding: 0 10px; */
    margin-right: 10px;
	*display:inline-block;
    overflow-y: scroll;
}
.title {
    position: relative;
    line-height: 50px;
    height: 50px;
    border-bottom: 1px solid #c9c9c9;
    padding-left: 10px;
    font-size: 20px;
}
.title span {
    display: block;
    float: right;
    margin-right: 10px;
}
.location {
    color: #45b6dd;
    font-size: 16px;
    font-style: normal;
    font-family: "iconfont";
    margin-right: 5px;
    float: left;
}
.location:before {
    content: "\e606";
}
.dqwz {float: left;font-size: 13px;font-weight: normal;}
.tit_list li {
    height: 45px;
    border-bottom: 1px solid #efefef;
}
.tit_list li:before {
    position: absolute;
    background: url('blue.png') repeat;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    transform: scaleX(1);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.tit_list li a {
    display: block;
    color: #424242;
    font-size: 18px;
    line-height: 45px;
    padding-left: 20px;
}
.tit_list li:hover a {
    color: #fff;
}
.tit_list li:hover {
    color: #fff;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background-color: #87CEFA ;
}
.tit_list li:hover span {
    color: #fff;
}
.tit_list li:hover:before {
    
}

/*�ײ��˵�*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.navBar {
    margin-top: -80px;
    position: relative;
    z-index: 1;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-weight: normal;
}

.nav {
    position: relative;
    margin: 0 auto;
    font-family: "Microsoft YaHei", SimSun, SimHei;
    font-size: 14px;
}

.nav a {
    color: #fff;
}

.nav h3 {
    float: left;
    font-size: 14px;
    font-weight: normal;
}

.nav .m {
    float: left;
    position: relative;
    z-index: 1;
}
.nav .m p {
    float: left;
    background: url("arrow.png");
    width: 30px;
    height: 30px;
    border: solid 1px #fff;
    border-left: 0;
}
.nav .s {
    float: left;
    width: 3px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.nav h3 a {
    display: block;
    width: 140px;
    text-align: center;
    border: solid 1px #fff;
    margin-left: 10px;
}

.nav .sub {
    display: none; /*Ĭ������*/
    position: absolute;
    top: -130px;
    left: 10px;
    z-index: 1;
    width: 170px;
    border: 1px solid #fff;
    background: rgba(0,0,0,0.5);
    color: #fff;
}

.nav .sub li {
    text-align: center;
    border-bottom: 1px solid #fff;
    width: 100%;
}
.nav .sub li:last-child {
    border-bottom: 0;
}
.nav .sub li a {
    display: block;
    height: 30px;
    line-height: 30px;
    color: #fff;
}

.nav .sub li a:hover {
    color: #ff0;
}
.m:hover a {
    color: #ff0;
}
