/* 头部 */
a{
    text-decoration: none;
}
ul{
    padding: 0px;
    margin: 0px;
}
.header{
    width: 90%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:10000;
    border-bottom: 1px rgba(255,255,255,.09) solid;
    padding: 0px 5%;
}
.header:hover{
    background: rgba(0,0,0,.15);
    border-bottom: 1px rgba(255,255,255,.2) solid;
}
.header_left{
    padding-top:11px;
    float: left;
}
.header a img:last-child{display: none;}

/*首页新头部*/
.header_new{
    width: 90%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:10000;
    background: url(../images/nav_01.jpg)left repeat-y;
	padding: 0px 5%;
	transition: .5s;
	box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.header_new.header_hide{
    top: -100px;
}

.header_new.white{
    background: #fff;
    position: fixed;
}

.header_new.white .nav ul li >a{
    color: #000;
    font-family:'Alibaba-PuHuiTi-Regular';
}

.header_new.white .sp_nav span{
    background: #000;
}

.header_new.white .phone p{
    color: #000
}

.header_new.white .phone h2{
    color: #000;
}

.header_new.white .nav{
    border-right: 1px rgba(0,0,0,.1) solid;
}

.header_new a img:last-child{
    display: none;
}

.header_new.white a img:last-child{
    display: block;
}

.header_new.white a img:first-child{
    display: none;
}

.header_new.white .erji{
    background: #fff;
    border-top: 1px rgba(0,0,0,.1) solid;
}

.header_new.white .nav ul li:hover{
    background: none;
}

.header_new.white .erji a{
    color: #000;
    font-family:'Alibaba-PuHuiTi-Regular';
}

/*内页新头部*/
.header_two{
    width: 90%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index:10000;
    border-bottom: 1px rgba(255,255,255,.09) solid;
    padding:0px 5%;
    transition: .5s;
}

.header_two:hover{
    background: rgba(0,0,0,.15);
    border-bottom: 1px rgba(255,255,255,.2) solid;
}

.header_two.header_hide{
    top: -100px;
}

.header_two a img:last-child{
    display: none;
}

.header_two.white{
    width: 90%;
    position: fixed;
    left: 0px;
    z-index:10000;
    background: #fff;
    padding: 0px 5%;
    transition: .5s;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.header_two.white .nav ul li >a{
    color: #000;
    font-family:'Alibaba-PuHuiTi-Regular';
}

.header_two.white .sp_nav span{
    background: #000;
}

.header_two.white .phone p{
    color: #000;
}

.header_two.white .phone h2{
    color: #000;
}

.header_two.white .nav{
    border-right: 1px rgba(0,0,0,.1) solid;
}

.header_two a img:last-child{
    display: none;
}

.header_two.white a img:last-child{
    display: block;
}

.header_two.white a img:first-child{
    display: none;
}

.header_two.white .erji{
    background: #fff;
    border-top: 1px rgba(0,0,0,.1) solid;
    box-shadow: 0px 2px 2px rgba(0,0,0,.1);
}

.header_two.white .nav ul li:hover{
    background: none;
}

.header_two.white .erji a{
    color: #000;
    font-family:'Alibaba-PuHuiTi-Regular';
}

.header_two:hover{
    width: 90%;
    position: fixed;
    left: 0px;
    z-index:10000;
    background: #fff;
    border-bottom: none;
    padding: 0px 5%;
    transition: .5s;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

.header_two:hover .nav ul li >a{
    color:#000;
}

.header_two:hover .sp_nav span{
    background:#000;
}

.header_two:hover .phone p{
    color:#000;
}

.header_two:hover .phone h2{
    color:#000;
}

.header_two:hover .nav{
    border-right:1px rgba(0,0,0,.1) solid;
}

.header_two:hover a img:last-child{
    display:block;
}

.header_two:hover a img:first-child{
    display:none;
}

.header_two:hover .erji{
    background:#fff;
    border-top:1px rgba(0,0,0,.1) solid;
}

.header_two:hover .nav ul li:hover{
    background: none;
}

.header_two:hover .erji a{
    color: #000;
    font-family:'Alibaba-PuHuiTi-Regular';
}



.nav{
    width: 87%;
    height: 95px;
    margin:0 auto;
    float: left;
    border-right: 1px rgba(255,255,255,.15) solid;
    box-sizing: border-box;
} 

.nav_logo{
    float: left;
    margin-top: 20px;
}

.nav ul{
    display: inline-block;
    float: right;
    margin-right: 8%;
}

.nav ul li{
    float: left;
    font-size: 16px;
    list-style: none;
    width:90px;
    text-align:center;
}

.nav ul li >a{
    color: #ffffff;
    display: block;
    line-height:95px;
    position: relative;
    font-family:'Alibaba-PuHuiTi-Regular';
}

.nav ul li >a:after{
	content: "";
	width:0;
	height:3px;
	background:#df0e19;
	position:absolute;
	left:50%;
	bottom:0px;
	transform:translateX(-50%);
	transition: .5s;
}

.nav ul li:hover a:after{
    width:100%;
}

.nav ul li a:hover{
    color:#ffffff;
    text-decoration:none;
}


.cover_box{
    width: 100%;
    height: 100%;
}

.index_banner{
    width:100%;
    height:100%;
    background-color:#d41c26;
}

.index_banner .swiper-container{
    width:100%;
    height:100%;
}

.index_banner .swiper-slide{
    position: relative;
}

.index_banner .swiper-slide .text{
    width:1200px;
    position:absolute;
    top:50%;
    left:48%;
    transform:translate(-50%,-50%);
    cursor:pointer;
}

.index_banner .swiper-slide img{
    transform:translateY(100px);
    transition:all .3s;
    opacity:0;
}

.index_banner .swiper-slide h3{
    color: #fff;
    font-size: 50px;
    line-height: 1;
    text-transform:uppercase;
    /*font-family: 'Montserrat-Medium';*/
    font-family: 'GOTHICB';
}

.index_banner .swiper-slide h3 span{
    color: #fff;
    font-size: 66px;
    text-transform:uppercase;
    /*font-family: 'Montserrat-Medium';*/
    font-family: 'GOTHICB';
}

.index_banner .swiper-slide h2{
    color: #fff;
    font-size: 68px;
    line-height: 1;
    margin: 65px 0px 35px 0px;
    transform:translateY(100px);
    opacity:0;
    transition:all .3s;
    transition-delay: .2s;
    font-family: "Microsoft YaHei","微软雅黑";
}

.index_banner .swiper-slide h2 span{
    color: #fff;
    font-size: 72px;
    font-family: 'DINPro-Bold';
}

.index_banner .swiper-slide p{
    color: #fff;
    font-size: 30px;
    line-height: 1;
    margin: 0px;
    transform:translateY(100px);
    opacity:0;
    transition:all .5s;
    transition-delay: .4s;
}

@media screen and (max-width:1580px) {
    .index_banner .swiper-slide img{width: 1000px;}
    .index_banner .swiper-slide h2{font-size: 58px;}
    .index_banner .swiper-slide p{font-size: 28px;}
    .index_banner .swiper-slide h3{font-size: 40px;}
}

@media screen and (max-width:1450px) {
    .index_banner .swiper-slide img{width: 880px;}
    .index_banner .swiper-slide h2{font-size: 50px;}
    .index_banner .swiper-slide p{font-size: 22px;}
    .index_banner .swiper-slide h3{font-size: 28px;}
}

.index_banner .swiper-slide-active img{
    transform:translateY(0);
    opacity:1;
}

.index_banner .swiper-slide-active h2{
    transform:translateY(0);
    opacity:1;
}

.index_banner .swiper-slide-active p{
    transform:translateY(0);
    opacity:1;
}

#page{
    width: 180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
    bottom: 45px;
    box-sizing: border-box;
    text-align: center;
    z-index: 200;
}

#page span{
    display: inline-block;
    width: 22px;
    height: 10px;
    background: url(../images/icon_07.png)center no-repeat;
    opacity: .8;
    margin: 0px 1px;
    cursor: pointer;
    border-radius: 5px;
    transition: .3s;
}

#page span.swiper-pagination-bullet-active{
    background: url(../images/icon_09.png)center no-repeat;
}

#button{
    width: 260px;
    height: 30px;
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}

#button .swiper-button-prev:after{
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/icon_03.png);
    opacity: .8;
}

#button .swiper-button-prev{
    outline: none;
}

#button .swiper-button-next:after{
    content: "";
    width: 11px;
    height: 19px;
    background: url(../images/icon_05.png);
    opacity: .8;
}

#button .swiper-button-next{
    outline: none;
}


.phone{
    width: 13%;
    font-size:14px;
    float: right;
    text-align: right;
}

.phone p{
    color: #fff;
    margin-top: 20px;
}

.phone h2{
    color: #fff;
    font-size: 24px;
    margin: 5px 0px 0px 0px;
    font-family: 'DINPro-Bold';
}

.nav ul li .erji{
    width: 100%;
    height: 70px;
    background: rgba(0,0,0,.2);
    /*二级导航灰度*/
    position: absolute;
    top: 95px;
    left: 0px;
    text-align: center;
    display: none;
}

.nav ul li .erji a{
    color: #fff;
    margin: 0px 15px;
    line-height: 70px;
    font-size: 14px;
    opacity: .7;
}

.nav ul li .erji a:hover{
    opacity: 1;
}

/* 弹出层 */
.tan_sp{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 20000;
    display: none;
}
 
.tan_spbox{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color:#101010;
}

.tan_sptop{
    overflow: hidden;
}

.tan_sptop img{
    float: left;
}

.tan_sptop #sp_prev{
    float: right;
    font-size: 22px;
    color: #fff;
    margin: 50px 100px 0px 0px;
}

.tan_spcen{
    width: 800px;
    margin: 0 auto;
    margin-top:5%;
}

.tan_spcen{
    text-align: center;
}

.tan_spbot{
    width: 100%;
    position: absolute;
    bottom: 50px;
    text-align: center;
    color: #fff;
    font-size: 22px;
}

.tan_spbot p{
    display: inline-block;
    font-family:'DINPro-Bold';
}

.tan_spbot img{
    float: left;
    margin: 2px 25px 0px 0px;
}

@media screen and (max-width:1440px) {
    .phone{display: none;}
    .nav{width: 100%;border-right: none;}
    .header_two:hover .nav{border-right: none;}
}


/* 导航折叠按钮	*/
.sp_nav{
    display: block;
    width:50px;
    position:absolute;
    height:30px;
    z-index:10001;
    right: 20%;
    top: 40px;
}

.sp_nav span{
    display:block;
    background:#ffffff;
    width:18px;
    height:2px;
    position:absolute;
    left:10px;
    transition:all ease 0.35s;
}

.sp_nav .sp_nav1{
    top:0px;
}

.sp_nav .sp_nav2{
    top:6px;
    width:14px;
}

.sp_nav .sp_nav3{
    top:12px;
}

.sp_nav_se .sp_nav1{
    top:10px;
    transform:rotate(45deg);
}

.sp_nav_se .sp_nav2{
    width:0!important;
}

.sp_nav_se .sp_nav3{
    top:10px;
    transform:rotate(-45deg);
}

.sp_nav:hover .sp_nav2{
    width:18px;
}

.span_navcolor{
    background-color:#222222!important;
}

.overDiv{
    overflow:hidden;
}

.vr_ico{
    display:block;
    width:24px;
    position:absolute;
    height:17px;
    z-index:10001;
    right:18.5%;
    top:40px;
}

@media screen and (max-width:1440px){
    .vr_ico{right:5%;}
    .sp_nav{right:7%;}
}









/*底部五大优势*/
.dibuby{
    width:1200px;
    margin:0 auto;
}

.dibuby p{
    padding-left:50px;
    height:40px;
    line-height:40px;
    float:left;
    width:190px;
}

.dibuby p span{
    font-size:16px;
    color:#d0d0d0;
}











.bottomA{
    margin-left:70px;
}

.bottomA p{
    font-size:16px;
    color:#eae8e8;
    margin-bottom:20px;
}

.bottomA a{
    font-size:14px;
    color:#a0a0a0;
    display:block;
    margin-bottom:6px;
    line-height:28px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
}

.bottomA a:hover{
    font-size:14px;
    color:#CDCDCD;
    display:block;
    line-height:28px;
    width:100%;
    text-decoration:none;
    padding-left:5px;
    margin-bottom:6px;
}


/*友情链接*/
.youlian{
    line-height:33px;
    font-size:14px;
    width:1200px;
    margin:0 auto;
    padding-top:25px;
    padding-bottom:15px;
}

.youlian span{
    font-size:14px;
    color:#eae8e8;
    text-decoration:none;
    margin-right:10px;
}

.youlian a{
    font-size:14px;
    color:#868686;
    text-decoration:none;
    margin-right:10px;
}

.youlian a:hover{
    font-size:14px;
    color:#ffffff;
    text-decoration:none;
    margin-right:10px;
}











/*以下为在线客服CSS*/
ul,li,p,h4{margin:0;padding:0;list-style-type:none;}
i{margin:0px;padding:0px;font-style:normal;}
ul{margin:0px;padding:0px;list-style:none;}
ul li{margin:0px;padding:0px;list-style:none;}

.cndns-right a{color:#333333;text-decoration:none;}
.cndns-right a:hover{color:#ff5a00;text-decoration:none;}
.clear{clear:both;font-size:0px;line-height:0;height:0;}

@font-face {
    font-family: 'icomoon';

    src:url('fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('fonts/icomoon.ttf?qradjf') format('truetype'),
        url('fonts/icomoon.woff?qradjf') format('woff'),
        url('fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.demo-icon{
    font-family:"icomoon";
    font-style:normal;
    font-weight:normal;
    speak:none;
    display:inline-block;
    text-decoration:inherit;
    text-align:center;
    font-variant:normal;
    text-transform:none;
    font-size:24px;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    line-height:24px;
    color:#999;
}

/*new right*/
.cndns-right{
    position:fixed;
    right:1px;
    top:50%;
    margin-top:-100px;
    z-index:15000;
}

.cndns-right-meau{
    position:relative;
}

.cndns-right-btn{
    width:48px;
    height:48px;
    text-align:center;
    display:block;
    margin-bottom:6px;
    position:relative;
    background-color:#f8f8f8;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.cndns-right-btn span{
    color:#848484;
    font-size:26px;
    line-height:48px;
}

.cndns-right-btn sup{
    display:block;
    min-width:24px;
    height:24px;
    text-align:center;
    line-height:24px;
    color:#fff;
    border-radius: 50%;
    background-color:#d51419;
    position:absolute;
    left:-12px;
    top:-12px;
}

.cndns-right-btn p{
    color:#616161;
    font-size:14px;
    line-height:18px;
    padding-top:5px;
    display:none;
}

.cndns-right-meau:hover .cndns-right-btn span{
    display:none;
}

.cndns-right-meau:hover .cndns-right-btn p{
    display:block;
}

.meau-car .cndns-right-btn {
    border-color:#d51419;
    margin-bottom:20px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn{
    background-color:#d51419;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span{
    color:#fff;
    display:block;
}

.meau-car .cndns-right-btn span{
    color:#d51419;
}

.meau-sev .cndns-right-btn{
    border-color:#d51419;
    background:url(/index/images/inco_flc.gif) no-repeat #f20c2b center;
}

.meau-sev .cndns-right-btn p{
    color:#fff;
}

.meau-sev .cndns-right-btn span{
    color:#fff;
}

.meau-top .cndns-right-btn span{
    font-size:12px;
    line-height:12px;
    padding-top:10px;
    display:block;
}

.meau-top .cndns-right-btn i{
    display:block;
    color:#999;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn{
    background-color:#d51419;
    border:0px;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span{
    display:block;
    color:#fff;
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i{
    color:#fff;
}

.cndns-right-box{
    position:absolute;
    top:-15px;
    right:42px;
    padding-right:25px;
    display:none;
}

.cndns-right-box .box-border{
    border:1px solid #ccc;
    border-top:4px solid #d51419;
    padding:20px;
    background-color:#fff;
    -webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    -moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);
    box-shadow: 0 3px 8px rgba(0,0,0,.15);
    position:relative;
}

.cndns-right-box .box-border .arrow-right{
    display:block;
    width:13px;
    height:60px;
    background:url(/index/images/arrow.png) no-repeat;
    position:absolute;
    right:-13px;
    top:26px;
}

.cndns-right-box .box-border .sev-t span{
    font-size:42px;
    float:left;
    display:block;
    line-height:56px;
    margin-right:20px;
    color:#d3d3d3;
}

.cndns-right-box .box-border .sev-t img{
	width:150px;
}

.cndns-right-box .box-border .sev-t p{
    float:right;
    color:#d51419;
    font-size:24px;
    line-height:28px;
}

.cndns-right-box .box-border .sev-t p i{
    display:block;
    font-size:14px;
    color:#aaa;
}

.cndns-right-box .box-border .sev-b{
    padding-top:15px;
    margin-top:15px;
    border-top:1px solid #e4e4e4;
}

.cndns-right-box .box-border .sev-b h4{
    color:#666;
    font-size:14px;
    font-weight:normal;
    padding-bottom:15px;
}

.cndns-right-box .box-border .sev-b li{
    float:left;
    width:33.33333%;
}

.cndns-right-box .box-border .sev-b li a{
    display:inline-block;
    color:#999;
    font-size:13px;
    padding-left:43px;
    background:url(/index/images/q1.gif) no-repeat left 3px;
    line-height:36px;
}

.cndns-right-box .box-border .sev-b li a:hover{
    color:#d51419;
}

.meau-sev .cndns-right-box .box-border{
    width:430px;
}

.meau-contact .cndns-right-box .box-border{
    width:230px;
}

.cndns-right-meau:hover .cndns-right-box{
    display:block;
}

.meau-code .cndns-right-box{
    top:inherit;
    bottom:-35px;
}

.meau-code .cndns-right-box .box-border{
    width:156px;
    text-align:center;
    border-top:1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i{
    display:block;
    color:#393939;
    font-size:14px;
    line-height:16px;
}

.meau-code .cndns-right-box .box-border .arrow-right{
    top:inherit;
    bottom:50px;
}

.meau-sev .cndns-right-btn .demo-icon{
    display:none;
}

.meau-sev:hover .cndns-right-btn{
    background:#d51419;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.meau-zs .cndns-right-btn{
    background-color:#d51419;
    color:#fff;
    margin-top:80px;
    border-color:#f20c2b;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.meau-zs .cndns-right-btn span{
    color:#fff;
}

.meau-zs .cndns-right-btn p{
    color:#fff;
}

/*在线客服CSS 结束*/







