﻿/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
body{line-height: 1.5;font-family: 'Microsoft Yahei';background-color: #fff;color: #555;}
img{max-width: 100%;}
a,img,button,input,textarea,div{-webkit-tap-highlight-color:rgba(255,255,255,0);}
input,textarea,select{font-size: 12px;color: #444;font-family: 'Microsoft Yahei';outline: 0;border: 0;border-radius: 0;}
input[type='submit'],input[type='reset'],input[type='button'],input[type='checkbox'],select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}
input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{margin: 0 auto;width: 98%;max-width: 1200px;}
*{
    outline: none;
}

/*******************************
  -------[=头部]-------
********************************/
#hd{
    position: relative;
    height: 95px;
    line-height: 95px;
    background-color: #fff;
    -moz-box-shadow:0px 3px 10px #ddd; 
    -webkit-box-shadow:0px 3px 10px #ddd; 
    box-shadow:0px 3px 10px #ddd;
}
#hd .logo{
    float: left;
    height: 100%;
    overflow: hidden;
}
#hd .logo img{
    display: inline-block;
    vertical-align: middle;
    height: 65px;
}

/*******************************
    -------[=导航]-------
********************************/
#nav{float: right;overflow: hidden;height: 100%;}
#nav li{
    float: left;
    height: 100%;
    margin-left: 38px;
    font-size: 16px;
}
#nav li .v1{
    display: block;
    color: #000;
}
#nav li.on .v1,#nav li:hover .v1{color: #1e549c;}

.menuBtn {
    position: fixed;top: 25px;right: 20px;width: 26px;height: 20px;display: none;cursor: pointer;z-index: 10000;
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);}
.menuBtn em {margin-bottom: 6px;display: block;height: 2px;background-color: #1e549c;
-o-transition:.5s;
-ms-transition:.5s;
-moz-transition:.5s;
-webkit-transition:.5s;
transition:.5s;
}
.menuBtn.on em {display: none;margin: -2px 0 0;position: absolute;left: 5px;top: 50%;width: 24px;}
.menuBtn.on em:first-child {display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.on em:last-child {display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);}
#aside {position: fixed;top: 0;left: -240px;bottom: 0;width: 240px;background-color: #1e549c;z-index: 11000;overflow-y: auto;}
#aside.open {left: 0;}
#aside .menu {margin-top: 60px;}
#aside .menu > li > a{padding-left: 15px;display: block;width: 100%;height: 41px;line-height:40px;color: #fff;border-bottom: 1px solid rgba(255,255,255,.3);}
#aside .menu > li > a:hover,#aside .menu > li.on > a {/*color: #e83228;*/background-color: rgba(0,0,0,.1);}

/*******************************
    -------[=banner]-------
********************************/
#banner .item{
    height: 600px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
#banner .item img{
    display: block;
    width: 100%;
}
#ban{
    height: 460px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*******************************
  -------[=底部]-------
********************************/
#fd{
    padding: 50px 0 20px;
    overflow: hidden;
    background-color: #1e549c;
}
.fd-t{
    overflow: hidden;

}
.fd-t dl{
    float: left;
    width: 16.66%;
    height: 220px;
    padding-left: 20px;
    border-left: 1px solid #2d67b5;
}
.fd-t dt{
    font-size: 14px;
    color: #fff;
    line-height: 1em;
    margin-bottom: 24px;
}
.fd-t dd{
    font-size: 12px;
    line-height: 1em;
    
    margin-bottom: 16px;
}
.fd-t dd a{color: #9ec8ff;}
.fd-t dd a:hover{text-decoration: underline;}

.fd-b{
    font-size: 12px;
    color: #9ec8ff;
    text-align: center;
    padding-top: 45px;
}
.fd-b p{line-height: 2em;}
.fd-b p img{
    display: inline-block;
    vertical-align: top;
}
.fd-b .ico{
    display: inline-block;
    margin-top: 15px;
}


/*
-----------------[公用]--------------*/
.cur-tit{
    height: 52px;
    background-color: #f5f5f5;
}
.cur-tit .wp{position: relative; height: 100%;}
.cur-tit .tit{
    position: absolute;
    left: 0;bottom: 0;
    width: 300px;
    height: 130px;
    overflow: hidden;
    padding: 35px 0 0  30px;
    background-color: #1e549c;
}
.cur-tit .tit .con{
    height: 60px;
    padding-left: 20px;
    color: #fff;
    border-left: 4px solid #fff;
}
.cur-tit .tit .con .sp1{
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.1em;
    margin-bottom: 12px;
    white-space: nowrap;
    overflow: hidden;
}
.cur-tit .tit .con .sp2{
    display: block;
    font-size: 14px;
    line-height: 1.1em;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
}
.cur-tit .cur {
    margin-left: 320px;
    font-size: 12px;
    color: #555;
    height: 100%;
    line-height: 52px;
}
.cur-tit .cur .sp1{
    color: #9c9c9c;
    padding-left: 16px;
    background: url(../images/ico-01.png) left center no-repeat;
}
.cur-tit .cur a{color: #9c9c9c;}
.cur-tit .cur a:hover{color: #2d67b5;}

.cur-list{
    float: right;
    line-height: 52px;
    height: 100%;
    text-align: center;
}
.cur-list a{
    float: left;
    height: 100%;
    width: 96px;
    font-size: 14px;
    color: #555;
}
.cur-list a.on,.cur-list a:hover{
    color: #fff;
    background-color: #1e549c;
}


.pages{text-align: center;}
.pages a{
    display: inline-block;
    font-size: 12px;
    color: #555;
    margin: 0 7px;
    width: 32px;
    height: 32px;
    line-height: 30px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ddd;
}
.pages a.on,.pages a:hover{
    background-color: #1e549c;
    border-color: #1e549c;
    color: #fff;
}
.pages .prev,.pages .next{width: 66px;}


.g-tit2{padding: 28px 0 12px;}
.g-tit2 span{
    font-size: 20px;
    font-weight: bold;
    color: #1e549c;
}
.g-tit2 em{
    font-size: 12px;
    color: #9c9c9c;
    margin-left: 10px;
    text-transform: uppercase;
}
.g-tit2 .more{
    float: right;
    font-size: 12px;
    color: #555;
    margin-top: 5px;
    text-transform: uppercase;
}
.g-tit2 .more:hover{color: #1e549c;text-decoration: underline;}


