body{
    background: #f1f1f1;
}
/*header*/
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    /*bottom: 0;*/
    z-index: 99;
    /*padding: 10px 0;*/
    font-size: 18px;
    /*margin: 0 auto;*/
    color: #fff;
}


#logo {
    position: relative;
    margin-left: 50px;
    width: 250px;
    height: 85px;
    display: flex;
    align-items: center;
}
#logo img{
    width: 100%;
}

.nav1 {
    padding-right: 50px;
    /*height: 85px;*/
}

.nav1>li {
    /*position: relative;*/
    float: left;
    margin-left: 30px;
}

.nav1>li>a{
    position: relative;
    display: block;
    /*width: 60px;*/
    padding: 0 10px;
    /*background: darkgoldenrod;*/
    /*overflow: hidden;*/
    line-height: 85px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}
.nav1>li>a::after{
    content: '';
    position: absolute;
    left: 0;
    /*bottom: -2px;*/
    /*bottom: 10px;*/
    bottom: 0;
    width: 100%;
    height: 2px;
    /*background: #fcd20d;*/
    -webkit-transform: scaleX(.8);
    -moz-transform: scaleX(.8);
    -ms-transform: scaleX(.8);
    -o-transform: scaleX(.8);
    transform: scaleX(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}


/*.nav1 li a:hover:not(.active)::after*/
.nav1>li:hover a:not(.active)::after{
    background: #fcd20d;
    -webkit-transform: translateY(-10px) scaleX(.8);
    -moz-transform: translateY(-10px) scaleX(.8);
    -ms-transform: translateY(-10px) scaleX(.8);
    -o-transform: translateY(-10px) scaleX(.8);
    transform: translateY(-10px) scaleX(.8);
}
.nav1 .active{
    color: #fcd20d;
}
.nav1 .active::after{
    content: '';
    position: absolute;
    left: 0;
    /*bottom: 0;*/
    bottom: 10px;
    width: 100%;
    height: 2px;
    background: #fcd20d;
}

.nav1>li{
    /*position: relative;*/
}
.nav1>li>a{
}

.nav1>li:hover .nav1_in{
    /*display: block;*/
}
.nav1_in_bg{
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    /*width: 200px;*/
    /*height: 100px;*/
    background: rgba(0, 0, 0, 0.5);
    /*background: yellow;*/
}

.nav1_in{
    position: absolute;
    /*top: 100%;*/
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    /*height: 200px;*/
    /*display: none;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*background: rgba(0, 0, 0, 0.3);*/
}




.nav1_in li{
    /*float: left;*/
}

.nav1_in li a{
    display: inline-block;
    margin-top: 10px;
    /*margin: 10px;*/
    padding: 5px 5px;
    border-radius: 5px;
    /*color: #090909;*/
    color: #fff;
    font-size: 16px;
    /*background: #fff;*/
    -webkit-transition: all .5s;
    -moz-transition: all .5s ;
    -ms-transition: all .5s ;
    -o-transition: all .5s ;
    transition: all .5s ;
}
.nav1_in>li:first-child{
    margin-top: 20px;
}
.nav1_in>li:last-child{
    margin-bottom: 30px;
}
.nav1_in li a:hover{
    color: #fcd20d;
}


/*banner*/

.banner {
    position: relative;
    width: 1200px;
    height: 550px;
}

.banner_in {
    width: 100%;
    height: 550px;
}


.banner a {
    display: block;
}

.banner_in ul li {
    position: absolute;
}

.banner_in ul li a {
    display: block;
    /*width: 100%;*/
    height: 550px;
    cursor: auto;
}

.banner_in ul li a > img {
    width: 100%;
    height: 100%;
    /*vertical-align: middle;*/
}

/*section*/
.section{
    margin-top: 50px;
}

/*nr1*/
.nr1{
    /*background: red;*/
}
.nr1_in_top{
    text-align: center;
    /*overflow: hidden;*/
}
.nr1_in_top ul{
    display: inline-block;
    margin-right: -20px;
    vertical-align: middle;
}
.nr1_in_top ul li{
    float: left;
    margin-right: 20px;
    padding: 15px 30px;
    font-size: 16px;
    border-radius: 5px;
    background: #ffffff;
    cursor: pointer;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, .2);*/
}
.nr1_in_top ul li span{
}
.nr1_in_main{
    margin-top: 50px;
    text-align: center;
    overflow: hidden;
}
.nr1_in_main ul{
    display: inline-block;
    margin-top: -30px;
    width: 1000px;
}
.nr1_in_main ul li{
    margin-top: 30px;
    background: #fff;
}
.nr1_in_main_in{
    padding: 20px;
    height: 200px;
}
.nr1_in_main_time{
    position: relative;
    float: left;
    width: 200px;
    /*height: 200px;*/
    height: 100%;
    overflow: hidden;
    background: #f8f8f8;
    transition: all .5s;
}
.nr1_in_main_time i{
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    font-style: normal;
    font-size: 14px;
    color: #999;
    transition: all .5s;
}
.nr1_in_main_time h5{
    /*padding: 10px;*/
    height: 50%;
    font-size: 40px;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    transition: all .5s;
}
.nr1_in_main_time p{
    padding: 25px 0;
    font-size: 16px;
    color: #999;
    transition: all .5s;
}

.nr1_in_main_text{
    /*float: left;*/
    position: relative;
    margin-left: 220px;
    height: 100%;
    overflow: hidden;
    text-align: left;
}
.nr1_in_main_text h5{
    padding: 15px 20px;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    transition: all .5s;
}
.nr1_in_main_text p{
    padding: 15px 20px;
}
.nr1_in_main_text p span{
    text-indent: 2em;
    font-size: 14px;
    line-height: 150%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    color: #999;
}
.nr1_in_main_text a{
    position: absolute;
    left: 0;
    bottom: 0;
    /*display: inline-block;*/
    margin: 10px 20px;
    padding: 8px 20px;
    border: 1px solid #dedede;
    font-style: normal;
    color: #999;
    transition: all .5s;
}
.nr1_in_main_text a:hover{
    color: #fff;
    background: #fcd20d;
    border: 1px solid #fcd20d;
}
.nr1_in_main_in:hover .nr1_in_main_text h5{
    color: #fcd20d;
}
.nr1_in_main_in:hover .nr1_in_main_time{
    background: #fcd20d;
}
.nr1_in_main_in:hover .nr1_in_main_time i,
.nr1_in_main_in:hover .nr1_in_main_time h5,
.nr1_in_main_in:hover .nr1_in_main_time p{
    color: #fff;
}





/*nr5*/
.nr5{
    height: 400px;
    background: url("../../images/nr5_in_bgimg.jpg") center center no-repeat;
    background-size: cover;
}


/*back*/
#back{
    position: fixed;
    top:60%;
    right: 3%;
    /*border-left: 30px solid transparent;*/
    /*border-right: 30px solid transparent;*/
    /*border-bottom:35px solid rgba(198, 109, 253, 0.3);*/
    /*border-bottom:35px solid #5ad4eb;*/
    z-index: 999;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    opacity: .5;
    display: none;
    cursor: pointer;
    transition: all .5s;
    /*background: #707D90;*/
    background: #ffffff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
#back:before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fcd20d;
}
#back:after{
    content: '';
    position: absolute;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #ffffff;
}
#back:hover{
    /*border-left: 30px solid transparent;*/
    /*border-right: 30px solid transparent;*/
    /*border-bottom:35px solid rgba(198, 109, 253, 0.6);*/
    /*border-bottom:35px solid #5ad4eb;*/
    opacity: 1;
}

/*footer*/
footer{
    color: #ffffff;
    background: #495051;
}
.footer{
    width: 1050px;
    min-width: 1150px;
}
.footer_t{
    padding-top: 50px;
    /*border-bottom: 1px solid #747576;*/
    font-size: 15px;
    line-height: 150%;
}
.footer_t_t{
    color: #fcd20d;
    font-size: 16px;
}
.footer_t>ul>li{
    float: left;
    width: 175px;
}
.footer_t>ul>li>div>ul{
    margin-top: 20px;
}
.footer_t>ul>li>div>ul>li{
    margin-top: 10px;
}

.footer_t_img{
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #747576;
}
.footer_t_img_in{
    position: relative;
}
.footer_t_img_bottomlogo{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 300px;
    height: 65px;
    /*display: flex;*/
    /*align-items: center;*/
}
.footer_t_img_bottomlogo img{
    width: 100%;
}
.footer_t_img_bottomer{
    width: 100px;
    height: 100px;
    /*background: red;*/
}
.footer_t_img_bottomer img{
    width: 100%;
}

.footer_b{
    padding: 25px 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    /*line-height: 150%;*/
}

#designed,#ba {
    position: relative;
    margin-left: 10px;
    padding-left: 15px;
    /*font-size: 14px;*/
    /*line-height: 150%;*/
}

#ba a{
    color: rgba(255, 255, 255, 0.7);
}

#ba:hover a{
    color: #fcd20d;
}

#designed:after, #ba:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 100%;
    border-left: 1px solid #ccc;
    transform: scaleY(.9);
}