* {
    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;
}
button:focus {
    outline: none;
}
.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.pic{ width: 100%; height: auto; display: inline-block;}
.pa5{ padding: 0 8px;}
.pa0{ padding: 0;}
.cont8{ width: 80%; margin: 0 auto;}
.cont9{ width: 90%; margin: 0 auto; display: inline-block;}
.toptel{ float: right; margin: 26px 0 0 -64px;}
.toptel p{ font-size: 16px; font-weight: 600;}
.toptel p span{ color: #333; font-weight: 600;}
/*头部导航*/
.navbar-header{
    width: 100%;
    height: 100px;
    margin: 0;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.topweb{
    margin: 8px 0 0 -50px;
}
.topweb p{
    font-size: 54px;
    color: #888;
    font-weight: 600;
    margin-bottom: 0;
    letter-spacing: 6px;
}
.topweb p span{
    font-size: 30px;
    font-weight: bolder;
    letter-spacing: 0;
    color: #888;
    font-family: "Arial","SimHei";
    text-transform:uppercase;
}
.navbar {
    z-index: 2;
    background-image: url(../images/topbg.jpg);
    background-repeat: no-repeat;
    background-position: top;
    border: none;
    margin-bottom: 0;
}
.topnav{ width: 100%; background: #133580; }
.topnav .nav{ width: 100%; }
.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 24px;
}

.navbar-brand {
    width: 268px;
    padding: 0 !important;
}

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


.navbar-nav>li {
    padding: 0 10px;
    margin: 0;
    width: 10%;
    text-align: center;  
}
.navbar-nav>li:nth-of-type(7){
    width: 28%;
}
.navbar-nav>li:nth-of-type(7) a{
    float: left;
    padding: 15px 19px;
}

.navbar-nav>li>a {
    font-size: 15px;
    /* border-bottom: 3px solid #fff; */
}

.navbar-nav>li>ul {
    opacity: 0;
    position: absolute;
    top: 50px;
    left: 0;
    transition: .3s;
    background: rgba( 19,53,128, .8);
    width: 100%;
    transform: translateY(-200px);
    z-index: -3;
}
.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: #ddd;
}

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

/* .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: 140px;
        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;
        padding: 0;
        margin: 0;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #000;
    }
    .navbar-nav>li>ul>li>ul {
        display: none;
    }
    .navbar-nav>li>ul {
        display: none !important;
    }
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.active>a:active,
    .navbar-default .navbar-nav>.active>a:hover {
        color: #333 !important;
    }
}

/*导航结束*/

/* banner */
/* flexslider */
.flexslider {
    position: relative;
    overflow: hidden;
}

.slides {
    position: relative;
    z-index: 1;
}

.slides img {
    width: 100%;
    height: auto;
}

.flex-control-nav {
    position: absolute;
    bottom: 11%;
    left: 19%;
    z-index: 2;
    width: 100%;
    text-align: left;
}

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

/* sy-product */
.sycontent{
    width: 100%;
    height: auto;
    background: url(../images/bg1.jpg) repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-blend-mode: multiply;
}
.syproduct {
    width: 100%;
    padding: 50px 0;
}
.sytitle{
    width: 100%;
    height: auto;
    display: inline-block;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.sytitle::before{
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    background: #4db248;
    width: 50px;
    height: 3px;
    margin: 0 auto;
}
.sytitle .datit {
    font-size: 26px;
    letter-spacing: 1px;
}
.sytitle .datit b {
    color: #205da3;
}

.sytitle .datfu {
    color: #666;
    font-size: 16px;
    letter-spacing: 5px;
    margin-bottom: 20px;
}

.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: 8px;
    background: rgba(32, 93, 163, .8);
    color: #fff;
    width: 42%;
    right: 0;
    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: #fff;
    color: #333;
    width: 100%;
    height: 30px;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0;
}

.syproduct .p1 i {
    background: #fff;
    color: #333;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.syproduct .p2 i {
    background: #f5f5f5;
    color: #333;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

.syproduct .sypbox:hover p {
    background:rgba(26, 67, 157, .9);
    cursor: pointer;
    color: #fff;
}

/* sy-about */
.syabout {
    width: 100%;
    height: auto;
    display: inline-block;
    padding: 120px 0 86px;
    background: #fff;
}
.syaleft{
    position: relative;
}
/* .syaleft .color-layer {
    position: absolute;
    left: -55px;
    top: -55px;
    width: 460px;
    height: 400px;
    background-color: #ebebeb;
} */
.syaleft .title {
    position: absolute;
    right: -150px;
    top: 150px;
    color: #e5e5e5;
    font-weight: 800;
    font-size: 48px;
    text-transform: uppercase;
    transform: rotate(-90deg);
}
.syaleft .image {
    position: relative;
    z-index: 1;
}
/* .syaleft .image .color-layer-two {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    height: 104%;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 98%);
}
.syaleft .image .color-layer-three {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 108%;
    width: 100%;
    background-color:#205da3;
    clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 98%);
} */
.syaleft .image img {
    position: relative;
    width: 100%;
    display: block;
    z-index: 10;
    /* clip-path: polygon(0 0, 100% 0, 100% 86%, 0% 98%); */
}

.syazi{
    width: 86%;
    margin: -50px 0 20px 62px;
}

.sec-title {
    position: relative;
}

.sec-title .separater {
    position: relative;
    width: 14px;
    height: 20px;
    margin-bottom: 24px !important;
    border-left: 2px solid #205da3;
    border-right: 2px solid #205da3;
}

.sec-title .separater:before {
    position: absolute;
    content: '';
    left: 4px;
    top: -5px;
    width: 2px;
    height: 20px;
    background-color: #4db248;
}

.sec-title.centered .separater {
    margin: 0 auto;
}

.sec-title.light .separater {
    border-color: #ffffff;
}

.sec-title .logo-icon {
    position: relative;
    margin-bottom: 0px;
}

.sec-title .title {
    position: relative;
    color: #4db248;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 16px;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}
.sec-title h3{
    position: relative;
    color: #191919;
    font-weight: 700;
    line-height: 1.2em;
    text-transform: capitalize;
}
.syazi .text{
    margin: 26px 0 36px;
}

.syazi .text p{
    color: #555555;
    font-size: 15px;
    line-height: 1.8em;
    text-align: justify;
    text-indent: 30px;
}
.pull-left .read-more {
    position: relative;
    font-weight: 800;
    color: #222222;
    font-size: 16px;
    width: 200px;
    padding: 8px 24px;
    display: inline-block;
    background: url(../images/btnbg.png) no-repeat;
}
.pull-left .read-more .plus {
    position: relative;
    right: -72px;
    bottom: -2px;
    width: 40px;
    height: 40px;
    color: #ffffff;
    font-size: 22px;
    line-height: 40px;
    text-align: center;
    font-weight: 800;
    margin-top: 0px;
    display: inline-block;
    background-color: #205da3;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

/* sy-cf */
.syagc{
    width: 100%;
    padding: 30px 0;
}
.sytitle2 {
    width: 100%;
    height: auto;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.sytitle2 .datit{
    font-size: 22px;
    letter-spacing: 1px;
    position: relative;
}
.sytitle2 .datit::before{
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    background: #4db248;
    width: 50px;
    height: 3px;
}
.sytitle2 a{
    padding: 30px 10px 0 0;
    color: #666;
}

#flexiselDemo1,
#flexiselDemo2,
#flexiselDemo3 {
    display: none;
}

.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}

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

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

}

.nbs-flexisel-item {
    float: left;
    margin-right: 3px;
    padding: 0px;
    cursor: pointer;
    position: relative;
    line-height: 0px;
}

.nbs-flexisel-item img {
    width: 100%;
    cursor: pointer;
    positon: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    /*max-width:100px;
	max-height:45px;*/
}

/*** Navigation ***/

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

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

.nbs-flexisel-nav-right {
    right: 5px;
    background: url(../images/button-next.png) no-repeat;
}

a.cm-overlay {
    text-decoration: none;
    overflow: hidden;
    display: block;
}

/* .gimg:hover {
    -webkit-transform: scale(1.18);
    -webkit-transition-timing-function: ease-out;
    -webkit-transition-duration: 750ms;
    -moz-transform: scale(1.15);
    -moz-transition-timing-function: ease-out;
    -moz-transition-duration: 750ms;
    overflow: hidden;
} */

.w3_tab_img_left .agile-gallery-info p {
    margin: 20px 0;
}

.w3_tab_img_left:hover .agile-gallery-info p {
    color: #ef7b00;
    margin-top: 20px;
}


/* sy-news */
.synews{
    width: 100%;
    height: auto;
    display: inline-block;
    background: #f5f5f5;
    padding: 50px 0;
}

.slistbox {
    width: 100%;
    display: inline-block;
}

.sylist1 .box1 {
    background: #fff;
    padding: 15px;
    margin-bottom: 20px;
}
.sylist1 .box1 a{
    text-decoration: none;
}
.sylist1:hover .box1 {
    background: #205da3;
    cursor: pointer;
}
.sylist1 .box1 span{
    color: #666;
}
.sylist1:hover .box1 span {
    color: #fff;
    transition: 0.5s;
}

.sylist1 .box1 h3 {
    margin: 10px 0 8px;
    color: #333;
    font-size: 14px;
    font-weight: 600;
}

.sylist1:hover .box1 h3 {
    color: #fff;
    transition: 0.5s;
}

.sylist1 .box1 p {
    margin: 0;
    color: #333;
}

.sylist1:hover .box1 p {
    color: #fff;
    transition: 0.5s;
}

.sylist1 .indtu {
    width: 100%;
    height: auto;
    overflow: hidden;
}

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

.sylist1:hover img {
    cursor: pointer;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
}



/* footer */
.footer{ 
    width: 100%;
    /* background: #111; */
    background: url(../images/footbg.jpg) center center no-repeat;
    color: #fff;
    padding: 60px 0 30px;
}

.ewm{
    width: 100px;
    height: 100px;
}
.bqbg{
    background: rgba(26, 67, 157, .9);
    width: 100%;
    display: inline-block;
    margin:28px 0 0;
}
.bq{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    flex-flow: row wrap;
    justify-content: space-between;
    line-height: 48px;
    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: #4db248;
    border-radius: 5px;
    margin-right: 8px;
}
.ftel span{
    font-size: 26px;
    display: inline-block;
    line-height: 48px;
}
.flink span{
    margin-right: 10px;
    line-height: 24px;
}
.flink p{
    color: #fff;
    line-height: 26px;
}
.ly{
    color: #fff;
    margin: 15px 10px 0 0;
    display: inline-block;
}
.ly img{
    margin-right: 6px;
    border: 1px solid #f5f5f5;
    padding: 5px;
    border-radius: 50%;
}
.ly:hover{
    color: #fff;
}
.flei p a{
    color: #fff;
}
.ableftnav{
    width: 100%;
    height: auto;
    display: inline-block;
}
.nytit{
    width: 100%;
    height: auto;
    background: #133580;
    margin: 0;
    color: #fff;
    text-align: center;
    height: 52px;
    line-height: 52px;
    font-size: 20px;
    letter-spacing: 2px;
    font-weight: 500;
}
.ableftnav li{
    background: #f5f5f5;
    border-bottom: 2px solid #fff;
    line-height: 42px;
    text-align: center;
}
.ableftnav li a{
    color: #333;
}
.ableftnav .active {
    background: #ddd;
}

/* ny-about */
.nyban{
    position: relative;
}
.nyban .postit{
    width: 100%;
    height: auto;
    /* text-align: center; */
    position: absolute;
    left: 23%;
    right: 0;
    top: 30%;
}
.nyban .postit h4 {
    display: inline-block;
    margin: 0 auto;
    font-size: 24px;
    letter-spacing: 2px;
    font-weight: 200;
    color: #fff;
    background: rgba(19, 53, 128, .8);
    padding: 10px 24px;
}

.nyabbg {
    background: #fff;
    margin: 42px 0;
}


/* 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 0 0;
    border-bottom: 2px solid #fff;
    transition: .3s;
    background: #f5f5f5;
}

.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 #133580;
    background: #f5f5f5;
}

.nav-pro>ul>li>i {
    position: absolute;
    right: 6px;
    top: 8px;
    font-size: 24px;
}

.nav-pro>ul>.active {
    border-bottom: 2px solid #fff;
}

.nav-pro>ul>.active>a {
    border-left: 5px solid #4db248;
    background: #ddd;
    display: block;
    border-bottom: 1px solid #ddd;
}

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

.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: #4db248;
}

.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 */
.prowz{
    border-bottom: 1px solid #ddd;
    line-height: 46px;
    text-align: right;
}
.prowz i{ color: #111; font-size: 20px;}
.prowz a{
    color: #333;
}
.pboxny {
    width: 100%;
    height: auto;
    margin-bottom: 24px;
}

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

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

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

.pboxny:hover p {
    color: #4db248;
    border-bottom: 1px solid #4db248;
}

.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;
}
.pro-title h2 {
    font-size: 20px !important;
    height: 42px !important;
    line-height: 42px !important;
}
.pro-title{
    margin-top: 0 !important;
}
.canshu{
    padding-left: 20px;
}
.sp-large a img{
    width: 100% !important;
}

/* ny-rencai */
.rctit{
    border-bottom: 2px solid #333;
    line-height: 52px;
    margin: 0 auto 20px;
}
.zplink{
    width: 100%;
    font-size: 16px;
    height: auto;
    display: inline-block;
    font-weight: 600;
    margin: 10px auto 24px;
    text-align: center;
    line-height: 32px;
}
.zpbox{
    width: 100%;
    padding: 20px 36px;
    border: 3px solid #ddd;
    margin-bottom: 30px;
}
.zpbox h4{
    margin: 10px 0 18px;
}
.zpbox h4 b{
    color: #014d97;
}
.zpbox h4 span{
    font-size: 14px;
    margin-left: 15px;
}
.zpbox h5 {
    font-weight: 600;
}
.zpbox p {
    color: #555;
    font-size: 13px;
}

/* 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: 20px 28px 24px;
    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 #4db248;
}

.messagebox {
    width: 100%;
    display: inline-block;
    /* border: 1px solid #ddd; */
    padding: 34px 45px 20px;
    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-bottom: 10px;
    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: 0;
    padding: 5px;
}

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

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

.submit {
    background: #4db248;
    color: #fff;
    border-radius: 0;
    font-size: 15px;
    width: 32%;
    margin: 32px 36%;
    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: #133580;
}
.pback {
    display: block;
    padding: 3px 24px;
    border-radius: 15px;
    background: #666;
    color: #fff;
}

.pback:hover {
    background: #133580;
    color: #fff;
}
.youcs{ width: 100%; height: auto; }
.youcs h4 { background: #1a439d !important; color: #fff; height: 46px; line-height: 46px; letter-spacing: 2px; text-align: center; font-weight: 600; margin-bottom: 20px;}
.youcs h4 strong{ color: #222; line-height: 46px;}
.youcs table {width:100% !important;height:auto;margin:20px auto 10px; background: #fff;}
.youcs table tbody tr:nth-of-type(1) td {background: #8db4e3;font-weight:600; }
.youcs table tbody tr td {
    padding: 10px;
    vertical-align: center;
    border: 2px solid #000;
    text-align: center;
    background: #d8d8d8;
}
.scweb{
    background-image: linear-gradient(to right, #ff9000 0, #ff5000 100%);
    background-repeat: repeat-x;
    border: 1px solid #133580;
    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;
}
.youcs .yxq { display:inline-block; width: 100%; margin: 0 auto;}
@media all and (max-width: 767px) {
    /* index */
    .topweb{ display: none;}
    .navbar-nav>li {margin: 0 0 8px; text-align: center; width: 100%;}
    .navbar-nav>li>a{ line-height: 14px; color: #333 !important;}
    .navbar-default .navbar-nav>.active>a{ color: #fff !important;}
    .top{ display: none;}
    .navbar-brand img{ height: 82px; width: auto;}
    .navbar-header{ height: 78px;}
    .navbar-nav>li:nth-of-type(8){ display: none !important;}
    .navbar-nav>li:nth-of-type(7){ width: 100% !important; text-align: center;}
    .navbar-nav>li:nth-of-type(7) a{ width: 100%; text-align: center;}
    .syabout{ padding: 42px 0 48px !important;}
    .syazi { width: 100%; margin: 20px 0 20px 0;}
    .sj{ display: none !important;}
    .toptel{ display: none;}
    .carousel-indicators{ display: none;}
    .cpfl li{ width: 100%;}
    .abritu{ width: 100%;}
    .abbox{ padding: 0 0 10px 0; margin-top: 0; margin-bottom: 0; border-radius: 0; box-shadow: none !important;}
    .cpfl li a .zitu h3 b{ display: none;}
    .sj{ display: block;}
    .tubox{ background: none; height: auto; margin: 0; padding-top: 20px;}
    .tubox .tuzi{ position: relative; top: 30px; left: 0; padding-right: 15px; text-align: center;}
    .tubox .tuzi h3{ margin-top: 20px;}
    .abritu{ margin-left: 0;}
    .synews{ padding: 20px 0 38px;}
    .sjnone{ display: none;}
    .fbq{ line-height: 28px;}
    .fbq a{ display: block; width: 100%;}
    .footer{ padding: 20px 0 0;}
    .nybanleft{ display: none;}
    .form-group{ width: 100%;}
    .submit{ width: 50%; margin: 15px 25%;}
    .features-section{ margin-bottom: 0; background: #fff; color: #333; padding: 0; border-radius: 0;}
    .features-section .feature-block{ margin-bottom: 15px;}
    .features-section .feature-block .text{ color: #555;}
    .features-section .feature-block .icon-box{ margin-left: 10px;}
    .features-section .feature-block .icon-box:before{ border: none;}
    .ableftzi h3{ margin: 30px 0 0;}
    .home-pro{ margin-bottom: 10px;}
    .pbox{ width: 49%; margin: 5px 0.5%; border: 2px solid #ddd;}
    .pbox h3{ font-size: 18px;}
    .syplist{ margin: 15px 0 0; padding: 0 0 15px;}
    .syplist .pbox:nth-of-type(5){ display: none;}
    .synleft{ padding-left: 25px;}
    .synlist{ width: 100%;}
    .messagebox{ padding: 12px 20px;}
    .pronr li{ width: 100%;}
    .wh{ display: none;}
    .jjright{ width: 100%;}
    .synewbox .synlist{ margin-bottom: 15px;}
    .nyban .postit{ bottom: 20%;}
    .nyban .postit h4{ font-size: 24px;}
    .youcs img{ width: 100%; height: auto;}
}