/* 公共部分 */
.wrap{width: 100%;min-width: 1280px;overflow: hidden;margin: 0 auto;}
.main{position:relative;width:1200px;margin:0 auto;}
.nav{height:88px;background:#FBFBFB;}
.nav img{display:block;width:186px;height:62px;}
.nav .main{display:flex;justify-content:space-between;align-items:center;}
.nav .main ul{height: 88px;text-align: center;}
.nav .main ul li{display:inline-block;width:92px;height:88px;margin: 0 10px;}
.nav .main ul li a{display:block;width:100%;height:100%;color:#000;font-size: 18px;line-height:88px;}
.nav .main ul li.on a{color:#217CF9;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/line.png) no-repeat 50% 70%;}
.footer{height:140px;background:#252E3D;}
.footer .main{height:140px;display:flex;justify-content:space-between;align-items:center;}
.footer p{font-size:16px;line-height:24px;}
.footer .copyright{width:560px;color:#9396A1;}
.footer .copyright img{display:block;width:173px;height:62px;margin:8px 0;}
.footer .copyright a{color:#9396A1;margin-right:10px;}
.footer .contact p{width:460px;text-align:right;color:#828590;line-height:32px;}
.footer .contact p b{font-size:20px;color:#9396A1;}
.cont{width: 100%;font-size:16px;color:#233757;line-height:24px;text-align:center;}
.subtit{position:relative;width:100%;height:130px;background: url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_bg01.jpg) no-repeat center/cover;}
.subtit h2{position:absolute;left:50%;top:32px;margin-left:-600px;text-indent:-999px;overflow:hidden}
.subtit h2.tit01{width:401px;height:81px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_tit.png) no-repeat;;}
.subtit h2.tit02{width:367px;height:77px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_tit.png) no-repeat;}

.init .main{opacity: 0;}
.init.show-block .main{animation:main 0.6s 0s ease-out forwards;}
@keyframes main{
	0%{
		opacity: 0;
		transform: translate(0,20%);
	}
	100%{
		opacity: 1;
		transform: translate(0,0);
	}
}
.init .img{opacity: 0;}
.init.show-block .img{animation:tab 0.6s 0s ease-in-out forwards;}
@keyframes tab{
	0%{
		opacity: 0;
		transform: translateY(40px);
	}
	100%{
		opacity: 1;
		transform: translateY(0px);
	}
}

/* 首页 */
.index{height:852px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_bg.jpg) no-repeat center/cover;}
.index .slogan{padding:170px 0 118px;overflow:hidden;opacity:0;transform:translateY(30px);    transition: .5s ease-in-out;}
.index .slogan.on{transform:translateY(0);opacity:1;}
.index .slogan h3{width:502px;height:37px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_slogan.png) no-repeat;margin-bottom:40px;text-indent:-999px;overflow:hidden;}
.index .slogan p{width:502px;font-size:22px;line-height:36px;text-align:left;}	
.index .txt{opacity:0;transform:translateY(30px);transition:.5s ease-in-out .3s;}
.index .txt.on{transform:translateY(0);opacity:1;}
.index .txt a{position:relative;display:block;width:200px;height:60px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_btn.png) no-repeat;margin:0 0 24px;text-indent:-999px;overflow:hidden;transition: scale 0.4s ease;}
.index .txt a:hover{scale:1.05;}
.index .txt a::before{content:"";position:absolute;top:0;left:-116px;width: 200px;height: 20px;background: linear-gradient(rgba(255,255,255,.1),rgba(255,255,255,.7),rgba(255,255,255,.1));
transform: rotate(-45deg);animation: flashlights_xtjh 1.5s ease-in 1.2s;}
@keyframes flashlights_xtjh {
    0% {
        left: -100px;
        top: 900;
    }

    to {
        left: 120px;
        top: 100px;
    }
}
.index .txt ul{width:390px;display:flex;justify-content:space-between;}
.index .txt ul li{background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_dun.png) no-repeat;padding-left:24px;font-size:18px;line-height:24px;}
.index .img{position:absolute;right:0;top:50px;width:731px;height:715px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_img.png) no-repeat;}

/* 产品介绍 */
.product .section01{height:785px;padding-top:200px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_bg02.jpg) top center/cover;}
.product .section01 h3{width:373px;height:47px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_tit01.png) no-repeat;margin:0 auto 36px;text-indent:-999px;overflow:hidden;}
.product .section01 p{width:772px;height:72px;margin:0 auto 48px;color:#F5F9FF;overflow:hidden;}
.product .section01 ul{display:flex;justify-content:space-around;width:1200px;height:334px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_box01.png) no-repeat 50% 0;margin:0 auto;overflow:hidden;}
.product .section01 ul li{width:220px;padding-top:226px;font-size:18px;color:#4F4F4F;line-height:32px;}
.product .section01 h3:nth-of-type(2){width:420px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_tit02.png) no-repeat;margin:58px auto 25px;}
.product .section01 p:nth-of-type(2){height:120px;margin:0 auto;color:#233757;}
.product .section02{height:591px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_bg03.jpg) center/cover;}
.product .section02 .img{height:590px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_img.png) no-repeat 50% 0;}
.product .section03{height:503px;padding-top:100px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_bg04.jpg) center/cover;}
.product .section03 ul{display:flex;justify-content:space-around;width:1200px;height:412px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/product_box02.png) no-repeat 50% 0;overflow:hidden;}
.product .section03 ul li{width:220px;padding-top:272px;font-size:18px;line-height:32px;}

/* 公司简介 */
.introduce{height:1893px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_bg.jpg) no-repeat center/cover;}
.introduce .section01{height:454px;padding-top:80px;}
.introduce .section01 h3{width:502px;height:37px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/index_slogan.png) no-repeat;margin-bottom:30px;text-indent:-999px;overflow:hidden;}
.introduce .section01 p{width:580px;line-height:30px;margin-bottom:15px;text-align:left;}
.introduce .section02{height:635px;margin:50px 0 110px;}
.introduce .section02 h3{width:363px;height:33px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_tit01.png) no-repeat;margin-bottom:40px;text-indent:-999px;overflow:hidden;}
.introduce .post_box{position:relative;width:670px;height:504px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_gwbg.png) no-repeat;padding-left:490px;padding-top:50px;}
.introduce .post_box h4{width:174px;height:36px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_tit03.png) no-repeat;font-size: 24px;font-weight:normal;margin-bottom:20px;line-height:36px;}
.introduce .post_box ul li{width:574px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_icon.png) no-repeat 0 8px;padding-left:23px;margin:0 0 5px 25px;text-align:left;}
.introduce .post_box a{position:absolute;bottom:120px;left:-20px;display:block;width:172px;height:72px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_btn.png) no-repeat;text-indent:-999px;overflow:hidden;cursor:default;}
.introduce .section03 h3{width:141px;height:38px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_tit02.png) no-repeat;margin-bottom:10px;text-indent:-999px;overflow:hidden;}
.introduce .contact_box{position:relative;width:1177px;height:367px;background:url(http://image.gyyxcdn.cn/upload/other/gxhuizhi/images/introduce_lxbg.png) no-repeat;padding:102px 0 0 140px;overflow:hidden;box-sizing:border-box;}
.introduce .contact_box p{position:relative;width:480px;height:48px;padding:0 0 23px 50px;text-align: left;}
.introduce .contact_box p b{position:absolute;left:0;top:0;font-size:16px;font-weight:bold;}


































