* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    /* font-family: "微软雅黑"; */
    box-sizing: border-box;
    list-style: none;
    font-size: 14px;
}

html,
body {
    height: 100%;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    display: block;
    content: "";
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

#mr0 {
    margin-right: 0;
}

.menu {
    display: none;
}

.i_nav {
    display: none;
}

.container {
    width: 100%;
    height: 100%;
}

.header {
    width: 1330px;
    margin: 0 auto;
    height: 182px;
}

.header .theme {
    width: 824px;
    height: 100%;
    float: left;
    padding-top: 42px;
    margin-left: 34px;
}

.header .theme a {
    display: block;
    width: 100%;
}

.header .theme a img {
    display: block;
    width: 100%;
}

.header .language {
    padding-top: 64px;
    width: 304px;
    height: 182px;
    float: right;
    /* margin-left: 180px; */
}

.header .language .l_tab p{
    width: 90px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #3175be;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #3175be;
    box-sizing: content-box;
    /* border-radius: 6px; */
}

.header .language .c_tab p {
    width: 180px;
    height: 28px;
    text-align: center;
    line-height: 28px;
    background: #ffffff;
    float: left;
    margin-bottom: 10px;
    border: 2px solid #3175be;
    box-sizing: content-box;
    /* border-radius: 6px; */
}

.header .language .l_tab p:nth-child(1) {
    background: #fff;
}

.header .language .l_tab p a {
    color: #3175be;
}

.header .language .l_tab p:nth-child(2) a {
    color: #fff;
}

.header .language .search {
    margin-top: 30px;
    width: 240px;
    height: 36px;
    border-radius: 10px;
    -webkit-appearance: none;
}

.header .language .search .s_input {
    width: 122px;
    height: 100%;
    float: left;
    border: 2px solid #3175be;
    -webkit-appearance: none;
    /* border-radius: 5px; */
}

.header .language .search i {
    line-height: 1;
}

.header .language .btn {
    float: left;
    width: 48px;
    text-align: center;
    line-height: 36px;
    background: #3175be;
    outline: none;
    border: none;
    color: #fff;
    -webkit-appearance: none;
    /* border-radius: 5px; */
}

.header .language .search .s_input input {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    outline: none;
    border: none;
    -webkit-appearance: none;
}

.nav {
    width: 100%;
    height: 38px;
    background: #3175be;
    z-index: 10;
}

.nav .ul,
.footer ul {
    width: 1364px;
    height: 38px;
    margin: 0 150px;
    background: #3175be;
    list-style: none;
}

.nav .ul .f_nav,
.footer ul li {
    width: auto;
    float: left;
    line-height: 38px;
    margin-right: 80px;
	/*justify-content: space-between;
    display: flex;*/
}

.nav .ul .f_nav>a,
.footer ul li a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.nav .ul .f_nav:hover .s_nav {
    opacity: 1;
    visibility: visible;
}

.nav .ul .f_nav .s_nav {
    visibility: hidden;
                margin-left: -22px;
                z-index: 10;
                text-align: center;
                list-style: none;
                margin-top: 3px;
                width: 176px;
                opacity: 0;
                position: absolute;
                color: #000;
                background: #fff;
                transition: all 300ms ease 0s;
                box-shadow: 6px 6px 24px rgba(0, 0, 0, 0.25);
                border-radius: 8px; /* 圆角边框 */
                padding: 10px 0; /* 内边距 */
}

.s_nav ul {
    list-style: none;
}

.s_nav ul li a {
    font-size: 14px;
    color: #000;
    line-height: 35px;
}

.s_nav ul li:hover {
    background: #008cd7;
    color: #fff;
}

.main {
    width: 100%;
    background: linear-gradient(135deg, #f4f4f9, #e0e7ff);
    border: 1px solid #e5e5e8;
}

.i_main {
    display: none;
}

.cont {
    width: 70%;
    margin: 5px auto;
    border: 1px solid #999;
    background: #fff;
    line-height: 2;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.cont .t_list {
    width: 100%;
    padding-left: 20px;
    border-bottom: 1px solid #999;
	float:left;
	display: flex;
    align-items: center;
	height: 40px;
}

.neirong {
    width: 100%;
    height: 100%;
    padding: 20px 20px;
}

.neirong h3 {
    /* text-align: center; */
    font-size: 24px;
}

.neirong img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: 0 auto;
        }

.footer {
    width: 1200px;
    margin: 0 auto;
    list-style: none;
    box-sizing: border-box;
}

.youqinglianjie {
    width: 100%;
    height: 130px;
    /* background: #3175be; */
    font-weight: bold;
}

.link {
    font-weight: bold;
    width: 1200px;
    background: #42525f;
    padding-left: 38px;
    margin: 0 auto;
    line-height: 52px;
}

.copyright {
    width: 1200px;
    margin: 0 auto;
    padding-left: 48px;
    padding-top: 18px;
}

.copyright p,
.copyright p a {
    font-size: 12px;
    color: #000;
}

.copyright p a:hover {
    color: #3175be;
}

.copyright .lianxi,
.copyright .lianxi a {
    font-size: 16px;
}

.copyright .lianxi {
    font-size: 16px;
}

.copyright .banquan {
    margin: 30px 0 5px;
    line-height: 1.5;
}