/*@font-face{
    font-family:PingFang_Bold;
    src:url("../font/PingFang_Bold.ttf")
           
}
@font-face{ 
    font-family:PingFang_ExtraLight;
    src:url("../font/PingFang_ExtraLight.ttf")
           
}
@font-face{
    font-family:PingFang_Heavy;
    src:url("../font/PingFang_Heavy.ttf")
           
}
@font-face{
    font-family:PingFang_Light;
    src:url("../font/PingFang_Light.ttf")
           
}
@font-face{
    font-family:PingFang_Medium;
    src:url("../font/PingFang_Medium.ttf")
           
}
@font-face{
    font-family:PingFang_Regular;
    src:url("../font/PingFang_Regular.ttf") 
           
}*/
/* ("../font/PingFang_ExtraLight.ttf"),
            ("../font/PingFang_Heavy.ttf"),
            ("../font/PingFang_Light.ttf"),
            ("../font/PingFang_Medium.ttf"),
            ("../font/PingFang_Regular.ttf");*/
/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
*{
    box-sizing:border-box;
    margin: 0;
    padding: 0;
    border: 0;
    /*font-size: 100%;*/
    /*font-weight: normal;*/
    font-family: "PingFang_Regular","微软雅黑";
    vertical-align: baseline;
}
/*html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}*/

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    width: 100%;
    /*line-height: 1;*/
    /* font-family: Helvetica Neue,Helvetica,Arial,Hiragino Sans GB,Microsoft Yahei,STXihei,SimHei,WenQuanYi Micro Hei,Droid Sans,sans-serif; */
    /*font-family: "PingFang_Light";*/
    /*background-color: #f5f5f5;*/
    /*min-width: 1290px;*/
    /*min-width: 1000px;*/
    /*min-width: 1920px;*/
    max-width: 1920px;
    min-width: 1114px;
}
li {
    list-style: none;
}
img{width:100%;}

/*顶部*/
.index_top{
    display: flex;
    align-items: center;
    height: 100px;
    box-sizing:content-box;
}
.index_top_logo{
    width: 12.7%;
    margin-left: 4.8%;
    padding: 2% 0;
}
.index_top_logo div{
    width: 100%;
}
.index_top_nav{
    /*width: 70%;*/
    width: 61.9%;
    margin-left: 7.6%;
}
.index_top_nav a{
    color: #000;
    text-decoration: none; 
    height: 100px;
}
.index_top_nav h3{
    cursor: pointer;
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.index_top_nav h3 a{
    /*white-space: nowrap;*/
    display: block;
    width: 100%;
    height: 100%;
    line-height: 100px;
    font-weight: lighter;
}
.index_top_nav .index_top_nav_1{
     display: flex;
     justify-content: space-between;
     width: 100%;
}
.index_top_nav .index_top_nav_1_item{
    width: 14.3%;
    height: 100%;
    text-align: center; 
    position: relative;
}
.index_top_nav .index_top_nav_1_item h3{
    font-size: 23px;
    /*line-height: 100%;*/
    line-height: 100px;
}
.index_top_nav_2{
    display: none;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 999;
}
.index_top_nav .index_top_nav_1_item>h3:hover{
    /*color: #fff;*/
    /*background-color: #000;*/
    /*background-color: rgba(0,0,0,0.4);*/
}
.index_top_nav .index_top_nav_1_item>h3:hover >a{
    color: #fff;
    /*background-color: #000;*/
    background-color: rgba(0,0,0,0.6);
}
.index_top_nav .index_top_nav_1_item:hover >.index_top_nav_2{
    display: block;
}
.index_top_nav .index_top_nav_1_item.index_top_nav_2:hover{
    display: block;
}
.index_top_nav_2 .index_top_nav_2_item{
    width: 100%;
    height: 50px;
}
.index_top_nav_2 .index_top_nav_2_item h3{
    font-size: 23px;
    height: 50px;
    line-height: 50px;
}
.index_top_nav_2 .index_top_nav_2_item h3 a{
    color: #000;
    height: 50px;
    line-height: 50px;
    background-color: rgba(255,255,255,0.6);
}
.index_top_nav_2 .index_top_nav_2_item h3:hover >a{
    color: #fff;
    background-color: rgba(0,0,0,0.6);
}

/*底部*/
.index_footer{
    margin-top: 11.2%;
}
.index_footer .index_footer_footertopborder{}
.index_footer .index_footer_main{
    margin-top: 1%;
    display: flex;
    background-color: #12036f;
    padding-top: 2%;
    /*padding-bottom: 10%;*/
    height: 441px;
}
.index_footer .index_footer_main_left{
    display: flex;
    /*justify-content: space-between;*/
    /*width: 27.4%;*/
    width: 30.3%;
    /*width: 582px;*/
    margin-left: 25.2%;
    /*margin-left: 25.2%;*/
    margin-top: 3.5%;
    flex-shrink: 0;
    transform-origin: 0 0;
}
.index_footer .index_footer_main_left a{
	display: block;
	position: relative;
	color: #fff;
	text-decoration: none;
    transform-origin: 0 0;
}
.index_footer .index_footer_main_left a img{
	position: absolute;
	left: 0;
	top: 0;
}
.index_footer .index_footer_main_left .index_footer_main_left_towtfysg{
	width: 44.5%;
    transform-origin: 0 0;
}
.index_footer .index_footer_main_left .index_footer_main_left_towtfysg a:first-of-type{
	width: 54.1%;
}
.index_footer .index_footer_main_left .index_footer_main_left_towtfysg a:nth-of-type(2){
	width: 71%;
	margin-left: 29%;
	margin-top: 3.5%;
}
.index_footer .index_footer_main_left .index_footer_main_left_toshangxi{
	width: 38.7%;
	margin-left: 16.8%;
    transform-origin: 0 0;
}
.index_footer .index_footer_main_left .index_footer_main_left_toshangxi a:first-of-type{
	width: 74.7%;
}
.index_footer .index_footer_main_left .index_footer_main_left_toshangxi a:nth-of-type(2){
	width: 37.7%;
	margin-left: 62.3%;
	margin-top: 5%;
}
.index_footer .index_footer_main_right{
    /*margin-left: 16.7%;*/
    width: 20.3%;
    flex-shrink: 0;
    min-width: 330px;
    margin-left: 15.2%;
    transform-origin: 0 0;
}
.index_footer .index_footer_main_right_above{
    width: 100%;
}
.index_footer .index_footer_main_right_above .index_footer_main_right_above_erweima{
    width: 30.5%;
    margin-left: 5%;
}
.index_footer .index_footer_main_right_below{
    width: 100%;
    margin-top: 7%;
}
.index_footer .index_footer_main_right_below ul{
    width: 100%;
}
.index_footer .index_footer_main_right_below ul li{
    width: 100%;
    display: flex;
    align-items:center;
    margin-top: 2%;
}
.index_footer .index_footer_main_right_below ul li div{
    width: 6.4%;
}
.index_footer .index_footer_main_right_below ul li span{
	display: block;
	width: 91.6%;
    color: #fff;
    white-space: nowrap;
    font-size: 15px;
    margin-left: 2%;
    font-weight: lighter;
    opacity: 0.7;
}
.index_footer .index_footer_main_right_beian{
    color: #fff;
    white-space: nowrap;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 8%;
    font-weight: lighter;
    opacity: 0.7;
}