* {
    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;
    overflow-x: hidden;
}

.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.pic {
    width: 100%;
    height: auto;
    display: inline-block;
}

/*头部导航*/
.navbar {
    z-index: 4;
    background: #fee040;
    border: none;
    margin-bottom: 0;
}

.navbar-default .navbar-nav>li>a {
    color: #333;
    line-height: 56px;
    text-transform: uppercase;
}

.navbar-brand {
    width: 100px;
    padding: 0 15px !important;
}

.navbar-brand img {
    width: 100%;
    padding: 8px 0;
}

.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;
    color: #fff !important;
}

.navbar-collapse {
    float: right;
}
.navbar-nav>.active{
    background: #333;
    clip-path: polygon(0 0, 70% 0%, 100% 100%, 30% 100%);
}
.navbar-nav>.active a{
    color: #fff !important;
}

.navbar-nav>li {
    padding: 0 18px;
    margin: 0;
}
.navbar-nav>li:nth-of-type(7) b,
.navbar-nav>li:nth-of-type(8) b{
    display: block;
    margin-top: 12px;
    background: #575757;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    font-weight: normal;
}
.navbar-nav>li:nth-of-type(8) b {
    margin-left: -40px;
}
.navbar-nav>li:nth-of-type(7):hover b,
.navbar-nav>li:nth-of-type(8):hover b{
    background: #333;
}

.navbar-nav>li>a {
    font-size: 14px;
    /* border-bottom: 3px solid #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 a:hover {
    color: #111 !important;
    /* border-bottom: 3px solid #e60012; */
}

.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: #d10714; }
.nav .active a{ color: #fff !important;}*/
.banbg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

#myCarousel {
    position: relative;
    /* background: url(../images/banner/banbg.png) center center no-repeat; */
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 49%;
    z-index: 15;
    width: 10%;
    padding-left: 0;
    margin-left: -30%;
    margin-bottom: 60px;
    text-align: center;
    list-style: none;
}


@media all and (max-width: 767px) {
    .navbar-brand {
        width: 66px;
        margin-left: 10px;
    }

    .navbar {
        background: #fff;
    }

    .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;
    }
}

/*导航结束*/

/* flexslider-banner */
.flexslider{position:relative;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides img{width: 100%; height: auto;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}



/* syabout */
.syabout{
    padding: 60px 0;
    width: 100%;
    height: auto;
    display: inline-block;
    background: url(../images/pbg.png) left top no-repeat;
}
.datit{
    font-weight: 600;
    text-transform:uppercase;
    margin-bottom: 20px;
}
.syabout p {
    color: #666;
    width: 86%;
    margin: 0 auto 30px;
}
.fright {
    width: 100%;
    height: auto;
    margin: 0 0 30px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.fright li {
    width: 33.333%;
    text-align: center;
    border-right: 1px solid #ddd;
}

.fright li:nth-of-type(3) {
    border-right: none;
}

.fright li h2 {
    font-size: 48px;
    color: #4a4a4a;
    font-weight: normal;
}
.abmore{
    width: 100%;
    height: auto;
    display: inline-block;
    text-align: center;
}
.abmore a{
    display: block;
    background: #fee040;
    width: 180px;
    margin: 0 auto;
    color: #333;
    padding: 12px 0;
    font-size: 16px;
}

/* sy-product */
.syproduct{
    width: 100%;
    display: inline-flex;
    background: url(../images/bg2.jpg) no-repeat fixed 0 0 #303638;
    -webkit-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
    padding:  50px 0;
}
.white{
    color: #fff;
}
.syproduct .sypbox {
    position: relative;
    overflow: hidden;
}
.syproduct .sypbox img{
    transition:all 1s ease 0s;
    -moz-transition:all 1s ease 0s;
    -webkit-transition:all 1s ease 0s;
    -o-transition:all 1s ease 0s;
}
.syproduct .sypbox:hover img {
    cursor: pointer;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}
.hwpro{
    margin: 30px 0 0;
}
.syproduct .p1 p{
    position: absolute;
    bottom: 20px;
    background: #fee040;
    color: #333;
    width: 30%;
    height: 30px;
    line-height: 30px;
    margin: 0 35%;
    display: block;
    text-align: center;
}
.syproduct .p2{
    margin-bottom: 20px;
    border: 1px solid #ddd;
}
.syproduct .p2 p {
    position: absolute;
    bottom: 0;
    background: #f5f5f5;
    color: #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0;
}
.syproduct p i{
    background: #333;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}
.syproduct .sypbox:hover p {
    background: #fee040;
    cursor: pointer;
}
/* sy-news */
.synews{ width: 100%; height: auto; margin: 50px 0;}
.syntie{ width: 100%; display: flex; display: -webkit-flex; flex-flow: row wrap; justify-content: space-between;}
.syntie a {
    display: block;
    background: #fee040;
    width: 120px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 15px 0 0;
}
.left_con{ width: 100%; height: auto;}
.cont_box{ width: 100%; height: auto; color: #333; padding: 15px;}
.cont_box .dec{ font-size: 20px; margin: 0 0 15px; font-weight: 600;}
.cont_box p{ font-size: 14px; color: #666;}
.cont_box .year{ font-size: 14px; color: #999;}
.cont_box {padding: 25px 0 20px;position: relative;}
.right_con ul li .cont_box:before{content: "";display: block;width: 100%; height:2px;background-color: #c7d3d9; position: absolute;bottom: -2px;transition: all 0.6s ease 0s; }
.right_con ul li .cont_box:after{content: "";display: block;width:64px; height:2px;background-color: #666; position: absolute;bottom: -2px;transition: all 0.6s ease 0s; }
.right_con ul li .cont_box:hover:after{width: 100%;background-color: #666;}

/* sy-sypart3 */
.sypart3{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f2f3f5;
    padding: 50px 0;
}
.slistbox{
    width: 100%;
    display: inline-block;
    margin: 30px 0 0;
}
.sylist1 .box1{
    background: #fff;
    padding: 15px;
}
.sylist1:hover .box1 {
    background: #fee040;
    cursor: pointer;
}
.sylist1 .box1 h3{
    margin: 0 0 8px;
    color: #333;
    font-size: 20px;
}
.sylist1 .box1 p {
    margin: 0;
    color: #333;
}

/* footer */
footer {
    width: 100%;
    background: #222;
    padding: 30px 0 20px;
    color: #fff;
    display: inline-block;
}
footer .fnav{
    height: 46px;
    line-height: 46px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 0 15px;
    margin: 0;
}
footer .fnav li{
    float: left;
}
footer .fnav li a{
    color: #fff;
    
}
footer .fnav li span{
    margin: 0 15px;
}
.flist{
    width: 100%;
    margin: 28px 0 0;
    display: inline-block;
}
.flist h4{
    /* font-weight: 600; */
    font-size: 16px;
    margin: 0 0 20px;
    text-transform:uppercase;
}
.fplie a{
    color: #fff;
    line-height: 26px;
}



/* ny-about */
.nyban {
    position: relative;
    /* margin-top: 76px; */
}

.nyban .zitit{
    position: absolute;
    left: 0;
    bottom: 28%;
    width: 30%;
    height: 126px;
    text-align: right;
    background: rgba(0, 0, 0, 0.6);
    padding: 12px 26px;
    color: #fff;
}
.nyban .zitit h3{
    font-size: 26px;
    font-weight: 600;
}
.nyban .zitit p {
    font-size: 18px;
}
.titleh3{
    color: #1f559c;
    font-weight: 600;
    margin-bottom: 15px;
}

.nyabbg {
    background: #fff;
    margin: 42px 0;
}
.abjj {
    margin-bottom: 52px;
}
.abjj p{
    text-indent: 2em;
    line-height: 28px;
    color: #666;
    font-size: 17px;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 30px auto 0;
    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;
    /* box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2); */
}

.nav-pro>ul>li {
    position: relative;
    margin: 0 15px 5px 0;
    transition: .3s;
}

.nav-pro>ul>li>a {
    padding: 2px 0 0 10px;
    display: block;
    transition: .3s;
    cursor: pointer;
    line-height: 28px;
   border: 1px solid #227acd;
}

.nav-pro>ul>li:hover>a {
    border-left: 5px solid #094ba1;
    /* 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 #094ba1;
    background: rgba(9, 75, 161, .05);
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 14px;
}

.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: #094ba1;
}

.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 */
.pboxny {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

.pro-title h2 {
    font-size: 16px !important;
    padding: 0 10px !important;
}

.pboxny img {
    width: 100%;
    height: auto;
    margin: 0;
    /* box-shadow: 0 0 1px #ccc; */
    background-color: skyblue;
    transition: all 1s;
    border: 1px solid #ddd;
}

.pboxny:hover {
    box-shadow: 10px 10px 10px #ddd;
}

.pboxny p {
    text-align: center;
    line-height: 46px;
    font-size: 12px;
    color: #fff;
    background: #333;
    /* border-bottom: 1px solid #ddd; */
}

.pboxny:hover p {
    background: #227acd;
}

.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;
}

.newback {
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    padding: 0 15px;
}

.newback a:hover {
    color: #014d97;
}
.proshownav{
    margin-top: 86px;
    text-align: right;
    line-height: 42px;
    padding-right: 68px;
    font-size: 16px;
     color: #014d97;
}
.proshownav a{
    color: #555;
    font-size: 14px;
}
.tz-gallery{
    width: 100%;
    display: inline-block;
    padding: 35px 20px;
}
.pmiaos{
    font-size: 16px;
    color: #333;
    line-height: 32px;
    padding: 10px 10px 20px;
}
.plink{
    display: block;
    width: 160px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    background: #fee040;
    border-radius: 5px;
}
.youcs p img{
    width: 100%;
    height: auto;
}
.youcs table {
    width: 100% !important;
    height: auto;
    border: 1px solid #ddd;
    margin: 20px auto 10px;
}
.youcs table tbody tr:nth-of-type(1) td {
    font-weight: 600;
}
.youcs table tbody tr td {
    padding: 10px;
    vertical-align: center;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid#ddd;
    text-align: center;
}



/* ny-news */
.news {
    display: inline;
}

.news li {
    width: 100%;
    display: inline-block;
    border: #ddd 1px solid;
    padding: 32px;
    margin-bottom: 15px;
    transition: all 1s;
}

.news li:hover {
    background: #fafafa;
    box-shadow: 10px 10px 10px #ddd;
}

.news li:hover h4 {
    color: #014d97;
}

.news li a {
    color: #333;
}

.news li a p {
    color: #666;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 10px;
}

.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;
}

.downbox li p {
    color: #333333;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 56px;
    padding-bottom: 0;
    text-indent: 0;
}

.downbox li b {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.downbox li:hover b {
    color: #009970;
}

.down {
    padding: 0 20px;
}

.down h1 {
    margin: 0;
    text-align: center;
    color: #333;
    margin: 30px 0 0;
}

.down h2 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin: -20px 0 0;
}

.down p {
    text-indent: 2em;
    font-size: 15px;
    line-height: 30px;
    margin-top: 10px;
    color: #444;
}

.down h3 {
    margin: 0;
    text-align: center;
    font-size: 26px;
    margin-top: 26px;
    border-top: #ccc 1px solid;
    padding-top: 30px;
}


/* ny-contact */
.linkbox {
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 0 0 10px;
    text-align: center;
}

.linkbox b {
    font-weight: normal;
}

.linkbox ul li {
    line-height: 28px;
    border: 5px solid #ddd;
    padding: 8px 45px 12px;
    text-align: left;
}

/* .linkbox ul li:nth-of-type(2){
    border-right: none;
} */

.linkbox ul li p {
    border-bottom: 1px dotted #ddd;
}

.linkbox ul li h3 {
    font-size: 20px;
    margin-bottom: 18px;
    padding-left: 7px;
    border-left: 4px solid #094ba1;
}

.messagebox {
    width: 100%;
    display: inline-block;
    border: 5px solid #ddd;
    padding: 32px 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: 33%;
    margin: 0;
    padding: 5px;
}

.form-group input,
.form-group1 textarea {
    padding: 10px;
    border-radius: 5px;
    letter-spacing: 1px;
    font-size: 15px;
    outline: 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: 0;
    padding: 5px;
}

.form-group1 textarea {
    width: 100%;
    height: 90px;
}

.yzm {
    margin: 15px 30px 0 0;
}

.submit {
    background: #fee040;
    color: #333;
    border-radius: 0;
    font-size: 15px;
    width: 24%;
    margin: 26px auto 12px;
    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;
}

.pro-next {
    padding: 15px 15px 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 26px 0 38px;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.pro-next p a {
    color: #333;
}

.pro-next p a:hover {
    color: #094ba1;
}

.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background: #094ba1;
    color: #fff;
}

.youcs {
    padding-left: 20px;
}

.youcs h4 {
    background: #ddd !important;
    height: 46px;
}

.youcs h4 strong {
    color: #222;
    line-height: 46px;
}

.scweb {
    background-image: linear-gradient(to right, #ff9000 0, #ff5000 100%);
    background-repeat: repeat-x;
    border: 1px solid #094ba1;
    display: inline-block;
    padding: 6px 30px;
    margin: 15px 0 0 15px;
    color: #fff;
    border-radius: 5px;
}

.scweb:hover {
    color: #fff;
}

.scweb:visited {
    color: #fff;
    text-decoration: line-through;
}

@media (max-width:768px) {
    .navbar-nav>.active{ clip-path: none !important;}
    .navbar-default .navbar-nav>li>a{ line-height: 20px;}
    .navbar-nav>li:nth-of-type(7) b{ margin-left: 0;}
    .flex-direction-nav { display: none; }
    .fright li h2{ font-size: 38px;}
    .prolei ul{ width: 100%;}
    .prolei { background: url(../images/bg1.jpg) repeat-y center 0 !important; height: auto;}
    footer .fnav{ display: none;}
    .fplie{ display: none;}
    .sj{ display: none;}
    .nyban{ margin-top: 50px;}
    .nyban .zitit{ width: 52%; bottom: 0; padding: 10px 18px; height: 100%;}
    .nyban .zitit h3{ font-size: 18px;}
    .nyban .zitit p{ font-size: 14px;}
    .proshownav{ margin-top: 50px;}
    .linkbox ul li{ padding: 22px 30px;}
    .form-group{ width: 100%;}
    .messagebox{ padding: 22px 30px;}
    .submit{ width: 38%;}
}