﻿
@charset "utf-8";
ul,li{list-style: none;padding: 0px;margin: 0px;}

.cut {
overflow:hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
*{
    text-decoration: none;

}
/*header begin*/
/*.header{width:100%;background:#eee;height:40px;position: fixed;top:0px;left:0px;z-index: 999999;}*/

.header{width:100%;background:#eee;height:40px;top:0px;left:0px;z-index: 999999;}

ul.header-left li{float: left;height:40px;line-height: 40px;padding-left:25px;padding-right:20px;cursor: pointer;}
ul.header-left li:hover,ul.header-left li:hover a{color:#c7161c;}
.header li.tel,.header li.kefu,.header li.weixin{position:relative;}
.header li.tel span.telspan{display:inline-block;position:absolute;width:22px;height:22px;z-index: 99;left:0px;top:8px;background:url(../images/icon.png) -224px -447px no-repeat;}
.header li.kefu span.kfspan{display:inline-block;position:absolute;width:22px;height:22px;z-index: 99;left:0px;top:8px;background:url(../images/icon.png) -224px -479px no-repeat;}
.header li.kefu a{color:#333;}
.header li.weixin span.wxspan{display:inline-block;position:absolute;width:23px;height:23px;z-index: 99;left:0px;top:8px;background:url(../images/icon.png) -226px -512px no-repeat;}
.header li.weixin img{position:absolute;left:-6px;top:40px;z-index: 1000;display:none;}
.header li.weixin:hover img{display:block;}
ul.header-right li{float: left;height:40px;line-height: 40px;}
ul.header-right li a{text-decoration: none;padding-left:10px;padding-right:10px;color:#333;text-align: center;border-right:1px solid #ccc;}
ul.header-right li.help a,ul.header-right li.help:hover a{border-right:none;}
ul.header-right li:hover{background:#c7161c;}
ul.header-right li:hover a{color:#fff;border-right:1px solid #c7161c;}
/*header end*/
.rednav{
    color: #c7161c!important;
}




html {
    color: #000;
    background: #FFF;
}

body {
    color: #666;
    font-size: 12px;
    font-family: "宋体";
}
/*网站字体颜色*/


/*nav begin*/
/* 顶部菜单的整体背景色 */
.navbar-inverse {
    background: -moz-linear-gradient(0% 100% 90deg, #0436BF, #075DF2) repeat #03d178;
    border-color: #518DF5;
    background-color: #227ADB;
    background-image: -o-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    background-image: -moz-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(112,179,228,1)),to(rgba(66,154,219,0)));
    background-image: -webkit-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}
/*nav end*/





/*nav begin*/
 
/* 顶部菜单的整体背景色 */
.navbar-inverse {
    background: -moz-linear-gradient(0% 100% 90deg, #0436BF, #075DF2) repeat #03d178;
    border-color: #518DF5;
    background-color: #227ADB;
    background-image: -o-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    background-image: -moz-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    background-image: -webkit-gradient(linear,50% 0%,50% 100%,from(rgba(112,179,228,1)),to(rgba(66,154,219,0)));
    background-image: -webkit-linear-gradient(-90deg,rgba(112,179,228,1),rgba(66,154,219,0));
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    margin-bottom: 0;
}

/* LOGO 部分背景色和字体颜色*/
.navbar-inverse .navbar-brand {
    color: #fff;

}

/* LOGO 部分hover时背景色和字体颜色*/
.navbar-inverse .navbar-brand:hover, 
.navbar-inverse .navbar-brand:focus {
    color: #eee;
    background-color: transparent;
}

/* 普通菜单项的颜色和背景  */
    .navbar-inverse .navbar-nav > li > a {
        font-size: 20px;
        font-family: "Microsoft Yahei";
        color: #fff;
    }

/* 普通菜单项hover时的字体颜色和背景  */
.navbar-inverse .navbar-nav>li>a:hover, 
.navbar-inverse .navbar-nav>li>a:focus {
    color: #ddd;
    background-color: transparent;
}

/* 当前选中菜单项的字体颜色和背景  */
.navbar-inverse .navbar-nav>.active>a, 
.navbar-inverse .navbar-nav>.active>a:hover, 
.navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff;
    background:-moz-linear-gradient(0% 100% 90deg, #04BF36, #07F25D) repeat #0378d1;
    border-color: #8ADF37;
    background-color:#4ACF00;   
    background-image:-o-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(85,170,0,0.7)); 
    background-image:-moz-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(85,170,0,0.7));
    background-image:-webkit-gradient(linear,50% 0%,50% 100%,from(rgba(255,255,255,0.38)),to(rgba(85,170,0,0.7)));  
    background-image:-webkit-linear-gradient(-90deg,rgba(255,255,255,0.38),rgba(85,170,0,0.7));
}

/*--nav end--*/





/*轮播图指定图片统一方式*/
.carousel {
    background-color: #040404;
}
    .carousel .item {
        background-color: #fff;
    }

    .carousel img {
        width: 100%;
        height:540px;
    }

 
 

.carousel-inner > .item > img {
    max-width: 100%;
    height: 500px;
}


/*案例图统一方式*/
 .case {
  text-align: center;
  margin-top: 20px;
}
.case img {
  height: 200px;
}

/*主页产品特色开始*/
.component-margin {
    margin-top: 50px;
}


.feature {
	padding-top:40px;
	padding-bottom:40px;
    margin-bottom: 40px;
    overflow: hidden;
	border-bottom: 1px solid #eee;
}

.feature .text-feature {
    padding-top: 8%;
     
}

.feature .text-feature h3 {
    width: 75%;
    font-family: 'Titillium Web',sans-serif;
    font-size: 36px;
    color: #47525D;
    line-height: 46px;
    font-weight: 300;
    margin-top:0;
}

    .feature .text-feature a.more i {
        margin-top: 40px;
        display: inline-block;
        width: 120px;
        height: 60px;
        
        background: url('../images/next.png')   no-repeat;
    }

    .feature .text-feature img {
        max-width: 100%;
        max-height: 100%;
        
    }

.center_panel_title2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
}

    .center_panel_title2 p {
        font-family: 'Microsoft YaHei';
        font-size: 1.5em;
        margin-bottom: 50px;
    }

 
.cust_list_single {
    height: 80px;
    width: 280px;
    border: 1px solid #040404;
    margin-right: 5px;
}

 
/*主页产品特色结束*/
.screenshot .item {
    border-top: 1px solid #CCC;
    padding-bottom: 30px;
    padding-top: 20px;
}

.screenshot img{
    width:auto;
    height:auto;
}




.pull-left {
    font-size: 12px;
    font-weight: 100;
    color: #828282;
    font-family: "宋体";
    top: auto;
}

.pull-right {
    font-size: 12px;
    font-weight: 100;
    color: #828282;
    font-family: "宋体";
    top: auto;

 
 
}


.logo img {
    width: 217px;
    height: 80px;
}


.jumbotron {
    width: 100%;
    height: 340px;
}


.topDiv {
    background: #FFF;
  padding:10px 0 0;
  color: #BFBFBF;
  border-top: 1px solid #BFBFBF;
      padding-top: 8px;
    padding-bottom: 18px;
} 
.toptitle {
    font-size: 12px;
    font-weight: 100;
    color: #040404;
    font-family: "宋体";
    top: auto;
    margin: 0px auto;
}


/*首页客户向左滚动*/
.center_panel_title2 {
    padding:1px,1px;
   
}
/*导航菜单开始*/
#topDiv {
    margin: 20px auto;
    width: 1200px;
    height: 100px;
    text-align: center;
    clear: both;
    overflow: hidden;
}
#topDivLeft{float:left;width:700px;height:auto;padding-top:10px;text-align:left;}
#topDivLeft img{float:left;height:80px;text-align:left;}
#topDivLeft span{float:left;width:360px;line-height:140%;padding-left:25px;text-align:left;}
#topDivLeft span.font1{padding-top:10px;color:#505050;font-size:26px;font-weight:600;}
#topDivLeft span.font2{color:#7A7979;font-size:18px;font-weight:100;}

#topDivRight{float:left;width:330px;height:100px;padding-top:10px;padding-left:170px;text-align:left;}
.header-phone {float:left;width:330px;padding-top:10px;font-family:"Microsoft Yahei"; font-size:20px;color:#DF1511}
.header-user-btn {float:left;width:330px;height:auto;padding-top:10px; font-family:"Microsoft Yahei"; font-size:20px;color:#DF1511 }
.header-user-btn a {color:#505050;}




/*
    con-right
*/
.Banner{margin:0px auto;width:100%;height:300px;text-align:center;clear:both;overflow:hidden;}

#con-right{float:left;width:880px;height:auto;padding-top:30px;text-align:left;background-color:#ffffff;}
.con-right-title{float:left;width:860px;height:40px;line-height:40px;padding-left:20px;text-align:left;font-size:14px;color:#828282;background: url(../images/RightTitleBg.gif);}
.con-right-title2{float:left;width:1155px;height:40px;line-height:40px;padding-left:25px;text-align:left;background:url(../images/RightTitleBg.gif);}
.con-right-content {float:left;width:840px;height:auto;padding:15px;text-align:left;font-size:16px;line-height:180%;}
.con-right-content p,.con-right-content div,.con-right-content a{font-size:16px;line-height:180%;}
/*内页*/

/*公司简介开始*/
 
.aboutus-container{
	background: url(../images/aboutus-bg.jpg);
	background-repeat: no-repeat;
}

.aboutus-box-title{
	text-align: center;
	margin-top: 60px;
}
.aboutus-box-title-line{

	width: 100px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

}
.aboutus-box-title h3{

	font-size: 16px;

	letter-spacing: 3px;

	line-height: 20px;

	height: 20px;

	color: #929292;

}
.aboutus-box-title h2{

	letter-spacing: 8px;

	line-height: 50px;

	height: 50px;

	/* padding-bottom: 20px; */

	font-size: 26px;

	font-weight: 600;

}

.row-aboutus-box{
	/* padding: 10%; */
	margin-top: 40px;
}
.row-aboutus-box img{width: 90%;margin: 0 auto;display: block;}
.row-aboutus-box p{
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 16px;
}

.aboutus-special-container{
	margin-top: 80px;
	padding-top: 2px;
	background: rgba(165, 165, 165, 0.51);
	background: #a5a5a5\9;/*IE*/
	filter: alpha(opacity=50);/*IE*/
}


.aboutus-special-box-title{
	text-align: center;
	margin-top: 40px;
}
.aboutus-special-box-title-line{

	width: 100px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

}
.aboutus-special-box-title h3{

	font-size: 16px;

	letter-spacing: 3px;

	line-height: 20px;

	height: 20px;

	color: #fdfdfd;

}
.aboutus-special-box-title h2{

	letter-spacing: 5px;

	line-height: 50px;

	height: 50px;

	/* padding-bottom: 20px; */

	font-size: 26px;

	font-weight: 600;

	color: #FFF;

}


.aboutus-special-item-box-title{
	text-align: center;
	padding-top: 20px;
	background: #eeeeee;
}
.aboutus-special-item-box-title-line{

	width: 60px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

	display: none;

}
.aboutus-special-item-box-title h3{

	font-size: 18px;

	letter-spacing: 3px;

	line-height: 40px;

	height: 50px;

	color: #333;

	font-weight: bold;

	/* font-family: cursive; */
}
.aboutus-special-item-box-title h3 strong{
	color: #de0f18;
}
.aboutus-special-item-box-title h2{

	letter-spacing: 5px;

	line-height: 40px;

	/* padding-bottom: 20px; */

	font-size: 24px;
}

.row-aboutus-special{
	margin: 50px 0;
}
.row-aboutus-special .col-lg-4{}
.aboutus-special-item{
	background: #FFF;
	margin: 0 10px;
	transition: all .3s linear;
	-moz-transition: all .3s linear; /* Firefox 4 */
	-webkit-transition: all .3s linear; /* Safari 和 Chrome */
	-o-transition: all .3s linear; /* Opera */
}
.aboutus-special-item:hover{
	-webkit-box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
	box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.aboutus-special-item p{
	line-height: 24px;
	letter-spacing: 1px;
	padding: 12px 10px;
	height: 198px;
}
.aboutus-special-item img{
	width: 100%;
}
.row-aboutus-partner{
	margin-top: 50px;
}
.row-aboutus-partner img{
	width: 88%;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
/*公司简介结束*/

/*产品清单开始*/
.title-text {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px 18px;
    border-bottom: 1px solid #DDD;
}
/*产品清单结束*/


/*客户清单开始*/
.cust_list_group {
    height: 80px;
    width: 280px;
    border: 1px solid #040404;
    margin-top: 8px;
    margin-right: 5px;
    border-radius: 8px;
}

.cust_list {
    margin-top: 10px;
    margin-bottom: 10px;
}
/*客户清单结束*/

/*在线留言开始*/



.content_position {
    margin-top: 10px;
}  

 
/*联系我们开始*/
/*联系我们页面*/
.other-slide {
}
.other-slide img{
	width: 100%;
	height: auto;
}
.position{
	width: 88%;
	margin: 0 auto;
	padding: 18px 0px;
	border-bottom: 1px solid #DDD;
}
.position span{
	width: 10px;
	display: inline-block;
	height: 22px;
	line-height: 22px;
}
.position a{
	color: #333;
	font-size: 15px;
	letter-spacing: 1px;
}
.position span.position-home{
	width: 28px;
	height: 17px;
	background: url(../images/icon-position-home.png);
	background-repeat: no-repeat;
	position: relative;
	top: 1px;
	background-size: 21px 17px;
}

/*分隔线*/
#separator_line {
    margin-top: 30px;
    background: #227ADB;
}

.pull-left {
    float: left;
    margin-top: 5px;
    color: white;
    margin-bottom: 10px;
    font-size: 40px;
}


 
.row-contactus-info {
    padding-top: 60px;
 
    height: 119px;

}
.icon-contactus{
	width: 119px;
	height: 119px;
	display: block;
	position: absolute;
	left: 135px;
}
.icon-contactus.icon-address{background: url(../images/icon-contactus-address.png);}
.icon-contactus.icon-tel{background: url(../images/icon-contactus-tel.png);}
.icon-contactus.icon-website{background: url(../images/icon-contactus-website.png);}
.contactus-item {
    border: 1px solid #ccc;
    padding: 80px 24px 24px 24px;
    margin-top: 60px;
    margin-bottom: 60px;
    height: 250px;
}
.contactus-item:hover{
	/* border: 1px solid #f53f31; */
}

.contactus-item p{
	font-size: 16px;
	letter-spacing: 1px;
	text-align: left;
	min-height: 30px;
	line-height: 30px;
	color: #000;
	padding: 0 40px;

}

.changde-contactus-info{
	margin: 80px 0px 0px 0px;
	border: 1px solid #CCC;
	overflow: hidden;
}

.changde-contactus-info:hover{
	/* border: 1px solid #f53f31; */
}

.contact-box{
	margin: 15px 0 0px 0;
	padding-bottom: 0;
	color: #000000;
	padding-left: 15px;
}
.contact-box h2{
	/* padding-top: 30px; */
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	letter-spacing: 1px;
	text-align: left;
	text-indent: 0.8em;
	font-weight: 600;
}
.contact-box p{
	text-align: left;
	min-height: 40px;
	line-height: 40px;
	font-size: 16px;
	letter-spacing: 1px;
}
.contact-box p i{
	height: 30px;
	width: 30px;
	display: block;
	float: left;
	margin: 8px 8px 0px 10px;
}
i.icon-tel {
	background: url(../images/xuebi.png);
	background-position: 0 2px;

}
i.icon-link {
	background: url(../images/xuebi.png);
	background-position: 0 -30px;
}
i.icon-ask {
	background: url(../images/xuebi.png);
	background-position: -155px 2px;
}
i.icon-email {
	background: url(../images/xuebi.png);
	background-position: -34px 2px;
}
i.icon-addr {
	background: url(../images/xuebi.png);
	background-position: -95px 2px;
}
i.icon-money {
	background: url(../images/xuebi.png);
	background-position: -65px 2px;
}
i.icon-man {
	background: url(../images/xuebi.png);
	background-position: -125px 1px;
}
.changde-contactus-info img{width: 105%;}

#map{
	height: 358px;
}
#map .BMap_bubble_content{/* border:1px solid #de0f18; */line-height: 30px;}
#map .iw_poi_title{color: #de0f18;font-size: 16px;line-height: 24px;height: 24px;}
#map .iw_poi_content{color: #333;font-size: 14px;}
#map .BMap_Marker{    width: 80px !important;}
#map .BMapLabel{width:80px !important; color: #de0f18 !important;display: inline-block;border: 1px solid #DE0000 !important;font-size: 14px !important;padding: 2px 5px 2px 5px !important;}
/*关于我们*/
.aboutus-container{
	background: url(../images/aboutus-bg.jpg);
	background-repeat: no-repeat;
}

.aboutus-box-title{
	text-align: center;
	margin-top: 60px;
}
.aboutus-box-title-line{

	width: 100px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

}
.aboutus-box-title h3{

	font-size: 16px;

	letter-spacing: 3px;

	line-height: 20px;

	height: 20px;

	color: #929292;

}
.aboutus-box-title h2{

	letter-spacing: 8px;

	line-height: 50px;

	height: 50px;

	/* padding-bottom: 20px; */

	font-size: 26px;

	font-weight: 600;

}

.row-aboutus-box{
	/* padding: 10%; */
	margin-top: 40px;
}
.row-aboutus-box img{width: 90%;margin: 0 auto;display: block;}
.row-aboutus-box p{
	line-height: 40px;
	letter-spacing: 2px;
	font-size: 16px;
}

.aboutus-special-container{
	margin-top: 80px;
	padding-top: 2px;
	background: rgba(165, 165, 165, 0.51);
	background: #a5a5a5\9;/*IE*/
	filter: alpha(opacity=50);/*IE*/
}


.aboutus-special-box-title{
	text-align: center;
	margin-top: 40px;
}
.aboutus-special-box-title-line{

	width: 100px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

}
.aboutus-special-box-title h3{

	font-size: 16px;

	letter-spacing: 3px;

	line-height: 20px;

	height: 20px;

	color: #fdfdfd;

}
.aboutus-special-box-title h2{

	letter-spacing: 5px;

	line-height: 50px;

	height: 50px;

	/* padding-bottom: 20px; */

	font-size: 26px;

	font-weight: 600;

	color: #FFF;

}


.aboutus-special-item-box-title{
	text-align: center;
	padding-top: 20px;
	background: #eeeeee;
}
.aboutus-special-item-box-title-line{

	width: 60px;

	height: 4px;

	background: #de0f18;

	display: inline-block;

	display: none;

}
.aboutus-special-item-box-title h3{

	font-size: 18px;

	letter-spacing: 3px;

	line-height: 40px;

	height: 50px;

	color: #333;

	font-weight: bold;

	/* font-family: cursive; */
}
.aboutus-special-item-box-title h3 strong{
	color: #de0f18;
}
.aboutus-special-item-box-title h2{

	letter-spacing: 5px;

	line-height: 40px;

	/* padding-bottom: 20px; */

	font-size: 24px;
}

.row-aboutus-special{
	margin: 50px 0;
}
.row-aboutus-special .col-lg-4{}
.aboutus-special-item{
	background: #FFF;
	margin: 0 10px;
	transition: all .3s linear;
	-moz-transition: all .3s linear; /* Firefox 4 */
	-webkit-transition: all .3s linear; /* Safari 和 Chrome */
	-o-transition: all .3s linear; /* Opera */
}
.aboutus-special-item:hover{
	-webkit-box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
	box-shadow: 0 15px 30px rgba(10, 10, 10, 0.4);
	-webkit-transform: translate3d(0, -5px, 0);
	transform: translate3d(0, -5px, 0);
}
.aboutus-special-item p{
	line-height: 24px;
	letter-spacing: 1px;
	padding: 12px 10px;
	height: 198px;
}
.aboutus-special-item img{
	width: 100%;
}
.row-aboutus-partner{
	margin-top: 50px;
}
.row-aboutus-partner img{
	width: 88%;
	display: block;
	margin: 20px auto;
	cursor: pointer;
}
/*联系我们结束*/
/*导航菜单结束*/


/* footer */
/*====================================================
	footer
====================================================*/
.main-footer {
    background: #FFF;
    padding: 10px 0 0;
    color: #040404;
    border-top: 1px solid #BFBFBF;
    padding-top: 8px;
    padding-bottom: 18px;
}

    .main-footer .align-center {
        text-align: center;
        color: #040404;
        font-size: 18px;
        font-family: "宋体";
        padding-bottom: 18px;
    }

    .main-footer .align-center span {
        text-align: center;
        color: #757575;
        font-size: 16px;
        font-family: "宋体";
    }
    .main-footer .align-center a {
            text-align: center;
            color: #040404;
            font-size: 16px;
            font-family: "宋体";
        }

    .main-footer .widget .footerLeft {
        text-align: center;
        color: #666;
        font-size: 16px;
        font-family: "宋体";
    }

    .main-footer .widget .footerLeft img{
     width: 75px;
     height: 75px;
    }

    .main-footer .widget .footertextMid {
        text-align: center;
        color: #666;
        font-size: 12px;
        font-family: "宋体";
    }

    .main-footer .widget .footerRight {
        text-align: center;
        color: #666;
        font-size: 12px;
        font-family: "宋体";
    }




.copyright {
    background: #227ADB;
    font-size: 13px;
    text-align: center;
    color: #EBF7FF;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #303030;
}
.copyright span {
  margin: 0 .5em;
   color: #EBF7FF;
}
.copyright a {
  color: #EBF7FF;
}


/*底部*/

