.clear{
	clear: both;
}
.yjzb {
	transform:translate(0,-10px);
	-webkit-transform:translate(0,-10px);
	-moz-transform:translate(0,-10px);
	-o-transform:translate(0,-10px);
	-ms-transform:translate(0,-10px);
	-webkit-box-shadow:0px 5px 15px #e5e5e5;
    -moz-box-shadow:0px 5px 15px #e5e5e5;
    box-shadow:0px 5px 15px #e5e5e5;
}

.Nav_box{
	position: fixed;
	right: 0;
	top: 0;
	width: 60px;
	height: 100%;
	z-index: 999;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.Nav_box .Nav{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.Nav_box span{
	display: block;
	width: 22px;
	height: 2px;
	background: #fff;
	cursor: pointer;
	margin: 20px 0 20px 10px;
	margin-left: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.Nav_box span.active{
	background: #FF0012;
	width: 32px;
	margin-left: 0;
}
.brand li{
	display: block;	
	margin: 10px;	
	width: 136px;	
	height: 136px;	
	text-align: center;	
	position: relative;
	border-radius: 5px;
	background: rgba(255,255,255,0.6);
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	}
.brand li:hover{		
	background:rgba(0, 0, 0, 0.7);
	display: block;	
	margin: 10px;	
	width: 136px;	
	height: 136px;	
	text-align: center;	
	position: relative;
	box-sizing: border-box;	
}	
.brand li b{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.brand img{	
	width: 70%;
	height: fit-content;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.brand li:first-of-type img{	
	/*width: 40%;*/
}
.brand li img:last-of-type{	
	display: none;
}
.brand li img:first-of-type{	
	display: block;
}
.brand li:hover img:first-of-type{	
	display: none;
}
.brand li:hover img:last-of-type{	
	display: block;
}
.brand li .line1,.brand li .line2,.brand li .line3,.brand li .line4{
	position: absolute;
	background: #d2201e;
}
.brand li .line1{
	width: 3px;
	height: 0;
	left: -3px;
	bottom: -3px;
	opacity: 0;
}
.brand li .line2{
	height: 3px;
	width: 0;
	right: -3px;
	top: -3px;
	opacity: 0;
}
.brand li .line3{
	width: 3px;
	height: 0;
	right: -3px;
	top: 0px;
	opacity: 0;
	animation-delay:6s;
	-webkit-animation-delay:6s;
	animation-duration: 2s;
}
.brand li .line4{
	height: 3px;
	width: 0%;
	left: 0px;
	bottom: -3px;
	opacity: 0;
	animation-delay:8s;
	-webkit-animation-delay:8s;
	animation-duration: 2s;
}
.index {
    overflow: hidden;
}
.fixed_phone {
    position: fixed;
    bottom: 10%;
    right: 10px;
    width: 60px;
    height: 60px;
    z-index: 99;
    display: none;
	-webkit-transition: all 0.5s linear;
	transition: all 0.5s linear;
}
.header {
    width: 94%;
    position: fixed;
    z-index: 999;
	padding: 5px 3%;
}
.height {
    height: 100px;
    display: none;
}
.fixed {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
	background: #fff;
    box-shadow: 0px 6px 20px rgba(35, 35, 35, 0.39);
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.logo {
    width: 110px;
    height: 100px;
}
.logo a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.logo a img {
    width: 100%;
    height: auto;
}
.nav {
    position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.nav li {
    line-height: 100px;
    float: left;
    position: relative;
	z-index: 99999999;
}
.nav>li>a {
    padding: 0 35px;
    font-size: 15px;
    color: #fff;
	opacity: 0.98;
}
.header.fixed .nav>li>a {
	color: #333;
}
.header .logo img.img2 {
	display: none;
}
.header.fixed .logo img.img1 {
	display: none;
}
.header.fixed .logo img.img2 {
	display: block;
}
.nav>li>a:hover {
    color: #fb0d1c;
}
@media all and (max-width: 1440px) {
    .nav>li>a {
        padding: 0 20px;
        font-size: 16px;
    }
}
@media all and (max-width: 1240px) {
    .nav>li>a {
        padding: 0 15px;
        font-size: 14px;
    }
}
/*@media only screen and (max-width: 1500px) {
    .logo {
        width: 280px;
    }
    .nav>li>a {
        padding: 0 20px;
    }
}
@media only screen and (max-width: 1400px) {
    .logo {
        width: 280px;
    }
    .nav>li>a {
        padding: 0 16px;
    }
}
@media only screen and (max-width: 1340px) {
    .logo {
        width: 260px;
    }
    .nav>li>a {
        padding: 0 10px;
    }
}
@media only screen and (max-width: 1240px) {
    .logo {
        width: 240px;
    }
    .nav>li>a {
        padding: 0 10px;
    }
} */
.nav .li_sj {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
    border-width: 12px;
    border-style: solid;
    border-color: transparent #fb0d1c transparent transparent;
    transform: rotate(90deg);
    display: none;
}
.ss_menu{
    position: fixed;
    left: 0%;
    top: 100px;
	width: 100%;
    background: #e6e4e5;
    display: none;
	padding: 4% 0%;
    z-index: 99999;
}
.ss_menu .s_box{
	overflow: hidden;
	position: relative;
	width: 80%;
	margin: auto;
}
.ss_menu dl{
	float: left;
    width: 26%;
    margin-left: 20%;
}
.ss_menu dl dd {
	margin: 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}
.ss_menu dl dd:hover a {
    color: #fb0d1c;
}
.ss_menu dl dd.active a {
    color: #fb0d1c;
}
.ss_menu dl dd a {
    font-size: 16px;
    color: #666;
    background: url(jt.png)no-repeat right center;
    padding-right: 20px;
    box-sizing: border-box;
}
.ss_menu .right{
	float: right;
	width: 38%;
	height: 260px;
	margin-right: 12%;
	position: relative;
}
.ss_menu .right .right_bg{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: none;
}
.ss_menu .right .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	display: none;
}
.ss_menu .right .img:first-of-type{
	display: block;
}
.header_fr {
    margin-top: 36px;
}
.header_btn li {
    float: left;
	padding-left: 15px;
	margin-left: 15px;
    text-align: center;
	opacity: 0.8;
	position: relative;
	cursor: pointer;
}
.header.fixed .header_btn li{
	opacity: 0.6;
}
.header_btn li:before {
	content: "";
    width: 1px;
    height: 15px;
	position: absolute;
	left: 0;
	top:6px;
	background: #fff;
}
.header_btn li a {
    line-height: 24px;
    text-align: center;
}
.header_btn li img{
    display: inline-block;
    vertical-align: middle;
	width: 20px;
    height: 20px;
}
.header_btn li img.p2{
	display: none;
}
.header.fixed .header_btn li img.p1 {
	display: none;
}
.header.fixed .header_btn li img.p2 {
	display: inline-block;
}
.header_btn li span {
    font-size: 14px;
    color: #fff;
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
}
.header.fixed .header_btn li span{
	color: #333;
}
.header.fixed .header_btn li:before{
	background: #666;
}
.header_search {
    text-align: center;
    cursor: pointer;
	opacity: 0.8;
}
.header_search img {
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}
.header_search img.p2{
	display: none;
}
.header.fixed .header_search img.p1{
	display: none;
}
.header.fixed .header_search img.p2{
	display: inline-block;
	opacity: 0.7;
}
/* banner */
.banner{
	position:relative;
	width:100%;
	height:100%!important;
	overflow:hidden;
	}
.banner p{
	z-index:999;
	}
.banner_bc{
	width:100%;
	height:100%;
	position:relative;
	}
.banner_bc .bc{
	width:100%;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	display:none;
	}
.banner_bc .bc:first-of-type{
	display:block;}
.banner_bc img{
	display:block;
	width:100%;
	position:absolute;
	left:0;
	bottom:0;
	}
.banner video{
	display:block;
	object-fit:fill;
	border:0;
	min-width: 100%;  
    min-height: 100%;
	position:relative;
}
.banner dl{
	position:absolute;
	top:50%;
	right:1%;
	z-index:4;
	-webkit-transform:translate(-0%,-50%);
	transform:translate(0%,-50%);
	z-index:10;
	display: none;
	}
.banner dl dd{
	width: 30px;
	height: 30px;
	background: url(banner_btn.png)no-repeat center center;
	background-size: 24px 11px;
	cursor: pointer;
	-webkit-transition: all 0.3 linear;
	transition: all 0.3 linear;
	}
.banner dl dd.active{    
	background: url(banner_btn_on.png)no-repeat center center;
    background-size: 24px 11px;
	}
.banner_txt {
    position: absolute;
    left: 16%;
    top: 30%;
    width: 100%;
    color: #fff;
}
.banner_txt p {
    font-size: 15px;
    letter-spacing: 0px;
    margin-bottom: 14px;
	margin-left: -3%;
	opacity: 0;
	width: 24%;
	line-height: 26px;
	text-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.banner_txt h3{
	font-size: 15px;
	color: #fff;
	letter-spacing: 0px;
	margin-left: -5%;
	opacity: 0;
}
.banner_txt h4 {
    font-size: 60px;
    letter-spacing: 0px;
    margin-bottom: 10px;
    font-weight: bold;
	margin-left: -5%;
	opacity: 0;
}
.banner_txt span {
    font-size: 14px;
    color: #f71123;
	margin-left: -8%;
	opacity: 0;
	background: url(jt_x.png) no-repeat right;
	background-size: 26px;
	padding-right: 42px;
	padding-bottom: 5px;
}
.index_about {
	width: 100%;
	padding: 100px 0 120px 0;
	background-size: cover;
	background-image: url(about_bj.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.index_about_main {
    width: 100%;
    text-align: center;
}
.index_about_tit {
    font-size: 38px;
    color: #fff;
    letter-spacing: 0px;
    margin-bottom: 10px;
	font-weight: normal;
	opacity: 0.94;
}
.index_about_tit b{
	padding-left: 10px;
}
.index_about_txt {
    width: 70%;
    margin: 0 auto;
    color: rgba(255,255,255,0.8);
    line-height: 24px;
    font-size: 14px;
	letter-spacing: 0px;
}
@media only screen and (min-width: 1400px) {
    .index_about_txt {
        width: 50%;
    }
}
.index_about_num {
    margin-top: 32px;
}
.index_about_num ul {
    text-align: center;
}
.index_about_num ul li {
    width: 236px;
    display: inline-block;
}
.index_about_num ul li span,
.index_about_num ul li i {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.index_about_num ul li span {
    font-size: 55px;
    color: #fff;
    font-weight: bold;
}
.index_about_num ul li i {
    font-size: 14px;
    color: #fff;
}
.index_about_link{
    margin: 46px auto 0;
	background: url(jx_x_1.png) no-repeat right 10px;
	background-size: 26px;
	width: 222px;
	padding-right: 0;
	-webkit-transition:all 0.5s linear;
	transition:all 0.5s linear;
	padding-bottom: 5px;
}
.index_about_link a{
	font-size: 15px;
	color: #fff;
}
.index_about_link:hover{
	width: 232px;
	cursor: pointer;
	opacity: 0.8;
}
/* 产品 */
.index_product {
    width: 100%;
    padding: 6% 0 6%;
	/* background: #f1f5f9; */
	margin-top: -20px;
}
.product_layer {
    width: 92%;
    margin: 0 auto;
    height: 100%;
}
.index_product_tit {
    font-size: 38px;
    font-weight: 500;
    color: #e50012;
    letter-spacing: 0px;
    text-align: center;
}
.index_product_tit b{
	padding-left: 10px;
}
.index_product_txt {
    width: 62%;
    text-align: center;
    font-size: 14px;
    color: #333;
    margin: 20px auto 0;
    line-height: 1.7;
    letter-spacing: 0px;
	opacity: 0.7;
}
@media only screen and (min-width: 1400px) {
    .index_product_txt {
        width: 44%;
        font-size: 14px;
    }
}
.index_product_lists {
    position: relative;
    margin-top: 60px;
}
.index_product_lists .btn .left{
	position: absolute;
	left: 6%;
	top: 50%;
	-webkit-transform: translate(0,-130%);
	transform: translate(0,-130%);
	cursor: pointer;
}
.index_product_lists .btn .right{
	position: absolute;
	right: 6%;
	top: 50%;
	-webkit-transform: translate(0,-130%);
	transform: translate(0,-130%);
	cursor: pointer;
}
.index_product_lists .btn .left img{
	display: block;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.index_product_lists .btn img{
	width: 46px;
	-webkit-transition:all 0.3s linear;
	transition:all 0.3s linear;
	opacity: 0.5;
}
.index_product_lists .btn img:hover{
	opacity: 1;
}
.index_product_lists .b_more{
	width: 170px;
	margin: 2% auto 1% auto;
}
.index_product_lists .b_more h1{
	color: #e50012;
	font-size: 15px;
	background: url(jt_x.png) no-repeat right;
	background-size: 26px;
}
.index_product_ul {
    width: 82%;
    position: relative;
    margin: 0 auto;
	overflow: hidden;
	z-index: 6;
	padding: 0 1%;
}
.index_product_ul ul {
    text-align: center;
}
.index_product_lists ul li {
	padding-bottom: 3%;
}
.index_product_lists ul li a{
	margin: auto;
	width: 86%;
	/* box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11); */
}
.index_product_lists ul li :hover .product_img {
	-webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.product_img {
	-webkit-transition: all 0.6s linear;
    transition: all 0.6s linear;
}
.product_img .on{
    display: none;
}
.index_product_link {
    height: auto;
	position: relative;
    background: #fff;
    padding: 0% 6%;
	text-align: center;
}
/* .index_product_lists ul li:nth-child(2n) a .index_product_link{
	background: #222;
} */
.index_product_link i {
    display: inline-block;
    font-size: 14px;
    color: #333;
	margin-top: 20px;
	line-height: 22px;
	letter-spacing: 0px;
}
.index_product_link span{
    font-size: 16px;
    color: #333;
    letter-spacing: 2px;
}
/* .index_product_lists ul li:nth-child(2n) i,.index_product_lists ul li:nth-child(2n) span{
	color: #fff;
} */
/*  */
.index_ly{
	padding:5% 0 6%;
	position: relative;
}
.index_ly .bg_video{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: -1;
	top: 0;
	left: 0;
}
.index_ly .bg_video video{
	width: 100%;
	margin: auto;
	object-fit: cover
}
.index_ly .bg_video .bk{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
}
.index_ly dl{
	display:flex;
	justify-content: center;
}
.index_ly dl dd{
    text-align: center;
    font-size: 14px;
	margin:2.5% 10px 2%;
	color: #fff;
    letter-spacing: 0px;
    cursor: pointer;
}
.index_ly dl dd a{
    color: #fff;font-size: 14px;margin:2.5% 10px 2%;
}
.index_ly dl dd:hover{
    color: #e50012;font-size: 14px;margin:2.5% 10px 2%;
}
.index_ly dl dd a:hover{
text-align: center;
    font-size: 14px;
	margin:2.5% 10px 2%;
	color: #e50012;
    letter-spacing: 0px;
    cursor: pointer;
}	
.bg_video dl{
	width: 100%;
	height: 100%;
}

.bg_video dl dd{
	display: none;
	width: 100%;
	height: 100%;
	margin: 0;
}
.bg_video dl dd video{
	object-fit: cover;
}
.bg_video dl dd.active{
	display: block;
}
.index_ly dl dd.active{
	color: #e50012;
}
.index_tittle{
	position: relative;
	z-index: 3;
}
.index_tittle h1{
	font-size: 38px;
	font-weight: 500;
	color: #fff;
	letter-spacing: 0px;
	text-align: center;
	opacity: 0.92;
}
.index_tittle h1 b{
	color: #ff0012;
	padding-left: 10px;
}
.index_tittle p{
	width: 42%;
	margin: 20px auto 0 auto;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0px;
	line-height: 1.7;
	text-align: center;
	opacity: 0.8;
}
#m-container .section {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-width: 320px;
    min-height: 320px;
    padding-top: 106px;
}
#m-container .section .section-cell {
    width: 100%;
    overflow: hidden;
    vertical-align: middle;
    text-align: center;
    position: relative;
    z-index: 4;
}
@media all and (min-width: 961px) {
    #m-container {
        position: relative;
        width: 100%;
        height: 680px;
        overflow: hidden;
    }
    #m-container .section-wrap {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }
    .mobile_q {
        display: none;
    }
}
@media all and (max-width: 960px) {
    #m-container .section.sec-tbl {
        display: block;
    }
    #m-container .section .section-cell {
        display: block;
    }
    #section02,
    #section03,
    #section04,
    #section05 {
        height: 100% !important;
    }
    #section02 .section-list {
        padding: 0 0 65px 0 !important;
    }
    #section03 .container {
        padding: 0 15px;
    }
    #section05 .layer-slide .slide01 {
        background-size: cover !important;
    }
}
#m-container .section .tit {
    position: relative;
    text-align: center;
    margin-bottom: 6%;
}
#m-container .section .tit h2 {
    color: #fff;
    font-size: 32px;
    font-weight: 350;
}
#m-container .section .tit h2 strong {
    font-size: 38px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0px;
}
#m-container .section .tit p {
    padding-top: 20px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
}
#m-container #section05 .tit h2 {
    font-weight: 500;
    color: #333;
}
#m-container #section05 .tit p {
    color: #666;
}
.gdd_pag {
    bottom: 40px !important;
}
#section02 .video_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
#section02 .video_bg ul {
    width: 100%;
    height: 100%;
    position: relative;
}
#section02 .video_bg li {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
#section02 .video_bg li:nth-child(1) {
    display: block;
}
#section02 .video_bg video {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    margin-top: -176px;
}
.gdd_pag .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: #fff;
}
.gdd_pag .swiper-pagination-bullet-active {
    background-color: #fb0d1c;
}
#section03 {
    background: url("banner.png") no-repeat 50% 50% fixed;
    background-size: cover;
}
@media all and (max-width: 960px) {
    #m-container .section .tit {
        padding: 65px 0 30px;
    }
    #m-container .section .tit p {
        display: none;
        padding-top: 10px;
        font-size: 12px;
    }
    #m-container .section .tit h2 {
        font-size: 20px;
    }
    #m-container .section .tit h2 strong {
        font-size: 25px;
    }
}
#section02 .section-list {
    overflow: hidden;
}
#section02 .section-list li {
    position: relative;
    float: left;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 25%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media (min-width: 768px) {}
#section02 .section-list li div {
    display: table;
    overflow: hidden;
    width: 100%;
    height: 230px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section02 .section-list li a {
    display: table-cell;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
#section02 .section-list li a .txt {
    position: relative;
    padding-top: 36px;
    line-height: 1.2;
    font-size: 18px;
    color: #fff;
}
#section02 .section-list li.active a {
    background: #fb0d1c;
}
#section02 .section-list li.active div {
    border: 1px solid #fb0d1c;
}
#section02 .section-list li a .txt:after {
    position: relative;
    top: 0;
    display: inline-block;
    content: '';
    margin-left: 8px;
    width: 8px;
    height: 13px;
    background: url("moremore.png") no-repeat 80%;
}
#section02 .section-list li a span {
    position: relative;
    display: block;
    text-align: center;
}
#section02 .section-list li a span img {
    width: auto;
    height: auto;
    display: inline-block;
}
#section02 .section-list li a .ico:after {
    display: block;
    content: '';
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -21px;
    width: 42px;
    height: 1px;
    background: #dee9f1;
}
/*  */
.main-tit-con {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 32px;
    height: 46px;
}
.main-tit-con a {
    font-size: 14px;
    color: #666;
    float: right;
    height: 100%;
    line-height: 46px;
    padding-right: 30px;
    background: url(readmore.jpg)no-repeat right center;
    font-weight: bold;
}
.main-tit {
    letter-spacing: -0.5px;
    font-size: 32px;
    color: #000;
    letter-spacing: 0px !important;
    font-weight: 300;
    float: left;
}
.main-tit strong {
    font-weight: 600;
}
.main-tit span {
    color: #000;
    font-size: 18px;
    letter-spacing: -0.75px;
    line-height: 22px;
    opacity: 0.5;
    filter: Alpha(opacity=50);
}
.main-bbs-more-btn {
    position: absolute;
    top: 20px;
    right: 0px;
    color: #020202;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: -0.7px;
}
.main-bbs-more-btn span {
    vertical-align: middle;
    margin-right: 10px;
    margin-top: -1px;
}
.main-bbs-more-btn:hover {
    color: #0063a7;
}
@media all and (max-width: 800px) {
    .main-tit-con {
        margin-bottom: 15px;
        padding-bottom: 12px;
    }
    .main-tit {
        font-size: 29px
    }
    .main-tit span {
        font-size: 12px;
    }
    .main-bbs-more-btn {
        top: 10px;
    }
}
#mainNewsContent {
    padding: 50px 0 40px 0;
    border-bottom: 1px solid #e3e3e3;
}
.news-list-con {
    margin: -1% -2%;
}
.news-list-con .slick-list {
    display: flex;
}
.news-list-con .slick-list .slick-track {
    transform: none !important;
}
.news-list-con li {
    float: left;
    width: 29.33% !important;
    margin: 1% 2%;
}
.news-list-con li a {
    display: block;
}
.news-list-con li a .news-item-inner {
    position: relative;
    padding-left: 140px;
}
.news-list-con li a .news-item-inner .news-day-box,
.news-list-con li a .news-item-inner .news-day-box strong {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}
.news-list-con li a .news-item-inner .news-day-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 90px;
    padding: 20px 0;
    text-align: center;
    background-color: #ececec;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
}
.news-list-con li a .news-item-inner .news-day-box strong {
    display: block;
    font-size: 46px;
    margin-bottom: 15px;
    letter-spacing: -1px;
    color: #fb0d1c;
    font-weight: 600;
}
.news-list-con li a .news-item-inner .news-info-box .news-tit {
    overflow: hidden;
    display: inline-block;
    height: 60px;
    margin-bottom: 10px;
    font-weight: 600;
    word-break: keep-all;
}
@media (min-width: 768px) {
    .news-list-con li a .news-item-inner .news-info-box .news-tit {
        word-break: normal;
    }
}
.news-list-con li a .news-item-inner .news-info-box .news-tit strong {
    color: #000;
    line-height: 30px;
    font-size: 19px;
    font-weight: 500;
    letter-spacing: -0.65px;
}
.news-list-con li a .news-item-inner .news-info-box .news-tit .new-icon {
    margin-left: 10px;
    margin-top: -5px;
}
.news-list-con li a .news-item-inner .news-info-box .news-txt {
    overflow: hidden;
    height: 52px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: -0.5px;
    font-weight: 300;
    opacity: 0.85;
    filter: Alpha(opacity=85);
    margin-bottom: 15px;
}
.news-list-con li a .news-item-inner .news-info-box span {
    font-size: 14px;
    color: #333;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.news-list-con li a .news-item-inner .news-info-box span i {
    font-size: 12px;
    margin-left: 5px;
    position: relative;
    top: 1px;
}
.news-list-con li a:hover .news-item-inner .news-info-box span {
    color: #fb0d1c;
}
.news-list-con li a:hover .news-item-inner .news-day-box {
    background-color: #fb0d1c;
    color: #fff;
}
.news-list-con li a:hover .news-item-inner .news-day-box strong {
    color: #fff;
}
.news-list-con li a:hover .news-item-inner .news-info-box .news-tit strong {
    color: #fb0d1c;
}
@media all and (max-width: 1520px) {
    .news-list-con li a .news-item-inner {
        padding-left: 115px
    }
}
@media all and (max-width: 1220px) {
    .news-list-con li a .news-item-inner {
        padding-left: 95px;
    }
    .news-list-con li a .news-item-inner .news-day-box {
        height: 100%;
        box-sizing: border-box;
        width: 80px;
    }
}
@media all and (max-width: 800px) {
    #mainNewsContent {
        margin: 30px 0 25px
    }
    .news-list-con {
        margin: 0;
    }
    .news-list-con li {
        margin: 0 15px;
    }
    .news-list-con li a .news-item-inner {
        padding-left: 90px
    }
    .news-list-con li a .news-item-inner .news-day-box {
        width: 70px;
        font-size: 12px;
        padding: 18px 0;
    }
    .news-list-con li a .news-item-inner .news-day-box strong {
        font-size: 38px;
        margin-bottom: 12px;
    }
    .news-list-con li a .news-item-inner .news-info-box .news-tit {
        height: 45px;
        margin-bottom: 10px;
    }
    .news-list-con li a .news-item-inner .news-info-box .news-tit strong {
        font-size: 15px;
        line-height: 22px;
    }
    .news-list-con li a .news-item-inner .news-info-box .news-txt {
        height: 42px;
        font-size: 12px;
        line-height: 20px;
    }
}
#mainQuickBannerContent {
    margin: 0px auto;
    padding-bottom: 80px;
}
.main-quick-banner-con {
    margin: 0 -0.3%
}
.main-quick-banner-con li {
    float: left;
    position: relative;
    width: 32.73%;
    margin: 0 0.3%
}
.main-quick-banner-inner {
    overflow: hidden;
}
.main-quick-banner-inner:hover .quick-banner-img {
    transform: scale(1.2);
}
.main-quick-banner-con li .quick-banner-img {
    position: relative;
    height: 0;
    width: 100%;
    display: block;
    padding-top: 56.5%;
    transition: all 0.6s;
}
.main-quick-banner-con li .quick-banner-img img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.main-quick-banner-con li .quick-banner-img .m-img {
    display: none;
}
.main-quick-banner-con li .quick-banner-info {
    position: absolute;
    width: 60%;
    left: 40px;
    bottom: 60px;
}
.quick-banner-info .table-layout {
    width: 100%;
}
.main-quick-banner-con li .quick-banner-info strong,
.main-quick-banner-con li .quick-banner-info span,
.main-quick-banner-con li .quick-banner-info p {
    color: #fff;
    position: relative;
    left: 0px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.main-quick-banner-con li .quick-banner-info .quick-sub-tit {
    font-size: 18px;
    color: #fff;
    letter-spacing: -0.5px;
    font-weight: 400;
    opacity: 0.68;
    filter: Alpha(opacity=68);
}
.main-quick-banner-con li .quick-banner-info .quick-tit {
    display: block;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-weight: 400;
    margin-bottom: 15px;
    font-family: "Nanum Square", 'NanumSquare'
}
.main-quick-banner-con li .quick-banner-info .quick-tit:after {
    display: block;
    margin: 15px 0 15px 0;
    width: 15px;
    height: 2px;
    background-color: #fff;
    content: "";
}
.main-quick-banner-con li .quick-banner-info .quick-txt {
    font-size: 14px;
    letter-spacing: 1px !important;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.95;
    filter: Alpha(opacity=95);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
@media all and (min-width: 1221px) {
    .main-quick-banner-con li a:hover .quick-banner-info .quick-tit,
    .main-quick-banner-con li a:hover .quick-banner-info .quick-txt,
    .main-quick-banner-con li a:hover .quick-banner-info .quick-sub-tit {
        left: -10px;
    }
}
@media all and (max-width: 1800px) {
    #mainQuickBannerContent .main-quick-banner-wrapper {
        padding: 0 15px
    }
    .main-quick-banner-con li .quick-banner-info {
        left: 10%;
    }
    .main-quick-banner-con li .quick-banner-info .quick-sub-tit,
    .main-quick-banner-con li .quick-banner-info .quick-tit:before {
        display: none;
    }
}
@media all and (max-width: 1220px) {
    .main-quick-banner-con li .quick-banner-info .quick-tit {
        font-size: 24px;
        margin-bottom: 15px
    }
    .main-quick-banner-con li .quick-banner-info .quick-txt {
        font-size: 15px;
        line-height: 22px;
    }
}
@media all and (max-width: 800px) {
    .main-quick-banner-con {
        margin: 0
    }
    .main-quick-banner-con li {
        float: none;
        width: auto;
        margin: 0 0 1px 0
    }
    .main-quick-banner-con li .quick-banner-img {
        padding-top: 38%;
    }
    .main-quick-banner-con li .quick-banner-img .pc-img {
        display: none;
    }
    .main-quick-banner-con li .quick-banner-img .m-img {
        display: block;
    }
    .main-quick-banner-con li .quick-banner-info {
        left: 30px;
    }
    .main-quick-banner-con li .quick-banner-info .quick-sub-tit,
    .main-quick-banner-con li .quick-banner-info .quick-tit:before {
        display: block;
    }
    .main-quick-banner-con li .quick-banner-info .quick-sub-tit {
        font-size: 11px;
    }
    .main-quick-banner-con li .quick-banner-info .quick-tit {
        font-size: 22px
    }
    .main-quick-banner-con li .quick-banner-info .quick-tit:before {
        width: 10px;
        margin: 13px 0 15px;
    }
    .main-quick-banner-con li .quick-banner-info .quick-txt {
        position: absolute;
        left: 130px;
        top: 50%;
        font-size: 13px;
        line-height: 18px;
        margin-top: -5px;
    }
}
@media all and (max-width: 480px) {
    .main-quick-banner-con li .quick-banner-info {
        left: 15px;
        right: 15px;
    }
    .main-quick-banner-con li .quick-banner-info .quick-txt {
        left: 110px;
    }
}
@media all and (max-width: 359px) {
    .main-quick-banner-con li .quick-banner-info .quick-tit {
        margin-bottom: 0
    }
    .main-quick-banner-con li .quick-banner-info .quick-txt {
        display: none;
    }
}
#mainInvestContent {
    margin: 92px 0 75px;
}
#mainInvestContent .invest-tit-content {
    position: absolute;
    top: 5px;
    left: 0px;
}
#mainInvestContent .main-invest-content {
    position: relative;
    margin-right: 260px;
    margin-left: 410px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}
#mainInvestContent .main-invest-content .invest-price-con {
    color: #000;
    float: left;
    font-size: 18px;
    letter-spacing: -0.5px;
    margin-right: 10px;
}
#mainInvestContent .main-invest-content .invest-price-con .invest-icon {
    display: inline-block;
    vertical-align: middle;
}
#mainInvestContent .main-invest-content .invest-price-con .invest-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 49px;
    margin: 0 15px 0 20px
}
#mainInvestContent .main-invest-content .invest-price-con .invest-won-txt {
    display: inline-block;
    vertical-align: middle;
    color: #0063a7;
    font-size: 21px;
    letter-spacing: -0.3px;
    font-weight: 300;
    opacity: 0.9;
    filter: Alpha(opacity=90);
}
#mainInvestContent .main-invest-content .invest-price-con:after {
    display: inline-block;
    width: 135px;
    height: 1px;
    background-color: #d4d4d4;
    content: "";
    margin-left: 10px;
}
#mainInvestContent .main-invest-content .up {
    color: #c80000
}
#mainInvestContent .main-invest-content .down {
    color: #1e8df9
}
#mainInvestContent .invest-before-day-compare-con dl {
    overflow: hidden;
    display: inline-block;
}
#mainInvestContent .invest-before-day-compare-con dl dt,
#mainInvestContent .invest-before-day-compare-con dl dd {
    float: left;
    font-weight: 400;
    line-height: 46px;
    color: #202020;
    font-size: 22px;
    letter-spacing: -0.3px;
}
#mainInvestContent .invest-before-day-compare-con dl:first-child {
    margin-right: 55px;
}
#mainInvestContent .invest-before-day-compare-con dl dd {
    margin-left: 15px;
}
#mainInvestContent .invest-more-btn {
    position: absolute;
    top: -5px;
    right: 0px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    background-color: #0063a7;
    text-align: center;
    font-size: 18px;
    letter-spacing: -1px;
}
#mainInvestContent .invest-more-btn i {
    font-size: 30px;
    margin-left: 10px
}
@media all and (max-width: 1520px) {
    #mainInvestContent .invest-tit-content {
        left: 15px;
    }
    #mainInvestContent .main-invest-content {
        margin-left: 300px
    }
    #mainInvestContent .main-invest-content .invest-price-con:after {
        width: 80px;
    }
    #mainInvestContent .main-invest-content .invest-price-con .invest-price {
        font-size: 40px;
    }
    #mainInvestContent .invest-before-day-compare-con dl:first-child {
        margin-right: 30px;
    }
    #mainInvestContent .invest-before-day-compare-con dl dt,
    #mainInvestContent .invest-before-day-compare-con dl dd {
        font-size: 18px
    }
    #mainInvestContent .invest-more-btn {
        right: 15px;
    }
}
@media all and (max-width: 1220px) {
    #mainInvestContent {
        margin: 45px 0 35px;
    }
    #mainInvestContent .invest-tit-content {
        position: static;
        text-align: center;
        margin-bottom: 50px
    }
    #mainInvestContent .main-invest-content {
        margin: 0;
        text-align: center;
    }
    #mainInvestContent .main-invest-content .invest-price-con {
        float: none;
        display: inline-block;
        vertical-align: middle;
    }
    #mainInvestContent .invest-before-day-compare-con {
        display: inline-block;
        vertical-align: middle;
    }
    #mainInvestContent .invest-more-btn {
        top: 0px;
        width: 150px;
        height: 50px;
        line-height: 50px;
        font-size: 15px;
    }
    #mainInvestContent .invest-more-btn i {
        font-size: 24px;
        margin-top: -2px;
    }
}
@media all and (max-width: 800px) {
    #mainInvestContent .invest-tit-content {
        margin-bottom: 25px;
    }
    #mainInvestContent .invest-tit-content span {
        display: none;
    }
    #mainInvestContent .main-invest-content .invest-price-con {
        font-size: 13px;
    }
    #mainInvestContent .main-invest-content .invest-price-con .invest-price {
        font-size: 30px;
    }
    #mainInvestContent .main-invest-content .invest-price-con .invest-won-txt {
        font-size: 16px;
    }
    #mainInvestContent .invest-more-btn {
        position: static;
        display: block;
        margin: 20px auto 0;
    }
}
@media all and (max-width: 480px) {
    #mainInvestContent .main-invest-content .invest-price-con,
    #mainInvestContent .invest-before-day-compare-con {
        display: block;
    }
    #mainInvestContent .main-invest-content .invest-price-con:after {
        display: block;
        width: 80%;
        margin: 20px auto;
    }
}
#mainGlobalContent {
    background-color: #ddd
}
.main-global-wrapper {
    position: relative;
}
/* 合作伙伴 */
.cooperation_red{
    width: 100%;
    background: url(hz_bg.jpg) no-repeat bottom;
	background-size: cover;
    padding: 120px 9% 120px 9%;
	box-sizing: border-box;
}
.cooperation_red .container1{
	margin: 0 auto 0 0;
}
.container1{
	position: relative;
	padding: 0;
	width: 100%;
}
.cooperation_red_tit {
	position: absolute;
	left: 0px;
    top: 50%;
    width: 40%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.cooperation_red_tit h1{
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	letter-spacing: 1px;
	opacity: 0.92;
}
.cooperation_red_tit p{
	color: #fff;
	font-size: 14px;
	width: 70%;
	margin-top: 10px;
	line-height: 25px;
	opacity: 0.8;
}
.cooperation_red_list {
    width:60%;
	float: right;
    position: relative;
}
.cooperation_sign {
    position: absolute;
}
.cooperation_red_tit .b_more{
	width: 170px;
	margin-top: 20px;
}
.cooperation_red_tit .b_more h1{
    color: #fff;
    font-size: 15px;
    background: url(jx_x_1.png) no-repeat right;
    background-size: 26px;
}
.sign_l {
    width: 40px;
    height: 53px;
    left: -70px;
    top: -30px;
}
.sign_r {
    width: 40px;
    right: -86px;
    top: 28px;
}
.cooperation_red_ul {
    width: 100%;
	position: relative;
	overflow: hidden;
}
.cooperation_red_ul>ul {
	width: 100%;
}
.cooperation_red_ul>ul li {
}
.cooperation_red_ul>ul li dl {
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.cooperation_red_ul>ul li dl dd img {
    width: 70%;
    height: auto;
}
.cooperation_red_list_btn {
    width: 100%;
    margin-top: 40px;
	text-align: center;
}
.cooperation_red_list_btn span{
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px #ff3e4b solid;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 6px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.cooperation_red_list_btn .on {
    background: #fff;
    border-color: #fff;
}
.cooperation_main {
    height:180px;
    width: 100%;
    position: relative;
    background: #fff;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    box-sizing: border-box;
}
.cooperation_main a {
    width: 145px;
    height: 34px;
    text-align: center;
    line-height: 34px;
    border: 1px #e5232a solid;
    font-size: 16px;
    color: #e5232a;
    -webkit-transition: all 1.2s;
    -moz-transition: all 1.2s;
    -o-transition: all 1.2s;
    -ms-transition: all 1.2s;
    transition: all 1.2s
}
.cooperation_main a:hover {
    color: #fff;
    background: #e5232a;
    border-color: #e5232a;
}
.cooperation_main dl dt {
    font-size: 28px;
    color: #e5232a;
    margin-bottom:10px;
}
.cooperation_main dl dd {
    font-size: 16px;
    color: #000000;
	line-height:28px;
}
/* ****************** FOOTER ********************** */
#footer {
    background-color: #fff;
}
.footer-left-con {
    float: left;
}
.guohui_box {
    position: absolute;
    right: 8%;
    top: 50%;
    margin-top: -13px;
}
.family-address p {
    margin-bottom: 10px;
}
.footer-right-con {
    float: right;
}
.footer-right-con.ddd {
    float: none;
}
.partner-list-con {
    display: flex;
    justify-content: space-between;
    padding: 0 0.2rem;
}
#footerTop {
    border-top: 1px solid #ddd;
    padding: 34px 0 22px
}
.foot-logo {
    float: left;
    padding-right: 40px;
}
.foot-menu {
    float: left;
    overflow: hidden;
}
.foot-menu li {
    float: left;
    line-height: 50px;
}
.foot-menu li:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    margin: -3px 15px 0 15px;
    width: 1px;
    height: 20px;
    background-color: #ccc
}
.foot-menu li:first-child:before {
    display: none
}
.foot-menu li a {
    color: #191919;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.partner-list-con {
    padding-top: 0;
}
.partner-list-con span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 13px
}
#footerMiddle {
    background-color: #1f1f1f;
    padding: 66px 3%;
}
.footer-company-name {
    display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: -0.5px;
    font-weight: 500;
    margin-bottom: 25px;
    visibility: hidden;
}
.family-address p {
    color: #7e7d7d;
    font-size: 12px;
    line-height: 28px;
}
.family-address p span {
    font-size: 14px;
    color: #fff;
    opacity: 1;
    font-weight: bold;
    margin-right: 10px;
}
.family-address span:before {
    content: "/";
    margin: 0 10px;
}
.family-address span:first-child:before {
    display: none
}
.family-address a {
    color: inherit
}
.family-address .footer-caution-txt {
    color: #fffefe;
    font-size: 13px;
    font-weight: 300;
    padding-top: 30px;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}
.family-address .footer-caution-txt p {
    display: inline-block;
    opacity: 0.4;
    filter: Alpha(opacity=40);
}
.family-address .footer-caution-txt i {
    margin-right: 10px;
    margin-top: -2px;
    font-size: 30px;
    opacity: 0.7;
    filter: Alpha(opacity=70);
}
.family-address .copyright {
    font-size: 13px;
}
.footer-sitemap-con {
    padding-right: 50px;
}
@media only screen and (max-width: 1400px){
    .footer_logo {
        width: 280px;
    }
    .footer-sitemap-con {
        padding: 0;
    }
    .family-address .footer_input input[type="text"] {
        width: 120px;
    }
    .family-address .footer_input input[type="button"] {
        width: 80px;
    }
	/* .cooperation_red_ul>ul li dl dd img {
	    width: 98px;
	    height: auto;
	} */
}
.footer-sitemap-con>li {
    float: left;
    min-height: 155px;
    border-left: 1px solid rgba(64, 64, 64, 0.07);
    padding: 0 0.25rem 0 10px
}
.footer-sitemap-con>li dt {
    margin-bottom: 30px;
    font-size: 16px;
    color: #ddd;
    letter-spacing: -0.5px;
}
.footer-sitemap-con>li dd {
    line-height: 24px;
}
.footer-sitemap-con>li dd span {
    color: #828282;
    font-size: 12px;
}
.footer-sitemap-con>li dd a:hover span {
    color: #eee;
}
.footer-sitemap-con>li .sitemap-2dep-con li a {
    display: block;
    color: #fff;
    font-size: 14.5px;
    letter-spacing: -0.5px;
    font-weight: 300;
    padding: 8px 0;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s
}
.footer-sitemap-con>li .sitemap-2dep-con li a:hover{
    opacity: 1.0;
    filter: Alpha(opacity=100);
}
#footerBottom{
    position: relative;
    border-top: 1px solid #4c4c4c;
    background-color: #1f1f1f;
	padding: 0 3%;
}
#footerBottom .back_top{
	position: absolute;
	right: 3%;
	top:0%;
	/*border-radius: 50%;
	background: #f3f3f3;*/
	width: 74px;
	height:73px;
	cursor: pointer;
	/*-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);*/
}
#footerBottom .back_top img{
	width: 100%;
	 
	/*margin: 4px auto 0 auto;
	-webkit-transform: rotate(90deg);
	transform: rotate(-90deg);
	opacity: 0.5;
	-webkit-transition: 0.5s;
	transition: 0.5s;*/
}
#footerBottom .back_top:hover img{
	opacity: 0.8;
}
.copyright,.remote-control-txt{
    line-height: 74px;
}
.copyright {
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    font-weight: 300;
    margin-right: 35px;
}
.remote-control-txt {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.remote-control-txt i {
    color: #007ecc;
    font-size: 30px;
    margin-right: 10px;
}
.footer-agreement-btn,
.family-site-box {
    float: left;
    position: relative;
    text-align: left;
}
.footer-agreement-btn,
.family-site-box .family-site-open-btn {
    display: block;
    position: relative;
    width: 250px;
    height: 74px;
    line-height: 74px;
    text-indent: 20px;
    font-size: 14.5px;
    color: #fff !important;
    font-weight: 300;
    letter-spacing: -0.75px;
}
.footer-agreement-btn:after,
.family-site-box .family-site-open-btn:after {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    content: "";
    height: 3px;
    background-color: #fff;
}
.footer-agreement-btn .arrow,
.family-site-box .family-site-open-btn .arrow {
    position: absolute;
    right: 20px;
    top: 0px;
}
.family-site-box {
    margin-left: 10px;
}
.family-site-list {
    position: absolute;
    bottom: 74px;
    left: 0px;
    width: 100%;
    padding: 10px 0;
    max-height: 150px;
    overflow: auto;
    background-color: #1f1f1f;
    border: 1px solid #4c4c4c;
    border-bottom: 0;
    z-index: 11;
    display: none;
    box-sizing: border-box;
}
.family-site-list a {
    display: block;
    padding: 10px;
    color: #fff;
    font-size: 13px;
}
.family-site-list a:hover {
    color: #0065a4;
    text-decoration: underline;
}
.to-top-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 74px;
    height: 74px;
    background-color: #0065a4;
    text-align: center;
    line-height: 74px;
    color: #fff;
    z-index: 99;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    -ms-transition: all 0.6s;
    transition: all 0.6s
}
.to-top-btn.fixed {}
@media all and (max-width: 1600px) {
    .footer-sitemap-con>li {
        padding: 0 20px 0 10px;
    }
}
@media all and (max-width: 1440px) {
    .footer-sitemap-con>li {
        padding: 0 15px 0 10px;
    }
}
@media all and (max-width: 1280px) {
    .footer-sitemap-con>li {
        padding: 0 10px 0 10px;
    }
}
@media all and (max-width: 1150px) {
    .footer-sitemap-con>li {
        padding: 0 10px 0 10px;
    }
    .footer-right-con {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .footer-left-con {
        float: none;
    }
    .footer-right-con {
        float: none;
    }
    #footerTop .footer-left-con {
        float: left;
    }
    #footerTop .footer-right-con {
        float: right;
    }
    .foot-logo {
        padding-right: 20px;
    }
    .foot-menu li:before {
        height: 15px;
        margin: -2px 8px 0 8px
    }
    .foot-menu li a {
        font-size: 13px;
    }
    .partner-list-con {
        padding-top: 15px;
    }
    .partner-list-con span {
        margin-left: 3px;
    }
    .partner-list-con span img {
        height: 25px;
    }
    #footerMiddle .footer-right-con {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    #footerTop .footer-left-con,
    #footerTop .footer-right-con {
        float: none;
        text-align: center;
    }
    .foot-logo {
        float: none;
        text-align: center;
        padding-right: 0;
    }
    .ewm_box {
        float: none !important;
    }
    .foot-menu {
        display: none;
    }
    #footerMiddle {
        text-align: center;
        padding: 24px 0
    }
    #footerBottom {
        text-align: center;
    }
    .footer-sitemap-con>li {
        padding-right: 15px;
    }
}
@media all and (max-width: 800px) {
    .partner-list-con span img {
        height: 16px;
    }
    .footer-company-name {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .family-address .footer-caution-txt {
        display: none;
    }
    .family-address p {
        font-size: 12px;
        line-height: 20px;
    }
    .family-address p br {
        display: block;
    }
    .family-address p br+span:before {
        display: none;
    }
    #footerBottom {
        position: relative;
        border-top: 0;
        padding-bottom: 55px
    }
    #footerBottom .footer-left-con {
        margin-bottom: 20px;
    }
    #footerBottom .copyright {
        position: absolute;
        bottom: 0px;
        left: 15px;
        line-height: 55px;
    }
    .copyright,
    .remote-control-txt {
        line-height: 30px;
        font-size: 12px;
    }
    .remote-control-txt i {
        font-size: 20px;
        margin-right: 5px;
        margin-top: -2px;
    }
    #footerBottom .footer-right-con {
        margin: 0 -15px;
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
    }
    .footer-agreement-btn,
    .family-site-box {
        width: 50%;
        margin: 0;
    }
    .family-site-box .family-site-open-btn {
        width: 100%;
    }
    .footer-agreement-btn,
    .family-site-box .family-site-open-btn {
        height: 40px;
        line-height: 40px;
        text-indent: 5%;
        font-size: 11px;
    }
    .footer-agreement-btn:after,
    .family-site-box .family-site-open-btn:after {
        display: none;
    }
    .footer-agreement-btn .arrow i,
    .family-site-box .family-site-open-btn .arrow i {
        font-size: 16px;
    }
    .family-site-list {
        bottom: 40px;
    }
    .to-top-btn {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}
@media all and (max-width: 359px) {
    .copyright {
        font-size: 11px;
    }
}
.footer_new {
    width: 200px;
}
.footer_new h5 {
    font-size: 16px;
    color: #fff;
    opacity: 0.5;
    filter: Alpha(opacity=50);
    margin: 0;
    margin-bottom: 20px;
}
.footer_new ul {
    padding: 0;
    margin: 0;
}
.footer_new ul li {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #282625;
    border-radius: 6px;
    margin-right: 6px;
    margin-bottom: 15px;
    vertical-align: top;
    text-align: center;
    line-height: 30px;
    position: relative;
}
.footer_new ul li .weixin{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 120%;
    right: 0;
    display: none !important;
}
.footer_new ul li:hover .weixin{
    display: block !important;
}
.footer_new ul li i {
    color: #cdcdcd;
    font-size: 16px;
}
.footer_logo {
    width: 380px;
    margin-bottom: 20px;
}
.footer_input {
    margin-bottom: 20px;
}
.footer_input input[type="text"] {
    width: 194px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    border: none;
	color: #666 !important;
}
.footer_input input[type="button"] {
    width: 120px;
    height: 40px;
    font-size: 12px;
    background: #cd2122;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.yjtj {
    margin-bottom: 20px;
}
.yjtj {
    width: 194px;
    height: 40px;
    background: #fff;
    border-radius: 4px;
    outline: none;
    padding-left: 10px;
    font-size: 12px;
    border: none;
	color: #666 !important;
}
.yjtj {
    width: 120px;
    height: 40px;
    font-size: 12px;
    background: #cd2122;
    color: #fff;
    border-radius: 4px;
    outline: none;
    border: none;
    cursor: pointer;
    font-weight: bold;
}
.sitemap-layer-bg {
    display: none;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: rgba(0, 0, 0, 0.4);
}
#siteMapContent {
    position: fixed;
    top: 0px;
    right: -100%;
    max-width: 750px;
    height: 100%;
    background-color: #fff;
    z-index: 100000;
    overflow: hidden;
    /* transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -webkit-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -oz-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
    -ms-transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715); */
}
.table-layout {
    display: table;
    width: 100%;
    height: 100%;
}
.table-cell-layout {
    position: relative;
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
#siteMapContent.open {
    right: 0px;
    visibility: visible;
}
.sitemap-inner-wrapper {
    position: relative;
    min-height: 700px;
    height: 100%;
}
.sitemap-inner-box {
    width: 464px;
    padding-left: 288px;
    height: 100%;
    overflow: hidden;
	position: relative;
}
.sitemap-inner-box .table-layout {
    display: none;
}
.sitemap-inner-box .table-layout .table-cell-layout {
    display: block;
}
.sitemap-list-con {
	position: absolute;
	left: 0%;
	top: 50%;
	-webkit-transform: translate(0%,-50%);
	transform: translate(0%,-50%);
    box-sizing: border-box;
    width: 100%;
    max-height: 100%;
    overflow-y: scroll;
}
.sitemap-list-con>li {
    position: relative;
    border-bottom: 1px solid #e3e3e3;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 15%;
    box-sizing: border-box;
    align-items: flex-start;
}
.sitemap-list-con>li .sitemap-tit {
    position: relative;
	margin-right: 5%;
    color: #f91a1e;
    font-size: 16px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 1px;
}
.sitemap-list-con>li .sitemap-tit img {
    width: 52px;
	margin-bottom: 5px;
}
.table-layout:nth-of-type(1) .sitemap-list-con>li:nth-of-type(2) .sitemap-tit img{
	width: 82px;
}
.table-layout:nth-of-type(1) .sitemap-list-con>li:nth-of-type(3) .sitemap-tit img{
	width: 80px;
}
.table-layout:nth-of-type(1) .sitemap-list-con>li .sitemap-2dep:after {
    position: absolute;
    left: 0;
    top: 10px;
    width: 11px;
    height: 2px;
    content: "";
    background-color: #202020
}
.sitemap-list-con>li .sitemap-2dep {
    width: 220px;
    box-sizing: border-box;
	position: absolute;
	right: 10%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.sitemap-list-con>li .sitemap-2dep li {
    padding-right: 20px;
    line-height: 24px;
	position: relative;
    padding-left: 30px;
}
.sitemap-list-con>li .sitemap-2dep li:nth-child(1):before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 11px;
    height: 2px;
	background: #020202;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.sitemap-list-con>li .sitemap-2dep li b{
	position: absolute;
	left: 0;
	top: 50%;
	width: 11px;
    height: 2px;
	background: #020202;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
	opacity: 0;
}
.sitemap-list-con>li .sitemap-2dep li:hover b{
	opacity: 1;
	background: #E50012;
}
.sitemap-list-con>li .sitemap-2dep:hover li:before{
	opacity: 0;
}
.sitemap-list-con>li .sitemap-2dep li a {
    font-size: 14px;
    letter-spacing: 2px;
    color: #202020;
    opacity: 0.6;
    filter: Alpha(opacity=60);
}
.sitemap-list-con>li .sitemap-2dep li a:hover {
    color: #fb0d1c;
    opacity: 1.0;
    filter: Alpha(opacity=100);
}
.sitemap-product-inner-box {
    position: absolute;
    left: 0;
    top: 0px;
    width: 288px;
    height: 100%;
}
.sitemap-product-inner-box ul {
    height: 100%;
}
.sitemap-product-inner-box li {
    width: 100%;
    height: 33.33%;
    position: relative;
    background: #fb0d1c;
}
.sitemap-product-inner-box .on {
	background: #db1519 !important;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.sitemap-product-inner-box .on .sitemap_sj {
    position: absolute;
    top: 50%;
    right: -26px;
    width: 0;
    height: 0;
    margin-left: -13px;
    margin-top: -13px;
    border-width: 13px;
    border-style: solid;
    border-color: transparent transparent transparent #db1519;
    /* transform: rotate(90deg); */
    /* display: none; */
}
/*修改*/
.sitemap-product-inner-box li .sitemap-prd-menu-inner {
    width: 100%;
    height: 100%;
    padding: 0 ;
    box-sizing: border-box;
}
.sitemap-product-inner-box li .sitemap-prd-menu-inner .table-cell-layout {
    width: 100%;
    height: 100%;
    display: inline-block;
    box-sizing: border-box;
}
.sitemap-product-inner-box li .sitemap-prd-menu-inner .sitemap-prd-tit {
    display: block;
    color: #fff;
    font-size: 26px;
    letter-spacing: -0.75px;
    font-weight: 500;
	text-align: center;
	-webkit-transition: all linear 0.3s;
	transition: all linear 0.3s;
	-webkit-transform: translate(-0%,-50%);
	transform: translate(-0%,-50%);
	position: absolute;
	left: 0;
	top:50%;
	width: 100%;
	opacity: 0.7;
}
.sitemap-product-inner-box li .sitemap-prd-menu-inner .sitemap-prd-tit.active{
	opacity: 1;
}
.sitemap-product-inner-box li .sitemap-prd-en-tit {
    display: block;
    padding-top: 25px;
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    opacity: 0.57;
    filter: Alpha(opacity=57);
}
.sitemap-product-inner-box li .sitemap-icon {
    position: absolute;
    right: 0px;
    bottom: 30px;
	display: none;
}
.sitemap-product-inner-box li .sitemap-icon img {
	display: none;
}
.sitemap-product-inner-box li .sitemap-icon img:first-of-type {
	display: block;
}
.sitemap-product-inner-box .on .sitemap-icon img:first-of-type{
	display: none;
}
.sitemap-product-inner-box .on .sitemap-icon img:nth-of-type(2){
	display: block;
}
.sitemap-product-inner-box li.sitemap-prd-menu-02 .sitemap-prd-menu-inner .sitemap-prd-tit,
.sitemap-product-inner-box li.sitemap-prd-menu-02 .sitemap-prd-en-tit {
    color: #000;
}
.sitemap-product-inner-box li.sitemap-prd-menu-02 .sitemap-prd-menu-inner .sitemap-prd-tit:after {
    background-color: #000;
}
.sitemap-product-inner-box li.sitemap-prd-menu-03 .sitemap-icon {
    margin-top: 10px;
}
.sitemap-lang-select-box {
    position: absolute;
    top: 8%;
    left: 338px;
}
.sitemap-lang-select-box a {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    margin-right: 18px;
}
.sitemap-lang-select-box a.cur {
    color: #fb0d1c;
}
.sitemap-close-btn {
    position: absolute;
    top: 6%;
    right: 45px;
}
@media all and (max-width: 800px) {
    .sitemap-layer-bg {
        display: none;
        width: 0;
        height: 0;
    }
    #siteMapContent,
    #siteMapContent.open {
        display: none;
    }
}
#siteMapContent .sitemap-close-btn {
    width: auto;
    height: auto;
}
#siteMapContent .sitemap-close-btn img {
    width: auto;
    height: auto;
}
/* .sitemap-product-inner-box li:hover {
    width: 300px
} */
@media all and (max-width: 1440px) {
    .footer-sitemap-con>li {
        padding: 0 20px 0 10px;
    }
}
@media all and (max-width: 1280px) {
    .footer-sitemap-con>li {
        padding: 0 10px 0 10px;
    }
}
@media all and (max-width: 1150px) {
    .footer-right-con {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    .footer-left-con {
        float: none;
    }
    .footer-right-con {
        float: none;
    }
    #footerTop .footer-left-con {
        float: left;
    }
    #footerTop .footer-right-con {
        float: right;
    }
    .foot-logo {
        padding-right: 20px;
    }
    .foot-menu li:before {
        height: 15px;
        margin: -2px 8px 0 8px
    }
    .foot-menu li a {
        font-size: 13px;
    }
    .partner-list-con {
        padding-top: 15px;
    }
    .partner-list-con span {
        margin-left: 3px;
    }
    .partner-list-con span img {
        height: 25px;
    }
    #footerMiddle .footer-right-con {
        display: none;
    }
}
@media all and (max-width: 1024px) {
    #footerTop .footer-left-con,
    #footerTop .footer-right-con {
        float: none;
        text-align: center;
    }
    .foot-logo {
        float: none;
        text-align: center;
        padding-right: 0;
    }
    .ewm_box {
        float: none !important;
    }
    .foot-menu {
        display: none;
    }
    #footerMiddle {
        text-align: center;
        padding: 24px 0
    }
    #footerBottom {
        text-align: center;
    }
    .footer-sitemap-con>li {
        padding-right: 15px;
    }
}
@media all and (max-width: 800px) {
    .partner-list-con span img {
        height: 16px;
    }
    .footer-company-name {
        font-size: 15px;
        margin-bottom: 15px;
    }
    .family-address .footer-caution-txt {
        display: none;
    }
    .family-address p {
        font-size: 12px;
        line-height: 20px;
    }
    .family-address p br {
        display: block;
    }
    .family-address p br+span:before {
        display: none;
    }
    #footerBottom {
        position: relative;
        border-top: 0;
        padding-bottom: 55px
    }
    #footerBottom .footer-left-con {
        margin-bottom: 20px;
    }
    #footerBottom .copyright {
        position: absolute;
        bottom: 0px;
        left: 15px;
        line-height: 55px;
    }
    .copyright,
    .remote-control-txt {
        line-height: 30px;
        font-size: 12px;
    }
    .remote-control-txt i {
        font-size: 20px;
        margin-right: 5px;
        margin-top: -2px;
    }
    #footerBottom .footer-right-con {
        margin: 0 -15px;
        border-top: 1px solid #4c4c4c;
        border-bottom: 1px solid #4c4c4c;
    }
    .footer-agreement-btn,
    .family-site-box {
        width: 50%;
        margin: 0;
    }
    .family-site-box .family-site-open-btn {
        width: 100%;
    }
    .footer-agreement-btn,
    .family-site-box .family-site-open-btn {
        height: 40px;
        line-height: 40px;
        text-indent: 5%;
        font-size: 11px;
    }
    .footer-agreement-btn:after,
    .family-site-box .family-site-open-btn:after {
        display: none;
    }
    .footer-agreement-btn .arrow i,
    .family-site-box .family-site-open-btn .arrow i {
        font-size: 16px;
    }
    .family-site-list {
        bottom: 40px;
    }
    .to-top-btn {
        width: 55px;
        height: 55px;
        line-height: 55px;
    }
}
@media all and (max-width: 359px) {
    .copyright {
        font-size: 11px;
    }
}
.searchMask {
    position: fixed;
    left: 0;
    top: 0px;
    z-index: 99;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 900;
}
.search_main {
    position: relative;
    width: 42%;
    height: 54px;
}
.search_main form {
    width: 100%;
    height: 100%;
}
.search_input {
    display: flex;
    transform: skewX(-15deg);
    margin: 0 -5px;
    height: 100%;
    width: 100%;
}
.search_cell {
    display: flex;
    margin: 0;
    overflow: hidden;
}
.wide {
    flex: 1;
}
.search_cell * {
    flex: 1;
    margin: 0 -10px;
    border: none;
    transform: skewX(-2deg);
}
.search_input input {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 10px 22px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    outline: none;
    /* flex: 1; */
    border: none;
    margin: 0 -10px;
    transform: skewX(-2deg);
    box-sizing: border-box;
    font-size: 20px;
}
.search_btn {
    padding: 4px 10px 4px 10px;
    background: #f0375f;
    border: none;
    outline: none;
    box-sizing: border-box;
}
.search_btn img {
    width: auto;
    max-width: 100%;
    height: 39px;
    padding: 0px;
    margin-left: 2px;
    margin-right: -2px;
    cursor: pointer;
}
.index_news{
	padding: 8% 0;
	background: #f0eee9;
}
.index_news .index_tittle h1{
	color: #333;
}
.index_news .index_tittle h1 b{
	color: #ff0012;
}
.index_news .index_tittle p{
	color: #333;
	opacity: 0.7;
}
.index_news .list{
	width: 82%;
	margin: 3% auto 0 auto;
}
.index_news .list li{
	position: relative;
	float: left;
	width: 31.333%;
	margin-right: 3%;
	overflow: hidden;
	box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.11);
}
.index_news .list li:nth-child(3){
	margin-right: 0;
}
.index_news .list li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.1);
	width: 100%;
	height: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 3;
}
.index_news .list li:hover:before{
	background: rgba(0,0,0,0.3);
}
.index_news .list li img{
	width: 100%;
	transition: all 0.5s linear;
}
.index_news .list li:hover img{
	-webkit-transform: scale(1.03);
	transform: scale(1.03);
}
.index_news .list li .text{
	padding: 6% 8%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	z-index: 6;
}
.index_news .list li .text p{
	font-size:20px;
	color: #fff;
	letter-spacing: 1px;
	line-height: 24px;
	margin-bottom: 10px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.index_news .list li .text span{
	display: block;
	color: #fff;
	font-size: 14px;
	margin-bottom: -45px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	opacity: 0.8;
}
/* .index_news .list li:hover .text{
	background: rgba(255,255,255,0.8);
}*/
.index_news .list li:hover .text p{
	font-size: 21px;
}
.index_news .b_more{
	width: 170px;
	margin: 5% auto 0 auto;
}
.index_news .b_more h1{
	color: #e50012;
	font-size: 15px;
	background: url(jt_x.png) no-repeat right;
	background-size: 26px;
}
.b_fw .index_tittle h1{
	color: #333;
}
.b_fw .index_tittle h1 b{
	color: #e50012;
	padding-left: 10px;
}
.b_more{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.b_more h1{
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.b_more:hover{
	width: 110px;
	cursor: pointer;
	opacity: 0.8;
}
.b_more:hover h1{
	background-position: 82px center !important; 
}
.b_fw{
	padding: 80px 12%;
	background: #f1f5f9;
}
.b_fw .index_tittle p{
	color: #333;
	opacity: 0.7;
}
.b_fw .list{
	margin-top: 3%;
}
.b_fw .list li{
	position: relative;
	float: left;
	width: 30%;
	margin-right: 5%;
	padding: 7% 6%;
	background: #fff;
	box-sizing: border-box;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}
.b_fw .list li:nth-child(3){
	margin-right: 0;
}
.b_fw .list li:hover{
	background: #f9f9f9;
	cursor: pointer;
}
.b_fw .list li p{
	position: absolute;
	left: 30px;
	top: 58px;
	color: #666;
	font-size: 20px;
	letter-spacing: 0px;
	background: url(jt_r2.png) no-repeat right;
	background-size: 17px;
	padding-right: 24px;
	padding-bottom: 3px;
}
.b_fw .list li img{
	position: absolute;
	right: 0px;
	top: 0px;
	width:396px;
	opacity: 0.15;
}
.b_fw .list li:hover{
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.b_fw .list li:hover p{
	color: #e50012;
	background: url(jt.png) no-repeat right;
}
.big_box {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
.big_box:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: url(mouse4.png),auto;
}
.big_box .close {
    position: fixed;
    top: 10%;
    right: 3.5%;
    z-index: 100;
    cursor: pointer;
    display: none;
}
.big_box .close video {
    width: 36px;
}
.big_imgss {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
    z-index: 2;
    width: 40%;
}
.big_imgss li{
	width: 100%!important;
}
.big_imgss video {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: auto;
    box-shadow: 0 0px 5px rgba(0,0,0,0.05);
}
.big_box li img {
    display: none;
}
.sign_box{
	position: fixed;
	left: 0;
	top: 0px;
	z-index: 99;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	z-index: 900;
	display: none;
}
.sign_box .sign_xq{
	width: 80%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sign_box .sign_xq h1 {
    font-size: 30px;
	color: #fff;
	margin-bottom: 10px;
	text-align: center;
}
.sign_box .sign_xq p {
    color: #fff;
    font-size: 16px;
    margin-bottom: 30px;
	text-align: center;
}
.sign_box .sign_xq dl {
    width: 60%;
    margin: 3% auto 0 auto;
}
.sign_box .sign_xq dl dd {
    display: block;
    width: 100%;
    margin-bottom: 30px;
	position: relative;
}
.sign_box .sign_xq dl dd h1 {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-bottom: 0;
	opacity: 0.8;
}
.sign_box .sign_xq dl dd h1 b{
	color: #E50012;
	font-weight: bold;
}
.sign_box .sign_xq dl dd input {
    width: 100%;
    background: none;
    border: none;
    border-bottom: solid #ddd 1px;
    color: #fff;
    font-size: 16px;
	opacity: 0.8;
	padding-bottom: 10px;
}
.sign_box .sign_xq dl dd .type{
	width: 100%;
	border-top: solid #ddd 1px;
	position: absolute;
	left: 0;
}
.sign_box .sign_xq dl dd .type span{
	display: block;
	padding: 8px 3px;
	font-size: 15px;
	color: #fff;
	opacity: 0.8;
	background: rgba(255,255,255,0.16);
}
.sign_box .sign_xq dl dd .type span:nth-child(2n){
	background: rgba(255,255,255,0.22);
}
.sign_box .sign_xq dl dd:nth-child(3) h1{
	padding-bottom: 6px;
	background: url(btm.png) no-repeat right;
	background-size: 16px;
    border-bottom: solid #ddd 1px;
	cursor: pointer;
}
.sign_box .sign_xq .clo {
    position: absolute;
    right: 3%;
    top: 0;
    cursor: pointer;
}
.sign_box .sign_xq .clo img {
    width: 16%;
    opacity: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.sign_box .sign_xq dl dd textarea {
    width: 100%;
    background: none;
    height: 100px;
    border: solid #ddd 1px;
    margin-top: 5px;
}
.sign_box .sign_xq dl .bbt {
    width: 100%;
    line-height: 46px;
    margin: 16% auto 0 auto;
    text-align: center;
}
.sign_box .sign_xq .bbt input {
    width: 120px;
    font-size: 16px;
    color: #fff;
    border: none;
    background: #898d8d;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	outline: none;
}
.sign_box .sign_xq dl .bbt span{
    display: block;
    font-size: 13px;
    color: white;
}
.sign_box .sign_xq dl .bbt span i{
    color: #E50012;
    margin-left: 5px;
    font-size: 14px;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.sign_box .sign_xq .bbt input:hover{
	background: #E60012;
}



/*12.9*/
.index_about_tit,.index_product_tit,.index_product_link span,.index_tittle h1,.index_tittle h1{
	letter-spacing: 0px;
}
.index_about_txt{
	letter-spacing: 0px;
}
.footer_input input[type="button"] {

   }
.footer_input input[type="text"] {

}

@media all and (max-width: 1600px) {
.nav{
	left: 35%;
}
}


/*1.19*/
.nav>li>a,.header.fixed .nav>li>a{

-webkit-transition: 0.3s linear;
	-moz-transition: 0.3s linear;
	-ms-transition: 0.3s linear;
	-o-transition: 0.3s linear;	
	transition: 0.3s linear;
}
.nav>li>a:hover{
    color: #e50012 !important;
}

.header.fixed .nav>li>a:hover{
    color: #e50012!important;
}
