@charset "UTF-8";

/* CSS Document */

* {
	transition: all ease 0.4s;
	text-align: justify;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

body {
	padding-left: 80px;
}


a {
	color: #000;
}
a:link,
a:visited,
a:hover,
a:active,
a:focus {
	text-decoration: none;
}

a:hover,
a:focus {
	color: #0078D7;
}

nav.site {
	background-color: #fff;
	border-color: #e6e8e9;
	border-style: solid;
	border-width: 0 1px 0 0;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	-webkit-transition: all .35s cubic-bezier(.23, 1, .32, 1);
	transition: all .35s cubic-bezier(.23, 1, .32, 1);
	width: 80px;
	z-index: 999;
	text-align: center;
}

nav.site a img {
	margin: 1.5em auto;
}

nav.site ul,
nav.site li {
	margin: 0;
	padding: 0;
	list-style: none;
}

nav.site>ul>li {
	text-align: center;
}

nav.site>ul>li>a {
	width: 32px;
	height: 55px;
	display: inline-block;
	background-image: url(../src/nav.png);
	background-repeat: no-repeat;
	text-indent: -1000em;
	overflow: hidden;
	background-position: 0 0;
	margin-top: 1.2em;
}

nav.site>ul>li>a.fangan {
	background-position-y: -83px;
}

nav.site>ul>li>a.hezuo {
	background-position-y: -173px;
}

nav.site>ul>li>a.gongsi {
	background-position-y: -257px;
}

nav.site>ul>li>a.zixun {
	background-position-y: -343px;
}

nav.site>ul>li>a.gengduo {
	background-position-y: -429px;
}

nav.site>ul>li>a:hover {
	background-position-x: -32px;
}

section {
	padding-top: 1.5em;
	padding-bottom: 1.5em;
}

section.footer {
	color: #777777;
	font-size: 14px;
	line-height: 200%;
}

section.footer>* {
	text-align: center;
}

section.footer span {
	display: block;
	color: #999999;
	font-size: 12px;
}

section.footer a {
	color: #777777;
	padding: 0 1.5em;
}

section.footer a:hover,
section.footer a:focus {
	color: #0078D7;
}

.btnZixun {
	border-radius: 20px;
	height: 40px;
	display: block;
	margin: 1em 0;
	line-height: 40px;
	padding: 0 20px;
	text-align: left;
}

.btn-primary {
	color: #fff;
	background-color: #0078D7;
	border-color: #0078D7;
	text-align: center;
}

@media(min-width:1400px) {
	.container {
		min-width: 1400px;
	}
}

.stype-img {
	margin-left: -60px;
	position: absolute;
	margin-top: 9px;
}

.bor {
	height: 10px;
	background: #FBFBFB;
}

.main-text {
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}

.text-indent {
	text-indent: 2em;
}

.container-fluid {
	max-width: 1400px;
}

.main-relative {
	position: relative;
}


/*咨询*/

#consult {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0, 0, 0, 0.3);
	z-index: 99999999;
}

.consult-main {
	position: absolute;
	left: 50%;
	margin-left: -300px;
	top: 50%;
	margin-top: -320px;
	background: #FFFFFF;
	width: 600px;
	height: 640px;
}

.consult-main>.top {
	position: relative;
	padding: 9px 0px 9px 32px;
	height: 53px;
	background: #EEEEEE;
	border-bottom: 1px solid #CCCCCC;
}

.consult-main>.top>img {
	width: 34px;
	display: block;
	float: left;
}

.consult-main>.top>span {
	font-size: 20px;
	line-height: 34px;
	margin-left: 10px;
	color: #666666;
}

#consult-close {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: 12px;
}

#consult-close>img {
	width: 30px;
	height: 30px;
}

#consult .consult-main .container-fluid {
	padding-right: 90px;
	padding-left: 50px;
	padding-top: 50px;
}

#consult .form-group {
	margin-bottom: 28px;
}

#con-form .control-label {
	color: #666666;
	font-size: 16px;
	font-weight: initial;
	padding-top: 2px;
	line-height: 28px;
}

#con-form .form-control {
	padding-top: 5px;
	padding-bottom: 5px;
	border-radius: 3px;
	color: #BBBBBB;
}

#con-form .sm-form {
	height: 32px;
}

#con-form .form-control::-webkit-input-placeholder {
	color: #BBBBBB !important;
}

#con-form .form-control:-moz-placeholder {
	color: #BBBBBB !important;
}

#con-form .form-control::-moz-placeholder {
	color: #BBBBBB !important;
}

#con-form .form-control:-ms-input-placeholder {
	color: #BBBBBB !important;
}

#con-form .col-sm-9 {
	padding-left: 5px;
}

#con-form .text-red {
	font-size: 20px;
	color: #FF0000;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

#con-form .szd .row {
	margin-left: -5px;
	margin-right: -5px;
}

#con-form .szd .row>div {
	padding: 0px 5px;
}

#select-text {
	position: absolute;
	line-height: 32px;
	color: #bbbbbb;
	left: 5px;
	right: 15px;
	text-align: center;
}

#con-form select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: url(../src/consult/select-more.png) no-repeat scroll right center transparent;
	padding-right: 27px;
}

#wtfl {
	position: relative;
	z-index: 2;
	color: #FFFFFF !important;
}

#con-form select>option {
	color: #666666;
	text-align: center;
}

#con-form select::-ms-expand {
	display: none;
}

#con-form .form-radio {
	position: relative;
	float: left;
	margin-right: 75px;
}

#con-form .form-radio>input[type='radio'] {
	opacity: 0;
	position: absolute;
	z-index: 2;
}

#con-form .form-radio>div {
	position: absolute;
	z-index: 1;
	border: 2px solid #CCCCCC;
	border-radius: 10px;
	padding: 5px;
}

#con-form .form-radio>p {
	margin: 0px;
	padding-top: 2px;
	line-height: 32px;
	margin-left: 25px;
	font-size: 16px;
	color: #666666;
}

#con-form .form-radio>div>div {
	height: 100%;
	background: #265CFF;
	border-radius: 50%;
}

#con-form .form-radio>div,
#con-form .form-radio>input {
	height: 21px;
	top: 8px;
	margin: 0px;
}

#con-form .form-radio>div {
	width: 21px;
}

#con-form .form-radio>input {
	width: 50px;
}

#sub,
#cancel-but {
	width: 100px;
	height: 30px;
	margin: 0px auto;
	display: block;
	border: 0px;
	font-size: 16px;
}

#sub {
	background: #999999;
	color: #FFFFFF;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

#cancel-but {
	background: #EEEEEE;
	color: #999999;
	line-height: 30px;
	text-align: center;
	cursor: pointer;
}

.my-warning {
	height: 0px;
	line-height: 30px;
	color: red;
}

@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?u71hwv');
	src: url('../fonts/icomoon.eot?u71hwv#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?u71hwv') format('truetype'), url('../fonts/icomoon.woff?u71hwv') format('woff'), url('../fonts/icomoon.svg?u71hwv#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-cost:before {
	content: "\e908";
}

.icon-urgent-phone:before {
	content: "\e90e";
}

.icon-maintenance:before {
	content: "\e90f";
}

.icon-module:before {
	content: "\e909";
}

.icon-risk:before {
	content: "\e90a";
}

.icon-warning:before {
	content: "\e910";
}

.icon-video:before {
	content: "\e911";
}

.icon-testing:before {
	content: "\e912";
}

.icon-emission:before {
	content: "\e90b";
}

.icon-floor:before {
	content: "\e913";
}

.icon-camera-2:before {
	content: "\e916";
}

.icon-monitor:before {
	content: "\e90c";
}

.icon-access-control:before {
	content: "\e917";
}

.icon-img-manage:before {
	content: "\e918";
}

.icon-information:before {
	content: "\e914";
}

.icon-voice:before {
	content: "\e915";
}

.icon-automatic:before {
	content: "\e90d";
}

.icon-terminal:before {
	content: "\e919";
}

.icon-economics:before {
	content: "\e904";
}

.icon-intelligence:before {
	content: "\e905";
}

.icon-science:before {
	content: "\e906";
}

.icon-standard:before {
	content: "\e907";
}

.icon-wrong:before {
	content: "\e903";
}

.icon-correct:before {
	content: "\e900";
}

.icon-left-arrow:before {
	content: "\e901";
}

.icon-right-arrow:before {
	content: "\e902";
}


/*20171124自适应修改*/
.l_padding{padding-left:4em;}
@media(max-width:992px) {
    body {
      padding-left: 0px;
    }
    nav.site{display: none;}
    .l_padding{padding-left:2em; margin-top:10px;}
    .video{padding-top:85px;}
    section.footer{font-size: 22px;}
    section.footer span{font-size:17px;}
    #consult .consult-main .container-fluid{}
    .consult-main>.top>span{font-size: 26px;}
   
}

.screen-box{
	margin-left: 90px;
	font-size: 28px;
	color:#666666;
}
.screen-p{
	margin-left: 117px;
    margin-right: 126px;
}
.screen-p p{
	color:#666666!important;
	font-size: 16px!important;
	line-height: 30px!important;
}
 a.screen-a{
	font-size: 18px;
	color:#777777;
	margin-top: 10px;
    padding-top: 6px;
    padding-bottom: 6px;
    display: inline-block;
    font-size: 18px;
}
a.screen-a img{
	margin-left: 10px;
}
.table-margin{
	margin-top:35px;
	margin-bottom: 35px;
}
.bor-table{
	border:1px solid #ececec;
	padding:15px;
	cursor:pointer;
}
.bor-table img{
	display: block;
	margin:0 auto;
}
.bor-table p{
	font-size: 16px;
	color:#666666;
	line-height: 30px;
	margin-bottom: 5px;
    margin-top: 5px;
}
.molal-text{
	color:#777777;
	font-size: 16px;
	line-height: 30px;
	}
.molal-text-title{
	color:#666666;
	margin-bottom: 30px;
	font-weight: bold;
	}
.model-img{
	display: block;
	margin:0 auto;
}
.model-p{
	margin-top:10px;
	color:#666666;
	font-size: 16px;
}
.molal-text-ul{
	padding-left: 10px;
	list-style: none;
}
.molal-text-ul li{
	color:#888888;
	line-height: 38px;
	}	
.text-table{
	color:#777777;
	margin-top: 30px;
}
.text-table tr td{
	text-align: center;
}
.text-backg{
	background:#ececec;
	font-weight: bold;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
	border:1px solid #999999;
}
@media(max-width:992px) {
 .screen-box{
		margin-left: 30px;
		font-size: 32px;
		color:#666666;
	}
 .screen-p{
		margin-left: 54px;
    	margin-right: 50px;
	}
 .screen-p p{
		color:#666666!important;
		font-size: 26px!important;
		line-height: 40px!important;
	}
a.screen-a{
		font-size: 18px;
		color:#777777;
		margin-top: 10px;
	    padding-top: 6px;
	    padding-bottom: 6px;
	    display: inline-block;
	    font-size: 26px;
	} 
.bor-table{
	border:2px solid #ececec;
	padding:20px;
}
.bor-table p{
	font-size: 26px;
}
.bor-table p{
	font-size: 26px;
	color:#666666;
	line-height: 30px;
	margin-bottom: 5px;
    margin-top: 5px;
}
.molal-text{
	color:#777777;
	font-size: 26px;
	line-height: 30px;
	}
.molal-text-title{
	color:#666666;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 30px;
	}
.model-img{
	display: block;
	margin:0 auto;
}
.model-p{
	margin-top:10px;
	color:#666666;
	font-size: 26px;
} 
.molal-text-ul li{
	color:#888888;
	line-height: 38px;
	font-size: 24px;
	}
.modal-dialog {
    width: 700px !important;
    margin: 90px auto 30px auto;
	}	
}

.modal-dialog {
    width: 1100px!important;
    max-width: 80%;
    margin: 90px auto 30px auto;
}
table.text-table tr td{
	vertical-align: middle;
}
#competitive .modal-body{
	padding: 35px 15px 50px;
}
#competitive .close{
	opacity: .9;
}
#competitive button.close{
	border: 2px solid #000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    padding: 5px;
}
#competitive button.close span{
	display: block;
    margin-top: -4px;
}
