﻿/*通用*/

*{ margin:0; padding:0;}
body{font:14px "microsoft yahei", Arial, Helvetica, sans-serif;color:#000; background:#fbfbfb; min-width:1200px;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {margin:0px;padding:0px;border:none;list-style:none;}
a{text-decoration:none;  text-shadow:none;font-weight:normal;}
ul{list-style:none;}
textarea,input{outline:none;-webkit-appearance:none; font-family:"微软雅黑";}
.fl{ float:left;}
.fr{ float:right}
a{color:#6c6c6c;text-decoration:none;}
img{border:none;}
.clear:before, .clear:after{content: ' ';display:block;height:0;clear:both;overflow:hidden;}
.dk{ width:1200px; margin:0 auto;}

.IndMoz img{width:100%;transition:0.5s;cursor:pointer;}
.IndMoz:hover img{-ms-transform:scale(1.05);-moz-transform:scale(1.05);-webkit-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05); }
/*top transition:1s;*/
.top{ line-height:36px; height:36px;font-size:14px; background:#FFF;}
.top a{color:#333;}
.topL{text-align:right;float: left;color:#ccc;}
.topL a:first-child{display:block;white-space:nowrap; overflow:hidden; text-overflow:ellipsis; float:left;}
.topN{/* width:232px;*/  color:#ccc; float: right; margin-top:9px;}
.topN a{  line-height:18px; padding-left:25px; width:72px; display:inline-block; margin-left:15px;}
.topN a:first-child{background: url(../images/icon/css_sprites.png) -49px -10px;}
.topN a:last-child{background: url(../images/icon/css_sprites.png) -10px -86px;}
.top a:hover{ color:#1677d7;}
/*header*/
.header{ height:123px; padding-top:25px; background-image: url("../images/headB.jpg"); background-position: top center; background-position: center top;}
.head_logo{ width:650px; height:97px; display:block; margin-left:10px;}

.IndCon{ width:1200px;margin:18px auto 160px;}
/**/
.IndTit{ height:50px; width:100%; background-image: url("../images/title01.png"); background-repeat: no-repeat; background-position: left center;}
.IndTit h1{ color:#FFF; font-size: 18px; line-height:50px; padding-left: 57px;}
/*快速预审*/
.IndYS{ margin-top: 160px;}
.IndYSan{ width:566px; height:270px; padding-top: 80px; border-radius:7px; background: #FFF; position: relative; box-shadow:0 0 8px rgba(0,0,0,0.1);}
.IndYSaI{width:200px; height:200px; position: absolute;top:-130px; right:0;left:0; margin:0 auto;}
.IndYSaI img{width:100%;}
.IndYSaT{width:250px; height: 30px; line-height:30px; margin:0 auto; text-align: center; color:#333; font-size: 20px; position: relative;}
.IndYSaT:before, .IndYSaT:after{content: ' ';display:block; width:76px; height:14px; top:50%; margin-top:-7px; position: absolute; background-position: center; background-repeat: no-repeat; background-image: url("../images/title02.png")}
.IndYSaT:before{left:0;}
.IndYSaT:after{right:0;transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform: rotate(180deg);}
.IndYSaP{ text-align:center; font-size: 16px; color:#999; line-height:28px; padding:18px 40px;}

.IndYSanA{ width:136px; height: 44px; line-height:44px; text-align: center; background: #1f68e5; font-size: 16px; color:#FFF; display: block; border-radius:3px; position: absolute; left:0;right:0; margin:0 auto; bottom: -22px;transition:0.5s;}
.IndYSanA:hover{ bottom:-12px;transition:0.5s;}
/*footer*/
.foot{min-width:1200px;width:100%; background:#f0f3f1; color:#333; font-size:14px; line-height:30px; text-align:center; padding:35px 0 50px; border-top:3px solid #33b3e6;}
#headerNav3 .layui-nav-child{
    display:none;
    /*left:0;*/
    top:36px;
    z-index:100;
    position: absolute;
    line-height: 36px;
    padding: 1px 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
    background-color: #fff;
    border-radius: 2px;
    white-space: nowrap;}
#headerNav3 .layui-nav-child:hover{
    background:#1496e6}
#headerNav3 .layui-nav-child:hover a{
    color:#fff;}
.menu li a.menu_aonK,.menu li a:hover{ background:#003e7d;transition:1s;}

.manager{ margin-left:10px;float: left;}
.manager a{ margin-left:10px;float: left;color:#0066c7}
.head-login span {
    color: #0066c7;
}