@charset "UTF-8";

/*css 初始化 */

body,
html {
	width: 100%;
	height: 100%;
}

frame,
frameset,
iframe,
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
form,
fieldset,
legend,
img {
	margin: 0;
	padding: 0;
}

fieldset,
img,
input,
button {
	/*fieldset组合表单中的相关元素*/
	border: none;
	padding: 0;
	margin: 0;
	outline-style: none;
}

ul,
ol {
	list-style: none;
	/*清除列表风格*/
}

input {
	color: #000;
	padding-top: 0;
	padding-bottom: 0;
	font-family: "Microsoft YaHei", "微软雅黑";
}

select,
input {
	vertical-align: middle;
}

select,
input,
textarea {
	font-size: 12px;
	margin: 0;
}

*:focus {
	outline: none;
}

textarea {
	resize: none;
}
.logo img{
	margin-top: -2px;
	width: 120px;
	}
p {
	font-size: 16px;
	line-height: 26px;
}


/*防止多行文本框拖动*/

img {
	border: 0;
	vertical-align: middle;
}


/*  去掉图片低测默认的3像素空白缝隙*/

table {
	border-collapse: collapse;
	/*合并外边线*/
}

body {
	font: 12px;
	font-family: "Microsoft YaHei", "微软雅黑";
	background: #fff;
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
	/*IE/7/6*/
}

a {
	color: white;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: none;
	color: white;
}


/*h1,
h2,
h3,
h4,
h5,
h6 {
    text-decoration: none;
    font-weight: normal;
    font-size: 100%;
}*/

s,
i,
em {
	font-style: normal;
	text-decoration: none;
}


/*公共类*/

.fl {
	float: left;
}

.fr {
	float: right;
}

.al {
	text-align: left;
}

.ac {
	text-align: center;
}

.ar {
	text-align: right;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei UI", "Microsoft YaHei", SimHei, "\5B8B\4F53", simsun, sans-serif;
	color: #666;
}


/* 遮罩层 */

.main_mask {
	width: 100%;
	height: 100%;
	background: url(../imgs/main_mask.png);
	position: relative;
	display: none;
}


/*头部*/

header {
	position: relative;
}

ul.main-menu> li.dropdown:hover ul,
ul.main-menu> li.dropdown:hover ul:before {
	visibility: visible;
	opacity: 1;
	top: 104%;
}
.copyright-bar p{
	margin: 0;
}
.dropdown ul li {
	color: #8d8d8d;
	line-height: 1.8;
}

ul.main-menu> li.dropdown ul {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 120%;
	background: #fff;
	min-width: 220px;
	padding: 10px 0;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
	z-index: 1000;
	    box-shadow: 0px 10px 50px -10px #212121;
	border-radius: 5px;
}

.dropdown ul li a:hover,
.dropdown ul li.active> a {
	color: #386db5 !important;
}

.navbar-collapse.in {
	overflow-y: inherit;
}

.dropdown ul li a {
	color: #333 !important;
	padding: 2px 20px !important;
	display: block;
	line-height: 30px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: none;
}

ul.main-menu li a {
	font-size: 15px;
	font-family: "Roboto Condensed";
	color: #61656F;
	font-weight: bold;
	line-height: 1.467;
	text-transform: uppercase;
	padding: 20px 25px;
	display: block;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.navbar {
	background:#ffffff;
	min-height: 60px;
	margin-bottom: 0;
	border: none;
	border-radius: 0;
}

.navbar-toggle {
	margin-top: 20px;
}
.copyright-bar p{
	font-size: 12px;
}
.navbar-brand {
	height:60px;
	padding: 8px 15px;
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #333;
	background-color: transparent;
}

.navbar.navbar-default .nav.navbar-nav li a {
	padding: 0px;
	color: #386db5;
	background: transparent;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: normal;
	line-height:60px;
}

.navbar.navbar-default .nav.navbar-nav li {
	margin-right: 22px;
}

.navbar-nav>li>a:before {
	content: "";
	position: absolute;
	width: 0;
	height: 4px;
	background: #386db5;
	right: 0;
	bottom: -1px;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.navbar-nav>li>a:hover:before {
	width: 100%;
	left: 0;
}

.navbar-nav>li>a:focus:after {
	color:#3a7eff;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: #3a7eff;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	/* background-color: #3a7eff; */
}

.btn-submenu {
	position: absolute;
	right: 20px;
	top: 0;
	font-size: 14px;
	line-height: 48px;
	text-align: center;
	cursor: pointer;
	width: 70px;
	height: 46px;
	color: #606060;
	display: none;
}


/* 小屏幕（平板，大于等于768px） */

.dropdown ul li {
	color: #8d8d8d;
	line-height: 1.8;
}

.dropdown ul li a {
	color: #333 !important;
	padding: 2px 20px !important;
	display: block;
	line-height: 30px !important;
	font-size: 14px !important;
	font-weight: normal !important;
	text-transform: none;
	border-top: 1px solid white !important;
}

.navbar-brand {
	height:60px;
}

@media (max-width: 768px) {
	ul.main-menu> li.dropdown ul {
		display: none;
		position: static;
		border-radius: 0px;
		transition: none;
		visibility: visible;
		padding: 0px;
		opacity: 1;
	}

	.btn-submenu {
		display: block;
	}
	.navbar-fixed-top {
		position: relative;
	}
	main {
		margin-top: 0px !important;
	}
	.navbar-collapse,
	.navbar-fixed-top {
		max-height: none !important;
	}
	.navbar.navbar-default .nav.navbar-nav li a {
		padding: 0px;
		color: #2e2e2e;
		background: transparent;
		font-size: 12px;
		font-family: "Roboto", sans-serif;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 46px;
		text-align: center;
		border-top: 1px solid #252525;
	}
	.navbar-nav {
		margin-top: 0px;
		margin-bottom: 0;
	}
	.navbar.navbar-default .nav.navbar-nav li {
		margin-right: 0;
	}

}


/* 中等屏幕（桌面显示器，大于等于992px） */

@media (max-width: 992px) {
	.navbar {
		background: #ebebeb;
		min-height: 50px;
	}
}


/* 大屏幕（大桌面显示器，大于等于1200px） */

@media (max-width: 1200px) {}


/*foot*/

footer .footer {
	padding: 0;
	background:#e7e7e7;
}

footer .footer .widgets {
	padding: 30px;
}

h2.widget-title {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	line-height: 1;
	margin: 20px 0;
	text-transform: uppercase;
}

.quick-links ul li a,
.our-services ul li a {
	color: #333;
	line-height: 1.6;
	font-size: 14px;
	padding-bottom: 15px;
	display: block;
	text-decoration: none;
	-webkit-transition: 0.5s ease all;
	-o-transition: 0.5s ease all;
	-moz-transition: 0.5s ease all;
	-ms-transition: 0.5s ease all;
	transition: 0.5s ease all;
}

.quick-links ul li a:hover,
.our-services ul li a:hover {
	color: rgba(255, 255, 255, 1);
}

.copyright {
	background: #000;
	color: white;
	text-align: center;
	line-height: 28px;
}

main {
	margin-top:60px;
}

.active:before {
	content: "";
	position: absolute;
	width: 100% !important;
	height: 4px;
	background: #e37920;
	right: 0;
	bottom: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.page {
	width: 231px;
	margin: 0 auto;
}
.threat-banner-right h2 {
    width: 100%;
    height: 83px;
    border-bottom: 1px solid #999;
    line-height: 80px;
    margin-top: 0;
    color: #333;
}
.threat-banner-right-text {
    overflow: hidden;
}
.threat-banner-right-text li {
    width: 100px;
    height: 30px;
    margin: 5px 10px 5px 10px;
    background: #3a7fff;
    border-radius: 40px;
    float: left;
    color: white;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
}
.threat-banner-right p {
    margin-top: 10px;
}
.address a{	
    width: 220px;
}