﻿body
{
    /*font-family: "宋体";*/
    font-family: "Lucida Sans Unicode" , "Lucida Grande" , Tahoma, Arial, Helvetica, sans-serif;
    background: #fff;
    color: #666;
}
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;
}

header
{
    background: #fafafa;
}
#ff input
{
    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: #8d409d;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
    color: #fff;
}
#ff .btn:hover
{
    color: #fff;
    background: #5d317e;
}
/*图片悬浮链接*/
.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 .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .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: #9e00a9;
    border: 1px solid #9e00a9;
    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;
}
.detailContent img
{
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    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: #9e00a9;
    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;
}
.otherPageBox a
{
    font-size: 12px;
    line-height: 20px;
}
.otherPageBox .back
{
    line-height: 40px;
    font-size: 14px;
}
.aboutProduct
{
    margin: 20px 0px 0px 0px;
    overflow: hidden;
}
.aboutProduct .rightTitleBar
{
    margin-bottom: 10px;
}
.msgBox
{
    border: 1px dashed #999;
    padding: 20px;
    margin-bottom: 10px;
}

.cont
{
    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
{
}
.navbar .navbar-brand:hover
{
}
.topBox
{
    height: 5px; /*background: url(topLine.jpg) center top repeat-x;*/
    background: linear-gradient(92deg, #9e00a9 0%, #db6c4a 100%);
    padding-top: 3px;
}
.welcomeBox
{
    width: auto;
    float: left;
    line-height: 30px;
    font-size: 12px;
}
.welcomeBox *
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.borderBottom
{
    border-bottom: 1px solid #ddd;
}
.logo
{
    padding: 20px 0px 20px 0px;
    width: 30%;
    float: left;
    overflow: hidden;
}
.logo *
{
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.logo a img
{
    max-width: 100%;
    height: auto;
}
/*产品搜索*/
.searchBox
{
    margin: 45px 0px 0px 0px;
    overflow: hidden;
    float: right;
}
.searchBox input
{
    float: left;
    border: 1px;
    border-style:solid;
    border-color:#9e00a9;
    line-height: 30px;
    transition: background 0.5s;
    text-indent: 10px;
    width: 180px;
    height: 30px;
    margin: 0px 0px 0px 0px;
    padding: 0px;
    outline: none;
    background: none;
}
.searchBox a
{
    display: block;
    color: #ffffff;
    width: 50px;
    float: left;
    text-align: center;
    line-height: 30px;
    height: 30px;
    background-color: #9e00a9;
}
.searchBox a:hover, .searchGroup a:focus
{
    font-weight: bold;
}
.searchBox input:focus
{
}
.searchBtn
{
    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: 30px;
    height: 30px;
    display: block;
}
.languageBox a:hover, .languageBox a:focus
{
    color: #000;
}
.zh
{
    background: url(zh.png) 15px center no-repeat;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.en
{
    background: url(en.png) 15px center no-repeat;
    border-right: 1px solid #ddd;
}
/*标题栏*/
.titleBar
{
    text-align: center;
    margin: 0;
    padding: 0;
}
.titleBar h1
{
    display: block;
    color: #333;
    font-size: 16px;
    line-height: 53px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    font-family: 微软雅黑;
    font-weight: bold;
}
.titleBar .txt
{
    display: inline-block;
    height: 30px;
    width: auto;
    padding-top: 8px;
}
.titleBar .leftbg
{
    display: inline-block;
    background: url(titleleftbg.gif) no-repeat left top;
    width: 50px;
    height: 30px;
}
.titleBar .rightbg
{
    display: inline-block;
    background: url(titlerightbg.gif) no-repeat right bottom;
    width: 50px;
    height: 30px;
}
.titleBar > span
{
    display: block;
    color: #999;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    font-family: Georgia;
    text-align: center;
}
.more
{
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: SimSun;
}
.more a
{
    display: inline-block;
    font-size: 12px;
    background: #eee;
    padding: 2px 10px 2px 10px;
}
.more a:hover
{
    background: #9e00a9;
    color: #fff;
    padding: 2px 30px 2px 30px;
}
.introduce
{
    overflow: hidden;
    text-align: center;
    line-height: 18px;
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}
.introduce *
{
    line-height: 18px;
    font-size: 14px;
    color: #666;
    margin: 0;
    padding: 0;
    border: 0;
}

.leftTitleBar
{
    text-align: left;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #eee;
    margin-top: 20px;
}
.leftTitleBar h1
{
    display: inline;
    color: #333;
    font-size: 14px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    margin: 0;
    font-family: 微软雅黑;
    font-weight: bold;
}
.leftTitleBar span
{
    line-height: 40px;
    font-size: 12px;
}
.leftTitleBar .txt
{
    display: block;
    height: 40px;
    width: auto;
    float: left;
}
.leftTitleBar .leftbg
{
    display: block;
    background: url(titleleftbg.gif) no-repeat left top;
    width: 30px;
    height: 40px;
    float: left;
}
.leftTitleBar .rightbg
{
    display: block;
    background: url(titlerightbg.gif) no-repeat right bottom;
    width: 30px;
    height: 40px;
    float: right;
}
/*公司简介
.aboutBox
{
	width: 100%;
	overflow: hidden;
	margin: 0px 0px 0px 0px;
}
.aboutBox section
{
	clear: both;
	padding: 10px 0px 0px 0px;
	text-align: center;
	color: #000;
}
.aboutBox section *
{
	color: #000;
	max-width: 100%;
	text-shadow: 0px 0px 8px #fff;
}
a.aboutMore
{
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 5px 7px;
	transition: background 0.3s;
	background: #9e00a9;
	border-radius: 0px;
}
a.aboutMore:hover
{
	color: #fff;
	background-color: #000;
	text-decoration: none;
}
*/
/*首页产品*/
.productBox
{
    margin: 0px 0px 0px 0px;
}
.productBox .list
{
    clear: both;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    /*
    margin-right: -15px;
    margin-left: -15px;
*/
}
.productImg
{
    min-height: 190px;
    margin: 0px;
}
.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: 20px;
    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: #8bcf61;
    text-decoration: none;
}
/*产品列表*/
.productList
{
    margin: 0px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
#searchProduct
{
    overflow: hidden;
    width: 100%;
}
/*介绍列表*/
.nameList
{
    margin-bottom: 15px;
    padding: 0px;
    margin-top: -20px;
}
.nameList ul
{
    margin: 0px;
    padding: 0px;
}
.nameList li:first-child
{
    margin-top: -30px;
}
.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: 87%;
    height: 40px;
}
.nameList li:hover span
{
    background: #9e00a9;
}
.nameList li:hover a
{
    color: #9e00a9;
}
.nameList li .time
{
    width: auto;
    height: auto;
    line-height: 40px;
    color: #666;
    text-align: center;
    background: none;
    display: block;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-top: 0px;
}
.nameList li:hover .time
{
    background: none;
}

/*首页列表*/
.nameList1
{
    margin-bottom: 15px;
    padding: 0px;
    margin-top: 40px;
}
.nameList1 ul
{
    margin: 0px;
    padding: 0px;
}
.nameList1 li:first-child
{
    margin-top: -30px;
}
.nameList1 li
{
    padding: 0px;
    border-bottom: 1px solid #eee;
    padding-left: 5px;
    overflow: hidden;
}
.nameList1 li span
{
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    color: #fff;
    background: #c4c1c2;
    display: block;
    font-size: 12px;
    float: left;
    overflow: hidden;
    margin-top: 10px;
}
.nameList1 li a
{
    line-height: 40px;
    display: block;
    text-indent: 5px;
    float: left;
    overflow: hidden;
    height: 40px;
}
.nameList1 li:hover span
{
    background: #9e00a9;
}
.nameList1 li:hover a
{
    color: #9e00a9;
}
.nameList1 li .time
{
    width: auto;
    height: auto;
    line-height: 40px;
    color: #666;
    text-align: center;
    background: none;
    display: block;
    font-size: 12px;
    overflow: hidden;
    margin-top: 0px;
    float: right;
}
.nameList1 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: 20px;
    color: #888;
    line-height: 58px;
}
.newsList li .time .date
{
    font-size: 20px;
    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;
}

.aboutNewsList
{
}
.aboutNewsList li
{
    width: 100%;
    line-height: 40px;
    border-bottom: 1px dashed #ccc;
    background: url(li.png) left center no-repeat;
    overflow: hidden;
}
.aboutNewsList li a
{
    margin-left: 15px;
    float: left;
    display: block;
    font-size: 12px;
}
.aboutNewsList li span
{
    float: right;
    display: block;
    font-size: 12px;
}

/*沙龙*/
.sl
{
    padding: 15px;
    height: 160px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    background: url(sl.png) no-repeat;
    background-size: cover;
    position: relative;
}
.sl .aboutTitle
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background: rgba(242,40,40,0.6);
}
.sl .aboutTitle h1
{
    font-size: 16px;
    line-height: none;
    margin: 0;
    color: #fff;
    display: inline;
}
.sl .aboutTitle span
{
    font-size: 14px;
    line-height: none;
    color: #fff;
    display: inline;
}
.sl section
{
    clear: both;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 40px;
    background: rgba(141,64,155,0.6);
}
.sl section *
{
    margin: 0;
    padding: 0;
    border: 0;
}
.sl section .aboutMore
{
    position: relative;
    color: #fff;
    background: #50cced;
    font-size: 12px;
    width: 60px;
    text-align: center;
    padding: 2px 2px;
    float: right;
}
.sl .aboutMore:hover
{
    background: #fff;
    color: #8bcf61;
}
/*首页新闻*/
.newsBox
{
    margin: 0px 0px 0px 0px;
}
.newsBox .indexNewsList
{
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
    margin-top: -10px;
}
.newsBox .indexNewsList li
{
    overflow: hidden;
    padding: 0px 10px 0px 10px;
    margin: 1px;
    height: 130px;
    float: left;
    border: dashed #ccc 1px;
}
.newsBox .indexNewsList li span
{
    display: block;
}
.newsBox .indexNewsList li .title
{
    font-weight: bold;
    font-size: 14px;
}
.newsBox .indexNewsList li .time
{
    font-size: 12px;
    line-height: 25px;
}

.newsBox .indexNewsList li p
{
    display: block;
    height: 65px;
    overflow: hidden;
    font-size: 12px;
    line-height: 16px;
}
.newsBox .indexNewsList li .txt
{
    margin-left: 130px; /* background-color: #eae3dd; */
    padding-left: 13px;
    padding-right: 13px;
    height: 120px;
    overflow: hidden;
    padding-top: 5px;
}
.newsBox .indexNewsList li .img
{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    background-size: cover;
    margin-left: 10px;
    margin-right: 10px;
}
.newsBox .indexNewsList li:hover
{
}
.newsBox .indexNewsList li a
{
}
.newsBox .indexNewsList li a:hover .txt
{
    background: #9e00a9;
    color: #f9f9f9;
}

/*首页联系	margin-left: 20px;*/
.contactBox
{
    margin: 0px 0px 0px 0px;
}
.contactBox P
{
    clear: both;
}

#rightBox
{
    float: right;
}

/*导航菜单  */

.navbar li span
{
    display: none;
}
.navbar
{
    margin: 0px;
    margin-top: 0px;
    border: 0px;
    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;
}
/*底部信息   background-image: url(../files/bg.jpg); background-color: #54035c;background: linear-gradient(92deg, #7e12ac 0%, #2c06a0 100%); footer */
footer
{
    text-align: center;
    background: #242A37;
    color: #ffffff;
    margin-top: 0px;
    font-size: 12px;
}
footer a
{
    color: #999;
}
footer a:hover
{
    color: #8bcf61;
}
.copyright
{
    line-height: 15px;
}
.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;
}

/*横幅   padding-left: 1%;*/
.banner
{
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding-top: 3px;
}
.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;
}
/*产品搜索标题*/
.searchTitle
{
    width: 100%;
    padding-bottom: 10px;
    font-weight: bold;
}

/*当前位置*/
.positionBox
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.rightTitleBar
{
    background: #f9f9f9;
    line-height: 40px;
    height: 40px;
    text-align: left;
}
.rightTitleBar h1
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 100px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #9e00a9;
    font-size: 20px;
}
.rightTitleBar span
{
    line-height: 40px;
    padding-left: 10px;
}

/*首页分类条  width: 100%;*/
.positionBox1
{
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 20px;
    /*margin-left: 20px;*/
}

.positionBox2
{
    width: 100%;
    margin: 0px;
    padding: 0px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 1px;
}

.rightTitleBar1
{
    background: #e1e7ec;
    line-height: 40px;
    height: 40px;
    text-align: left;
    width: 10%;
}

.rightTitleBar11
{
    line-height: 40px;
    height: 40px;
    overflow: hidden;
}
/* background: linear-gradient(92deg, #0662d4 0%, #824adb 100%);*/
.rightTitleBar11 h1
{
    float: left;
    background: #9e00a9;
    display: inline-block;
    width: auto;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 50px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    font-size: 16px;
}

.rightTitleBar11 a
{
    float: right;
    margin-right: 6px;
    margin-top: 8px;
    font-size: 14px;
    color: #9e00a9;
}

.positionBox_rigth
{
    background: #9e00a9; /*background: linear-gradient(92deg, #0662d4 0%, #824adb 100%);*/
    line-height: 1px;
    height: 1px;
    position: inherit;
    margin-top: 1px;
    margin-bottom: 1px;
    width: 100%;
}
.positionBox_gxxh
{
    margin-right: 30px;
    background: #af740b;
    line-height: 1px;
    height: 1px;
    position: inherit;
    margin-top: 1px;
    margin-bottom: 1px;
}
/*首页简报横线*/
.positionBox_jb
{
    background: #e0823d;
    line-height: 1px;
    height: 1px;
    position: inherit;
    margin-top: 1px;
    margin-bottom: 1px;
    margin-right: -10px;
}
/*首页通知公告横线*/
.positionBox_tz
{
    background: #5c307d;
    line-height: 1px;
    height: 1px;
    position: inherit;
    margin-top: 1px;
    margin-bottom: 1px;
}

.rightTitleBar1 h1
{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 120px;
    text-align: center;
    color: #fff;
    line-height: 40px;
    background: #9e00a9;
    font-size: 20px;
}
.rightTitleBar1 span
{
    line-height: 40px;
    text-align: right;
    padding-right: 5px;
}

/*首页导航菜单*/
.indexNavigationGroup
{
    display: none;
    margin-bottom: 30px;
}
/*导航菜单margin-left: 20px;*/
.navigationBox
{
    overflow: hidden;
    width: 100%;
    line-height: 40px;
    margin-bottom: 0px;
}
#firstpane .selected
{
    background-color: #9e00a9;
    color: #fff;
    background-image: url(liover.png);
}
#firstpane li span
{
    cursor: pointer;
    line-height: 40px;
    height: 40px;
    background: #f8f8f8;
    display: block;
    position: absolute;
    right: 0px;
    top: 1px;
    color: #333;
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
#firstpane li span:hover
{
    background: #9e00a9;
    color: #fff;
}
#firstpane
{
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
    margin-top: 0px;
}
#firstpane > li
{
    float: left;
    width: 100%;
    position: relative;
}
#firstpane > li:hover
{
}
#firstpane > li > a
{
    display: block;
    text-indent: 25px;
    width: 100%;
    border-top: 1px solid #fff;
    overflow: hidden;
    background: url(li.png) #f1f1f1 no-repeat 9px 16px;
}
#firstpane > li > a:hover
{
    background-color: #9e00a9;
    color: #fff;
    background-image: url(liover.png);
}
/*小类*/
#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: 40px;
    border-top: 1px solid #fff;
    overflow: hidden;
    background: url(li.png) #f1f1f1 no-repeat 27px 16px;
}
#firstpane > li > ul > li > a:hover
{
    background-color: #9e00a9;
    color: #fff;
    background-image: url(liover.png);
}
/*小类*/
#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: 56px;
    border-top: 1px solid #fff;
    overflow: hidden;
    background: url(li.png) #f1f1f1 no-repeat 46px 16px;
}
#firstpane > li > ul > li > ul > li > a:hover
{
    background-color: #9e00a9;
    color: #fff;
    background-image: url(liover.png);
}

.keyweb
{
    padding: 0px;
}


.searchGroup1
{
    width: 100%;
    height: 170px;
    background: #3477c8;
    padding: 15px;
    margin: 0px 0px 25px 0px;
}
/*产品搜索*/
.searchGroup1 .title
{
    font-size: 16px;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
    margin-top: 10px;
}
.searchBox1
{
    overflow: hidden;
    float: left;
    position: relative;
    width: 100%;
    padding: 10px;
    position: relative;
}
.searchBox1 input
{
    float: left;
    line-height: 32px;
    color: #333;
    transition: background 0.5s;
    text-indent: 10px;
    width: 100%;
    display: block;
    height: 32px;
    margin: 5px 0px 0px 0px;
    padding: 0px;
    border: 0px;
    background: #fff;
}

.searchBox1 a
{
    display: block;
    background-color: #8bcf61;
    color: #fff;
    width: 50px;
    text-align: center;
    line-height: 30px;
    height: 32px;
    position: absolute;
    right: 10px;
    top: 57px;
}
.searchBox1 a:hover
{
    background-color: #ff8c5f;
    color: #fff;
}
.searchBox1 input:focus
{
    background-color: #fff;
    outline: none;
}

/*首页微信
.weixin
{
    padding: 15px;
    height: 160px;
    overflow: hidden;
    margin: 0px 0px 15px 0px;
    background: url(rxm.jpg) no-repeat;
    background-size: cover;
    position: relative;
}
.weixin .title
{
    clear: both;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    line-height: 15px;
    background: rgba(141,64,155,0.8);
    text-align: center;
}
.weixin img
{
    padding: 1px 20px;
    height: 110px;
    width: 110px;
}
*/

/*公司简介*/
.aboutBox
{
    padding: 15px;
    height: 160px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    background: url(ft1.png) no-repeat;
    background-size: cover;
    position: relative;
}
.aboutBox .aboutTitle
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background: rgba(242,40,40,0.6);
}
.aboutBox .aboutTitle h1
{
    font-size: 16px;
    line-height: none;
    margin: 0;
    color: #fff;
    display: inline;
}
.aboutBox .aboutTitle span
{
    font-size: 14px;
    line-height: none;
    color: #fff;
    display: inline;
}
.aboutBox section
{
    clear: both;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 40px;
    background: rgba(141,64,155,0.6);
}
.aboutBox section *
{
    margin: 0;
    padding: 0;
    border: 0;
}
.aboutBox section .aboutMore
{
    position: relative;
    color: #fff;
    background: #a73946;
    font-size: 12px;
    width: 60px;
    text-align: center;
    padding: 2px 2px;
    float: right;
}
.aboutBox .aboutMore:hover
{
    background: #fff;
    color: #8bcf61;
}

/*guanggao1*/
.guanggao1
{
    padding: 15px;
    height: 180px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    background: url(sl.png) no-repeat;
    background-size: cover;
    position: relative;
}
.guanggao1 .aboutTitle
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background: rgba(242,40,40,0.6);
}
.guanggao1 .aboutTitle h1
{
    font-size: 16px;
    line-height: none;
    margin: 0;
    color: #fff;
    display: inline;
}
.guanggao1 .aboutTitle span
{
    font-size: 14px;
    line-height: none;
    color: #fff;
    display: inline;
}
.guanggao1 section
{
    clear: both;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
 /*   padding-bottom: 40px; */
    background: rgba(141,64,155,0.6);
}
.guanggao1 section *
{
    margin: 0;
    padding: 0;
    border: 0;
}
.guanggao1 section .aboutMore
{
    position: relative;
    color: #fff;
    background: #33c4e6;
    font-size: 12px;
    width: 60px;
    text-align: center;
    padding: 2px 2px;
    float: right;
}
.guanggao1 .aboutMore:hover
{
    background: #fff;
    color: #8bcf61;
}

/*guanggao2*/
.guanggao2
{
    padding: 15px;
    height: 180px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    background: url(gg2.png) no-repeat;
    background-size: cover;
    position: relative;
}
.guanggao2 .aboutTitle
{
    width: 100%;
    overflow: hidden;
    margin-bottom: 5px;
    background: rgba(242,40,40,0.6);
}
.guanggao2 .aboutTitle h1
{
    font-size: 16px;
    line-height: none;
    margin: 0;
    color: #fff;
    display: inline;
}
.guanggao2 .aboutTitle span
{
    font-size: 14px;
    line-height: none;
    color: #fff;
    display: inline;
}
.guanggao2 section
{
    clear: both;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    padding-bottom: 40px;
    background: rgba(141,64,155,0.6);
}
.guanggao2 section *
{
    margin: 0;
    padding: 0;
    border: 0;
}
.guanggao2 section .aboutMore
{
    position: relative;
    color: #fff;
    background: #33c4e6;
    font-size: 12px;
    width: 60px;
    text-align: center;
    padding: 2px 2px;
    float: right;
}
.guanggao2 .aboutMore:hover
{
    background: #fff;
    color: #8bcf61;
}

/*广告位*/
.guanggao
{
    width: 100%;
    padding: 15px;
    height: 120px;
    margin: 0px 0px 25px 0px;
    background: url(gg01.png) no-repeat;
}

.weixin
{
    padding: 1px;
    height: 125px;
    overflow: hidden;
    background: url(gzh.png) no-repeat;
    background-size: cover;
    position: relative;
}


/*首页联系我们*/
.connBox
{
    padding: 15px;
    height: 160px;
    overflow: hidden;
    margin: 0px 0px 25px 0px;
    background: url(kjg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.connBox section
{
    clear: both;
    padding: 10px;
    font-size: 12px;
    color: #fff;
    line-height: 15px;
    background: rgba(141,64,155,0.6);
    text-align: center;
}
.connBox section *
{
    margin: 0;
    padding: 0;
    border: 0;
}

/*屏幕宽度为320px以下，手机版*/
@media screen and (max-width: 320px)
{
    .searchBox
    {
        padding: 0px;
        float: left;
        width: 43%;
        position: relative;
        margin-left: 0px;
        margin-left: -15px;
    }
    .navbar-brand
    {
        max-width: 260px;
    }
}
/*屏幕宽度为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%;
    }
}
/*屏幕宽度为768px以下，手机版*/
@media screen and (max-width: 767px)
{
    #rightBox
    {
        float: left;
    }
    .navbar
    {
        height: 65px;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form
    {
    }
    .navbar-toggle
    {
        border: 0px;
        margin-top: 13px;
    }
    .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;
    }
    .navbar-default .navbar-nav > li
    {
    }
    .navbar-default .navbar-nav > li:last-child
    {
        border: none;
    }
    .navbar-default .navbar-nav > li > a
    {
        color: #fff;
    }
    .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: #fff;
    }
    #navbar
    {
        border: 0px;
        background: url(alpha.png);
        margin-top: 8px;
    }
    .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;
    }
    .about_box section img
    {
        margin: 10px 15px 0px 0px;
        max-width: 180px;
        height: auto;
    }
    .logo
    {
        text-align: center;
    }
    .logo img
    {
        max-width: 700px;
    }
    footer
    {
        margin-bottom: 50px;
    }
    #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%;
    }
    .navigationBox .leftTitleBar
    {
        margin-top: 0;
    }
    .welcomeBox
    {
        display: none;
    }
    .languageBox
    {
        display: none;
    }

    /*新闻*/
    .newsBox .indexNewsList li .img
    {
        width: 100px;
        height: 80%;
        position: absolute;
    }
    .newsBox .indexNewsList li
    {
        width: 100%;
        height: 80px;
        float: left;
        padding-left: 1px;
    }
    .newsBox .indexNewsList li p
    {
        display: none;
    }
    .newsBox .indexNewsList li .title
    {
        font-weight: normal;
        font-size: 12px;
    }

    .searchBox
    {
        display: none;
        margin-top: 40px; /* 		padding: 0px; 		float: left; 		width: 50%; 		position: relative; 		margin-left: 0px; 		margin-left: -15px; */
    }
    .searchBox input
    {
        /*width: 100%; 		border: 0; 		margin: 0;*/
        display: none;
    }
    .searchBox a
    {
        display: none;
    }
    .searchBtn
    {
        display: block;
        position: absolute;
        right: 0px;
        padding: 6px;
    }
    .languageBox
    {
        margin-right: -15px;
    }
    .languageBox .en
    {
        border-right: 0px;
    }


    .newsList li .time
    {
        display: none;
    }
    .newsList li .tit
    {
        margin-right: 0;
    }
    .detailTitle
    {
        margin-left: 0;
    }

    .navbar-brand
    {
        padding: 0;
    }
    .navbar-brand img
    {
        max-width: 98%;
        max-height: 65px;
        margin-left: 3px;
    }

    .positionBox .rightTitleBar h1
    {
        display: none;
    }
    .msgBox
    {
        margin-bottom: 25px;
    }

    .navbar-header
    {
        width: 95%;
        text-align: center;
    }
    .navbar-header .navbar-brand
    {
        width: 100%;
        display: inline;
        text-align: center;
    }
    .navbar-header .navbar-brand img
    {
        display: inline;
        clear: both;
    }

    /*首页简报 通告*/
    .nameList1 li a
    {
        font-size: 12px;
    }
    .nameList1 li .time
    {
        font-size: 8px;
    }

    .aboutBox section
    {
        font-size: 10px;
    }
    .connBox section
    {
        font-size: 10px;
    }
}

/*屏幕宽度为768px以上*/
@media screen and (min-width: 768px)
{
    #navbar
    {
        padding: 0px;
        margin: 0px;
        float: right;
        margin-top: 35px;
        background: #eee; /* background: linear-gradient(92deg, #0662d4 0%, #824adb 100%);*/
    }
    .navbar-nav > li
    {
    }
    .navbar-nav > li:first-child
    {
        border-left: 0;
    }
    .navbar-nav > li:last-child
    {
    }
    .navbar-nav > li > a
    {
    }
    .navbar-default .navbar-nav > li > a
    {
        line-height: 50px;
        padding: 0px;
        text-align: center;
        font-weight: bold;
        color: #333;
        border: 0;
        font-size: 14px;
    }
    .navbar-default .navbar-nav > li > .selected
    {
        color: #fff;
        background: #9e00a9;
    }
    .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
    {
        color: #fff;
        background: #9e00a9;
    }
    .navbar-default .navbar-nav-e > li > a
    {
    }
    .navbar .dropdown-menu
    {
        background: #fafafa;
        border: none;
        color: #333;
        padding: 0px;
        border-radius: 0px;
        min-width: 110px;
    }
    .navbar .dropdown-menu li a
    {
        color: #333;
        padding: 0px;
        text-align: center;
        font-size: 12px;
        line-height: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar .dropdown-menu li a:hover
    {
        background: #9e00a9;
        color: #fff;
    }
    .navbar .dropdown-menu li ul
    {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-top: -35px;
        margin-left: 110px;
        width: 110px;
        background: #fafafa;
    }
    .navbar .dropdown-menu li ul a
    {
        display: block;
    }
    .navbar .dropdown-menu li ul li ul
    {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-left: 110px;
    }
    .navbar .dropdown-menu a span
    {
        display: none;
    }
    #app_menudown
    {
        display: none;
    }
    .footer_nav
    {
        display: none;
    }
}
/*屏幕宽度为768px以上*/
@media screen and (min-width:768px) and (max-width:991px)
{
    .navbar-header
    {
        width: 100%;
        text-align: center;
    }
    .navbar-header .navbar-brand
    {
        width: 100%;
        display: inline;
        text-align: center;
    }
    .navbar-header .navbar-brand img
    {
        display: inline;
        clear: both;
    }
    #navbar
    {
        width: 100%;
        margin-top: 50px;
        margin-bottom: 10px;
    }
    .navbar-default .navbar-nav > li > a
    {
        width: 95px;
    }
}

/*屏幕宽度为992px以上*/
@media screen and (min-width:992px)
{
    .navbar-default .navbar-nav > li > a
    {
        width: 85px;
    }
}

/*屏幕宽度为1200px以上*/
@media screen and (min-width:1200px)
{
    .navbar-default .navbar-nav > li > a
    {
        width: 117px;
    }
}

