
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, hr, input, legend, li, ol, p, pre, td, textarea, th, ul {
    margin: 0;padding: 0;border: 0;xvertical-align: baseline;font-weight: normal;}
html, body{	width: 100%;height: 100%; font-family: "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif;}
body{font-size:14.6px;} 
ul,ol,dl{list-style: none;}
img{xvertical-align: bottom;}
* {box-sizing: border-box;}
:after,:before {box-sizing: border-box;}
a{text-decoration: none;}
/*表单相关元素*/
fieldset,img,input,button,textarea{border: none;margin: 0;padding: 0;/*去除外边线*/	outline: none;}
i,cite,em,var,address,dfn{font-style:normal;}
h1,h2,h3,h4,h5,h6{font-size: 100%;font-weight: normal;}
button{vertical-align:middle;}
/*浮动*/
.fl{float: left;}
.fr{float: right;}
/* 间距0 */
.mr0{margin-right: 0 !important;}
.ml0{margin-left: 0 !important;}
.mt0{margin-top:0 !important}
.pr0{padding-right: 0 !important;}
.pl0{padding-left: 0 !important;}
.hide, .hidden {display:none !important;}
/*清除浮动*/
.clearfix:before,
.clearfix:after{content: '';display: table;	clear: both;}
.clearfix{zoom: 1;}
/* 不换行 */
.no-wrap{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*版心*/
.w-1920{width: 100%;max-width: 1920px;margin: 0 auto;}
/* .w-1280{max-width: 1280px;margin: 0 auto;} */
.w{width: 1280px;margin: 0 auto;}
.w-100{width: 100%;}
.w-wrapper{width: 100%;}
/* 定位 */
.pos-r{position: relative;}
.pos-a{position: absolute;}
.pos-f{position: fixed !important;}
/*水平对齐*/
.tl{text-align: left;}
.tj{text-align: justify;}
.tc{text-align: center;}
.tr{text-align: right;}
.cssanimations{
    opacity: 0;
    animation-duration: 1.5s !important;
    -o-animation-duration: 1.5s !important;
    -ms-animation-duration: 1.5s !important;
    -moz-animation-duration: 1.5s !important;
    -webkit-animation-duration: 1.5s !important;
    animation-fill-mode: both !important;
    -o-animation-fill-mode: both !important;
    -ms-animation-fill-mode: both !important;
    -moz-animation-fill-mode: both !important;
    -webkit-animation-fill-mode: both !important;
  }
@keyframes fadeInDown{
	0%{opacity:0;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px)}
	100%{opacity:1;-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}
}
@-webkit-keyframes fadeInDown{
    0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}
    100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}
}
.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}

@font-face{
    font-family: 'Ari'; 
    src: url('/swhsmc/d-css/arial.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'fzxbs'; 
    src: url('/swhsmc/d-css/fzxbs_GBK.ttf');
    font-weight: normal;
    font-style: normal;
}
.Ari{font-family: "Ari";}
.fzxbs{font-family: "fzxbs";}
/* 二级栏目 */
@keyframes flipInY  {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}
.hasSub ul{
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    animation-duration: 0.6s;
    -webkit-animation-duration: 0.6s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    visibility: visible !important;
    display: block;
}

.myanimation_d{
    transition: all 1s;
    opacity: 0;
    transform: translateY(-40px);
}
.myanimation_l{
    transition: all 1s;
    opacity: 0;
    transform: translateX(-40px);
}
.myanimation_r{
    transition: all 1s;
    opacity: 0;
    transform: translateX(40px);
}
.myanimation_u{
    transition: all 1s;
    opacity: 0;
    transform: translateY(40px);
}
.my{
    transform: translateY(0px);
    transform: translateX(0px);
    opacity: 1;
}

/* 搜索框 */
.search{
    border: 1px solid #797979;
    margin-top: 20px;
}
.search input::placeholder {
    color: #797979;
  }
  input::-moz-input-placeholder {
    color: #797979;
  }
  input::-ms-input-placeholder {
    color: #797979;
  }
.search-text{
    background: none;
    border: none;
    padding: 8px 7px;
    width: 155px;
    color: #797979;
}
.search-btn{
    background: url(../image/search1.png) no-repeat center center;
    width: 20px;
    vertical-align: top;
    height: 31px;
    cursor: pointer;
    margin-right: 9px;
}

.header{
    background: url(../image/header1.png) no-repeat center center;
    padding: 20px 0;
    position: relative;
    z-index: 2;
}
.nav{
    margin-top: 20px;
    margin-left: 50px;
}
.nav>ul>li{
    float: left;
    position: relative;
}
.nav>ul>li>a{
    font-size: 17.3px;
    color: #797979;
    /* padding: 0 20px; */
    width: 105px;
    display: block;
    text-align: center;
    padding-bottom: 8px;
}
.nav>ul>li>ul{
    display: none;
    position: absolute;
    width: 100%;
    text-align: center;
}
.nav>ul>.hasSub:hover ul{
    display: block;
    z-index: 2;
}
.nav>ul>li>ul>li{
    background: #efefef;
    background: rgba(239, 239, 239, 0.96);
}
.nav>ul>li>ul>li:hover{
    background: #f7f7f7;
}
.nav>ul>li>ul>li>a{
    color: #797979;
    display: block;
    font-size: 15px;
    line-height: 35px;
}

/* 尾部 */
.footer{
    background:#437b86;
    padding: 25px 0 50px;
    min-width: 1280px;
}
.footer-link{
    border-bottom: solid #67949d 1px;
    padding-bottom: 15px;
    margin-bottom: 40px;
}
.footer-link p{
    color: #fff;
    padding-left: 27px;
    background: url(../image/link.png) no-repeat center left;
    display: inline-block;
    line-height: 23px;
}
.footer-link ul {
    display: inline-block;
}
.footer-link ul li{
    display: inline-block;
}
.footer-link ul li a{
    color: #fff;
    margin: 0 10px;
}
.copyright{
    color: #fff;
    margin-left: 100px;
}
.copyright li{
    line-height: 25px;
    padding-left: 20px;
}
.copyright li:first-child{
    background: url(../image/dz.png) no-repeat left center;
}
.copyright li:nth-child(2){
    background: url(../image/yx.png) no-repeat left center;
}
.copyright li:last-child{
    background: url(../image/bq.png) no-repeat left center;
}
.footer-logo{
    margin-left: 114px;
}
.code{
    margin-right: 40px;
}
.code img{
    width: 70px;
    height: 70px;
}





