@charset "utf-8";

/*公共样式*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img, fieldset { border: none; }
.left { float: left; }
.right { float: right; }
hr{
clear:both;
}
.clear:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
* html .clear{height:1%}/*ie5+ie6*/
*:first-chile+html .clear{min-height:1px;}/*ie7*/
html{
	font-size:12px;
	font-family:microsoft yahei;
	min-width:1200px;
}
body{ 
	min-width:1200px;
	animation: fade-in;/*动画名称*/  
    animation-duration: 0.5s;/*动画持续时间*/  
    -webkit-animation:fade-in 0.5s;/*针对webkit内核*/  
    overflow-x: hidden;
}
@keyframes fade-in {  
    0% {opacity: 0;}/*初始状态 透明度为0*/  
    40% {opacity: 0;}/*过渡状态 透明度为0*/  
    100% {opacity: 1;}/*结束状态 透明度为1*/  
}  
@-webkit-keyframes fade-in {/*针对webkit内核*/  
    0% {opacity: 0;}  
    40% {opacity: 0;}  
    100% {opacity: 1;}  
}  

/*导航栏*/
.nav{width: 100%;height: 70px;line-height: 70px;position: fixed;top: 0;z-index: 1000;transition: 0.8s;color:transparent;min-width: 1200px;font-family: 微软雅黑;}
.nav-left{width: 50%;float: left;}
.logo-img{width: 170px;height: 70px;margin: 0 auto;}
.logo-img img{width:97%;}
.nav-right{width: 50%;float: right;}
.nav-right ul{width: 100%;height: 70px;float: left;margin-bottom: 0;}
.nav-right ul li{float: left;width: 90px;height: 70px;color: #fff;font-size: 16px;text-align: center;letter-spacing: 2px;position: relative;}
.nav-right ul li a{color: #fff;}
.nav-right ul li span{display: inline-block;width: 80%;height: 66px;}
.demo1{border-bottom: 4px solid #3D7EFF;}
.demo2{border-bottom: 4px solid #3D7DFF;}
.li-list1{width: 140%;height: 250px;position: absolute;top: 70px;z-index: 3;left: -20px;
transition: all 0.3s;
-moz-transition: all 0.3s;
-webkit-transition: all 0.3s;
-o-transition: all 0.3s;
visibility: hidden;
opacity: 0;
}

.li-list1 ul{width: 100%;}
.li-list1 ul li{width: 100%;height: 50px;line-height: 50px;background: #001227;opacity: 0.92; }
.li-list1 ul li a{color: rgba(255,255,255,.6);text-decoration: none;transition: .3s;font-size: 14px;}
.li-list1 ul li a:hover{color: #fff;}


/*底部*/
.footer{width: 100%;height: 360px;color: #fff;background: #001228;padding: 50px 0 0 0;box-sizing: border-box;position: relative;min-width: 1200px;font-family: 微软雅黑;}
.footer-small{width: 70%;margin: 0 auto;}
.footer ul{font-size: 14px;float: left;width: 16%;}
.footer ul a{text-decoration:none;color:rgba(255,255,255,0.6);}
.footer ul a:hover{color: #fff;}
.footer ul li{height: 32px;line-height: 30px;font-family: 微软雅黑;}
.footer ul .li1{font-size: 20px;margin-bottom: 18px;font-family: 微软雅黑;}
.foot-left{width: 80%;float:left;box-sizing: border-box;padding-left: 2%;}
.foot-right{width: 20%;float: right;text-align: center;}
.footer-bottom{width: 100%;height: 60px;text-align: center;background:#040C17; position: absolute;bottom: -60px;line-height: 60px;font-size: 14px;font-family: 微软雅黑;}



/*返回顶部*/
.top1{width: 60px;height: 60px;background: url(../images/companyProfile_images/top1.png) no-repeat 0px 0px;background-size: 100%;position: fixed;right: 50px;bottom: 80px;transition: 0.3s;z-index: 1000;}
.top2{width: 60px;height: 60px;background: url(../images/companyProfile_images/top.png) no-repeat 0px 0px;background-size: 100%;position: fixed;right: 50px;bottom: 80px;transition: 0.3s;z-index: 1000;}

/*动画*/
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 2s!important;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}