@charset "utf-8";
/* CSS Document */
.floortwo {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.floortwo .bd {
	height:auto;
	overflow:hidden;
	width:1200px;
}
.floortwo .bd ul li {
	float:left;
	margin-right:20px;
	width:380px;
}
.floortwo .bd ul li:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.floortwo .bd ul li .pic {
	display: block;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
}

.floortwo .bd ul li .pic a img {
	max-width:100%;
	height:220px;
	transition:all 0.3s linear 300ms;
	-ms-transition:all 0.3s linear 300ms;
	-moz-transition:all 0.3s linear 300ms;
	-webkit-transition:all 0.3s linear 300ms;
	-o-transition:all 0.3s linear 300ms;
}
.floortwo .leftLoop {
	overflow:hidden;
	width: 1200px;
}
.floortwo .bd ul li .pic img:hover {
	-ms-transform:rotate(5deg) scale(1.2); /* IE 9 */
	-moz-transform:rotate(5deg) scale(1.2); /* Firefox */
	-webkit-transform:rotate(5deg) scale(1.2); /* Safari and Chrome */
	-o-transform:rotate(5deg) scale(1.2); /* Opera */
	transform:rotate(5deg) scale(1.2);
}
.floortwo .bd ul li span {
    display: block;
    font-size: 14px;
    line-height: 47px;
    background:#101010;
}
.floortwo .bd ul li span a {
	display: block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 20px;
    background: url(/images/incase-icon.png) no-repeat 340px center;
}
.floortwo .bd ul li:hover a {
	color: #fff;
    background: url(/images/incase-icon.png) no-repeat 340px center;
}
.mbox4Btn {
    display: block;
}
.mbox2More {
    text-align: center;
    text-transform: uppercase;
    font-size: 0;
    width: 150px;
    height: 38px;
    border: 2px solid #d1293a;
    color: #d1293a;
    line-height: 42px;
    border-radius: 19px;
    margin: 25px auto 0;
    transition: all 0.5s ease 0s;
    background: #fff;
}
.mbox2More span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
}
.mbox2Line {
    margin-left: 13px;
    width: 0;
    height: 2px;
    background: #FFFFFF;
    transition: all 0.5s ease 0s;
}
.mbox2Arrow {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #d1293a;
    border-bottom: 5px solid transparent;
    transition: all 0.5s ease 0s;
}
.mbox4Btn:hover, .mbox4Btn:focus {
    background: #d1293a;
    color: #FFFFFF;
}
.mbox4Btn:hover .mbox2Arrow, .mbox4Btn:focus .mbox2Arrow {
    border-left: 5px solid #FFFFFF;
}

.product_right {
	width:1200px;
	margin:0 auto;
	overflow:hidden;
}
.product_right ul li:nth-child(3n) {
 margin-right: 0;
}
.product_list {
}
.product_right ul li {
	float:left;
	margin-right:20px;
	margin-bottom:20px;
	width:380px;
}
.product_right ul li:hover {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}
.product_right ul li b {
	display: block;
    max-width: 100%;
    height: 220px;
    overflow: hidden;
    text-align: center;
}
.product_right ul li a img {
	max-width: 100%;
	height: 220px;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}
.product_right ul li img:hover {
	transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
}
.product_right ul li span {
	display: block;
    font-size: 14px;
    line-height: 47px;
    background:#101010;
}
.product_right ul li span a {
    display: block;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 20px;
    background: url(/images/incase-icon.png) no-repeat 340px center;
}
.product_right ul li:hover a {
	color:#fff;
	background: url(/images/incase-icon.png) no-repeat 340px center;
}


.toubu {
    background: rgba(16, 16, 16, 0.8);
    position: fixed;
    z-index: 1500;
    width: 100%;
    height: 65px;
}
.neirong {
    width: 1200PX;
    margin: 0 auto;
    height: 65px;
}
.logo {
    float: left;
}
.logo img {
    padding-top: 15px;
}
#nav {
    float: right;
}
.nav {
    float: right;
}
.nav>li {
    float: left;
    line-height: 45px;
    text-align: center;
    position: relative;
}
.nav>li a {
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 10px 10px;
    margin-right: 10px;
}
a.cur {
    background: #fff;
    color: #d1293a !important;
}
.nav>li:after {
    content: '';
    width: 1px;
    height: 20px;
    position: absolute;
    top: 17px;
    right: 0px;
}
.nav>li.list .list_ul {
    position: absolute;
    left: -50px;
    display: none;
    width: 150px;
    z-index: 9999;
}
.nav>li.list .list_ul>li {
    position: relative;
    background: #fff;
}
.nav>li.list .list_ul>li a {
    color: #555;
    padding: 0 0 0 15px;
    text-align: left;
    font-size: 14px;
}
.nav>li.list {
    position: relative;
}
.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.caret {
	border-top: 4px solid;
 -webkit-transition: .25s;
 -o-transition: .25s;
 transition: .25s;
	-webkit-transform: scale(1.001);
	-ms-transform: scale(1.001);
	-o-transform: scale(1.001);
	transform: scale(1.001);
}
.nav>li a:hover {
	background: #fff;
	color: #d1293a;
}
/* flexslider */
.banner_key {
	width: 100%;
	height: 680px;
}

.flexslider {
	position:relative;
	height:680px;
	overflow:hidden;
	background:url(/images/loading.gif) 50% no-repeat;
}
.slides {
	position:relative;
	z-index:0;
}
.slides li {
	height:680px;
	background-attachment: fixed !important;
}
.flex-control-nav {
	position:absolute;
	bottom:40px;
	z-index:2;
	width:100%;
	text-align:center;
}
.flex-control-nav li {
	display:inline-block;
	width:14px;
	height:14px;
	margin:0 5px;
*display:inline;
	zoom:1;
}
.flex-control-nav a {
	display:inline-block;
	width:14px;
	height:14px;
	line-height:40px;
	overflow:hidden;
	background:url(/images/dot.png) right 0 no-repeat;
	cursor:pointer;
}
.flex-control-nav .flex-active {
	background-position:0 0;
}
.flex-direction-nav {
	position:absolute;
	z-index:3;
	width:100%;
	top:40%;
}
.flex-direction-nav li a {
	display:block;
	width:50px;
	height:100px;
	overflow:hidden;
	cursor:pointer;
	position:absolute;
}
.flex-direction-nav li a.flex-prev {
	left:40px;
	background:url(/images/prev.png) center center no-repeat;
}
.flex-direction-nav li a.flex-next {
	right:40px;
	background:url(/images/next.png) center center no-repeat;
}
body {
    background: #f7f6f6;
}
.biaoti {
    text-align: center;
    margin: 20px 0;
}

.bt1 {
    color: #d1293a;
    font-size: 30px;
    font-weight: 500;
}

span.bt2 {
    display: block;
    padding: 6px 0 0;
    font-size: 15px;
}


.about {
    background: url(../images/box5Bg.jpg) center bottom no-repeat;
    background-size: cover;
    padding: 80px 0;
    margin: 30px auto;
}
.box5Lef {
    position: relative;
    float: left;
    color: #FFFFFF;
    width: 65%;
    text-align: left;
}

.box5Tit {
    padding-bottom: 25px;
}
.box5TitCn {
    font-size: 34px;
    line-height: 120%;
    color: #fff;
}
.box5TitEn {
    font-size: 30px;
    line-height: 120%;
    color: #fff;
}
.box5Brief {
    line-height: 24px;
    padding-bottom: 35px;
}
.mbox5List {
    font-size: 0;
    margin: 0 -25px;
}
.mbox5List li {
    font-size: 14px;
    vertical-align: top;
    width: 43%;
    padding: 25px 25px 0;
    float: left;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.mbox5Ico {
    float: left;
    width: 50px;
}
.mbox5Text {
    margin-left: 60px;
}
.mbox5Name {
    font-size: 18px;
    line-height: 200%;
    color:#fff;
}
.ellipsis {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 700;
}
.mbox5Infor {
    line-height: 24px;
}
.box5Rig {
    float: right;
    width: 35%;
}
.box5RigPic {
    float: right;
    min-height: 500px;
    position: relative;
}
.box5RigPic img {
    position: relative;
    top: 35px;
    width: 100%;
}
.container {
    width: 1200px;
    margin: 0 auto;
}




.index-news {
    margin: 30px auto 0;
}
.contain {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.taC {
    text-align: center;
}
.I-title .t1 {
    line-height: 45px;
    font-size: 30px;
    font-weight: normal;
}
.I-title i {
    display: block;
    width: 80px;
    height: 2px;
    background: #d1293a;
    margin: 10px auto 0;
}
.Inews-nav {
    text-align: center;
    font-size: 0px;
    margin: 30px 0 0;
}
.Inews-nav a.cur, .Inews-nav a:hover {
    color: #fff !important;
    background: #d1293a;
}
.Inews-nav a {
    display: inline-block;
    width: 160px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    margin: 0 7px;
}
.Inews-wrap {
    margin: 10px 0 0;
    display: none;
}
.Inews-swiper {
    display: block;
    width: 47%;
    float: left;
    margin: 20px 0 0;
    overflow: hidden;
    height: 468px;
}
.Inews-swiper .swiper-slide1 a {
    display: block;
}
.pr {
    position: relative;
}
.ofH {
    overflow: hidden;
}
.Inews-swiper .InSwiper-img {
    width: 100%;
    height: 468px;
    object-fit: cover;
}
.Inews-swiper .date {
    position: absolute;
    top: 0px;
    left: 6%;
}
.Inews-wrap .date {
    width: 95px;
    padding: 21px 0 18px;
    line-height: 19px;
    text-align: center;
    color: #fff;
    background: #d1293a;
}
.Inews-wrap .date .day {
    line-height: 34px;
    font-size: 33.86px;
    margin: 0 0 10px;
}
.Inews-swiper .InSwiper-box {
    padding: 2% 3%;
    background: rgba(0,0,0,.6);
    position: absolute;
    bottom: 5px;
    left: 0px;
    width: 94%;
}
.InSwiper-box .title {
    line-height: 30px;
    font-size: 15px;
    color: #fff;
}
.InSwiper-box .con {
    line-height: 20px;
    font-size: 13px;
    color: #ffffff;
}
.Inews-list {
    width: 51%;
    float: right;
}
.Inews-list li {
    display: block;
    margin: 20px 0 0;
}
.Inews-list .Inlist-box {
    display: block;
    padding: 8px 0 0 120px;
    height: 94px;
    background: #e7e7e7;
    position: relative;
    overflow: hidden;
}
.Inlist-box .date {
    position: absolute;
    left: 0px;
    top: 0px;
}
.Inlist-box .title {
    line-height: 30px;
    font-size: 16px;
}
.Inlist-box .con {
    line-height: 22px;
    height: 44px;
    color: #7e7e7e;
    margin: 5px 0 0;
}