@charset "utf-8";
/* CSS Document */
@import url("default.css");
@font-face {
  font-family: jjFont;
  src: url(../fonts/SourceSansPro-Light.otf);
}
body{ background:url(../images/bj2.jpg) top repeat-x}
/*首页*/
.wipper{ width:1400px; height:auto; margin:0 auto}
.top{ width:98%; height:80px; margin:0 auto; display: -webkit-flex; /* Safari */ display: flex; justify-content:space-between; align-items:center}
.logo{ width:30%;}
.tel{ font-size:0.875em; color:#535353}
.tel span{ color:#1572e8; font-size:1.125em}
.content{ width:98%; height:auto; overflow:hidden; margin:60px auto 0; background-color:#fff; border-radius:5px; -moz-box-shadow: 0px 0px 10px #eaf3f8; box-shadow: 0px 0px 10px #eaf3f8;}
.pic{ float:left; width:50%;}
.pic img{ width:100%; height:100%; display:block;}
.biaodan{ float:left; width:50%; height:auto; overflow:hidden}
.denglu{ width:100%; height:auto; overflow:hidden}
.denglu_top{ width:100%; padding:80px 0 50px; text-align:center; color:#000; font-size:1.75em; font-weight:bold;}
.kkk{ width:71%; height:50px; margin:18px auto 0; padding:0 2%; border:#edf2f7 1px solid; background-color:#f7fafc; border-radius:5px; display: -webkit-flex; /* Safari */ display: flex; justify-content:space-between; align-items:center; font-size:1em; color:#585858}
.lll span{ float:left; color:#82a8d9; font-size:1.75em; margin-right:10px;}
.rrr span{ float:left; color:#c6c6c6; font-size:1.75em; margin-right:10px;}
.anniu{ width:75%; margin:40px auto 0;}
.qita{ width:75%; margin:15px auto 0; color:#585858;}
.qita a{ color:#f44906}
.qita a:hover{ text-decoration:underline}

.zhuce{ width:100%; height:auto; overflow:hidden;}
.zhuce_top{ width:100%; padding:24px 0 10px; text-align:center; color:#000; font-size:1.75em; font-weight:bold;}
.kkk2{ margin-top:6px}
.kkk3{ margin-top:15px;}

.kk{ width:75%; margin:6px auto 0; display: -webkit-flex; /* Safari */ display: flex; justify-content:space-between; align-items:center;}
.kk01{ width:45%; height:50px; padding:0 2%; border:#edf2f7 1px solid; background-color:#f7fafc; border-radius:5px;}

.bottom{ width:90%; margin:25px auto; text-align:center; font-size:0.875em; color:#a8a8a8}

/*表单*/
.form01{ width:250px; height:25px; line-height:25px; font-size:1em; color:#585858; outline: none; border:none; background-color:inherit}
.anan{ width:100%; height:54px; line-height:54px; text-align:center; background-color:#1572e8; border:#1266d0 1px solid; color:#fff; font-size:1.125em; border-radius:5px; cursor:pointer}
.anan:hover{background-color:#1266d0;}
.form02{ width:100%; height:30px; line-height:30px; margin-top:10px; font-size:1em; color:#585858; border:none; background:none}

@media screen and (max-width:1400px) {
	.wipper{ width:1100px;}
	.form01{ width:220px;}
	.kkk{ height:38px;}
}
