body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #333;
    font-size: 14px;
    font-family: "Source Han Sans CN", "寰蒋闆呴粦", 'Arial Regular', Verdana, Helvetica, sans-serif;
}

td,
th,
caption {
    font-size: 14px;
}

a {
    color: #333;
    text-decoration: none;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
}

a:hover {
    text-decoration: none;
    transition: .3s all;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -o-transition: .3s all;
}

img {
    border: none;
}

ol,
ul,
li {
    list-style: none;
}

input,
textarea,
select,
button {
    font: 14px "Source Han Sans CN", "寰蒋闆呴粦", 'Arial Regular', Verdana, Helvetica, Arial, sans-serif;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

a,
button {
    cursor: pointer;
}

input,
textarea,
button {
    outline: none;
}

textarea {
    resize: none;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    overflow: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.show {
    display: block !important;
}

.hide {
    display: none !important;
}

.toast {
    position: fixed;
    bottom: 50%;
    left: 50%;
    z-index: 9;
    width: auto;
    white-space: nowrap;
    line-height: 40px;
    padding: 0 20px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    display: none;
}

.container {
    width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    position: relative;
}


/* 澶撮儴寮€濮� */

.ind {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_con {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.ind_nav {
    max-width: 1360px;
    height: 76px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_nav_l {
    width: 232px;
    height: 76px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_nav_l a {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_nav_l a img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_nav_c {
    width: 600px;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
}

.ind_nav_c ul {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
}

.ind_nav_c ul li {
    width: auto;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto 24px;
    /* margin-right: 45px; */
    position: relative;
}

.ind_nav_c ul li a {
    font-size: 20px;
    color: #333333;
    text-align: center;
    line-height: 76px;
}

.ind_nav_ac::after {
    content: '';
    width: 30px;
    height: 6px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #2D75FF;
    border-radius: 20px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -15px;
}
.ind_nav_c_t{
	display: none;
}
.ind_nav_r {
    width: calc(100% - 850px);
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
    float: right;
}

.ind_nav_r_l {
    width: 335px;
    height: 36px;
    overflow: hidden;
    display: block;
    margin: auto;
    float: left;
    border-radius: 30px;
    background: #F7F8FA;
}

.ind_nav_r_l_l {
    width: 60px;
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
    float: left;
    margin-left: 15px;
    position: relative;
}

.ind_nav_r_l_l select {
   appearance:none;
   -moz-appearance:none;
   -webkit-appearance:none;
   -ms-appearance:none;
    border: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    outline: none;
    font-size: 14px;
    background: none;
    text-align: center;
   
}
 
.ind_nav_r_l_l select::placeholder {
    color: #333333;
}

.ind_nav_r_l_l img {
    width: 10px;
    height: 6px;
    overflow: hidden;
    display: block;
    margin: auto;
    position: absolute;
    top: 15px;
    right: 0;
}

.ind_nav_r_l_r {
    width: calc(100% - 80px);
    height: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    margin: auto;
}

.ind_nav_r_l_r input {
    width: calc(100% - 40px);
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    border: none;
    background: none;
    padding: 0 20px;
}

.ind_nav_r_l_r a {
    width: 40px;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_nav_r_l_r a img {
    width: 16px;
    height: 15px;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 10px;
}

.ind_nav_r_r {
    width: 130px;
    height: 100%;
    overflow: hidden;
    display: block;
    margin: auto;
    color: #333333;
    line-height: 76px;
}

.ind_nav_r_r a {
    font-size: 14px;
    color: #2D75FF;
    margin: auto 5px;
    text-align: center;
}

.ind_nav_r_r img {
    width: 35px;
    height: 35px;
    float: right;
    margin-top: 20px;
}


/* 澶撮儴缁撴潫 */


/* 搴曢儴寮€濮� */

.ind_footer {
    width: 100%;
    height: 390px;
    overflow: hidden;
    display: block;
    margin: auto;
    background: #1F2833;
}

.ind_footer_con {
    max-width: 1360px;
    height: 355px;
    overflow: hidden;
    display: block;
    margin: auto;
}

.ind_footer_nav {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 45px;
}

.ind_footer_nav ul {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    text-align: center;
}

.ind_footer_nav ul li {
    width: auto;
    height: auto;
    overflow: hidden;
    display: inline-block;
    margin: auto;
    color: #FFFFFF;
}

.ind_footer_nav ul li:nth-last-child(1) span {
    display: none;
}

.ind_footer_nav ul li a {
    font-size: 14px;
    color: #fff;
    display: inline-block;
}

.ind_footer_nav ul li span {
    font-size: 14px;
    color: #fff;
    margin: auto 45px;
    display: inline-block;
    transform: rotate3d(1, 1, 1, 45deg);
}

.ind_footer_center {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.ind_footer_center p {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    margin-top: 8px;
}

.ind_footer_img {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}

.ind_footer_img img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    display: block;
    margin: auto 10px;
}

.ind_footer_bottom {
    width: 100%;
    height: 35px;
    overflow: hidden;
    display: block;
    margin: auto;
    border-top: 2px solid rgba(75, 82, 87, .64);
}

.ind_footer_bottom p {
    font-size: 14px;
    color: #8A9095;
    text-align: center;
    line-height: 35px;
}

.ind_footer_bottom p a {
    color: #8A9095;
}

.ind_nav_l div {
    background: url(../images/icon_menu.png);
    width: 35px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 15px;
    display: none;
    background-size: 100% 100%;
}

.ind_nav_l_ac {
    background: url(../images/cancel.png)!important;
    background-size: 100%!important;
}


/* 搴曢儴缁撴潫 */

@media screen and (max-width:1360px) {
    .ind_nav_r_l {
        width: calc(100% - 85px);
    }
}

@media screen and (max-width:1200px) {
    .ind_nav_c {
        width: auto;
    }
    .ind_nav_r {
        width: calc(100% - 670px);
    }
    .ind_nav_c ul li {
        margin: auto 10px;
    }
    .ind_nav_c ul li a {
        font-size: 18px;
    }
}

@media screen and (max-width:950px) {
    .ind_nav_l {
        width: 140px;
        height: 45px;
        margin-top: 17px;
    }
    .ind_nav_c ul li a {
        font-size: 15px;
    }
    .ind_nav_ac::after {
        width: 24px;
        height: 4px;
        margin-left: -12px;
    }
    .ind_nav_r {
        width: calc(100% - 510px);
    }
    .ind_nav_r_l_l {
        width: 40px;
        margin-left: 10px;
    }
    .ind_nav_r_l_l select {
        font-size: 12px;
    }
    .ind_nav_r_l_r a img {
        width: 12px;
        height: 12px;
        margin-top: 13px;
    }
    .ind_nav_r_l_r input {
        width: calc(100% - 1px);
        padding: 0 0px;
        font-size: 12px;
    }
    .ind_nav_r_l {
        width: calc(100% - 65px);
    }
    .ind_nav_r_r {
        width: 103px;
    }
    .ind_nav_r_r a {
        font-size: 12px;
        margin: auto 2px;
    }
}

@media screen and (max-width:750px) {
    .ind_nav_l div {
        display: block;
    }
    .ind_nav {
        height: 60px;
    }
    .ind_nav_l {
        margin-top: 7px;
    }
    .ind_nav_c {
        width: 100%;
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        background: rgba(0, 0, 0, .9);
        z-index: 99;
    }
    .ind_nav_c ul {
        display: block;
    }
    .ind_nav_c ul li {
        height: auto;
    }
    .ind_nav_c ul li a {
        color: #fff;
        line-height: 50px;
        text-align: center;
        display: block;
    }
    .ind_nav_ac::after {
        bottom: 0;
    }
    .ind_footer {
        height: auto;
    }
    .ind_footer_con {
        height: auto;
        padding-bottom: 20px;
    }
    .ind_footer_nav {
        margin-top: 20px;
    }
    .ind_footer_nav ul li a {
        font-size: 12px;
    }
    .ind_footer_nav ul li span {
        font-size: 12px;
        margin: auto 10px;
    }
    .ind_footer_center {
        margin-top: 10px;
    }
    .ind_footer_center p {
        font-size: 12px;
        margin-top: 5px;
    }
    .ind_footer_img img {
        width: 100px;
        height: 100px;
    }
    .ind_footer_bottom p {
        font-size: 12px;
        line-height: 30px;
    }
    .ind_nav_r {
        display: none;
 
	}
	.ind_nav_c_t{
		display:flex;
		align-items: center;
		justify-content: center;
		color: #fff;
	}
	.ind_nav_c_t a{
		width: auto;
		height: auto;
		overflow: hidden;
		display: block;
		margin: auto 10px;
		color: #fff;
		text-align: center;
		font-size: 15px;
		line-height: 50px;
	}
}