/*header*/
.header{
    background: #fff;
    border-bottom: 1px solid #d9d9d9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0px 4%;
    height: 100px;
    position: fixed;
    width:100%;
    top:0;
    z-index: 100;
}
.header>img{
    float:left;
    margin-top: 28px;
}
.tel{
    float:right;
    background: url("../images/tel.png") no-repeat left center;
    padding-left: 50px;
    margin-top: 16px;
}
.tel span{
    font-size: 16px;
    color: #173089;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.tel p{
    color: #173089;
    font-size: 18px;
    font-weight: lighter;
}
.nav{
    float:right;
    width: 44%;
    margin-right: 2%;
    margin-top: 29px;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.nav a{
    display: block;
    line-height: 35px;
    text-align: center;
    font-size: 16px;
    color: #3e3a39;
    position: relative;
    -webkit-transition: 300ms 0s all ease ;
    -moz-transition: 300ms 0s all ease ;
    -ms-transition: 300ms 0s all ease ;
    -o-transition: 300ms 0s all ease ;
    transition: 300ms 0s all ease ;
}
.nav a:after{
    display: block;
    content: '';
    position: absolute;
    bottom:0;
    height: 2px;
    background: #173089;
    width:100%;
    -webkit-transition: 300ms 0s all ease ;
    -moz-transition: 300ms 0s all ease ;
    -ms-transition: 300ms 0s all ease ;
    -o-transition: 300ms 0s all ease ;
    transition: 300ms 0s all ease ;
    -webkit-transform: rotateY(-90deg);
    -moz-transform: rotateY(-90deg);
    -ms-transform: rotateY(-90deg);
    -o-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}
.nav a:hover:after{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.nav a.NavStyle:after{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
/*main*/
.swiper-container-h .swiper-slide{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    ---padding-top:100px;
}
/*section1*/
.section1>div{
    width: 100%;
    height: 100%;
    background: url("../images/banner.jpg") no-repeat center;
    background-size:cover;
}
.section1>div .mycontainer{
    height: 100%;
    display:flex;
    align-items: center;
    flex-direction:row-reverse;
    justify-content: right;
}
.sec01_cont img{
    display: block;
}
.sec01_cont a{
    float:right;
    display: block;
    text-align: center;
    width: 211px;
    line-height: 53px;
    height: 53px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #19385c;
    background-image: -webkit-linear-gradient(-45deg,#511c1e 30%,#c4ae8f 50%,#99623c 70%) ;
    background-blend-mode: hard-light;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    margin-top: 34px;
}
.sec01_cont a:after{
    position: absolute;
    top:0;
    left:0;
    display: block;
    content: '';
    width:100%;
    height: 100%;
    background: url("../images/line.png") no-repeat center;
}
.sec01_cont p{
    color: #fff;
    text-align: justify;
    background: #173089;
    font-size: 31px;
    margin-top: 45px;
    font-weight: lighter;
    line-height: 48px;
    margin-bottom: 38px;
    text-align-last: justify;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
.section2{
    background: url("../images/sec02bg.jpg") no-repeat right center;
    background-size:40% 100%;
}
.sec02_cont{
    width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 3%;
}
.sec02_cont h3{
    font-size: 72px;
    line-height: 72px;
    color: #000000;
}
.sec02_cont p{
    font-size: 40px;
    letter-spacing: 15px;
    color: #122a88;
    margin-top: 25px;
    margin-bottom: 27px;
}
.sec02_cont small{
    display: block;
    padding-left: 57px;
    font-size: 16px;
    position: relative;
    margin-bottom: 45px;
    color: #191919;
    line-height: 27px;
}
.sec02_cont small:after{
    position: absolute;
    display: block;
    content: '01-';
    font-size: 25px;
    color: #3e3a39;
    top: 7px;
    left:0;
}
.sec02_cont small:last-of-type:after{
    content: '02-';
}
.sec02_cont a{
    display: block;
    color: #fff;
    background: #122a87;
    border:1px solid #122a87;
    width: 140px;
    line-height: 45px;
    text-align: center;
    letter-spacing: 2px;
}
.sec02_cont a:hover{
    background: none;
    color: #122a87;
}

/*section3*/
.section3>div{
    display: flex;
    height: 100%;
    justify-content: space-between;
    flex-direction:column-reverse;
    align-items: center;
}
.section3 h3,.section4 h3,.section5 h3,.section6 h3,.section7 h3{
    background: url("../images/logoicon.png") no-repeat left center;
    padding-left:98px;
    font-size: 48px;
    color: #122a88;
    font-weight: normal;
    text-align: center;
    display: inline-block;
    ---margin-top: 5%;
}
.section3 img{
    max-width: 100%;
}

/*section4*/
.section4 .mycontainer{
    text-align: center;
}
.section4 .mycontainer h3{
    margin-top: 0;
    margin-bottom: 3%;
}
.sec04_cont{
    display: flex;
    flex-wrap:wrap;
    text-align: left;
}
.sec04_cont a{
    display: block;
    width:433px;
    height: 17.4vw;
    position: relative;
    overflow: hidden;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.sec04_cont a img{
    position: absolute;
    top:0;
    right:0;
    width: 100%;
    height: 100%;
}
.sec04_cont a .protext{
    position: absolute;
    bottom:40px;
    left:34px;
}
.protext>p{
    font-size: 32px;
    color: #2a46a0;
}
.protext>small{
    font-size: 14px;
    color: #2a46a0;
    display: block;
    margin-bottom: 33%;
}
.protext>span{
    background: #2a46a0;
    color: #fff;
    font-weight: lighter;
    text-align: center;
    display: block;
    width: 98px;
    line-height: 38px;
    transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    background-position: 120%
}
.sec04_cont a span:hover{
    background: #2a46a0;
    background: -webkit-linear-gradient(-45deg,rgba(0,0,0,0.6) 30%,#fee0e0  50%,rgba(0,0,0,0.6) 70%);
    background-size: 200%;
    background-position:-80%;
}

/*section05*/
.section5 .mycontainer{
    text-align: center;
    position: relative;
}
.section5 .mycontainer>a{
    position: absolute;
    bottom:0;
    left:50%;
    text-align: center;
    display: block;
    line-height: 42px;
    width: 168px;
    border-radius: 25px;
    color: #fff;
    background: #122a87;
    border:1px solid #122a87;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    font-size: 18px;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
}
.section5 .mycontainer>a:hover{
    background:#fff;
    color: #122a87;
}
.section5 .mycontainer h3{
    margin-top: 0;
    margin-bottom: 3%;
}
.sec05_cont{
    background: url("../images/sec05bg.png") no-repeat center;
}
.sec05_cont>div{
    width:100%;
    height: 11.25vw;
    overflow: hidden;
}
.sec05_cont>div:nth-of-type(odd){
    background: url("../images/sec05_icon01.png") no-repeat center;
}
.sec05_cont>div:nth-of-type(even) {
    background: url("../images/sec05_icon02.png") no-repeat center;
}

.sec05_in{
    margin-bottom: 10px;
}
.sec05_in>div{
    width: 50%;
    height: 100%;
}
.sec05_in>div:first-of-type{
    float:left;
}
.sec05_in>div:last-of-type{
    float:right;
}
.sec05_in>div:last-of-type b,.sec05_in>div:last-of-type p{
    float:right;
}
.sec05_in b{
    float:left;
    width: 59%;
    height:100%;
    border-radius: 15px;
}
.sec05_in p{
    float:left;
    width: 34%;
    height: 100%;
    position: relative;
    margin:0 1%;
}
.sec05_in p span{
    position: absolute;
    font-size: 18px;
    letter-spacing: 2px;
    display: block;
    line-height: 30px;
    color: #122a88;
    width: 100%;
}
.sec05_in>div:first-of-type p span{
    bottom: 50%;
    background: url("../images/line2.png") repeat-x center bottom;
    text-align: left;
}
.sec05_in>div:last-of-type p span{
    top:50%;
    text-align: right;
    background: url("../images/line2.png") repeat-x center top;
}

/*section6*/
.section6>div{
    width: 100%;
    text-align: center;
}
.section6>div>h3{
    margin-bottom: 4vw;
    margin-top: 0;
}
.sec06{
    width: 100%;
    background: #efeeef;
    padding: 3% 0;
}
.sec06>div{
    display: flex;
    justify-content: space-between;
}
.sec06>div p{
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    margin-top: 25px;
    color: #595757;
}

/*section7*/
.section7>div{
    text-align: center;
    width: 100%;
}
.section7>div>h3{
    ---margin-top: 5%;
    ---margin-bottom: 4vw;
}
.sec07{
    background: #f0f0f0;
    margin: 3% 0;
}
.sec07 .mycontainer{
    /*height: 32vw;*/
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3% 0;
}
.sec07 .mycontainer>div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 17px;
    height: 100%;
    /*padding-top: 8.5vw;*/
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    width: 32%;
}
.sec07 .mycontainer>div img{height: 14vw;}
.sec07 .mycontainer>div p{
    width: 100%;
    font-size: 18px;
    text-align: center;
    line-height: 25px;
    margin-top: 30px;
}
.sec07 .mycontainer>div:hover{
    background: #bac5e6;
    padding-top: 0vw;
}

/*.section8*/
.swiper-container-h .section8{
    background: #92afc7;
    height: 516px!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top:0px;
}

.fotlogo{
    padding-left:153px;
    width:100%;
    margin-bottom: 5vw;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:url("../images/fotlogo.png") no-repeat left center;
}
.fotlogo span{
    font-size: 20px;
    display: block;
    color: #FFF;
    letter-spacing: 3px;
}
.fotlogo small{
    color: #FFF;
    display:block;
    font-size:12px;
}


.fot_left{
    float:left;
    color: #fff;
}
.fot_left li{
    float:left;
    margin-right:93px;
}
.fot_left li h5{
    font-size: 19px;
    font-weight: normal;
    color: #fff;
    letter-spacing: 2px;
    margin-bottom: 1vw;
}
.fot_left li a,.fot_left li p{
    font-size: 16px;
    display: block;
    line-height: 34px;
    letter-spacing: 2px;
}
.fot_right{
    float:right;
}

.fot_left li small{
    padding-left: 7px;
    display: block;
    margin-bottom:10px;
}
.fot_right{
    background: #57748c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px;
}
.fot_right>img{
    float:left;
    margin-right:30px;
}
.fot_right>div{
    float:left;
}
.fot_right h3{
    color: #fff;
    width: 163px;
    font-size:20px;
    text-align: center;
    font-weight: normal;
    border-bottom:1px solid #fff;
    line-height:60px;
    margin-bottom:10px;
}
.fot_right p{
    font-size:18px;
    margin-bottom:15px;
    text-align: center;
    color: #fff;
}


/*footer*/
.fot_bottom{
    margin-top: 35px;
    border-top: 1px dashed #b5b5b5;
    line-height: 53px;
}
.fot_bottom span,.fot_bottom a,.fot_bottom notempty{
    font-size: 14px;
    display: block;
    color: #333333;
    font-weight: lighter;
    line-height: 53px;
    float:left;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.login{
    float:right;
}


/*æµ®çª—*/
/*è‡ªå†™ç»„ä»¶éƒ¨åˆ†*/
.layuiLayer {
    background: none !important; }
.layuiLayer .layui-layer-title {
    height: 30px;
    line-height: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    border-bottom: none; }
.layuiLayer .layui-layer-setwin {
    top: 7px; }
.layuiLayer .layui-layer-setwin .layui-layer-close1 {
    background-color: #fff;
    background-position: 2px -39px;
    border-radius: 3px; }

.float_nav {
    position: fixed;
    right: 0;
    bottom: 80px;
    width: 42px;
    height: auto;
    z-index: 999; }
.float_nav a {
    display: block;
    width: 40px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    line-height: 40px;
    background: #fff;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
.float_nav a:last-child {
    opacity: 0; }
.float_nav a:hover {
    background: #5c6eb7; }
.float_nav a:hover i {
    color: #fff; }
.float_nav a i {
    color: #999;
    font-size: 20px; }

.float_nav_on {
    transform: translateX(100px);
    -ms-transform: translateX(100px);
    -moz-transform: translateX(100px);
    -webkit-transform: translateX(100px);
    -o-transform: translateX(100px); }

.float_contact_on {
    right: 5px !important; }

.float_contact {
    width: 212px;
    height: auto;
    position: fixed;
    right: -212px;
    z-index: 1000;
    bottom: 80px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    -webkit-box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    box-shadow: 0 5px 9px rgba(4, 0, 0, 0.17);
    background: #fff; }
.float_contact .p1 {
    line-height: 16px;
    padding: 20px;
    background: #21378f;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px; }
.float_contact .p1 i {
    display: block;
    float: right;
    font-size: 20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    cursor: pointer; }
.float_contact .p1 i:hover {
    transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg); }
.float_contact .p2 {
    padding: 12px 20px;
    height: 20px;
    line-height: 20px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */
    background: rgba(0, 0, 0, 0.05); }
.float_contact .p2:hover {
    background: #333; }
.float_contact .p2:hover a i {
    color: #fff; }
.float_contact .p2:hover a div {
    color: #fff; }
.float_contact .p2 a {
    width: 100%;
    height: 100%;
    display: block; }
.float_contact .p2 i {
    display: block;
    float: left;
    font-size: 20px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
.float_contact .p2 div {
    height: 20px;
    line-height: 20px;
    float: left;
    font-family: thyFont3;
    margin-left: 10px;
    transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition-timing-function: ease;
    -moz-transition-timing-function: ease;
    /* Firefox 4 */
    -webkit-transition-timing-function: ease;
    /* Safari å’Œ Chrome */
    -o-transition-timing-function: ease;
    /* Opera */ }
.float_contact .p3 {
    color: #333;
    padding: 12px 20px; }
.float_contact .p3 div {
    text-align: center;
    margin-top: 4px; }
.float_contact .p3 div span {
    font-size: 14px;
    font-family: thyFont3; }


/*ç•™è¨€å¼¹æ¡†*/
.show_message{
    width: 500px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    background: #fff;
    position:fixed;
    z-index:99;
    top:50%;
    left:50%;
    padding:30px;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    box-shadow: 0 0 4px #ddd;
}
.show_message span{
    font-size: 22px;
    line-height: 35px;
    color: #666;
}
.change_msgcont{
    border:1px solid #ddd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 25px;
}
.change_msgcont>p{
    color: #636363;
    font-size: 16px;
    background: url("../images/icon02.png") no-repeat left center;
    padding-left:29px;
    margin-bottom: 20px;
}

#form1 div:after{
    display: block;
    content: '';
    clear: both;
}
#form1 label{
    float:left;
    background:url("../images/icon01.png") no-repeat left 2px;
    padding-left: 21px;
    color: #666;
    width: 18%;
}
#form1 div>input,#form1 div>textarea{
    float:right;
    width:75%;
}
.close{
    color: #666;
    margin-left: 100px;
    margin-top: 6px;
    float: left;
    display: block;
    text-decoration: underline;
}