﻿
body{
    background: #e7eff3;
}
#tab_conbox1 li a:hover{
	color:red;

}

a:hover{
   color:red;
}
#tab_conbox1 li a{
    color:#616161 ;
}

#tab_conbox2 li a:hover{
	color:red;

}

#tab_conbox2 li a{
    color:#616161 ;
}
#tab_conbox3 li a:hover{
	color:red;

}

#tab_conbox3 li a{
    color:#616161 ;
}
/*
    top开始
*/
.header {
	margin: 0;
	padding: 0;
	min-height: 95px;
	background-color: #8771d8;
	background: -webkit-linear-gradient(left, #5584f7, #8771d8);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #5584f7, #8771d8);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #5584f7, #8771d8);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #5584f7, #8771d8);
	/* 标准的语法（必须放在最后） */
}

.logo{
    margin-top: 20px;
}

.top-left-nava li{
    list-style: none;
    float: left;
    width: 100px;
    height: 19px;
    line-height: 19px;
    text-align: center;

}

.top-left-nava li a{
    color: white;
}
.top-left-nava li:nth-child(2){
 border-left: 1px solid rgba(255, 255, 255, 0.2);
 border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-left-nava li:nth-child(3){
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.top-left-nava li img{
    width: 17px;
    height: 17px;
    margin-right: 5px;
}

.top-left-nava{
    padding: 0;
    margin-top: 10px;
    height: 19px;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 414px) {
/******iphone 7 8 plus******/
.top-left-nava li{
    width: 96px;
}
.logo{
    width: 100%;
}

}

@media (max-width: 375px) {

	/******iphone X 7 8******/
    .top-left-nava li{
        width: 86px;
    }
    .top-left-nava li img{
        margin-right: 1px;
    }

    .top-left-nava{

        border-bottom: 1px solid rgba(255, 255, 255, 0.0);
    }

    .top-left-nava li:nth-child(2){
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

    .top-left-nava li:nth-child(3){
           border-right: 1px solid rgba(255, 255, 255, 0.2);
    }

}

@media (max-width: 320px) {

	/******iphone 5/SE******/
    .top-left-nava li{
        width: 70px;
    }
    .top-left-nava li img{
        display: none;
    }
}

/*
    top结束
*/


/*
 navbar 开始
*/
.navbar{
    border-radius: 0;
    background: -webkit-linear-gradient(left, #446ac6, #6c5aad);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #446ac6, #6c5aad);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #446ac6, #6c5aad);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #446ac6, #6c5aad);
	/* 标准的语法（必须放在最后） */
}
.navbar-default .navbar-nav > li > a{
    font-size: 16px;
    color: white;
    border-left: 1px solid rgba(255, 255, 255, 0.212);
}
.nav > li > a{
    padding-left: 31px;
    padding-right: 31px;
     color: white;
}
.navbar-default .navbar-brand{
    background: #4053a9;
}
.navbar > .container .navbar-brand{
    margin-left: 0;
}
.navbar{
    margin-bottom: 0;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
    color: #f00;
    background-color: #caf2fc;
}

/****下拉导航******/
.dropdown-menu {
    margin: 0;
    padding: 0;
    text-align:center;
}

    .dropdown-menu > li > a {
        margin: 0;
        padding: 0;
        height: 38px;
        line-height: 38px;
    }

        .dropdown-menu > li > a:hover {
            background-color: #caf2fc;
            display: block;
        }

    .dropdown-menu > li {
        margin: 0;
        padding: 0;
        height: 38px;
        line-height: 38px;
    }

        .dropdown-menu > li.divider {
            margin: 0;
            padding: 0;
        }
@media (max-width: 414px) {
/******iphone 7 8 plus******/
.nav > li{
    text-align: center;
}
    
}
    
@media (max-width: 375px) {
    
/******iphone X 7 8******/
     
    
}
    
@media (max-width: 320px) {
    
/******iphone 5/SE******/
     
}
/*
 navbar 结束
*/


/*
 轮播开始
*/

.slidebg {
    height: 350px;
    width: 100%;
}
.slidebg2 {
	height: 375px;
}
.slidebg a{display:block;width:100%;height:420px;}
.carousel-indicators{
    text-align: right;
}
.cariyse-titele{
    width: 320px;
    height: 63px;
    font-size: 33px;
    line-height: 63px;
    background: -webkit-linear-gradient(left, #196cf3, #b282ff);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #196cf3, #b282ff);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #196cf3, #b282ff);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #196cf3, #b282ff);
	/* 标准的语法（必须放在最后） */
}
.cariyse-min-title{
    width: 315px;
    height: 43px;
    background: rgba(0, 0, 0, 0.55);
    text-align: left;
    margin-left: 17px;
    padding-left: 15px;;
}
.cariyse-min-title span{
    font-size: 33px;
}


@media (max-width: 414px) {
    /******iphone 7 8 plus******/
      
    .slidebg {
        height: 200px;
        width: 100%;
    }


    .cariyse-titele{
        width: 100px;
        height: 25px;
        font-size: 15px;
        line-height: 25px;
    }

.cariyse-min-title{
    width: 140px;
    height: 20px;
    background: rgba(0, 0, 0, 0.55);
    text-align: left;
    margin-left: 5px;
    padding-left: 5px;
    font-size: 10px;
}
.cariyse-min-title span{
    font-size: 12px;
}


}
        
    @media (max-width: 375px) {
        
    /******iphone X 7 8******/
         
        
    }
        
    @media (max-width: 320px) {
        
    /******iphone 5/SE******/
         
    }


/*
 轮播结束
*/

/*
 新闻开始
*/

.news{
    margin: 30px 0;
}
.news-left{
    min-height:375px;
    background: wheat;
}
.news-right{
    min-height:375px;
    border-radius: 10px;
    padding: 20px 35px 0px 35px;
    background: white;
}


.news-img{
    position: relative;
    color: white;    
    min-height:375px;
   
}
.news-img-title{
    width: 100%;
    position: absolute;
    bottom: 0;
    font-size: 24px;
    padding: 12px;
    font-weight: 800;
    background: rgba(0, 0, 0, 0.55);

 
}
#tab_conbox1 ul{
    padding-left: 0px;
}
#tab_conbox1 ul li{

    list-style-type: none;
    

}
.news-right dd li {
    min-height: 40px;
    line-height: 40px;
    color:#7c7c7c;
    list-style: none;
    background: url(../images/dot.png) left 20px no-repeat;
    padding-left: 15px;
}

.news-right dd li span {
    float: right;

}
#tabs1 a{
 font-size:20px;
 font-weight: 500;
 margin-right: 20px;
 text-decoration: none;
 color: #a2a2a2;
}
#tabs1 .on{
    font-size:24px;
    font-weight:700;
    color: #4184dd;
    padding-bottom: 5px;
    border-bottom: 2px solid #4184dd;
}
.news-right dl dt {
    margin-bottom: 25px;
}
.news-right dl dt .more {
    line-height: 30px;
}
.more{
    padding: 6px 9px;
    color: white;
    background:#4184dd ;
    border-radius: 15px;
}

@media (max-width: 414px) {
    /******iphone 7 8 plus******/
    .news{
        margin: 20px 0;
    }
    .news-right{
        margin-top: 20px;
    }
    .news-right dd li {
        height: 20px;
        overflow: hidden;
    }
    .news-right dd li a{
        display: inline-block;
        width: 170px;
        overflow: hidden;
        line-height: 40px;
        text-overflow:ellipsis;
        height: 40px;
    }
        
    }
        
    @media (max-width: 375px) {
        
    /******iphone X 7 8******/
    .news-right dd li a{
        width: 140px;
    }

    .more {
        padding: 6px 9px;
        color: white;
        background: #4184dd;
        font-size: 12px;
        border-radius: 15px;
    }
        
    }
        
    @media (max-width: 320px) {
        
    /******iphone 5/SE******/

    .news-right dd li a{
        width: 100px;
    }
    #tabs1 a{
        font-size:15px;
    }
    #tabs1 .on{
        font-size:15px;
    }         
    .news-right{
        padding-left: 10px;
    }

    .more {
        padding: 6px 9px;
        color: white;
        background: #4184dd;
        font-size: 12px;
        border-radius: 15px;
    }

    }


/*
 新闻结束
*/




/*
 就业信息开始
*/
.jyxx {
    margin: 0px 0;
}
.jyxx-left{
    min-height:414px;
    border-radius: 10px;
    background: white;
    padding: 20px 35px 0px 35px;
}


.jyxx-right{
    min-height:414px;
    border-radius: 10px;
    padding: 25px 15px;
    background: url(../images/jyyx_right.png);
}
.jyxx-right ul{
    padding-left: 0;
}

.jyxx-right ul li{
    color: white;
    list-style: none;
    float: left;
    line-height: 50px;
    width: 106px;
    height: 50px;
  
}
.jyxx-right ul li a{
    color: white;
}
.jyxx-right ul li a img{
    margin-right: 7px;
}



#tab_conbox2 ul{
    padding-left: 0px;
}
#tab_conbox2 ul li{

    list-style-type: none;
    

}
.jyxx-left dd li {
    min-height: 40px;
    line-height: 40px;
    color:#7c7c7c;
    list-style: none;
    background: url(../images/dot.png) left 20px no-repeat;
    padding-left: 15px;
}

.jyxx-left dd li span {
    float: right;

}
.jyxx-left dl dt .more{
   line-height: 30px;
}
.jyxx-left dl dt{
    margin-bottom: 25px;
}
#tabs2 a{
 font-size:20px;
 font-weight: 500;
 margin-right: 20px;
 text-decoration: none;
 color: #a2a2a2;
}
#tabs2 .on{
    font-size:24px;
    font-weight:700;
    color: #4184dd;
    padding-bottom: 5px;
    border-bottom: 2px solid #4184dd;
}

.jyxx-right img{
    width: 15px;
    height: 15px;
}
.jyxx-right ul li:nth-child(7){
	width: 136px;
}
.jyxx-right li:nth-child(1){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.jyxx-right li:nth-child(2){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.jyxx-right li:nth-child(3){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.jyxx-right li:nth-child(4), .jyxx-right li:nth-child(5), .jyxx-right li:nth-child(6) {
  margin-top:5px;
}


.jyxx-right-title{
    font-size: 21px;
    color: white;
   padding-left: 15px;
   margin-bottom: 15px;
   border-left: 3px solid #df80a7;
}
.jyxx-right-tow .jyxx-right-title{
    border-left: 3px solid #79d07f;
}

.jyxx-right-tow ul li:nth-child(4){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.jyxx-right-tow ul li:nth-child(5){
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.jyxx-right-tow ul li:nth-child(6){
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.jyxx-right-tow ul li:nth-child(8){
    width: 170px;
}
.jyxx-right-tow{
    margin-top: 20px;
}



@media (max-width: 414px) {
    /******iphone 7 8 plus******/
    .jyxx-left dl dt {
        margin-bottom: 0px;
    }
    .jyxx{
        margin: 0px 0;
    }
    .jyxx-right{
        margin-top: 20px;
    }
    .jyxx-left dd li {
        height: 20px;
        overflow: hidden;
    }
    .jyxx-left dd li a{
        display: inline-block;
        width: 170px;
        overflow: hidden;
        line-height: 40px;
        text-overflow:ellipsis;
        height: 40px;
    }
    #tabs2 a{
        font-size: 12px;
        margin-right: 10px;
    }
    #tabs2 .on{
        font-size: 12px;
    }

        
}
        
@media (max-width: 375px) {
     /******iphone X 7 8******/     

     .jyxx-left dd li a{
        width: 140px;
    }
    .jyxx-right{
        min-height: 450px;
        background-size: 100% 100%;
    }

    .jyxx-right li:nth-child(4){
        border-bottom: 0px solid rgba(0, 0, 0, 0.15);
    }
    .jyxx-right-tow ul li:nth-child(8){
        width: 144px;
    }
    .jyxx-right ul li{
        width: 95px;
    }
}
        
@media (max-width: 320px) {
        
    /******iphone 5/SE******/
    .jyxx-left{
        padding: 20px 10px 0px 10px;
    }
    .jyxx-right ul li{
        width: 120px;
    }
    .jyxx-right{
        min-height: 500px;
        padding-right: 0px;
    }
    .jyxx-right-tow ul li:nth-child(8){
        font-size: 11px;
        width: 124px;
    }
}

/*
 就业信息结束
*/






/*
 创业信息开始
*/

.cyxx {
    margin: 30px 0;
}

.cyxx-left{
    min-height:414px;
    border-radius: 10px;
    background: white;
    padding: 20px 35px 0px 35px;
}
.cyxx-right{
    min-height:414px;
    border-radius: 10px;
    padding-top: 25px;
    background: url(../images/cyxx_right.png);
}
.cyxx-right1{
    min-height:414px;
    border-radius: 10px;
    padding-top: 25px;
    background: url(../images/jyyx_right.png);
}

.cyxx-right1 ul{
    padding-left: 0;
}

.cyxx-right1 ul li{
    color: white;
    list-style: none;
    float: left;
    width: 116px;
    height: 40px;
}
.cyxx-right1 ul li a{
    color: white;
}
.cyxx-right1 ul li a img{
    width: 30px;
    height: 30px;
    margin-right: 7px;
}

.cyxx-right ul{
    padding-left: 0;
}

.cyxx-right ul li{
    color: white;
    list-style: none;
    float: left;
    width: 116px;
    height: 40px;
}
.cyxx-right ul li a{
    color: white;
}
.cyxx-right ul li a img{
    width: 30px;
    height: 30px;
    margin-right: 7px;
}



#tab_conbox3 ul{
    padding-left: 0px;
}
#tab_conbox3 ul li{

    list-style-type: none;
    

}
.cyxx-left dd li {
    min-height: 40px;
    line-height: 40px;
    color:#7c7c7c;
    list-style: none;
    background: url(../images/dot.png) left 20px no-repeat;
    padding-left: 15px;
}

.cyxx-left dd li span {
    float: right;

}
.cyxx-left dl dt .more{
   line-height: 30px;
}
.cyxx-left dl dt{
    margin-bottom: 25px;
}
#tabs3 a{
 font-size:20px;
 font-weight: 500;
 margin-right: 20px;
 text-decoration: none;
 color: #a2a2a2;
}
#tabs3 .on{
    font-size:24px;
    font-weight:700;
    color: #4184dd;
    padding-bottom: 5px;
    border-bottom: 2px solid #4184dd;
}
.cyxx-right ul li{
 text-align: center;
    padding: 10px;
    height: 110px;
}
.cyxx-right li  img{
    margin: 15px 0;
}
.cyxx-right li span{
    display: block;
}
.cyxx-right-title{
    font-size: 21px;
    padding-left: 15px;
    color:white;
    margin-left: 15px;
    margin-bottom: 15px;
    border-left: 3px solid #fbee5e;
}
.cyxx-right li:nth-child(1){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(2){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(3){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cyxx-right li:nth-child(4){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(5){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(6){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.cyxx-right li:nth-child(7){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(8){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.cyxx-right li:nth-child(9){
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}


@media (max-width: 414px) {
    /******iphone 7 8 plus******/
    .cyxx-left dl dt {
        margin-bottom: 0px;
    }
    .cyxx{
        margin: 0px 0;
    }
    .cyxx-left{
        margin-top: 20px;
    }

    .cyxx-right{
        margin-top: 20px;
    }

    .cyxx-left dd li {
        height: 20px;
        overflow: hidden;
    }
    .cyxx-left dd li a{
        display: inline-block;
        width: 170px;
        overflow: hidden;
        line-height: 40px;
        text-overflow:ellipsis;
        height: 40px;
    }
    #tabs3 a{
        font-size: 12px;
        margin-right: 10px;
    }
    #tabs3 .on{
        font-size: 12px;
    }

        
}
        
@media (max-width: 375px) {
     /******iphone X 7 8******/     

     .cyxx-left dd li a{
        width: 140px;
    }
    .cyxx-right{
        min-height: 420px;
        background-size: 100% 100%;
    }

    .cyxx-right li:nth-child(4){
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    }
    .cyxx-right-tow ul li:nth-child(8){
        width: 144px;
    }
    .cyxx-right ul li{
        width: 105px;
    }
}
        
@media (max-width: 320px) {
        
    /******iphone 5/SE******/
    .cyxx-left{
        padding: 20px 10px 0px 10px;
    }
    .cyxx-right ul li{
        width: 83px;
    }
    .cyxx-right{
        padding-right: 0px;
    }
    .cyxx-right li:nth-child(6){
        width: 80px;
    }




}


/*
 创业信息结束
*/

/*
 友情连接开始
*/
.yqlj{
    margin: 0px;
}
.yqlj-title{
    font-size: 19px;
    padding-left: 10px;
    font-weight: 700;
}
.yqlj-title img{
    margin-right: 15px;
}
.lj-log img{
    width: 181px;
}
/************友情链接**********/
.yqlj {
    margin-top: 20px;
    padding-left: 0px;
    padding-right: 0px;
}

    .yqlj h1 {
        text-indent: -9999px;
        background: url(../images/yqlj.png) left no-repeat;
    }

    .yqlj ul,
    .yqlj li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

   

    .yqlj li {
        float: left;
        margin-right: 10px;
    }

        .yqlj li img {
            width: 175px;
            border-radius: 10px;
        }

@media (max-width: 414px) {
    /******iphone 7 8 plus******/
    .lj-log img{
        width: 165px;
        margin-bottom: 10px;
    }
        
}
        
@media (max-width: 375px) {
        
    .lj-log img{
        width: 153px;
        margin-bottom: 10px;
    }
        
}
    
@media (max-width: 320px) {
        
    /******iphone 5/SE******/
    .lj-log img{
        width: 128px;
        margin-bottom: 10px;
    }

}


/*
 友情连接结束
*/


/*
 尾部开始
*/

.foot{
margin: 0;
padding: 0;
min-height: 130px;
line-height: 130px;
background-color: #8771d8;
background: -webkit-linear-gradient(left, #5584f7, #8771d8);
background: -o-linear-gradient(right, #5584f7, #8771d8);
background: -moz-linear-gradient(right, #5584f7, #8771d8);
background: linear-gradient(to right,
#5584f7, #8771d8);
}
.foot-tow{
    color: white;
    min-height: 45px;
    line-height: 45px;
    background: -webkit-linear-gradient(left, #446ac6, #6c5aad);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #446ac6, #6c5aad);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #446ac6, #6c5aad);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #446ac6, #6c5aad);
	/* 标准的语法（必须放在最后） */
}
.jszc{
    margin: 0px 0;
}
.foot-whiet{
    display: inline-block;
    margin-left: 15px;
    width: 584px;
    height: 30px;
    line-height: 22px;
    color: white;
}
.wbxw{
    margin: 0px 0;
}

@media (max-width: 414px) {
    /******iphone 7 8 plus******/
.wbxw .col-md-12 .pull-left{
    width: 100%;
    text-align: center;
}
.foot {
    line-height: 100px;
}
     
.wbxw .col-md-12 .pull-right{
    width: 100%;
    text-align: center;
}
}
        
@media (max-width: 375px) {
        

        
}
        
 @media (max-width: 320px) {
        
    /******iphone 5/SE******/

    .foot-whiet{
        margin-left: 0px;
        width: 100%;
    }
}

/*
 尾部结束
*/

/*
 对联开始
*/
.fdgg{
 width: 200px;
 min-height: 200px;
 position: fixed;
 top: 640px;
 right:  0;

}
.fdgg .but{
    width: 170px;
    height: 50px;
    line-height: 50px;
    border-radius: 10px;
    margin-bottom: 5px;
    text-align: center;
    color: white;
    background: white;
}
.fdgg .but a{
    color: white;
}
.fdgg .fdgg-stu{

    background: -webkit-linear-gradient(left, #fb8b2f, #fd3c66);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #fb8b2f, #fd3c66);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #fb8b2f, #fd3c66);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #fb8b2f, #fd3c66);
    /* 标准的语法（必须放在最后） */
    
}

.fdgg .fdgg-gs{    
    background: -webkit-linear-gradient(left, #3bd0b6, #1aba43);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #3bd0b6, #1aba43);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #3bd0b6, #1aba43);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #3bd0b6, #1aba43);
    /* 标准的语法（必须放在最后） */
    
}
.fdgg-rwm{
    width: 170px;
    border-radius: 10px;
    text-align: center;
    padding: 15px 0;
    background: white;
    -moz-box-shadow:1px 1px 30px #6d6d6d;
    -webkit-box-shadow:1px 1px 30px #6d6d6d;
     box-shadow:1px 1px 30px #6d6d6d;
}
/*
 对联结束
*/

.table tr.title td {
    font-weight: bold;
    color: #fff;
    background-color: #337ab7;
}
.table tr.title td a {
        color: #fff;
    }
.table tr.title td a:hover {
            color: #f00;
        }

.table td.tip {
    font-weight: bold;
    text-align: right;
}

.fixed{ width:180px; height:320px;  text-align:center; top:530px; right:20px; position:absolute; }
.fixed_div1{ background-image: url(/templates/default/images/login1.png); height:54px; width:159px; padding-top:13px; font-size:18px; color:#ffffff; margin-left:12px; }
.fixed_div2{ background-image: url(/templates/default/images/login2.png); height:54px; width:159px; padding-top:13px; font-size:18px; color:#ffffff; margin-left:12px; margin-top:5px; }
.fixed_div3{ background-image: url(/templates/default/images/login3.png); height:216px; padding-top:10px; font-size:18px; color:#000000; padding-top:22px; line-height:36px; }

.a-link { width:1170px; }
.a-link .a-link-top {position:relative; width:1170px; height:42px; background:url(../images/a-tit-bg02.jpg) repeat-x bottom;}
.a-link .a-link-top h4 {padding-left:45px;width:75px; height:40px; line-height:40px; font-size:16px; color:#1458bb; background:url(../images/a-link.png) no-repeat left; background-position-x:5px;     border-bottom: 2px solid #1458bb;}
.a-link .a-link-con {width:1170px; height:170px; }
.a-link .a-link-con .a-usually {width:1170px; margin-top:20px;margin-left:0px;}
.a-link .a-link-con .a-usually ul{width:1170px;z-index: 999;height: 40px;list-style-type: none;padding-left:0px;}
.a-link .a-link-con .a-usually ul li{display: list-item;text-align: -webkit-match-parent;z-index: 999;position: relative;float: left;width: 270px;margin-left:10px;height: 40px;line-height: 40px;background: #e9e9e9;}
.a-link .a-link-con .a-usually  ul li span {display:block; width:240px; margin-left:10px; color:#555; background:url(/templates/default/images/l-arrow.png) no-repeat right center;}
.a-link .a-link-con .a-usually  ul li span:hover {background: url(/templates/default/images/l-arrowup.png) no-repeat right center;}
.a-link .a-link-con .a-usually  ul li dl {position:absolute; top:40px; left:0; z-index:999; width:270px; height:300px; overflow-y:auto; overflow-x:hidden; display:block; background:#f4f4f4; display:none;}
.a-link .a-link-con .a-usually  ul li dl dd {width:270px; height:40px; line-height:40px;}
.a-link .a-link-con .a-usually  ul li dl dd a {display:block; color:#555;padding-left:20px;}
.a-link .a-link-con .a-usually  ul li dl dd a:hover {color:#fff; background:#1d7fe0;}
.form-control {
    width:auto;
    display:inline;
}
