*{
    padding: 0;
    margin: 0;
    list-style: none;
    scroll-behavior: smooth;
}

.box{
    width: 100%;
    min-width: 1200px;
}
.screen{
    display: flex;
    flex-flow: column;
    height:100vh;
}
.nav{
    width:100%;
    background-color:#D1000F;
}
.wrap{
    width:1200px;
    margin: 0 auto;
    position: relative;
}
.nav .l-content{
    width:1200px;
    height: 90px;
    position: relative;
    margin: 0 auto;
}
.nav .l-content .img{
    position: absolute;
    top: 25px;
}
.nav .l-content ul li{
    float: right;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 90px;
    cursor:pointer ;
    
}
.nav .l-content ul li a{
    color: #FFFFFF;
    text-decoration: none;
}
.nav .l-content ul li:hover {
    opacity: 0.8;
}
.nav .l-content ul .txt{
    margin-left: 45px;
    position: relative;
}
.nav .l-content ul .txt::after{
    content: '';
    display: block;
    width: 2px;
    height: 18px;
    background-color: #FFFFFF;
    position: absolute;
    top: 38px;
    left: -25px;
}
/* 头部结束 */
/* 中间 */
.carousel{
    width: 100%;
    background-color: #E8E8E9;
    flex: 1;
     position: relative;
}
.carousel .sign{
    height: 560px;
    position: relative;
}
.carousel .sign img{
    display: block;
    margin: 0 auto;
}
.scsc{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);

    top: 420px;
}
.carousel .sign .img_01{
    margin: 100px auto;
}
.carousel .sign .po_01{
    position: absolute;
    top: 95px;
    left: 40px;
    animation: po_01 1s infinite;
}
.carousel .sign .po_02{
    position: absolute;
    right: 30px;
    top: 215px;
    animation: po_02 1s infinite;
}
.carousel .sign .po_03{
    position: absolute;
    left: 135px;
    top: 5px;
    animation: po_03 1s infinite;
    animation-delay:1.1s;
}
@keyframes po_01{
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
} 
@keyframes po_02{
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -5px);
    }
    100% {
        transform: translate(0px, 0px);
    }
} 
@keyframes po_03{
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
} 
/* 表动画 */
.time{
    position: absolute;
    top: -100px;
    left: 886px;
}
#wrapp ul li{
    width: 3px ;
    height: 6px;
    border-radius: 10px;
    background-color:#666 ;
    position: absolute;
    left: 199px;
    top: 0;
    list-style: none;
    /*设置刻度以表盘的中心为基点进行旋转*/
    -webkit-transform-origin:center 200px; /*左右 上下*/
}
        
#wrapp{
			width: 50px;
			height: 50px;
			border: 2px solid #000000;
			border-radius: 50%;
			margin: 100px auto;
			
			 /*因为里面的元素和定会用到定位，而且是根据这个div定位，所以价格定位属性 */
			position: relative;
		}
#hour{
		width: 2px;
		height: 20px;
		background-color: #000;
		position: absolute;
		left: 23px;
		top:5px;
}
#min{
		width: 2px;
		height: 22px;
		background-color: #000000;
		position: absolute;
		left: 24px;
		top: 2px;
	}
#sec{
		width: 1px;
		height: 24px;
		background-color: red;
		position: absolute;
		left: 24px;
		top:1px;
}
#ico{
		width: 5px;
		height: 5px;
		border-radius: 50%;
		background-color: #000000;
		position: absolute;
		top: 22px;
		left: 22px;
}
#hour,#min,#sec{
		-webkit-transform-origin: bottom; 
    }
    
/* 手机 */
.boxxx{
    width: 48px;
    position: absolute;
    top: 215px;
    right: 344px;
}
.boxxx li{
    float: left;
    width: 10px;
    height: 10px;
    border: 2px solid #000000;
    margin: 1px;
}
.boxxx .active{
    background-color: #FFFFFF;
}
/* 方块 */
.diamond_01{
    top: 65px;
    left: 455px;
}
.diamond_02{
    top: 65px;
    left: 488px;
}
.diamond_03{
    top: 65px;
    left: 520px;
}
.diamond{
    position: absolute;
}
.diamond ul{
    position: relative;
}
.diamond li{
    position: absolute;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.diamond .concea_l{
    display: none;
}
.diamond .sho_w{
    display: block;
}
/* 字母 */
.letter{
    position: absolute;
    top: 72px;
    left: 259px;
}
.letter li{
    float: left;
    font-size: 23px;
    color: #231815;
}
.letter .pluss{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform:scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
/* 尺子 */
.pilla_01{
    position: absolute;
    top: 160px;
    right: 180px;
    z-index: 99;
}
.pilla_02{
    position: absolute;
    top: 186px;
    right: 106px;
    transform-origin: 15px 90px;
    animation: pilla_02 10s infinite;
}
.pilla_03{
    position: absolute;
    top: 186px;
    right: 106px;
    transform: rotate(45deg);
    transform-origin: 15px 90px;
    animation: pilla_03 10s infinite;
}
@keyframes pilla_02{
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(45deg);
    }
    100% {
        transform: rotate(0deg);
    }
} 
@keyframes pilla_03{
    0% {
        transform: rotate(45deg);
    }

    50% {
        transform: rotate(-45deg);
    }
    100% {
        transform: rotate(45deg);
    }
} 

/* 关于斯创 */
.cont .boxx{
    width: 100%;
    height: 195px;
    background-color: #515151;
    -webkit-margin-top: 25px;
}
.cont .boxx img{
    position: absolute;
    top: 50px;
    left: 50px;
}
.cont .boxx p{
    font-size: 16px;
    position: absolute;
    color: #FFFFFF;
    top: 50px;
    left: 394px;
    line-height: 32px;
}

/* 平面设计 */
.design{
    background-color: #E9E9E9;
    height: 750px;
}
.design .boxx{
    height: 750px;
}
.design .boxx ul{
   position: absolute;
   left: 12px;
   top: 40px;
   cursor:pointer 
}
.design .boxx ul li{
    float: left;
    width: 283px;
    height: 322px;
    margin: 8px 5px;
    color: #FFFFFF;
    position: relative;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    transition: all .2s ease-out;
    overflow: hidden;
}

.design .boxx ul a{
   display: block;
   width: 283px;
   height: 322px;
   position: absolute;
   top: 0px;
   left: 0px;
   text-decoration: none;
   color: #FFFFFF;
}
.design .boxx ul li .txt_01{
    font-size: 40px;
    margin-top: 10PX;
    padding-left: 10px;
    /* -webkit-background-clip: text;
-webkit-background-size: 200% 100%; 
-webkit-animation: masked-animation 4s linear infinite;
background-image: -webkit-linear-gradient(left,#3498db, #f47920 10%, #d71345 20%, #f7acbc 30%,#ffd400 40%, #3498db 50%, #f47920 60%, #d71345 70%, #ffd400 80%, #ffd400 90%, #3498db);
-webkit-text-fill-color: transparent; */
   
}
/* @keyframes masked-animation {
    0% {
        background-position: 0  0;
    }
    100% {
        background-position: -100%  0;
    }
} */
.design .boxx ul li .tt_01{
    position: absolute;
    top: 15px;
    left: 195px;
    
}
.design .boxx ul li .tt_02{
    position: absolute;
    top: 15px;
    left: 155px;
}
.design .boxx ul li .tt_03{
    position: absolute;
    top: 15px;
    left: 245px;
}
.design .boxx ul li .tt_04{
    position: absolute;
    top: 15px;
    left: 195px;
    
}
.design .boxx ul li .tt_05{

    position: absolute;
    top: 15px;
    left: 265px;
}
.design .boxx ul li .txt_02{
    font-size: 20px;
    padding-left: 10px;
    margin-top: 5px;
}

.design .boxx ul li .txt_03{
    display: block;
    width: 20px;
    height: 2px;
    background-color: #FFFFFF;
    margin: 5px auto 5px 10px;
}
.design .boxx ul li .txt_04{
font-size: 17PX;
padding-left: 10px;
}
.design .boxx ul li .more_01{
font-size: 37PX;
padding-left: 20px;
margin-top: 145px;
color: #D1000F;
}
.design .boxx ul li::after{
    content: '';
    display: block;
    position: absolute;
    top: -121px;
    left: -143px;
    background: white;
    width: 45px;
    height: 715px;
    opacity:.1;
    transform: rotate(-45deg);
}
.design .boxx ul li:hover::after {
    left: 200%;
    transition: all 1000ms cubic-bezier(0.3, 1, 0.2, 1);
     -webkit-transition: all 1000ms cubic-bezier(0.3, 1, 0.2, 1);
}
.design .boxx ul li:hover{
    opacity: .9;
}
.design .boxx ul li .more_02{
font-size: 14PX;
padding-left: 20px;
margin-top: 5px;
color: #000000;
}

.design .boxx .bg_01{
   background: url(../images/index/m_01.jpg) no-repeat;
}
.design .boxx .bg_02{
    background: url(../images/index/m_02.jpg) no-repeat;
}
.design .boxx .bg_03{
    background: url(../images/index/m_03.jpg) no-repeat;
}
.design .boxx .bg_04{
    background: url(../images/index/m_04.png) no-repeat;
}
.design .boxx .bg_05{
    background: url(../images/index/m_05.jpg) no-repeat;
}
.design .boxx .bg_06{
    background: url(../images/index/m_06.png) no-repeat;
}
/* 地址 */
.site{
    width: 100%;
    height: 334px;
    position: relative;
}
.site .site_s{
    position: absolute;
    top: 0;
    width: 100%;
    height: 334px;
    min-width: 1200px;
}
.site .boxx .mini_s{
   width: 770px;
   height: 258px;
}
.site .boxx .mini_site{
   margin-top: 40px;
   -webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
   -ms-transition: all .8s ease-out;
   transition: all .8s ease-out;
}
.site .boxx .mini_site:hover{
    opacity: 0.8;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.site .boxx .code{
    width: 125px;
    margin: 40px auto auto 50px;
   vertical-align: top;
   -webkit-transition: all .8s ease-out;
   -moz-transition: all .8s ease-out;
   -ms-transition: all .8s ease-out;
   transition: all .8s ease-out;
}
.site .boxx p{
    color: #FFFFFF;
    font-size: 14px;
    line-height: 22px;
}
.site .boxx .text{
    color: #FFFFFF;
    font-size: 15px;
    position: absolute;
    top: 185px;
    left: 825px;
}
.site .boxx .sign_01{
 font-size: 18px;
}
.site .boxx .sign_03{
text-indent: 40px;
}
/* 底部 */
.bottom{
    position: relative;
    height: 240px;    
}
.bottom .bot {
    position: absolute;
    top: 0;
    width: 100%;
    height: 240px;
    min-width: 1200px;
}
.bottom .boxx{
    overflow: hidden;
}
.bottom .boxx ul{
    margin-top: 30px;
}
.bottom .boxx ul li{
    width: 225px;
    height: 190px;
    float: left;
    position: relative;
    color: #FFFFFF;
    font-size: 14px;
    margin-left: 10px;
}
.bottom .boxx ul li p a{
    color: #FFFFFF;
    text-decoration: none;
}
.bottom .boxx ul .test{
    width: 415px
}
.bottom .boxx ul li::before{
    content: '';
    display: block;
    width: 1px;
    height: 260px;
    background-color: #FFFFFF;
    position: absolute;
    top: 1px;
    left: -10px;
}
.bottom .boxx ul li p{
   line-height: 25px;
   cursor:pointer
}
.bottom .boxx ul li p:hover{
    opacity: 0.8;
}
.bottom .boxx ul li .dist{
   margin-top: 15px;
}
.bottom .boxx ul li .sign_01{
    text-indent: 40px;
}