*{margin: 0;padding: 0;border: none;font-size: 16px;font-family: "微软雅黑";/*letter-spacing: 1px;*/}
li{list-style-type: none;}
body{min-width: 1200px;}
a{text-decoration: none;}


.dhlkd{width: 100%;height: 47px;background-color: #003871;}
.example {
position:relative;
    z-index:99999;
    position:relative;
    width:1200px;
    height:47px;

    margin:0px auto;
    padding:0px;
    border-radius:0px;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
}

/* main menu styles */

.nav,.nav ul {
    list-style:none;
    margin:0;
    padding:0;
}

.nav {
    position:relative;
}

.nav ul {
    height:0;
    left:0;
    overflow:hidden;
    position:absolute;
    top:46px;
}

.nav li {
    float:left;
    position:relative;
	width:171px;
text-align:center;
}

.nav li a {
    -moz-transition:0s;
    -o-transition:0s;
    -webkit-transition:0s;
    background-color:#003871;
    border:1px solid #003871;
    color:#FFF;
    display:block;
    font-size:16px;
    line-height:35px;
    padding:5px 25px;
    text-decoration:none;
    transition:0s;
}

.nav li:hover > a {
    background:#003871;
    border-color:#003871;
    color:#fff;
}

.nav li:hover ul.subs {
    height:auto;
    width:171px;
text-align:center;
}

.nav ul li {
    -moz-transition:0s;
    -o-transition:0s;
    -webkit-transition:0s;
    opacity:0;
    transition:0s;
    width:100%;
}

.nav li ul li {
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav li:hover ul li {
    opacity:1;
    -moz-transition-delay:0s;
    -o-transition-delay:0s;
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.nav ul li a {
    background:#003871;
    border-color:#003871;
    color:#fff;
    line-height:1px;
    -moz-transition:0s;
    -o-transition:0s;
    -webkit-transition:0s;
    transition:0s;
}

.nav li:hover ul li a {
    line-height:35px;
}

.nav ul li a:hover {
    background:#003871;
    background-image: -webkit-gradient(linear, 0% 0%, 0% 95%, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
    background-image: -moz-linear-gradient(-90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
    background-image: -o-linear-gradient(-90deg,rgba(255,255,255,0.5),rgba(255,255,25,0));
}



/*修改提示文字的颜色*/

input::-webkit-input-placeholder { /* WebKit browsers */ color: #d7d7d7;}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */color: #d7d7d7;}
input::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #d7d7d7;}
input:-ms-input-placeholder { /* Internet Explorer 10+ */color: #d7d7d7;} 
input{outline:none}
.left{display: block;float: left;}
.right{display: block;float: right;}
.no-mar-r{margin-right: 0 !important;}
.no-mar-t{margin-top: 0 !important;}

/*#topShow{display: none; width: 100%;height: 20px;background-color: #FFFFE1;position: fixed;top: 0px;left: 0px;z-index: 9999;overflow: hidden;}
#topShow>p{width:1200px;margin:0 auto;font-size:14px;}
#topShow>p>span{float: right;font-size: 14px;color: blue;cursor: pointer;}*/
.header{width: 100%;height: 205px;background-image: url(../image/top_bj245.jpg);}
.header>.main{width: 1200px;height: 205px;margin: 0 auto; overflow: hidden;}
.header>.main>.LOGO{width: 645px;height: 100px;margin: 20px 9px;background: url(https://wfxy.ayit.edu.cn/skin/image/2024logo.png") center no-repeat;float: left;margin-left: 11px;margin-top: 52px;}
.header>.main>p{float: right;line-height: 30px;margin-top: 42px;}
.header>.main>p>span{color: white;margin-left: 20px;}
.header>.nav{width: 1200px;margin: 0 auto;margin-top: 2px;}
.header>.nav>.hot>a::after{content: "";width: 26px;height: 10px;background: url(https://wfxy.ayit.edu.cn/style/img/hot.gif) center no-repeat;position: absolute;right: 0px;top: 10px;}
.header>.nav>li{float: left;width: 120px;height: 60px;text-align: center;line-height: 60px;position: relative;transition: all 0.3s;}
.header>.nav>li>a{display: block;width: 100%;height: 60px;color: white;font-size: 15px;position: absolute;top: 0px;left: 0px;z-index: 99;}
.header>.nav>li>span{display: block;width: 100%;height: 60px;position: absolute;top: 0px;left: 0px;background-color: #003871;opacity: 0; z-index: 10;transition: all 0.3s;}
.header>.nav>li>ul{display: none;width: 100%;position: absolute;top: 60px;left: 0px;z-index: 99;background-color: rgba(0,0,0,0.6);overflow: hidden;}
.header>.nav>li>ul>li{display: block;line-height: 47px;}
.header>.nav>li>ul>li>a{display: block;color: white;font-size: 16px;}
.header>.nav>.active{background-color: #003871;}
.header>.nav>li:hover{background-color: #003871;}
.header>.nav>li:hover>span{opacity: 1;transform: rotateY(1);}

/*搜索*/
.sos {float: right;margin-top: 70px;font-size: 16px;}
.sos .phone span{font-size: 16px;color: #000000;text-align: right;line-height: 16px;margin-bottom: 9px;}
.sos .sos_btn{width: 200px;height: 30px;border-radius: 15px;position: relative;float:right;margin-top:0px;}
.sos .sos_btn input{display: block; width: 200px;padding-right:30px; height: 30px;line-height: 30px; border: none; border-radius: 15px;text-indent: 10px; }
.sos .sos_btn a{display: block;width: 30px;height: 30px;border-radius: 15px;background: url(../image/sos_icon.png) center no-repeat; position: absolute;right: 0px;top: 0px;}

#openBigImgBox{display: none; position: fixed;top: 0px;left: 0px;width: 100%;height: 100%;background-color: rgba(0,0,0,0.8);z-index: 9999;}
#openBigImgBox img{display: block;width: auto;height: auto;max-width: 100%;max-height: 100%;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}


.f_wz{width:645px; float: left; font-size: 15px; line-height: 28px; color: #fff; padding-top:35px; text-transform: uppercase;}

.f_wz img{padding-bottom:10px;}
.f_sydw{width:49px; float:left; margin: 65px 55px 0px;}
.yqlj_nr{ float: left; width: 170px; margin: 80px 40px 0px 0px;color: #fff;}
.yqlj_a a{padding: 10px 8px; color: #fff; font-size: 15px; line-height: 40px; }

.yqlj_xglj select{ width:168px; height: 24px; line-height: 24px; text-align: center; color: #293340; background: #ccd6e4; border:1px solid #88919f;}
.ewm{width:280px; float: right; margin-top: 50px;}
.ewm li{ width: 91px; float: left;text-align: center;font-size:14px; line-height:24px;color: #fff; margin:0px 20px;}
.ewm img{ width:91px; height: 91px; }