body {
  
}

/*top*/
.top .logo .logo_box {
    margin-top: 40px;
    margin-bottom:27px;
}

.top .logo .words {
    color: #1581CF;
    font-size: 24px;

}

.top .logo .words .small {
    color: #1581CF;
    text-transform: uppercase;
    font-weight: bold;
    background: url("../images/logo01.png") no-repeat left bottom;
    padding-bottom: 25px;
}

.top .logo .words .big {
    font-size: 60px;
}

.top .search {
    height: 22px;
    line-height: 22px;
    margin-top: 55px;
}

.top .search .search_box {
    height: 22px;
    margin-right: 40px;
}

.top .search input[type='text'] {
    border: none;
    border-bottom: solid 1px #1581CF;
    background: none;
    font-size: 16px;
    color: #1581CF;
}

.top .search input[type='image'] {

}

.top .link_md {
    background: url("../images/search02.png") no-repeat left center;
    width: 13px;
    height: 100%;
    display: block;
    margin-right: 40px;
}

.top .lang_slc {
    background: url("../images/search03.png") no-repeat left center;
    height: 100%;
    padding-left: 30px;
    position: relative;

}


.top .lang_slc .lang_ul {
    position: absolute;
    left: -17px;
    top: 16px;
    background: url("../images/search05.png") no-repeat left bottom;
    width: 57px;
    height: 68px;
    text-align: center;
    line-height: 28px;
    padding-top: 21px;
    display: none;
    cursor: pointer;
}
.top .lang_slc .lang_icon{
    position: absolute;
    right: -10px;
    top: 10px;
    display: none;
}
.top .lang_slc .lang_ul a{
    color: #1581CF;
}
.top .lang_slc:hover .lang_ul,.top .lang_slc:hover .lang_icon {
    display: block;
}
.top .lang_slc .lang_ul a:hover{
    color: white;
}

/*foot*/
.foot{
    padding: 40px 0;
   text-align: center;
}
.foot .link {
    padding-left: 100px;
}
.foot .link a{
    color: #5d5d5d;
    float: none;
}
.foot .link a:hover{
    color: #1581CF;
}
.foot .link span{
    margin: 0 10px;
 float: none;
}
.foot p{
    color: #848484;
    margin-top: 10px;
}

/*info*/

/*aside*/
.aside{
    position: fixed;
    left: 50%;
    margin-left: 603px;
    top: 50%;
    margin-top: -350px;
    z-index: 999;
}
.aside>ul.two{
    position: absolute;
    left: 0;
    top: 33px;
    background: #fff;
    border: solid 1px #38A6F6;
    text-align: center;
    border-radius: 4px;
}
.aside>ul.two>li{
    position: relative;
    border-radius: 4px;
}
.aside>ul.two>li>a{
    line-height: 20px;
    color:#1581CF;
    width: 100px;
    display: block;
    word-wrap:  break-word;
    padding: 10px 5px;
}

.aside>ul.two>li>ul.three{
    background: rgba(44, 129, 196, 0.87);
    background: #2C8DD4\9;
    border-radius: 4px;
    position: absolute;
    left: -110px;
    top: 0;

    display: none;
}
.aside>ul.two>li:nth-of-type(n+9)>ul.three{
    top:auto;
    bottom:0;
}
.aside>ul.two>li>ul.three li{
    width: 100px;
    line-height: 20px;
    border-radius: 4px;
    word-wrap:  break-word;
    padding: 5px 5px;
}
.aside>ul.two>li>ul.three li a{

    color: white;
}

.aside>ul.two>li>a:hover{
    background: #38A6F6;
    color: white;
}
.aside>ul.two>li:hover>ul.three{
    display: block;
}

.aside>ul.two>li>ul.three li:hover{
    background: #38A6F6;
}
.aside>ul.two>li>ul.three li:hover a{
    color: #fff;
}

.info{
    width: 1100px;
    padding: 0 50px 30px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 4px;
    margin-top: 30px!important;
}

.info_box{
    margin-top: 32px;
}
.info .head {
    padding: 17px 0;
    background: url("../images/info01.png") no-repeat center bottom;
}
.info .head .tit{
    text-transform: uppercase;
    font-size: 20px;
    color: #1581CF;
    line-height: 32px;
}


.info .headPot .words{
    color: #444;
    font-size: 22px;
    font-weight: bold;
    width: 185px;
    margin: 26px 0 0;
    text-align: center;
}
.info .headPot .img_box{
    width: 188px;
    height: 259px;background: #f5f5f5;
    line-height: 259px;
}

.info .headPot .words .heart{
    background: url("../images/headpot02.png") no-repeat left center;
    padding-left: 40px;
}
.info .info_list{
    margin-left: 70px;

    font-size: 16px;
}
.info .info_list li{
    width: 380px;
    line-height: 25px;
    padding:5px 0;
}
.info .others{
    width: 380px;
}
.info .info_piclist{
    width: 380px;
    line-height: 35px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
    padding-bottom: 15px;
}
.info .info_piclist li{
    width: 380px;
    line-height: 25px;
    padding:5px 0 5px 27px;

}
.info .info_piclist li:nth-of-type(1){
    background: url("../images/info_pic01.png") no-repeat 2px 9px ;
}
.info .info_piclist li:nth-of-type(2){
    background: url("../images/info_pic02.png") no-repeat 5px 9px ;
}
.info .info_piclist li:nth-of-type(3){
    background: url("../images/info_pic03.png") no-repeat 2px 9px ;
}
.info .info_piclist li:nth-of-type(4){
    background: url("../images/info_pic04.png") no-repeat left 9px ;
}
.info .info_piclist li:nth-of-type(5){
    background: url("../images/info_pic05.png") no-repeat 4px 9px ;
}
.info .word_box {
    padding-top: 20px;
}
.info .word_box .btns a{
    display: block;
    width: 254px;
    height: 38px;
    border: solid 1px #1581CF;
    text-align: center;
    line-height: 40px;
    font-size: 16px;
    border-radius: 4px;
}
.info .word_box .btns a.bot{
    margin-top: 20px;
}
.info .word_box .btns a:hover{
    background: #1581CF;
    color: white;
}

.tabBox{
    background: #fff;
    border: solid 1px #eee;
    border-radius: 4px;
    width: 1100px;
    padding: 0 50px;
    margin-top: 30px!important;
    min-height: 440px;
}
.tabBox ul.ul_btn{
    padding-top: 30px;
    background: url(../images/info01.png) no-repeat center bottom;
    padding-bottom: 20px;
}
.tabBox ul.ul_btn li{
    font-size: 16px;
    margin-left: 50px;
    padding: 0 6px!important;
    color: #1581CF;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
}
.tabBox ul.ul_btn li img{
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 38px;
    display: none;
}
.tabBox ul.ul_btn li.on{
    background: #1581CF;
    color: white;
}
.tabBox ul.ul_btn li.on img{
    display: block;
}

.tabBox .one_box p,.tabBox .two_box p{
    color: #666;
    font-size: 14px;
    line-height: 35px;
}
.tabBox .SlcShow {
    padding-top: 25px;
}

.tabBox .two_box p.blues{
    color: #1581CF;
}
.tabBox .last_box ul{
    margin-top: 20px;
    /*padding-bottom: 65px;*/
}
.tabBox .last_box ul li{
       margin-right: 2%;
    width: 22%;
}
.tabBox .last_box ul li .tit{
    text-align: center;
    line-height: 30px;
    margin-top: 10px;
}
.tabBox .last_box{
    padding-bottom: 25px;
}
.tabBox .last_box .head{
    color: #1581CF;
    font-size: 16px;
    line-height: 35px;
    font-weight: bold;
}

/*list*/
.main{
    width: 1150px;
    padding: 0 25px;
    background: #fff;
    border: solid 1px #eee;
    border-radius: 4px;
    margin-top: 30px!important;
    min-height: 500px;
}
.list ul{
    margin-top: 13px;
}
.list ul li {
    background: url(../images/list_icon.png) no-repeat left center;
    padding: 20px 0;
    border-bottom: solid 1px #eee;
    padding-left: 15px;
}

/*cont*/
.cont h1{
    font-size: 18px;
    color: #1581CF;
    text-align: center;
    margin-top: 35px;
}

.cont h2{
    font-size: 12px;
    color: #888;
    text-align: center;
    border-bottom:  solid 1px #eee;
    padding-bottom: 10px;
    margin-top: 20px;
    font-weight: normal;
}
.cont p{
    color: #666;
    font-size: 14px;
    line-height: 33px;
    margin-top: 40px;
}
.cont .img_box{
    margin: 40px auto;
}
.cont .over_page{
    color: #666;
    font-size: 14px;
    line-height: 33px;
    border-top: solid 1px #eee;
    padding-top: 25px;
    margin-top: 25px;
    padding-bottom: 55px;
}
/*cont_true*/
.cont_true b{
    color: #333;
}
.cont_true .cont_info {
    margin-top: 15px;
}

.cont_true .cont_info li{
    line-height: 33px;
    color: #666;
}
.cont_true p:first-of-type{
    margin-top: 0;
}
.cont_true .attach{
    margin-top: 30px;
}
.cont_true .attach .head{
    color: #1581CF;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
    text-transform: capitalize;
    font-weight: bold;
}
.cont_true .attach .pgs{
    color: #1581CF;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0;
}
/*list_team*/
.list_team .head{
    background: url("../images/list_team01.png") no-repeat left center;
    padding-left: 15px;
    color: #1581CF;
    font-size: 16px;
    margin: 30px 0 10px;
}
.list_team .words{
    color: #666;
    font-size: 14px;
    line-height: 33px;
}
.list_team .all_list>li{
    border-bottom: solid 1px #eee;
    padding-bottom: 40px;
}
.list_team_ul {
    padding: 20px 76px 0;
}
.list_team_ul li{
    margin-right: 115px;
    margin-top: 20px;
}
.list_team_ul .img_box{
    width: 150px;
    height: 207px;
    padding: 5px;
    border: solid 1px #eee;
}
.list_team_ul .img_box .auto_box{
    border: none;
}

.list_team_ul .tit{
    text-align: center;
    width: 160px;
    margin-top: 5px;
}
/*list_pic*/
.list_pic .tit{
    width: 240px;
    text-align: center;
    margin-top: 18px;
    color: #666;

}
.list_pic ul{
    padding-left: 28px;
    padding-top: 35px;
    padding-bottom: 20px;
}
.list_pic ul li{
    margin: 40px 45px 0 0;
}

/*list_all*/
.list_all {
    padding-top: 30px;
}
.list_all .more{
    color: #888;
}
.list_all ol{
    padding-bottom: 10px;
}

@media (max-width: 1500px){
    .aside>ul.two>li>a{
        width: 67px;
    }
}
@media (max-width: 1366px){
    .aside>ul.two{
            left: -49px;
    }
}