﻿.nav>ul, .nav .two-ul, .nav .three-ul,
.work-dt .work-dt-right .work-dt-right-title span,
.company-dt .company-dt-left .company-dt-left-title span,
.company-dt .company-dt-right .company-dt-right-title span,
.company-video-dt-left .company-video-dt-left-title span,
.company-video-dt-right .company-video-dt-right-title span,
.link-dt .link-dt-title span,
.list-dt-left h3,
.company-video-dt-left-title span,
.company-video-dt-left-title span
{
	background: #408ed6;
}
.work-dt .work-dt-right .work-dt-right-title,
.company-dt .company-dt-left .company-dt-left-title,
.company-dt .company-dt-right .company-dt-right-title,
.company-video-dt-left .company-video-dt-left-title,
.company-video-dt-right .company-video-dt-right-title,
.link-dt .link-dt-title,
.list-dt-right-title span,
.path-dt span,.company-video-dt-right-title,.company-video-dt-left-title
{
	border-bottom: 2px solid #408ed6;
}
.work-dt .work-dt-right> ul> li> a
,.company-dt .company-dt-left> ul> li> a
,.company-dt .company-dt-right> ul> li> a
{font-size: 16px;}

.work-dt-right-title
,.company-dt-right-title
,.company-dt-left-title
{margin-bottom: 10px;}

.clearfix{clear:both;/*清除浮动*/}
/*遮罩层*/
 .mak{position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0,0,0,.5);
    display: none;
    z-index: 998;
}


/* menu 下落动画*/
.menu-nav{
	 animation: myfirst 5s;
	 -moz-animation: myfirst 5s;	/* Firefox */
	 -webkit-animation: myfirst 5s;	/* Safari 和 Chrome */
	 -o-animation: myfirst 5s;	/* Opera */
}
@keyframes myfirst{
   1% {height:0px;}
   20%{height:200px;}
   50% {height:300px;}
   100%{height:200px;}
}

@-webkit-keyframes myfirst{ /* Safari and Chrome */
  1%{height:0px;}
   20%{height:200px;}
   50% {height:300px;}
   100%{height:200px;}
} 

 
/*滚动条样式*/
body::-webkit-scrollbar {
	width: 4px;    
	/*height: 4px;*/
}
body::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
body::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);

}


/*copyright-dt 开始*/
 .copyright-dt-h5{height: auto; overflow: hidden;background: #c2c2c2;padding: 0.5rem 0rem;width: 96%;margin: auto;}
.copyright-dt-left{width: 75%;overflow: hidden; height: auto; margin: 0px auto 0px;background: #c2c2c2;float:left;}
.copyright-dt-left ul{width: 77%;margin: 0px auto;}
.copyright-dt-left ul li{margin-right:14px; color: #FFF;}
.copyright-dt-right{width: 25%;overflow: hidden;  float:right;}
.copyright-dt-right a{display: block;float: left;margin-left: 2rem; width: 10rem; height: 7rem;margin-bottom: 1.4rem;}
.copyright-dt-right img{width: 5rem;float: left; margin-left: 0.5rem;    margin-top: 1rem;}
/*copyright-dt 结束*/



