﻿
/*-----------------[初始化]--------------*/
body{color: #999;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background: #f8f8fa;}
a{color: #999;}
a:hover{color: #008de5;}
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: 100%;max-width: 1200px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


*{outline: none;}


/*******************************
  -------[=头部]-------
********************************/
#hd{
    clear: both;
    padding: 20px 0 23px;
    border-bottom: 1px #eaeaea solid;
    background: #fff;
    position: relative;
}
#hd .logo{
    float: left;
}
#hd .logo img {
    display: inline-block;
    vertical-align: middle;
}
#hd .hdr-top{
    padding-top: 6px;
    padding-bottom: 23px;
    float: right;
}
#hd .m-lan{
    margin-right: 14px;
}
#hd .m-lan a{
    color: #ccc;
    line-height: 22px;
}
#hd .m-lan a.on,#hd .m-lan a:hover{color: #00afef;}

.soBtn{float: right;width: 40px;height: 40px;cursor: pointer;
    background: url(../images/ico-so-w.png) no-repeat center;display: none;
    -o-background-size: 32px auto;
    -ms-background-size: 32px auto;
    -moz-background-size: 32px auto;
    -webkit-background-size: 32px auto;
    background-size: 32px auto;
}

.soBox{
    display: inline-block;
    width: 204px;
    height: 22px;
    position: relative;
}
.soBox .txt{
    width: 100%;
    height: 22px;
    line-height: 20px;
    border-radius: 10px;
    border: 1px #e0e0e0 solid;
    padding: 0 23px 0 10px;
}
.soBox .sub{
    width: 23px;
    height: 22px;
    background: url(../images/bg01.png) no-repeat left center;
    border: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
}

.nav{float: right;}
.nav li{
    float: left;
    margin-left: 55px;
}
.nav li .v1{
    font-size: 17px;
    color: #666;
    line-height:1 ;
}
.nav li .v1:hover,.nav li.on .v1{
    color: #008ce5;
}

.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 26px;height: 26px;padding: 7px;cursor: pointer;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #008ce5;
    margin: 3px 0 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: 10px;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;
}
#banner .item a{display: block;
    /*height: 874px;*/
	height:auto;
    background-repeat: no-repeat;
    background-position: center;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
#banner .item a .img{
    display: block;
    width: 100%;
    /*display: none;*/
}
#banner .txt1,#banner .txt2{
    margin: 0 auto;
}
#banner .txt1{
    width: 98%;
    max-width: 1200px;
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
#banner .txt1 .tit{
    font-size: 112px;
    color: #008ce5;
    line-height: 1;
    margin-bottom: 20px;
}
#banner .txt1 p{
    font-size: 40px;
    color: #008ce5;
    line-height: 1;
    margin-bottom: 44px;
}
#banner .txt1 .more{
    padding-left: 34px;
    font-size: 18px;
    color: #ffae00;
    line-height: 23px;
    background: url(../images/bg17.png) no-repeat left center;
}
#banner .txt2{
    text-align: center;
    width: 98%;
    max-width: 1200px;
    text-align: center;
    position: absolute;
    bottom: 2%;
    font-size: 21px;
    color: #cacaca;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 44px;
}

#ban{
    height: 400px;
    margin-bottom: 20px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

/*******************************
  -------[=底部]-------
********************************/
#fd{
    clear: both;
}
.f-nav{
    overflow: hidden;
    padding: 42px 0 34px;
    background: #f8f8f8;
}
.f-nav dl{
    float: left;
    width: 189px;
}
.f-nav dl:last-child{
    width: 255px;
}
.f-nav dl dt{
    font-size: 15px;
    color: #008ce5;
    line-height: 1;
    margin-bottom: 16px;
}
.f-nav dl dd{
    color: #666;
    line-height: 35px;
}
.f-nav dl dd a{color: #666;}
.f-nav dl dd span{
    color: #008ce5;
}
.f-nav dl dd .pic-code{
    display: block;width: 100px;text-align: center;line-height: 20px;
}
.f-nav dl dd .pic-code img{
    display: block;width: 100%;height: auto;
}

.f-copy{
    background: #004c7d;
    color: #fff;
    line-height: 44px;
}
.f-copy span{
    float: right;
}

.f-copy span a{
	color: #fff;
}

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










@media only screen and (max-width: 1199px) {

    /*******************************
        -------[=头部]-------
    ********************************/
    #hd{padding: 10px 0;}
    #hd .hdr-top {
        padding-bottom: 15px;
    }


    /*******************************
        -------[=导航]-------
    ********************************/
    .nav li{margin-left: 30px;}


    /*******************************
        -------[=banner]-------
    ********************************/
    #banner .item a{
        height: auto;
        background-image: none;
    }
    #banner .item a .img{
        display: block;
    }
    #banner .txt1 .tit {
        font-size: 80px;
        margin-bottom: 10px;
    }
    #banner .txt1 p {
        font-size: 24px;
        margin-bottom: 15px;
    }
    #banner .txt1 .more {
        padding-left: 24px;
        font-size: 14px;
        line-height: 23px;
        background-size: 20px auto;
    }
    #banner .txt2 {
        font-size: 18px;
        letter-spacing: 30px;
    }

    /*******************************
      -------[=底部]-------
    ********************************/
    .f-nav dl {
        width: 14.5%;
    }
    .f-nav dl:last-child {
        width: 27.5%;
    }

}



@media only screen and (max-width: 992px) {

    /*******************************
      -------[=头部]-------
    ********************************/
    #hd{height: 40px;padding: 5px 0;}
    .logo{height: 40px;line-height: 40px;}
    .logo img{max-height: 80%;}
    #hd .hdr-top{
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        padding: 0;
    }
    #hd .m-lan {display: none;}
    .soBtn{display: block;}
    .soBox{
        text-align: center;
        display: none;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        margin: 1px 0 0;
        height: 45px;
        background: #fff;
        line-height: 45px;
        width: auto;
        z-index: 999;
    }
    .soBox .txt {
        width: 80%;
        height: 30px;
        line-height: 30px;
        border-radius: 15px;
        padding: 0 23px 0 10px;
        margin: 0 auto;
    }
    .soBox .sub {
        width: 30px;
        height: 30px;
        background: url(../images/bg01.png) no-repeat center center;
        border: none;
        cursor: pointer;
        right: 10%;
        margin-top: 8px;

    }
    .soBox input{height: 45px;line-height: 45px \9;}

    /*******************************
        -------[=导航]-------
    ********************************/
    .menuBtn{display: block;}
    .nav{display: none;position: absolute;left: 0;right: 0;top: 100%;
        border-top: 1px solid #e6e6e6;
        z-index: 9999;overflow: hidden;
    }
    .nav:after{
        content: "";
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background: rgba(255,255,255,.95);
        filter: blur(20px);
        -webkit-filter: blur(20px);
        -moz-filter: blur(20px);
        -ms-filter: blur(20px);    
        -o-filter: blur(20px);
        z-index: -1;    
    }
    .nav li{float: none;margin: 0;padding-bottom: 0;text-align: center;}
    .nav li .v1{display: block;font-size: 14px;line-height: 45px;border-bottom: 1px solid #e6e6e6;}

    /*******************************
      -------[=底部]-------
    ********************************/
    .f-nav {
        padding: 10px 0 30px;
    }
    .f-nav dl,.f-nav dl:last-child{float: none;width: auto;padding: 0 10px;border-bottom: 1px solid #e6e6e6;}
    .f-nav dl dt{line-height: 40px;position: relative;margin:0;}
    .f-nav dl dt::after{
        content: '';position: absolute;right: 5px;top: 50%;
        width: 0;height: 0;border-width: 5px;
        border-style: dashed dashed dashed solid;
        border-color: transparent transparent transparent #008ce5;
    }
    .f-nav dl.open{border-bottom: 1px solid #e6e6e6;}
    .f-nav dl.open dt::after{right: 10px;
        border-style: solid dashed dashed dashed;
        border-color: #008ce5 transparent transparent transparent;
    }
    .f-nav dl dd{display: none;line-height: 35px;padding-left: 10px;border-top: 1px solid #e6e6e6;}
    .f-nav dl dd a{display: block;}

    /*******************************
      -------[=banner]-------
    *******************************/
    #banner .txt1 .tit {
        font-size: 60px;
        margin-bottom: 10px;
    }
    #banner .txt1 p {
        font-size: 20px;
        margin-bottom: 15px;
    }
    #banner .txt2 {
        font-size: 14px;
        letter-spacing: 20px;
    }

}



@media only screen and (max-width: 767px) {

    /*******************************
      -------[=banner]-------
    *******************************/
    #banner .txt1 .tit {
        font-size: 50px;
    }
    #banner .txt1 p {
        font-size: 17px;
        margin-bottom: 15px;
    }
    #banner .txt2 {
        font-size: 12px;
        letter-spacing: 10px;
    }
    #banner .txt1 .more {
        font-size: 12px;
        background-size: 15px auto;
    }


    /*******************************
      -------[=底部]-------
    ********************************/
    .f-copy{text-align: center;line-height: 30px;}
    .f-copy span{display: block;float: none;}

}




@media only screen and (max-width: 479px) {

    /*******************************
      -------[=banner]-------
    *******************************/
    #banner .txt1 .tit {
        font-size: 26px;
        margin-bottom: 6px;
    }
    #banner .txt1 p {
        font-size: 12px;
        margin-bottom: 10px;
    }
    #banner .txt2 {
        letter-spacing: 4px;
    }


}


