* {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none blink !important;
}

a:hover {
    text-decoration: none
}

ul,
li {
    list-style: none
}

input {
    outline: none
}

body,
html {
    background: #fff;
}

body {
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pic {
    width: 100%;
    height: auto;
    display: inline-block;
}
.pa0{
    padding: 0;
}
.pback {
    display: inline-block;
    text-align: right;
    width: 100%;
}
.pback a{
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
    text-decoration: none;
}
.pback a:hover {
    background: #e7892f;
}
/*导航*/

/*头部导航*/

.navbar {
    z-index: 2;
    /*background: transparent;*/
   background: rgba(0,0,0, .7) !important;
    border: none;
    margin-bottom: 0;
}
/* .navbar-default .navbar-nav>li>a {
    color: #333;
} */

.navbar-brand {
    width: 200px;
    height: 118px;
    padding: 30px 15px;
    background: rgba(255,255,255, .96) !important;
}

.navbar-brand img {
    width: 100%;
}
.toplink{
	display: inline-block;
	float:right;
}
.toplink li{
	float: left;
	color: #fff;
	margin: 15px 0 0 20px;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

.navbar-collapse {
    float: right;
}

.navbar-nav>li {
    padding: 0 16px;
    margin: 15px 0 8px;
}

.navbar-nav>li>a {
    font-size: 16px;
    color: #fff !important;
}
/*.navbar-default .navbar-nav>.active>a{
	color: #fff;
}*/

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: #fff;
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}

/*.navbar-nav>li:hover {
    background: #e7892f;
}

.navbar-nav>li:hover a {
    color: #fff;
}*/

.navbar-nav>li a:hover {
    color: #fff !important;
}

.navbar-nav>li:hover>ul {
    display: block;
    opacity: 1;
    transform: translateY(0);
    z-index: 3;
}

.navbar-nav>li>ul>li {
    text-align: center;
    padding: 5px 0;
}

.navbar-nav>li>ul>li>a {
    color: #777;
}

.navbar-nav>li>ul>li:hover>a {
    border-bottom: solid 1px #aaa;
}

.navbar-nav>li>ul>li>ul {
    position: absolute;
    left: 134px;
    top: 0;
    width: 207px;
    height: 186px;
    background: #fff;
    display: none;
}

.navbar-nav>li>ul>li:hover>ul {
    display: block;
}

.navbar-nav>li>ul>li>ul>li {
    width: 100%;
    padding-top: 20%;
}

.container-fluid {
    height: 118px;
}
/*.nav .active{ background: #e7892f; }
.nav .active a{ color: #fff !important;}*/
#myCarousel{
	position: relative;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 140px;
        height: 56px !important;
        margin-left: 10px;
        padding: 6px !important;
    }
    .navbar {
        background: #fff !important;
    }
    .container-fluid {
        height: 56px !important;
        padding: 0 !important;
    }
    .navbar-collapse {
        float: none;
        background: #fff;
        height: 100%;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
    }
    .navbar-default .navbar-toggle {
        border: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-nav>li>ul>li>ul {
        display: none;
    }
    .navbar-nav>li>ul {
        display: none;
    }
}

/*导航结束*/

/*gongyi-jishu*/
.gyjs{
	width: 100%;
	background: #f5f5f5;
	padding: 20px 0 0;
}
.gytu{ position: relative;}
.gytu img{ width: 100%; height: auto;}
.gybox{ position: absolute; bottom: 0; color: #fff; padding: 0 30px 22px;}
.gybox h4{ margin-top: 16px;}
.gybox span{ background: #e7892f; padding: 3px 6px; }

/* about */
.datu{
    background: url(../images/zjbg.jpg) center center no-repeat fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
    max-height: 560px;
    padding: 50px 0 0;
    color: #fff;
    position: relative;
    margin-bottom: 42px;
}
.datu .syabnr{ 
	width: 70%;
    margin: 15px 15% 0;
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    text-align: justify;
}
.box{
    position: relative;
    width: 96%;
    overflow: hidden;
    margin: 0 2%;
}
.box>img{ border: 1px solid #ddd; padding: 22px 0;}
.box>img:hover{ border: 1px solid #e7892f;}
.box>img:first-of-type{
    transition: .5s;
}
.box>img:last-of-type{
    position: absolute;
    top: -100%;
    bottom: 0;
    opacity: 0;
    transition: .5s;
}
.box:hover img:first-of-type{
    transform: translateY(100%);
    opacity: 0;
}
.box:hover img:last-of-type{
    transform: translateY(100%);
    opacity: 1;
}
.probox{ margin: 20px 0 36px;}
.abmore{ background: #00549d; text-align: center; display: inline-block; width: 10%; padding: 8px 0; margin: 30px 45% 0; color: #fff;}
.abmore:hover{ background: #e7892f; text-align: center; display: inline-block; width: 10%; padding: 8px 0; margin: 30px 45% 0; color: #fff;}
.abyd{ margin-top: 62px;}
.yd{ margin-bottom: 0 !important;}
.ydbox1{ margin: 0 20px; background: rgb(246, 246, 246); padding: 12px 22px; color: #333;}
.ydbox2{ margin: 0 20px; background: #e7892f; padding: 12px 22px; color: #fff;}
.ab01{ background: url(../images/01_yaih.png) left center no-repeat;  padding-left: 50px;}
.ab02{ background: url(../images/02_1nl8.png) left center no-repeat;  padding-left: 50px;}
.ab03{ background: url(../images/03_3p96.png) left center no-repeat;  padding-left: 50px;}

/* product- - start */
.addprolist{
	width: 100%;
	height: auto;
	padding: 20px 0 0;
	background: #fefefe;
}
.probox{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.pronr{
	margin: 35px 0;
	display: inline-block;
}
.pronr h5{ color: #333;}
.probox .prolist{ width: 70%; margin: 0 15%; display: inline-block;}
.promore:hover {
    color: #e7892f;
    cursor: pointer;
}
.probox li{
    width: 14%;
    margin: 0 1%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 8px 0;
    border: 1px solid #ddd;
}
.probox li a{ 
    color: #333;
}
.probox .prolist .active{
    background: #e7892f;
    padding: 8px 0;
    border: 1px solid #e7892f;
}
.probox .prolist .active a{
    color: #fff;
}
.probox li:hover{
     background: #e7892f;
     padding: 8px 0;
}
.probox li:hover a{
    color: #fff;
}
.prodeta{ 
    margin: 0 8px 10px;
    border: 1px solid #ddd;
    display: inline-block;
    position: relative;
}
.prodeta .prohei{
    display: none;
}
.prodeta .prohei p{ display: flex; flex-wrap: wrap; align-items: center; justify-content: center;}
.prodeta:hover .prohei {
    display: block;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6)
    
}
.prodeta:hover .prohei p{
    color: #fff;
    text-align: center;
    line-height: 280px;
    font-size: 16px;
    cursor: pointer;
}
.sypro{
   margin: 40px 0 50px;
   display: inline-block;   
}
.promore{ background: #00549d; margin-bottom: 0; height: 42px; line-height: 42px;}
.promore a{ color: #fff;}
.promore a b{ font-size: 20px; font-weight: normal;}
.linec{ width: 18%; height: 1px; background: #ccc; margin: 15px 41% 34px; position: relative;}
.linec span{ width: 15%; height: 3px; background: #e7892f; position: absolute; text-align: center; left: 45%;}
.lineh{ width: 18%; height: 1px; background: #ccc; margin: 15px 41% 34px; position: relative;}
.lineh span{ width: 15%; height: 3px; background: #e7892f; position: absolute; text-align: center; left: 45%;}

/*news*/
.newstit{
	font-size: 22px;
}
.newleft{ z-index: 1;}
.newright{ float: right;}
.newright img{ width: 90%; margin-left: 10%;}
.synewsbox{
	margin: 50px 0;
	padding: 30px 64px 30px 38px;
    border: 2px solid #e7892f;
    width: 110%;
}
.synewsbox li{
	background: url(../images/newicon.png) left center no-repeat;
	padding-left: 20px;
	border-bottom: 1px dashed #ddd;
	line-height: 42px;
	padding-right: 8px;
}
.synewsbox li a{ color: #333;}
.synewsbox li a:hover{ color: #e7892f;}
.synewsbox li a span{
	float: right;
}
.newmore{ width: 200px; color: #fff; float: right; background: #e7892f; text-align: center; margin: 26px 0 0; padding: 8px 0; font-size: 20px;}

/* footer */
.footer {
    width: 100%;
    background: #333;
    color: #fff;
    padding: 60px 0 30px;
}

.ewm {
    width: 100px;
    height: 100px;
}

.bq {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    margin: 28px 0 0;
    line-height: 42px;
    padding: 0 10px;
    color: #ddd;
}

.bq p {
    width: 60%;
    margin: 0;
}

/* .flei p{
    text-align: center;
} */
.ftel {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    margin-top: 28px;
}

.ftel img {
    width: 50px;
    height: 50px;
    padding: 10px;
    /* border: 1px solid #f5f5f5; */
    background: #555;
    border-radius: 5px;
    margin-right: 8px;
}

.ftel span {
    font-size: 28px;
    display: inline-block;
    line-height: 48px;
}

.flink span {
    margin-right: 10PX;
}

.flink p {
    color: #b1b1b1;
    line-height: 26px;
}

.ly {
    color: #555;
    margin: 15px 10px 0 0;
    display: inline-block;
}

.ly img {
    margin-right: 6px;
    border: 1px solid #555;
    padding: 5px;
    border-radius: 50%;
}

.flei p a {
    color: #b1b1b1;
}
.ewm img{
    width: 100px;
    height: auto;
}


/* bread */
.position {
    width: 100%;
    height: 62px;
    line-height: 62px;
    border-bottom: 1px solid #ddd;
}

.position .posbox {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.position .posbox .nybanleft {
    width: 50%;
}

.position .posbox .nybanleft h3 {
    position: relative;
    display: inline;
    padding: 16px 10px;
    line-height: 64px;
}

.position .posbox .nybanleft h3::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #e7892f;
}
.position .posbox .nybanleft ul li{
    float: left;
    padding: 16px;
    line-height: 28px;
    font-size: 18px;
    position: relative;
}
.position .posbox .nybanleft ul .active {
    border-bottom: 3px solid #e7892f;
}
.position .posbox .nybanleft ul a{
    color:  #333;
}

.position .posbox .nybanright a {
    color: #333;
}
.inner-about{ padding: 0 50px;}
.inner-about h1{margin:0; text-align: left; color:#CCC;}
.inner-about h2{margin:0; text-align: left; font-size:26px; margin-top:20px;}
.inner-about p{text-indent: 0; font-size: 15px; line-height:30px; margin-top:10px; color:#444; text-align: justify; }
.inner-about h3{margin:0; text-align: left; font-size:26px; margin-top:50px; border-top:#ccc 1px solid; padding-top:30px;}


/* ny-about */
.nyabbg {
    background: #eee;
}

.nycontent {
    width: 100%;
    height: auto;
    margin: 36px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
    padding: 50px;
}

.tu {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.abjj {
    margin-top: 20px;
}
.abjj p{ 
    line-height: 26px;
    text-indent: 2em;
    font-size: 15px;
    text-align: justify;
}
/* ny-news */
.news{display: inline;}
.news li{border:#ddd 1px solid; padding:22px; margin-bottom: 15px;}
.news li:hover{border:#ddd 1px solid; background: #fafafa;}
.news li a{ color: #333;}
.news li a p{ color: #666; font-size: 15px; line-height: 26px;}
.news li h4{font-size:20px; margin: 0 0 15px;}
.newshow h3{ font-size: 22px; margin-bottom: 20px ;}
.newshow p {
    font-size: 15px;
    line-height: 26px;
    text-indent: 2em;
    margin-bottom: 10px;
}
.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.newback a:hover {
    color: #014d97;
}

/* ny-download */
.downbox {
    width: 98%;
    height: auto;
}

.downbox li {
    width: 100%;
    padding: 0 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
}

.downbox li a {
    width: 100%;
    display: flex;
    line-height: 56px;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    text-decoration : none;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
}

.downbox li:hover b {
    color: #014d97;
    font-weight: 600;
}
/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto;
    justify-content: space-between;
}

.pagination span>a {
    padding: 5px 10px;
    color: #333;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.page-num-current {
    padding: 5px 0 !important;
}

.pagination span>a select,
.pagination span>a select:focus {
    border: solid 1px transparent !important;
    padding: 5px 10px;
    background: transparent;
}
/* left-nav */
.nav-pro>ul {border:none;}
.nav-pro>ul>li {position:relative;margin:0 15px 0 0;border-bottom:1px solid #f5f5f5;transition:.3s; }
.nav-pro>ul>li>a {padding: 2px 0 0 10px;display:block;transition:.3s;cursor:pointer; line-height: 42px;}
.nav-pro>ul>li:hover>a {border-left:5px solid #00549d;background:#f5f5f5;}
.nav-pro>ul>li>i {position:absolute;right:6px;top:8px;font-size:24px;}
.nav-pro>ul>.active{ border: none;}
.nav-pro>ul>.active>a {border-left:5px solid #00549d;background:#f5f5f5;display:block;}
.nav-pro>ul>li>a {color:#333;font-size:18px;}
.nav-pro>ul>li>ul>li>a {color:#555;padding:10px 5px;margin:0 10px;border-bottom:1px solid #ddd;display:block; font-size: 15px;}
.nav-pro>ul>li>ul>.active {background:#00549d;}
.nav-pro>ul>li>ul>li>ul>li{ padding-left: 26px;}
.nav-pro>ul>li>ul>li>ul>li>a{ color: #888; line-height: 32px; width: 92%; display: block; padding: 0 0 0 8px; border-bottom: 1px dotted #ddd;}
.submenu {display:none !important;}
.showsub .submenu {display:block !important;}
.sonmenu{display: none;}

/* ny-product */
.pbox {
    width: 100%;
    height: auto;
}

.pbox img {
    width: 100%;
    height: auto;
    margin: 50px auto box-shadow:0 0 1px #ccc;
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pbox img:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pbox p {
    text-align: center;
    line-height: 56px;
    font-size: 16px;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
}

.pbox:hover p {
    color: #e7892f;
    border-bottom: 1px solid #e7892f;
}
.pro-xq-ms>h3 {
    font-size: 20px;
    color: #444;
    line-height: 56px;
    text-indent: 2em;
    font-weight: 600;
    border-bottom: 4px solid #d7d7d7;
    background-color: #eee;
}

.pro-xq-ms>p {
    padding: 5px 5px;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #000;
}

.pro-xq-ms>p>a {
    color: #333;
    font-size: 14px;
}

.pro-xq-ms>p>span {
    font-size: 14px;
    color: #333;
}
.ny-qh{
    width: 100%;
    margin: 30px 0 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.pro-test{
    width: 100%;
    height: auto;
    padding:0 15px;
}
.pro-test p img{
    width: 100%;
    height: auto;
}
.pro-test table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.pro-test table tbody tr{
    border-bottom: 1px solid #666;
    line-height: 28px;
}

/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 40px 0 10px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}

.linkbox ul li {
    line-height: 28px;
}

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 30px 45px;
    background: #eee;
    margin-top: 0;
}

.linktu {
    width: 100%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.linktu img {
    display: block;
    margin: 0 auto;
}
.messagebox h4 {
    font-size: 20px;
}

.message-con {
    width: 100%;
    padding: 10px 0 0;
}

.message-con>form {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;

}

.message-con>p {
    font-size: 26px;
    font-weight: block;
    text-align: center;
}

.form-group {
    width: 50%;
    margin: 5px 0 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: none;
    border: none;
    box-shadow: none;
    display: block;
    width: 100%;
    height: 34px;
    line-height: 28px;
    color: #555;
    background-color: #fff;
    background-image: none;
}

.form-group1 {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #00549d;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 16%;
    margin: 12px 42%;
    height: 38px;
    outline: none;
    letter-spacing: 1px;
    cursor: pointer;
    border: none;
}

.message-bd {
    height: 30px;
}

.message-con img {
    height: 35px;
}

.linkicon2 {
    margin: 20px 0;
    line-height: 46px;
    text-align: center;
}

.linkicon2 li {
    display: inline-block;
    background: rgba(0, 0, 0, .8);
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 72px;
    margin: 0 20px;
}

.linkicon2 li:hover {
    background: rgba(70, 158, 48, .9);
}

.linkicon2 li>a {
    color: #fff;
}

/* mobile */
@media all and (max-width: 767px) {
    html,body{ overflow-x: hidden;}
    .carousel-inner{ margin-top: 56px;}
    .probox .prolist { width: 90%; margin: 0 5%;}
    .probox li { width: 31%; margin: 0 1% 10px;}
    .datu .syabnr { display: none;}
    .abmore { width: 60%; margin: 0 20% 0;}
    .datu{ padding: 8px 0 0;}
    .abyd{ margin-top: 0;}
    .synewsbox li a span{ display: none;}
    .synewsbox { padding: 22px; width: 100%;}
    .toplink{ display: none;}
    .navbar-nav>li{ margin: 0; text-align: center;}
    .navbar-nav>li>a{ color: #333 !important;}
    .position .posbox .nybanleft{ width: 100%;}
    .nybanright{ display: none;}
    .nycontent{ padding: 20px;}
    .sj{ display: none;}
    .bq{ line-height: 28px; padding: 10px; margin-top: 6px;}
    .bq p{ width: 100%; text-align: center;}
    .bq a{ display: block; margin: 0 auto;}
    .footer{ padding: 20px 0 10px;}
    .inner-about{ padding: 0;}
    .inner-about h1{ font-size: 24px;}
    .table-responsive{ border: none;}
    .nyban{ margin-top: 56px;}
    .downbox li p{ font-size: 14px;}
    .downbox li b{ line-height: 20px; font-size: 14px; margin-bottom: 10px;}
    .pagination span>a{ padding: 5px; font-size: 12px;}
    .form-group{ width: 100%;}
    .messagebox{ padding: 30px 20px;}
    .submit{ width: 50%; margin: 0 25%;}
    .probox li a{ font-size: 12px;}
    .position .posbox .nybanleft ul a{ font-size: 14px;}
}