
/*-----------------[初始化]--------------*/
body{color: #444;font-size: 12px;line-height: 1.5;font-family:'SourceHanSansCN-Regular',"微软雅黑","Microsoft Yahei";}
a{color: #444;}
a:hover{color: #1A09AF;}
img{max-width: 100%;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
input,textarea,select,button{font-size: 12px;color: #000;
    font-family:'SourceHanSansCN-Regular',"微软雅黑","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: #616264;}
::-moz-placeholder {color: #616264; }
::-ms-input-placeholder {color: #616264;}

@font-face {
    font-family: 'DINCond-Black';
    src: url('../fonts/DINCond-Black.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Regular';
    src: url('../fonts/SourceHanSansCN-Regular.otf');
}
@font-face {
    font-family: 'SourceHanSansCN-Medium';
    src: url('../fonts/SourceHanSansCN-Medium.otf');
}

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

*,*:after,*:before{outline: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
/*布局*/
.wp{width: 100%;max-width: 1404px;margin: 0 auto;}
.h50{height: 50px;clear: both;overflow: hidden;}
.h100{height: 100px;clear: both;overflow: hidden;}


/*******************************
  -------[=头部]-------
********************************/
.header{*zoom:1;position: relative;z-index: 109;}
.header:after,.header:before{display:block; content:"clear"; height:0; clear:both; overflow:hidden; visibility:hidden; }
.logo{float: left;margin-top: 47px;}
.logo img{height: 46px;display: block;}
.hdr{float: right;}
.nav{float: left;margin-top: 62px;}
.nav li{float: left;position: relative;}
.nav li .v1{font-size: 18px;color: #2D2D2D;padding: 0 32px;display: block;
    height: 44px;line-height: 44px;font-family: 'SourceHanSansCN-Medium';
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.nav li:hover .v1,.nav li.on .v1{background-color: #1A09AF;color: #fff;}
.nav dl{position: absolute;left: 50%;top: 100%;width: 700px;font-size: 0;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.nav dd{display: inline-block;}
.nav dd a{width: 151px;height: 44px;line-height: 44px;text-align: center;
    display: block;border: 1px solid #838EAA;font-size: 16px;color: #000;
    background-color: #fff;border-right: 0;
}
.nav dd:last-child a{border-right: 1px solid #838EAA;}
.nav dd:hover a,.nav dd.ok a{color: #fff;background-color: #838EAA;}
.header .right{float: right;}
.so{width: 165px;position: relative;margin-top: 18px;margin-bottom: 13px;}
.so .inp{width: 100%;height: 40px;display: block;
    border: 1px solid #626262;font-size: 16px;
    border-radius: 20px;padding: 0 15px 0 40px;
}
.so .btn{position: absolute;top: 0;left: 0;width: 40px;height: 40px;
    border: 0;cursor: pointer;
    background: url(../images/i-so.png) no-repeat center;
    -o-background-size: 16px auto;
    -ms-background-size: 16px auto;
    -moz-background-size: 16px auto;
    -webkit-background-size: 16px auto;
    background-size: 16px auto;
}
.header .lau{width: 75px;height: 26px;text-align: center;line-height: 24px;
    background: #E6E6E6;font-size: 13px;color: #000;float: right;
    border: 1px solid #535353;border-radius: 13px;
    font-family: 'SourceHanSansCN-Medium';
}
.header .lau:hover{background-color: #1A09AF;color: #fff;border-color: #1A09AF;}

/*******************************
    -------[=导航]-------
********************************/
.menuBtn{position: relative;z-index: 9;display: none;float: right;
    width: 40px;height: 40px;padding: 7px;cursor: pointer;margin-top: 5px;margin-right: -5px;
    transition: .3s;
    -ms-transition: .3s;
    -moz-transition: .3s;
    -webkit-transition: .3s;
    -o-transition: .3s;
}
.menuBtn b{display: block;height: 3px;background-color: #1A09AF;
    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: 5px;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 .slick-slide{outline: 0;position: relative;
    background-position: center center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}
.banner .slick-dots li{display: inline-block;margin: 0 2px;}
.banner .slick-dots li button{display: block;width: 24px;height: 24px;
    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;
}
.banner .slick-dots li.slick-active button{background-color: #000;}


.ban{height: 909px;position: relative;
    background-position: center;background-repeat: no-repeat;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}
.ban .txt{position: absolute;left: 0;right: 0;top: 25%;font-family: 'DINCond-Black';
    text-align: center;
}
.ban .txt h3{font-size: 66px;color: #170DA2;line-height: 80px;margin-bottom: 24px;}
.ban .txt .desc{font-size: 18px;color: #616264;font-weight: bold;}

.ban .txt-1 h3{position: relative;padding-bottom: 50px;margin-bottom: 34px;}
.ban .txt-1 h3:after{content: '';position: absolute;bottom: 0;left: 50%;
    width: 124px;height: 5px;
    background: #FF0000;
    border: 1px solid #FF0000;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.ban-1 .wp{height: 100%;position: relative;}
.ban-1 .txt-1{text-align: left;top: 36.5%;}
.ban-1 .txt-1 h3:after{left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.ban-1 .txt-1 .desc{font-size: 21px;}
.ban-1 .btn{display: block;width: 220px;height: 54px;text-align: center;
    line-height: 54px;font-size: 21px;color: #fff;font-weight: bold;letter-spacing: 3px;
    background: #180DA3;border-radius: 10px;margin-top: 60px;
}
.ban-2 .wp{height: 100%;position: relative;}
.ban-2 .txt-1{text-align: left;}
.ban-2 .txt-1 h3:after{left: 0;
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.ban-2 .txt-1 .desc{font-size: 21px;}
.ban-2 .btn{display: block;width: 220px;height: 54px;text-align: center;
    line-height: 54px;font-size: 21px;color: #fff;font-weight: bold;letter-spacing: 3px;
    background: #180DA3;border-radius: 10px;margin-top: 60px;
}
/*******************************
  -------[=底部]-------
********************************/
.footer{
    background-color: #1A09AF;
}
.fd-con{overflow: hidden;padding: 28px 0 15px;}
.fd-nv{float: left;}
.fd-nv a{color: #fff;}
.fd-nv dl{float: left;margin-right: 60px;}
.fd-nv dt{margin-bottom: 3px;}
.fd-nv dt a{font-size: 14px;}
.fd-nv dd a{display: block;line-height: 2;}
.fd-r{float: right;}
.fd-txt{float: left;text-align: right;font-size: 12px;line-height: 23px;color: #fff;}
.fd-qr{float: right;width: 83px;margin-left: 20px;}
.fd-qr img{width: 100%;display: block;}
.fd-copy{line-height: 60px;text-align: center;font-size: 12px;color: #676767;
    background-color: #fff;
}


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




