* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    -moz-overflow-x: hidden;
    /* 横竖屏切换时，字体会放大，或者用户设置自己的字体大小，禁止用户缩放这些 */
    -webkit-text-size-adjust: 100%;
    /*长时间按住文字会选中，禁止  */
    /* -webkit-user-select: none; */
    font-size: 12px;
    background: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    min-height: 100vh;
    position: relative;
}

em, i, b {
    font-style: normal;
    font-weight: normal;
}

a, u {
    text-decoration: none;
    font-style: normal;
}

a {
    text-decoration: initial !important;
}

li {
    list-style: none;
}

input:focus {
    list-style: none;
}

img {
    display: inline-block;
    border: none;
    vertical-align: middle
}

button:focus, input:focus, select:focus, textarea:focus {
    outline: none;
}

input:focus::-webkit-input-placeholder {
    color: #ffffff !important;
}

input:focus:-moz-placeholder {
    color: #ffffff !important;
}

input:focus::-moz-placeholder {
    color: #ffffff !important;
}

input:focus:-ms-input-placeholder {
    color: #ffffff !important;
}

textarea {
    outline: none;
    resize: none;
}

a, button, input {
    /* 选中的阴影，取消 */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

button, input {
    /* 取消默认外观 */
    -webkit-appearance: none;
    /* 取消默认圆角 */
    border-radius: 0;
    border: none
}

h1, h2, h3, h4, h5, h6, table th {
    list-style: none;
    font-weight: normal;
    /* font-weight: 500; */
}

ul, ol {
    margin-bottom: 0;
    padding: 0;
    font-size: 0;
    /* 对FireFox有效 */
}

p, ol, ul {
    /* 对IE有效 */
    margin: 0;
}

li {
    list-style: none;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.clearfix:after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: hidden;
    clear: both;
}

.clearfix:after, .clearfix::before {
    display: block;
    content: '';
    clear: both;
    height: 0;
    width: 0;
}

.clearfix {
    zoom: 1;
}

.left {
    float: left
}

.right {
    float: right;
}

/* ie下的min-/max-不兼容，直接写height/width，min-height:200px; height:auto !important; height:200px; overflow:visible; */

/* body {
    /* chrome下默认会将小于12px的文本强制按照12px来解析 */

/* -webkit-text-size-adjust: none;
} */

/* IE/Opera：对象的实际宽度=(margin-left)+width+(margin-right)
Firefox/Mozilla：对象的实际宽度=(margin-left)+(border-left-width)+(padding-left)+width+(padding-right)+(border-right-width)+(margin-right)
 */

/* 几个img标签放在一起的时候，有默认间距，用float浮动解决*/

/* 透明度兼容 */

.transparent_class {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    /* ie9以下浏览器不能使用opacity */
    filter: progid: DXImageTransform.Microsoft.Alpha(style=0, opacity=50)
}

/* 边距重叠问题，BFC解决：父级上加上overflow:hidden */

/* 版心 */

.main {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    font-size: 0;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    display: none;
}

/* 头部 */

.fixtop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 99;
}

.topheight {
    width: 100%;
    height: 141px;
}

.topheader {
    width: 100%;
    height: 85px;
    background: url(../images/topbg.png) no-repeat;
    background-size: 100% 100%;
    box-sizing: border-box;
    padding-top: 23px;
}

.topheader h1.topleft {
    width: 270px;
    height: 45px;
    background: url(../images/log.png) no-repeat;
    background-size: 100% 100%;
}

.topheader .topright {
    width: 300px;
    height: 40px;
    border: 1px solid #3452B1;
    font-size: 0;
}

.topheader .topright>form {
    width: 100%;
    height: 40px;
}

.topheader .topright>form>input {
    width: 235px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 5px;
}

.topheader .topright>form>button {
    width: 63px;
    height: 38px;
    line-height: 38px;
    background: #3553B2;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

/* 导航 */

header.nav {
    width: 100%;
    height: 56px;
    background: linear-gradient(0deg, #3351B0, #5777DB);
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.2);
}

header.nav>.main>ul.navlist {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    font-size: 0;
}

header.nav>.main>ul.navlist>li {
    height: inherit;
    display: inline-block;
    box-sizing: border-box;
    padding: 0 15.4px;
    position: relative;
}

header.nav>.main>ul.navlist>li:first-child {
    padding-left: 0;
}

header.nav>.main>ul.navlist>li:last-child {
    padding-right: 0;
}

header.nav>.main>ul.navlist>li>a {
    color: #fff;
    font-size: 16px;
    box-sizing: border-box;
    padding: 20px 0px;
    position: relative;
}

header.nav>.main>ul.navlist>li.active>a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #DD3D3D;
    left: 0;
    bottom: 0px;
}

header.nav>.main ul.navlist>li>.navdownlist {
    position: absolute;
    left: 0;
    top: 56px;
    display: none;
    line-height: 0;
    z-index: 9999;
}

header.nav>.main ul.navlist>li:hover>a::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    background: #DD3D3D;
    left: 0;
    bottom: 0px;
}

header.nav>.main ul.navlist>li:hover .navdownlist {
    display: block;
}

header.nav>.main ul.navlist>li .navdownlist li {
    display: inline-block;
}

header.nav>.main ul.navlist>li .navdownlist li>a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    line-height: 40px;
    box-sizing: border-box;
    padding-left: 15px;
    background: #fff;
    vertical-align: top;
    min-width: 160px;
    border-bottom: 1px solid #e6e6e6;
}

header.nav>.main ul.navlist>li .navdownlist li:last-child>a {
    border-bottom: none;
}

header.nav>.main ul.navlist>li .navdownlist li:hover>a {
    color: #fff;
    background: #3553B2;
}

/* 底部 */

.fotop {
    width: 100%;
    height: 383px;
}

.foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 383px;
}

.selectlist {
    width: 100%;
    height: 80px;
    background: #F0F3FF;
}

.selectlist select {
    width: 225px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    margin-right: 18px;
    border: 1px solid #4E6ED1;
    border-radius: 2px;
    font-size: 16px;
    color: #3A55A9;
}

.selectlist select:last-child {
    margin-right: 0;
}

footer {
    width: 100%;
    height: 303px;
    background: linear-gradient(0deg, #3351B0, #5777DB);
}

footer .fo-toptext {
    box-sizing: border-box;
    padding-top: 50px;
}

footer .foimgl {
    width: 107px;
    height: 172px;
    margin-right: 68px;
}

footer .foimgl>img {
    width: 100%;
    vertical-align: top;
}

footer .mid {
    display: inline-block;
    margin-right: 120px;
    width: 340px;
}

footer .mid>h3, footer .foimgr>h3 {
    font-size: 18px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 40px;
}

footer .mid>ul>li {
    font-size: 14px;
    color: #FFFFFF;
    line-height: 35px;
}

footer .foimgr>img {
    width: 103px;
    height: 102px;
}

footer>.main>p {
    color: #fff;
    font-size: 14px;
    margin-top: 15px;
}

footer>.main>p>i {
    margin-left: 40px;
}

/* bannerimg */

.bannerimg {
    width: 100%;
    height: 400px;
    overflow: hidden;
    position: relative;
}

.bannerimg>img {
    width: 100%;
    height: 400px;
}

/* current */

.current {
    height: 50px;
    width: 100%;
    line-height: 50px;
    margin-bottom: 50px;
}

.current>p {
    font-size: 14px;
    color: #575757;
}

.current>.righttab {
    width: auto;
    height: 30px;
    margin-top: 10px;
}

.current>.righttab>ul {
    display: inline-block;
    height: 30px;
    font-size: 0;
}

.current>.righttab>ul>li {
    display: inline-block;
    vertical-align: top;
}

.current>.righttab>ul>li>a {
    display: block;
    width: 100px;
    height: 30px;
    margin: 0 10px;
    font-size: 16px;
    color: #969696;
    text-align: center;
    line-height: 30px;
}

.current>.righttab>ul>li:last-child>a {
    margin-right: 0;
}

.current>.righttab>ul>li.tabselected>a {
    background-color: #4868C9;
    color: #fff;
}

/* 登录弹窗 */

.log-dialog {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    display: none;
}

.logmain {
    height: 608px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -304px;
    margin-left: -600px;
}

.log-left {
    width: 50%;
    height: 608px;
    background: url(../images/log-left.png) no-repeat;
    background-size: 100% 100%;
}

.log-right {
    width: 50%;
    height: 608px;
    background-color: #fff;
    position: relative;
}

.log-right>img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 45px;
}

.log-right>h2 {
    text-align: center;
    font-size: 30px;
    color: #444444;
    margin: 100px auto 20px auto;
}

.username {
    width: 382px;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eaeaea;
    box-sizing: border-box;
    padding-left: 8px;
    margin: 0 auto;
    margin-top: 30px;
}

.username>img {
    vertical-align: middle;
    width: 16px;
    margin-right: 20px;
}

.username>input {
    width: 300px;
    line-height: 58px;
    font-size: 16px;
    color: #999999;
    vertical-align: middle;
}

.log-right>form>p {
    width: 382px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
    color: #666666;
    margin-top: 15px;
}

.log-right>form>p>input[type='checkbox'] {
    -webkit-appearance: checkbox;
    vertical-align: middle;
    margin-right: 8px;
}

.log-right>form>input[type='button'] {
    width: 382px;
    height: 50px;
    margin: 0 auto;
    display: block;
    background: #4868C9;
    border-radius: 4px;
    line-height: 50px;
    margin-top: 80px;
    text-align: center;
    color: #fff;
    font-size: 16px;
}

.wrappers>.wrappersright {
    width: 200px;
    border: 1px solid #3452B1;
    height: 38px;
    margin-top: 15px;
    margin-right: 20px;
}

.wrappers>.wrappersright>input {
    width: 144px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 16px;
    color: #333;
    vertical-align: top;
    box-sizing: border-box;
    padding-left: 5px;
}

.wrappers>.wrappersright>button {
    width: 50px;
    height: 36px;
    line-height: 36px;
    background: #3553B2;
    text-align: center;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    vertical-align: top;
}

.tips {
    width: 200px;
    line-height: 50px;
    background-color: #000;
    padding: 0 10px;
    color: #fff;
    font-size: 16px;
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -50px;
    display: none;
    text-align: center;
}

.beian>a{
    color:#fff;
}

@media screen and (min-width:100px) and (max-width:999px) {
    /* 导航 */
    .carousel-item {
        overflow: hidden;
        height: 180px;
    }
    .carousel-item>img {
        height: 180px;
    }
    /* 导航 */
    .fixtop {
        display: none;
    }
    .tent {
        /* height: 70px; */
        display: block;
    }
    .topheight {
        height: 68px;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px!important;
    }
    .current {
        display: none;
    }
    .reslist>.login {
        margin-top: 10px;
    }
    /* 底部 */
    .selectlist {
        height: auto;
        text-align: center;
        box-sizing: border-box;
        padding-bottom: 10px;
    }
    .selectlist select {
        line-height: 40px;
        margin-top: 10px;
        margin-right: 15px;
        font-size: 14px;
    }
    .selectlist select:last-child {
        margin-right: 15px;
    }
    .logmain {
        height: 450px;
        position: unset;
        left: unset;
        top: unset;
        margin-top: unset;
        margin-left: unset;
    }
    .log-left {
        display: none;
    }
    .log-right {
        width: 360px;
        position: absolute;
        left: 50%;
        margin-left: -180px;
        height: 450px;
        top: 50%;
        margin-top: -225px;
    }
    .log-right>form {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px;
    }
    .username {
        width: 100%;
    }
    .log-right>form>input[type='button'] {
        width: 100%;
    }
}

@media screen and (min-width:100px) and (max-width:576px) {
    .carousel-item {
        overflow: hidden;
        height: 180px;
    }
    .carousel-item>img {
        height: 180px;
    }
    /* 导航 */
    .fixtop {
        display: none;
    }
    .tent {
        /* height: 70px; */
        display: block;
    }
    .topheight {
        height: 68px;
    }
    .bannerimg {
        height: 200px;
    }
    .bannerimg>img {
        height: 200px;
    }
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px!important;
    }
    .title {
        font-size: 20px;
        margin-top: 30px;
        margin-bottom: 20px;
    }
    .title>b {
        font-size: 12px;
    }
    .d-none {
        display: block !important;
    }
    /* 底部 */
    .fotop {
        width: 100%;
        height: 460px;
    }
    .foot {
        height: auto;
    }
    footer {
        height: 200px;
    }
    footer .foimgl, footer .foimgr, .wrappers>.wrappersright {
        display: none;
    }
    footer .mid {
        margin-right: 0;
        float: unset;
    }
    footer .mid:nth-child(2) {
        display: none;
    }
    footer .fo-toptext {
        padding-top: 10px;
    }
    footer .mid>h3 {
        font-size: 16px;
        line-height: 30px;
    }
    footer .mid>ul>li {
        font-size: 12px;
        line-height: 24px;
    }
    footer>.main>p {
        font-size: 10px;
        margin-top: 10px;
    }
    footer>.main>p>i {
        margin-left: 10px;
    }
}

@media screen and (min-width:576px) and (max-width:1200px) {
    .main {
        width: 100%;
        box-sizing: border-box;
        padding: 0 10px!important;
    }
    /* 底部 */
    .fotop {
        width: 100%;
        height: 525px;
    }
    .foot {
        height: auto;
    }
    .selectlist {
        height: auto;
        box-sizing: border-box;
        padding-bottom: 15px;
    }
    .selectlist select {
        margin-top: 15px;
    }
    footer {
        height: 400px;
    }
    footer .mid {
        margin-right: 120px;
        display: block;
        float: unset;
    }
    footer .fo-toptext {
        box-sizing: border-box;
        padding-top: 10px;
        position: relative;
    }
    footer .foimgl {
        position: absolute;
        bottom: 120px;
        right: 20px;
        width: 90px;
        height: 160px;
        margin-right: 0px;
    }
    footer .mid>h3, footer .foimgr>h3 {
        font-size: 16px;
        line-height: 30px;
    }
    footer .foimgr {
        position: absolute;
        bottom: 0;
        right: 20px;
    }
    footer .foimgr>img {
        width: 90px;
        height: 90px;
    }
}

@media screen and (min-width:1000px) and (max-width:1200px) {
    header.nav>.main>ul.navlist>li {
        padding: 0 10px;
    }
    header.nav>.main>ul.navlist>li>a {
        font-size: 14px;
    }
    .foot {
        height: auto;
    }
}

@media screen and (min-width:576px) and (max-width:999px) {
    .fotop {
        width: 100%;
        height: 580px;
    }
    .bannerimg{
        height: 300px;
    }
    .bannerimg>img{
        height: 300px;
    }
}