/*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);
}

.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;
    height: 550px;
    cursor: auto;
}

.banner_in ul li a > img {
    width: 100%;
    height: 100%;
}

/*section*/
.section{
    margin-top: 100px;
}


/*nr_text*/
.nr_text{
}
.nr_text_h4{
    margin-bottom: 50px;
    letter-spacing: 2px;
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    font-family: "PingFang SC","Source Han Sans CN","Microsoft YaHei","STSong","SimSun",Arial,sans-serif;
    color: #333;
}
.nr_text_in{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nr_text_in_left{
    width: 550px;
    overflow: hidden;
}
.nr_text_in_left img{
    width: 100%;
    height: 300px;
    vertical-align: middle;
}
.nr_text_in_right{
    width: 600px;
    text-indent: 2em;
    font-size: 16px;
    color: #666;
}
.nr_text_in_right p{
    padding: 10px 0;
    line-height: 150%;
}

.nr_text_img{
    margin-top: 30px;
    overflow: hidden;
}
.nr_text_img ul{
    margin-right: -20px;
}
.nr_text_img ul li{
    position: relative;
    float: left;
    margin-right: 20px;
    width: 285px;
    height: 285px;
    text-align: center;
    overflow: hidden;
}
.nr_text_img ul li img{
    width: 100%;
    height: 100%;
    vertical-align: middle;
    transition: all .5s;
}
.nr_text_img ul li:hover img{
    transform: scale(1.05);
}
.nr_text_img ul li i{
    position: absolute;
    left: 0;
    right: 0;
    top: 65%;
    /*transform: translateY(-50%);*/
    font-style: normal;
    font-size: 20px;
    line-height: 80px;
    color: #fff;
    background: rgba(0, 0, 0, 0.5);
}


/*nr1*/
.nr1{
    /*background: #f1f1f1;*/
    padding: 50px 0;
    text-align: center;
}
.nr1_in ul{
    display: inline-block;
    margin-top: -20px;
    margin-right: -20px;
    padding: 20px;
    width: 1060px;
}
.nr1_in ul li{
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    padding: 50px 0;
    width: 245px;
    height: 150px;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all .5s;
}
.nr1_in ul li:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.nr1_in ul li h5{
    margin-top: 20px;
    padding: 10px;
    font-size: 20px;
    font-weight: 400;
    color: #333;
}
.nr1_in ul li p{
    padding: 10px 30px;
    font-size: 16px;
    line-height: 150%;
    color: #999;
}

/*nr2*/
.nr2_in{
}
.nr2_in_add{
    margin-left: 20px;
    margin-bottom: 30px;
    padding: 30px;
    width: 600px;
    /*border-radius: 5px;*/
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    transition: all .5s;
}
.nr2_in_add:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}
.nr2_in h4{
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    font-family: "PingFang SC","Source Han Sans CN","Microsoft YaHei","STSong","SimSun",Arial,sans-serif;
    color: #333;
}
.nr2_in h5{
    padding: 10px 0;
    letter-spacing: 2px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    font-family: "PingFang SC","Source Han Sans CN","Microsoft YaHei","STSong","SimSun",Arial,sans-serif;
    color: #333;
}
.nr2_in p{
    padding: 5px 0;
    font-size: 16px;
    line-height: 150%;
    color: #666;
}
.nr2_in_main{
    overflow: hidden;
}
.nr2_in_main_title{
    margin: 20px 50px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #333;
    border-bottom: 1px solid #d0d0d0;
}

.nr2_in_main ul{
    margin-right: -25px;
    padding: 20px;
}
.nr2_in_main ul li{
    float: left;
    margin-right: 25px;
    padding: 30px 30px 50px 30px;
    width: 310px;
    /*border-radius: 5px;*/
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .2);
    transition: all .5s;
}
.nr2_in_main ul li:hover{
    box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

/*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);
}