@charset "utf-8";
/* reset */
html, body, h1, h2, h3, h4, h5, h6, div, dl, dt, dd, ul, ol, li, p, blockquote, pre, hr, figure, table, caption, th, td, form, fieldset, legend, input, button, textarea, menu { margin: 0; padding: 0; }
header, footer, section, article, aside, nav, hgroup, address, figure, figcaption, menu, details, summary, main { display: block; }
audio, canvas, progress, video { display: inline-block; }
audio:not([controls]) { display: none; height: 0; }
table { border-collapse: collapse; border-spacing: 0; }
html, body, fieldset, img, iframe, abbr { border: 0; }
[hidefocus], summary { outline: 0; }
a { background-color: transparent; }
a:active, a:hover { outline: 0; }
img { vertical-align: middle; }
li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
small { font-size: 80%; }
sub, sup { position: relative; line-height: 0; vertical-align: baseline; font-size: 75%; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
svg:not(:root) { overflow: hidden; }
code, kbd, pre, samp { font-size: 1em; font-family: monospace, monospace; }
q:before, q:after { content: none; }
label, summary { cursor: default; }
a, button { cursor: pointer; }
h1, h2, h3, h4, h5, h6, strong, b { font-weight: bold; }
del, ins, u, s, a, a:hover { text-decoration: none; }
button, input, select, textarea, keygen, legend { margin: 0; font: inherit; color: inherit; }
textarea { overflow: auto; }
em,i{font-style: normal;}
body { background: #fff; font: 14px/1.5 "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "微软雅黑", Arial, sans-serif; color: #333; }
.webwarp * { box-sizing: border-box }
.clearfix:after { content: "."; display: block; clear: both; height: 0; overflow: hidden }
.clearfix { zoom: 1 }
.left { float: left }
.right { float: right }
.block { display: block }
.JS_kefu { cursor: pointer }
.w1200 { width: 1200px; margin: 0 auto; overflow: hidden }
.webwarp{
    background:#1527cb;
}
.webwarp h2{
    line-height: 68px;
    height: 68px;
    text-align: center;
}
.webwarp h2 span{
    display: inline-block;
    position: relative;
    font-size: 68px;
    text-shadow: 0 0 7px rgba(176,19,45,.56)
}
.webwarp h2 span::after,.webwarp h2 i{
    display: block;
    content: "";
    position: absolute;
    width: 17px;
    height: 17px;
    top: 26px;
}
.webwarp h2 span::after{
    left: -35px
}
.webwarp h2 i{
    right: -35px
}
/*banner*/
.banner-bg { width: 100%; height:1080px;background: url(./images/ban_bg.jpg) no-repeat top;}
.banner { height:1080px;position: relative;padding-top: 764px;}
.banner p{
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 69px;
}
.banner p span{
    display: inline-block;
    color: #fff;
    font-weight: 700;
    padding-left:40px;
    margin: 0 20px; 
}
.banner p span:nth-child(1){
    background: url(./images/ban_pic1.png) no-repeat 0 1px;
}
.banner p span:nth-child(2){
    background: url(./images/ban_pic2.png) no-repeat 0 1px;
    background-size: 22px 22px
}
.banner label{
    display: block;
    height: 26px;
    line-height: 26px;
    padding-left: 260px;
    margin-bottom: 16px;
}
.banner label em{
    float: left;
    width: 75px;
    height: 26px;
    background-image: linear-gradient(#fdf2ec, #f0e0ae);
    border-radius: 13px;
    text-align: center;
    color: #0a1362;
    font-size: 14px;
    font-weight: 700;
    margin-right: 21px;
}
.banner label i{
    font-size: 14px;
    color: #fff
}
/*part1*/
.part1 {
    width: 100%;
    padding:60px 0 60px;
    background: url(./images/p1_bg.jpg) no-repeat top; 
}
.part1 .w1200{
    padding: 60px 65px 60px;
    border-radius: 10px;
    background-image: linear-gradient(#fdf2ec, #f0e0ae);
}
.part1 h2{
    margin-bottom: 60px;
}
.part1 h2 span{
    color: #1b26c9;
    text-shadow: none;
}
.part1 h2 span::after,.part1 h2 span i{
    background: url(./images/h2_bgb.png);
}
.part1 ul.box{
    width: 100%;
    position: relative;
    padding-right: 540px
}
.part1 ul.box li.link{
    margin-bottom:30px;
}
.part1 ul.box li.link a{
    display: block;
    position: relative;
    font-size: 24px;
    color: #0f1c96;
    font-weight: 700;
    line-height: 24px;
}
.part1 ul.box li.link a::after{
    content:"";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    left: -15px;
    top:9px;
    background: url(./images/h2_bgb.png);
    background-size: 8px 8px;
}
.part1 ul.box li.link span{
    display: block;
    font-size: 20px;
    color: #111111;
}
.part1 .m-ban{
    display: block;
    position: absolute;
    width: 498px;
    height: 399px;
    top: 0;
    right: 0;
}
.m-ban .ban-hd {
    position: absolute;
    left: 0;
    bottom: 20px;
    width: 100%;
    height: 6px;
    text-align: center;
    font-size: 0;
    z-index: 12;
}
.m-ban .ban-hd li {
    display: inline-block;
    width: 20px;
    height: 8px;
    margin: 0 4px;
    background: rgb(0,0,0,.3);
    cursor: pointer;
    border-radius: 3px;
}
.m-ban .ban-bd {
    position: relative;
    margin: 0 auto;
    z-index: 0;
    overflow: hidden;
}
.m-ban .ban-bd ul {
    width: 100%!important;
}
.m-ban .ban-bd li {
    width: 100%!important;
    height: 399px;
    text-align: center;
    overflow: hidden;
    border-radius: 6px;
}
.m-ban .prev, .m-ban .next {
    display: none;
    position: absolute;
    width: 46px;
    height: 46px;
    top: 162px;
    background: url(./images/banner_pn.png) no-repeat;
    opacity: .4;
}
.part1 .m-ban:hover .prev,.part1 .m-ban:hover .next{
    display: block;
}
.m-ban .ban-hd .on {width: 34px;background:rgb(0,0,0,.6);margin: 0 8px}
.m-ban .prev {
    left: 20px;
    background-position: 0 0;
}
.m-ban .next {
    right: 20px;
    background-position: -46px 0;
}
/*part2*/
.part2{
    width: 100%;
    background: url(./images/p2_bg1.jpg) no-repeat top;
    padding-top: 61px;
}
.part2 h2 span{
    color: #fff
}
.part2 h2 span::after,.part2 h2 span i{
    background: url(./images/h2_bgw.png);
}
.part2 h2 span::before{
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    color: #f1e2b4;
    -webkit-mask:linear-gradient(transparent,#f1e2b4);
}
.part2 ul{
    width: 100%;
    padding: 60px 16px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part2 ul li{
    width: 550px;
    margin-bottom: 60px;
}
.part2 ul li img{
    width: 550px;
    height: 229px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(176,19,45,.56);
    margin-bottom: 35px;
}
.part2 ul li span{
    display: block;
    font-size: 28px;
    line-height:42px;
    color: #fff;
    text-align: center;
}
/*part3*/
.part3{
    width: 100%;
    padding:60px 0 60px;
    background: url(./images/p3_bg1.jpg) no-repeat top;
}
.part3 h2{
    margin-bottom:66px;
}
.part3 h2 span{
    color: #1b26c9;
    text-shadow: none;
}
.part3 h2 span::after,.part3 h2 span i{
    background: url(./images/h2_bgb.png);
}
.part3 .w1200{
    padding-top: 60px;
    border-radius: 10px;
    background-image: linear-gradient(#fdf2ec, #f0e0ae);
    position: relative;
}
.part3 ul{
    width: 100%;
    padding:0 60px 60px;
    display: flex;
    justify-content: space-between; 
}
.part3 ul li{
    width:257px;
}
.part3 ul li label{
    display: block;
    width: 257px;
    height: 385px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.part3 ul li label:hover span{
    top: 0
}
.part3 ul li img{
    width: 257px;
    height: 385px;
}
.part3 ul li p{
    margin-top: 10px;
    font-size: 18px;
    color: #11060a;
    line-height: 30px;
    text-align: center;
    font-weight: 700;
}
.part3 ul li span{
    display:block;
    position: absolute;
    width: 257px;
    height: 385px;
    top:385px;
    left:0;
    background: rgba(15,28,150,.9);
    padding:18px 18px 0;
    transition: top .4s;
    -moz-transition: top .4s;  /* Firefox 4 */
    -webkit-transition: top .4s;   /* Safari 和 Chrome */
    -o-transition: top .4s;    /* Opera */
}
.part3 ul li span i{
    display: block;
    width: 209px;
    height: 69px;
    margin: 0 auto;
    background: url(./images/p3_bg.png);
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 26px;
    padding-top: 8px;
}
.part3 ul li span em{
    display: block;
    margin-top: 10px;
    text-align: justify;
    font-size: 14px;
    color: #fff;
    line-height: 19px;
}
/*part4*/
.part4{
    width: 100%;
    padding-top:60px;
    background:url(./images/p4_pic1.jpg) no-repeat top; 
}
.part4 h2{
    margin-bottom: 60px
}
.part4 h2 span{
    color: #fff
}
.part4 h2 span::after,.part4 h2 span i{
    background: url(./images/h2_bgw.png);
}
.part4 h2 span::before{
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    color: #f1e2b4;
    -webkit-mask:linear-gradient(transparent,#f1e2b4);
}
.part4 ul{
    width: 100%;
    display: flex;
    justify-content:left;
    flex-wrap: wrap;
}
.part4 ul li{
    width: 20%;
    margin-bottom: 60px;
}
.part4 ul li img{
    display: block;
    margin: 0 auto;
    width: 156px;
    height: 156px;
    border-radius: 78px;
    box-shadow: 0 0 5px rgba(16,30,157,.56);
    background: #fff
}
.part4 ul li span{
    display: block;
    margin-top: 22px;
    font-size: 24px;
    line-height: 27px;
    text-align: center;
    color: #f1e2b4;
    font-weight: 700;
}
/*part5*/
.part5{
    width: 100%;
    padding:60px 0 60px;
    background: url(./images/bg_bot.png) no-repeat top;
}
.part5 h2 span{
    color: #fff;
}
.part5 h2 span::after,.part5 h2 span i{
    background: url(./images/h2_bgw.png);
}
.part5 h2 span::before{
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    color: #f1e2b4;
    -webkit-mask:linear-gradient(transparent,#f1e2b4);
}
.part5 ul{
    width: 100%;
    padding-top: 60px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.part5 ul li{
    width: 580px;
    height: 193px;
    margin-bottom: 60px;
    background-image: linear-gradient(#fdf2ec, #f0e0ae);
    box-shadow: 0 0 10px rgba(16,30,157,.56);
    position: relative;
    padding:32px 36px 0 220px; 
}
.part5 ul li .pic{
    position: absolute;
    width: 172px;
    height: 131px;
    top: 33px;
    left: 24px;
}
.part5 ul li .pic img{
    display: block;
    width: 172px;
    height: 131px;
}
.part5 ul li label{
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700px;
    color: #1527cb;
    margin-bottom: 10px;
}
.part5 ul li span{
    display: block;
    font-size: 18px;
    line-height: 26px;
    color: #1527cb;
    text-align: justify;
}
/*part6*/
.part6{
    width: 100%;
    height: 1110px;
    padding: 50px 0 60px;
    background: url(./images/p6_pic1.jpg) no-repeat top;
}
.part6 .w1200{
    padding: 60px 63px 60px;
    border-radius: 10px;
    background-image: linear-gradient(#fdf2ec, #f0e0ae);
}
.part6 h2 span{
    color: #1b26c9;
    text-shadow: none;
}
.part6 h2 span::after,.part6 h2 span i{
    background: url(./images/h2_bgb.png);
}
.part6 h3{
    color: #1b26c9;
    font-size: 24px;
    text-indent: 22px;
    background: url(./images/h2_bgb.png) no-repeat 0 4px;
    background-size: 12px;
    line-height: 24px;
}
.part6 h3:nth-of-type(1){
    margin: 60px 0 18px;
}
.part6 h3:nth-of-type(2){
    margin: 25px 0 17px;
}
.part6 ul li{
    zoom: 1;
    background: #faefe0;
    height: 39px;
    line-height: 38px;
    border-bottom: 1px solid #f8ebd3;
}
.part6 ul li:nth-child(odd){
    background:#fff9f6;
}
.part6 ul li.tit{
    background: #1b26c9;
    height: 55px;
    line-height: 55px;
    border-bottom: 0;
    margin-bottom: 4px;
}
.part6 ul li:after{ content: "."; display: block; clear: both; height: 0; overflow: hidden }
.part6 ul li span{
    float: left;
    font-size: 20px;
    color: #111;
    text-align: center;
}
.part6 ul li.tit span{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
}
.part6 ul li span:nth-child(1),.part6 ul li span:nth-child(2){
    width: 250px;
}
.part6 ul li span:nth-child(3){
    width: 574px;
}
.part6 p{
    font-size: 20px;
    line-height: 20px;
    color: #1527cb;
    margin-top: 18px;
}
/*part7*/
.part7{
    width: 100%;
    height: 1082px;
    background: url(./images/p7_bg.jpg) no-repeat top;
}
.part7 .w1200{
    padding-top: 60px;
}
.part7 h2{
    margin-bottom: 60px
}
.part7 h2 span{
    color: #fff;
}
.part7 h2 span::after,.part7 h2 span i{
    background: url(./images/h2_bgw.png);
}
.part7 h2 span::before{
    content: attr(data-text);
    position: absolute;
    z-index: 10;
    color: #f1e2b4;
    -webkit-mask:linear-gradient(transparent,#f1e2b4);
}
.part7 p{
    font-size: 30px;
    line-height: 50px;
    color: #f1e2b4;
    font-weight: 700;
    text-align: center;
}
.part7 .code{
    display: block;
    margin: 44px auto 39px;
    width: 259px;
    height: 259px;
}
.part7 label{
    display: block;
    margin-top: 75px;
    text-align: center;
}
.part7 label img{
    width: 1035px;
}