@charset "utf-8";

/* CSS Document */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
img,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
address {
    margin: 0;
    padding: 0;
}

table,
td,
ol {
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
}

p,
form,
table,
tr,
td {
    margin: 0px;
    padding: 0px;
}

select,
input,
img,
select {
    vertical-align: middle;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ol {
    padding-left: 10px;
}

img {
    border: 0px;
    vertical-align: bottom;
    padding: 0px;
    margin: 0px;
}

a:link {
    color: #5a5a5a;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
    color: #5a5a5a;
}

a:hover {
    color: #5a5a5a;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.w1000 {
    width: 1000px;
    margin: 0px auto;
}

.w1200 {
    width: 1200px;
    margin: 0px auto;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei", "Arial", "Helvetica,sans-serif,Verdana";
    color: #5a5a5a;
    background: #fff;
    letter-spacing: 0.5px;
}


/* 图片居中 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    clear: both;
    display: block;
    margin: auto;
}


/*网站头部*/

.head_wrap {
    width: 100%;
    height: 100px;
    clear: both;
}

.head_wrap .logo {
    width: 200px;
    float: left;
    padding-top: 20px;
}

.nav_wrap {
    width: 860px;
    float: left;
}

.nav {
    padding-top: 10px;
    float: left;
}

.nav li {
    float: left;
    margin-left: 45px;
    position: relative;
    z-index: 16;
}

.nav li>a {
    display: block;
    font-size: 16px;
    color: #333;
    padding-bottom: 17px;
    border-bottom: 3px solid transparent;
}

.nav li .subnav {
    position: absolute;
    top: 100%;
    left: 0;
    width: 130px;
    padding: 0px;
    border-bottom: 3px solid #01519a;
    background-color: #3b8abe;
    display: none;
    z-index: 99;
}

.nav li .subnav_box {
    height: 44px;
    position: relative;
}

.nav li .subnav_box a {
    display: block;
    padding: 10px 20px;
    line-height: 24px;
    border-bottom: 1px solid #59a4d5 !important;
    color: #fff !important;
}

.nav li .subnav_box a:hover {
    background: #71b4d8;
    color: #fff !important;
}

.nav li.last {
    margin-right: 0;
}

.nav li.last .subnav {
    right: 0;
    left: auto;
}

.nav li:hover .subnav {
    display: block;
}

.nav li:hover a,
.nav li.current a {
    border-bottom-color: #01519a;
    color: #01519a;
}

.head_wrap .fr {
    margin-top: 30px;
}


/*首页幻灯片01*/

.index_banner_wrap01 {
    height: 450px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index_banner01 {
    position: relative;
}

.index_banner01 a {
    display: block;
    width: 100%;
    padding-bottom: 450px;
    position: relative;
}

.index_banner01 a .img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: center top;
}

.index_banner01 .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.index_banner01 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 1px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.index_banner01 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 10px;
    height: 10px;
    opacity: 1;
    border: 1px solid #01519a;
    background-color: #fff;
}

.index_banner01 .swiper-button-prev {
    left: 30px;
    top: 190px;
    width: 45px;
    height: 45px;
    background: url("/test/img/swiper_button_icon.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/swiper_button_icon.png*/
    no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.index_banner01 .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.index_banner01 .swiper-button-next {
    right: 30px;
    top: 190px;
    width: 45px;
    height: 45px;
    background: url("/test/img/swiper_button_icon.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/swiper_button_icon.png*/
    no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.index_banner01 .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}


/*首页模块标题*/

.index_model_tit01 {
    width: 1200px;
    height: auto;
    text-align: center;
    margin-top: 35px;
    margin-bottom: 10px;
}

.index_model_tit01 h2 {
    font-size: 30px;
    color: #0d468d;
}

.index_model_tit01 p {
    font-size: 16px;
    color: #999;
    line-height: 45px;
}

.index_model_tit02 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 55px;
    padding-bottom: 10px;
}

.index_model_tit02 h2 {
    font-size: 30px;
    color: #fff;
}

.index_model_tit03 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 50px;
    margin-bottom: 0px;
}

.index_model_tit03 h2 {
    font-size: 30px;
    color: #0d468d;
}

.index_model_tit03 p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding: 30px 0px 20px 0px;
}

.index_model_tit04 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px;
}

.index_model_tit04 h2 {
    font-size: 30px;
    color: #0d468d;
}

.index_model_tit04 p {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    padding: 30px 0px 20px 0px;
}


/*内页模块标题*/

.ny_model_tit01 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 30px;
}

.ny_model_tit01 h2 {
    font-size: 24px;
    color: #333;
}

.ny_model_tit01 p {
    color: #9a9a9a;
    line-height: 35px;
}

.ny_model_tit02 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 30px;
}

.ny_model_tit02 h2 {
    font-size: 28px;
    color: #333;
}

.ny_model_tit02 p {
    color: #9a9a9a;
    line-height: 35px;
}

.ny_model_tit03 {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.ny_model_tit03 span {
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.ny_model_tit03 i {
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #0d468d;
    overflow: hidden;
    margin: 10px auto 0;
}

.ny_model_tit04 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 30px;
}

.ny_model_tit04 h2 {
    font-size: 28px;
    color: #333;
}

.ny_model_tit04 p {
    font-size: 18px;
    color: #9a9a9a;
    line-height: 30px;
    padding-top: 15px;
}

.ny_model_tit05 {
    width: 1200px;
    height: auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 35px;
}

.ny_model_tit05 h2 {
    font-size: 28px;
    color: #333;
}

.ny_model_tit05 p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    padding-top: 15px;
}

.ny_model_tit06 {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
}

.ny_model_tit06 span {
    font-size: 28px;
    color: #333;
    font-weight: normal;
}

.ny_model_tit06 i {
    display: block;
    width: 30px;
    height: 1px;
    line-height: 1px;
    background: #333;
    overflow: hidden;
    margin: 10px auto 0;
}

.ny_model_tit06 .desc {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    text-align: left;
    text-indent: 2em;
    margin-top: 30px;
}


/*首页更多链接按钮*/

.index_more_link01 {
    text-align: center;
}

.index_more_link01 a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #6a6a6a;
    margin: 20px 0px 30px 0px;
    border: 1px solid #6a6a6a;
    text-align: center;
    display: inline-block;
    transition: all .2s;
}

.index_more_link01 a:hover {
    background: #3b8abe;
    border-color: #3b8abe;
    color: #fff;
}

.index_more_link02 {
    text-align: center;
}

.index_more_link02 a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    color: #fff;
    margin: 20px 0px 30px 0px;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    transition: all .2s;
}

.index_more_link02 a:hover {
    background: #fff;
    border-color: #fff;
    color: #333;
}

.index_more_link03 {
    text-align: center;
}

.index_more_link03 a {
    width: 150px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    background: #3b8abe;
    color: #fff;
    margin: 0px;
    border: 1px solid #3b8abe;
    text-align: center;
    display: inline-block;
    transition: all .2s;
}

.index_more_link03 a:hover {
    background: #0d468d;
    border-color: #0d468d;
    color: #fff;
}


/*首页公司简介*/

.index_about_main {
    width: 100%;
    height: 480px;
}

.index_about_main .fl {
    width: 500px;
    height: 450px;
    background: url("/test/img/index_about_fl_bg.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/index_about_fl_bg.jpg*/
    no-repeat bottom center;
}

.index_about_main .fl .note {
    height: 46px;
    padding-left: 45px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    line-height: 46px;
    transform-origin: 0 0;
    transform: rotate(90deg) translateY(-46px);
    -webkit-transform: rotate(90deg) translateY(-46px);
    -moz-transform: rotate(90deg) translateY(-46px);
    -o-transform: rotate(90deg) translateY(-46px);
    -ms-transform: rotate(90deg) translateY(-46px);
}

.index_about_main .fl .note>em {
    font-size: 30px;
    font-family: "impact";
    font-style: normal;
    color: #ddd;
    white-space: nowrap;
    display: inline-block;
    padding-right: 0.4rem;
    text-transform: uppercase;
}

.index_about_main .fl .note .line {
    max-width: 100%;
    width: 150px;
    height: 1px;
    background-color: #dddddd;
    display: inline-block;
}

.index_about_main .fl .pic {
    width: 383px;
    margin-left: 60px;
    display: inline-block;
    overflow: hidden;
}

.index_about_main .fl .pic:hover img {
    transform: scale(1.05);
}

.index_about_main .fl .pic img {
    transition: all .4s;
}

.index_about_main .fr {
    width: 635px;
    margin-top: 50px;
}

.index_about_main .fr .tit {
    font-size: 30px;
    color: #333;
    padding-bottom: 35px;
}

.index_about_main .fr .txt {
    font-size: 16px;
    color: #666;
    line-height: 26px;
    padding-bottom: 25px;
}

.index_about_main .fr .txt p {
    padding-bottom: 15px;
}

.index_about_main .fr .tip ul li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px;
}

.index_about_main .fr .tip b {
    font-size: 40px;
    font-family: "impact";
    color: #0d468d;
    padding-right: 5px;
}

.index_about_main .fr .tip span {
    font-weight: bold;
    color: #666;
}


/*首页核心业务*/

.index_pro_wrap {
    width: 100%;
    height: 538px;
    margin-top: 30px;
    background: url("/test/img/index_pro_bg.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/index_pro_bg.jpg*/
    no-repeat center;
}

.index_pro_main {
    padding: 70px 0px 45px 0px;
}

.index_pro_main ul {
    width: 100%;
    height: 90px;
    position: relative;
}

.index_pro_main ul:after {
    content: '';
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0%;
    bottom: 20px;
    z-index: 1;
    display: inline-block;
    background-color: #fff;
}

.index_pro_main ul li {
    float: left;
    text-align: center;
    padding: 0px 42px 10px 42px;
}

.index_pro_main ul li em {
    margin: 0px auto;
    font-style: normal;
    padding-bottom: 30px;
    font-size: 22px;
    color: #fff;
    display: inline-block;
}

.index_pro_main ul li span {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    display: inline-block;
    background-color: #399fde;
    z-index: 9;
}

.index_pro_main .txt {
    width: 845px;
    margin: 0px auto;
    font-size: 18px;
    color: #fff;
    padding-top: 60px;
    line-height: 26px;
    text-align: left;
}


/*首页工程案例*/

.index_cases_wrap {
    width: 100%;
    background: url("/test/img/index_cases_bg.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/index_cases_bg.jpg*/
    no-repeat top center;
}

.index_cases_tip {
    height: 160px;
    padding-bottom: 35px;
}

.index_cases_tip .fl ul li {
    width: 145px;
    float: left;
    text-align: center;
}

.index_cases_tip .fl .item .img {
    width: 90px;
    height: 70px;
    display: inline-block;
    margin: 10px auto 0px;
    background: url("/test/img/index_cases_tip_img.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/index_cases_tip_img.png*/
    no-repeat;
}

.index_cases_tip .fl .item01 .img {
    background-position: 0px 0px;
}

.index_cases_tip .fl .item02 .img {
    background-position: 0px -70px;
}

.index_cases_tip .fl .item03 .img {
    background-position: 0px -140px;
}

.index_cases_tip .fl .item04 .img {
    background-position: 0px -210px;
}

.index_cases_tip .fl .desc {
    padding: 5px 0px;
}

.index_cases_tip .fr {
    padding-top: 30px;
    font-size: 28px;
    line-height: 35px;
    text-align: left;
}

.index_pro_cat {
    width: 450px;
    height: 60px;
    margin: 0px auto;
    padding-bottom: 10px;
}

.index_pro_cat ul li {
    float: left;
}

.index_pro_cat ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0px 5px;
    background: #399fde;
    line-height: 50px;
    padding: 0px 35px;
    text-align: center;
}

.index_pro_cat ul li a:hover {
    background: #0d468d;
    color: #fff;
}

.index_cases_list {
    margin-bottom: 30px;
}

.index_cases_list ul li {
    float: left;
    margin: 10px 5px;
    margin-bottom: 15px;
}

.index_cases_list ul li img {
    width: 390px;
    height: 230px;
}

.index_cases_list .img {
    overflow: hidden;
}

.index_cases_list .img img {
    transition: all .4s;
}

.index_cases_list .img:hover img {
    transform: scale(1.05);
}

.index_cases_list .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-top: 10px;
}

.index_cases_list .desc {
    color: #999;
    line-height: 30px;
}


/*首页资质荣誉*/

.index_honor_wrap {
    width: 100%;
    height: 686px;
    background: url("/test/img/index_honor_bg.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/index_honor_bg.jpg*/
    no-repeat;
}

.honor_main {
    width: 1200px;
    position: relative;
    margin: 0px auto;
    margin-top: 10px;
}

.honor_main .swiper-container {
    padding-bottom: 50px;
}

.honor_main .swiper-slide {
    width: 274px;
    height: 420px;
    float: left;
}

.honor_main .swiper-slide img {
    width: 272px;
    height: 370px;
    max-width: 100%;
    box-shadow: 0 7px 39px rgba(0, 0, 0, .1);
    display: block;
}

.honor_main .swiper-slide p {
    line-height: 30px;
    padding-top: 10px;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 0;
}

.honor_main .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.honor_main .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.honor_main .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #01519a;
    background-color: #fff;
}

.honor_main .swiper-button-prev {
    left: -30px;
    top: 190px;
    width: 45px;
    height: 45px;
    background: url("/test/img/swiper_button_icon.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/swiper_button_icon.png*/
    no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

.honor_main .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

.honor_main .swiper-button-next {
    right: -30px;
    top: 190px;
    width: 45px;
    height: 45px;
    background: url("/test/img/swiper_button_icon.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/swiper_button_icon.png*/
    no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

.honor_main .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%;
}


/*首页新闻中心*/

.index_news_wrap {
    width: 100%;
    height: 760px;
}

.index_news_cat ul li {
    float: left;
}

.index_news_cat ul li a {
    line-height: 35px;
    font-size: 20px;
    color: #333;
    padding: 0px 10px;
}

.index_news_cat ul li:first-child a {
    padding-left: 0px;
}

.index_news_cat ul li a:hover {
    text-decoration: underline;
}

.index_news_main {
    padding-top: 35px;
}

.index_news_main .fl .tit {
    max-height: 55px;
    height: auto;
}

.index_news_main .fl .desc {
    font-size: 18px;
    color: #999;
    padding-top: 10px;
}

.index_news_main a .tit {
    font-size: 20px;
    color: #333;
    padding-bottom: 10px;
    line-height: 30px;
    padding-top: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
}

.index_news_main a .desc {
    line-height: 22px;
    color: #666;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.index_news_main .fl {
    width: 540px;
    height: 460px;
    float: left;
    padding-top: 20px;
}

.index_news_main a img {
    max-width: 100%;
    width: 540px;
    height: 335px;
    clear: both;
}

.index_news_main .img {
    overflow: hidden;
}

.index_news_main .img img {
    transition: all .4s;
}

.index_news_main .img:hover img {
    transform: scale(1.05);
}

.index_news_main a:hover .tit {
    color: #0d468d;
}

.index_news_main .fr {
    width: 620px;
    height: 460px;
    float: right;
    padding-top: 20px;
}

.index_news_list li {
    width: 100%;
    height: 115px;
    float: left;
    border-bottom: 1px solid #dcdcdc;
    padding-top: 10px;
    padding-bottom: 20px;
}

.index_news_list .time {
    width: 100px;
    height: 60px;
    background: #f1f1f1;
    padding: 10px 0px 10px 10px;
    float: left;
}

.index_news_list .day {
    font-size: 30px;
    color: #333;
}

.index_news_list .year {
    font-size: 16px;
    color: #666;
}

.index_news_list .box {
    width: 490px;
    height: 100px;
    float: right;
}

.index_news_list .box .tit {
    font-size: 18px;
    color: #333;
    padding-top: 0px;
}

.index_news_list .box .desc {
    font-size: 16px;
    color: #666;
}


/*网站底部*/

.footer_wrap {
    width: 100%;
    background: #333;
}

.footer_main {
    width: 1200px;
    height: 280px;
    padding-top: 50px;
    margin: 0 auto;
}

.footer_main .list {
    width: 890px;
    float: left;
}

.footer_main .list dl {
    float: left;
    margin: 0px 60px 0px 0px;
}

.footer_main .list dl dt {
    color: #fff;
    font-size: 16px;
    margin-bottom: 15px;
}

.footer_main .list dl dd {
    margin-bottom: 10px;
}

.footer_main .list dl dd a {
    color: #999;
}

.footer_main .list dl dd a:hover {
    text-decoration: underline;
}

.footer_main .ewm {
    width: 185px;
    float: right;
    color: #999;
    text-align: center;
}

.footer_main .ewm .tel {
    color: #fff;
    font-size: 30px;
    font-family: "impact";
    padding-bottom: 10px;
}

.footer_main .ewm img {
    padding-bottom: 10px;
}

.footer_wrap .copyright {
    border-top: 1px solid #666;
    color: #888;
    text-align: center;
    padding: 20px 0;
}

.footer_wrap .copyright a {
    color: #888;
    padding: 0px 10px;
}

.footer_wrap .copyright a:hover {
    text-decoration: underline;
}

.footer_wrap .copyright p {
    line-height: 26px;
}

.footer_wrap .copyright span {
    padding: 0px 10px;
}


/*内页幻灯片*/

.ny_banner_wrap {
    width: 100%;
    height: 245px;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
}

.ny_banner_wrap .tit {
    width: 100%;
    text-align: center;
    font-size: 28px;
    padding-top: 80px;
    line-height: 40px;
    color: #fff;
}

.ny_banner_wrap i {
    display: block;
    width: 30px;
    height: 5px;
    line-height: 5px;
    background: #fff;
    overflow: hidden;
    margin: 10px auto 0;
}

.ny_banner_wrap .txt {
    font-size: 16px;
    text-align: center;
    color: #fff;
    padding-top: 20px;
}

.ny_banner_wrap .txt a {
    color: #fff;
}

.ny_banner_bg01 {
    background: url("/test/img/ny_banner_img01.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img01.jpg*/
    no-repeat center;
}

.ny_banner_bg02 {
    background: url("/test/img/ny_banner_img02.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img02.jpg*/
    no-repeat center;
}

.ny_banner_bg03 {
    background: url("/test/img/ny_banner_img03.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img03.jpg*/
    no-repeat center;
}

.ny_banner_bg04 {
    background: url("/test/img/ny_banner_img04.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img04.jpg*/
    no-repeat center;
}

.ny_banner_bg05 {
    background: url("/test/img/ny_banner_img05.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img05.jpg*/
    no-repeat center;
}

.ny_banner_bg06 {
    background: url("/test/img/ny_banner_img06.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img06.jpg*/
    no-repeat center;
}

.ny_banner_bg07 {
    background: url("/test/img/ny_banner_img07.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_banner_img07.jpg*/
    no-repeat center;
}


/*内页栏目导航*/

.ny_nav_wrap {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}

.ny_nav_list {
    display: table;
    margin: 0px auto;
}

.ny_nav_list ul li {
    float: left;
}

.ny_nav_list ul li a {
    font-size: 18px;
    color: #333;
    margin: 0px 30px;
    line-height: 60px;
    display: inline-block;
    border-bottom: 1px solid #ddd;
}

.ny_nav_list ul li a:hover {
    color: #0d468d;
    border-bottom: 1px solid #0d468d;
}

.ny_nav_list ul li.active a {
    color: #0d468d;
    font-weight: bold;
    border-bottom: 1px solid #0d468d;
}

.ny_nav_list ul li.current-menu-item a {
    color: #0d468d;
    font-weight: bold;
    border-bottom: 1px solid #0d468d;
}

.ny_nav_list ul li.current-menu-parent a {
    color: #0d468d;
    font-weight: bold;
    border-bottom: 1px solid #0d468d;
}

.ny_nav_list ul li.current-post-parent a {
    color: #0d468d;
    font-weight: bold;
    border-bottom: 1px solid #0d468d;
}


/*内页结构*/

.ny_wrap {
    width: 100%;
    min-height: 350px;
    float: left;
    padding-top: 30px;
    padding-bottom: 50px;
}


/*内页公司简介*/

.ny_about_main .txt p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 27px;
    color: #666;
    padding-bottom: 10px;
}

.ny_about_main .tip {
    height: 60px;
    padding: 35px 0px 35px 0px;
}

.ny_about_main .tip ul li {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0px 50px;
}

.ny_about_main .tip b {
    font-size: 40px;
    font-family: "impact";
    color: #0d468d;
    padding-right: 5px;
}

.ny_about_main .tip span {
    font-weight: bold;
    color: #666;
}


/*内页企业文化*/

.ny_culture_wrap {
    width: 100%;
    height: 634px;
    background: url("/test/img/ny_culture_bg.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_bg.jpg*/
    no-repeat;
}

.ny_culture_main {
    margin-top: 10px;
}

.ny_culture_main ul li {
    width: 205px;
    height: 385px;
    float: left;
    background: #fff;
    margin-right: 43px;
    border-top: 3px solid #0d468d;
    border-bottom: 3px solid #d2d2d2;
}

.ny_culture_main ul li:last-child {
    margin-right: 0px;
}

.ny_culture_main .txt {
    font-size: 16px;
    text-align: center;
    line-height: 22px;
}

.ny_culture_main ul li.img01 {
    background: url("/test/img/ny_culture_img01.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_img01.jpg*/
    no-repeat #fff bottom center;
}

.ny_culture_main ul li.img02 {
    background: url("/test/img/ny_culture_img02.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_img02.jpg*/
    no-repeat #fff bottom center;
}

.ny_culture_main ul li.img03 {
    background: url("/test/img/ny_culture_img03.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_img03.jpg*/
    no-repeat #fff bottom center;
}

.ny_culture_main ul li.img04 {
    background: url("/test/img/ny_culture_img04.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_img04.jpg*/
    no-repeat #fff bottom center;
}

.ny_culture_main ul li.img05 {
    background: url("/test/img/ny_culture_img05.jpg")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/ny_culture_img05.jpg*/
    no-repeat #fff bottom center;
}


/*内页组织架构*/

.ny_organization_main {
    text-align: center;
    padding-bottom: 50px;
}


/*内页资质荣誉*/

.ny_honor_wrap {
    width: 100%;
    height: 663px;
    background: #f1f1f1;
}


/*内页员工风采*/

.ny_team_wrap {
    width: 100%;
    height: 500px;
}

.ny_team_main {
    width: 1200px;
    position: relative;
    margin: 0px auto;
}

.ny_team_main .swiper-container {
    padding-bottom: 60px;
}

.ny_team_main .swiper-slide {
    width: 350px;
    height: 280px;
    float: left;
}

.ny_team_main .swiper-slide img {
    width: 350px;
    height: 220px;
    max-width: 100%;
    display: block;
}

.ny_team_main .swiper-slide p {
    line-height: 50px;
    padding-top: 0;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 0;
}

.ny_team_main .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

.ny_team_main .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #999;
    width: 10px;
    height: 10px;
    opacity: 1;
}

.ny_team_main .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #01519a;
    background-color: #fff;
}


/*精品案例 列表*/

.cases_list01 {
    width: 1000px;
    margin: 20px auto;
}

.cases_list01 ul li {
    width: 100%;
    height: 420px;
    float: left;
    position: relative;
    margin-bottom: 30px;
}

.cases_list01 .img {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
    box-shadow: 0 12px 40px -5px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.cases_list01 .img img {
    width: 580px;
    height: 342px;
    transition: all .4s;
}

.cases_list01 li:hover img {
    transform: scale(1.05);
}

.cases_list01 .box {
    width: 500px;
    height: 300px;
    padding: 25px 25px;
    padding-top: 10px;
    position: absolute;
    right: 0px;
    top: 30px;
    z-index: 9;
    background: #fff;
    box-shadow: 0 20px 80px -10px rgba(42, 51, 55, 0.3);
}

.cases_list01 .box .tit {
    font-size: 22px;
    color: #333;
    line-height: 45px;
}

.cases_list01 .box:hover .tit {
    color: #0d468d;
}

.cases_list01 .box p {
    line-height: 26px;
    color: #999;
}

.cases_list01 .box p span {
    color: #333;
}

.cases_list01 .desc {
    border-top: 1px solid #0d468d;
    padding-top: 15px;
    margin-top: 15px;
}

.cases_list01 .desc em {
    font-style: normal;
    color: #333;
    line-height: 30px;
}

.cases_list01 .desc p {
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 5;
}

.cases_list01 .arrow_btn {
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 70px;
    z-index: 9;
}


/*经典案例 列表*/

.ny_pro_cat {
    height: 60px;
    margin: 0px auto;
    display: table;
    padding-bottom: 10px;
}

.ny_pro_cat ul li {
    float: left;
}

.ny_pro_cat ul li a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin: 0px 5px;
    background: #399fde;
    line-height: 50px;
    padding: 0px 35px;
    text-align: center;
}

.ny_pro_cat ul li.current a {
    background: #0d468d;
    color: #fff;
}

.ny_pro_cat ul li a:hover {
    background: #0d468d;
    color: #fff;
}

.ny_pro_cat ul li.current-menu-item a {
    background: #0d468d;
    color: #fff;
}

.cases_list02 {
    margin-bottom: 30px;
}

.cases_list02 ul li {
    float: left;
    margin: 10px 5px;
    margin-bottom: 15px;
}

.cases_list02 ul li img {
    width: 390px;
    height: 230px;
}

.cases_list02 .img {
    overflow: hidden;
}

.cases_list02 .img img {
    transition: all .4s;
}

.cases_list02 .img:hover img {
    transform: scale(1.05);
}

.cases_list02 .tit {
    font-size: 18px;
    line-height: 30px;
    color: #333;
    padding-top: 10px;
}

.cases_list02 .desc {
    color: #999;
    line-height: 30px;
}


/*工程名录 列表*/

.cases_list03 table {
    max-width: 1000px;
    width: 100%;
    margin: 10px auto;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #fff;
}

.cases_list03 table tr th {
    font-size: 16px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: bold;
    background-color: #399fde;
    height: 45px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
}

.cases_list03 table tr td {
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    font-weight: normal;
    line-height: 24px;
    padding: 15px 10px;
}

.cases_list03 table tr:nth-child(n) {
    background-color: #f1f1f1;
}

.cases_list03 table tr:nth-child(2n) {
    background-color: #deeaf8;
}


/* 内页案例详细介绍 */

.cases_detail {
    margin-top: 10px;
    margin-bottom: 30px;
}

.cases_detail .pro_info {
    width: 1150px;
    height: 330px;
    margin: 0px auto;
    margin-bottom: 30px;
}

.cases_detail .pro_info .fl {
    width: 530px;
    height: 330px;
    float: left;
}

.cases_detail .pro_info img {
    width: 530px;
}

.cases_detail .pro_info .fr {
    width: 590px;
    height: 330px;
    float: right;
}

.cases_detail .pro_info h3 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 60px;
}

.cases_detail .pro_info h3:after {
    content: '';
    display: block;
    width: 75px;
    height: 2px;
    line-height: 2px;
    background: #aeaeae;
}

.cases_detail .pro_info p {
    font-size: 16px;
    line-height: 35px;
    color: #666;
}

.cases_detail .pro_info .txt p {
    line-height: 26px;
    margin-top: 10px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 6;
}

.cases_detail .pro_info .txt strong {
    font-size: 16px;
    color: #333;
    line-height: 35px;
}

.cases_detail .pro_info p strong {
    color: #333;
}

.cases_detail .pro_info .doc_cart {
    margin-top: 20px;
}

.cases_detail .pro_info .doc_cart a {
    padding: 10px 30px;
    border: 1px solid #01519a;
    color: #01519a;
}

.cases_detail .pro_info .doc_cart a:hover {
    color: #fff;
    background: #01519a;
}

.cases_detail .pro_desc .box_tit {
    color: #333;
    font-size: 22px;
    line-height: 50px;
    padding: 0px 20px;
    background: #f1f1f1;
    font-weight: normal;
}

.cases_detail .pro_desc h3 {
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0px;
}

.cases_detail .pro_desc_main {
    margin-top: 20px;
    padding: 20px 20px;
    border: 1px solid #aecbd4;
}

.cases_detail .pro_desc_main img {
    padding-bottom: 10px;
}


/*内页新闻中心*/

.news_list {
    margin: 0px auto;
    display: table;
}

.news_list dl {
    width: 100%;
    display: table;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 10px;
    margin: 20px 0px;
}

.news_list dl dt {
    width: 350px;
    height: 217px;
    float: left;
    overflow: hidden;
}

.news_list dl dt img {
    width: 350px;
    height: 217px;
    overflow: hidden;
}

.news_list dl dd {
    width: 730px;
    float: left;
    margin-left: 30px;
}

.news_list dl dd h3 {
    max-height: 65px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    line-height: 30px;
    padding-top: 5px;
}

.news_list dl a:hover h3 {
    color: #0d468d;
}

.news_list dl dd p {
    max-height: 45px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    color: #999;
    font-size: 16px;
    padding-top: 10px;
    line-height: 22px;
    overflow: hidden;
}

.news_list dl dd p a {
    color: #999;
}

.news_list dl dd span {
    display: block;
    font-size: 16px;
    color: #666;
    padding: 15px 0px;
}

.news_list dl a {
    display: inline-block;
}

.news_list dl a:hover img {
    transform: scale(1.05);
}

.news_list dl a img {
    transition: all .4s;
}

.news_list dl a .more {
    width: 100px;
    text-align: center;
    margin-top: 5px;
    padding: 5px 3px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

.news_list dl a:hover .more {
    border: 1px solid #0d468d;
    color: #0d468d;
}


/* 新闻详细页面 */

.news_detail .news_tit h1 {
    width: 90%;
    margin: 0px auto;
    font-size: 26px;
    color: #0d468d;
    text-align: center;
    padding-bottom: 20px;
    border-bottom: 1px dashed #999;
}

.news_detail .news_tit p {
    text-align: center;
    line-height: 25px;
    padding: 10px 0;
}

.news_detail .news_tit span {
    padding: 0px 20px;
}

.news_detail .news_tit span a {
    color: #5a5a5a;
}

.news_content {
    width: 1000px;
    margin: 0px auto;
    font-size: 16px;
    text-indent: 2em;
    padding-top: 15px;
    padding-bottom: 35px;
}

.news_content video {
    width: 800px;
    height: 453px;
}

.news_content p {
    font-size: 16px;
    text-indent: 2em;
    line-height: 30px;
}

.news_content img {
    max-width: 800px;
    padding: 10px 15px;
    text-align: center;
}

.pre_pages {
    border-top: 1px dashed #ccc;
}

.pre_pages h4 {
    padding: 0px;
    margin: 5px 0px;
    line-height: 25px;
}

.pre_pages h4 a:hover {
    text-decoration: underline;
}


/* 核心业务介绍 */

.pro_list ul li {
    width: 19%;
    padding: 1% 0.5%;
    float: left;
}

.pro_list ul li img {
    width: 100%;
}

.pro_list .item p {
    font-size: 16px;
    color: #333;
    text-align: center;
    line-height: 75px;
    transition: all .3s
}

.pro_list .item {
    box-shadow: 0px 4px 20px 1px rgba(0, 0, 0, .1);
    transition: all .3s linear;
    transform: translateY(0);
}

.pro_list .item:hover {
    transform: translateY(-12px);
}

.pro_list .item:hover p {
    color: #0d468d;
}

.pro_adv {
    width: 100%;
    float: left;
    background: #F6F9FB;
    padding: 50px 0px 50px 0px;
    margin-top: 15px;
}

.pro_adv .list li {
    width: 380px;
    float: left;
    margin: 0 10px 30px 10px;
    text-align: center;
    background: #fff;
    padding: 30px 0px 30px 0px;
}

.pro_adv .list li:after {
    content: "";
    width: 80px;
    height: 2px;
    background: #dde1e3;
    margin: 15px auto 0;
    display: block;
}

.pro_adv .list li:hover {
    box-shadow: 0 3px 40px rgba(0, 0, 0, .1);
}

.pro_adv .list li:hover:after {
    background: #0d468d;
}

.pro_adv .list li h3 {
    font-size: 18px;
    margin-bottom: 25px;
}


/* 内页岗位列表 */

.jobs_list dl dt {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px;
    margin-bottom: -1px;
    border: 1px solid #e1e1e1;
    background: #f4f4f4;
    cursor: pointer;
}

.jobs_list dl dt span {
    display: block;
    padding: 10px 10px;
    padding-left: 20px;
    background: url("/test/img/open_btn01.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/open_btn01.png*/
    no-repeat 1150px center;
    font-size: 16px;
    font-weight: bold;
    color: #005599;
}

.jobs_list dl dt.cur span {
    background: url("/test/img/open_btn02.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/open_btn02.png*/
    no-repeat 1150px center;
}

.jobs_list dl dd {
    display: none;
    overflow: hidden;
    padding: 0 0 10px;
}

.jobs_txt {
    background: #f1f1f1;
    margin-top: 10px;
    padding: 20px 20px;
}

.jobs_txt .tit {
    padding-top: 15px;
}

.jobs_txt .tip {
    font-size: 16px;
    padding-top: 15px;
}


/*内页在线留言*/

.contact_message {
    width: 1000px;
    margin: 0px auto;
}

.contact_message .desc {
    padding-bottom: 20px;
}

.contact_message input {
    width: 100%;
    height: 58px;
    font-size: 16px;
    color: #333;
    line-height: 56px;
    border: 1px solid #ccc;
    padding: 0 20px;
    margin-bottom: 10px;
}

.contact_message textarea {
    width: 100%;
    height: 250px;
    font-size: 16px;
    color: #333;
    font-family: "Microsoft YaHei";
    line-height: 30px;
    border: 1px solid #ccc;
    padding: 20px;
}

.contact_message .submit {
    display: block;
    width: 320px;
    height: 76px;
    margin-top: 10px;
    line-height: 76px;
    text-align: center;
    border: none;
    margin: 0 auto;
    outline: 0;
    background: #01519a;
    color: #fff;
    font-size: 20px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.contact_message .submit:hover {
    background: #1370c5;
}


/*内页联系我们*/

.ny_contact_wrap #allmap {
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0;
}

.ny_contact_wrap #l-map {
    height: 450px;
    width: 100%;
    float: left;
    border-right: 2px solid #bcbcbc;
}

.contact_txt {
    line-height: 26px;
    padding-top: 15px;
}

.contact_txt p strong {
    font-size: 18px;
    display: inline-block;
    padding-bottom: 10px;
}

.contact_txt p {
    line-height: 26px;
}


/*首页视频弹窗*/

.tab_mark {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 99;
    display: none
}

.tab_video {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 890px;
    height: 500px;
    z-index: 100;
    background-color: #000;
    display: none
}

.tab_video video {
    display: block;
    width: 100%;
    height: 100%
}

.tab_video .js_close {
    position: absolute;
    top: 0;
    right: -50px;
    width: 50px;
    height: 50px;
    background: url("/test/img/icon_close.png")/*tpa=http://www.bj-hongyang.com/wp-content/themes/bjhongyang/images/icon_close.png*/
    center no-repeat;
    cursor: pointer
}


/* 分页 */

.pagination_main {
    min-width: 330px;
    height: 45px;
    margin: 10px auto;
}

.pagination_main a,
.pagination_main span {
    width: auto;
    float: left;
    font-size: 16px;
    text-decoration: none;
    line-height: 35px;
    display: inline-block;
    margin: 0 15px;
}

.pagination_main a.current {
    padding: 2px 10px;
    background: #000;
    color: #fff;
}

.pagination_main a:hover {
    text-decoration: underline;
}