/*
    Modify     : 网站全方面大改
    Created on : 2019-3-11, 23:30:45
    Author     : Snake
*/
* {
    font-family: "微软雅黑","宋体","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑","宋体","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
    margin: 0;
    padding: 0;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

h1, h2, h3, h4, h5, h6, h7, h8, h9 {
    font-family: "微软雅黑","宋体","Microsoft YaHei",sans-serif,"PingFang SC","Lantinghei SC","HanHei SC","Helvetica Neue","Open Sans",Arial,"Hiragino Sans GB",STHeiti,"WenQuanYi Micro Hei",SimSun;
}

dl, dd, dt, ul, li, form, p, tr, td, div {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

img {
    border: 0;
    margin: 0;
}

a {
    color: #000;
    text-decoration: none;
    -webkit-transition: color 0.1s ease-in-out;
    -moz-transition: color 0.1s ease-in-out;
    -ms-transition: color 0.1s ease-in-out;
    -o-transition: color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out;
}

a:hover, a:visited, a:focus, a:link, a:active {
    text-decoration: none;
}

/* ----------------------------------------------------------------
        顶部( PC )
-----------------------------------------------------------------*/
.tongl {
    width:100%;
    height: 60px;
    position:fixed;
    z-index:100;
    top:0;
    left:0;
    /*background:#1e1e1e;*/
    background: url(../images/nav.jpg);
}

/* ----------------------------------------------------------------
        顶部.LOGO图片( PC )
-----------------------------------------------------------------*/
.hblogo {
    left:4%;
    height:58px;
    z-index:9;
    position: absolute;
}

.hblogo img {
    height: 50px;
    margin-top: 5px;
	float:left;
}

.gjgaoxin {
    
    height:58px;
	line-height:58px;
	font-size:18px;
    z-index:9;
	 position:fixed;
	 margin:0 0 0 145px;
	 
	
	color:#ffffff;
	float:left;
    
}


/* ----------------------------------------------------------------
        顶部.导航菜单( PC )
-----------------------------------------------------------------*/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
    margin: 0;
    border: 0;
    list-style: none;
    height: 57px;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

#cssmenu #menu-button {
    display: none;
}

#cssmenu {
    width: auto;
    font-family: '微软雅黑', 'Raleway', sans-serif;
    line-height: 1;
    float: right;
    margin-right: 4%;
}


#cssmenu h3{
    height:58px;
	line-height:58px;
	font-size:18px;
    z-index:9;
	color:#FFF;
	float:left;
	margin:0 10px 0 0;
}




#menu-line {
    position: relative;
    top: 0;
    left: 0;
    height: 3px;
    background: #23ac38;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu > ul > li {
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

#cssmenu.align-center > ul > li {
    display: inline-block;
    float: none;
}

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 20px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #23ac38;
    background: #292929;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 25px;
}

#cssmenu > ul > li.has-sub > a::after {
    position: absolute;
    top: 21px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #fff;
}

#cssmenu ul ul {
    width: 100%;
    position: absolute;
    left: -9999px;
    right: 0;
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    top: 0;
    margin-left: 100%;
    margin-right: 100%;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    text-align: right;
}

#cssmenu ul li:hover > ul > li {
    height: 55px;
}

#cssmenu ul ul li a {
    padding: 10px 20px;
    font-size: 14px;
    background: #333333;
    text-decoration: none;
    color: #dddddd;
    line-height: 35px;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #ffffff;
    background: #292929;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 25px;
    left: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    content: "";
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

/* ----------------------------------------------------------------
        幻灯片
-----------------------------------------------------------------*/
.carousel {
    z-index: 5;
}

.casebanner {
    margin-top: 60px;
}

/* 修改滚动条左右箭头 */
.carousel-control {
    width: 10%;
    font-size: 70px;
    padding-top: 19%;
}

.cover-container img {
    width: 100%;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 0;
    background: #fff;
}

.carousel-indicators .active {
    width: 15px;
    height: 15px;
    border: 1px solid #fff100;
    background: #fff100;
}

/* ----------------------------------------------------------------
        统一调用
-----------------------------------------------------------------*/
.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.clear {
    clear: both;
}

.hr-smail {
    width: 1200px;
    margin: 20px auto 0 auto;
    width: 30px;
    height: 5px;
    background: #29ae40;
}

.box {
    display: none;
}

/* 动画效果 */
.transition {
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

/* ----------------------------------------------------------------
        其他模版.other
-----------------------------------------------------------------*/







/* ----------------------------------------------------------------
       sidebar.联系我们
-----------------------------------------------------------------*/
.sidebar{
    position: fixed;
    right: 0;
    bottom: 120px;
    width: 55px;
    background: rgba(0,0,0,0.5);
    padding: 10px 0;
    border-radius:10px 0 0 10px;
    z-index:9999;
}

.sidebar li{
    height: 50px;
    width: 200px;
    border-radius:5px 0 0 5px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    list-style-type:none;
}

.sidebar li img{
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    margin: 10px 10px 0 15px;
}

.sidebar li:hover{
    margin-left: -140px;
    background: rgba(0,0,0,0.8);
    list-style-type:none;
}

.sidebar li span{
    font-size: 16px;
    color: #fff;
    float: left;
    padding-top: 14px;
}

/* ----------------------------------------------------------------
        底部.foot
-----------------------------------------------------------------*/
.footers {
    width: 100%;
    display: flex;
    background-color: #333;
    border-top: 5px solid #29ae40;
}

.footers .container {
    width: 1200px;
    margin: 0 auto;
}

/* -- 底部左边 --*/
/* 电话 - 左 */
.footers .container .ctel {
    width: 560px;
    float: left;
    /*padding-top: 20px;*/
    margin: 40px 0;
    border-right: 1px solid #444;
}

.footers .container .ctel .ctel-left {
    width: 310px;
    float: left;
}

.footers .container .ctel-hot {
    width: 100%;
    /*height: 100px;*/
}

.footers .container .ctel-hot .ctel-text {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.footers .container .ctel-hot font {
    font-size: 21px;
    color: #fff;
    font-weight: normal;
    font-family: '微软雅黑';
}
.footers .container .ctel-hot img { float:left; }

.footers .container .ctel-hot p {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: '微软雅黑';
	margin-bottom:0px;
	float:left;
	line-height:28px;
   
}

.footers .container .ctel-hot span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    font-family: '微软雅黑';
    background-size: 14%;
   
}

.footers .container .ctel-pli {
    width: 100%;
    /*
    margin-top: 20px;
    display: inline-block;
    */
}

.footers .container .ctel-pli a {
    margin-right: 10px;
}

.footers .container .ctel-pli img {
    width: 80px;
}
/* #电话 - 左 */

/* 电话 - 右 */
.footers .container .ctel .ctel-right {
    width: 210px;
    float: left;
    position: relative;
    top: -5px;
    text-align: center;
}

.footers .container .ctel .ctel-right .code {
    width: 100%;
    margin-top: 5px;
}

.footers .container .ctel .ctel-right .code img {
    width: 100px;
    height: 100px;
}
/* #电话 - 右 */
/* -- #底部左边 --*/

/* -- 底部右边 --*/
/* 信息 */
.footers .container .link-menu {
    width: 580px;
    float: left;
    margin: 25px 0 0 30px;
}

.footers .container .link-menu .link-menu-a {
    width: 100%;
    color: #9b9ea0;
    margin-top: 20px;
}

.footers .container .link-menu .link-menu-a a {
    font-size: 16px;
    color: #fff;
    padding: 0 10px;
}

.footers .container .link-menu .link-address {
    width: 100%;
    float: left;
    margin: 30px 0 0 10px;
}

.footers .container .link-menu .link-address p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 5px;
}

.footers .container .link-menu .link-address p a {
    color: #fff;
}
/* #信息 */
/* -- #底部右边 --*/