* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    overflow: hidden;
    clear: both;
}

.insidebanner{
	width:100%;}
	.insidebanner img{
	width:100%;}
/* 手机导航 */
.mobile-inner-header {
    background-color: rgba(255, 255, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #333;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #333;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(51, 51, 51, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(51, 51, 51, 1);
}

.mobile-inner-header img {
    height: 100%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }

    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }

    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }

    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(255, 255, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #333;
    border-bottom: solid 1px rgba(51, 51, 51, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(51, 51, 51, 0.4);
    border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}


/* 网页顶部 */
.page_top {
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #eeeeee;
}

.page_top_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.page_top_left {
    float: left;
    font-size: 12px;
    color: #000;
}

.page_top_right {
    float: right;
    overflow: hidden;
    color: #000;

}



.page_top_tele a::after {
    content: "|";
    margin: 0 5px;
}

.page_top_tele a:last-child::after {
    content: " ";
}



/* 网页头部 */
.header {
    max-width: 1600px;
    height: 111px;
    margin: auto;
}

.logo {
    float: left;
    width: 25.25%;
    height: 100%;
}

/* 导航 */
.nav {
    float: right;
    width: 58.75%;
    height: 111px;
}


.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    width: calc(100%/7);
    text-align: center;
    font-size: 18px;
    height: 111px;
    line-height: 111px;
    position: relative;
}

.nav ul li a {
    color: #000;
    display: block;
}

.xiala {
    width: 100%;
    position: absolute;
    top: 111px;
    left: 0;
    text-align: center;
    z-index: 999;
    display: none;
}

.xiala ul {
    margin-bottom: 0;
}

.nav ul li:hover .xiala {
    display: block;
}

.nav .xiala li {
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    background-color: #fff;
    width: 100%;
}


/* .nav .xiala li:hover {
    background-color: #00a2e9;
} */

/* .nav .xiala li a {
    color: #fff;
} */


/* banner */
.banner {
    z-index: -1;
}

.banner_01 img {
    width: 100%;
}

.banner_01 .swiper-pagination-bullet {
    background: #fff;
    width: 40px;
    height: 5px;
    border-radius: 0;
    opacity: 1;
}

.banner_01 .swiper-pagination-bullet-active {
    width: 40px;
    height: 5px;
    border-radius: 0;
    background-color: #fff;
}




/* 关于我们 */
.about {
    width: 100%;
    height: 653px;
    margin-top: 40px;
    background: url(../images/about_05.jpg) center right no-repeat;
    background-size: 45.625%;
}

.about_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.about_left {
    float: left;
    width: 42.75%;
    overflow: hidden;
}

.about_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.about_eng span {
    color: #1375d8;
}

.about_ch {
    font-size: 26.25px;
    color: #464646;
}

.about_line {
    width: 60px;
    height: 2px;
    margin-top: 10px;
    background: #1375d8;
}

.about_content {
    line-height: 2;
    margin-top: 20px;
    font-size: 13.5px;
    color: #464646;
    text-indent: 2EM;
}

.about_link {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.about_link_01 {
    width: calc(100%/3);
    text-align: left;
    float: left;
}

.about_link_pic {
    width: 68px;
    height: 62px;
    float: left;
}

.about_link_content {
    float: left;
    margin-top: 12px;
}

.about_link_ch {
    font-size: 14px;
    color: #464646;
}

.about_link_eng {
    font-size: 12px;
    color: #756f6f;
}

.about_button {
    margin-top: 55px;
}

.about_button a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #1375d8;
}

.about_button a img {
    padding-left: 10px;
}

.about_right {
    float: right;
}

/* 管理项目 */
.product {
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 40px;
}

.product_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.product_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.product_eng span {
    color: #1375d8;
}

.product_ch {
    font-size: 26.25px;
    color: #464646;
}

.product_line {
    width: 60px;
    height: 2px;
    margin: auto;
    margin-top: 10px;
    background: #1375d8;
}

.product_01 {
    margin-top: 30px;
}

.product_pic {
    width: 100%;
}

.product_pic img {
    width: 100%;
}

.product_word {
    width: 100%;
    text-align: center;
    padding: 15px 0;
    font-size: 16.1px;
    border-bottom: 1px solid #d2d2d2;
    background: #fff;
}

.product_button {
    width: 100%;
    margin: auto;
    margin-top: 40px;
    text-align: center;
}

.product_main_left {
    position: static;
    width: 29px;
    height: 52px;
    background: url(../images/product_left.png);
    display: inline-block;
}

.product_main_right {
    position: static;
    width: 29px;
    height: 52px;
    background: url(../images/product_right.png);
    display: inline-block;
}

/* 选择我们的理由 */
.why {
    width: 100%;
    height: 594px;
    padding-top: 55px;
    background: url(../images/why_bg.jpg) center no-repeat;
}

.why_title {
    text-align: center;
    width: 100%;
    overflow: hidden;
}

.why_big_title {
    font-size: 26px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}

.why_min_title {
    font-size: 12px;
    color: #fff;
}

.why_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
}

.why_main_01 {
    width: 11.125%;
    overflow: hidden;
    float: left;
    margin-right: 11.09%;
}

.why_main_01:last-child {
    margin-right: 0;
}

.why_main_bg {
    width: 100%;
    height: 205px;
    background: url(../images/why_02.png) center no-repeat;
    text-align: center;
    padding-top: 50px;
}

.why_num {
    font-size: 30px;
    color: #1581c5;
}

.why_main_title {
    font-size: 21px;
    color: #0e0e0e;
    font-weight: 700;
    margin-top: 10px;
}

.why_main_content {
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin-top: 20px;
    line-height: 2.5;
    text-align: center;
}

/* 工程案例 */
.case {
    max-width: 1600px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin: auto;
}

.case_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.case_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.case_eng span {
    color: #1375d8;
}

.case_ch {
    font-size: 26.25px;
    color: #464646;
}

.case_line {
    width: 60px;
    height: 2px;
    margin: auto;
    margin-top: 10px;
    background: #1375d8;
}

.case_01 {
    margin-top: 20px;
    width: 100%;


}

.case_01 a {
    display: inline-block;
    border: 1px solid #d2d2d2;
}

.case_pic img {
    width: 100%;
}

.case_word {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 15px 0;
}

/* 施工流程 */
.liucheng {
    width: 100%;
    height: 408px;
    padding-top: 50px;
    background: url(../images/liucheng_bg.jpg) center no-repeat;
    color: #fff;
}

.liucheng_title {
    text-align: center;
    font-size: 30px;

}

.liucheng_main {
    max-width: 1600px;
    overflow: hidden;

    margin: auto;
    margin-top: 65px;
}

.liucheng_main_01 {
    width: 7.75%;
    overflow: hidden;
    float: left;
    margin-right: 10.7%;
    text-align: center;
    font-size: 15px;
    line-height: 2;
}

.liucheng_main_01:last-child {
    margin-right: 0;
}

.liucheng_pic {
    width: 100%;
    overflow: hidden;
}

.liucheng_pic img {
    width: 100%;
}

.liucheng_word {
    margin-top: 20px;
}

/* 新闻资讯 */
.news {
    max-width: 1600px;
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 10px;
    margin-top: 40px;
    margin: auto;
}

.news_title {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.news_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.news_eng span {
    color: #1375d8;
}

.news_ch {
    font-size: 26.25px;
    color: #464646;
}

.news_mintitle {
    color: #464646;
    font-size: 14px;
}

.news_main {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
}

.news_main_01 {
    width: 49%;
    height: 165px;
    background: #f8f8f8;
    margin-right: 2%;
    float: left;
    padding: 20px;
    margin-bottom: 20px;
}

.news_main_01:nth-child(2n) {
    margin-right: 0;
}

.news_main_title {
    font-size: 16px;
    color: #424242;
}

.news_main_line {
    width: 7%;
    height: 2px;
    background: #46a5e3;
    margin: 15px 0;
}

.news_main_content {
    font-size: 14px;
    line-height: 1.8;
}

/* 页脚导航 */
.foot_nav {
    width: 100%;
    overflow: hidden;
    background: #0053a5;
    text-align: center;
    padding: 20px 0;
    font-size: 0;
    border-bottom: 1px solid #fff;
}

.foot_nav a {

    padding: 0 40px;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #fff;
}

.foot_nav a:first-child {
    border-left: none;
}

/* 页脚 */
.foot {
    width: 100%;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #0053a5;
}

.foot_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.foot_title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
}

.foot_contact {
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 2.2;
    margin-top: 20px;
}

.foot_product {
    float: left;
    width: 55.33%;
    margin-left: 10%;
    margin-top: 20px;
}

.foot_pro_main {
    margin-top: 30px;
    font-size: 16px;
}

.foot_pro_main a {
    display: block;
    color: #fff;
    line-height: 2.2;
}

.foot_pro_left {
    float: left;
}

.foot_pro_mid {
    float: left;
    margin-left: 19%;
}

.foot_pro_right {
    float: right;
}

.foot_wechat {
    float: right;
    margin-top: 20px;
}

.foot_pic {
    margin-top: 40px;
}

.copy {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
    color: #fff;
    background: #000;
}

.copy a {
    margin-left: 20px;
    color: #fff;
}

/* 关于我们内页 */
.innav {
    width: 100%;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid #c9c9c9;
}

.innav a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 22px;
    border-left: 1px solid #c9c9c9;
}

.innav a:last-child {
    border-right: 1px solid #c9c9c9;
}

.innav a:hover {
    background: #003465;
    color: #fff;
}

/* 内页关于我们 */
/* 关于我们 */
.inabout {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    background: url(../images/about_05.jpg) center right no-repeat;
    background-size: 45.625%;
}

.inabout_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
}

.inabout_left {
    float: left;
    width: 42.75%;
    overflow: hidden;
}

.inabout_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.inabout_eng span {
    color: #1375d8;
}

.inabout_ch {
    font-size: 26.25px;
    color: #464646;
}

.inabout_line {
    width: 60px;
    height: 2px;
    margin-top: 10px;
    background: #1375d8;
}

.inabout_content {
    line-height: 2;
    margin-top: 20px;
    font-size: 13.5px;
    color: #464646;
    text-indent: 2EM;
}

.inabout_link {
    width: 100%;
    overflow: hidden;
    margin-top: 85px;
}

.inabout_link_01 {
    width: calc(100%/3);
    text-align: left;
    float: left;
}

.inabout_link_pic {
    width: 68px;
    height: 62px;
    float: left;
}

.inabout_link_content {
    float: left;
    margin-top: 12px;
}

.inabout_link_ch {
    font-size: 14px;
    color: #464646;
}

.inabout_link_eng {
    font-size: 12px;
    color: #756f6f;
}

.inabout_button {
    margin-top: 55px;
}

.inabout_button a {
    display: block;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    background: #1375d8;
}

.inabout_button a img {
    padding-left: 10px;
}

.inabout_right {
    float: right;
}

/* 荣誉资质 */
.honor {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    background: #f4f4f4;
    padding-bottom: 40px;
}

.honor_title {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.honor_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.honor_eng span {
    color: #1375d8;
}

.honor_ch {
    font-size: 26.25px;
    color: #464646;
}

.honor_line {
    width: 60px;
    height: 2px;
    margin-top: 10px;
    background: #1375d8;
    margin: auto;
}

.honor_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.honor_pic {
    width: 23.5%;
    float: left;
    margin-right: 2%;
}

.honor_pic:last-child {
    margin-right: 0;
}

.honor_pic img {
    width: 100%;
}

/* 企业文化 */
.culture {
    margin-top: 40px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.culture_title {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.culture_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.culture_eng span {
    color: #1375d8;
}

.culture_ch {
    font-size: 26.25px;
    color: #464646;
}

.culture_line {
    width: 60px;
    height: 2px;
    margin-top: 10px;
    background: #1375d8;
    margin: auto;
}

.culture_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.culture_card {
    width: 23.5%;
    height: 420px;
    margin-right: 2%;
    background: #e6e9ed;
    text-align: center;
    border-radius: 30px;
    float: left;
    padding-top: 140px;
}

.culture_card:last-child {
    margin-right: 0;
}

.culture_card_title {
    font-size: 24px;
    color: #000;
    font-weight: 700;
}

.culture_card_content {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
    line-height: 2.2;
}

/* 公司环境 */
.environment {
    width: 100%;
    overflow: hidden;
    padding-bottom: 40px;
}

.environment_title {
    width: 100%;
    overflow: hidden;
    margin: auto;
    text-align: center;
    margin-top: 30px;
}

.environment_eng {
    color: #000;
    font-size: 38.5px;
    font-weight: 700;
}

.environment_eng span {
    color: #1375d8;
}

.environment_ch {
    font-size: 26.25px;
    color: #464646;
}

.environment_line {
    width: 60px;
    height: 2px;
    margin-top: 10px;
    background: #1375d8;
    margin: auto;
}

.environment_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
}

.environment_pic {
    width: 24.625%;
    margin-right: 0.5%;
    float: left;
}

.environment_pic:last-child {
    margin-right: 0;
}

.environment_pic img {
    width: 100%;
}

/* 产品中心 */
.pro_nav {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #c9c9c9;
}

.pro_nav_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    font-size: 16px;
    padding: 20px 0;
}

.proCenter {
    width: 100%;
    overflow: hidden;
}

.proCenter_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 30px;
    padding-bottom: 40px;
}

.proCenter_left {
    width: 20%;
    overflow: hidden;
    float: left;

}

.proCenter_nav {
    width: 100%;
    font-size: 20px;
    text-align: center;
}

.proCenter_nav a {
    display: block;
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    background: #fff;
    border: 1px solid #002d42;
    color: #000000;
}

.proCenter_nav a:hover {
    background: #0b2c52;
    color: #fff;
}

.proCenter_contact {
    width: 100%;
    overflow: hidden;
}

.proCenter_contact_top {
    width: 100%;
    background: #0b2c52;
    font-size: 20px;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

.proCenter_contact_main {
    width: 100%;
    height: 324px;
    background: url(../images/proCenter_01.jpg) center no-repeat;
    background-size: cover;
    padding: 20px;
    color: #fff;
    line-height: 2.4;
    font-size: 16px;
}

.proCenter_right {
    float: right;
    width: 78%;
    overflow: hidden;
}

.procenter_right_main {
    width: 32%;
    overflow: hidden;
    margin-right: 2%;
    float: left;
    background: #fff;
    margin-bottom: 20px;
}

.procenter_right_main:nth-child(3n) {
    margin-right: 0;
}

.proCenter_right_pic {
    width: 100%;
}

.proCenter_right_pic img {
    width: 100%;
}

.proCenter_right_word {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 20px 0;
    font-size: 20px;
    border-top: 1px solid #d2d2d2;
}

/* 产品详情页 */
.proshow {
    width: 100%;
    overflow: hidden;
}

.proshow_main {
    max-width: 1600px;
    overflow: hidden;
    margin: auto;
    margin-top: 40px;
    padding-bottom: 40px;
}

.proshow_right {
    width: 78%;
    overflow: hidden;
    float: right;
}

.proshow_right_top {
    width: 100%;
    overflow: hidden;
}

.proshow_title {
    width: 100%;
    overflow: hidden;
    background: #e8e8e8;
}

.proshow_title_content {
    display: inline-block;
    padding: 8px 15px;
    background: #00418b;
    color: #fff;
    font-size: 18px;
}

.proshow_top_main {
    width: 100%;
    margin-top: 20px;
}

.proshow_t_m_left {
    width: 50%;
    overflow: hidden;
    float: left;
}

.proshow_t_m_left img {
    width: 100%;
}

.proshow_t_m_right {
    width: 47%;
    overflow: hidden;
    float: right;


}

.proshow_intitle {
    font-size: 24px;
    color: #000000;
    padding: 15px 0;
    width: 70%;
    border-bottom: 1px solid #dcdcdc;
}

.proshow_incontent {
    margin-top: 30px;
    font-size: 18px;
    line-height: 4;
    color: #000;
}

.proshow_right_tele {
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 20px;
    width: 70%;
    border-bottom: 1px solid #dcdcdc;
}

.proshow_right_tele img {
    display: inline-block;
}

.proshow_tele_ch {
    display: inline-block;
    font-size: 15px;
    color: #757575;
}

.proshow_tele_num {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #fe0000;
}

.proshow_details_main {
    line-height: 2.5;
    font-size: 18px;
}

.proshow_details_title {
    color: #000;
    font-weight: 700;
}

.proshow_details_content {
    color: #757575;
}

.proshow_details_pic {
    margin-top: 20px;
    width: 100%;
}

.proshow_details_pic img {
    width: 100%;
}

/* 新闻资讯内页 */
.info {
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
}

.info_title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 30px;
}

.info_main {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;

}

.info_main_01 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    border: 1px #eee solid;
}

.info_left {
    float: left;
    width: 25.8%;
}

.info_left img {
    width: 100%;
}

.info_right {
    float: right;
    width: 74%;
    padding-left: 20px;
}

.info_right_top {
    font-size: 18px;
    line-height: 50px;
    width: 99%;
    border-bottom: 1px #eee solid;
}

.info_right_date {
    font-size: 15px;
    line-height: 40px;
    color: #7f7f7f;
}

.info_right_main {
    line-height: 30px;
    font-size: 16px;
    color: #7f7f7f;
}

.info_right_button {
    margin-top: 20px;
    background-color: #00418b;
    width: 93px;
    height: 33px;
    line-height: 33px;
    text-align: center;

}

.info_right_button a {
    color: #fff;
}

/* 新闻详情 */
.news_d_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.news_d_info {
    text-align: center;
    color: #999;
    border: 1px solid #e1e1e1;
    border-left: 0;
    border-right: 0;
    margin: 10px 0;
    padding: 5px 0;
}

#art_content {
    word-break: break-all;
    font-size: 16px;
    line-height: 2.2;
    padding: 0 0 10px 0;
}

#art_content img {
    max-width: 100%;
}

.newshow {
    width: 100%;
    overflow: hidden;
}

.newshows {
    max-width: 1600px;
    margin: 20px auto 40px;
}


/* 内页大图 */
.inbanner {
    width: 100%;
    overflow: hidden;
}

.inbanner img {
    width: 100%;
}


.p12-aboutinfo-1 {
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.p12-aboutinfo-1 .tit {
    height: 160px;
    background: url(../image/d63899212b4c4e7d99ac9ed293b3ac9f_2.jpg)no-repeat center 91px;
    clear: both;
    text-align: center;
}

.p12-aboutinfo-1 .tit span {
    display: block;
    font-size: 28px;
    color: #000;
    padding-top: 45px;
}

.p12-aboutinfo-1 .tit em {
    font-style: normal;
    color: #999;
    text-transform: uppercase;
    font-family: "Times New Roman";
    padding-top: 18px;
    display: block;
}






.g-gywm {
    height: 530px;
    max-width: 1600px;
    margin: auto;
    overflow: hidden;
}

.wm-l {
    width: 50%;
    float: left;
    color: #fff;
    height: 460px;
    overflow: hidden;
    background: #0f6dc2;
    padding: 60px 0 0 40px;
}

.wm-l h4 {
    font: 20px "Microsoft YaHei";
    line-height: 60px;
    padding-bottom: 30px;
    margin: 0;
}

.wm-l li {
    font: 16px "Microsoft YaHei";
    color: #fff;
    line-height: 40px;
}

.wm-l li b {
    font-weight: bold;
    font-size: 20px;
    color: #fff;
}

.wm-r {
    float: left;
    width: 50%;
}

#map {
    width: 100%;
    height: 460px;
    border: 1px solid rgb(204, 204, 204);
    font-size: 12px;
}

.map-title {
    font-size: 16px;
    line-height: 24px;
}

.map-list {
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-top: 6px;
}




/* 在线留言 */

.listcontacts {
    width: 100%;
    background: #f1f1f1;
    overflow: hidden;
}

.listcontacts>div {
    max-width: 1600px;
    margin: 5rem auto;
    overflow: hidden;
}

.listcontacts>div>span {
    font-size: 28px;
    color: #6a6a6a;
}

.listcontacts>div>span>i {
    font-style: normal;
    font-size: 19px;
    color: #8d8c8c;
    font-family: Arial Regular;
    text-transform: uppercase;
    margin-left: 5px;
}



.listcontactsTitle {
    overflow: hidden;
    margin-top: 3rem;
}

.listcontactsTitle input {
    height: 58px;
    display: block;
    float: left;
    padding-left: 47px;
    box-sizing: border-box;
    width: 48%;
    font-size: 16px;
    margin-bottom: 2rem;
    border: 1px solid #ccc;
    outline: none;
}

.listcontactsTitle input:nth-child(1) {
    background: url(../image/122.png)left 0 no-repeat #fff;
    background-position: 11px;
}

.listcontactsTitle input:nth-child(2) {
    float: right;
    background: url(../image/123.png)left 0 no-repeat #fff;
    background-position: 17px;
}

.listcontactsTitle input:nth-child(3) {
    background: url(../image/124.png)left 0 no-repeat #fff;
    background-position: 8px;
}

.listcontactsTitle input:nth-child(4) {
    float: right;
    background: url(../image/125.png)left 0 no-repeat #fff;
    background-position: 12px;
}


.listcontactsTextarea {
    width: 100%;
    border: 1px solid #ccc;
    background: url(../image/126.png)left 0 no-repeat #fff;
    background-position: 12px 16px;
    padding-left: 47px;
    font-size: 16px;
    padding-top: 18px;
    height: 174px;
    outline: none;
}

.listcontactsubmit {
    text-align: center;
    margin-top: 3rem;
}

.listcontactsubmit input {
    background: #0f6ec2;
    color: #fff;
    border: 0;
    width: 260px;
    height: 50px;
    font-size: 16px;
    margin: 0 5px;
}

.listcontactsubmit input:nth-child(2) {
    background: #484848;
}