@import url(/skin/css/bosv.css);
@import url(/skin/css/bootstrap.css);
@import url(/skin/css/glide.css);
@import url(/skin/css/detailGlide.css);
@import url(/skin/css/lightgallery.css);
@import url(/skin/css/share_style1_24.css);
@import url(/skin/css/animate.css);

body {
    font-family: "微软雅黑";
    background: #fff;
    color: #666;
    overflow-y: scroll;
    -ms-overflow-style: scrollbar;
    background: url(/skin/syzxwy/gz.jpg);
}
ul li {
    list-style-type: none;
}
a {
    color: #666;
    text-decoration: none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
td {
    color: #666;
}
#serviceBox {
    position: fixed;
    z-index: 999;
    padding-top: 5px;
    padding-bottom: 5px;
    bottom: 47px;
    display: none;
    width: 100%;
    background: rgba(255, 255, 255, 1);
    text-align: center;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
#serviceBox a {
    line-height: 30px;
}
#ff input {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none;
}
#ff textarea {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 0px;
    outline: none;
}
#ff input:focus,
#ff textarea:focus {
    border-color: #000;
}
#ff .btn {
    border: 0px;
    background: #ddd;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}
#ff .btn:hover {
    color: #fff;
    background: #c10404;
}
/*图片悬浮链接*/
.imgLink-hover {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(on-hover.png);
    background-repeat: repeat;
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 96;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.imgLink-hover:hover {
    opacity: 1;
    filter: Alpha(Opacity=1);
}
.imgLink-hover * {
    filter: inherit;
}
.imgLink-hover {
    cursor: pointer;
}
.imgLink-hover:hover .hover-link {
    background-image: url(hover-link.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.hover-link {
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    display: block;
}
/*详情页面*/
.detailTitleTxt {
    border-left: 3px solid #666;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    background: #f9f9f9;
    text-indent: 10px;
    margin-bottom: 10px;
}
.detailTitle {
    border-left: 3px solid #666;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #f9f9f9;
    margin-left: 10px;
}
.detailParameter {
    padding: 10px;
    word-wrap: break-word;
}
.detailImg {
    text-align: center;
    padding: 10px;
}
.detailImg img {
    max-width: 100%;
}
.detailUrl {
    padding: 10px;
}
.detailUrl a {
    width: 150px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #333;
    margin: 0px auto 0px auto;
    display: block;
    color: #333;
    text-decoration: none;
}
.detailUrl a:hover {
    background: #990000;
    border: 1px solid #990000;
    color: #fff;
}
.detailTime {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}
.detailContent {
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    word-wrap: break-word;
    overflow-x: auto;
}
.detailContent img {
    width: 100%;
    height: auto;
    margin: 0px;
    padding-bottom: 15px;
    vertical-align: top;
}
.productImgList {
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
}
.productImgList li {
    width: 150px;
    float: left;
    margin-left: 10px;
    margin-bottom: 10px;
}
.productImgList li a {
    margin: 0px;
    padding: 0;
}
.productImgList li a img {
    width: 150px;
    border: 3px solid #eee;
}
.productImgList li a img:hover {
    border: 3px solid #000;
}
.productListBox {
    margin-top: 15px;
}

#searchProduct {
    margin-top: 10px;
}

.back {
    line-height: 35px;
    background: #990000;
    color: #fff;
    width: 80px;
    text-align: center;
    float: right;
}
.back:hover {
    color: #fff;
    background: #000;
}
.otherPageBox {
    background: #f1f1f1;
    margin-top: 20px;
    padding: 10px;
    overflow: hidden;
    width: 100%;
    font-size: 12px;
    margin-bottom: 10px;
}
.otherPageBox a {
    font-size: 12px;
    line-height: 20px;
}
.otherPageBox .back {
    line-height: 40px;
    font-size: 14px;
}
.aboutProduct {
    margin: 20px 0px 0px 0px;
}
.msgBox {
    border: 1px dashed #999;
    padding: 20px;
    margin-bottom: 10px;
}

.searchList {
    width: 100%;
    overflow: hidden;
}
.searchList li {
    margin-bottom: 10px;
    border: 1px dashed #ccc;
    padding: 5px;
    float: left;
    width: 100%;
}
.searchList li:hover {
    border: 1px dashed #000;
}
.searchList li .img {
    width: 150px;
    float: left;
    display: block;
    overflow: hidden;
    margin-right: 10px;
}
.searchList li .img img {
    width: 100%;
    height: auto;
}
.searchList li .title {
    width: auto;
    float: left;
    overflow: hidden;
    display: block;
}

/*手机版菜单可展开图标*/
#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}
#app_menudown:hover {
    background-color: #073053;
}
#app_menudown span {
    display: block;
}
/*菜单栏标志*/
.navbar-brand {
    padding: 0px;
    width: auto;
    float: left;
}
.navbar .navbar-brand:hover {
    background: none;
}
.topBox {
}
.welcomeBox {
    width: auto;
    float: left;
    line-height: 30px;
    font-size: 12px;
    line-height: 25px;
    color: #fff;
}
.welcomeBox * {
    padding: 0px;
    margin: 0px;
    border: 0px;
    background: none;
    color: #fff;
}
.borderBottom {
    background: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}

.topContactBox {
    width: auto;
    float: right;
    margin-right: 15px;
}
.topContactBox img {
    display: block;
    width: auto;
    float: left;
    margin-left: 15px;
}
.topContactBox a {
    display: block;
    width: auto;
    float: left;
    line-height: 25px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}
.topContactBox a:hover {
    color: #fff;
    text-decoration: underline;
}

.logo {
    padding: 10px 0px 0px 0px;
}
.logo * {
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.logo a img {
    max-width: 100%;
    height: auto;
}
/*产品搜索*/
.searchBox {
    margin: 30px 0px 0px 0px;
    overflow: hidden;
}
.searchBox input {
    float: left;
    display: block;
    line-height: 40px;
    color: #fff;
    transition: background 0.5s;
    text-indent: 10px;
    width: 70%;
    height: 40px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    background: #444;
    outline: none;
}
.searchBox button {
    display: block;
    float: left;
    width: 25%;
    background: #21bcd8;
    color: #fff;
    border: 0;
    margin: 0;
    height: 40px;
    outline: none;
}
.searchBox button:hover {
    background: #136b7a;
}

.searchBox input:focus {
    background-color: #666;
}
#smallSearch {
    display: none;
}
/*语言*/
.languageBox {
    float: right;
    text-align: left;
    width: auto;
    overflow: hidden;
}
.languageBox a {
    float: right;
    font-size: 12px;
    padding: 0px 15px 0px 45px;
    text-align: center;
    line-height: 25px;
    height: 25px;
    display: block;
    color: #fff;
    border-left: 1px solid #333;
}
.languageBox a:hover,
.languageBox a:focus {
    color: #fff;
}
header .zh {
    background: url(zh.png) 15px center no-repeat;
}
header .en {
    background: url(en.png) 15px center no-repeat;
}

.threeImgBox {
    margin-top: 40px;
    margin-bottom: 40px;
}
.threeImgBox .keyweb {
    position: relative;
}
.threeImgBox img {
    width: 100%;
}
.threeImgBox .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    text-align: center;
    color: #fff;
}
.threeImgBox .content h4 {
    margin-top: 40px;
    margin-bottom: 0px;
}
.threeImgBox .content p {
    line-height: 30px;
    margin: 20px;
}
.threeImgBox .content:hover {
    background: rgba(0, 0, 0, 0.5);
}

/*标题栏*/
.titleBar {
    height: auto;
    overflow: hidden;
    margin: 20px 0px 10px 0px;
}
.titleBar h5 {
    float: left;
    display: inline-block;
    width: auto;
    padding: 0px;
    color: #333;
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    line-height: 20px;
    overflow: hidden;
    font-weight: 700;
}
.titleBar span {
    float: left;
    display: inline-block;
    width: auto;
    color: #cccccc;
    font-size: 16px;
    padding-right: 5px;
    line-height: 23px;
    text-indent: 10px;
    overflow: hidden;
    font-family: "微软雅黑";
}
.titleBar .rightMore {
    float: right;
    border-radius: 20px;
    display: block;
    line-height: 25px;
    margin-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background: #ddd;
    color: #fff;
    font-size: 12px;
    transition: background 0.5s;
}
.titleBar .rightMore:hover {
    background: #21bcd8;
    color: #fff;
}

.titleBar .bottomButton {
    float: right;
    cursor: pointer;
    border-radius: 0px;
    display: block;
    line-height: 25px;
    margin-left: 10px;
    padding-left: 5px;
    padding-right: 5px;
    width: auto;
    text-align: center;
    background: #333;
    color: #fff;
    font-size: 14px;
    transition: background 0.5s;
}
.titleBar .bottomButton:hover {
    background: #21bcd8;
    color: #fff;
}
.titleBar .selectedBottomButton {
    background: #21bcd8;
}

.homeTitleBar {
    background: #fff url(titlebg.jpg) no-repeat left bottom;
}
.homeTitleBar h5 {
    font-size: 28px;
    line-height: 28px;
    height: 45px;
    width: auto;
}
.homeTitleBar span {
    font-size: 26px;
    line-height: 35px;
}
/*公司简介*/

.aboutBoxBg {
    background: url(/skin/images/aboutbg.jpg) #f3f3f3 no-repeat center center;
    margin-top: 30px;
    margin-bottom: 50px;
    overflow: hidden;
    padding-bottom: 40px;
}

.aboutBox {
    width: 100%;
    overflow: hidden;
    margin: 70px 0px 0px 0px;
}
.aboutBox .title {
    text-align: center;
    height: 45px;
    background: url(titlebg.jpg) no-repeat center bottom;
}

.aboutBox .title h5 {
    display: inline-block;
    width: auto;
    padding: 0px;
    color: #333;
    font-size: 28px;
    line-height: 28px;
    height: 45px;
    overflow: hidden;
    margin: 0;
}
.aboutBox .title span {
    display: none;
}

.aboutBox section {
    display: block;
    margin: 0 auto;
    max-width: 690px;
    text-align: center;
    margin-top: 15px;
}
a.aboutMore {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    padding: 12px 30px;
    transition: background 0.3s;
    background: #21bcd8;
    border-radius: 40px;
}
a.aboutMore:hover {
    color: #fff;
    background-color: #000;
    text-decoration: none;
}
.aboutContent {
    line-height: 31px;
    padding: 8px 0px 0px 0px;
   
}

/*首页产品*/
.productBox {
    margin: 0px 0px 0px 0px;
}
.productBox .list {
    clear: both;
    padding: 0px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.productImg {
    margin: 0px;
    margin-bottom: 20px;
    width: 33.33%;
}

/* 自己写的 */
/* 首页开始 */
.index_about_bgc {
    background-color: #b6d9ee;
}
.text_about {
    text-align: center;
    padding: 50px 0px 20px 0px;
}
.text_about h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
.text_about p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-align: left;
    text-indent: 40px;
}
.more_about {
    text-align: center;
    margin: 40px 0px;
}
.more_about a {
    transition: 1s;
    display: inline-block;
    line-height: 35px;
    width: 135px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    border-radius: 30px;
    border: 2px solid #737272;
    color: #737272;
}
.more_about a:hover {
    background-color: #b6d9ee;
    border: 2px solid #fff;
    color: #fff;
}
.fixedBg {
    min-height: 500px;
    background-image: url(/skin/img/bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
}
.com-footer-p {
    color: #fff;
}
.com-footer-p h3 {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
}
.com-footer-p p {
    font-size: 18px;
    line-height: 30px;
}
.sj_div {
    margin-bottom: 30px;
}
.sj_hy {
    text-overflow: -o-ellipsis-lastline;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.dy_div p a {
    color: #fff;
}
.dt_about {
    margin-top: 35px;
    margin-bottom: 30px;
}
.dt_about h2 {
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}
/* .index_xw_li{border: 2px solid #000000;} */
/* 首页结束 */
/* hear开始 */
.navbar-default .navbar-nav > li > a {
    font-size: 19px;
}
/* hear结束 */
/* 关于我们页面开始 */
.about_con_top {
}
.about_con_p {
    font-size: 16px;
    line-height: 2em;
    letter-spacing: 1px;
}
.about_lxwm_div p {
    margin-top: 15px;
    font-size: 15px;
}
/* 关于我们页面结束 */
/* 网络招聘开始 */
.detailContent table {
    width: 100%;
    border: 1px solid #000;
    cellspacing: 0;
    font-size: 16px;
}
.detailContent table:nth-child(2) {
    margin: 10px 0;
}
.detailContent table:nth-child(3) {
    margin: 10px 0;
}
.detailContent table tbody tr td {
    padding: 10px 0px 10px 20px;
}
/* 网络招聘结束 */
/* 联系我们开始 */
.text-center {
    padding: 50px;
    padding-bottom: 20px;
}
.top_title_name.animated.fadeInDown {
    padding: 0 15px;
}
.text-center h2 {
    font-size: 32px;
}
.text-center p {
    font-size: 15px;
    margin-top: 10px;
    letter-spacing: 1.5px;
}
.lxwm_about .lxwm_p {
    margin-bottom: 10px;
}
.lxwm_p h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}
.lxwm_p p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.8px;
}
.footer_text_center {
    padding: 0px;
}
/* 联系我们结束 */
/* 详情页开始 */
.article_art {
    text-align: center;
}
.article_art h1 {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 10px;
}
.article_art p {
    font-size: 15px;
}
.nr_cbl_div h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 15px;
}
.nr_cbl_div div {
    font-size: 16px;
    letter-spacing: 1px;
    text-indent: 2em;
    line-height: 20px;
    text-align: justify;
    padding: 0px 5px;
}
.pb-4 {
    margin-top: 30px;
}
.pb-4 h3 {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}
.pb-4 h3 span {
    color: #1b56aa;
}
.pb-4 p {
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    color: #9b9999;
}
.pb-5 {
    border: 1px dashed #1b56aa;
}
/* 详情页结束 */
/* 翻页开始 */
.pagess {
    clear: both;
    margin: 20px 0 60px;
    overflow: hidden;
    margin-left: 0px;
    text-align: center;
    font-size: 12px;
}
.pagess ul li {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    line-height: 20px;
    background: #fff;
    color: #999;
}
.pagess ul li:hover {
    background: #ccc;
    color: #fff;
    border: 1px solid #ccc;
}
.pagess ul li:hover a {
    color: #fff;
}
.pagess ul li.thisclass {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 2px 9px;
    margin: 0 3px;
    background: #ccc;
    color: #fff;
}
.pagess ul li.thisclass a {
    color: #fff;
}
.pagess ul li a {
    display: block;
    color: #999;
}
/* 翻页结束 */
/* 上一页下一页开始 */
/*----------- Post Navigation -----------*/
.post-nav {
    border: 0px solid #eee;
    margin: 0px;
    clear: both;
    overflow: hidden;
}
.post-nav div {
    color: #999;
    font-size: 16px;
    position: relative;
    display: block;
    padding-top: 10px;
    letter-spacing: 0.5px;
}
.post-prev {
}
.post-next {
}
.post-nav div span {
    display: none;
    color: #999;
}
.post-nav div a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}
.post-nav div a i {
    color: #aaa;
    font-size: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.post-nav div a:hover i {
    color: #f4ce58;
}
.post-prev a {
}
.post-next a {
}
.post-prev a i {
    left: -5px;
}
.post-next a i {
    right: -5px;
}
.post-nav div a:hover {
    color: #1b56aa;
}
/*----------- Author Widget -----------*/
/* 上一页下一页结束 */
/* 自己写的 */

@media (max-width: 1000px) {
    .productImg {
        width: 50%;
    }
}
.productImg a {
    position: relative;
    display: block;
    width: auto;
    margin: 0px auto 0px auto;
}
.productImg img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}
.productImg img:hover {
}
.productTitle {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #333;
}
.productTitle:hover {
    text-decoration: underline;
}
.viewBig {
    cursor: pointer;
}
/*底部产品*/
.bottomProductBox {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    width: 100%;
}
.bottomProductBox .list {
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.bottomProductImg {
    overflow: hidden;
    padding: 10px;
    border: 1px dashed #ccc;
}
.bottomProductImg:hover {
    border: 1px dashed #000;
}
.bottomProductImg span {
    display: block;
    height: 65px;
    overflow: hidden;
}
.bottomProductImg a {
    float: left;
    background-color: #333;
    color: #fff;
    margin-top: 5px;
    font-size: 12px;
    display: block;
    width: 60px;
    line-height: 22px;
    border-radius: 4px;
    text-align: center;
}
.bottomProductImg img {
    margin-right: 5px;
    float: left;
    display: block;
    height: auto;
    width: 50%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}
.bottomProductImg a:hover {
    background: #21bcd8;
    text-decoration: none;
}
/*产品列表*/
.productList {
    margin: 30px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
#searchProduct {
    overflow: hidden;
    width: 100%;
}
/*介绍列表*/
.nameList {
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 0px;
}
.nameList ul {
    margin: 0px;
    padding: 0px;
}
.nameList li:first-child {
    margin-top: 0px;
}
.nameList li {
    padding: 0px;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
    overflow: hidden;
}
.nameList li span {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #666;
    display: block;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.nameList li > a {
    line-height: 40px;
    display: block;
    text-indent: 5px;
    float: left;
    overflow: hidden;
    width: 80%;
    height: 40px;
}
.nameList li:hover span {
    background: #990000;
}
.nameList li .time {
    width: auto;
    height: auto;
    line-height: 40px;
    color: #666;
    text-align: center;
    background: none;
    display: block;
    font-size: 12px;
    float: right;
    overflow: hidden;
    margin-top: 0px;
}
.nameList li:hover .time {
    background: none;
}

/*新闻列表*/
.newsList {
    margin-bottom: 15px;
    padding: 0px;
}
.newsList ul {
    margin: 0px;
    padding: 0px;
}
.newsList li {
    padding: 0px;
}
.newsList li .wrapper {
    display: block;
    padding: 10px;
    border: 1px dashed #ccc;
    margin-bottom: 15px;
    padding-bottom: 0;
    overflow: hidden;
    position: relative;
}
.newsList li .time {
    width: 70px;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 15px;
}
.newsList li .time .day {
    font-size: 60px;
    color: #888;
    line-height: 58px;
}
.newsList li .time .date {
    font-size: 16px;
    color: #888;
}
.newsList li .img {
    width: 90px;
    height: 90px;
    position: absolute;
    left: 0;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
}
.newsList li .tit {
    margin-bottom: 10px;
    padding-bottom: 12px;
    height: 90px;
    overflow: hidden;
    margin-left: 100px;
    margin-right: 100px;
}
.newsList li .tit span {
    display: block;
    height: 22px;
    overflow: hidden;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
}
.newsList li p {
    margin-left: 0px;
    font-size: 12px;
    line-height: 24px;
    height: 67px;
    color: #888;
    overflow: hidden;
}
.newsList li:hover {
}
.newsList li:hover .wrapper {
    border: 1px dashed #000;
}
.newsList li:hover .time .day,
.newsList li:hover .time .date {
    color: #000;
}
.newsList li:hover .tit {
    border-bottom-color: #000;
    color: #000;
}
.newsList li:hover p {
    color: #000;
}

/*首页新闻*/
.newsBox {
    margin: 0px 0px 70px 0px;
    overflow: hidden;
}
.newsBox .indexNewsList {
    margin-left: -15px;
    margin-left: -15px;
}
.newsBox .imgNewsBox {
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 20px;
}
.newsBox .imgNewsBox img {
    width: 100%;
}
.newsBox .newsList {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
.newsBox .newsList li {
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    line-height: 40px;
    height: 40px;
    padding: 0px;
}
.newsBox .newsList li:hover {
}
.newsBox .newsList li a {
    font-size: 16px;
}
.newsBox .newsList li .tl {
    font-size: 14px;
}
.newsBox .newsList li a:hover {
    text-decoration: none;
    background: none;
    color: #b6d9ee;
}
.newsBox .newsList li span {
    color: #21bcd8;
}

.indexNews {
    margin-top: -10px;
    margin-bottom: 20px;
}
.indexNews li {
    overflow: hidden;
    padding: 0px;
    line-height: 35px;
    border-bottom: 1px dashed #ccc;
}

.leftNewsBox {
    margin: 0px 0px 40px 0px;
}

/*首页联系*/
.contactBox {
    margin: 0px 0px 20px 0px;
}
.contactBox P {
    clear: both;
}
#rightBox {
    float: right;
    color: #383838;
}
/*导航菜单*/
.navbar li span {
    display: none;
}
.navbar {
    margin: 0px;
    margin-top: 0px;
    min-height: 70px;
    border: 0px;
    background: #fff;
    border-radius: 0px;
}
/*翻页组件*/
.pageBar {
    width: 100%;
    overflow: hidden;
    float: left;
    padding-top: 0px;
    margin-bottom: 20px;
    display: inline;
}
.pageBar .pageList {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 35px;
    text-align: center;
}
.pageBar .pageList a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 35px;
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background: #eee;
}
.pageBar .pageList a:hover {
    color: #fff;
    background: #000;
}
.pageBar .pageList .selected {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: default;
}
.pageBar .pageList .selected:hover {
    color: #fff;
    background: #000;
}
.pageBar li {
    float: left;
    list-style-type: none;
    width: 50px;
    text-align: center;
    background: #f7f7f7;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
    min-width: 100px;
}
/*底部信息*/
footer {
    background-color: #141414;
    color: #999;
    padding: 20px 0px 0px 0px;
    margin-top: 20px;
    font-size: 14px;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #21bcd8;
}

footer .footerLogo {
}
footer .footerContact {
    background: url(icon.jpg) left center no-repeat;
    height: 120px;
    line-height: 40px;
    text-align: left;
    padding-left: 30px;
    margin-top: 20px;
}
footer .footerContact * {
    margin: 0;
    padding: 0;
}

footer .quikLink {
    margin: 0 25px 0 25px;
}
footer .footerTitle {
    font-size: 20px;
    background: url(titlebg.jpg) bottom left no-repeat;
    line-height: 40px;
    height: 45px;
    margin-bottom: 20px;
}
footer .footerContent a {
    font-size: 14px;
    width: 50%;
    display: block;
    float: left;
    line-height: 40px;
}

footer .collectBox {
    overflow: hidden;
    margin-top: 25px;
}
footer .collectBox span {
    display: block;
    float: left;
    width: auto;
    line-height: 29px;
}
footer .collectBox .weibo {
    display: block;
    float: left;
    width: 38px;
    height: 29px;
    background: url(fenxiang.png) left top no-repeat;
    margin-left: 10px;
}
footer .collectBox .weixin {
    display: block;
    float: left;
    width: 38px;
    height: 29px;
    background: url(fenxiang.png) right top no-repeat;
}

footer .copyright {
    margin-top: 20px;
    overflow: hidden;
    text-align: center;
}
footer .copyright a {
    color: #c0c0c3;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}
.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
}
.foot_nav a {
    color: #898989;
    display: block;
}
.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}
.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}
.webshare {
    width: 230px;
    padding: 5px;
}
.ewebshare {
    width: 200px;
    padding: 5px;
}

/*横幅*/
.banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0px;
}
.topPadding {
    height: 0px;
    width: 100%;
    background: #fff;
    position: relative;
}

/*内页横幅图片*/
.bannerImg {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bannerImg img {
    max-width: 100%;
    height: auto;
}

.banner .mobileimg {
    display: none;
}

/*产品搜索标题*/
.searchTitle {
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}

/*当前位置*/
.positionBox {
    width: 100%;
    margin: 0px;
    padding: 0px;
}
/*首页导航菜单*/
.indexNavigationGroup {
    display: none;
}
/*导航菜单*/
.navigationBox {
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    margin-bottom: 20px;
}
#firstpane .selected {
    color: #21bcd8;
    font-weight: bold;
}
#firstpane li span {
    cursor: pointer;
    line-height: 35px;
    height: 35px;
    background: #333;
    display: block;
    position: absolute;
    right: 0px;
    top: 2px;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#firstpane li span:hover {
    background: #21bcd8;
}
#firstpane {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: -10px;
}
#firstpane > li {
    float: left;
    width: 100%;
    position: relative;
    margin-top: 15px;
}
#firstpane > li:hover {
}
#firstpane > li > a {
    display: block;
    text-indent: 5px;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    background: url() no-repeat left 16px;
    font-size: 16px;
}
#firstpane > li > a:hover {
    color: #b6d9ee;
}
/*小类*/
#firstpane > li > ul {
    float: left;
    padding: 0px;
    margin: 0px;
    display: none;
    width: 100%;
}
#firstpane > li > ul > li {
    float: left;
    width: 100%;
    position: relative;
}
#firstpane > li > ul > li:hover {
}
#firstpane > li > ul > li > a {
    display: block;
    text-indent: 30px;
    border-bottom: 1px dashed #ccc;
    background: url() no-repeat 18px 16px;
}
#firstpane > li > ul > li > a:hover {
}
/*小类*/
#firstpane > li > ul > li > ul {
    width: 100%;
}
#firstpane > li > ul > li > ul > li {
    float: left;
    width: 100%;
    position: relative;
}
#firstpane > li > ul > li > ul > li:hover {
}
#firstpane > li > ul > li > ul > li > a {
    display: block;
    text-indent: 50px;
    border-bottom: 1px dashed #ccc;
    background: url() no-repeat 38px 16px;
}
#firstpane > li > ul > li > ul > li > a:hover {
}

.keyweb {
    padding: 0px;
}

/*屏幕宽度为414px至767px*/
@media screen and (min-width: 414px) and (max-width: 767px) {
    .col-mm-1,
    .col-mm-2,
    .col-mm-3,
    .col-mm-4,
    .col-mm-5,
    .col-mm-6,
    .col-mm-7,
    .col-mm-8,
    .col-mm-9,
    .col-mm-10,
    .col-mm-11,
    .col-mm-12 {
        float: left;
    }
    .col-mm-12 {
        width: 100%;
    }
    .col-mm-11 {
        width: 91.66666667%;
    }
    .col-mm-10 {
        width: 83.33333333%;
    }
    .col-mm-9 {
        width: 75%;
    }
    .col-mm-8 {
        width: 66.66666667%;
    }
    .col-mm-7 {
        width: 58.33333333%;
    }
    .col-mm-6 {
        width: 50%;
    }
    .col-mm-5 {
        width: 41.66666667%;
    }
    .col-mm-4 {
        width: 33.33333333%;
    }
    .col-mm-3 {
        width: 25%;
    }
    .col-mm-2 {
        width: 16.66666667%;
    }
    .col-mm-1 {
        width: 8.33333333%;
    }
    .logo img {
        max-width: 400px;
    }
}
/*屏幕宽度为480px以下，手机版*/
@media screen and (max-width: 480px) {
}
/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px) {
    header {
        background-color: #5d0503;
    }
    #rightBox {
        float: left;
    }
    .navbar {
        min-height: 65px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
    }
    .navbar-toggle {
        border: 0px;
        margin-top: 19px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    }
    .navbar-default .navbar-toggle .icon-bar {
    }
    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
        margin: 0;
    }
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav > li:last-child {
        border: none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #333;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: url(alpha.png);
        color: #000;
    }
    #navbar {
        border-color: #e7e7e7;
        background: url(alpha.png);
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar .dropdown-menu li a {
        line-height: 30px;
        display: block;
    }
    .navbar .dropdown-menu li a:hover {
        background: url(alpha.png);
    }
    .navbar .dropdown-menu li ul li a {
        color: #fff;
        padding-left: 40px;
    }
    .navbar .dropdown-menu li ul li ul li a {
        color: #fff;
        padding-left: 60px;
    }
    .navbar .dropdown-menu a span {
        display: inline;
    }

    .logo {
        text-align: center;
    }
    .logo img {
        max-width: 700px;
    }
    footer {
        margin-bottom: 50px;
        padding-top: 0px;
    }
    footer .row > div {
        display: none;
    }
    footer #footerSearch {
        display: block;
    }
    footer #footerSearch input {
        width: 75%;
    }
    footer #footerSearch .footerTitle {
        display: none;
    }
    footer #footerSearch .collectBox {
        display: none;
    }
    footer .copyright {
        margin-top: 25px;
        padding: 20px;
    }

    #app_menudown {
        display: block;
    }
    #cmsFloatPanel {
        display: none;
    }
    .slider__arrows-item {
        display: none;
    }

    .mobile {
        margin: 0px;
        padding: 0px;
    }

    .indexNavigationGroup {
        display: block;
    }

    .positionBar .title {
        display: none;
    }
    .positionBar {
        background: #eee;
    }
    .positionBar span {
        margin: 0px;
        float: left;
        padding-left: 10px;
    }
    .positionBar span a {
        font-size: 12px;
        color: #333;
        line-height: 40px;
        text-decoration: none;
    }
    .positionBar span a:hover {
        color: #000;
    }
    .positionBar .moreMenu {
        width: 100%;
    }
    .navigationBox {
        right: 0px;
        width: 100%;
    }
    .welcomeBox {
        display: none;
    }

    .languageBox {
        width: 100%;
        text-align: center;
    }
    .languageBox a {
        border: 0;
        display: inline-block;
        float: none;
    }
    .topContactBox {
        display: none;
    }

    .titleBar {
        border-left: 3px solid #333;
        height: 35px;
        line-height: 35px;
        background: #f9f9f9;
    }
    .titleBar h5 {
        background-image: none;
        padding-left: 4px;
        margin: 0px 0px 0px 5px;
        font-weight: bold;
        font-size: 16px;
        background: none;
        line-height: 35px;
    }
    .titleBar span {
        display: none;
    }

    .newsList li .time {
        display: none;
    }
    .newsList li .tit {
        margin-right: 0;
    }
    .detailTitle {
        margin-left: 0;
    }
    .aboutBoxBg {
        background-repeat: repeat-y;
        margin-bottom: 30px;
    }
    .aboutBox section img {
        width: 100%;
    }
    .aboutBox {
        width: 100%;
        overflow: hidden;
        margin: 40px 0px 0px 0px;
    }

    .newsBox .imgNewsBox {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner .mobileimg {
        display: block;
    }
    .banner .img {
        display: none;
    }
}
.navbar-brand img {
    margin-top: 20px;
}
/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px) {
    #navbar {
        float: right;
        padding: 0px;
        margin: 0px;
    }
    .navbar-nav > li {
    }
    .navbar-nav > li:first-child {
        border-left: 0;
    }
    .navbar-nav > li:last-child {
    }
    .navbar-nav > li > a {
        transition: background 0.4s;
        text-align: center;
        color: #000;
        font-size: 16px;
        background-image: none;
        background-position: center 70px;
        background-repeat: no-repeat;
    }
    .navbar-nav > li .selected {
        background-image: url();
        background-position: center 70px;
        background-repeat: no-repeat;
    }
    .navbar-default .navbar-nav > li > a {
        line-height: 70px;
        padding: 0px;
        padding-left: 15px;
        padding-right: 15px;
        color: #000;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus {
        background-position: center 70px;
        background-repeat: no-repeat;
        background-color: #fff;
        color: #000;
    }
    .navbar-default .navbar-nav-e > li > a {
        font-weight: normal;
    }
    .navbar .dropdown-menu {
        background: rgba(88, 216, 255, 0.77);
        border: none;
        color: #fff;
        padding: 0px;
        border-radius: 0px;
        min-width: 250px;
    }
    .en .navbar .dropdown-menu {
        min-width: 220px;
    }
    .navbar .dropdown-menu li a {
        color: #fff;
        line-height: 35px;
        padding: 0px;
        text-align: left;
        padding-left: 25px;
        padding-right: 25px;
        width: 250px;
    }
    .navbar .dropdown-menu li a:hover {
        background: #1fbdd8;
    }
    .navbar .dropdown-menu li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-top: -35px;
        margin-left: 150px;
        width: 150px;
        background: url(alpha.png);
    }
    .en .navbar .dropdown-menu li ul {
        width: 220px;
        margin-left: 220px;
    }
    .navbar .dropdown-menu li ul a {
        display: block;
    }
    .navbar .dropdown-menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-left: 150px;
    }
    .en .navbar .dropdown-menu li ul li ul {
        margin-left: 220px;
    }
    .navbar .dropdown-menu a span {
        display: none;
    }
    #app_menudown {
        display: none;
    }
    .footer_nav {
        display: none;
    }
}

/*屏幕宽度为992px以上*/
@media screen and (min-width: 992px) {
    .navbar-default .navbar-nav > li > a {
    }
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
    }
}
.productList .new {
    width: 50%;
    width: 48%;
    background: #fff;
    margin-right: 1%;
    margin-left: 1%;
}
.productList .new a {
    text-align: left;
}
#rightBox {
    padding: 0 20px;
}
.ditu img {
    max-width: none;
}
.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}
.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
}
.foot_nav a {
    color: #898989;
    display: block;
}
.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}
.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}
.webshare {
    width: 230px;
    padding: 5px;
}
.ewebshare {
    width: 200px;
    padding: 5px;
}
.sj {
    height: 50px;
    min-height: 50px;
    position: static;
}
@media screen and (min-width: 768px) {
    .footer_nav {
        display: none;
    }
}
.ditu .BMap_center {
    width: 252px !important;
}
.ditu .BMap_bottom {
    height: 25px !important;
}

.dropdown-toggle {
    padding: 10px 15px;
}

@media screen and (max-width: 640px) {
    .rightNa {
        display: none;
    }
    #toolbar2 a span {
        font-size: 22px;
        display: block;
    }
}
@media screen and (max-width: 640px) {
    #toolbar2 {
        color: #fff;
        width: 100%;

        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #333;
        display: block;
    }
    #toolbar2 a {
        width: 100%;
        color: #fff;
        display: block;
        padding: 5px 0 0 0;
        line-height: 23px;
        font-size: 14px;
    }
    .tel {
        display: block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: #fff;
        background: #000;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 100;
    }
    .tel a {
        margin-top: 10px;
    }
}
.col-xs-3 {
    width: 24%;
    display: inline-block;
}
.text-center {
    text-align: center;
}
.layout {
    overflow-x: hidden;
}
@media screen and (min-width: 640px) {
    #toolbar2 {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    #footer .copyright {
        padding-bottom: 60px;
    }
}
.mail-success .conp {
    text-align: left;
}
.rightNa {
    font-size: 12px;
    position: fixed;
    width: 160px;
    right: 0;
    bottom: 30%;
    _position: absolute;
    text-align: left;
    cursor: pointer;
    background-image: url(about:blank);
    z-index: 9999999;
    font-family: "微软雅黑";
}
.rightNa li {
    display: block;
    position: relative;
    height: 30px;
    line-height: 30px;
    margin-bottom: 2px;
    background: #f8f8f8;
    color: #333;
    width: 210px;
    overflow: hidden;
    cursor: pointer;
    right: -150px;
}
.rightNa a {
    color: #333;
}
.rightNa a:hover {
    color: #08489d !important;
}
.rightNa li:hover {
    text-decoration: none;
    color: #08489d;
}
.rightNa li:hover em {
    background: #08489d;
}
.rightNa li em {
    display: block;
    float: left;
    width: 60px;
    background: #08489d;
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}
.rightNa li.rtel em {
    width: 60px;
    height: 30px;
    background: url(/skin/index/rtel.png) center center no-repeat #08489d;
}
.rightNa li.rqq em {
    width: 60px;
    height: 30px;
    background: url(/skin/index/rqq.png) center center no-repeat #39a4dc;
}
.rightNa li.rtel:hover em {
    background: url(/skin/index/rtel.png) center center no-repeat #08489d;
}
.rightNa li.rqq:hover em {
    background: url(/skin/index/rqq.png) center center no-repeat #08489d;
}
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
.gzgs {
    max-width: 1200px;
    width: 100% !important;
}
.gzgs ul.case_list {
    height: 520px;
    position: relative;
}
.gzgs ul.case_list li {
    position: absolute;
    width: 33%;
}
.gzgs ul.case_list li .img-1 {
    width: 100%;
    height: auto;
    overflow: hidden;
}
.gzgs ul.case_list .li_1 {
    top: 0;
    left: 0;
}
.gzgs ul.case_list .li_2 {
    top: 0;
    right: 0;
}
.gzgs ul.case_list .li_3 {
    bottom: 0;
    left: 0;
}
.gzgs ul.case_list .li_4 {
    bottom: 0;
    right: 0;
}
.gzgs ul.case_list .li_5 {
    top: 0;
    left: 33.5%;
}
@media screen and (max-width: 1200px) {
    .gzgs ul.case_list li {
        position: absolute;
        width: 50%;
    }
    .gzgs {
        max-width: 800px;
        width: 80% !important;
    }
    .gzgs ul.case_list .li_1 {
        top: 0;
        left: 0;
    }
    .gzgs ul.case_list .li_3 {
        bottom: 0;
        left: 0;
    }
    .gzgs ul.case_list .li_5 {
        top: 0;
        right: 0;
        left: auto;
    }
    .gzgs ul.case_list .li_2 {
        top: 33%;
        left: 0;
    }
    .gzgs ul.case_list .li_4 {
        bottom: 0;
        right: 0;
    }
    .gzgs ul.case_list {
        height: 790px;
    }
}
@media screen and (max-width: 800px) {
    .gzgs ul.case_list li {
        position: absolute;
        width: 100%;
    }
    .gzgs {
        max-width: 340px;
        width: 80% !important;
    }
    .gzgs ul.case_list .li_1 {
        top: 0;
        left: 0;
    }
    .gzgs ul.case_list .li_3 {
        top: 16.5%;
        left: 0;
    }
    .gzgs ul.case_list .li_2 {
        top: 33%;
        left: 0;
    }
    .gzgs ul.case_list .li_4 {
        bottom: auto;
        right: auto;
        left: 0;
        top: 50%;
    }
    .gzgs ul.case_list .li_5 {
        top: auto;
        bottom: 0;
        left: 0;
    }
    .gzgs ul.case_list {
        height: 1400px;
    }
}
.top-header {
    left: 0;
}
@media (max-width: 767px) {
    .container.lxwm_about,
    .container-fluid.nav-bar {
        padding: 0 !important;
    }
    .top-header {
        width: 100%;
    }
    #rightBox {
        padding: 0 !important;
    }
    .index_about_bgc .row,
    .container.lxwm_about .row {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 15px;
        box-sizing: border-box;
    }
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
body {
    margin: 0;
    padding: 0;
   
    font-size: 14px;
    color: #202020;
    background: url(/skin/syzxwy/gz.jpg);
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
a {
    color: #202020;
}
a:hover {
    color: #ee000d;
}
a:hover,
a:visited,
a {
    text-decoration: none;
}
.mt {
    margin-top: 40px !important;
}
.clear {
    width: 100%;
    overflow: hidden;
    clear: both;
}
img {
    max-width: 100%;
    height: auto;
    border: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}
/*header area*/
.container.lxwm_about {
    overflow: hidden;
}
.top-header {
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    min-height: 70px;
    overflow: hidden;
    background-color: #fff;
}
.header-blank {
    width: 100%;
    height: 70px;
    background: transparent;
    overflow: hidden;
}
.header-logo {
    float: left;
    position: relative;
    z-index: 9999999;
}
.top-header img.logo {
    margin-top: 10px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.nav_zone {
    width: auto;
}
.navbar-default {
    background-color: transparent;
    border-color: transparent;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    -ms-transition: all 0.5s ease 0s;
}
.nav-bar {
    /*margin-top: 19px;*/
}
.navbar-toggle span {
    color: #fff;
}
ul.nav {
    padding: 0;
}
.navbar-default .navbar-nav > li > a {
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    -ms-transition: all 0.7s ease 0s;
    padding: 0 15px;
}
.navbar-default .navbar-nav > li:hover {
    color: #b6d9ee;
    background: url() bottom center no-repeat;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-nav > li:hover > a {
    color: #b6d9ee;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
}
.navbar-default .navbar-nav li.active a {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
}
.navbar-default .navbar-toggle {
    border-color: #fff;
    margin-top: 4px;
}

/*slider area*/

.slider-row {
    margin: 0;
    padding: 0;
}
.slider-wrapper {
    margin: 0;
    padding: 0 !important;
    background: #000 !important;
}

.carousel-control {
    width: 5%;
}
.carousel-inner {
    /*定义幻灯片容器背景*/
}
.item {
    position: relative;
}
.carousel-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
}
@-webkit-keyframes imageAnimation {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        -webkit-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -webkit-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-100%);
    }
    100% {
        opacity: 0;
    }
}
@-moz-keyframes imageAnimation {
    0% {
        opacity: 0;
        -moz-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -moz-transform: scale(1.05);
        -moz-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -moz-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -moz-transform: scale(1.1) translateY(-100%);
    }
    100% {
        opacity: 0;
    }
}
@-o-keyframes imageAnimation {
    0% {
        opacity: 0;
        -o-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -o-transform: scale(1.05);
        -o-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -o-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -o-transform: scale(1.1) translateY(-100%);
    }
    100% {
        opacity: 0;
    }
}
@-ms-keyframes imageAnimation {
    0% {
        opacity: 0;
        -ms-animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        -ms-transform: scale(1.05);
        -ms-animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        -ms-transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -ms-transform: scale(1.1) translateY(-100%);
    }
    100% {
        opacity: 0;
    }
}
@keyframes imageAnimation {
    0% {
        opacity: 0;
        animation-timing-function: ease-in;
    }
    8% {
        opacity: 1;
        transform: scale(1.05);
        animation-timing-function: ease-out;
    }
    17% {
        opacity: 1;
        transform: scale(1.1);
    }
    22% {
        opacity: 0;
        -webkit-transform: scale(1.1) translateY(-20%);
    }
    25% {
        opacity: 0;
        -transform: scale(1.1) translateY(-100%);
    }
    100% {
        opacity: 0;
    }
}
.carousel-inner .item span img {
    width: 100%;
    display: block;
    -webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;
}
#pic0_1 img,
#pic0_2 img,
#pic0_3 img,
#pic0_4 img,
#pic0_5 img {
    max-width: 100%;
    height: auto;
}
#pic0_1 {
    display: block;
    margin: 5% 0 0 10%;
}
#pic0_2 {
    position: absolute;
    width: 38%;
    left: 10%;
    bottom: 15%;
}
#pic0_3 {
    position: absolute;
    width: 15%;
    left: 20%;
    bottom: 10%;
}
#pic0_4 {
    position: absolute;
    width: 15%;
    float: left;
    left: 35%;
    bottom: 10%;
}
#pic0_5 {
    position: absolute;
    width: 30%;
    right: 10%;
    bottom: 10%;
    text-align: right;
}

#pic1 {
    margin: 30% auto 0 auto;
    max-width: 100%;
}
#pic2 {
    position: absolute;
    left: 0;
    top: 34%;
    max-width: 100%;
}
#pic3 {
    margin: 10% auto 0 auto;
    max-width: 100%;
}
.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    width: 35px;
    height: 69px;

    font-size: 0px;
    line-height: 0px;
    text-indent: -999em;
    color: transparent;
}
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    width: 35px;
    height: 69px;
    font-size: 0px;
    line-height: 0px;
    text-indent: -999em;
    color: transparent;
}
.carousel-inner {
    position: relative;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
    opacity: 1;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0) 100%);
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

/* just for demo purpose */

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .item {
    height: 100%;
}

/*  自定义CSS样式开始----*/
.main {
    width: 100%;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
}
.zone1 {
    width: 100%;
    height: 260px;
    overflow: hidden;
    background: url(../images/zone1.jpg) center center no-repeat;
}
.zone1 h2 {
    text-align: center;
    display: block;
    margin-top: 35px;
    font-size: 26px;
}
.zone1 h3 {
    text-transform: uppercase;
    text-align: center;
    display: block;
    margin-top: 5px;
    font-size: 16px;
    color: #656565;
}
ul.zone1_list {
    width: 1260px;
    overflow: hidden;
    margin-top: 5%;
}
ul.zone1_list li {
    float: left;
    width: 260px;
    overflow: hidden;
    margin-right: 40px;
    text-align: center;
}
ul.zone1_list li img {
    width: 258px;
    height: auto;
    border: 1px solid #e5ccc7;
}
ul.zone1_list li h4 {
    display: block;
    margin-top: 15px;
    color: #fff;
    font-size: 14px;
}
ul.zone1_list li h4 a {
    font-size: 14px;
    color: #fff;
}

.line {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 20px;
    background: url(/skin/syzxwy/line.png) center center no-repeat;
}
#fwfw {
    background: url(/skin/syzxwy/fwfw.png) left center no-repeat;
}
#alzs {
    background: url(/skin/syzxwy/cgal.png) left center no-repeat;
}
#gywm {
    background: url(/skin/syzxwy/gywm.png) left center no-repeat;
    padding-left: 70px !important;
}
#xwdt {
    background: url(/skin/syzxwy/news.png) left center no-repeat;
    padding-left: 80px !important;
}

ul.fuwulist {
    width: 1270px;
    overflow: hidden;
}
ul.fuwulist li {
    width: 205px;
    float: left;
    overflow: hidden;
    margin-top: 30px;
    margin-right: 37px;
}
ul.fuwulist li span {
    width: 83px;
    height: 83px;
    display: block;
    margin: 0px auto;
    overflow: hidden;
    border: 1px solid #595959;
    -moz-border-radius: 50%; /* Gecko browsers */
    -webkit-border-radius: 50%; /* Webkit browsers */
    border-radius: 50%; /* W3C syntax */
}
ul.fuwulist li .txt {
    width: auto;
    overflow: hidden;
    padding: 8px;
    margin-top: 13px;
}
ul.fuwulist li .txt h3 {
    text-align: center;
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #2f2e2e;
}
ul.fuwulist li .txt p {
    font-size: 12px;
    color: #6c6c6c;
    line-height: 20px;
    margin-top: 10px;
}
ul.fuwulist li .txt .fuwu_btn {
    width: 67px;
    height: 24px;
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
    line-height: 24px;
    border: 1px solid #b8b8b8;
    color: #6c6c6c;
    font-size: 12px;
}
ul.fuwulist li:hover .txt {
    background-color: #d6d6d6;
    transition: 0.6s;
}
ul.fuwulist li .txt .fuwu_btn:hover {
    background-color: #b8b8b8;
    color: #fff;
    transition: 0.6s;
}
#fuwu1 {
    background: url(../images/ico1.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu1 {
    background: url(../images/ico1_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu2 {
    background: url(../images/ico2.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu2 {
    background: url(../images/ico2_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu3 {
    background: url(../images/ico3.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu3 {
    background: url(../images/ico3_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu4 {
    background: url(../images/ico4.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu4 {
    background: url(../images/ico4_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu5 {
    background: url(../images/ico5.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu5 {
    background: url(../images/ico5_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu6 {
    background: url(../images/ico6.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu6 {
    background: url(../images/ico6_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu7 {
    background: url(../images/ico7.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu7 {
    background: url(../images/ico7_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu8 {
    background: url(../images/ico8.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu8 {
    background: url(../images/ico8_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu9 {
    background: url(../images/ico9.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu9 {
    background: url(../images/ico9_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
#fuwu10 {
    background: url(../images/ico10.png) center center no-repeat;
}
ul.fuwulist li:hover #fuwu10 {
    background: url(../images/ico10_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
.index_ad {
    width: 100%;
    overflow: hidden;
}
.ad {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
    margin-top: 5%;
}
.ad strong {
    font-size: 24px;
    color: #fff;
    font-weight: normal;
    margin-top: 10px;
    display: block;
}
.ad p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    display: block;
}
.ada {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
    text-align: center;
}
.ada strong {
    font-size: 48px;
    color: #fff;
    font-weight: normal;
    margin-top: 85px;
    display: block;
}
.ada p {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
    display: block;
}
#index_ad1 {
    height: 304px;
    background: url(/skin/syzxwy/ad1.jpg) center center no-repeat;
    margin-top: 10px;
}
#index_ad11 {
    height: 304px;
    background: url(/skin/syzxwy/ad11.jpg) center center no-repeat;
    margin-top: 10px;
}
#index_ad2 {
    height: 305px;
    background: url(/skin/syzxwy/ad2.jpg) center center no-repeat;
    margin-top: 40px;
}
#index_ad3 {
    height: 305px;
    background: url(/skin/syzxwy/ad3.jpg) center center no-repeat;
    margin-top: 20px;
}
#index_ad4 {
    height: 305px;
    background: url(/skin/syzxwy/ad4.jpg) center center no-repeat;
    margin-top: 40px;
}
#index_ad5 {
    height: 487px;
    background: url(/skin/syzxwy/ad5.jpg) center center no-repeat;
}
.index_ad5_txt {
    text-align: left;
    float: left;
    margin-top: 100px;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.index_ad5_txt em {
    font-size: 24px;
    font-style: normal;
    color: #ff3334;
}
ul.anli_fenlei {
    max-width: 602px;
    height: 35px;
    overflow: hidden;
    margin: 35px auto 30px auto;
    border: 2px solid #000;
    border-right: none;
    padding: 0;
}
ul.anli_fenlei li {
    width: 50%;
    border-right: 2px solid #000;
    float: left;
    text-align: center;
}
ul.anli_fenlei li a {
    line-height: 32px;
    color: #6c6c6c;
    font-size: 18px;
}
ul.anli_fenlei li:hover {
    background-color: #b6d9ee;
    transition: 0.6s;
}
ul.anli_fenlei li:hover a {
    color: #fff;
}
.about_txt {
    color: #6c6c6c;
    line-height: 25px;
    overflow: hidden;
}
ul.about_pic {
    width: 1250px;
    overflow: hidden;
    margin-top: 40px;
    padding: 0;
}
ul.about_pic li {
    float: left;
    margin-right: 40px;
    padding-bottom: 5px;
}
ul.about_pic li img {
    width: 266px;
    height: auto;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}
#news_zone {
    width: 1260px;
    overflow: hidden;
    margin-top: 35px;
    margin-left: 76px;
}
dl.toutiao {
    width: 576px;
    float: left;
    margin-right: 45px;
}
dl.toutiao dt {
    width: 262px;
    padding: 5px;
    float: left;
}
dl.toutiao dt img {
    width: 262px;
    height: auto;
    border: 1px solid #fff;
    -moz-box-shadow: 0px 0px 5px #999;
    -webkit-box-shadow: 0px 0px 5px #999;
    box-shadow: 0px 0px 5px #999;
}
dl.toutiao dt:hover img {
    border: 1px solid #ee000d;
    -moz-box-shadow: 0px 0px 5px #ee000d;
    -webkit-box-shadow: 0px 0px 5px #ee000d;
    box-shadow: 0px 0px 5px #ee000d;
    transition: 0.6s;
}
dl.toutiao dd {
    width: 295px;
    float: right;
    overflow: hidden;
}
dl.toutiao dd h2 {
    display: block;
    font-weight: normal;
    margin-top: 10px;
}
dl.toutiao dd h2 a {
    font-size: 18px;
    color: #3c3c3c;
}
dl.toutiao dd:hover h2 a {
    color: #ee000d;
    transition: 0.6s;
}
dl.toutiao dd .time {
    width: 78px;
    height: 21px;
    display: block;
    margin-top: 10px;
    border: 1px solid #c1c1c1;
    font-size: 12px;
    color: #6c6c6c;
    text-align: center;
}
dl.toutiao dd .line {
    width: 100%;
    height: 2px;
    display: block;
    margin-top: 10px;
    background: url(../images/line.jpg) repeat-x;
}
dl.toutiao dd .info {
    overflow: hidden;
    margin-top: 10px;
    font-size: 12px;
    color: #6c6c6c;
    line-height: 23px;
}
dl.newslist {
    width: 576px;
    padding: 15px;
    float: left;
    margin-right: 45px;
    border: 2px solid #c1c1c1;
    overflow: hidden;
}
dl.newslist dd {
    float: left;
    width: 390px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
dl.newslist:hover {
    border-color: #b6d9ee;
    transition: 0.6s;
}
dl.newslist dd h2 {
    display: block;
    font-weight: 550;
    margin-top: 10px;
}
dl.newslist dd h2 a {
    font-size: 18px;
    color: #3c3c3c;
}
dl.newslist dd:hover h2 a {
    color: #b6d9ee;
    transition: 0.6s;
}
dl.newslist dd .info {
    overflow: hidden;
    margin-top: 10px;
    font-size: 15px;
    color: #6c6c6c;
    line-height: 23px;
}
dl.newslist dt {
    width: 108px;
    height: 88px;
    float: right;
    border-left: 2px solid #c1c1c1;
    padding-left: 20px;
}
dl.newslist dt .yuefen {
    display: block;
    font-size: 30px;
    color: #6c6c6c;
    font-weight: normal;
    margin-top: 10px;
}
dl.newslist dt .nianfen {
    display: block;
    color: #6c6c6c;
    font-size: 14px;
    font-weight: normal;
    overflow: hidden;
}
.index_xw_li a {
    color: #000;
}
#index_dl {
    border: 2px solid #000000;
}
#index_dl:hover {
    border: 2px solid #fff;
    color: #fff;
}
#index_dd a:hover {
    color: #fff;
}
#index_dd:hover a {
    color: #fff;
}

#news_btn {
    width: 100px;
    height: 35px;
    display: block;
    margin: 15px auto 0 auto;
    line-height: 35px;
    text-align: center;
    color: #6c6c6c;
    clear: both;
    border: 1px solid #c1c1c1;
}
#news_btn:hover {
    background-color: #b6d9ee;
    border-color: #b6d9ee;
    color: #fff;
    transition: 0.6s;
}
ul.huoban_list {
    width: auto;
    overflow: hidden;
    margin-top: 30px;
    padding: 0;
}
ul.huoban_list li {
    float: left;
    width: 16.66666666666%;
    text-align: center;
    margin-bottom: 10px;
}
ul.huoban_list li img {
    width: 100%;
    height: auto;
    filter: Gray;

    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    border: 1px solid #c1c1c1;
    border-right: none;
}
ul.huoban_list li:last-child img {
    border-right: 1px solid #c1c1c1;
}
ul.huoban_list li:hover img {
    filter: Color;
    -webkit-filter: grayscale(0);
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    transition: 0.6s;
}
ul.huoban_list li h3 {
    display: block;
    margin-top: 10px;
    font-size: 12px;
    color: #6c6c6c;
}
#ad_new {
    background: url(../images/ad_new.png) no-repeat center center;
    height: 305px;
    margin-top: 30px;
}
.index_kehu {
    width: 100%;
    overflow: hidden;
    margin-top: 30px;
}
.index_kehu ul {
}
.index_kehu ul li {
    min-height: 110px;
    text-align: center;
    overflow: hidden;
    float: left;
    color: #fff;
    padding: 20px 0;
}
.index_kehu ul li .shu {
    font-size: 34px;
}
.index_kehu ul li .shu span {
 
    font-weight: 400;
    font-size: 36px;
}
.index_kehu ul li .diqu {
    font-size: 18px;
    margin-top: 10px;
}
#kehu1 {
    width: 29.7395833333%;
    background: url(../images/kehu1.jpg) repeat-y;
}
#kehu2 {
    width: 19.5833333333%;
    background: url(../images/kehu2.jpg) repeat-y;
}
#kehu3 {
    width: 10.5208333333%;
    background: url(../images/kehu3.jpg) repeat-y;
}
#kehu4 {
    width: 10.0520833333%;
    background: url(../images/kehu4.jpg) repeat-y;
}
#kehu5 {
    width: 10.0520833333%;
    background: url(../images/kehu5.jpg) repeat-y;
}
#kehu6 {
    width: 10%;
    background: url(../images/kehu6.jpg) repeat-y;
}
#kehu7 {
    width: 10.0520833333%;
    background: url(../images/kehu7.jpg) repeat-y;
}
.index_contact {
    width: 100%;
    height: 414px;
    overflow: hidden;
    background: url(../images/contact_bg.jpg) center center no-repeat;
}
.index_contact dl {
    float: left;
    overflow: hidden;
    margin-top: 105px;
}
.index_contact dl dt {
    display: block;
    margin-bottom: 20px;
    font-size: 24px;
    color: #fff;
    font-weight: normal;
}
.index_contact dl dd h2 {
    font-size: 18px;
    margin-bottom: 20px;
}
.index_contact dl dd {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}
.index_contact dl dd a {
    color: #fff;
}
.index_contact dl dd.qq {
    padding-left: 25px;
    background: url(../images/qq.png) left center no-repeat;
}
.index_contact dl dd.phone {
    padding-left: 25px;
    background: url(../images/phone.png) left center no-repeat;
}
#c1 {
    width: 330px;
    float: left;
}
#c2 {
    width: 285px;
    float: left;
    margin-left: 160px;
}
#c3 {
    width: 285px;
    float: right;
    overflow: hidden;
}
.liuyan_l {
    width: 405px;
    float: left;
    overflow: hidden;
    background: url(../images/liuyan_left.png) left 20px no-repeat;
}
.liuyan_l_r {
    width: 235px;
    float: right;
    overflow: hidden;
}
.liuyan_l_r h2 {
    font-size: 20px;
    color: #353535;
    display: block;
}
.liuyan_l_r h3 {
    font-size: 12px;
    color: #6c6c6c;
    display: block;
    margin-top: 10px;
}
.liuyan_l_r .line {
    height: 16px;
    background: url(../images/line.png) left center no-repeat;
    display: block;
}
.liuyan_l_txt {
    font-size: 12px;
    color: #353535;
    line-height: 25px;
}
.liuyan_r {
    width: 730px;
    float: right;
    overflow: hidden;
}
.index_biaodan {
}
.index_biaodan p {
    overflow: hidden;
    margin-bottom: 25px;
}
.index_biaodan span {
}
.index_biaodan .fl {
    float: left;
}
.index_biaodan .fr {
    float: right;
}
.index_biaodan i {
    float: left;
    margin-right: 5px;
}
#i1 {
    width: 38px;
    height: 38px;
    background: url(../images/i1.jpg) center center no-repeat #383c45;
}
#i2 {
    width: 38px;
    height: 38px;
    background: url(../images/i2.jpg) center center no-repeat #383c45;
}
#i3 {
    width: 38px;
    height: 38px;
    background: url(../images/i3.jpg) center center no-repeat #383c45;
}
#i4 {
    width: 38px;
    height: 38px;
    background: url(../images/i4.jpg) center center no-repeat #383c45;
}
#i5 {
    width: 38px;
    height: 76px;
    background: url(../images/i5.jpg) center center no-repeat #383c45;
}
.index_biaodan .itext {
    width: 305px;
    height: 38px;
    float: left;
    border: none;
    background-color: #d3d3d3;
    line-height: 38px;
    text-indent: 10px;
    font-size: 12px;
    color: #6c6c6c;
    outline: none;
}
.index_biaodan #content {
    width: 684px;
    height: 76px;
    float: right;
    padding: 5px;
    overflow: hidden;
    border: none;
    background-color: #d3d3d3;
    font-size: 12px;
    color: #6c6c6c;
    outline: none;
}
.index_biaodan #submit {
    width: 88px;
    height: 33px;
    display: block;
    background: url(../images/liuyan_btn.png) center center no-repeat #ee000d;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}

.footer_zone {
    width: 100%;
    overflow: hidden;
    background-color: #2f2f2f;
    margin-top: 50px;
}
footer {
    width: 1200px;
    margin: 0px auto;
    overflow: hidden;
}
.footer_l {
    width: auto;
    float: left;
    overflow: hidden;
}
.footer_l img {
    float: left;
    max-width: 120px;
    height: auto;
    margin-right: 48px;
}
.footer_m {
    width: 315px;
    float: left;
    margin-left: 100px;
    overflow: hidden;
}
ul.footer_ico {
    width: auto;
    overflow: Hidden;
}
ul.footer_ico li {
    float: left;
    width: 102px;
    height: 80px;
}
ul.footer_ico #wyly {
    background: url(../images/ico11.png) center 16px no-repeat #000;
}
ul.footer_ico #wyly:hover {
    background: url(../images/ico11_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico #qyqq {
    background: url(../images/ico12.png) center 16px no-repeat #000;
    border-left: 1px solid #2d2d2d;
    border-right: 1px solid #2d2d2d;
}
ul.footer_ico #qyqq:hover {
    background: url(../images/ico12_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico #qywb {
    background: url(../images/ico13.png) center 16px no-repeat #000;
}
ul.footer_ico #qywb:hover {
    background: url(../images/ico13_on.png) center 16px no-repeat #b6d9ee;
}
ul.footer_ico li:hover {
    transition: 0.6s;
}
ul.footer_ico li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
}
ul.footer_ico li a span {
    font-size: 12px;
    color: #8e8e8e;
    margin-top: 55px;
    display: block;
}
ul.footer_ico li:hover a span {
    color: #fff;
}
.footer_m p {
    font-size: 12px;
    color: #fff;
    margin-top: 10px;
    overflow: hidden;
    clear: both;
}
.footer_m strong {
    display: block;
    margin-top: 5px;
    font-size: 18px;
    color: #fff;
  
    font-weight: normal;
}
.footer_r {
    width: auto;
    overflow: hidden;
    float: right;
}
.footer_r ul {
    width: auto;
    overflow: hidden;
}
.footer_r ul li {
    line-height: 25px;
    padding-left: 20px;
    color: #fff;
    font-size: 12px;
}
#r1 {
    background: url(../images/sico1.png) left center no-repeat;
}
#r2 {
    background: url(../images/sico2.png) left center no-repeat;
}
#r3 {
    background: url(../images/sico3.png) left center no-repeat;
}
#r4 {
    background: url(../images/sico4.png) left center no-repeat;
}
#r5 {
    background: url(../images/sico5.png) left center no-repeat;
}

.copy_zone {
    width: 100%;
    overflow: hidden;
    background: center 40px repeat-x #2f2f2f;
    text-align: center;
    padding: 20px 0 0px 0;
}
.copy {
    width: auto;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    background-color: #2f2f2f;
    font-size: 14px;
    color: #fff;
    line-height: 43px;
    /* height:40px; */
    /* overflow:hidden; */
}
.copy a {
    color: #fff;
}
.link {
    width: auto;
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    text-align: left;
}
.link h2 {
    float: left;
    color: #686868;
    line-height: 25px;
}
.link a {
    color: #868686;
    padding: 0;
    line-height: 25px;
}

.ny_banner {
    width: 100%;
    height: 310px;
    overflow: Hidden;
}
.ny_banner img {
    display: none;
}
.banner img {
    width: 100%;
    display: block;
}
.page {
    width: auto;
    overflow: hidden;
    margin-top: 10px;
    text-align: center;
    margin-right: 60px;
}
.page a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 10px;
    width: 104px;
    height: 38px;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
}
#shangye {
    background: url(/skin/img/scroll_l.png) no-repeat;
}
#shangye:hover {
    background: url(/skin/img/scroll_l_hover.png) no-repeat;
    transition: 0.6s;
}
#xiaye {
    background: url(/skin/img/scroll_r.png) no-repeat;
}
#xiaye:hover {
    background: url(/skin/img/scroll_r_hover.png) no-repeat;
    transition: 0.6s;
}
/*-----------内页服务列表---------*/
ul.ny_fuwulist {
    width: 1300px;
    overflow: hidden;
    position: relative;
}
ul.ny_fuwulist li {
    width: 560px;
    float: left;
    overflow: hidden;
    margin-top: 3em;
    margin-right: 85px;
}
ul.ny_fuwulist li span {
    width: 83px;
    height: 83px;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    overflow: hidden;
    border: 1px solid #595959;
    -moz-border-radius: 50%; /* Gecko browsers */
    -webkit-border-radius: 50%; /* Webkit browsers */
    border-radius: 50%; /* W3C syntax */
    float: left;
}
ul.ny_fuwulist li h3 {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-weight: bold;
    font-size: 16px;
    color: #2f2e2e;
    float: left;
    line-height: 83px;
    margin-left: 15px;
}
ul.ny_fuwulist li .txt {
    width: 100%;
    overflow: hidden;
    padding: 8px;
    margin-top: 10px;
}
ul.ny_fuwulist li .txt p {
    font-size: 14px;
    color: #6c6c6c;
    line-height: 25px;
    margin-top: 10px;
}
ul.ny_fuwulist li:hover .txt {
    background-color: #d6d6d6;
    transition: 0.6s;
}
ul.ny_fuwulist li .txt .fuwu_btn:hover {
    background-color: #b8b8b8;
    color: #fff;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu1 {
    background: url(../images/ico1_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu2 {
    background: url(../images/ico2_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu3 {
    background: url(../images/ico3_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu4 {
    background: url(../images/ico4_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu5 {
    background: url(../images/ico5_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu6 {
    background: url(../images/ico6_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu7 {
    background: url(../images/ico7_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu8 {
    background: url(../images/ico8_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu9 {
    background: url(../images/ico9_on.png) center center no-repeat #595959;
    transition: 0.6s;
}

ul.ny_fuwulist li:hover #fuwu10 {
    background: url(../images/ico10_on.png) center center no-repeat #595959;
    transition: 0.6s;
}
ul.ny_fuwulist hr {
    width: 100%;
    height: 2px;
    border-top: 1px dashed #a7a7a7;
    position: absolute;
    left: 0;
}
ul.ny_fuwulist #hr1 {
    top: 200px;
}
ul.ny_fuwulist #hr2 {
    top: 410px;
}
ul.ny_fuwulist #hr3 {
    top: 620px;
}
ul.ny_fuwulist #hr4 {
    top: 830px;
}
.service_pic {
    margin-top: 60px;
    overflow: hidden;
}
#service_pic1 {
    float: left;
}
#service_pic2 {
    float: right;
}
.article_btn {
    width: 100%;
    text-align: center;
    overflow: hidden;
}

.article_btn a {
    width: 35px;
    height: 35px;
    border: 1.5px solid #c1c1c1;
    overflow: hidden;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    -moz-border-radius: 30px; /* Gecko browsers */
    -webkit-border-radius: 30px; /* Webkit browsers */
    border-radius: 30px; /* W3C syntax */
    margin: 0 3px;
}
.article_btn a i {
    font-size: 14px;
    color: #666;
    line-height: 35px;
}
.article_btn a:hover {
    background-color: #6c6c6c;
    transition: 0.8s;
}
.article_btn a:hover i {
    color: #fff;
}
.article_pic {
    margin-top: 30px;
    text-align: center;
}
.article_pic img {
    max-width: 100%;
    height: auto;
}
.article_title {
    font-size: 28px;
    color: #2d257b;
    font-weight: normal;
    background: url(/skin/syzxwy/line.png) bottom center no-repeat;
    text-align: center;
    overflow: hidden;
    display: block;
    margin-top: 20px;
    padding-bottom: 20px;
}
.article_body {
    margin-top: 20px;
    line-height: 30px;
    color: #6c6c6c;
}

/*-----------锚点偏移---------*/
#a2,
#a3,
#a4,
#a5,
#a6 {
    padding-top: 85px !important;
    margin-top: -85px !important;
}
/*-----------内页案例-----------------*/
ul.ny_caselist {
    overflow: hidden;
}
ul.ny_caselist li {
    width: 25%;
    overflow: hidden;
    text-align: center;
    float: left;
    padding: 10px;
}
ul.ny_caselist li img {
    width: 100%;
    height: auto;
}
ul.ny_caselist li h3 {
    height: 45px;
    line-height: 45px;
    background-color: #fff;
    margin: 0;
}
ul.ny_caselist li h3 a {
    font-size: 14px;
    font-weight: normal;
    color: #6c6c6c;
}
ul.ny_caselist li:hover h3 {
    background-color: #b6d9ee;
    transition: 0.6s;
}
ul.ny_caselist li:hover h3 a {
    color: #fff;
}
ul.case_list {
    width: 100%;
    overflow: hidden;
    margin: 0;
}
ul.case_list li {
    width: 25%;
    text-align: center;
    overflow: hidden;
    float: left;
    padding: 10px;
}
ul.case_list li img {
    width: 100%;
    height: auto;
    /*
	transition:0.6s;
	*/
}
ul.case_list li:hover img {
    /*
	transform:scale(1.5);
	transition:0.6s;
	*/
}
ul.case_list li h3 {
    height: 45px;
    line-height: 45px;
    background-color: #f1f3f7;
    margin: 0;
    border: 1px #d8d8d8 solid;
}
ul.case_list li h3 a {
    font-size: 14px;
    font-weight: normal;
    color: #6c6c6c;
}
ul.case_list li:hover h3 {
    background-color: #009149;
    transition: 0.6s;
    border: none;
}
ul.case_list li:hover h3 a {
    color: #fff;
}
/******************************响应式代码********************************/
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .container {
        width: 70%;
    }
    .main {
        width: 70%;
    }
    ul.zone1_list {
        width: auto;
        margin-top: 5%;
    }
    ul.zone1_list li {
        width: 23%;
        margin: 0 1%;
    }
    ul.fuwulist {
        width: auto;
    }
    ul.fuwulist li {
        width: 18%;
        margin-right: 1%;
        margin-left: 1%;
    }
    ul.about_pic {
        width: auto;
    }
    ul.about_pic li {
        width: 23%;
        margin: 0 1%;
    }
    #news_zone {
        width: auto;
    }
    dl.toutiao {
        width: 48%;
        margin: 0 1%;
    }
    dl.toutiao dt {
        width: 25%;
    }
    dl.toutiao dd {
        width: 70%;
    }
    dl.toutiao dd .info {
        display: none;
    }
    dl.newslist {
        width: 48%;
        margin: 1em 1%;
        height: auto;
    }
    dl.newslist dd {
        width: 70%;
    }
    dl.newslist dt {
        width: 30%;
        padding: 0;
        text-align: center;
    }
    #c1,
    #c2,
    #c3 {
        width: 30%;
        margin-left: 1.5%;
        margin-right: 1.5%;
    }
    .liuyan_l {
        width: 25%;
        background: none;
    }
    .liuyan_l_r {
        margin: 0;
    }
    .liuyan_r {
        width: 70%;
    }
    .index_biaodan p span {
        width: 48%;
        margin: 0 1%;
    }
    .index_biaodan p span i {
        margin-right: 0;
    }
    #i1,
    #i2,
    #i3,
    #i4 {
        width: 10%;
        float: left;
    }
    #i5 {
        margin-left: 1%;
        width: 5%;
        margin-right: 0;
    }
    .index_biaodan .itext {
        width: 90%;
        float: right;
    }
    .index_biaodan #content {
        margin-right: 1%;
        width: 93%;
        padding: 0;
        float: left;
    }
    footer {
        width: 70%;
    }
    .footer_l {
        width: 30%;
    }
    .footer_l img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }
    .footer_m {
        width: 32%;
        margin: 0 2%;
    }
    .footer_r {
        width: 30%;
    }
    ul.footer_ico li {
        width: 32%;
    }
}
@media only screen and (max-width: 1440px) {
    #s1_txt1 {
        height: 80%;
        width: auto;
    }
    #s1_txt3 {
        height: 60%;
        width: auto;
    }
}
@media only screen and (max-width: 1366px) {
    ul.zone1_list {
        width: auto;
        margin-top: 4%;
    }
    #pic0_1 {
        max-width: 50%;
    }
    #pic0_5 {
        max-width: 30%;
    }
}
@media only screen and (max-width: 1024px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
    }
    .main {
        width: auto;
    }
    ul.zone1_list {
        width: auto;
    }
    ul.zone1_list li {
        width: 22%;
        margin: 0 1.5%;
    }
    ul.fuwulist {
        width: auto;
    }
    ul.fuwulist li {
        width: 18%;
        margin: 2em 1% 0 1%;
    }
    .ad {
        width: auto;
    }
    .ad strong {
        font-size: 2.6em;
    }
    .about_txt {
        padding: 0 2%;
    }
    ul.about_pic {
        width: auto;
    }
    ul.about_pic li {
        width: 23%;
        margin: 0 1%;
    }
    #news_zone {
        width: auto;
    }
    dl.toutiao {
        width: 100%;
        float: none;
        clear: both;
    }
    dl.toutiao dt {
        width: 29%;
        margin-left: 1%;
    }
    dl.toutiao dd {
        width: 69%;
        margin-right: 1%;
    }
    dl.newslist {
        width: 46%;
        height: auto;
        padding: 1%;
        margin: 1em 1% 0 1%;
    }
    dl.newslist dd {
        width: 70%;
    }
    dl.newslist dt {
        width: 30%;
        padding: 0;
        text-align: center;
    }
    dl.newslist dt .yuefen {
        text-align: center;
    }
    .index_ad5_txt {
        margin-left: 2%;
    }
    #c1 {
        width: 33%;
        margin-left: 2%;
    }
    #c2 {
        width: 30%;
        margin-left: 2%;
    }
    #c3 {
        width: 31%;
    }
    .liuyan_l {
        width: 24%;
        background: none;
        margin-left: 1%;
    }
    .liuyan_l_r {
        float: none;
        width: auto;
    }
    .liuyan_r {
        width: 74%;
        margin-right: 1%;
    }
    .footer_zone {
        padding-top: 40px;
    }
    footer {
        width: auto;
    }
    .footer_l {
        width: 30%;
        margin-left: 1%;
    }
    .footer_l img {
        width: 48%;
        height: auto;
        margin: 0 1%;
    }
    .footer_m {
        width: 30%;
        margin-left: 1%;
    }
    ul.footer_ico li {
        width: 32%;
    }
    .footer_r {
        width: 30%;
        margin-right: 1%;
    }
    ul.ny_fuwulist {
        width: auto;
    }
    ul.ny_fuwulist li {
        width: 46%;
        margin: 2em 2%;
        border-bottom: 1px dashed #a7a7a7;
    }
    hr {
        display: none;
    }
    .service_pic {
        width: auto;
    }
    .service_pic img {
        width: 46%;
        height: auto;
        margin: 0 2%;
    }
    ul.ny_caselist {
        width: auto;
    }
    ul.ny_caselist li {
        width: 31.3333333%;
        margin: 30px 1%;
    }
    .article_body {
        padding: 0 1%;
    }
    .article_body img {
        max-width: 100%;
        height: auto;
    }
    .link {
        padding: 0 1.5%;
    }
}
@media only screen and (max-width: 768px) {
    #pic0_2 {
        bottom: 5%;
    }
    .copy_zone {
        padding: 0px 0px 40px 0px;
    }
    .copy_zone > div {
        display: none;
    }
    .copy {
        height: 120px;
        /* line-height: 20px; */
    }
    .page {
        margin-right: 0px;
    }
    #news_zone {
        margin-left: 0px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 10px 10px !important;
    }
    .top-header img.logo {
        /*margin-top:28px;*/
    }
    .zone1 {
        height: auto;
        padding: 3em 0;
    }
    ul.zone1_list {
        margin: 0 auto;
    }
    #index_ad1,
    #index_ad2,
    #index_ad3,
    #index_ad4,
    #index_ad5,
    #index_ad11 {
        width: auto;
        height: auto;
        padding: 4em 0;
        overflow: hidden;
        background-size: cover;
    }
    #index_ad1 strong,
    #index_ad2 strong,
    #index_ad3 strong,
    #index_ad4 strong {
        margin: 0;
    }
    #index_ad1 p,
    #index_ad2 p,
    #index_ad3 p,
    #index_ad4 p {
        font-size: 1em;
        line-height: 2em;
    }
    .index_ad5_txt {
        margin-top: 0;
    }
    dl.newslist dd {
        width: auto;
        float: none;
    }
    dl.newslist dt {
        display: none;
    }
    .liuyan_l {
        display: none;
    }
    .liuyan_r {
        float: none;
        width: auto;
        padding: 0 1%;
    }
    .footer_m {
        margin-left: 4%;
    }
}
/* XS Portrait */
@media screen and (max-width: 767px) {
    .ny_banner .mobileimg {
        display: block;
    }
    .ny_banner .img111 {
        display: none;
    }
}
@media only screen and (max-width: 414px) {
    .navbar-default .navbar-toggle {
        border-color: #fff;
        right: 1%;
    }
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 14px;
        text-align: left;
    }
    .navbar-default .navbar-nav > li > a.active {
        background: none;
    }
    .col-xs-2 {
        width: 60%;
    }
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        width: 18px;
        height: 35px;
        margin-right: 1%;
    }
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        width: 18px;
        height: 35px;
        margin-left: 1%;
    }
    #pic3 {
        max-width: 60%;
        margin: 7% auto 0 auto;
    }
    .zone1 {
        height: auto;
        background-size: cover;
        padding-bottom: 1em;
    }
    ul.zone1_list {
        margin-top: 15px;
    }
    ul.zone1_list li {
        width: 47%;
        margin: 1em 1.5% 0 1.5%;
    }
    .index_title {
        margin-top: 1.5em;
    }
    .index_title h3 {
        padding: 0 1%;
        line-height: 25px;
    }
    ul.fuwulist li {
        width: 48%;
        margin: 1.5em 1% 0 1%;
    }
    .ad strong {
        font-size: 1.8em;
    }
    .ad p {
        font-size: 0.5em;
    }
    #index_ad1,
    #index_ad2,
    #index_ad3,
    #index_ad4,
    #index_ad5,
    #index_ad11 {
        padding: 2em 2% 2em 2%;
    }
    ul.anli_fenlei {
        width: auto;
    }
    ul.about_pic li {
        width: 48%;
        margin: 1em 1%;
    }
    dl.toutiao dt {
        width: auto;
        float: none;
    }
    dl.toutiao dt img {
        width: 100%;
        height: auto;
    }
    dl.toutiao dd {
        width: auto;
        float: none;
        margin-top: 1em;
        padding: 0 1.5%;
    }
    dl.newslist {
        width: auto;
        float: none;
    }
    ul.huoban_list {
        margin: 0;
    }
    ul.huoban_list li {
        width: 33.333333333%;
        margin-top: 1em;
    }
    .index_kehu {
        display: none;
    }
    #index_ad5 {
        margin-top: 2em;
    }
    .index_ad5_txt {
        font-size: 1em;
    }
    .index_contact {
        height: auto;
        background-size: cover;
    }
    #c1,
    #c2,
    #c3 {
        width: auto;
        float: none;
        padding: 0 1%;
        margin-top: 2em;
    }

    .index_contact dl dt {
        font-size: 16px;
    }
    .index_contact dl dd h2 {
        font-size: 14px;
    }
    .index_contact dl dd {
        font-size: 12px;
        line-height: 24px;
    }
    .index_biaodan .fl,
    .index_biaodan .fr {
        float: none;
    }
    .index_biaodan p {
        margin: 0;
    }
    .index_biaodan i {
        margin-bottom: 15px;
        margin-right: 0;
    }
    #i1,
    #i2,
    #i3,
    #i4,
    #i5 {
        width: 15%;
    }
    .index_biaodan .itext {
        margin-bottom: 15px;
        width: 83%;
        float: right;
    }
    .index_biaodan #content {
        width: 83%;
        float: right;
    }
    .footer_zone {
        padding-top: 1em;
    }
    .footer_l,
    .footer_m,
    .footer_r {
        width: auto;
        float: none;
        margin-top: 1.5em;
    }
    .footer_l {
        text-align: center;
    }
    .footer_l img {
        display: inline-block;
        *display: inline;
        *zoom: 1;
        float: none;
    }
    .footer_m {
        margin-left: 3%;
    }
    .footer_r {
        margin-left: 3%;
    }
    ul.ny_fuwulist li {
        width: auto;
        float: none;
    }
    ul.ny_caselist li {
        width: 48%;
        margin: 1em 1%;
    }
    ul.case_list li {
        width: 50%;
    }
}
.di {
    color: #2f2f2f;
    margin: 0;
}
@media only screen and (max-width: 414px) {
    .di {
        display: none;
    }
    .sybanner {
        height: 300px;
    }
    #pic0_1 {
        max-width: 80%;
    }
    #pic0_2 {
        width: 80%;
    }
    #pic2 {
        max-width: 200%;
    }
    #pic3 {
        max-width: 100%;
    }
}
.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}
.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
}
.foot_nav a {
    color: #898989;
    display: block;
}
.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}
.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}
.webshare {
    width: 230px;
    padding: 5px;
}
.ewebshare {
    width: 200px;
    padding: 5px;
}
.sj {
    height: 50px;
    min-height: 50px;
    position: static;
}

@media screen and (min-width: 768px) {
    .footer_nav {
        display: none;
    }
}
.banner {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    padding: 0px;
}
.topPadding {
    height: 0px;
    width: 100%;
    background: #fff;
    position: relative;
}

/*内页横幅图片*/
.bannerImg {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}
.bannerImg img {
    max-width: 100%;
    height: auto;
}
.mobileimg {
    display: none;
}

@media screen and (max-width: 767px) {
    header {
        background-color: #5d0503;
    }
    #rightBox {
        float: left;
    }
    .navbar {
        min-height: 65px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
    }
    .navbar-toggle {
        border: 0px;
        margin-top: 19px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
    }
    .navbar-default .navbar-toggle .icon-bar {
    }
    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
        margin: 0;
    }
    .navbar-default .navbar-nav > li {
        border-bottom: 1px solid #ddd;
    }
    .navbar-default .navbar-nav > li:last-child {
        border: none;
    }
    .navbar-default .navbar-nav > li > a {
        color: #000;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > .active > a,
    .navbar-default .navbar-nav > .active > a:hover,
    .navbar-default .navbar-nav > .active > a:focus,
    .navbar-default .navbar-nav > .open > a,
    .navbar-default .navbar-nav > .open > a:hover,
    .navbar-default .navbar-nav > .open > a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        background: url();
        color: #000;
    }
    #navbar {
        border-color: #e7e7e7;
        background: url();
        margin-right: -15px;
        margin-left: -15px;
    }
    .navbar .dropdown-menu li a {
        line-height: 30px;
        display: block;
    }
    .navbar .dropdown-menu li a:hover {
        background: url();
    }
    .navbar .dropdown-menu li ul li a {
        color: #fff;
        padding-left: 40px;
    }
    .navbar .dropdown-menu li ul li ul li a {
        color: #fff;
        padding-left: 60px;
    }
    .navbar .dropdown-menu a span {
        display: inline;
    }

    .logo {
        text-align: center;
    }
    .logo img {
        max-width: 700px;
    }
    footer {
        margin-bottom: 50px;
        padding-top: 0px;
    }
    footer .row > div {
        display: none;
    }
    footer #footerSearch {
        display: block;
    }
    footer #footerSearch input {
        width: 75%;
    }
    footer #footerSearch .footerTitle {
        display: none;
    }
    footer #footerSearch .collectBox {
        display: none;
    }
    footer .copyright {
        margin-top: 25px;
        padding: 20px;
    }

    #app_menudown {
        display: block;
    }
    #cmsFloatPanel {
        display: none;
    }
    .slider__arrows-item {
        display: none;
    }

    .mobile {
        margin: 0px;
        padding: 0px;
    }

    .indexNavigationGroup {
        display: block;
    }

    .positionBar .title {
        display: none;
    }
    .positionBar {
        background: #eee;
    }
    .positionBar span {
        margin: 0px;
        float: left;
        padding-left: 10px;
    }
    .positionBar span a {
        font-size: 12px;
        color: #333;
        line-height: 40px;
        text-decoration: none;
    }
    .positionBar span a:hover {
        color: #000;
    }
    .positionBar .moreMenu {
        width: 100%;
    }
    .navigationBox {
        right: 0px;
        width: 100%;
    }
    .welcomeBox {
        display: none;
    }

    .languageBox {
        width: 100%;
        text-align: center;
    }
    .languageBox a {
        border: 0;
        display: inline-block;
        float: none;
    }
    .topContactBox {
        display: none;
    }

    .titleBar {
        border-left: 3px solid #333;
        height: 35px;
        line-height: 35px;
        background: #f9f9f9;
    }
    .titleBar h5 {
        background-image: none;
        padding-left: 4px;
        margin: 0px 0px 0px 5px;
        font-weight: bold;
        font-size: 16px;
        background: none;
        line-height: 35px;
    }
    .titleBar span {
        display: none;
    }

    .newsList li .time {
        display: none;
    }
    .newsList li .tit {
        margin-right: 0;
    }
    .detailTitle {
        margin-left: 0;
    }
    .aboutBoxBg {
        background-repeat: repeat-y;
        margin-bottom: 30px;
    }
    .aboutBox section img {
        width: 100%;
    }
    .aboutBox {
        width: 100%;
        overflow: hidden;
        margin: 40px 0px 0px 0px;
    }

    .newsBox .imgNewsBox {
        overflow: hidden;
        margin-top: 20px;
        margin-bottom: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }

    .banner .mobileimg {
        display: block;
    }
    .banner .img {
        display: none;
    }
}
ul.anli li {
    width: 25%;
    border: 2px solid #b6d9ee;
    float: left;
    text-align: center;
}
ul.anli li a {
    font-size: 16px;
    line-height: 35px;
    color: #6c6c6c;
}
ul.anli li:hover {
    background-color: #b6d9ee;
    transition: 0.6s;
    /* border: 2px solid #fff; */
}
ul.anli li:hover a {
    color: #fff;
}
.anli {
    max-width: 600px;
    margin: auto;
}
.img-1 {
    overflow: hidden;
}
.img-1 img {
    transition: all 0.4s;
    -moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.img-1 img:hover {
    transform: scale(1.2);
}
.news_box1,
.news_box2,
.news_box3,
.news_box4 {
    width: 49%;
    float: left;
    vertical-align: text-top;
    border: #d4d4d4 1px solid;
    margin-bottom: 20px;
}
.news_box h2 {
    display: inline-block;
}
.news_box span {
    float: right;
    color: #525252;
}
.news_box li {
    line-height: 32px;
    margin: 0 20px 0 33px;
    list-style-type: disc;
    color: #b1b1b1;
}
.news_box1 {
    background: rgba(241, 243, 247, 0.45);
    margin-right: 2%;
}
.news_box2 {
    background: rgba(242, 243, 242, 0.55);
}
.news_box3 {
    background: rgba(242, 243, 242, 0.55);
    margin-right: 2%;
}
.news_box4 {
    background: rgba(241, 243, 247, 0.45);
}
.news_T h1 {
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px #bb9393 solid;
    color: #2d257b;
    letter-spacing: 3px;
    font-weight: 600;
}
.news_T h1 a {
    font-size: 16px;
    float: right;
}
.news_box ul {
    margin: 10px 0;
}
@media screen and (max-width: 900px) {
    .news_box1,
    .news_box2,
    .news_box3,
    .news_box4 {
        width: 100%;
        margin: 10px 0;
    }
}
@media screen and (max-width: 460px) {
    .news_box span {
        display: none;
    }
}
ul.zizhi li {
    width: 33%;
}
.mt {
    background: #fff;
}
@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/*添加动画*/
 {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
}
.zgs {
    padding-bottom: 25px;
}
.zgs h1 {
    margin-bottom: 10px;
    font-size: 23px;
    color: #698596;
    font-weight: 600;
}
.zgs p {
    font-size: 17px;
    color: #333;
    font-weight: 600;
    letter-spacing: 1px;
}
.zgs ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.zgs li {
    width: 15%;
    text-align: center;
    display: inline-block;
    border: 1px #dbdbdb solid;
    padding: 10px;
}
.z_1 {
    left: 67.1%;
    margin-top: 0px;
    padding: 20px 0 0;
}
.z_2 {
    left: 58.2%;
    margin-top: -80px;
}
.z_7 {
    left: 50.3%;
    margin-top: -80px;
}
.z_6 {
    left: 48.3%;
    margin-top: 0px;
    padding: 20px 0 0;
}
.z_3 {
    left: 40.3%;
    margin-top: -80px;
}
.z_4 {
    left: 32%;
    margin-top: 0px;
    padding: 20px 0 0;
}
.z_5 {
    left: 25%;
    margin-top: -80px;
}
.zz1 {
    left: 67.1%;
}
.zz2 {
    left: 58.2%;
}
.zz7 {
    left: 50.3%;
}
.zz6 {
    left: 48.3%;
}
.zz3 {
    left: 40.3%;
}
.zz4 {
    left: 32%;
}
.zz5 {
    left: 25%;
}
.zz {
    text-align: right;
    height: 5px;
    background: #333;
    width: 90%;
    margin: auto;
}
.zz b {
    font-size: 45px;
    margin-top: -34px;
    margin-left: -8px;
    position: absolute;
    color: #333;
}
@media screen and (max-width: 1400px) {
    .zz5 {
        left: 15%;
    }
    .z_5 {
        left: 15%;
    }
}
@media screen and (max-width: 1100px) {
    .z_1 {
        left: 67.1%;
        margin-top: -80px;
    }
    .z_2 {
        left: 57.2%;
        margin-top: 0px;
        padding: 20px 0 0;
    }
    .z_3 {
        left: 33%;
        margin-top: -80px;
    }
    .z_4 {
        left: 15%;
        margin-top: 0px;
        padding: 20px 0 0;
    }
    .z_5 {
        left: 5%;
        margin-top: -80px;
    }
    .zz1 {
        left: 67.1%;
    }
    .zz2 {
        left: 57.2%;
    }
    .zz3 {
        left: 33%;
    }
    .zz4 {
        left: 15%;
    }
    .zz5 {
        left: 5%;
    }
}
.footer-l {
    width: 80%;
    display: inline-block;
}
@media screen and (max-width: 900px) {
    .zz {
        display: none;
    }
    .zgs li {
        width: 50%;
        position: static;
        display: block;
        margin: 0;
    }
    .footer-l {
        width: 100%;
        padding-bottom: 60px;
    }
    .copy_zone img {
        display: none;
    }
    ul.ny_caselist li h3 {
        height: 50px;
        line-height: 14px;
        padding: 10px 5px;
    }
}
