*{margin: 0;padding: 0;}
a{text-decoration: none}
a:hover{text-decoration: none}
ul,li{list-style: none}
.fl{float: left}
.fr{float: right}
.clear{clear: both}
input{outline: none}

body{
    font-family: "微软雅黑";
    box-sizing: border-box;
    font-size: 14px;
}
html,body{ width:100%; height:100%; overflow:hidden;}
 /*结束*/
 .container{
    padding-left: 0!important;
    padding-right: 0!important;
}
.container::before,.container::after{
    display: none;
}
body{color:#222;-webkit-text-size-adjust:none;}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl, dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,iframe{margin:0; padding:0;}

h1,h2,h3,h4,h5,h6{font-size:100%;}

body,button,input,select,textarea {font-family:Tahoma,Arial,Roboto,”Droid Sans”,”Helvetica Neue”,”Droid Sans Fallback”,”Heiti SC”,sans-self; line-height:1.5;}

ol,ul{list-style:none;}


/*导航*/
.navbar{
    background: rgba(255,255,255,1);
    border: none;
    height: 80px;
    margin-bottom: 0!important;
    z-index: 99;
    padding: 0 50px;
}

.navbar-brand{
    padding-top: 0 !important;
    width: 230px;
}
.navbar-brand>img{
    width:100%;
    padding-top: 3px;

}
.navbar-brand>p{
    font-size: 26px;
    letter-spacing: 4px;
    padding-top: 20px;
}
.navbar-brand>p>span{
    font-size: 12px;
    letter-spacing: 0;
}

.nav{
    float: right;

}
.dropdown-menu{
    min-width: 0!important;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
    max-height: 620px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color: #000;
}
.navbar-default .navbar-nav>li>a{
    height: 85px;
    line-height: 78px;
    font-size: 16px;
    color: #000;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    color: #028cff;
    background-color: transparent;
}
 .navbar-default .navbar-nav>li>a:hover{
     color: #028cff;
    background-color: transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    background:  transparent;
    color: #028cff;

}
.navbar-default .navbar-nav>.active>a>span{
    width: 100%;
}
.nav>li>a{
    padding: 0 0!important;
    margin: 0 28px;
}
.nav>li>a>span{
    margin:auto;
    display:inline-block;
    position:absolute;
    bottom:5px;
    left:0;
    width:0;
    height:3px;
    background: #028cff;
    transition:.5s;
    border-radius:50px;

}
.nav>li>a:hover>span{
    width:100%;
}
.nav>li>a:hover{
    color: #028cff;
}
.nav>li{
    position: relative;
}
.nav>li>ul{
    position: absolute;
    left: 0;
    top: 80px;

    background: #fff;
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    display: none;
    transform: translateY(30px);
    width: 100%;
    transition: .3s;
}
.nav>li:hover>ul{
    display: block;
    transform: translateY(0);
}

.nav>li>ul>li{
  text-align: center;
    line-height:32px ;
}
.nav>li>ul>li:hover{
    background:#028cff;
}
.nav>li>ul>li>a{
    font-size: 12px;
    color: #666;
}
.nav>li>ul>li:hover>a{
    color: #fff;
}
 @media all and (max-width: 1200px){

     /*.navbar-header>.navbar-brand:last-of-type{*/
         /*display: none;*/
     /*}*/
     .navbar-toggle{
         border: none;
         margin-top: 20px;
         margin-right: 35px;
     }
     .navbar-toggle:hover{
         background: #fff!important;
     }
     .navbar-toggle:focus .icon-bar{
         background: #888!important;
     }
     .nav{
        float: none;
     }
     .navbar-default .navbar-collapse, .navbar-default .navbar-form{
         border: none;
     }

     body{
         overflow-x: hidden;
     }
     .nav>li>a{
         margin: 0 7px;
     }

 }

@media all and (max-width: 767px){
    .navbar-nav{
        z-index: 999999;
        background: #fff;
        margin: 7.5px 0!important;
    }
    .navbar-brand{
        width: 50%;
        margin: 8px;
    }

}
/*top*/
.top{
    position: absolute;
    top: 0;
    padding: 5px 0;
}
.la span{
    font-size: 12px;
    color: #666;
}

.banner-bg{
    background: url(../images/ban_bg.png) center top no-repeat;
    height: 54px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: -30px;
    z-index: 60;
}


/*title*/
.title{
    width: 100%;
    text-align: center;
    /*padding-top: 30px;*/
}
.title>h2{
    font-size: 34px;
    color: #6d6d6f;
    font-weight: normal;
}
.title>p{
    font-size: 16px;
    color: #f90101;;
}


/*框架*/
.section-wrap{ width:100%;height:100%;overflow:visible;transition:transform 1s cubic-bezier(0.86,0,0.03,1);-webkit-transition:-webkit-transform 1s cubic-bezier(0.86,0,0.03,1);}

.section-wrap .section{ position:relative; width:100%; height:100%; background-position:center center; background-repeat:no-repeat;}

.section-wrap .section .title{width:100%;position:absolute;top:10%;color:#fff;font-size:2.4em;text-align:center;}

.section-wrap .section .title p{ padding:0 4%;opacity:0}

.section-wrap .section .title.active .tit{ opacity:1;transform:translateY(-25px);-webkit-transform:translateY(-25px);transition:all 2s cubic-bezier(0.86,0,0.8,1);-webkit-transition:all 2s cubic-bezier(0.86,0,0.8,1);}

.section-wrap .section-1{ background-color:#fff;}

.section-wrap .section-2{background:url("../images/bg.jpg") no-repeat center;padding-top: 130px;}

.section-wrap .section-3{ background: url("../images/bg3.jpg") no-repeat center;padding-top: 140px;}

.section-wrap .section-4{ background: url("../images/bg2.jpg") no-repeat center;padding-top: 140px;}

.section-wrap .section-5{  background: url("../images/bg6.jpg") no-repeat center;background-size:cover; position: relative}
.section-wrap .section-5>.bg{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.9);
}

.put-section-0{ transform:translateY(0);-webkit-transform:translateY(0);}

.put-section-1{ transform:translateY(-100%);-webkit-transform:translateY(-100%);}

.put-section-2{ transform:translateY(-200%);-webkit-transform:translateY(-200%);}

.put-section-3{ transform:translateY(-300%);-webkit-transform:translateY(-300%);}

.put-section-4{ transform:translateY(-400%);-webkit-transform:translateY(-400%);}
.put-section-5{ transform:translateY(-500%);-webkit-transform:translateY(-500%);}

.section-btn{ width:14px;position:fixed;left:4%;top:50%;}

.section-btn li{ width:14px;height:14px;cursor:pointer;text-indent:-9999px;border-radius:50%;-webkit-border-radius:50%;margin-bottom:12px; background:#BD362F;text-align:center; color:#fff;}

.section-btn li.on{ background:#fff}

.arrow{ opacity:1;animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;-webkit-animation:arrow 3s cubic-bezier(0.5,0,0.1,1) infinite;transform:rotate(-90deg);-webkit-transform:rotate(-90deg); position:absolute;bottom:10px;left:50%;margin-left:-30px;width:60px;height:60px;border-radius:100%;-webkit-border-radius:100%;line-height:50px;text-align:center;font-size:35px;color:#fff;border:1px solid #fff;cursor:pointer;overflow:hidden;}

.arrow:hover{ animation-play-state:paused;-webkit-animation-play-state:paused;}

@keyframes arrow{ 0%,100%{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }

@-webkit-keyframes arrow{ 0%,100%{bottom:10px; opacity:1;} 50%{bottom:50px; opacity:.5} }


.carousel,.carousel-inner{
    height: 100%;
}
.item{
    height: 100%;
    /*display: flex!important;*/
    /*align-items: center;*/
    /*justify-content: center;*/
    /*flex-direction: column;*/
    /*flex-wrap: nowrap;*/

}
.item>img{
    width: auto!important;
    max-width: none!important;
    height: 100% !important;
    margin: 0 auto;

}

/*about*/

.about{
    margin: 0 auto;
    background: rgba(255,255,255,.8);
    padding: 20px 20px;
}
.about>h4{
    font-size: 60px;
    line-height: 80px;
    color: #028cff;
    font-weight: bold;
}
.about>h5{
    font-size: 24px;
    color: #000;
    font-weight: bold;
    line-height: 75px;
}
.about>p{
    color: #000;
    font-size: 15px;
    line-height: 26px;
}
.about>a{
    margin-top: 20px;
}
.pro-title a{
    float: right;
}
.about>a,.pro-title a{
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    height: 37px;
    line-height: 37px;
    padding: 0 34px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
    background: #028cff;
    z-index: 1;
    border: none;
}
.about>a:hover,.pro-title a:hover{
    background: #0d5b9c;
    color: #ffffff;
    opacity: 0.99;
}
.about>a:before,.pro-title a:before{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: '';
    color: #000 !important;
    background: #c54409;
    border-radius: 3px;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.about>a:hover:before,.pro-title a:hover:before{
    top: 0;
    bottom: auto;
    height: 100%;
}
.about-img{
    background: rgba(255,255,255,.8);
}
.about-img img{
    width: 100%;
    padding: 33px 0;
}

.col_half { width: 49%; }
.col_third { width: 32%; }
.col_fourth { width: 60%;margin: 0 auto; }
.col_fifth { width: 18.4%; }
.col_sixth { width: 15%; }
.col_three_fourth { width: 74.5%;}
.col_twothird{ width: 66%;}
.col_half,
.col_third,
.col_twothird,
.col_fourth,
.col_three_fourth,
.col_fifth{
    position: relative;
    display:inline;
    display: inline-block;
    float: left;
    margin-right: 2%;
    margin-bottom: 20px;
}
.end { margin-right: 0 !important; }
/* Column Grids End */

.wrapper { width: 100%; margin: 30px auto; position: relative;}
.counter { background-color: rgba(255,255,255,.8); padding: 20px 0; border-radius: 5px;width: 90%;margin-top: 30px;}
.count-title { font-size: 40px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.count-text { font-size: 13px; font-weight: normal;  margin-top: 10px; margin-bottom: 0; text-align: center; }
.fa-2x { margin: 0 auto; float: none; display: table; color: #4ad1e5; }

.section-2>p{
    width: 50%;
    margin: 0 auto;
}
.section-2>p>a{
    padding: 5px 20px;
    border: solid 1px #999;
    color: #999;
}
.section-2>p>a:hover{
    background: #028cff;
    color: #fff;
}

/*product*/
.pro-title>h4{
    font-size: 60px;
    line-height: 80px;
    color: #028cff;
    font-weight: bold;
}
.pro-title>h5{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    line-height: 75px;
}
#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
    display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:9999px;
    margin:0;
    padding:0;
    list-style-type:none;
    text-align:center;
}

.nbs-flexisel-inner {
    overflow:hidden;
    float:left;
    width:100%;

}

.nbs-flexisel-item {
    float:left;
    margin-right: 8px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
    background: #fff;
}
.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    position: relative;
    margin-right: 10px;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    width: 44px;
    height: 44px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 0.5;
}

.nbs-flexisel-nav-left {
    left: 10px;
    background: url(../images/button-previous.png) no-repeat;
    background-size: 30px;
}

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
    background-size: 30px;
}
a.cm-overlay {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

.w3_tab_img_left .agile-gallery-info p {
    padding: 22px 0;
    border: solid 1px #ccc;
    font-size: 16px;
}
.product .w3_tab_img_left:hover .agile-gallery-info p {
    color: #ef7b00;
}


/*news*/
.news-con{
    background: #fff;
    margin: 0 10px;
    box-shadow: 0 0 7px 1px rgba(236, 147, 43, .8);
}
.news-con img{
    width: 100%;
}
.news-title h3{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    line-height: 40px;
    padding: 0 10px;
    height: 40px;
    overflow: hidden;
}
.news-title span{
    font-size: 15px;
    color: #999;
    font-weight: 300;
    display: block;
    padding: 0 10px 15px;
}
.news-title span i{
    font-size: 16px;
    padding-right: 5px;
    color: #999;
}
.news .pro-title h5{
    color: #333;
}



.section-6>p{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #232323;
    color: #fff;
    padding: 20px 0;
    font-size: 14px;
    text-align: center;
}
.section-6>p>a{
    color: #fff;
    font-size: 14px;
}

.contact{
    z-index: 2;
    height: 100%;
    padding: 150px 0;
    position: relative;
}
.contact-us{

}
.contact-us h3{
    font-size: 24px;
    color: #fff;
    margin-bottom: 20px;
}
.contact-us h3 i{
    padding-right: 5px;
}
.contact-us p{
    font-size: 18px;
    color: #fff;
    padding: 10px 0;
}
.contact-us p i{
    width: 30px;
}
.contact-us{
    padding: 100px 120px;
}

.contact>p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: absolute;
    bottom: 150px;
    left: 0;
    right: 0;
}
.contact>p>a{
    color: #fff;
}


/* ny-about */
.abtit{
    font-size: 20px;
    font-weight: 600;
}
.nynav{
    width: 100%;
    height: auto;
    display: inline-block;
    margin: 15px 0 30px;
}
.nynav ul li {
    background: #666;
    display: block;
    float: left;
    margin: 0 20px 0 0;
    height: 38px;
    line-height: 38px;
}

.nynav ul .active {
    background: #028cff;
}

.nynav ul li a {
    color: #fff;
    padding: 15px 42px;
}
.nyabbg {
    background: #f7f7f7;
    /* margin: 0 0 78px; */
}

.nycontent {
    width: 100%;
    min-height: 420px;
    margin: 36px 0;
    display: inline-block;
    background: #fff;
    box-shadow: 2px 3px 5px #ddd;
    padding: 30px 50px 50px;
}
.nycontent.nybox{
    padding: 30px 20px !important;
}

.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;
    color: #525252;
}


.culbox{
    margin: 20px 0 0;
}
.culbox .culnr{
    padding-top: 20px;
}
/* ny-culture */
.inner-about{margin-top: 0;}
.inner-about h1{margin:0; text-align: center; color:#CCC;}
.inner-about h2{margin:0; text-align: center; font-size:22px; margin-top:20px;}
.inner-about p{text-indent: 2em; font-size: 15px; line-height:30px; margin:0; margin-top:12px; color:#444;}
.inner-about h6{margin:0; margin-top:25px; color:#444; text-align: center; border:#ccc 2px dotted; padding:15px; font-size: 20px; border-radius:20px;}
.inner-about h6:hover{color:#fff; border:#6260a7 2px dashed; background:#6260a7;}
.inner-about h6 span{margin-right: 10px; font-size: 15px;}
.inner-about h5{font-size: 15px; line-height:30px; margin:0; margin-top:50px; color:#444;}
.inner-about h5 strong{font-size: 24px;}
.inner-about h5 span{margin-right:6px;}
.inner-about h5 a{color:#444;}
.inner-about h5 a:hover{color:#6260a7; text-decoration: none;}
.inner-about h3{margin:0; text-align: center; font-size:22px; margin-top:26px; border-top:#ccc 1px solid; padding-top:30px;}
.inner-about h4{margin:0; text-align: center; font-size:13px; margin-top:20px; margin-bottom:20px; color:#888;}


/* ny-news */
.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;
}
.nynews{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    margin: 0 0 15px;
    padding: 20px;
    transition: 0.5s;
}
.nynews:hover{
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.21);
}
.nynews .ntu{
    width: 100%;
    height: auto;
}
.nynews .ntu img{
    width: 100%;
    height: auto;
    display: block;
}
.nleft2{
    padding-top: 24px;
}
.nleft2 h4{
    margin: 5px 0 15px;
}
.nleft2 P{
    color: #666;
}
.link-box{
    margin: 24px 0 0;
}
.link-box .nmore{
    background: #666;
    padding: 5px 30px;
    color: #fff;
    border-radius: 30px;
    transition: all 300ms ease;
}
.link-box:hover .nmore{
    background: #028cff;
}

/* 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: #028cff;
}

/* ny-page*/
.pagination {
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 20px 15px 15px 15px;
    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;
}

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

.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: 24px;
    height: 68px;
    padding: 10px 0;
    color: #1b1b1b;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.pbox:hover p {
    color: #028cff;
    border-bottom: 1px solid #028cff;
}

.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;
}

/* 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 #028cff;
    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 #028cff;
    background: #f5f5f5;
    display: block;
}

.nav-pro>ul>li>a {
    color: #333;
    font-size: 16px;
}

.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: #028cff;
}

.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-shebei */
.tz-gallery {
    width: 100%;
    display: -ms-flex;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    /* margin: 0 10px; */
    width: 100%;
    /* justify-content: space-between; */
}

.thumbnail {
    width: 96%;
    margin: 10px 2%;
    overflow: hidden;
}

.thumbnail img {
    transition: all 1s ease 0s;
    -moz-transition: all 1s ease 0s;
    -webkit-transition: all 1s ease 0s;
    -o-transition: all 1s ease 0s;
}

.thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/* 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: 18px;
}

.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: #333;
    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(239, 38, 45, .9);
}

.linkicon2 li>a {
    color: #fff;
}
.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background: #028cff;
    color: #fff;
}
.pro-next {
    padding: 15px;
    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: #028cff;
}
/* footer */
.footer {
    width: 100%;
    background: #111;
    color: #fff;
    padding: 60px 0 30px;
}

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

.nybq {
    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;
}

.nybq p {
    width: 60%;
    margin: 0;
    color: #999;
}

/* .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;
}
.flei p{
    line-height: 30px;
}

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

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

.ly {
    color: #999;
    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;
}
/* ny-bread */
.position {
    width: 100%;
    background: #028cff;
    display: inline-block;
    height: 64px;
    line-height: 64px;
    margin-top: 80px;
}
.position .posbox{
    color: #fff;
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.nybanleft h3{
    line-height: 64px;
    font-weight: 200;
    font-size: 22px;
}
.nybanright a{
    color: #fff;
}

.sylinkbox{ padding: 50px; width: 100%; display: inline-block;}

.sjtu{ display: none;}

.newsbox{ width: 100%; height: auto; display: inline-block;}
@media all and (max-width: 736px) {
   .sjtu{ display: block; width: 100%; height: auto;}
    .pctu{ display: none !important;}
    .navbar{ padding: 0 !important;}
    .item>img{ width: 100% !important;}
    /* .pro-del-js-xq {display:block;margin:0px 4%;}
    .pro-del-js-xq span {width:49%;font-size:14px; margin-bottom: 12px;} */
    .sj{ display: none;}
    .news div:nth-of-type(3){ display: none !important;}
    .news div:nth-of-type(4){ display: none !important;}
    .contact-us { padding: 20px 42px;}
    .link-box { margin: 10px 0 15px;}
    .flink{ margin-left: 15px;}
    .about{ padding: 20px 30px 20px 46px;}
    .about>h4{ font-size: 26px !important; line-height: 30px;}
    .about>h5{ line-height: 52px;}
    .pro-title>h5{ line-height: 32px; padding: 0 0 20px 15px;}
    .about>p { font-size: 14px !important; line-height: 24px !important;}
    .about>a, .pro-title a{ margin-right: 10px;}
    .contact{ padding: 86px 0;}
    .navbar-brand>img{ padding:0;}
	 .nright {display:none;}
	.page_nav {width:100% !important;}
	.page_nav_mr {width:100% !important;}
	.xinwen {width:96% !important;}
	.single-pricing-box1 ul li p {font-size:13px !important;}
	.ltel {height:300px !important;padding:30px 42px 0 !important;}
	.nyban {margin-top:68px;}
    .topbox P{ display: none;}
    .topbox .language{ padding: 0 0 0 20px;}
    .about-section .image-column .image-box .alphabet-img{ display: none;}
    .about-section .image-column .image-box{ padding-top: 0;}
    .about-section{ padding: 30px 0;}
    .about-section .content-column .inner-column{ padding-top: 0;}
    .about-section .content-column .content-box{ padding: 25px;}
    .about-section .content-column .content-box .text{ margin-bottom: 15px;}
    .proleibie .bgtu{ display: none;}
    .sec-title h2{ color: #111;}
    .sec-title span{ font-size: 58px;}
    .navbar-nav>li{ width: 50%; float: left;}
    .cpfl li{ width: 100%;}
    .more a{ padding: 10px; margin: 36px 0 0;}
    .bq{ text-align: center; line-height: 24px; padding: 5px 0; margin-top: 15px;}
    .bq p{ width: 100%;}
    .bq a{ display: inline-block; width: 100%; text-align: center;}
    .footer{ padding-top: 30px;}
    .position .posbox .nybanright{ display: none;}
    .nybanleft h3{ font-size: 20px; padding-left: 10px;}
    .nycontent{ padding: 20px; margin: 0;}
    .form-group{ width: 100%;}
    .messagebox{ padding: 30px;}
    .submit{ width: 50%; margin: 12px 25%;}
    .nynav ul li{ width: 33%; margin: 0; text-align: center;}
    .nynav ul li a{ padding: 0; }
    .section-wrap .section-3{ padding-top: 0;}
    .product{ clear: both; padding-top: 80px;}
    .sjtit{ padding-top: -100px;}
    .pro-title>h4{ font-size: 26px;}
}
