body {
    background: #fff;
    color: #666;
    font-size: 14px;
    font-family: Arial, "Times New Roman";
    line-height: 24px;
}

a {
    color: #666;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #333;
    text-decoration: none;
}

* {
    outline: 0 !important;
}

li,
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.text-indent {
    text-indent: 25px;
}

.header-shadow {
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, .2);
}

.navbar {
    margin-bottom: 0;
}

.navbar-default {
    border: none;
    background-color: #20b4f0;
}

.navbar-brand {
    padding-top: 0;
}

#top-nav .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>.active>a {
    background: #fe6500;
    color: #fff;
}

#top-nav .nav .dropdown>a:focus {
    background: rgba(255, 255, 255, .1);
    color: #fff;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background: rgba(255, 255, 255, .1);
}

.application {
    overflow: hidden;
    padding: 60px 0 0;
    width: 100%;
    background: #f4f4f4;
}

.series {
    margin: 30px auto;
}

.series li {
    float: left;
    overflow: hidden;
    width: 20%;
    background: -webkit-linear-gradient(left top, #a9a9a9, #515151);
    background: -o-linear-gradient(bottom right, #a9a9a9, #515151);
    background: -moz-linear-gradient(bottom right, #a9a9a9, #515151);
    background: linear-gradient(to bottom right, #a9a9a9, #515151);
    list-style: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 80px;
}

.series li.active,
.series li:hover {
    background: -o-linear-gradient(bottom right, #1686c4, #032d44);
    background: -moz-linear-gradient(bottom right, #1686c4, #032d44);
    background: linear-gradient(to bottom right, #1686c4, #032d44);
    ground: -webkit-linear-gradient(left top, #1686c4, #032d44);
}

.series li a {
    color: #fff;
    width: 100%;
    display: block;
}

.application-title h2 {
    background: url(../images/pro_tit.png) no-repeat center center;
    font-family: "Times New Roman";
    font-size: 30px;
}

.application-title p {
    padding: 0 28%;
    color: #939393;
    font-size: 14px;
}

.show-item {
    width: 100%;
}

.show-item ul {
    margin-top: 40px;
    margin-right: -2px;
    margin-left: -2px;
}

.show-item ul li {
    position: relative;
    float: left;
    overflow: hidden;
    padding: 1px 10px 4px;
    cursor: pointer;
}

.item_warp {
    position: relative;
    overflow: hidden;
}

.show-item ul li img {
    margin-bottom: 15px;
    height: auto;
    max-width: 100%;
    border: 1px solid #ccc;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -ms-transition-duration: .5s;
}

.leader-list1:hover img,
.show-item li:hover img {
    margin-bottom: 15px;
    border: 1px solid #237dd1;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    transition-duration: .5s;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
    -ms-transition-duration: .5s;
}

.mask_warp {
    display: table;
    width: 100%;
    height: 100%;
}

.mask-cont {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.mask:after,
.mask:before {
    position: absolute;
    top: 10%;
    left: 10%;
    width: 80%;
    height: 80%;
    content: '';
    -webkit-transition: opacity .35s ease-in-out, -webkit-transform .35s ease-in-out;
    transition: opacity .35s ease-in-out, transform .35s ease-in-out;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    transform-origin: center;
    -ms-transform-origin: center;
}

.mask:before {
    border-top: 3px solid rgba(255, 255, 255, .5);
    border-bottom: 3px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale3d(0, 1, 1);
    -o-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -ms-transform: scale3d(0, 1, 1);
}

.mask:after {
    border-right: 3px solid rgba(255, 255, 255, .5);
    border-left: 3px solid rgba(255, 255, 255, .5);
    -webkit-transform: scale3d(1, 0, 1);
    -o-transform: scale3d(1, 0, 1);
    transform: scale3d(1, 0, 1);
    -ms-transform: scale3d(1, 0, 1);
}

.mask:hover:after,
.mask:hover:before {
    -webkit-transform: scale3d(1, 1, 1);
    -o-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -ms-transform: scale3d(1, 1, 1);
}

.mask-cont h1,
.mask-cont p,
.mask-cont span {
    color: #fff;
    text-align: center;
    opacity: 0;
    transition: .35s;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    -o-opacity: 0;
}

.mask-cont h2 {
    margin: 0 auto;
    max-width: 70%;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}

.mask-cont span {
    display: block;
    margin: -3% auto 0;
    width: 102px;
    height: 34px;
    background: #fff;
    color: #67462f;
    font-size: 12px;
    line-height: 34px;
}

.item-box:hover>.mask {
    background-color: rgba(0, 0, 0, .6);
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#222, endColorstr=#222), alpha(opacity=0);
}

.item-box:hover>.mask h2,
.item-box:hover>.mask p,
.item-box:hover>.mask span {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    -o-opacity: 100;
}

.item-box:hover>.mask span {
    margin: 3% auto 0;
}

.btn-product {
    margin: 30px;
    padding: 15px 50px;
    border: 1px solid #666;
    border-radius: 30px;
    color: #666;
    font-size: 16px;
}

.btn-product:hover {
    background-color: #fa9f28;
    border: 1px solid #da800c;
    color: #fff;
}

.about {
    padding: 80px 0 50px;
}

.ainfo {
    color: #555;
    overflow: hidden;
}

.alist {
    list-style: none;
    position: relative;
    padding-right: 5%;
}

.alist h2 {
    font-family: "Times New Roman";
    position: relative;
    font-size: 30px;
    color: #666;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.about .about-right img {
    margin-left: 60px;
}

.icon-bg {
    background-color: #ffffff;
    padding: 30px 0;
    position: absolute;
    width: 710px;
    z-index: 5;
    left: 0%;
    top: 110%;
    list-style: none;
}

.icon-bg li {
    float: left;
    margin: 0 35px;
    text-align: center;
}

.icon-bg li img {
    display: inline;
}

/*.icon-bg li span{ color: #333; padding-left: 30px; padding-right: 30px;}*/
.icon-bg li span {
    color: #333;
    padding-top: 30px;
    display: block;
}

.htit {
    margin: 60px 0;
}

.sy-about-tit {
    margin-bottom: 30px;
    padding: 0;
    background: url(../images/about_tit.jpg) no-repeat center bottom;
    color: #fff;
}

.sy-about-tit h3 a,
.sy-about-tit h3 span:hover {
    color: #fff;
}

.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    background: #fff;
    text-align: center;
    font-size: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.sy-honor {
    padding: 0 0 50px 0;
}

footer {
    background: #20b4f0;
    color: #fff;
}

footer .bottom-nav {
    padding: 30px 0;
}

footer .bottom-nav img {
    margin-top: 80px;
}

footer .bottom-nav p {
    color: #FFF;
    font-size: 18px;
    line-height: 48px;
}

footer .bottom-nav li,
footer .bottom-nav li a {
    color: #d1d1d1;
    list-style: none;
    line-height: 30px;
}

footer .bottom-nav li a:hover {
    color: #fff;
}

footer .bottom-nav li i {
    margin-right: 10px;
}

footer .copyright {
    clear: both;
    overflow: hidden;
    padding: 15px 0;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

.tem_banner {
    position: relative;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}

.tem_banner a {
    color: #fff;
}

.tem_banner .skitter.with-dots {
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.tem_banner .skitter .info_slide_dots {
    bottom: 8px;
}

.tem_banner .skitter .info_slide_dots .image_number {
    margin: 0 10px 0 0;
}

.tem_banner ul li {
    float: left;
    width: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    list-style: none;
}

.tem_banner ul li a {
    display: block;
    width: 100%;
    height: 100%;
}

.tem_banner ul li img {
    height: auto;
    max-width: 100%;
}

.tem_banner .flex-control-nav {
    position: absolute;
    right: 0;
    bottom: 20px;
    left: 0;
    text-align: center;
}

.tem_banner .flex-control-nav li {
    margin: 0;
}

.tem_banner .flex-control-nav li a {
    display: inline-block;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
    background: 0 0;
    text-indent: -999em;
    cursor: pointer;
}

.tem_banner .flex-control-nav li a.flex-active {
    background: #fff;
}

.tem_banner .flash img {
    width: 100% !important;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #fe6500;
    border-color: #fe6500;
}

.pro-left .dropdown-menu {
    display: block;
    position: static;
    float: none;
    background: none;
    border: none;
    box-shadow: none;
}

.pro-left h3 {
    background: #256cc6;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 0;
}

.pro-left ul li {
    display: block;
}

.pro-left>ul {
    background: #f5f5f5;
    padding: 20px 0;
}

.pro-left>ul>li>a {
    padding: 5px 15px;
    font-size: 14px;
    display: block;
    transition: 0.3s;
}

.pro-left>ul>li>a:hover {
    background: #256cc6;
    color: #fff;
}

.pro-left ul>li>.dropdown-menu>li>a {
    font-size: 13px;
    padding: 5px 25px;
    color: #888;
}

.ny-main {
    padding: 40px 0;
    overflow: hidden;
}

.ainfo {
    margin-top: 50px;
}

.ny-c {
    margin-top: 50px;
    margin-bottom: 20px;
}
.pro-img img{max-width: 100%;}
.ny-title {
    margin-bottom: 20px;
}

.ny-title h3 {
    position: relative;
}

.ny-title h3::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background: #2586dd;
    bottom: -15px;
    left: 50%;
    margin-left: -20px;
}

.ny-content p {
    line-height: 28px;
    color: #555;
}

.ny-pro .media-pro {
    border: 1px solid #ebebeb;
    margin: 15px 0;
}

.ny-pro .media-pro .pro-img {
    overflow: hidden;
}

.ny-pro .media-pro .pro-img img {
    transition: .3s
}

.ny-pro .media-pro .pro-body {
    padding: 10px 15px;
    font-size: 13px;
    border-top: #ebebeb 1px solid;
}

.ny-pro .media-pro:hover img {
    transform: scale3d(1.2, 1.2, 1.2)
}

.showpro-list .showpro-c {
    display: none;
}

.tz-gallery .thumbnail {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
    transition: .15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

.tz-gallery .caption p {
    margin: 0;
    color: #7b7d7d;
    font-size: 12px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.ny-contact .contact-c h4 {
    color: #0d5fa8;
    font-size: 17px;
    margin-bottom: 20px;
}

.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word
}

#dituContent .center {
    width: 309px !important;
}

#dituContent .bottom {
    height: 25px !important;
}

#map {
    width: 100%;
    height: 400px;
}

.tz-gallery .thumbnail {
    margin-bottom: 30px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 8px 15px rgba(0, 0, 0, .06);
    transition: .15s ease-in-out;
}

.tz-gallery .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
}

.tz-gallery .lightbox img {
    border-radius: 4px 4px 0 0;
}

.tz-gallery .caption {
    padding: 26px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    margin: 0;
    font-weight: 700;
    font-size: 14px;
}

.tz-gallery .caption p {
    margin: 0;
    color: #7b7d7d;
    font-size: 12px;
}

.baguetteBox-button {
    background-color: transparent !important;
}

.icon_bg {
    background: url(../images/cbg.jpg) no-repeat center bottom;
}

.icon16 {
    width: 25%;
    float: left;
}

.icon0 {
    padding: 40px 0;
}

.icon01 {
    padding: 40px 0;
}

.about_icon {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.about_icon .icon1 {
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon1 {
    opacity: 0;
}

.about_icon .icon2 {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    transition: all ease-in-out 0.3s;
}

.about_icon:hover .icon2 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
}

.icon0 h3 {
    margin-top: 20px;
    font-size: 14px;
    color: #333;
}

.icon p {
    line-height: 24px;
    color: #666;
}

.link {
    padding: 15px 10px 0px;
}

.bg-default {
    /* background-color: #333; */
    padding: 15px 0;
    color: #fff;
}

.bg-default a {
    color: #fff;
    padding: 0 15px;
}

.copy {
    color: #fff;
    line-height: 40px;
}

.nlist {
    padding-left: 15px;
}

.nlist li {
    border-bottom: 1px dashed #ccc;
    line-height: 42px;
    list-style: none;
}

.nlist li a {
    color: #333;
}

.nlist li a:hover {
    color: #fd6600;
    font-weight: bold;
}

/*分页*/
.pagination {
    color: #666;
    text-align: center;
    clear: both;
    margin-top: 1em;
}

.pagination a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: -1px;
    padding: 0 12px;
    height: 32px;
    line-height: 32px;
    color: #428bca;
    border: 1px solid #ddd;
    background: #fff;
    text-decoration: none;
}

.pagination .prev::before {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f100";
    width: 10px;
    height: 10px;
    margin-right: 5px;
}

.pagination .next::after {
    font-family: "FontAwesome";
    display: inline-block;
    content: "\f101";
    width: 10px;
    height: 10px;
    margin-left: 5px;
}

.pagination a:not(.goto):hover {
    background-color: #eee;
    color: #2a6496
}

.pagination a.cur,
.pagination a.cur:hover {
    background-color: #428bca;
    color: #fff;
    border-color: #428bca;
    margin-right: 1px
}

.pagination a.disabled {
    background-color: #e6e6e6 !important;
    color: #bbb !important;
    cursor: no-drop
}

.pagination .prev {
    border-radius: 5px 0 0 5px
}

.pagination .next {
    border-radius: 0 5px 5px 0;
}

.met-column-nav {
    background: #fff;
    text-align: center;
    margin-bottom: 20px;
}

.met-column-nav.bordernone {
    border-bottom: 0;
    background: #659ac3;
}

.met-column-nav ul.met-column-nav-ul {
    padding: 0;
    list-style: none;
    margin: 0 auto
}

@media(max-width:768px) {

    .about .about-right img {
        padding-top: 13%;
        margin: 0px;
    }

    .alist h2 {
        margin-bottom: 0px;
        font-size: 24px;
    }

    .alist {
        padding: 0px 10px;
    }

    .icon-bg li {
        margin: 0px;
        width: 50%;
    }

    .icon-bg {
        width: auto;
        left: 0%;
        position: inherit;
    }

    .icon16 h3 {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .navbar-brand img {
        /*max-height: 50px;*/
    }

    .navbar-toggle {
        background-color: #eee;
        margin: 20px 20px 20px 0;
    }

    .met-column-nav ul.met-column-nav-ul {
        display: block
    }

    .met-column-nav ul.met-column-nav-ul li {
        width: 100%;
    }
}

.met-column-nav ul.met-column-nav-ul>li {
    display: inline-block
}

.met-column-nav ul.met-column-nav-ul>li a.link {
    text-decoration: none;
    font-size: 16px;
    padding: 14px;
    display: block;
}

.met-column-nav ul.met-column-nav-ul>li a.link:active,
.met-column-nav ul.met-column-nav-ul>li a.link:focus,
.met-column-nav ul.met-column-nav-ul>li a.link:hover {
    text-decoration: none;
    background: #4379b7;
    color: #fff;
}

.met-column-nav ul.met-column-nav-ul>li a.link:hover,
.met-column-nav ul.met-column-nav-ul>li a.link.active {
    color: #333
}

.met-column-nav ul.met-column-nav-ul>li>ul>li>a.active {
    color: #0046aa !important
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu {
    border: 0px;
    background: #1d5886 !important;
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet {
    top: 40px
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:after,
.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:before {
    position: absolute;
    left: 30px;
    display: inline-block;
    width: 0;
    height: 0;
    content: '';
    border: 7px solid transparent;
    border-top-width: 0
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:before {
    top: -7px;
    border-bottom-color: #1d5886 !important;
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu.bullet:after {
    top: -6px;
    border-bottom-color: #1d5886 !important;
}

.met-column-nav ul.met-column-nav-ul>li .dropdown-menu>li>a {
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    line-height: 25px;
    background-color: #1d5886;
}

@media(min-width:992px) {
    .met-column-nav.product-search-body {
        text-align: left
    }
}

.met-column-nav.product-search-body .product_search .form-group {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px
}

@media(min-width:992px) {
    .met-column-nav.product-search-body .product_search .form-group {
        width: 100%;
        margin-top: 7px;
        margin-bottom: 0
    }
}

.met-column-nav.product-search-body .product_search.navno .form-group {
    margin-top: 15px
}

@media(min-width:992px) {
    .met-column-nav.product-search-body .product_search.navno .form-group {
        margin-top: 8px;
        margin-bottom: 8px
    }
}

@media (max-width: 767px) {
    .icon16 {
        width: 50%;
        float: left;
        padding: 15px 0;
    }

    .nlist {
        padding-left: 0;
    }

    .nlist li {
        line-height: 32px;
        padding-right: 100px;
    }

    .nlist li a {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        display: inline-block;
        text-overflow: ellipsis;
    }

    .nlist li a span {
        position: absolute;
        right: 16px;
    }

}
	.friendlink .linkTagcs {
		float: left;
		color: #fff;
		line-height: 26px;
	}

	.friendlink::before {
		content: "友情链接：";
		list-style: none;
		font-style: normal;
		line-height: 27px;
		float: left;
		color: #fff;
	}

	.friendlink .linkTagcs {
		text-align: left;
		float: left;
		width: 181px;
		max-height: 30px;
		overflow: hidden;
		transition: 0.3s all ease-in-out;
		line-height: 30px;
	}

	.friendlink .linkTagcs a {
		display: block;
		color: #fff;
		line-height: 27px;
	}

	.friendlink .linkTagcs:hover {
		max-height: 30px;
		overflow-x: hidden;
		overflow-y: auto;
	}