@charset "UTF-8";
.index-wrap{
	/*opacity: 0;
	filter: alpha(opacity=0);*/
	transition:all 1s linear;
}
.index-wrap.opacity{
	opacity: 1;
	filter: alpha(opacity=100);
}
.black{
	background: #1b1b1c;
}
.loadingBg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #2b2d35;
    text-align: center;
    z-index: 9999999;
}

.loadingBg .loading{
	position: absolute;
	left:0;
	top:50%;
	width: 100%;
	margin-top: -151px;
}
.loadingBg .loading .txt{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	margin-top: 10px;
}

.loadingBg .spinner {
    margin: 15px auto 0;
    height: 70px;
    text-align: center;
}

.loadingBg .spinner>div {
    width: 18px;
    height: 18px;
    background-color: white;
    border-radius: 100%;
    display: inline-block;
    margin:0 5px;
    -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
    animation: bouncedelay 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.loadingBg .spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.loadingBg .spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes bouncedelay {
    0%,80%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    40% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.enter-box{
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 99;
	display:none;
}
.enter-box .enter-logo{
	position: absolute;
	right:75px;
	top:66px;
}
.enter-box .text{
	position: absolute;
	left:50%;
	top:50%;
	width:1077px;
	height:303px;
	margin:-151px 0 0 -538px;
	display: none;
}
.enter-box .text img{
	width:100%;
}

.navbtn{
	position: fixed;
	top:60px;
	left:36px;
	width:50px;
	height:54px;
	background: url(../img/navbtn-bg.png);
	padding:20px 20px 0;
	z-index: 99;
}
.navbtn .line{
	display: block;
	width:50px;
	height:2px;
	margin-bottom: 14px;
	background: #fff;
}
header{
	position: fixed;
	z-index: 99;
	top:0;
	left:-440px;
	width:360px;
	height:100%;
}
header .close{
	position: absolute;
	right:-80px;
	top:0;
	width:80px;
	height:70px;
	background: #b7000f url(../img/close.png) no-repeat center;
}
.nav-box{
	position: absolute;
	left:0;
	top:0;
	background: #100200;
	width:360px;
	height:100%;
}
.nav-box .nav-logo{
	display: block;
	margin:85px 0 60px;
	text-align: center;
}
.nav li{
	height:64px;
	line-height: 64px;
	border-top:1px solid #2a2a2a;
}
.nav li a{
	display: block;
	color:#a1a2a2;
	font-size: 23px;
	padding-left: 80px;
	transition:all .3s linear;
}
.nav li:hover a,
.nav li.cur a{
	color:#fff;
}
.logo2{
	position: fixed;
	right: 75px;
	top: 66px;
	z-index: 44;
	width:229px;
	height:70px;
}
.logo2 img{
	width:100%;
}
.consult-box{
	position: fixed;
	bottom:0;
	right:0;
	width:150px;
	height:245px;
	z-index: 66;
}
.consult-box .tit{
	display: block;
	height:33px;
	font-size: 14px;
	color:#fff;
	background: url(../img/consult-tit.png) no-repeat center;
	padding:27px 0 0 70px;
}
.consult-box .consult-wrap{
	margin:15px auto 28px;
	width:132px;
	height:168px;
}
.consult-box .consult{
	margin:0 auto 28px;
	background: url(../img/consult-bg.png) no-repeat center;
	width:132px;
	height:168px;
	display: none;
}
.consult-box .consult .service{
	padding:15px 14px 4px;
	background: url(../img/consult-line.png) no-repeat bottom center;
}
.consult-box .consult .service a{
	display: block;
	line-height: 36px;
	padding-left: 36px;
	background: url(../img/consult-qq.png) no-repeat left center;
	font-size: 12px;
	color:#333;
	margin-bottom: 4px;
	transition:all .3s linear;
}
.consult-box .consult .service a:hover{
	color:#b7000f;
}
.consult-box .consult .hot-tel{
	font-size: 12px;
	text-align: center;
	line-height: 16px;
	padding:10px 0 0;
}
.consult-box .consult .hot-tel .tel{
	font-size: 14px;
	line-height: 16px;
	font-weight: bold;
}
.fixed-btns{
	position: fixed;
	top:50%;
	right:40px;
	width:10px;
	height:182px;
	margin-top: -120px;
	z-index: 44;
}
.fixed-btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:10px;
	height:10px;
	background: #b0b0b0;
	border-radius: 100%;
	margin:8px 0;
	transition:all .3s linear;
}

.fixed-btns a:hover,
.fixed-btns a.cur{
	background: #c60012;
}
.iban{
	min-width: 1200px;
	position: relative;
	z-index: 33;
}
.iban .img{
	opacity:0;
}
.iban .btns{
	position: absolute;
	left:0;
	bottom:45px;
	font-size: 0;
	text-align: center;
	z-index: 33;
	width:100%;
}

.iban .btns span{
	display:inline-block;
	display: inline*9;
	zoom:1;
	cursor: pointer;
	height: 16px;
	width: 16px;
    border-radius: 100%;
    margin: 0 9px;
	background: #fff;

}
.iban .btns span.cur{
	background: #c5171e;
}
.i-about-box{
	padding:40px 0 65px;
}
.index-tit{
	text-align: center;
	font-size: 0;
	text-align: center;
	font-weight: bold;
}
.index-tit b,
.index-tit>span{
	display: inline-block;
	*display: inline;
	zoom:1;
}
.index-tit b{
	width:237px;
	height:3px;
	margin-bottom: 18px;
}
.index-tit>span,.index-tit>h2{
	font-size: 55px;
	color:#fff;
	padding:0 65px;
}
.index-tit span .red,.index-tit h2 .red{
	color:#c60012;
}
.index-tit .left{
	background: url(../img/tit-left.png) no-repeat center;
}
.index-tit .right{
	background: url(../img/tit-right.png) no-repeat center;
}
.i-about-box .index-tit{
	margin-bottom: 30px;
}
.about-text{
	text-align: center;
}
.about-text .about-tit{
	font-size: 42px;
	color:#fff;
	line-height: 74px;
}
.about-text .about-desc{
	font-size: 42px;
	color:#b71419;
	line-height: 70px;
}
.about-icon-box{
	font-size: 0;
	text-align: center;
	margin:70px 0 70px;
}
.about-icon-box .about-icon{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:150px;
	margin:0 65px;
}
.about-icon-box .about-icon .icon{
	width:100px;
	height:100px;
	margin: 0 auto;
	position: relative;
	top:0;
	transition:all .3s linear;
}
.about-icon-box .about-icon .icon img{
	width:100%;
}
.about-icon-box .about-icon .text{
	font-size: 35px;
	color:#fff;
}
.about-icon-box .about-icon .text span{
	color:#c60012;
}
.about-icon-box .about-icon:hover .icon{
	top:-10px;
}
.more{
	display: block;
	width: 208px;
	height:54px;
	background: #b7000f;
	margin:70px auto 0;
	border-radius: 12px;
	font-size: 30px;
	text-align: center;
	line-height: 54px;
	color:#fff;
	border:1px solid #b7000f;
	transition:all .3s linear;
}
.more:hover{
	color:#b7000f;
	background: transparent;
}
.i-case-box{
	padding:35px 0 57px;
	min-width: 1200px;
}
.i-case{
	margin:45px 0 0;
}
.i-case li{
	float:left;
	position: relative;
	width:33.333%;
	*width:33.3%;
	cursor:pointer;

}
.i-case li .img{
	width:100%;
}
.i-case li .img img{
	display: block;
	width:100%;
}
.i-case li .desc-box{
	position: absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background: url(../img/case-bg.png);
	color:#fff;
	text-align: center;
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all .3s linear;
}
.i-case li .desc-box .desc-wrap{
	position: absolute;
	left:50%;
	top: 50%;
	width:350px;
	height:132px;
	margin:-66px 0 0 -175px;
}
.i-case li .desc-box .tit{
	font-size: 24px;
	position: relative;
	transform:translate(0,-20px);
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all .3s linear;
}
.i-case li .desc-box .tit span{
	font-size: 19px;
	margin-left: 15px;
}
.i-case li .desc-box .desc{
	font-size: 17px;
	height:34px;
	overflow: hidden;
	transform:translate(0,-20px);
	opacity: 0;
	filter: alpha(opacity=0);
	transition:all .3s linear;
}
.i-case li .desc-box .btns{
	font-size: 0;
	text-align: center;
	margin: 10px 0 0;
}
.i-case li .desc-box .btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width: 40px;
	height:40px;
	margin:0 8px;
	transition:all .3s linear;
}
.i-case li .desc-box .btns a.link{
	background:url(../img/link.png) no-repeat center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform:translate(-20px,0);
}
.i-case li .desc-box .btns a.scale{
	display: none;
	background:url(../img/scale.png) no-repeat center;
	opacity: 0;
	filter: alpha(opacity=0);
	transform:translate(20px,0);
}
.i-case li:hover .desc-box{
	opacity: 1;
	filter: alpha(opacity=100);
}
.i-case li:hover .desc-box .tit{
	transform:translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.i-case li:hover .desc-box .desc{
	transform:translate(0,0);
	opacity: 1;
	filter: alpha(opacity=100);
}
.i-case li:hover .desc-box .btns a.link{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:translate(0,0);
}
.i-case li:hover .desc-box .btns a.scale{
	opacity: 1;
	filter: alpha(opacity=100);
	transform:translate(0,0);
}
.i-case li .desc-box .btns a.link:hover{
	background: url(../img/link2.png) no-repeat center;
}
.i-case li .desc-box .btns a.scale:hover{
	background: url(../img/scale2.png) no-repeat center;
}
.i-case-box .more{
	margin-top:75px;
}
.i-customer-box{
	padding:40px 0 160px;
}
.i-customer{
	max-width:100%;
	text-align: center;
	margin:85px 0 80px;
}
.i-customer-box .more{
	margin-top:110px;
}
.i-box{
	padding:38px 0;
}
.i-service-box{
	padding-bottom:15px;
}
.i-service-box .i-service{
	margin:40px 0 0;
}
.i-service>div{
	font-size: 0;
	text-align: center;
	margin:0 auto 25px;
	width:1040px;
}
.i-service .item{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:106px;
	height:106px;
	position: relative;
	margin:0 25px 25px;
	cursor:pointer;
}
.i-service .item .circle{
	width:100%;
	transition:all .3s linear;
}
.i-service .item .circle img{
	width:100%;
}
.i-service .item .text{
	position: absolute;
	left:50%;
	top:50%;
	width:60px;
	height:60px;
	line-height: 30px;
	margin:-30px 0 0 -30px;
	font-size: 26px;
	color:#000;
}
.i-service .item:hover .circle{
	transform:rotate(360deg);
}
.i-news-box{
	margin:15px 0 0;
}
.i-news-box .i-news{
	height:100px;
	overflow: hidden;
	position: relative;
}
.i-news-box .news-btns{
	font-size: 0;
	text-align: center;
	margin:0 0 15px;
}
.i-news-box .news-btns a{
	display: inline-block;
	*display: inline;
	zoom:1;
	color:#818282;
	margin:0 15px;
	font-size: 30px;
	font-weight: bold;
	transition:all .3s linear;
}
.i-news-box .news-btns a:hover,
.i-news-box .news-btns a.cur{
	color:#fff;
}
.i-news-box .hd ul{
	font-size: 0;
}
.i-news-box{
	width:100%;
}
.i-news-box li{
	width:545px;
	background: url(../img/news-circle.png) no-repeat left center;
	padding-left: 15px;
	transition:all .3s linear;
	float:left;
}
.i-news-box li.fr{
	float:right;
}
.i-news-box li a{
	display: block;
	color:#818282;
	font-size: 15px;
	transition:all .3s linear;
}
.i-news-box li:hover{
	background: url(../img/news-circle2.png) no-repeat left center;
}
.i-news-box li:hover a{
	color:#fff;
}
.i-contact-box{
	padding:221px 0;
}
.i-contact{
	text-align: center;
	padding:45px 0 0;
}
.i-contact .contact-logo{
	width:314px;
	height:100px;
	margin:0 auto;
}
.i-contact .contact-logo img{
	width:100%;
}
.i-contact .tel{
	color:#c60012;
	font-size: 45px;
	line-height: 60px;
	margin:25px 0 0;
}
.i-contact  .text{
	font-size: 24px;
	color:#fff;
	font-size: 24px;
	margin:15px 0 0;
}
.i-contact-box .link-box{
	text-align: center;
	font-size: 0;
	margin:20px 0 15px;
}
.i-contact-box .link-box span,
.i-contact-box .link-box a{
	display: inline-block;
	*display: inline;
	zoom:1;
	font-size: 20px;
	color:#fff;
	margin:0 12px;
}
.i-contact-box .link-box a{
	transition:all .3s linear;
}
.i-contact-box .link-box a:hover{
	color:#c60012;
}
.i-contact-box .link-box .link{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:760px;
}
.i-contact-box .police{
	position: absolute;
	right:0;
	top:-34px;
	width:56px;
	height:66px;
}
.i-contact-box .police img{
	width:100%;
}
.i-contact-box .company{
	font-size: 20px;
	color:#fff;
	text-align: center;
	/*letter-spacing: 15px;*/
}
/********welcome end*********/

.sub-banner{
	min-width: 1200px;
}
.about-box{
	padding:120px 0 239px;
}
.sub-tit{
	position: relative;
	font-size: 48px;
	color:#828483;
	line-height: 90px;
	border-bottom:1px solid #828383;
	font-weight: bold;
}
.sub-tit i{
	position: absolute;
	left:0;
	bottom:0;
	width:58px;
	height:2px;
	background: #828383;
}
.about-box .content{
	font-size: 20px;
	color:#221714;
	line-height: 46px;
	margin:50px 0 0;
}
.about-box .content img{
	max-width: 100%;
}
.about-box .back{
	float:right;
	margin:30px 0 0;
	width:146px;
	height:46px;
	border:1px solid #b7000f;
	border-radius: 8px;
	text-align: center;
	background: #b7000f;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	transition:all .3s linear;
}
.about-box .back:hover{
	background: transparent;
	color: #b7000f;
}
.honor-box{
	padding:54px 0;
}
.honor-box .honor .first{
	display: block;
	width:438px;
	height:310px;
	margin:0 auto;
}
.honor-box .honor .first img{
	width:100%;
}
.honor-box .honor .list{
	margin:50px 0 0;
	text-align: center;
	font-size: 0;
}
.honor-box .honor .list a{
	display: inline-block;
	*display: inline;
	zoom:1;
	width:278px;
	height:394px;
	margin:0 35px;
}
.honor-box .back{
	display: block;
	margin: 50px auto 0;
    width: 146px;
    height: 46px;
    border: 1px solid #b7000f;
    border-radius: 8px;
    text-align: center;
    background: #b7000f;
    line-height: 46px;
    font-size: 24px;
    color: #fff;
    transition: all .3s linear;
}
.honor-box .back:hover{
	border-color:#b7000f;
	color: #b7000f;
	background: transparent;
}
/*********about end*********/
.casedtl-box{
	padding:65px 0 135px;
}
.casedtl-box .news-ctrl{
	margin:120px 0 0;
	padding-top:30px;
	border-top:1px solid #828383;
}
.casedtl-box .news-ctrl .ctrl{
	width:820px;
	line-height: 38px;
}
.casedtl-box .news-ctrl .ctrl a{
	display: block;
	font-size: 20px;
	color:#666666;
	transition:all .3s linear;
}
.casedtl-box .news-ctrl .ctrl a:hover{
	color:#b7000f;
}
.casedtl-box .news-ctrl .back{
	width:146px;
	height:46px;
	border:1px solid #b7000f;
	border-radius: 8px;
	text-align: center;
	background: #b7000f;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	margin:0;
	transition:all .3s linear;
}
.casedtl-box .news-ctrl .back:hover{
	background: transparent;
	color:#b7000f;
}
/********casedtl end*******/
.partner-box{
	padding:90px 0 150px;
}
.partner{
	width:1140px;
	margin:0 auto;
	
}
.partner ul{
	border-left:1px solid #bbbcbc;
	border-top:1px solid #bbbcbc;
	width: 1141px;
}
.partner li{
	float:left;
	width:284px;
	height:179px;
	border:1px solid #bbbcbc;
	border-left:none;
	border-top:none;
}
.partner li a{
	display: block;
}
.partner li.top{
	border-top:1px solid #bbbcbc;
}
.partner-box .back{
	/*float:right;*/
	display: block;
	margin:30px auto 0;
	width:146px;
	height:46px;
	border:1px solid #b7000f;
	border-radius: 8px;
	text-align: center;
	background: #b7000f;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	transition:all .3s linear;
}
.partner-box .back:hover{
	background: transparent;
	color: #b7000f;
}
/***********partner end*********/
.case-box{
	padding:45px 0 0;
	*padding:45px 0 58px;
}
.case-box .index-tit span{
	font-size: 48px;
	color:#828483;
}
.case-box .index-tit .left{
	background: url(../img/case-left.png) no-repeat center;
}
.case-box .index-tit .right{
	background: url(../img/case-right.png) no-repeat center;
}
.case-box .case{
	margin:65px 0 0;
}
.case li{
	float:left;
	width:400px;
	margin-bottom: 58px;
	text-align: center;
}
.case li .img{
	display: block;
	width:100%;
	height:276px;
	overflow: hidden;
}
.case li a p img{
	width: 100%;
	transition:all .3s linear;
}
.case li a .text{
	font-size: 20px;
	color:#333333;
	transition:all .3s linear;
}
.case li:hover a .text{
	color:#B70010;
}
.case li:hover a img{
	transform:scale(1.1);
}
.case-back{
	padding:0 0 30px;
}
.case-back .back{
	display: block;
	margin:0 auto;
	width:146px;
	height:46px;
	border:1px solid #b7000f;
	border-radius: 8px;
	text-align: center;
	background: #b7000f;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	transition:all .3s linear;
}
/**********case end***********/
.case-back .back:hover{
	background: transparent;
	color:#b7000f;
}
.newsdtl-box{
	padding:80px 0 90px;
}
.news-tit{
	color:#828483;
	text-align: center;
	padding-bottom: 30px;
	border-bottom:1px solid #828383;
}
.news-tit .tit{
	font-size: 32px;
	font-weight: bold;
}
.news-tit .time{
	font-size: 20px;
	font-family: arial;
}
.news-tit .line{
	position: absolute;
	left:50%;
	bottom:0;
	width:58px;
	height:2px;
	background: #828383;
	margin-left: -29px;
}
.newsdtl-box .content{
	margin:35px 0 0;
	font-size: 20px;
	color:#221714;
	line-height: 45px;
}
.newsdtl-box .news-ctrl{
	margin:120px 0 0;
	padding-top:30px;
	border-top:1px solid #828383;
}
.newsdtl-box .news-ctrl .ctrl{
	width:820px;
	line-height: 38px;
}
.newsdtl-box .news-ctrl .ctrl a{
	display: block;
	font-size: 20px;
	color:#666666;
	transition:all .3s linear;
}
.newsdtl-box .news-ctrl .ctrl a:hover{
	color:#b7000f;
}
.newsdtl-box .news-ctrl .back{
	width:146px;
	height:46px;
	border:1px solid #b7000f;
	border-radius: 8px;
	text-align: center;
	background: #b7000f;
	line-height: 46px;
	font-size: 24px;
	color:#fff;
	transition:all .3s linear;
}
.newsdtl-box .news-ctrl .back:hover{
	background: transparent;
	color:#b7000f;
}
ins#newBridge{
	z-index:88;
}