﻿@charset "utf-8";
/* CSS Document*/

body {
    min-width: 1280px;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/*header*/

header {
    height: 89px;
    background: #fff;
}

header a.logo {
    display: block;
    width: 374px;
    height: 74px;
    margin-top: 7px;
}

header a.logo > img {
    width: 100%;
    height: 100%;
}

header .nav {
    float: right;
}

header .nav li {
    line-height: 89px;
    float: left;
}

header .nav li a {
    display: block;
    color: #000000;
    font-size: 16px;
    padding: 0 12px;
}

header .nav li a:hover, header .nav li a.active {
    color: #fff;
    background: #00549b;
}

/*产品*/
#pro {
    padding: 80px 0 0px;
    background: #fff;
}
#pro .top{
    margin-bottom: 60px;
}
#pro .tit{
    float: left;
    font-size: 28px;
    color: #050505;
    background: url(../images/ptitbg.jpg) left bottom no-repeat;
    padding-bottom: 10px;
}
#pro .search{
    float: right;
}
#pro .search form{


    height: 23px;
}

#pro .search .keys{
    width: 197px;
    height: 21px;
    line-height: 21px;
    border-top: 1px solid #00549b;
    border-left: 1px solid #00549b;
    border-bottom: 1px solid #00549b;
    text-indent: 10px;
    float: left;
    background: none;
}
#pro .search .submit{
    float: right;
    border: 0;
    width: 31px;
    height: 23px;
    background: url(../images/submit.jpg) center center no-repeat;
}
#pro .search>p{
   text-align: right;
    font-size: 14px;
    color: #5f6060;
    margin-bottom: 5px;
}
#pro .proscroll ul {
    width: 1200px;
    overflow-x: scroll;
    height: 256px;
}

#pro .proscroll ul li {
    float: left;
    display: inline-block;
    padding: 0 35px;
}

.portfolio-items {
    height: 369px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    margin-bottom: 30px;
    position: relative
}

.portfolio-items > li {
    display: inline-block;
    vertical-align: top
}

.portfolio-items > li a {
    display: block;
    position: relative;
}

.portfolio-items > li .s {
    width: 100%;
    height: 100%;
    border: 1px solid #e5e5e5;
}

.portfolio-items > li .name {
    line-height: 50px;
    font-size: 16px;
    color: #292929;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item {
    width: 242px;
    margin: 0px 20px 0;
    padding: 5px;
    border-radius: 2px;
    background-color: white;
    font-size: 14px;
    opacity: 0;
    position: relative;
    top: -300px;

    -webkit-transition: all .3s ease, opacity 2s ease, top 1s ease;
    -o-transition: all .3s ease, opacity 2s ease, top 1s ease;
    transition: all .3s ease, opacity 2s ease, top 1s ease
}

.falldown {
    top: 0;
    opacity: 1;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

figure {
    width: 100%;
    height: 100%
}

.view {
    overflow: hidden;
    width: 100%;
    height: 210px;
    padding: 20px 0;
    margin: 0 auto;
    text-align: center;
    position: relative;
}

.view img {
    max-width: 90%;
    max-height: 210px;
    vertical-align: middle;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
    text-align: center;
}

figcaption {
    height: 60px;
    width: 100%;
    padding: 0;
    position: absolute;
    bottom: 0;
    overflow: hidden;
    opacity: 0
}

figcaption p {
    line-height: 25px !important;
    font: bold 12px/18px "Arial", sans-serif;
    text-transform: uppercase;
    padding: 0 10px;
    margin: 5px 0;
    width: 100%;
    background-color: #f0f0f0;
    color: #333
}

figcaption span {
    left: -100%;
    opacity: 0
}

@keyframes slideOut {
    0% {
        left: -100%;
        opacity: 0
    }

    95% {
        left: 0;
        opacity: 0.2
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@keyframes show {
    to {
        opacity: 1
    }
}

::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    cursor: pointer
}

::-webkit-scrollbar-track {
    background-color: #ddd;
    border-radius: 10px
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #00549b
}

@-webkit-keyframes slideOut {
    0% {
        left: -100%;
        opacity: 0
    }

    95% {
        left: 0;
        opacity: 0.2
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-o-keyframes slideOut {
    0% {
        left: -100%;
        opacity: 0
    }

    95% {
        left: 0;
        opacity: 0.2
    }

    100% {
        opacity: 1;
        left: 0
    }
}

@-webkit-keyframes show {
    to {
        opacity: 1
    }
}

@-o-keyframes show {
    to {
        opacity: 1
    }
}

#pro .portfolio-items li .view p {
    position: absolute;
    z-index: 1;
    left: 0;
    top: -230px;
    width: 100%;
    height: 100%;
    background: #005499;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}

#pro .portfolio-items li a .s1 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 230px;
    margin-left: -32px;
}

#pro .portfolio-items li a .s1 img {
    width: 63px;
    height: 63px;
    max-width: 100%;
}

#pro .portfolio-items li a .s2 {
    display: block;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 400px;
    width: 100%;
    font-size: 14px;
    text-align: center;
    color: #FFF;
}
#pro .container{
    position: relative;
}
/*幻灯片*/
#banner {
    width: 100%;
    min-width: 1180px;
    height: 599px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

/*走进洪美*/
#into {
    background: #fff;
    padding: 54px 0 146px;
}

#into .tit {
    text-align: center;
}

#into h1 {
    font-size: 28px;
    color: #050505;
}

#into .tit p {
    font-size: 15px;
    color: #4d4d4d;
    text-align: center;
    margin-top: 5px;
}

#into .content {
    margin-top: 71px;
}

#into .content .video {
    float: left;
    width: 600px;
    height: 420px;
    background: url(../images/videobg.jpg) center center no-repeat;
}

#into .content .right {
    float: right;
    width: 600px;
}

#into .content .right .about {
    display: block;
}

#into .content .right .map {
    display: block;
    float: left;
}

#into .content .right .job {
    float: left;
    display: block;
}

/*底部*/
#foot .foot1 {
    height: 185px;
    padding-top: 33px;
    background: #191a1a;
    width: 100%;
    position: relative;
}

#foot .foot1 ul.fnav > li {
    float: left;
    margin-right: 40px;
}

#foot .foot1 ul.fnav > li > a {
    display: block;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 10px;
}

#foot .foot1 ul.sub > li > a {
    display: block;
    font-size: 14px;
    color: #a1a0a0;
}

#foot .foot1 .code {
    color: #ffffff;
    font-size: 14px;
    text-align: center;
}

#foot .foot1 .code .tel {
    background: url(../images/kf.png) left center no-repeat;
    padding-left: 21px;
}

#foot .foot1 .code img {
    margin: 10px 0 5px;
}

#foot .foot2 {
    width: 100%;
    background: #004882;
    height: 51px;
    line-height: 51px;
    font-size: 12px;
    color: #ffffff;
}

#foot .foot2 a {
    display: block;
    font-size: 12px;
    color: #ffffff;
}

/*滚动*/
 .scroll {
    width: 70px;
    right: 0;
    top: 284px;
    z-index: 9999;
    overflow: auto;
    position: fixed;
     display: none;
}
 .scroll ul{

}
 .scroll a{
    display: block;
}
 .scroll .feedback{
    width: 70px;
    height: 70px;
    background: url(../images/tel1bg.jpg) center center no-repeat;
    margin-bottom: 5px;
}
 .scroll .top{
    width: 70px;
    height: 70px;
    background: url(../images/tel2.jpg) center center no-repeat;
}

.newvideo_tc{ display:none; position:fixed; width:720px; height:425px; overflow:hidden; background:#000; top:50%; left:50%;margin:-200px 0 0 -360px; z-index:99999}
.newvideo_tc img{ position:absolute; top:20px; right:20px; cursor:pointer; background:url(../images/ry_close.png) top left no-repeat;}

/*内页主图*/
#nyslide{
    width: 100%;
    overflow: hidden;
}
#nyslide img{
    width: 100%;
    -webkit-animation: imageAnimation 84s linear 0s;
    animation: imageAnimation 4s linear 0s
}

@-webkit-keyframes imageAnimation {
    0% {
        -webkit-transform: scale(1.1);
        -webkit-animation-timing-function: ease;
    }
    100% {
        -webkit-transform: scale(1);
    }
}

@keyframes imageAnimation {
    0% {
        -webkit-transform: scale(1.1);
        -webkit-animation-timing-function: ease;
    }
    100% {
        -webkit-transform: scale(1);
    }
}

.main{min-height:300px;}

.mainleft{margin-bottom: 140px;}

.leftnav .navtitle{background: url(../images/left.png) no-repeat center center; width: 257px; height: 65px; margin-top: -65px; overflow: hidden;z-index:88;position: relative;opacity:0.8;}

.navtitle p{line-height: 25px; margin-left: 42px;}

.leftnav li{width: 257px; height: 66px; background-color: #e6e6e6; text-indent: 40px;}

.leftnav li a{display: block; color: #4c4c4c; width: 257px; height: 66px; font-size: 16px; line-height: 66px; font-weight: bold; font-family: "微软雅黑"; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.line2{background: url(../images/line.png) no-repeat center center; width: 257px; height: 1px;}

.fanhui{width: 257px; height: 66px; background-color: #e6e6e6;}

.fanhui span{background: url(../images/rh.png) no-repeat 1px center; display: block; width: 200px; height: 66px; text-indent: 35px; margin-left: 42px;}

.fanhui span a{line-height: 66px; font-size: 16px; color: #808080;}

.mianright{width: 930px;margin-bottom: 50px;}

.tl{font-size: 24px; font-weight: bolder; margin: 0 auto 0 91px; text-align: center; display: block; margin-top: 40px; margin-bottom: 45px;}

.nr{margin-left: 90px; font-size: 14px; color: #808080; line-height: 25px; margin-bottom: 100px; z-index: 1;}
.nr>p>span>img,.nr>p>img{
    max-width: 100%;
}
.leftnav li a.active,.leftnav li a.cur{background-color: #00549b; color: #fff;}

.nothing {
    width: 194px;
    height: 180px;
    margin: 0 auto;
    text-align: center;
}
#news_iframeH .news{height:auto; overflow:hidden;}
#news_iframeH .news li{height: 98px;
    overflow: hidden;
    padding: 10px 0px;
    width: 800px;}
#news_iframeH .news li a{display:block;width:100%;height:98px; cursor:pointer;}
#news_iframeH .news li span{display:block;}
#news_iframeH .news li span.img{width:110px;height:95px;float:left; margin-right:10px; text-align:center;}
#news_iframeH .news li span.Ftime{float:right;color:#666666;margin:7px 0px 0px;}
#news_iframeH .news li span.time{float:left;margin-right:15px;text-align:center;color:#888888;display:block;width:68px;height:66px;padding:16px;background:#eeeeee; border-radius:0px 0px 20px 0px;}
#news_iframeH .news li span.time p{display:block;font-size:46px;line-height:50px;font-weight:bold; font-family:Arial;padding:0;margin:0;}
#news_iframeH .news li strong.Ntitle{float:right;height:30px;line-height:20px; padding:3px 0px;dislay:block;width:80%;font-size:14px;color:#353535; font-weight:normal; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
#news_iframeH .news li span.Ninfo{width:80%;float:right;color:#999;line-height:15px;font-size: 12px;}
#news_iframeH .news li a:hover span.time{
    background: #00549b;
    color: #ffffff;
}

.honor-box1 { width: 100%; min-height: 500px; }
.honor-box1 .honor { width: 100%; padding: 0px 0; }
.honor-box1 .honor li { width: 30%;  float: left; margin:0 10px 20px;font-size: 14px; text-align: center; }
.honor-box1 .honor li a { display: block; height: 180px; border: 1px #E6E6E6 solid; padding: 25px 0; margin-left: -1px; position: relative; overflow: hidden; }
.honor-box1 .honor li a .img { display: block; width: 80%; height: 150px; text-align: center; margin: 0 auto 10px; }
.honor-box1 .honor li a .img span { height: 100%; display: inline-block; vertical-align: middle; }
.honor-box1 .honor li a .img img { max-height: 150px; max-width: 80%; vertical-align: middle; }
.honor-box1 .honor li .img p { position: absolute; z-index: 1; left: 0; top: -230px; width: 100%; height: 100%; background: #025891; filter: alpha(opacity=0); -moz-opacity: 0; -khtml-opacity: 0; opacity: 0; }
.honor-box1 .honor li a .s1 { display: block; position: absolute; z-index: 2; left: 50%; top: 230px; margin-left: -32px; }
.honor-box1 .honor li a .s1 img { width: 63px; height: 63px; max-width: 100%; }
.honor-box1 .honor li a .s2 { display: block; position: absolute; z-index: 2; left: 0; top: 400px; width: 100%; font-size: 14px; text-align: center; color: #FFF; }

#proshow{min-height: 0px;} ul#proshow li{float: left; width: 25%; height: auto; display: block; min-height: 200px; background: url(../../index/p_1.jpg) top no-repeat; margin-bottom: 20px;}

ul#proshow li a.img{width: 162px; height: 159px; display: block; cursor: pointer; overflow: hidden; border: 1px solid #dfdfdf; padding: 1px; background: #fff; border-radius: 2px;}

ul#proshow li a.img:hover{border:1px solid #2663c0;}

ul#proshow li a{text-align: center; line-height: 30px; padding: 0px; display: block; width: 192px; margin: 0 auto; -webkit-transition: all 0.4s linear; transition: all 0.4s linear;}

ul#proshow li a:hover{}

ul#proshow li a:hover span.name{background: #2663c0;color:#fff;}

ul#proshow li a:hover span.img{border-top: 1px solid #2663c0;border-left: 1px solid #2663c0;border-right: 1px solid #2663c0;}

ul#proshow li a span.name{line-height: 40px;display: block;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-size: 14px;-webkit-transition: all 0.4s linear; transition: all 0.4s linear;background:#dfdfdf;}

ul#proshow li a span.img{display: block;border: 1px solid #dfdfdf;-webkit-transition: all 0.4s linear; transition: all 0.4s linear;overflow:hidden;}

ul#proshow li a span.img img{-webkit-transition: all 0.4s linear; transition: all 0.4s linear;}

ul#proshow li a span.img img:hover{transform: scale(1.4);}

.nr .proimg{
    text-align: center;
    border-bottom: #efefef 1px solid;border-top: #efefef 1px solid;
}
.nr .proimg >img{
    max-width: 450px;
}

.nr .pcontent{
    padding:30px 0;
    font-size: 16px;
    line-height: 25px;
}
.nr .pcontent p>span>img,.nr .pcontent p>img{
    max-width: 100%;
}
.nr .pcontent td{
    border: 1px solid #808080;
}

.order-box1 { width: 100%; min-height: 500px; }
.order-box1 .order-h1 { padding: 0px 0 50px; font-size: 16px; line-height: 20px; padding-left: 10px; background: url(../images/contact-h1-icon.png) no-repeat left 53px; }
.order-box1 .order-form {  min-height: 650px; background: url(../images/order_bg.jpg) no-repeat right top; }
.order-box1 .order-form-box { width: 100%; padding-bottom: 100px; }
.order-box1 .order-form-left { float: left; width: 250px; }
.order-box1 .order-form-left div { width: 130px; height: 128px; padding: 0 15px; color: #FFF; text-transform: uppercase; font: bold 14px Arial; background: url(../images/order_form_left_bg.jpg) #00549b no-repeat right top; }
.order-box1 .order-form-left hr { width: 30px; height: 4px; border: 0 none; background-color: #FFF; display: block; margin: 3px 0 10px; }
.order-box1 .order-form-left h3 { font: bold 24px "微软雅黑"; padding-top: 25px; }

.order-box1 .order-form-right { float: right; width: -moz-calc(100% - 250px); width: -webkit-calc(100% - 250px); width: calc(100% - 250px); }
.pro_con { margin-top: 20px; width: 90%; }
.con_text, .con_select { width: 47%; float: left; height: 40px; line-height: 40px; border: 1px solid #e6e6e6; position: relative; background: #fff; margin-bottom: 20px; }
.con_text_add { width: 100%; }
.con_text .placeholder { text-indent: 15px; }
.con_text .text1 { width: 100%; text-indent: 20px; }
.con_text { height: 40px; line-height: 40px; }
.con_textarea { width: 100%; height: 133px; float: left; line-height: 25px; border: 1px solid #e6e6e6; position: relative; background: #fff; margin-bottom: 20px; }
.con_textarea .placeholder { top: 10px;/*width: 120px;*/ }
.con_text .textarea { width: 98%; height: 100%; border: none; background: none; text-indent: 0; font-size: 16px; color: #999; padding: 0 2%; }
.con_text2 { border: none; }
.modify_con_text { padding-left: 110px; }
.modify_appellation { width: 110px; margin-left: -110px; color: #666; font-size: 16px; }


.modify_appellation i { padding-right: 10px; color: #ec0000; font-size: 13px; font-style: normal; }
.modify_con_text .text1 { border: 1px solid #e6e6e6; text-indent: 10px; height: 36px; line-height: 36px; font-size: 15px; }
.modify_con_text select.text1 { opacity: 1; background: none; text-indent: 5px; }
.modify_con_text textarea.text1 { text-indent: 0; padding: 0 1%; height: 130px; line-height: 24px; }
.con_btn { width: 90%; }
.con_btn input { width: 125px; height: 35px; line-height: 35px; text-align: center; border: none; font-size: 14px; color: #fff; display: block; margin: 0 auto; }
.con_btn .btn1 { background: #00549b;    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2); }
textarea { overflow: auto; vertical-align: top; resize: vertical; }