﻿/****************************************************************
 -- 【全局样式配置】 --
****************************************************************/
 * {
    margin:0px; padding:0px; border:0px;
    box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box; -ms-box-sizing:border-box;
    list-style:none; font-family:"Microsoft YaHei";
 }
 html,body { width:100%; height:100%; overflow:hidden; }
 img { border:0px; }
 ul, ol, li, dl { list-style-type:none; list-style:none; }

/****************************************************************
 -- 【首页专用】 --
****************************************************************/
 /*首页--页面背景*/
 body { background-image:url("../Image/1011_01.jpg"); background-repeat:no-repeat; background-size:100% 100%; }

 /*首页--内容区域*/
 #Content { position:absolute; width:1380px; overflow:hidden; top:50%; left:50%; margin-top:-300px; margin-left:-690px; }

 /*首页--图片轮播*/
 #banner { float:left; width:930px; height:600px; background-color:rgba(64,78,131,0.75); border-radius:10px 0px 0px 10px; }
 #banner .picimg    { position:relative; width:100%; height:100%; }
 #banner .picimg li { position:absolute; width:100%; height:100%; left:0; top:0; background-repeat:no-repeat; background-size:100% 100%; display:none; border-radius:10px 0px 0px 10px; }
 #banner .picimg li.cur { display:block; }
 #banner .picnav { position:absolute; bottom:15px; left:430px; z-index:10; }
 #banner .picnav ul    { width:120px; margin:0 auto; }
 #banner .picnav ul li { float:left; display:inline-block; width:24px; height:2px; background-color:#999999; cursor:pointer; overflow:hidden; margin-top:2px; margin-left:3px; margin-right:3px; }
 #banner .picnav ul li.cur { height:4px; margin-top:1px; background-color:#2887F0; border-radius:3px; }
 #banner .logo { position:absolute; top:25px; left:35px; z-index:20; }
 #banner .logo img { float:left; height:64px; }
 #banner .logo div { float:left; height:43px; border-left:1px solid #222222; margin-top:7px; margin-left:17px; padding-left:15px; }
 #banner .logo .P1 { color:#222222; font-size:25px; line-height:25px; letter-spacing:1.6px;  padding-top:1px; }
 #banner .logo .P2 { color:#222222; font-size:12px; line-height:12px; letter-spacing:0.25px; padding-top:5px; }

 /*首页--用户区域*/
 .in_101 { float:left; width:450px; height:600px; background-color:#FFFFFF; border-radius:0px 10px 10px 0px; }
 .in_102 { height:110px; }
 .in_102 .s1 { font-size:30px; color:#000000; letter-spacing:4px; padding:60px 0px 0px 40px; }
 .in_102 .s2 { position:absolute; top:0px; right:0px; z-index:20; font-size:0px; cursor:pointer; }
 .in_102 .s2 img { border-radius:0px 9px 0px 0px; }
 .in_103 { position:absolute; z-index:80; bottom:0px; width:450px; height:110px; background:linear-gradient(180deg, #FFFFFF 0%, #DBECFF 100%); border-radius:0px 0px 10px 0px; }
 .in_104 { position:absolute; z-index:90; bottom:8px; width:450px; }
 .in_104 img { width:100%; opacity:0.38; filter:opacity(38%); -webkit-filter:opacity(38%); }

 /*首页--账号登录*/
 .in_200 { padding-top:20px;  }
 .in_200 ul { padding:0px 50px; }
 .in_200 li { height:80px; overflow:hidden; border-bottom:1px solid #CCCCCC; }
 .in_200 li span { float:left; width:50px; margin-top:35px; font-size:24px; color:#999999; padding-left:10px; }
 .in_200 li input[type="text"]     { float:left; margin-top:31px; width:280px; height:30px; line-height:30px; font-size:20px; border:0px; outline:medium; font-weight:bold; }
 .in_200 li input[type="password"] { float:left; margin-top:31px; width:280px; height:30px; line-height:30px; font-size:28px; border:0px; outline:medium; font-weight:bold; letter-spacing:3px; }
 .in_200 li input[type="submit"]   { float:left; margin-top:31px; width:100%;  height:55px; line-height:56px; font-size:24px; border:0px; outline:medium; background:#2887F0; color:#fff; letter-spacing:10px; cursor:pointer; border-radius:28px; }
 .in_200 li input::-webkit-input-placeholder { font-size:18px; color:#BBBBBB; font-weight:normal; letter-spacing:0px; }

 /*首页--扫码登录*/
 .in_300 { height:450px; overflow:hidden; }
 .in_300 iframe { width:100%; height:100%; background-color:transparent; }