*,
html,body,div,span,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,address,em,img,ol,ul,li,fieldset,form,label,legend,table,tbody,tfoot,thead,tr,th,td,i,b,s,input{
    margin:0;
    padding:0;
    border:0;
}
html{
    font-size: 10px;
	min-width:1440px;
}
ul,ol{list-style:none}
a img{border:none;}

a{
    text-decoration: none;
}
.mt-34{
    margin-top: 3.4rem;
}

#hidden_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.footerICP-a{
    color: #fff;
}
  
#nav{
    z-index: 700;
    width: 100%;
    background: url("../img/navNo.png") no-repeat;
    background-size: 100% 100%;
    height: 9.2rem;
    position: fixed;
    top: 0;
    left: 0;
}

.navLog{
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%) ;
    -ms-transform: translateY(-50%);
    -moz-transform:translateY(-50%) ;
    -o-transform:translateY(-50%) ;
    left:4.6rem;
    width:11.1rem;
    height:auto;
}

.navBtn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform:translateY(-50%) ;
    -ms-transform: translateY(-50%);
    -moz-transform:translateY(-50%) ;
    -o-transform:translateY(-50%) ;
    right:4.2rem;
    width:3.2rem;
    height:auto;
    cursor: pointer;
}

.navLog>img,.navBtn>img{
    width: 100%;
    height: auto;
    display: block;
}


/*导航模块*/
#navMenuBox{
    width: 92%  ;
    height: 90vh;
    background: url("../img/zp_bg.jpg") no-repeat;
    background-size: 100% 100%;
    opacity:0;
    position: absolute;
    top: 5%;
    left:4%;
    z-index:-9999;
    -webkit-transform: translateX(-260rem);
    -moz-transform: translateX(-260rem);
    -ms-transform: translateX(-260rem);
    -o-transform: translateX(-260rem);
    transform: translateX(-260rem);
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
}

#navMenuBox-con{
    width: 81rem;
    height: 60%;
    margin: 6% auto 0;
}

.navMenuListBox>p{
    float: left;
    padding-right: 4rem;
    width: 23rem;
}

.navMenuListBox>a{
    float: left;
    color: #fff;
    padding: 0 4rem;
    font-size: 1.8rem;
    line-height: 4rem;
    width: 10rem;
    font-family: SYSTCN;
}

.navMenuListBox>a:hover{
    color: #EE3500;
}
.homePage{
    color: #fff;
    font-size: 2rem;
    font-family: SYSTCN;
}

.homePage:hover{
    color: #EE3500;
}

.navMenuBoxcf{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.7);
}
#toTop{
    z-index: 700;
    position: fixed;
    right: 2rem;
    bottom: 10rem;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s;
    opacity: 0;

}

.navMenuList{
    color: #fff;
    font-size: 2rem;
    width: 10rem;
    font-family: SYSTCN;
}
.navMenuListBg{
    display: block;
    width: 14rem;
    height: 5rem;
    line-height: 5rem;
    background: url("../img/nav_bg.png") no-repeat;
    background-size: 100% 100%;
    text-align: center;
}

.navMenuListBox{
    padding-top:2rem;
    width: 100%;
    height: 4.8rem;
}

/**首屏**/
.banner{
	width:100%;
	height:900px;
	background:url(../img/loadImg.jpg) no-repeat center;
}

.banner .tit{
	width:400px;
	height:110px;
	background:url(../img/nav_bg.png) no-repeat;
	background-size:100% 100%;
	text-align:center;
	line-height:110px;
	font-size:50px;
	letter-spacing:20px;
	position:absolute;
	top:350px;
	left:50%;
	margin-left:-200px;
	color:#fff;
}
.banner .titen{
	position:absolute;
	top:500px;
	left:50%;
	width:1000px;
	margin-left:-500px;
	text-align:center;
	color:#fff;
	letter-spacing:20px;
	font-size:30px;
	text-transform: uppercase;
}

.about_1{
	width:100%;
	height:720px;
	background:url(../img/about_2.png) no-repeat center;
	margin-top:100px;
	margin-bottom:80px;
}

.about_2{
	width:100%;
	height:720px;
	background:url(../img/about_1.png) no-repeat center;
}

.m{
	width:70%;margin-left:12.5%}
	
.about_tit{
	font-size:70px;
	color:#90060d;
	font-family:"楷体";
	font-weight:bold;
}

.about_txt{
	width:80%;margin-left:10%;
	font-size:36px;
	line-height:2em;
	margin-top:100px;
}

.about_txt h1{ font-size:60px;}



.about_ban{
	width:100%;
	float:left;
	text-align:center;
	background:#000
}

.about_ban img{
	widht:100% !important;
}

.foot{width:70%;margin-left:12.5%;}

.footen{
	text-align:center;
	color:#90060d;
	letter-spacing:20px;
	font-size:28px;
	text-transform: uppercase;
	margin-top:100px;
	width:100%;
	float:left;
	margin-bottom:50px;
}

.footen img{
	widht:100% !important;
	margin-top:50px;
}


.foots{
	width:100%;
	float:left;
	height:140px;
	background:url(../img/foot_bg.jpg) no-repeat center top;
	text-align:center;
	line-height:2em;
	color:#90060d;
	font-size:18px;
	padding-top:500px;
	margin-top:50px;
}

.foots a{color:#90060d;}


.about{
	width:80%;
	margin-left:10%;
	margin-top:100px;
	position:relative;
	height:300px
}

.aboutL{
	width:30%;
	padding-right:5%;
	border-right:2px dashed #90060d;
	position: absolute;
    left:0%;
    top: 0;
    height: auto;
    transition: all 1s;
    -webkit-transition:all 1s ;
    -o-transition: all 1s;
    -moz-transition:all 1s ;
}

.aboutL img{
	width:100%;
}

.aboutL p {
	color:#90060d;
	font-size:30px;
	margin-left:50px;
	letter-spacing:10px;
}

.aboutR{
	width:55%;
	font-size:30px;
	line-height:2em;
	position: absolute;
    right:0%;
    top: 0;
    height: auto;
    transition: all 1s;
    -webkit-transition:all 1s ;
    -o-transition: all 1s;
    -moz-transition:all 1s ;
}

.zj{
	width:80%;
	margin-left:10%;
	margin-top:100px;
	position:relative;
}

.imgzj{
	position:relative;
}

.imgzj img{
    transition: all 1s;
    -webkit-transition:all 1s ;
    -o-transition: all 1s;
    -moz-transition:all 1s ;
	margin-top:50px;
}

.tagline{
    box-sizing: border-box;
    width: 100%;
    height: 108.1rem;
    display: flex;
    position: relative;
}

.tagline-left{
    width:85rem;
    height:85rem;
    overflow: hidden;
    margin-top: 18.2rem;
    position: relative;
}

.tagline-left>img{
    width: 100%;
    height: 100%;
    display: block;
    transition: all 1s;
    -o-transition:all 1s ;
    -webkit-transition:all 1s ;
    cursor: pointer;
}

.tagline-left>img:hover{
    transform: scale(1.2);
    -ms-transform:scale(1.2) ;
    -moz-transform:scale(1.2) ;
    -webkit-transform:scale(1.2) ;
}

.tagline-right{
    width:71rem;
    height:59.5rem;
    overflow: hidden;
    margin-left:7.3rem;
    margin-top: 32.2rem;
    position: relative;
}

.tagline-right-top{
    width: 100%;
    height: 28.5rem;
    position: relative;
}
.tagline-right-top-content{
    margin-top: 2rem;
    transform: translateX(0);
    opacity: 1;
    transition: all 1s;
    -o-transition:all 1s ;
    -webkit-transition:all 1s ;
}
.tagline-right-top-content>p{
    color: #000;
    font-family:SYSTCN;
    font-weight: bold;
    font-size: 3rem;
}

.tagline-right-top-title{
    font-family: SYSTCN;
    color: #000000;
    font-weight: bold;
    font-size: 6.2rem;
}


.tagline-right-top-con-2{
    width:40.2rem;
    height:12.5rem;
    position: absolute;
    top: 10.6rem;
    transform:translateX(76rem);
    opacity: 0;
    transition: all 1s;
    -o-transition:all 1s ;
    -webkit-transition:all 1s ;
}

.tagline-right-top-con-2-p1{
    z-index: 200;
    position: absolute;
    top: 0;
    left: 1.3rem;
    font-family: SYSTCN;
    color: #000000;
    font-weight: bold;
    font-size:2.8rem;
}

.tagline-right-top-con-2-p2{
    z-index: 200;
    position: absolute;
    bottom: 0;
    left: 1.3rem;
    font-family: SYSTCN;
    color: #000000;
    font-weight: bold;
    font-size:2.8rem;
}

.wjx{
    z-index: 100;
    position: absolute;
    top: 1.7rem;
    left: 0;
    width:10.4rem;
    height:auto;
}

.wjx>img{
    width: 100%;
    height: auto;
    display: block;
}

.tagline-right-top-KOUHAO{
    position: absolute;
    top: 3rem;
    left: 0.6rem;
    width:60.2rem;
    height: auto;
    opacity: 1;
    transition: all 1s;
    -o-transition:all 1s ;
    -webkit-transition:all 1s ;
}


.tagline-right-top-yuanjing{
    position: absolute;
    top: 3rem;
    left: 90.6rem;
    width:71rem;
    height: auto;
    opacity: 0;
    transition: all 1s;
    -o-transition:all 1s ;
    -webkit-transition:all 1s ;

}

.tagline-right-top-KOUHAO>img,.tagline-right-top-yuanjing>img{
    width: 100%;
    height: auto;
    display: block;
}

.tagline-right-bottom{
    width:33.2rem;
    height:18.2rem;
    margin-left: 0.6rem;
}

.tagline-right-bottom-line{
    width:32.3rem;
    height: auto;
	border-bottom:2px dashed #ddd;
}

.tagline-right-bottom-line>img{
    width: 100%;
    height: 100%;
    display: block;
}

.tagline-right-bottom-box{
    width:23.1rem;
    height:13.1rem ;
    display: flex;
    margin-top:4.9rem;
}

.tagline-right-wmth{
    width:5.6rem;
    height: auto;
    margin-right: 3.9rem;
}

.tagline-right-number{
    width: 13.6rem;
    height:3.9rem;

    display: flex;
}

.tagline-right-numberBox{
    width: 6rem;
    height: 100%;

    margin: 0 1.8rem;
}

.tagline-right-number-nextBtn{
    width: 2rem;
    height: auto;
    cursor: pointer;
}

.tagline-right-number-preBtn{
    width: 2rem;
    height: auto;
    cursor: pointer;
}

.tagline-right-number-preBtn>img,.tagline-right-number-nextBtn>img{
    width: 100%;
    height: 100%;
    display: block;
}

.tagline-right-number-cur{
    color: #000000;
    font-size: 3rem;
    line-height:3.9rem ;
    font-family: "等线";
}

.tagline-right-number-sum{
    color: #000000;
    font-size: 1.6rem;
    line-height:3.9rem ;
    font-family: "等线";
}

.zp{
	width:100%;
	position:relative;
	background:url(../img/zp_left.jpg) repeat-y left top;
	float:left
}

.zpr{
	width:100%;
	position:relative;
	background:url(../img/zp_right.jpg) repeat-y right top;
	float:left
}


#zp_tit{
	width:80%;
	margin-left:10%;
	margin-top:50px;
}


.zplist{
	width:80%;
	margin-left:10%;
	margin-top:50px;
	margin-bottom:100px;
	float:left
}
.zplist .Dleft{
	width:20%;
}
.zplist.left .Dleft{
	float:left;
	width:20%;
}
.zplist.right .Dleft{
	float:right;
	width:20%;
}
.zplist .zplistD{
	width:70%;
	position:relative;
}
.zplist.left .zplistD{
	float:right;
}
.zplist.right .zplistD{
	float:left;
}

.zplist .zplistD img{
	width:100%;
}


.zplist.left .zplistD .tits{
	position:absolute;
	right:0;
	bottom:30px;
	height:75px;
	line-height:75px;
	background:url(../img/zpright_txt.png) no-repeat left;
	padding-left:60px;
	padding-right:30px;
	color:#fff;
	font-size:36px;
}

.zplist.right .zplistD .tits{
	position:absolute;
	left:0;
	bottom:30px;
	height:75px;
	line-height:75px;
	background:url(../img/zpleft_txt.png) no-repeat right;
	padding-right:60px;
	padding-left:30px;
	color:#fff;
	font-size:36px;
}

.md{
	width:80%;
	margin-left:10%;
	margin-top:100px;
}

.md img{max-width:100%}

.md_img{margin:100px 0;width:100%;float:left}

.md_img .left{float:left;width:30%}
.md_img .right{float:right;width:60%}

.join{
	width:80%;
	margin-left:10%;
	margin-top:100px;
	position:relative
}
.join img{max-width:100%}
.join .join_img{
	width:80%;
	position:absolute;
	top:200px;
	left:10%;
}


.hzM{
	width:80%;
	position:absolute;
	top:200px;
	left:10%;
}
.hzM .title{width:100%;float:left;margin-top:100px;}

.hzM .title img{
	width:20%;
	min-width:200px;
	max-width:300px;
}

.hzM .title h4 { 
	font-size:36px; color:#000;
	background:url(../img/hz_h4.png) no-repeat left;
	background-size:14px 100%;
	height:50px;
	line-height:50px;
	padding-left:30px;margin-top:30px;
}

.hzM p{ font-size:26px; color:#90060d; line-height:2em;margin-top:40px;width:90%;float:left; margin-left:30px;}

.hzM p img{max-width:100%}



.ys{
	width:100%;
	margin-top:100px;
	position:relative
}
.ys img{max-width:100%}

.ysM{
	width:80%;
	position:absolute;
	top:150px;
	left:10%;
	text-align:center
}

.ysM .ys_tit{
	width:50%;
	min-width:300px;
	max-width:800px;
}

.ysM .ys_img{
	margin-top:100px;
}
@media (max-width:1440px){
	.footen{letter-spacing:10px;font-size:28px;}
	.hzM{top:100px;}
	.hzM .title{margin-top:60px;}
	.hzM .title h4{margin-top:10px;}
}
