<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img{
	width: 100%;
}
body{
	width: 100%;
	min-width: 1200px;
	overflow-x:hidden;
	/*overflow-y:hidden;*/
}
#sidenav  li {
	/* margin:20px 0; */
	list-style:none;
	overflow:hidden;
	list-style:none;
	font-size:16px;
}
#sidenav li:hover a {
	color:#3a1a4b;
}
#sidenav li a {
	color:#494949;
	-webkit-transition:all 0.28s ease-out;
	transition:all 0.28s ease-out;
	text-decoration:none;
}
#sidenav li.point_a a {
	color:#3a1a4b;
}
.point_a a {
	color:#3a1a4b;
}
.dark {
	border:3px solid #3a1a4b;
	border-radius:50%;
	background:#3a1a4b;
	width:8px;
	height:8px;
	display:inline-block;
	border-radius:50%;
	float:left;
	margin-top:11px;
	position:absolute;
	left: 21px;
}
#sidenav i.point {
	width:10px;
	height:10px;
	display:inline-block;
	border:3px solid #3a1a4b;
	border-radius:50%;
	float:left;
	margin-top:11px;
	position:absolute;
	background:#fff;
	left: 20px;
}
#sidenav span {
	padding-left:44px;
	line-height: 35px;
}
.branch {
	position: absolute;
	z-index: -999;
	border-right: 2px dashed #3a1a4b;
	width: 3px;
	height: 735px;
	left: 24px;
	top: 36px;
}
.sidebar{
	display: none;
}
div[class^="Template_"],div.overviewTop,div.overviewCentent,div.title{
	width: 100%;
}
div.overviewCentent &gt; div.title{
	width: 100%;
	/*left: -25%;*/
}
.navTop{
	width: 35px;
	padding-left: 10px;
}
.goTop{
	width: 35px;
	padding-left: 10px;
}
.TopBanner{
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.TopBanner img{
	display: block;
}
.bannerTitle{
	width: 36%;
	position: absolute;
	top: 20%;
	left: 33%;
}
.bannerText{
	width: 50%;
	position: absolute;
	top: 5%;
	left: 23%;
}
.bannerBird{
	width: 14%;
	position: absolute;
	top: 25%;
	left: 14%;
}
.bannerLeaf{
	width: 40%;
	position: absolute;
	top: 28%;
	right: 13%;
}
div.overviewTop{
    background: url('../img/bg_1.png') 100%/100% no-repeat;
	background-size: 100% 100%;
	position: relative;
	padding-top: 0.2rem;
	padding-bottom: 0.9rem;
}
.overviewTop &gt; p{
    text-align: center;
    font-size: .21rem;
    line-height: .38rem;
    margin: 0.1rem 0;
}
.overviewBg,.T_2_bg{
	display: none;
}
p.small{
	font-size:0.1rem;
	line-height: 0.1rem;
}
.fontBig{
	font-size: 0.26rem;
}
p.FLeft{
	text-align: left;
	padding-left: 21%;
}
p.pLine{
	background: #000;
	width: 60px;
	height: 8px;
	margin-left: 21%;
	margin-bottom: 25px;
}
div.Album{
	width: 1200px;
	margin: .5rem auto 0;
	position: relative;
	overflow: hidden;
}
div.Album .bg{
	width: 76.8%;
	height: 0%;
	background: rgba(0,0,0,.5);
	position: absolute;
	top: 20.5%;
	left: 5.5%;
}
div.Album:hover .bg{
	height:67.6%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
div.Album:hover a{
    top: 50%;
	-webkit-transition: top 1s;
	transition: top 1s;
}
.Album &gt; a{
	display: block;
    position: absolute;
    top: -15%;
    left: 38%;
    right: 48%;
    bottom: 40%;
    z-index: 3;
}
.animaImg{
    animation: t10 5s ease-in-out infinite;
    -webkit-animation: t10 5s ease-in-out infinite;
}
@-webkit-keyframes t10 {
    0%, 100% {
        -webkit-transform: translate(7px, -7px);
    }
    50% {
        -webkit-transform: translate(-10px, 10px);
    }
}
@keyframes t10 {
    0%, 100% {
        -webkit-transform: translate(7px, -7px);
                transform: translate(7px, -7px);
    }
    50% {
        -webkit-transform: translate(-10px, 10px);
                transform: translate(-10px, 10px);
    }
}
img.table{
	position: absolute;
    bottom: -.24rem;
    right: 13%;
    width: 1rem;
}
div.title{
	padding: 1.5rem 0 .5rem;
	position: relative;
}
div.overviewCentent{
    background: url('../img/bg_2.png') 100%/100% no-repeat;
	background-size: 100% 100%;
}
div.centent{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 3rem;
	padding-top: 1rem;
}
div.textLeft &gt; p,
div.textRight &gt; p{
	/*padding: 0.08rem 0;*/
    font-size: 0.21rem;
    text-indent: 0;
}
div.textLeft,div.textRight{
	width: 50%;
	/*margin-right: 0.5rem;*/
}
.posAb{
	position: absolute;
	display: block;
}
div.panorama &gt; div.title{
	padding: 0;
}
div.beautiful{
	width: 100%;
	position: relative;
	overflow: hidden;
}
div.beautiful span.bg{
	display: block;
	width: 100%;
	height: 0%;
	position: absolute;
	top:0;
	/*border-radius: 50%;*/
	background: rgba(0,0,0,.5);
}
div.beautiful &gt; a{
	display: block;
	position: absolute;
	top: -10%;
	left: 40%;
	right: 54%;
	bottom: 49%;
	z-index: 3;
}
div.beautiful:hover &gt; span.bg{
	height:100%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
div.beautiful:hover &gt; a{
	top: 39%;
	-webkit-transition: top 1s;
	transition: top 1s;
}
div.beautiful &gt; img{
	display: block;
}
/* Template_2 start */
div.Template_2{
	width: 100%;
	position: relative;
    background: #fff url('../img/Template_2_1.png') center/cover no-repeat;
	background-size: 100% 100%;
	padding-bottom: 2rem;
}
div.Template_3{
	width: 100%;
	position: relative;
    background: url('../img/Template_3_1.png') 100%/100% no-repeat;
	background-size: 100% 100%;
}
div.Template_2 &gt; div{
	width: 65%;
	margin: 0 auto;
}
p.textCenter{
	text-align: center;
}
p.textLeft{
	text-align: left;
}
div.title &gt; p.titFont{
	font: normal 550 .4rem "å¾®è½¯é›…é»‘";
	padding: 0.2rem 0 0;
}
p.subTit{
	padding: 0 0 0.2rem;
}
div.Template_2  p.small{
	padding: 0 0 0.1rem;
	width: 55%;
}
div.Template_2  p,div.Template_3  p{
	font-size: 0.21rem;
}
.fontW{
	font-weight: bold;
}
.firstPar, .subPar{
	line-height: 0.38rem;
	padding-bottom: .4rem;
	position: relative;
}
.firstPar &gt; p , .subPar &gt; p{
	margin:0.2rem;
	/*line-height: 0.4rem;*/
}
div.afterPar &gt; p.small{
	font-size: 0.1rem;
	line-height: 0.24rem;
	padding: 0;
}
.tebD{
	display: block;
	width: 0.15rem;
	height: .15rem;
	border-radius: 50%;
	background: #000;
	position: absolute;
	top: .12rem;
	left: -0.3rem;
}
/* Template_2 end */
/* Template_3 start */
div.Template_3{
	padding-top: 3rem;
	padding-bottom: 1rem;
	line-height: 0.38rem;
	margin-top:.8rem;
}
div.Template_3  p{
	width: 65%;
	margin: auto ;
	font-size: 0.21rem;
	line-height: 0.6rem;
}
div.Album_2{
	width: 1200px;
	margin: .8rem auto;
	position: relative;
	overflow: hidden;
}
.Album_2 &gt; a{
	display: block;
    position: absolute;
	top: -35%;
	left: 44%;
	right: 44%;
	bottom: 40%;
}
div.Template_3 div.Album_2:hover span.bg{
	height: 97%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
.Template_3 div.Album_2:hover a{
	top:40%;
	-webkit-transition: top 1s;
	transition: top 1s;
	z-index: 3;
}
/* Template_3 end */
/* Template_4 start */
.Template_4{
	background: #FFF;
}
.bammer{
	width: 100%;
	margin: auto;
	position: relative;
	margin-bottom: 5%;
}
img[class^="tabTit_"]{
	position: absolute;
	bottom: -15%;
	border-radius: 50%;
	width: 1.5rem;
	height: 1.5rem;
	display: block;
	padding: .1rem;
	background: #FFF;
}
.tabTit_1{
	left: 35%;
}
.tabTit_2{
	left: 45%;
}
.tabTit_3{
	left: 55%;
}
.brief &gt; p{
	text-indent: 2em;
	font-size: 0.21rem;
	line-height: 0.38rem;
	padding: .2rem;
}
.Economics{
	width: 1200px;
	margin: auto;
}
.brief hr{
	border-width: .015rem;
    background: #aaa;
    border-color: #aaa;
}
.industryCen{
	text-indent: 2em;
	font-size: 0.21rem;
	line-height: 0.5rem;
	padding: .8rem .2rem;
	width: 54%;
    background: url('../img/Template_4_bg_1.png') 100%/100% no-repeat;
	background-size: 100% 100%;
}
.industry_1{
	position: relative;
}
p[class^="industryTit"]{
	width: 2rem;
	height: .6rem;
	text-align: center;
	line-height: .6rem;
	color: #FFF;
	border-radius: 0 .3rem .3rem 0;
	font-size: .21rem;
}
.industryTit_1{
	background: #8e8cbe;
	position: relative;
    top: .3rem;
}
.industryTit_2{
	background: #6aa3e8;
}
.industryTit_3{
	background: #d0aa57;
}
.imgBox{
	width: 40%;
	position: relative;
}
.imgBox .img_2{
	position: absolute;
	bottom: -8%;
	left: -8%;
	width: 35%;
}
.industry_2{
	padding: 1rem 0;
}
.industryCen_2{
	font-size: 0.21rem;
	line-height: 0.5rem;
	padding: .3rem .2rem;
	width: 100%;
}
.company{
    background: url('../img/Template_4_7.png') 100%/100% no-repeat;
	background-size: 100% 100%;
	padding: .1rem 0 .5rem;
}
.company h1{
	font-size: 0.26rem;
	font-weight: bold;
	line-height: 0.5rem;
	padding: .3rem .2rem;
	width: 100%;
	text-align: center;
}
.company &gt; p{
	width: 80%;
	margin: .17rem auto;
}
.company span{
	display: inline-block;
	line-height: .3rem;
	font-size: .21rem;
}
.wid3{
	width: 32%;
}
.wid4{
	width: 23.9%;
}
.leftFont{
	text-align: left;
}
.rightFont{
	text-align: right;
}
.centerFont{
	text-align: center;
}
.industry_3 p{
	font-size: 0.21rem;
	line-height: 0.5rem;
	padding: .1rem .2rem .1rem;
	width: 100%;
}
.industry_3 p.industryTit_3{
	width: 2rem;
	padding: 0;
	line-height: .6rem;
}
.industry_3 h1{
	font-size: 0.21rem;
	line-height: 0.38rem;
	padding: .3rem .2rem .1rem;
	width: 100%;
	font-weight: bold;
}
.EconomicsBox{
    background: url('../img/Template_4_bg_2.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: .3rem;
}
/* Template_4 end */
/* Template_5 start */
.Template_5{
    background: url('../img/Template_5_5.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: .9rem;
}
.Template_5 &gt; div,.Template_5 &gt; p{
	width: 1200px;
	margin: 0 auto;
	padding: 0;
}
.Template_5 &gt; p{
	text-align: center;
	font-size: 0.21rem;
	line-height: 0.38rem;
	padding: .1rem 0;
	width: 100%;
}
.Template_5 &gt; .Album_2{
	margin-top: .5rem;
	overflow: hidden;
}
div.Album_2 span.bg{
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.6);
	position: absolute;
	top:0;
}
.Template_5 div.Album_2:hover span.bg{
	height: 68.3%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
.Template_5 div.Album_2:hover a{
	top:24%;
	-webkit-transition: top 1s;
	transition: top 1s;
	z-index: 3;
}
.Template_5 .cententImg{
	margin: .2rem auto;
}
.imgShadow{
	position: relative;
	bottom: .45rem;
	/*left: 20%;*/
	width: 1200px;
}
/* Template_5 end */
/* Template_6 start */
.Template_6 &gt; .banner &gt; img{
	display: block;
}
.Template_6_centent{
    background: url('../img/Template_6_bg_01.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: 4rem;
}
.Template_6_centent &gt; div[class^="cengtent"]{
	width: 1200px;
	margin: 0 auto;
	padding: .3rem 0;
}
.Template_6_centent &gt; div[class^="cengtent"] &gt; p{
	text-align: center;
	font-size: 0.21rem;
	line-height: 0.5rem;
	padding: .1rem 0.1rem;
	width: 100%;
}
.Template_6_centent &gt; div+div{
	border-top: .03rem dashed #EDEDED;
}
.Template_6_centent &gt; div &gt; p.smallRight{
	text-align: right;
	font-size: 0.15rem;

}
/* Template_6 end */
/* Template_7 start */
.Template_7 {
    background: url('../img/Template_6_bg_02.png') no-repeat;
	background-size: 100% 100%;
	padding-bottom: .5rem;
}
.Template_7 &gt; .banner{
	width: 1200px;
	margin: 0 auto;
	padding: .5rem 0;
}
.Template_7 &gt; .centent{
	border: 2px solid #000;
	padding: 0.08rem;
}
.Template_7 &gt; .centent &gt; p{
	border: 1px solid #000;
	text-align: center;
	text-indent: 2em;
	font-size: 0.21rem;
	line-height: 0.5rem;
	padding: .1rem 0.3rem;
}
/* Template_7 end */
/* Template_8 start */
.Template_8 &gt; .banner &gt; img{
	display: block;
}
.Template_8 h1{
	font-size: 0.38rem;
	line-height: 0.42rem;
	padding: .5rem 0.3rem;
	text-align: center;
}
.Template_8 p{
	text-indent: 2em;
	font-size: 0.21rem;
	line-height: 0.4rem;
	padding: .2rem 0.3rem;
	width: 1200px;
	margin: 0 auto;
}
.Template_8 .centent{
    background: url('../img/Template_8_04.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding-top: .3rem;
}
.Template_8 .centent &gt; img{
	width: 1200px;
	display: block;
	margin: .4rem auto;
}
.Template_8 &gt; img{
	display: block;
}
/* Template_8 end */
/* Template_9 start */
.Template_9 &gt; .banner{
	width: 1200px;
	margin: 0 auto;
	padding: .4rem;
}
.Template_9 &gt; .banner &gt; img{
	display: block;
}
table.Hangzhou,.XiHu {
	width: 1200px;
	margin: 0 auto 1rem;
	font-size: 0.21rem;
	line-height: .6rem;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
}
table.Hangzhou th,
.XiHu th{
    text-align: center;
    background-color: #acd598;
	font-size: 0.28rem;
	line-height: .8rem;
}
table.Hangzhou td,
.XiHu td{
    text-align: center;
}
table.Hangzhou td+td,
table.Hangzhou th+th,
.XiHu td+td,
.XiHu th+th{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e2e2;
}
table.Hangzhou tr+tr,
table.XiHu tr+tr{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e2e2;
}
table.Hangzhou tr:nth-child(even),
table.XiHu tr:nth-child(even){
    background-color: #FFF;
}
table.Hangzhou tr:nth-child(odd),
table.XiHu tr:nth-child(odd){
    background-color: #ddedd6;
}
.Template_9{
    background: url('../img/Template_9_02.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding-bottom:1.3rem;
}
/* table.Hangzhou td:hover,
table.XiHu td:hover{
    background-color: #e8f19d;
} */
/*table.Hangzhou td:hover,
table.XiHu td:hover{
    background-color: rgba(0, 0, 0, .5);
    color: #FFF;
}*/
/* Template_9 end */
/* Template_10 start */
table.MingRen{
	width: 100%;
	margin: 0 auto;
	font-size: 0.21rem;
	line-height: .6rem;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
}
table.MingRen td{
    text-align: center;
}
table.MingRen td+td{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e2e2;
}
table.MingRen tr+tr{
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e2e2;
}
table.MingRen td{
    background-color: #FFF;
}
table.MingRen tr:nth-child(1),
table.MingRen tr:nth-child(2),
table.MingRen tr:nth-child(3){
    border-left-width: .06rem;
    border-left-style: solid;
    border-left-color: #80c269;
}
table.MingRen tr:nth-child(4),
table.MingRen tr:nth-child(5),
table.MingRen tr:nth-child(6),
table.MingRen tr:nth-child(7){
    border-left-width: .06rem;
    border-left-style: solid;
    border-left-color: #f6b37f;
}
table.MingRen tr:nth-child(8),
table.MingRen tr:nth-child(9),
table.MingRen tr:nth-child(10),
table.MingRen tr:nth-child(11),
table.MingRen tr:nth-child(12),
table.MingRen tr:nth-child(13){
    border-left-width: .06rem;
    border-left-style: solid;
    border-left-color: #f67f7f;
}
table.MingRen tr:nth-child(2) td{
    background-color: #eff7eb;
}
table.MingRen tr:nth-child(5) td,
table.MingRen tr:nth-child(7) td{
    background-color: #f8f0ea;
}
table.MingRen tr:nth-child(9) td,
table.MingRen tr:nth-child(11) td,
table.MingRen tr:nth-child(13) td{
    background-color: #f8ebea;
}
.Template_10{
    background: url('../img/Template_10_02.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
	padding-bottom:1rem; 
}
.Template_10 &gt; div.centent{
	padding: 0;
	width: 1200px;
}
/* Template_10 end */
/* Template_11 start */
.Template_11{
    background: url('../img/Template_11_02.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.Template_11 &gt; div.centent{
	width: 1200px;
	padding: 0;
}
table.Honor_table{
	width: 100%;
	margin: 0 auto;
	font-size: 0.21rem;
	line-height: .6rem;
    border-width: 1px;
    border-color: #666666;
    border-collapse: collapse;
    -webkit-box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
            box-shadow: 0px 0px 10px 0.5px rgba(0, 0, 0, .3);
}
table.Honor_table td{
	padding-left: 1rem;
	text-align: left;
}

table.Honor_table th{
	text-align: left;
	padding-left: .55rem;
	background: #e1c3ab;
	line-height: .8rem;
	font-size: 0.28rem;
}
table.Honor_table td+td{
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #e2e2e2;
}
th &gt; img{
	width: .25rem;
	vertical-align:middle;
	margin: 0 0.1rem;
}
table.Honor_table tr:nth-child(even) td{
    background-color: #FFF;
}
table.Honor_table tr:nth-child(odd) td{
    background-color: #f7e7db;
}
.Template_11 p{
	font-size: 0.20rem;
	line-height: .6rem;
	text-indent: 1.2rem;
	color: #aaa;
}
/* Template_11 end */
/* Template_12 start */
.Template_12{
    background: url('../img/Template_12_01.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.TemplateBox{
	width: 100%;
	position: relative;
	background-color: rgba(0, 0, 0, .9);
	padding: 1rem 0 .8rem;
}
.TemplateBox &gt; div.title{
	width: 20%;
	margin: 0 auto .5rem;
	padding: 0;
	background: rgba(0, 0, 0, .1);
	position: relative;
	top: -.1rem;
	z-index: 3;
}
.TemplateBox &gt; .imgBox{
	width: 1200px;
	margin: 0 auto;
     border:.1rem solid #FFF;
     -o-border-image: linear-gradient(#FFF,#3d62ad) 10 30;
        border-image: -webkit-gradient(linear,left top, left bottom,from(#FFF),to(#3d62ad)) 10 30;
        border-image: linear-gradient(#FFF,#3d62ad) 10 30;
     padding: .5%;
     background:  rgba(0, 0, 0, .5);
}
div.Album_3 {
    width: 24.245%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}
div.Album_3 span.bg{
	width: 100%;
	height: 0;
	background: rgba(0,0,0,.6);
	position: absolute;
	top:0;
}
div.Album_3:hover span.bg{
	height: 100%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
div.Album_3:hover a{
	top:38%;
	-webkit-transition: top 1s;
	transition: top 1s;
}
div.Album_3:nth-child(2){
    left: 1%;
}
div.Album_3:nth-child(3){
    left: 2%;
}
div.Album_3:nth-child(4){
    left: 3%;
}
div.Album_3 img{
	display: block;
}
.Album_3 &gt; a {
    display: block;
    position: absolute;
	top: -30%;
	left: 30%;
	right: 30%;
	bottom: 40%;
	z-index: 3;
}
/* Template_12 end */
/* Template_13 start */
.Template_13{
    background: url('/app/resource/hzsh/img/Template_13_03.png') no-repeat;
	background-size: 100% 100%;
	width: 100%;
}
.Template_13 &gt; .title{
	width: 1200px;
	margin: 0 auto;
	padding: 0.5rem 0 0;
}
.Template_13 div.centent{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: .5rem;
}
.centent p{
	text-indent: 2em;
	font-size: 0.21rem;
	line-height: 0.5rem;
	color: #444;
}
.Template_13 &gt; .centent &gt; img{
	margin: 1rem 0;
}
/* Template_13 end */
/* footer start */
.bui_foot{
    background: url("/app/resource/hzsh/img/usds_02.png") no-repeat;background-size: 100% 100%;padding: 50px 0;
}
.c_foot_ul{
    float: left;margin-left: 5px;
}
.c_foot_ul li{
    color: #ffffff;font-size: 16px;margin-bottom: 5px;padding-left: 42px;line-height: 31px;
}
.c_foot_bg1{  background: url("/app/resource/hzsh/img/cv.png") no-repeat 0 3px ;}
.c_foot_bg2{  background: url("/app/resource/hzsh/img/skl_96.png") no-repeat 0 2px;}
.c_foot_bg3{  background: url("/app/resource/hzsh/img/skl_98.png") no-repeat 0 2px;}
.c_foot_bg4{  background: url("/app/resource/hzsh/img/skl_100.png") no-repeat 0 3px;}
.c_foot_bg5{  background: url("/app/resource/hzsh/img/skl_100.png") no-repeat 0 3px;}
.c_foot_ul li p{
    font-size: 14px;color: #fff;opacity: .5;
}
.c_foot_div{
    float: right;text-align: center;margin-left: 100px;
}
.c_foot_div p{
    color: #fff;margin-top: 35px;font-size: 18px;
}
.c_foot_div img{
    width: 175px;height: 175px;
}
.c_foot_min{
    margin:  auto ;width: 1200px;overflow: hidden;
}
.delay0{animation-delay: .2s;-webkit-animation-delay: .2s;}
.delay1_3{animation-delay: .7s;-webkit-animation-delay: .7s;}
.delay1_6{animation-delay: 1s;-webkit-animation-delay: 1s;}
.delay1_9{animation-delay: 1.3s;-webkit-animation-delay: 1.3s;}
.delay1_12{animation-delay: 1.6s;-webkit-animation-delay: 1.6s;}
.delay1_15{animation-delay: 2.1s;-webkit-animation-delay: 2.1s;}
/* footer end */
.sidebar{
	position: fixed;
	right: .1rem;
	bottom: 20px;
}
.TopBannerImg{
	-webkit-animation-delay: .1s;
	        animation-delay: .1s;
	-webkit-animation-duration: 5s;
	        animation-duration: 5s;
}
.bannerTitle{
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.bannerText{
	-webkit-animation-delay: .3s;
	        animation-delay: .3s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.bannerBird{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.bannerLeaf{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.animateTemplate_p_1{
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.animateTemplate_p_2{
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.animateTemplate_p_3{
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.animateTemplate_p_4{
	-webkit-animation-delay: .1s;
	        animation-delay: .1s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.Template_3_1{
	-webkit-animation-delay: .1s;
	        animation-delay: .1s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.Template_3_2{
	-webkit-animation-delay: .5s;
	        animation-delay: .5s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.Template_3_3{
	-webkit-animation-delay: .9s;
	        animation-delay: .9s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.Template_3_4{
	-webkit-animation-delay: 1.3s;
	        animation-delay: 1.3s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.Template_3_5{
	-webkit-animation-delay: 1.7s;
	        animation-delay: 1.7s;
	-webkit-animation-duration: .5s;
	        animation-duration: .5s;
}
.Template_3 .Album_2{
	-webkit-animation-delay: 2s;
	        animation-delay: 2s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.tabTit_1{
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.tabTit_2{
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.tabTit_3{
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
	-webkit-animation-duration: 2s;
	        animation-duration: 2s;
}
.industry_animate_1{
	-webkit-animation-delay: .2s;
	        animation-delay: .2s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.industry_animate_2{
	-webkit-animation-delay: .4s;
	        animation-delay: .4s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.industry_animate_3{
	-webkit-animation-delay: .6s;
	        animation-delay: .6s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.industry_animate_4{
	-webkit-animation-delay: .8s;
	        animation-delay: .8s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.industry_animate_5{
	-webkit-animation-delay: 1s;
	        animation-delay: 1s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.industry_animate_6{
	-webkit-animation-delay: 1.2s;
	        animation-delay: 1.2s;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
}
.T_13_ImgBox{
	margin:.5rem 0;
}
.T_13_ImgBox  img{
	display: block;
}
.T_1{
	width:650px;
	position: relative;
	overflow: hidden;
}
.T_1:hover .bg{
	height:100%;
	-webkit-transition: height 1s;
	transition: height 1s;
}
.T_1:hover a.animated{
	top:44%;
	-webkit-transition: top 1s;
	transition: top 1s;
}
.T_2{
	width:505px;
}
.T_13_ImgBox &gt; .T_1 a{
	position: absolute;
    top: -20%;
    left: 40%;
    right: 44%;
    bottom: 39%;
    z-index: 9;
}
div.T_13_ImgBox span.bg{
	position: absolute;
	width: 650px;
	height:0%;
	left: 0;
	top:0;
	background: rgb(0,0,0,.6);
}
#sidenav span.pot{
    padding-left: 60px;
}
@media screen and (max-width:823px) {
    body {
		width: 100%;
		min-width: 320px;
    }
	p.small {
		line-height: 0.2rem;
	}
    .center{
    	width: 90%;
    }
    div.centent{
    	width: 90%;
    }
    div.Album{
    	width: 90%;
    }
    div.Album .bg {
		height: 67%;
	}
	.Album &gt; a {
		top: 50%;
	}
	.tabTit_3 {
		left: 65%;
	}
	.tabTit_1 {
		left: 25%;
	}
    p.pLine{
    	width:.3rem;
    	margin-left:5%;
    	padding-left: 5%;
    }
    p.FLeft{
		margin-left:0;
		padding-left: 5%;
    }
	div.overviewTop,div.Template_2,div.Template_3,.company{
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
	}div.overviewCentent{
		background-position-x: center;
		background-position-y: center;
		background-size: 200% 200%;
	}
	div.title {
		padding: .5rem 0 0;
	}
	div.textLeft, div.textRight {
		width: 80%;
		margin-left: 10%;
	}
	.Template_1 div.centent{
		padding: .5rem 0;
	}
	div.Template_2 &gt; div {
		width: 90%;
	}
	div.Template_3 p {
		width: 90%;
	}
	div.Template_3 .Album_2 &gt; a {
		top: 44%;
	}
	div.Template_3 div.Album_2 span.bg {
		height: 100%;
	}
	div.Album_2 {
		width: 90%;
	}.Economics{
		width: 90%;
	}
	.brief &gt; p {
		padding: .2rem 0;
	}
	.industryCen {
		padding: .2rem 0;
	}
	.industryCen_2 {
		padding: .3rem 0;
	}
	.company h1 {
		padding: .3rem 0;
	}
	.company p{
		width: 50%;
	}
	.company span {
		font-size: .16rem;
	}
	.industry_2 {
		padding: .3rem 0;
	}
	div.EconomicsBox div.company span.wid3 {
		width:100%;
		text-align: center;
	}
	div.EconomicsBox div.company span.wid4 {
		width:100%;
		text-align: center;
	}
	div.company &gt; p:nth-of-type(1){
		float:left;
	}
	div.company &gt; p:nth-of-type(2){
		float:right;
	}
	div.company &gt; p:nth-of-type(3){
		width: 100%;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		   -moz-box-orient: horizontal;
		   -moz-box-direction: normal;
		    -ms-flex-flow: row wrap;
		        flex-flow: row wrap;
		-webkit-box-pack: justify;
		   -moz-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
	}
	div.company &gt; p:nth-of-type(3) &gt; span.wid4{
		width: 50%;
	}
	.Template_5 &gt; div, .Template_5 &gt; p {
		width: 90%;
	}
	.Template_5{
		padding-bottom: 0;
	}
	div.Album_2 span.bg {
		height: 66%;
	}
	.Album_2 &gt; a {
		top: 18%;
	}
	.imgShadow {
		width: 100%;
		bottom: .23rem;
	}
	.Template_6_centent &gt; div[class^="cengtent"] {
		width: 90%;
	}
	.Template_6_centent{
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
		padding-bottom: 3.7rem;
	}
	.Template_6_centent &gt; div &gt; p.smallRight {
		text-align: center;
	}
	table.Honor_table th {
		padding-left: 0;
	}
	table.Honor_table td {
		padding-left: .3rem;
	}
	.Template_7{
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
	}
	.Template_7 &gt; .banner {
	width: 90%;
	margin: 0 auto;
	padding: .4rem 0;
	}
	.Template_8 .centent {
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
		padding-top: .3rem;
		padding-bottom: 2rem;
	}
	.Template_8 h1 {
		padding: .2rem 0.3rem;
	}
	.Template_8 p {
		padding: .1rem;
		width: 90%;
	}
	.Template_8 .centent &gt; img {
		width: 90%;
		margin: .2rem auto;
	}
	.Template_9 &gt; .banner {
		width: 90%;
		margin: 0 auto;
		padding: .2rem 0;
	}
	table.Hangzhou, .XiHu{
		width: 90%;
		margin: 0 auto .5rem;
	}
	table.Honor_table {
		font-size: 0.18rem;
	}
	table.Honor_table th {
		font-size: 0.2rem;
	}
	.Template_9,.Template_10{
		background-position-x: center;
		background-position-y: center;
		background-size: cover;
		padding: 0;
	}
	.Template_11{
	background-position-x: left;
	background-size: 100%;
	background-position-y: bottom;
	padding: 0;
	}
	.Template_10 &gt; div.centent {
		width: 90%;
		padding-bottom: .5rem;
	}
	.Template_11 &gt; div.centent {
		width: 90%;
	}
	.TemplateBox {
    padding: .5rem 0;
	}
	.TemplateBox &gt; div.title {
		width: 30%;
		margin: 0 auto .2rem;
	}
	.TemplateBox &gt; .imgBox {
		width: 90%;
	}
	.TemplateBox &gt; .imgBox div.Album_3{
		width: 49%;
		left:unset;
		/*margin: .03rem .03rem;*/
	}
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(1),
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(3){
		left:0rem;
		margin-right:2%;
	}
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(1),
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(2){
		margin-bottom:2%;
	}
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(2),
	.TemplateBox &gt; .imgBox div.Album_3:nth-of-type(4){
		right:0rem;
	}
	.Album_3 &gt; a {
		top: 36%;
	}
	div.Album_3 span.bg {
		height: 100%;
	}
	.Template_13 &gt; .title {
		width: 90%;
		padding:0.3rem 0 0;
	}
	.Template_13 div.centent {
		width: 90%;
		margin: 0 auto;
		padding-bottom: .5rem;
		padding-top: .3rem;
	}
	.T_1 {
		width: 55%;
	}
	.T_2 {
		width: 45%;
	}
	.c_foot_min {
		width: 90%;
		position: relative;
	}
	.c_foot_div {
		width: 100%;
		margin-top: .3rem;
		margin-left: 0;
	}
	.T_13_ImgBox &gt; .T_1 a {
		position: absolute;
		top: 44%;
	}
	div.T_13_ImgBox span.bg {
		height: 100%;
	}
	.c_foot_div img {
		width: 2rem;
		height: 2rem;
	}
	.sidebar{
		display: none;
	}
	div.beautiful &gt; a {
		top: 39%;
	}
}

@media screen and (max-width:639px) {
	body{
		overflow-x:hidden;
	}
	html { overflow-y: scroll; }
	.TopBanner {
		width: 100%;
		/*left: -25%;*/
	}
	.overviewTop &gt; p {
		font-size: .24rem;
		line-height: .4rem;
	}
	p.small {
		line-height: 0.26rem;
	}
	.overviewTop &gt; p {
		font-size: .24rem;
		line-height: .4rem;
	}
	div.overviewCentent{
		position: relative;
		background-size: 0% 0%;
	}

	div.Template_2 {
		background: #ecf4ec;
		background-size: 0% 0%;
	}
	.overviewBg,.T_2_bg{
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		/*background: rgba(0,0,0,.5);*/
	}
	div.Template_2 p.small {
		padding: 0 0 0.1rem;
		line-height: 0.3rem;
		width: 100%;
	}
	.firstPar, .subPar {
		line-height: 0.38rem;
		padding-bottom: .0rem;
		position: relative;
	}
	.overviewBgTop {
		position: absolute;
		top: .3rem;
		width: 36%;
	}
	#Template_2 .T_2_bg{
		width: 100%;
	}
	.T_2_bg_top {
		position: absolute;
		top: .0rem;
		width: 100%;
	}
	.T_2_bg_bottom {
		position: absolute;
		bottom: .0rem;
		width: 100%;
	}
	.overviewBgBottom {
		position: absolute;
		bottom: .0rem;
		width: 90%;
		right: .2rem;
	}
	.Template_1 div.centent {
		padding: .5rem 0 1rem;
	}
	div.textLeft &gt; p, div.textRight &gt; p {
		font-size: 0.24rem;
	}
	div.Template_2 &gt; div.title {
		padding: .5rem 0 0;
		width: 100%;
		/*left: -25%;*/
	}
	div.beautiful {
		width: 100%;
		/*left: -25%;*/
	}
	div.Template_2 p, div.Template_3 p {
		font-size: 0.24rem;
	}
	div.afterPar &gt; p.small {
		font-size: 0.21rem;
	}
	.bammer{
		width: 100%;
		/*left:-25%*/;
	}
	img[class^="tabTit_"] {
		bottom: -50%;
		width: 1rem;
		height: 1rem;
	}
	.brief &gt; p {
		font-size: 0.24rem;
		line-height: 0.45rem;
		padding: .6rem 0;
	}
	.industryCen {
		width:100%;
		font-size: 0.24rem;
		line-height: 0.5rem;
		padding-top: .7rem;
	}
	.Template_4 .imgBox {
		display: none;
	}
	.industryCen_2 {
		font-size: 0.24rem;
	}
	.company h1 {
		font-size: 0.35rem;
	}
	.company p {
		width: 100%;
		margin:0;
		text-align: center;
	}
	.company {
	background: url(../img/Template_4_7_m.jpg) center/cover no-repeat;
	}
	div.EconomicsBox div.company span.wid4 {
		width: 100%;
		text-align: center;
	}
	.company span {
		font-size: .24rem;
		margin:.1rem 0;
	}
	.industry_3 h1 {
		font-size: 0.24rem;
	}
	.industry_3 p {
		font-size: 0.24rem;
	}
	.Template_5 &gt; div {
		width: 100%;
		/*left:-25%*/;
	}
	.Template_5 .cententImg {
		position: relative;
		/*left: -25%;*/
	}
	.Template_5 &gt; p {
		width: 90%;
		font-size: 0.24rem;
	}
	.Template_5 &gt; .Album_2 {
		width: 90%;
		left:0;
	}
	.Template_6 .banner{
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.Template_6_centent &gt; div[class^="cengtent"] &gt; img{
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.Template_6_centent &gt; div[class^="cengtent"] &gt; p{
		font-size: 0.24rem;
	}
	.Template_7 &gt; .banner {
		position: relative;
		width: 100%;
		/*left: -25%;*/
		margin: 0 auto;
		padding: .4rem 0;
	}
	.Template_7 &gt; .centent &gt; p {
		font-size: 0.24rem;
	}
	.Template_8 .banner{
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.Template_8 p {
		font-size: 0.24rem;
	}
	.Template_9 &gt; .banner {
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.Template_10 &gt; div.centent img {
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.Template_11 &gt; div.centent &gt;  img {
		width: 100%;
		position: relative;
		/*left: -25%;*/
	}
	.TemplateBox &gt; div.title {
		width: 50%;
	}
	.Template_13 &gt; .title {
		width: 100%;
		/*left: -25%;*/
	}
	.centent p {
		font-size: 0.24rem;
	}
	a.animated{
		z-index: 9;
	}
	.overviewTop .small{
		display: none;
	}
}</pre></body></html>