*{
	box-sizing: border-box;
}
body,select,input,view,text,button,textarea{
    font-family:"PingFang SC",'microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;
}
body{
	font-size: 14px; color: #595757; background: #fff;
	overflow-x: hidden; font-family:"PingFang SC",'microsoft yahei',arial,'helvetica neue','hiragino sans gb',sans-serif;color: #000000;
	/* user-select: none; */
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
a{
	color: inherit; 
	outline:none;
    -moz-outline-style:none;
}
a:hover{
	color: #a62425; text-decoration: none;
}
img{
	max-width: 100%;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
@font-face {
	font-family: "TimesNewerRoman-Regular";
	src: url(../fonts/TimesNewerRoman-Regular.otf);
}
.clearfix:after{
	content: "";display: table; clear: both; height: 0; visibility: hidden;
}
.animated-layer , .wow{
	opacity: 0;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.tleft{
	text-align: left !important;
}
.tright{
	text-align: right !important;
}
.tcenter{
	text-align: center;
}
.none{
	display: none;
}
.opacity0 {
    opacity: 0;
}
.absolute{
	position: absolute !important;
}
/*  */
.menu{
	position: absolute; right: 0; top: 0; bottom: 0; width: 60px; background-color: #fff;z-index: 999; border-left: 1px solid #d3d4d4; border-right: 1px solid #d3d4d4;
}
.menu-logo{
	margin-top: 100px; text-align: center;
}
.menu-logo img{
	width: 46px;
}
.menu-btn{
	position: absolute; left: 0; top: 50%; right: 0; text-align: center; height: 30px; 
	background: url(../images/opem.png) no-repeat center; cursor: pointer;
}
.menu-btn.on{
	background-image:url(../images/close.png) ;
}
.menu-btn img{
	height: 23px;
}
.menu-title{
	position: absolute; bottom: 45px; left: 0; right: 0; font-size: 20px; text-align: center; line-height: 1.3; display: none;
}
.page{
	min-height:100vh;
	height: 100vh;
	min-width: 100vw;
}
.wrapper-scroll {
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
        
.content {
    width: 3862px;
    width: -moz-max-content;
    width: -webkit-max-content;
    width: -o-max-content;
    width: -ms-max-content;
    width: max-content;
}
section {
    float: left;
    overflow: hidden;
    min-width: 1920px;
    /*margin: 0 1.2em 0 0;*/
}
.hindex-wrap{
	height: calc(100vh - 88px); 
	overflow: hidden; 
}
.hindex-wrap .logo{
	position: absolute; left: 0; bottom: 0; width: 95vw;
	transition: 2s;
	-webkit-transition: 2s;
}
.hindex-loaded .hindex-wrap .logo{
    left: calc(6.3vw - 10px);
    /*top: calc(4.5vw - 20px);*/
    width: 245px;
    bottom: 84vh;

}
.hindex-wrap .logo img{
	display: block; width: 100%;
}
.hindex-wrap .text{
	position: absolute; right: 125px; top: 95px; font-size: 18px; color: #666565; font-family: "TimesNewerRoman-Regular",serif;
	transition: 0.5s 0.5s;
	-webkit-transition: 0.5s 0.5s;
}
.hindex-loaded .hindex-wrap .text{
	top: 60px;
	opacity: 0; visibility: hidden;
}
.footer{
	position: relative; z-index: 9; height: 85px; display: flex; justify-content: space-between;
	background: #fff;
}
.copyright{
	font-size: 14px; height: 85px; padding: 25px 0 0 95px; color: #666565; font-family: "TimesNewerRoman-Regular",serif;
}
.lag-info{
	 font-size: 26px; color: #cccccc; margin-right: 85px; margin-top: 20px;
}
.lag-info a:after{
	content: ""; width: 1px; height: 24px; display: inline-block;vertical-align: middle; background: #000000; margin: 0 8px;
}
.lag-info a:last-child::after{
	display: none;
}
.lag-info a.active,
.lag-info a:hover{
	color: #000000; font-weight: bold;
}
.hcontact{
	position: absolute; left: 0; top: 0;   right: 0; background-color: #fff; min-height: 100vh; overflow-y: auto;z-index: 11;
	 padding: 0 60px 30px 5%;
	display: none;
}
.hcontact-box{
	display: flex; justify-content: space-between;
}
.hcontactl{
	width: 25%; float: left;
}
.hcontactl .logo{
	margin-top: 3.5vw;
}
.hcontactl .logo img{
	/* height: 43px; */
}
/* .hcontactl .bigtitle{
	margin-top: 8vw; font-size: 90px; color: #808080; font-family: "TimesNewerRoman-Regular",serif;
} */
.hcontactl .form{
	margin-top: 8vw; font-family: 'TimesNewerRoman-Regular';
}
.hcontactl .form-row{
	margin-top: 20px;
}
.hcontactl .form .title{
	font-size: 26px; font-weight: bold; color: #000000;
}
.hcontactl .form .inputtext{
	border: 0; border-bottom: 1px solid #616161; width: 100%; height: 40px; font-size: 21px;font-family: 'TimesNewerRoman-Regular';
}
.hcontactl .form .inputtext::placeholder{
	color: #d3d3d3;
}
.hcontactl .form .inputtext::-webkit-input-placeholder{
	color: #d3d3d3;
}
.hcontactl .form .textarea{
	width: 100%; height: 175px; margin-top: 5px;border: 1px solid #616161; font-size: 20px; padding: 10px;font-family: 'TimesNewerRoman-Regular';
}
.hcontactl .form .textarea::placeholder{
	color: #d3d3d3;
}
.hcontactl .form .textarea::-webkit-input-placeholder{
	color: #d3d3d3;
}
.hcontactl .formbtn{
	border: 1px solid #000000; background: #000000; color: #fff; font-size: 20px; padding:5px 15px; border-radius: 3px; cursor: pointer;font-family: 'TimesNewerRoman-Regular';
}
.hcontactr{
	/*  */ float: right; width:49%;
}
.hcontactr .img{
	/* height: 94%; */ overflow: hidden; 
}
.hcontactr .img img{
	/* object-fit:cover; */ max-width: initial; 
	object-fit:none; width: 100%; height: 100%;
}
.hcontactr .lag{
	text-align: right; margin-top: 5px; 
}
.hcontactr .lag>div{
	display: inline-block;vertical-align: middle; margin-right: 25px;
}
.hcontactr .lag-tit{
	font-size: 24px; color: #808080;
}

.hservice{
	position: relative;
	display: flex; 
	align-items:stretch;
	border-bottom: #f0f0f0 solid 1px;
	/*width: 1920px;*/
}
.hservicel{
	/*width: 61%;*/
	width: 69%;
	  height: auto;
}
.hservice .bigtitle{
	font-size: 100px; color: #808080; padding-top: 4vw; padding-left: 6.5vw;line-height: 1.1; margin-bottom: 2.5vw;
	font-family: "TimesNewerRoman-Regular",serif;
	position: relative; /*left: 100vw; */z-index: 9;
}
.hservice-tab{
	margin-top: 1.1vw; display: flex;
    animation-delay: 0.2s;
}
.hservice-tabhd{
	text-align: right; display: inline-block;vertical-align: top; padding-bottom: 50px; width: 100%; padding-right: 1vw;
}
.hservice-tabhd .item{
	margin-bottom: 2vw;color: #808080; cursor: pointer; position: relative;font-family: "TimesNewerRoman-Regular",serif;
}
.hservice-tabhd .item .tit{
	font-size: 28px;  line-height: 33px;width: 30vw;
}


.hservice-tabhd .item.active .tit{
	color: #000;  font-size: 30px;
}
.hservice-tabhd .subtitlist{
	 position: absolute; left: 36vw; top: 20px; 
	 opacity: 0;
	 visibility: hidden;
	 transition: 0.4s;
	 -webkit-transition: 0.4s;
	 z-index: 2;
}
.hservice-tabhd .subtitlist:before{
	content: ""; position: absolute; left: -3vw; top: 0; bottom: 1.2vw; width: 1px; background: #808080;
}
.hservice-tabhd .item.active .subtitlist{
	opacity: 1;
	visibility: visible; top: 0;
}
.hservice-tabhd .item .subtitle{
	font-size: 18px; color: #808080; margin-bottom: 1.2vw;text-align: left;
}
.hservice-tabhd .item .subtitle:hover{
	color: #000;
}
.hservice-tab .line{
	width: 2px; height: 255px; background-color: #c3c3c3; display: inline-block; vertical-align: top;margin: 0 3vw;
}
.hservice-tabsubhd{
	display: inline-block;vertical-align: top;
}
.hservice-tabsubhd.none{
	display: none;
}
.hservice-tabsubhd .item{
	color: #808080; margin-bottom: 0.8vw;cursor: pointer;
}
.hservice-tabsubhd .item .suben{
	font-size: 16px;font-family: "TimesNewerRoman-Regular",serif;
}
.hservice-tabsubhd .item .subtitle{
	font-size: 24px;letter-spacing: 0.08em;
}
/* .hservice-tabsubhd .img{
	position: absolute; right: 80px; top: 0; 
}
.hservice-tabsubhd .img img{
	min-width: 100%; min-height: 100%; display: block;
} */
.hservicer{
	/**/ 
	width: 600px;width: 31.2%;
	 position: relative; /*margin-right: 90px;*/  height: auto;
}
.hservice-img{
	/* position: absolute; right: 90px; top: 0; */
	height: 100%;
	background-repeat: no-repeat; background-size: cover; background-position: center;
}

.hservice-img img{
	 display: block; 
	    max-width: initial;
	    object-fit: none;
	    width: 100%;
	    height: 100%;
}
.hclients{
	overflow-x: auto; overflow-y: hidden;   
}
.hclients-box{
	display: flex; min-height: 100vh;
}
.hclientsl{
	width: 700px; background: #a62425 url(../images/img02.jpg) no-repeat center bottom; color: #fff; height: 100%;padding: 85px 0 0 90px;  flex-shrink: 0; height: auto;
}
.hclientsl .bigtitle{
	font-size: 150px; line-height: 1.05; margin-bottom: 40px;font-family: "TimesNewerRoman-Regular",serif;
}
.hclientsl .title{
	font-size: 36px; font-weight: lighter; letter-spacing: 0.16em;
    animation-delay: 0.2s;
}
.hclientsr{
	 width: 2400px; display: flex; height: auto; align-items: center;
}

.hclientsr .list{
	width: 700px; float: left; margin-top: 12vw; margin-bottom: 12vw; height: 550px; border-right: 1px solid #939393;
}
.hclientsr .list3{
	border-right: none;
}
.hclientsr .listhd{
	font-size: 36px; color: #333232;text-align: center; letter-spacing: 0.13em; margin-bottom: 60px;
}
.hclientsr .listbd{
	display: flex;flex-wrap: wrap; padding: 0 95px;justify-content: center;align-items: center;
}
.hclientsr .listbd li{
	width: 33.33%;text-align: center; margin-bottom: 35px; 
}
.hclientsr .list1 .listbd{
	padding: 0 155px; 
    animation-delay: 0.2s;
}
.hclientsr .list1 .listbd li{
	width: 50%;margin-bottom: 25px; 
}
.hmore{
	 width: 490px; float: left; padding-left: 110px; height: 100%; display: flex; align-items: center; font-size: 24px; font-style: italic; line-height: 1.2; font-family: "TimesNewerRoman-Regular",serif;
}
.hcase{
	overflow-y: hidden;  overflow-x: auto; 
}
.hcase-box{
	 position: relative; min-height: 100vh; display: flex;
}
.hacaebg{
	position: absolute; left: 0; bottom: 0;
}
.hcasel{
	width: 750px; flex-shrink: 0; padding-top: 125px; padding-left: 110px; position: relative; z-index: 1; float: left; height: auto;
}
.hcasel .bigtitle{
	font-size: 100px; color: #808080; line-height: 1.03; margin-bottom: 40px;font-family: "TimesNewerRoman-Regular",serif;
}
.hcasel .title{
	font-size: 36px; color: #616161; letter-spacing: 0.08em; font-weight: lighter;
}
.hcaser{
	position: relative; z-index: 1; display: flex; width: 4100px; float: left; flex-shrink: 0; height: auto;
}
.hcaser .list{
	display: flex; margin-top: 4.2vw; margin-bottom: 5vw; align-items: center;
}
.hcaser .list li{
	width: 700px; margin-right: 30px;
}

.hcaser .list li:last-child{
	margin-right: 0;
}
.hcaser .list .img{
	position: relative;
	overflow: hidden;
}
.hcaser .list .img img{
	display: block; width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}
.hcaser .list .info{
	position: absolute; left: 0; top: 0;  width: 100%; height: 100%;
	background: rgba(255,255,255,0.8); padding: 530px 45px 0 80px;  
	opacity: 0; overflow: hidden; 
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.hcaser .list li:hover .info{
	opacity: 1; overflow: visible;
}
.hcaser .list li:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.hcaser .list .infohd{
	margin-bottom:20px;
}

.hcaser .list .infohd h3{
	font-size: 32px; color: #010101; font-weight: bold; line-height: 1.3; font-family: "TimesNewerRoman-Regular",serif;
}
.hcaser .list .text{
	display: flex;align-items: center; padding: 10px 0; opacity: 1; overflow: visible; 
}
.hcaser .list li:hover .text{
	opacity: 0;overflow: hidden;
}
.hcaser .list .text .title{
	font-size: 24px; color: #000;font-family: "TimesNewerRoman-Regular",serif;
}
.hcaser .list .text .time{
	font-size: 20px; color: #808080; margin-left: 45px;
}
.hcaser .list .infobd{
	font-size: 14px; color: #4c4c4c; line-height: 1.6;font-family: "TimesNewerRoman-Regular",serif;
}
/*  */
.hnews{
	display: flex; background: url(../images/img09.jpg) no-repeat right 3% top; background-size: auto 100%;
}
.hnewsl{
	 /*width: 48.5%;*/
	width: 48.5vw;
	  flex-shrink: 0;  height: auto; background-position: center; background-repeat: no-repeat; background-size: cover;
}
.hnewsl img{
	display: block; max-width: initial; object-fit:none; width: 100%; height: 100%;
}
.hnewsr{
	/* background-color: #fff; */ 
	/*padding: 2.5vw 13% 0 4%;  width: 48%;*/ 
	padding: 2.5vw 13vw 0 4vw;  width: 48vw; 
	height: auto;
}
.hnews-info{
	border-bottom: 1px solid #bbbbbb; padding-bottom: 0.5vw;
}
.hnews-info .title{
	margin-bottom: 0.5vw;
}
.hnews-info .title img{
	height: 64px;
}
.hnews-info .text{
	margin-bottom: 1vw; color: #808080; font-size: 18px; line-height: 1.5;
}
.hnews-list{
	margin-top: 1vw;
}
.hnews-list li{
	display: flex; justify-content: space-between; padding: 0.5vw 0;
}
.hnews-list li .info{
	width: calc(100% - 100px);
}
.hnews-list li .title{
	font-size: 24px; color: #000; font-weight: bold; letter-spacing: 0.08em;  white-space: nowrap; overflow: hidden; text-overflow: ellipsis; width: 90%;
}
.hnews-list li .text{
	font-size: 18px; color: #808080;
}
.hnews-list li .time{
	font-size: 48px; color: #cccccc; line-height: 1.1; flex-shrink: 0; font-family: "TimesNewerRoman-Regular",serif;  width: 100px;
}
.htext-wrap{
	display: flex; height: calc(100vh - 88px);
}
.htextl{
	width: 36%; background: url(../images/en08.jpg) no-repeat center bottom / cover;  position: relative;
}
.htextl .tit{
	position: absolute; top: 9vw; right: 3.5vw; padding-left: 4vw;
}
.htextr{
	position: relative; width: 64%; display: flex; padding-top: 7.5vw;
}
.htextr .info{
	font-size: 14px; color: #808080; margin: 0 2.5vw 0 3.5vw; width: 20vw; line-height: 1.6;
	font-family: "TimesNewerRoman-Regular",serif;
}
.htextr .img{
	 width: 50%; 
}
.hindex{
	position: relative;
}
.hindexon-wrap{
	position: absolute; left: 0; right: 0; top: 0; bottom: 85px; z-index: 1; 
}
.hindexon-bg{
	position: absolute; left: 0; right: 0; top: 0; bottom: 0;
	background:#fff url(../images/indexbg01.jpg) no-repeat right 60px center /auto 100%; 
	transition: 1.8s 0.6s;
	-webkit-transition: 1.8s 0.6s;
}
.hindex-loaded .hindexon-bg{
	opacity: 1;
}
.hindexon-logo{
	position: absolute; left: 6.3vw; top: 4.5vw; 
	transition: 1s 2s;
	-webkit-transition: 1s 2s;
}
.hindex-loaded .hindexon-logo{
	opacity: 1;
}
.hindexon-logo img{
	width: 235px;
}
.hindexon-info{
	position: absolute; left: 6.3vw; bottom: 3.5vw; width: 30%;
}
.hindexon-info .title{
	font-size: 32px; font-family: 'TimesNewerRoman-Regular';  color: #b62740;
	transition: 0.5s 2.5s;
	-webkit-transition: 0.5s 2.5s;
	position: relative; top: 20px;
}
.hindex-loaded .hindexon-info .title{
	opacity: 1;
	top: 0;
}
.hindexon-info .desc{
	font-size: 14px; color: #333333;font-family: "TimesNewerRoman-Regular",serif;margin-top: 22px; line-height: 1.4;
	transition: 0.5s 2.7s;
	-webkit-transition: 0.5s 2.7s;
	position: relative; top: 20px;
}
.hindex-loaded .hindexon-info .desc{
	opacity: 1;
	top: 0;
}