
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;text-size-adjust: 100%;}
a{
    color: #444;
}
a:hover{color: #f60;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;
    font-family:"微软雅黑","Microsoft Yahei";outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
input[type='submit'],input[type='reset'],input[type='button'],select{
    -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;}

.ani{
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}

/*布局*/
.wp{width: 90%;max-width: 1700px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}

*{
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}


/*******************************
  -------[=头部]-------
********************************/
.header{
    position: fixed;left: 0;top: 0;right: 0;z-index: 200;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding: 0 68px;
}
.header:after{
    content: "";
    position: absolute;left: 0;right: 0;top: 0;z-index: -1;
    height: 36px;
    background: #1948B3;
    opacity: 1;
    transition: all 0.3s;
}
.header.small:after{
    opacity: 0;
}
.header .header-warpper{max-width: 1700px; margin:0 auto;}
.hdr{
    float: right;
}
.hdr .con-top{
    padding-top: 6px;
    float: right;
}
.hdr .con-bot{
    clear: both;
    padding-top: 26px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.logo{
    float: left;
    height: 80px;line-height: 58px;
    padding-top: 60px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    animation: logoleftin 1s;
}
.logo img{display: inline-block;vertical-align: middle;height: 80px;margin-top: -2px;}

.nav{
    float: left;
}
.nav li{float: left;position: relative;}
.nav .v1{
    display: block;
    font-size: 18px;color: #fff;line-height: 50px;
    padding-left: 15px;padding-right: 24px;
}
.nav .icon-arrow{
    display: inline-block;vertical-align: middle;
    width: 8px;height: 5px;
    background: url(../image/img10.png) center center no-repeat;
    position: absolute;right: 10px;top: 50%;
    margin-top: -3px;
}
.nav li.on .v1,.nav li:hover .v1{
    color: #004E97;
    background-color: #fff;
}
.nav li.on .icon-arrow,.nav li:hover .icon-arrow{
    background-image: url(../image/img11.png);
}
.nav dl{
    position: absolute;left: 0;top: 100%;
    width: 188px;
    
    border-top: 3px solid #fff;
    overflow: hidden;
    opacity: 0;
    height:0;

    transition: all 0.3s;
}
.nav li:hover dl{
    opacity: 1;
height:468px;/* modify by zhangnan to increase from 350px */
}
.nav .v2{
    display: block;
    font-size: 15px;color: #fff;line-height: 36px;
    padding-left: 30px;

    background-position: left 16px center;
    position: relative;
        background: rgba(28,66,182,.8);
    -webkit-transition: .2s;
    -moz-transition: .2s;
    -ms-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}
.nav .v2.on,.nav .v2:hover{
    background-color: #fff;
    color:#1948B3;

    background-position: left 12px center;
}


.soBox{
    float: left;
    width: 50px;height: 50px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    margin: 27px 29px 0 55px;
}
.soBox .btn-so,.soBox .sub{
    display: block;width: 50px;height: 50px;
    border: none;cursor: pointer;
    background: url(../image/img1.png) center center no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;right: 0;top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.soBox .inp{
    display: block;width: 100%;height: 100%;
    border: none;background: none;
    height: 50px;
    font-size: 14px;color: #fff;line-height: 50px;
    padding: 0 50px 0 10px;
}
.soBox .sub{display: none;}
.soBox.open{
    width: 160px;
    background: rgba(0,0,0,.3);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
}
.soBox.open .btn-so{display: none;}
.soBox.open .sub{display: block;}
.header.small .soBox{background: rgba(0,0,0,.3);}


.m-tag{overflow: hidden;float: left;}
.m-tag .item{
    float: left;display: block;
    font-size: 14px;color: #fff;line-height: 26px;text-align: center;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin-left: 15px;
    padding: 0 9px;
}
.m-tag .item:hover{
    opacity: .8;
    filter: alpha(opacity=80);
}
.m-tag .icon{
    display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -2px;
}

.m-lang{
    float: left;
    font-size: 13px;color: #fff;line-height: 26px;
    position: relative;
    cursor: pointer;
    margin-left: 24px;
}
.m-lang span{
    padding-right: 24px;
    background: url(../image/img9.png) right center no-repeat;
}
.m-lang .con{
    position: absolute;right: 0;top: 100%;
    width: 100px;
    background: #fff;
    display: none;
    z-index:9999;
}
.m-lang:hover .con{display: block;}
.m-lang .con a{
    display: block;text-align: center;color: #004E97;
}
.m-lang .con a:hover{text-decoration: underline;}

.m-soBox{
    float: left;
    width: 50px;height: 50px;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border: 1px solid #fff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    margin-left: 18px;
}
.m-soBox .btn-so,.m-soBox .sub{
    display: block;width: 50px;height: 50px;
    border: none;cursor: pointer;
    color:#fff;
    font-size: 32px;
    text-align: center;
    position: absolute;right: 0;top: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    background: transparent;
}
.m-soBox .inp{
    display: block;width: 100%;height: 100%;
    border: none;background: none;
    height: 50px;
    font-size: 14px;color: #fff;line-height: 50px;
    padding: 0 60px 0 20px;
}
.m-soBox .sub{display: none;}
.m-soBox.open .btn-so{display: none;}
.m-soBox.open .sub{display: block;}


.header.small{
    height: 60px;
    background: rgba(28,66,182,.8);
    box-shadow: 0 2px 6px rgba(0,0,0,.4);
}
.header.small .logo{height: 60px;line-height: 60px;padding-top: 0; animation: logorightin 1s;}
@keyframes logorightin{
    from {opacity: 0; margin-left: 40px;}
    to{opacity:1; margin-left: 0px;}
}
@keyframes logoleftin{
    from {opacity: 0; margin-left: -40px;}
    to{opacity:1; margin-left: 0px;}
}
.header.small .logo img{height: 40px;}
.header.small .hdr .con-top{display: none;}

.header.small .hdr{padding-top: 0;}
.header.small .nav .v1{line-height: 60px;}

.header.small .m-soBox{
    margin-top: 16px;
    width: 30px;height: 30px;
}
.m-soBox.open,.header.small .m-soBox.open{
    width: 180px;
}
.header.small .m-soBox .btn-so,.header.small .m-soBox .sub{width: 30px;height: 30px; font-size: 18px; background: transparent;}
.header.small .m-soBox .inp{height: 30px;line-height: 30px;}
.header.small .hdr .con-bot{padding-top: 0;}


/*******************************
    -------[=导航]-------
********************************/
.menuBtn{
    width: 30px;
    cursor: pointer;
    position: absolute;right: 10px;top: 50%;z-index: 9;
    padding-top: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: none;
}
.menuBtn b{display: block;height: 3px;
    background-color: #fff;
    margin-bottom: 5px;
    border-radius: 2px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn.open{}
.menuBtn.open b{display: none;margin: 0;position: absolute;left: 0;top: 50%;width: 30px;}
.menuBtn.open b:first-child{display: block;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
}
.menuBtn.open b:last-child{display: block;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
    -o-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
}

/*******************************
  -------[=banner]-------
*******************************/
.banner{
    position: relative;z-index: 1; margin-top: 36px;
}

.gallery-top .pic{
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    text-align: center;
}
.gallery-top .pic img {margin:0 auto; display: block;}
.gallery-top .pic a{
    display: block;
}
.gallery-thumbs{
    width: 358px;height: 300px;
    position: absolute !important;left: 69px;top: 208px;z-index: 11 !important;
}
.gallery-thumbs .txt{
    font-size: 15px;color: #fff;line-height: 26px;
    position: relative;
    cursor: pointer;
    max-height: 100px;
    overflow: hidden;
    padding: 24px 24px 24px 27px;
}
.gallery-thumbs .txt:after{
    content: "";
    position: absolute;left: 0;top: 50%;
    width: 11px;height: 11px;margin-top: -5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fff;
    background: #000;
}
.gallery-thumbs .swiper-slide-thumb-active .txt:after{
    background: #004E97;
}
.gallery-thumbs .txt:before{
    content: "";
    position: absolute;left: 7px;right: 0;top: 0;bottom: 0;z-index: -1;
}
.gallery-thumbs .swiper-slide-thumb-active .txt:before{
    background: #004E97;
}

.swiper-container,.swiper-slide{overflow: hidden;max-height:700px;}


/*******************************
  -------[=底部]-------
********************************/
.footer{
    background: #26448b;
}
.footer .con-top{
    overflow: hidden;
    padding: 51px 68px 43px;
}
.footer .con-bot{
    overflow: hidden;
    background: #04335e;
    padding: 0 68px;
}
.f-copy{
    font-size: 12px;color: #87accd;line-height: 37px;
}
.f-logo{
    float: left;
    width: 14.7%;
    padding-top: 65px;
}
.f-logo img{
    display: block;
    height: 133px;
}

.f-nav{
    float: left;width: 54.4%;
    overflow: hidden;
    padding-top: 24px;
}
.f-nav dl{
    float: left;width: 12.5%;
}
.f-nav dt{
    font-size: 15px;color: #fff;line-height: 25px;font-weight: normal;
    margin-bottom: 20px;
}
.f-nav dd{
    font-size: 12px;color: #b1c2d1;line-height: 26px;
}
.f-nav dd a{
    display: block;color:inherit;
}
.f-nav dd a:hover{color: #fff;}
.f-cont{
    float: left;width: 17.86%;
    min-height: 299px;
    border-left: 2px solid rgba(255,255,255,.1);
    border-right: 2px solid rgba(255,255,255,.1);
    font-size: 14px;color: #87accd;line-height: 27px;
    padding-top: 7px;padding-left: 39px;
}
.f-cont .tit{
    font-size: 13px;color: #fff;font-weight: normal;
    padding-top: 22px;
}
.f-cont .tit img{
    display: inline-block;vertical-align: middle;
    width: 20px;height: 20px;
    margin-top: -2px;margin-right: 5px;
}
.f-cont p em{
    font-family: "Arial";
    font-size: 23px;
}
.f-ma{
    float: left;padding-left: 61px;padding-top: 22px;
    font-size: 14px;color: #87accd;line-height: 30px;text-align: center;
}
.f-ma .pic{margin-bottom: 13px;}
.f-ma .pic img{
    display: block;
    width: 105px;height: 105px;
    margin: 0 auto;
}



/*******************************
    -------[=正文]-------
********************************/





