/*-----------------[初始化]--------------*/
*,*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
body{
    padding-top: 80px;
    color: #626262;font-size: 14px;line-height: 1.5;
    font-family:"微软雅黑","Microsoft Yahei";
    min-width: 1200px;
    background:#fefefe;
}
img{max-width: 100%;
    transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -o-transition: .5s;
}
a{
    -webkit-tap-highlight-color: transparent;
    tap-highlight-color: transparent;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";outline: 0;
}
input[type='submit'],input[type='text'],input[type='reset'],input[type='button'],input[type='checkbox']{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: 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;}
button{padding:0;border:0;cursor: pointer;}

h1,h2,h3,h4,h5{font-weight: normal;}

a{color:#333;}
a:hover{color:#50af31;text-decoration: none;}

.wp{margin:0 auto;width: 1200px;}
.warp{min-width: 1024px;}
.h100{height: 100px;overflow: hidden;}
/*
-----------------[头部]--------------*/
.header{
    position: fixed;
    left: 0;top: 0;
    width: 100%;
    z-index: 999;
    height: 80px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 10px #333; 
    -webkit-box-shadow:0px 0px 10px #333; 
    box-shadow:0px 0px 10px #333;
}
.header .wp{height: 100%;}
.header .logo{
    float: left;
    height: 100%;
    line-height: 80px;
}
.header .logo img{
    display: inline-block;
    vertical-align: middle;
}
.header .language{
    float: right;
    height: 100%;
    line-height: 80px;
}
.header .language a{
    display: inline-block;
    vertical-align: middle;
    height: 17px;
    line-height: 17px;
    margin-top: -3px;
    color: #626262;
}
.header .language a.on ,.header .language a:hover{
    color: #50af31;
}
.nav{
    margin-right: 10px;
    float: right;
    height: 100%;
    line-height: 80px;
}
.nav li{
    position: relative;
    float: left;
    font-size: 16px;
}
.nav li .v1{
    display: block;
    padding: 0 28px;
    color: #626262;
}
.nav li .v1:hover,.nav li.on .v1{
    color: #fff;
    background-color: #004098;
}
.nav .sub{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    top: 100%;
    background-color: #fff;
}
.nav .sub dd a{
    display: block;
    height: 50px;
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    font-size: 16px;
    color: #202020;
    text-align: center;
}
.nav .sub dd.on a,.nav .sub dd a:hover{
    color: #004098;
    background-color: #e5e5e5;
}
/*
-----------------[banner]--------------*/
.banner .item{
    height: 500px;
    outline: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.banner-inner{
    height: 350px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
/*
-----------------[底部]--------------*/
.footer{
    font-size: 12px;
    color: #fff;
    height: 55px;
    line-height: 55px;
    background-color: #004ea1;
}
.footer .link{
    float: right;
    margin-left: 5px;
}
.footer .link a{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    line-height: 21px;
    text-align: center;
    margin-left: 13px;
}
.footer .link a img{
    display: inline-block;
    vertical-align: top;
}
.footer .link .weixin{
    position: relative;
}
.footer .link .qr{
    display: none;
    position: absolute;
    top: -125px;
    left: -40px;
    width: 100px;
    height: 100px;
    padding: 10px;
    background-color: #fff;
    -moz-box-shadow:0px 0px 10px #aaa; 
    -webkit-box-shadow:0px 0px 10px #aaa; 
    box-shadow:0px 0px 10px #aaa;
}
.footer .link .qr img{
    display: block;
    width: 100%;
    height: 100%;
}
.footer .copy{
    float: right;
}




/*
-----------------[公用]--------------*/
.g-tit1{
    font-size: ;
    color: #626262;
    padding: 25px 0 20px;
    text-align: center;
}
.g-tit1 h3{
    font-size: 24px;
    margin-bottom: 10px;
}
.g-tit1 .sub-en{
    font-size: 14px;
    color: #444;
    font-style: italic;
    margin-top: -10px;
}
.g-tit2{
    padding-top: 23px;
    margin-bottom: 37px;
    border-bottom: 1px solid #bfbfbf;
}
.g-tit2 span{
    display: inline-block;
    height: 66px;
    line-height: 62px;
    font-size: 24px;
    color: #0d0c0c;
    border-top: 4px solid #0e4194;
}

.g-tit3{
    font-size: 30px;
    color: #000;
    height: 64px;
    line-height: 60px;
}
.g-tit3 span{
    display: inline-block;
    border-bottom: 4px solid #0e4194;
}



























