
/**
 * 
 * @authors Whelam (whelamc@gmail.com)
 * @date    2017-01-12 14:16:55
 * @version $Id$
 */


/* public */
#innerbg{
	width: 100%;
}
#innerNav {
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	width: 100%;
	top: 0;
	z-index: 1000;
}
#innerNav .container > div > ul > li{
	height: 68px;
	line-height: 68px;
	margin-right: 10px;
}
#innerNav .container > div > ul > li.active{
	border-bottom: 2px solid #F49B6C;
}
#innerNav .container > div > ul > li.active a{
	color: #F49B6C;
	border: 0;
}
#innerNav .container > div > ul > li a{
	font-size: 16px;
	color: #000;
	font-weight: normal;	
	height: 100%;
	line-height: 68px;
	padding-top: 0;
	padding-bottom: 0;
}
#innerNav .container > div > .btn-group {
	height: 48px;
	width: 100%;
}
#innerNav .container > div > .btn-group > button{
	height: 48px;
	width: 100%;
	background-color: #fff;
}
#innerNav .container > div > .btn-group > .dropdown-menu{
    background-color: #fc5f0d;
	left: 0;
	padding: 0;
	top: 100%;
	border: 0;
	width: 100%;
	text-align: center;
}
#innerNav .container > div > .btn-group > .dropdown-menu > li{
	margin-right: 0;
	cursor: pointer;
	width: 100%;
}
#innerNav .container > div > .btn-group > .dropdown-menu > li > a{
	color: #fff;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
	background-color: #fc5f0d;
	width: inherit;
	border-radius: 0;
}
#innerNav .container > div > .btn-group > .dropdown-menu > li.active > a{
	border: 0;
	border-radius: 0;
}
#innerNav .container > div > .btn-group > .dropdown-menu > li > a:hover{
	border: 0;
	border-radius: 0;
}
#innerNav .container > div > .search{
	position: absolute;
	right: 1.5%;
	top: 20%;
	margin: 0;
	height: 42px;
	overflow: hidden;
}
#innerNav .container > div > .search button{
	font-size: 14px;
	color: #202020;
	background-color: #fff;
	border: 1px solid #d2d2d2;
	border-radius: 0;
	height: 42px;
}
#innerNav .container > div > .search input{
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	border-left: 0;
	height: 42px;
	width: 223px;

}
.simple-pagination{
    display: block;
    margin: 0;
    overflow: hidden;
    text-align: center;
    margin-top: 10px;
}
.simple-pagination ul{
    list-style: outside none none;
    margin: 0;
    padding: 0;
    display: inline-block;
}
.simple-pagination li {
    display: inline;
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.light-theme .current {
    background: #666 none repeat scroll 0 0;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 0 2px rgba(0, 0, 0, 0.3) inset;
    color: #fff;
    cursor: default;
}
.light-theme a, .light-theme span {
    background: rgba(0, 0, 0, 0) -moz-linear-gradient(center top , #ffffff 0%, #efefef 100%) repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #666;
    float: left;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
    margin: 0 5px 0 0;
    min-width: 14px;
    padding: 0 7px;
    text-align: center;
}


/* 9.iques*/
#iques{
    background: #fff none repeat scroll 0 0;
    position: relative;
}
#iques .list > ul > li{
	border-bottom: 1px dotted #d2d2d2;
	padding: 5px 0;
    list-style-image: url("../image/question.png");
}
#iques .list > ul > li > a{
	color: inherit;
}
#iques .list > ul > li > a:hover{
	color: #fc5f0d;
}
#iques .list > ul > li .floatleft{
	max-width: 60%;
	white-space:nowrap; 
	overflow:hidden; 
	text-overflow:ellipsis;
}
/* 8.contact */
.baidumap {
	overflow: hidden;
	margin: 0;
	margin-top: -50px;
}
#allmap{
	height: 350px;
}
.m-desc {
	margin-top: -15px;
}
.m-desc h4{
	color: #6a6a6c;
	margin-top: 0;
	margin-bottom: 5px;
}
.m-desc .bg{
	color: #fff;
	padding: 22px;
	position: relative;
}
.m-desc .bg > .con{
	color: #6a6a6c;
	padding: 15px 40px;
}
.m-desc .bg > .con > strong{
	font-size: 14px;
}
.m-desc .bg > .con > .cnn{
	font-size: 12px;
}
.m-desc .bg > .con > p{
    margin-bottom: 0; 
}
.m-desc .bg > .con > i{
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	display: block;
	width: 19px;
	height: 38px;
	float: left;
	margin-right: 10px;
}
.m-contact .code {
	width: auto;
	margin-top: 60px;
	max-width: 115px;
}
.m-contact .code span{
    display: block;
    background-color: #ffc901;
    font-size: 12px;
    color: #000;
    text-align: center;
}
.m-contact > h4{
	margin-top: 20px;
	margin-bottom: 10px;
}
.m-contact button{
	background-color: #939393;
	border: 1px solid #939393;
	width: 82px;
}
.m-contact .form-group{
	margin-bottom: 10px;
}
.mline {
	background-image: url('../image/line.png');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: block;
	width: 99px;
	height: 3px;
	margin-bottom: 10px;
}
.mphone{
	background-image: url('../image/phone.png');
}
.mfax{
	background-image: url('../image/fax.png');
}
.memail{
	background-image: url('../image/email.png');
}
.mmap{
	background-image: url('../image/map1.png');
}
/* 7.career */
#career > div:nth-child(odd){
    background-color: #fff;
}
#career > div:nth-child(even){
    background-color: #f0f0f0;
}

#career .container > div > .title{
    text-align: center;
    margin: 20px 0;
}
#career .container > div > .title > h4{
    color: #fc5f0d;
    margin: 0;
}
#career .container > div > .title > p{
    color: #999;
}
#career .container > div > .content {
	margin-bottom: 20px;
	color: #000;
	font-size: 12px;
}
#career .container > div > .content > .table{
    background-color: #fff;
}
#career .container > div > .content > .table a{
	color: inherit;
}
#career .container > div > .pic{
	overflow: hidden;
	margin-bottom: 20px;
}
#career .container > div > .pic > div{
	padding: 2px;
}
#career .container > div > .pic img{
    width: 100%;
}
.cardesc{
	background-color: #fff;
	border: 1px solid #d2d2d2;
	width: 947px;
	max-width: 50%;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 0;
}
.cardesc > .cmiss{
	position: absolute;
	right: 10px;
	top: 10px;
}
.cardesc > .cmiss > a{
	color: #000;
}

/* tech */
#tech .container > div > .title{
	overflow: hidden;
}
#tech .container > div > .title > ul{
    margin: 10px;
}
#tech .container > div > .title > ul > li{
    color: #999;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
#tech .container > div > .title > ul > li > a{
	color: inherit;
}
#tech .container > div > .content{
	overflow: hidden;
	margin-bottom: 20px;
}
#tech .container > div > .content .pic{
	overflow: hidden;
	text-align: center;
	position: relative;
	margin-bottom: 10px;
}
#tech .container > div > .content .img{
	width: 100%
}
#tech .share{
	margin: 10px;
}
#techin .item{
    position: relative;
    overflow: hidden;
    margin: 10px 0;
    padding: 10px 0;
}
#techin .item > a{
	/*height: 100%;*/
}
#techin .item > a > img{
	width: 100%;
}
#techin .container > div > .content{
	overflow: hidden;
	margin: 20px 0;
}
#techin .container > div > .content h5{
	margin-bottom: 10px;
}
#techin .container > div > .content h5 a{
	text-decoration: none;
	color: inherit;
}
#techin .container > div > .content{
    margin-bottom: 10px;
}
#techin .container > div > .content .item p{
    width: 100%;
    overflow: hidden;
	height: 90px;
	line-height: 2.5;
}

/* product */
#pro .container > div > .title{
	overflow: hidden;
}
#pro .container > div > .title > ul{
    margin: 10px;
}
#pro .container > div > .title > ul > li{
    color: #999;
    font-size: 13px;
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    list-style-type: none;
    margin-right: 5px;
}
#pro .container > div > .title > ul > li > a{
	color: inherit;
}
#pro .container > div > .title .share{
	margin-top: 10px;
}
#pro .container > div > .tab-content > .tab-pane .item{
	margin-bottom: 30px;
}
#pro .container > div > .tab-content > .tab-pane .item a{
	overflow: hidden;
	display: block;
	color: inherit;
	border: 1px solid #d2d2d2;
	text-decoration: none;
}
#pro .container > div > .tab-content > .tab-pane .item img{
	width: 100%
}
#pro .container > div > .tab-content > .tab-pane .item span{
	display: block;
	text-align: center;
	border-top: 1px solid #d2d2d2;
	padding: 5px 0;
}
#pro .prodesc .toptitle{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
	border-bottom: 1px dotted #e3e3e3;
}
#pro .prodesc .name{
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
#pro .prodesc .call h4{
    margin-bottom: 20px;
}
#pro .prodesc .call h3{
	margin: 0;
	color: #FB500A;
}
#pro .prodesc .call{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
#pro .questionliitem {
    list-style-image: url('../image/question.png');
    border-bottom: 1px dotted #e3e3e3;
    padding: 5px 0;
}
#pro .questionliitem a{
	color: inherit;
}
.prodesc{
	margin: 20px 0;
	position: relative;
	overflow: hidden;
}
.prodesc button{
	width: 142px;
	background-color: #fb500a;
	color: #fff;
	border: 0;
	font-size: 18.75px;
	padding: 10px 0;
}
.contru{
	margin-bottom: 20px;
	position: relative;
	overflow: hidden;
}
.contru .topline{
	border-bottom: 1px solid #e3e3e3;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.contru .topline button{
	width: 120px;
	font-size: 14px;
	padding: 5px 0;
	border: 0;
	color: #fff;
	background-color: #fb500a;
}
.contru .bottomsay{
	position: relative;
	overflow: hidden;
}
.contru .bottomsay div img{
    width: 100%;
    margin: 20px 0;
} 

/* creati */
#creati .tab-content > .tab-pane{
	padding: 0;
}
#creati .tab-content > .tab-pane > div:nth-child(odd){
    background-color: #fff;
}
#creati .tab-content > .tab-pane .desc{
    padding-bottom: 20px;
}
#creati .tab-content > .tab-pane > div:nth-child(even){
    background-color: #f6f6f6;
}
#creati .tab-content > .tab-pane > .desc > div .title {
    margin: 20px 0;
    text-align: center;
}
#creati .tab-content > .tab-pane > .desc > div .title > h4 {
    color: #fc5f0d;
    margin: 0;
}
#creati .tab-content > .tab-pane > .desc > div .title p {
    color: #999;
}
#creati .tab-content > .tab-pane > .desc > div .pic{
	padding: 0 20px;
}
#creati .tab-content > .tab-pane > .desc > div .pic img{
	width: 100%;
}
#creati .tab-content > .tab-pane > .desc > div .content .con p{
	text-indent: 0.2em;
}
#creati .tab-content > .tab-pane > .csde > div .title {
    margin: 20px 0;
    text-align: center;
}
#creati .tab-content > .tab-pane > .csde > div .title > h4 {
    color: #fc5f0d;
    margin: 0;
}
#creati .tab-content > .tab-pane > .csde > div .title p {
    color: #999;
}
#creati .tab-content > .tab-pane > .csde .list{
	margin: 0 0 80px 0;
	overflow: hidden;
	position: relative;
}


#creati .tab-content > .tab-pane > .csde .list > div .inner{
	border-radius: 25px;
	background-color: #ffa272;
	overflow: hidden;
	width: 180px;
	margin: 0 auto;
	margin-bottom: 20px;
	max-width: 100%;
	height: 200px;
	overflow: hidden;
}
#creati .tab-content > .tab-pane > .csde .list > div.col-xs-6 .inner{
	height: 180px;
}
#creati .tab-content > .tab-pane > .csde .list > div span{
	display: block;
	width: 100%;
	text-align: center;
	background-color: inherit;
	color: #fff;
	font-size: 18px;
	margin: 5px 0 0;
}
#creati .tab-content > .tab-pane > .csde .list > div img{
	width: 100%;
	max-height: 180px;
	background-color: #fb500a;
}
.sf {
	position: relative;
	overflow: hidden;
	margin: 0;
	width: 100%;
	display: block;
	background-color: #d0d0d0;
	border-style:none;
	border-width:0;

	height:68px;
	background-image: url('../image/sf.png');
	background-position:center;

}
.sf img{
	width: 100%;
}



/* =============================
 Media queries 
============================= */

@media (min-width: 768px) and (max-width: 979px) {
	.m-desc {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {
	.m-desc {
		margin-top: 10px;
	}

}

@media (max-width: 480px) {
	.m-desc {
		margin-top: 10px;
	}

}

@media (max-width: 360px) {
	.m-desc {
		margin-top: 10px;
	}

}