@font-face {
	font-family: 'ITCAvantGardeStd-XLt';
	src: url('../font/ITCAvantGardeStd-XLt.ttf');
	src: local('ITCAvantGardeStd-XLt'),
	     url('../font/ITCAvantGardeStd-XLt.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-XLt.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-XLt.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-XLt.woff') format('woff');
} 

@font-face {
	font-family: 'ITCAvantGardeStd-Md';
	src: url('../font/ITCAvantGardeStd-Md.ttf');
	src: local('ITCAvantGardeStd-Md'),
	     url('../font/ITCAvantGardeStd-Md.eot') format('eot'),
	     url('../font/ITCAvantGardeStd-Md.ttf') format('ttf'),
	     url('../font/ITCAvantGardeStd-Md.svg') format('svg'),
	     url('../font/ITCAvantGardeStd-Md.woff') format('woff');
}
* {
	box-sizing: border-box;
}

a:hover, a:focus {
    color: #454545;
}
li {
	list-style: none;
}
.zoom {
	transition: 800ms;
    -webkit-transition: 800ms;
}
.zoom:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}

/* 表单验证样式开始 */
.formtips {font-size: 13px;}
.onError {color: #BD362F;}
.onSuccess {color: green;}
/* 表单验证样式结束 */

.clearfix:after {
	content:"";
	height:0;
	line-height:0;
	display:block;
	visibility:hidden;
	clear:both;
}

input, textarea {
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-appearance: none;
   	border-radius:0;
}
p {
	font-size: 16px;
	line-height: 22.4px;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}
h2 {
	font-size: 40px;
	color: #2d3033;
}
h3 {
	font-size: 28px;
	font-weight: 300;
}
h4 {
	font-size: 22px;
	color: #2d3033;
	font-weight: 400;
}
h5 {
	font-size: 14px;
	color: #2d3033;
	text-transform: uppercase;
	font-weight: 700;
}
h4, .h4, h5, .h5, h6, .h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.btn {
	background-color: transparent;
	color: #3496d8;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #3496d8;
}
.btn:hover, .btn:focus {
	background-color: #3496d8;
	color: #fff;
}
.btn-large {
	padding: 15px 40px;
}
#map-overlay {
    height:400px;
    margin-top:-405px;
    background-color: #232323;
    padding:40px;
    color: #848484;
}
/* ------------------------------------------------------------------------------
	Global Styles
-------------------------------------------------------------------------------*/
a {
	color: #323333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: none;
	-moz-transition: background-color, color, 0.3s;
	-o-transition: background-color, color, 0.3s;
	-webkit-transition: background-color, color, 0.3s;
	transition: background-color, color, 0.3s;
}
body {
	font-family: "Microsoft yahei",Verdana,Arial,Helvetica,sans-serif;
	letter-spacing: .5px;
	font-weight: 400;
	color: #454545;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}

h1, h2, h3, h4 ,h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}
.section {
	padding-bottom: 55px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.space {
	margin-top: 60px;
}
.ban_gy {
	background:url(../images/ban_gy.jpg) no-repeat center;
}
.ban_cp {
	background:url(../images/ban_cp.jpg) no-repeat center;
}
.ban_yy {
	background:url(../images/ban_yy.jpg) no-repeat center;
}
.ban_sb {
	background:url(../images/ban_sb.jpg) no-repeat center;
}
.ban_xw {
	background:url(../images/ban_xw.jpg) no-repeat center;
}
.ban_lx {
	background:url(../images/ban_lx.jpg) no-repeat center;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom:4%;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullet-active {
    opacity: 1 !important;
    background: #007aff !important;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    opacity: .2;
}
/* ------------------------------------------------------------------------------
	Header
-------------------------------------------------------------------------------*/
.page_top {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}
.page_top .sec_nav {
	display: none;
}
#header {
	height: 112px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}
#header .header-content {
	margin: 0 auto;
	max-width: 1440px;
	width: 100%;
	height: 100%;
}

#header.fixed {
	width: 100%;
	height: 136px;
    position: fixed;
	z-index: 1000;
}
#header .header_l {
	display: flex;
	align-items: center;
	float: left;
	height: 112px;
}
#header .header_r {
	display: flex;
	align-items: center;
	float: right;
	height: 100%;
}
.header_l .logo {
    display: block;
    width: 338px;
    height: 100%;
    background: url(../images/Sprite.png) no-repeat -31px -96px;
    background-size: cover;
}

.navigation {
	height: 32px;
	line-height: 32px;
}
.navigation>ul>li>a {
	display: block;
	margin: 0 18px;
	text-align: center;
	font-size: 16px;
	text-transform: uppercase;
}
.navigation .menu {
    position: relative;
}
.navigation .menu ul {
    display: none;
    position: absolute;
    left: -80px;
    top: 58px;
    width: 360px;
    background-color: #4e76ad;
    text-align: center;
    z-index: 100;
}
.navigation .menu ul li a:hover {
	background-color: #22abcc;
}
.navigation .menu ul li a {
	display: block;
	font-size: 16px;
	color: #fff;
}
.loading_bg {
	position: fixed;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background-color: #f5f5f5;
    z-index: 9999;
}
.loading {
    width: 152px;
    height: 40px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -76px;
    margin-top: -20px;
    z-index: 999;
}
.loading .grey {
	width: 152px;
	height: 40px;
	background: url(../images/loading-02.png) no-repeat left top;
}
.loading .color {
	position: absolute;
	left: 0;
	top: 0;
	width: 152px;
	height: 40px;
	background: url(../images/loading-01.png) no-repeat left top;
	-webkit-animation: fill 3s infinite linear;
    animation: fill 3s infinite linear;
    -moz-animation: fill 3s infinite linear;
}
@-moz-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

@-webkit-keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}
@keyframes fill {
	0% { width: 0px; }
	25% { width: 40px; }
	50% { width: 85px; }
	75% { width: 125px; }
	100% { width: 173px; }
}

.sec_nav {
	width: 100%;
}
.sec_nav ul li{
	position: relative;
	float: left;
	width: 33.33%;
	box-sizing: border-box;
	background: -webkit-linear-gradient(#0093e1, #02428f);
    background: -o-linear-gradient(#0093e1, #02428f);
    background: -moz-linear-gradient(#0093e1, #02428f);
    background: linear-gradient(#0093e1, #02428f);
}
.sec_nav ul li:hover{
	background-color: #1c3392;
}
.sec_nav ul li:before {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 100%;
	background-color: #fff;
	-webkit-transform: scaleX(0.5);
	transform: scaleX(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li.border_b:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	-webkit-transform: scaleY(0.5);
	transform: scaleY(0.5);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.sec_nav ul li:nth-child(3):before, .sec_nav ul li:nth-child(6):before {
	background-color:transparent;
}
.sec_nav ul li a{
	display: block;
    font-size: 18px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    color: #fff;
}
.container {
	padding: 0;
}
/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban_index_wrap img {
	width: 100%;
}
.banner {
	display: flex;
	align-items: center;
	position:relative;
	width:100%;
	height: 350px;
	background-size: cover;
}
.banner-txt {
	padding-left: 18%;
    color: #fff;
}
.banner-txt h3 {
	margin-bottom: 16px;
	font-weight: bold;
	font-size: 42px;
	color: #fff;
}
.banner-txt p {
	font-weight: lighter;
	font-size: 16px;
}

/* ==========================================================================
	About
========================================================================== */
.about_ti {
	margin: 55px 0;
	text-align: center;
}
.dis_ti h2 , .dis_ti span {
	color: #fff;
}
.about_ti h2 {
	font-size: 34px;
	margin-bottom: 18px;
}
.about_ti h2 i {
	color: #b72824;
	font-style: normal;
	font-weight: bold;
}
.about_ti span {
	font-size: 20px;
}
.about {
	background: #b72824 url(../images/about_building.png) no-repeat 74% 0;
}
.about .container {
	height: 100%;
}
.about .about_wrap {
	height: 616px;
}
.about_wrap .about_l {
	position: relative;
	height: 410px;
}
.about_l .box {
	position: absolute;
	left: 0;
	top: 0;
	width: 40%;
	height: 30%;
	border: 10px solid #fff;
}
.about_l .about_pic_wrapper {
	width: 86%;
	position: absolute;
	right: 10%;
	top: 8%;
	overflow: hidden;
}
.about_l .about_pic img {
	width: 100%;
}
.about_r .about_txt {
	color: #fff;
}
.about_txt p {
	margin-bottom: 42px;
	font-size: 14px;
	text-indent: 29px;
	line-height: 26px;
}
.about_r .about_num {
	color: #fff;
}
.about_num dl {
	float: left;
	margin-right: 5%;
}
.about_num dt .bold {
	margin-right: 8px;
	font-size: 48px;
	font-family: 'ITCAvantGardeStd-Md' ;
}
.about_num dt {
	font-size: 18px;
}
.about_num dd {
	font-size: 24px;
}


/* -----------------------------------------------------------------------------
产品展示
------------------------------------------------------------------------------- */


.cate_out {
	background-color: #eaf4f5;
}
.b_item .item_pic {
	height: 205px;
	overflow: hidden;
}
.cate_wrap .item_pic {
	height: 205px;
	overflow: hidden;
}
.cate_wrap .about_ti {
	margin-bottom: 8px;
}
.cate_wrap .cate_sm_ti {
	margin-top: 20px;
}
.item_pic img {
	width: 100%;
	height: 100%;
}
.cate_t_con .item_txt {
	position: relative;
	height: 54px;
	line-height: 54px;
	background-color: #1d2742;
	text-align: center;
}
.cate_b_con .item_txt {
	position: relative;
	height: 50px;
	line-height: 50px;
	background-color: #1d2742;
	color: #fff;
	text-align: center;
}
.cate_t_con .arrow {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	width: 16%;
	height: 100%;
	font-size: 28px !important;
	font-weight: lighter;
	color: #fff;
	background-color: #b72824;
}
.cate_wrap .item_txt .txt {
	display: block;
	width: 84%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
	color: #fff;
}

.cate_b_con .item_txt .txt {
	width: 100%;
}
.cate_sm_ti {
	position: relative;
	width: 220px;
	height: 52px;
	margin: 42px auto;
	text-align: center;
	font-size: 22px;
	border: 1px solid #333333;
}
.cate_sm_ti:before {
	content: "";
	position: absolute;
	left: -98px;
	top: 24px;
	width: 116px;
	height: 1px;
	background-color: #333;
}
.cate_sm_ti:after {
	content: "";
	position: absolute;
	right: -98px;
	top: 24px;
	width: 116px;
	height: 1px;
	background-color: #333;
}
.cate_sm_ti a {
	display: block;
	height: 100%;
}
.cate_sm_ti h3 {
	height: 100%;
	font-size: 22px;
	line-height: 52px;
}
/* ------------------------------------------------------------------------------
	 Application
-------------------------------------------------------------------------------*/
.application {
	width: 100%;
	overflow: hidden;
}
.adv_con .content {
	overflow: hidden;
	height: 428px;
}
.adv_con .content ul li {
    height: 428px;
}
.adv_con .con_item {
	height: 100%;
}
.adv_con .con_item img {
	width: 100%;
	height: 100%;
} 
.adv_con .tab {
	height: 428px;
}
.adv_con .tab ul {
	height: 100%;
}
.adv_con .tab_item {
	width: 88%;
}
.adv_con .tab_item h4 {
	margin-bottom: 10px;
	font-size: 20px;
	color: #fff;
}
.adv_con .tab_item p {
	font-size: 14px;
	color: #fff;
}
.adv_con .tab ul li a {
	display:block;
	height: 100%;
}
.adv_con .item_wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.adv_con .tab ul li {
	height: 32%;
	border-bottom: 2px solid #fff;
	background-color: #a9a9a9;
	box-sizing: border-box;
	transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
}
.adv_con .tab .bg {
	height: 36%;
	background-color: #455e82;
}
.adv_con .bg a {
	color: #fff;
}
.adv_con .tab ul li:last-child {
	margin-bottom: 0;
}
.adv_con .content ul {
	transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.PageV {
	margin: 18px 0;
}
.PageV span {
	font-size: 16px;
}

/* ------------------------------------------------------------------------------
	application
-------------------------------------------------------------------------------*/
.application {
	background: url(../images/appl_bg.jpg) no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.application .appl_con {
	position: relative;
	height: 442px;
}
.appl_con .item_wrap_01 {
	position: absolute;
	left: 0;
	top: 80px;
}
.appl_con .item_wrap_02 {
	position: absolute;
	left: 231px;
	top: 0;
}
.appl_con .item_wrap_03 {
	position: absolute;
	left: 467px;
	top: 80px;
}
.appl_con .item_wrap_04 {
	position: absolute;
	left: 703px;
	top: 0;
}
.appl_con .item_wrap_05 {
	position: absolute;
	left: 939px;
	top: 80px;
}
.appl_con .item_wrap_06 {
	position: absolute;
	left: 1172px;
	top: 0;
}
.appl_con ul {
	overflow: hidden;
}
.appl_con .appl_item {
	width: 266px;
}
.appl_con .item_pic img {
    width: 100%;
}
.appl_item .item_txt {
	margin-top: 20px;
	padding: 0 12px;
	text-align: center;
}
.item_txt h5 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}
.item_txt p {
	font-size: 14px;
	color: #fff;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/

.news {
	background-color: #eaf4f5;
}

.news_lists ul li {
	padding-top: 28px;
	background-color: #fff;
	height: 418px;
	box-sizing: border-box;
}
.news_lists ul li:nth-child(2) {
	background-color: #b72824;
}
.news_con .lg{
	display: block;
	font-size: 28px;
	font-family: 'ITCAvantGardeStd-Md';
}
.news_con .sm{
	display: block;
	font-size: 14px;
	font-family: 'ITCAvantGardeStd-Md';
}
.news_con .news_ti .time {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 14%;
	height: 100%;
	background-color: #b72824;
	color: #fff;
	text-align: center;
}
.news_con .news_pic {
	height: 342px;
	overflow: hidden;
}
.news_con .news_pic img {
	width: 100%;
	height: 100%;
}
.news_con .txt {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.news_con .list_item .txt {
	margin: 20px 0;
}
.news_con .list_item .content {
	font-size: 14px;
	color: #666;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-line-clamp:8;
	-webkit-box-orient:vertical;
	margin-bottom: 20px;
}
.news_con .list_item .more {
	font-size:14px;
}
.news_con .news_ti .txt {
	width: 86%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	line-height: 76px;
	background-color: #fff;
}
.news_con .news_ti {
	height: 76px;
}
.news_con .news_ti a {
	display: block;
	height: 100%;
}
.news_lists ul li:nth-child(2){
	color: #fff;
}
.news_lists ul li:nth-child(2) .content{
	color: #fff;
}
.news_lists ul li:nth-child(2) a{
	color: #fff;
}

/* 底部 */
footer {
	padding: 55px 0;
	background-color: #101326;
}
.foot_con_t dt {
	font-size: 18px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.foot_con_t .foot_pro dd {
	width: 25%;
}
.foot_con_t .foot_appl dd {
	width: 50%;
}
.foot_con_t .foot_cont dd {
	width: 100%;
}

.foot_con_t dd {
	line-height: 38px;
	float: left;
	font-size: 14px;
	font-weight: lighter;
	color: #fff;
}
.foot_con_t dd a {
	color: #848484;
}
.foot_con_b	.b_item {
	line-height: 38px;
	color: #848484;
	font-size: 14px;
}
.foot_con_b	.b_item a {
	color: #848484;
}
#cnzz_stat_icon_1267170002>a {
	display: inline-block;
	margin-left: 8px;
}
#cnzz_stat_icon_1267170002>a>img {
	vertical-align: middle;
}

/* 浮动通讯 */
.float {
	position: fixed;
	top: 50%;
	right: 0;
	margin-top: -120px;
	z-index: 200;
	width: 48px;
	height: 152px;
}
.float_item {
	width: 48px;
	height: 48px;
}
.toTop {
	background-color: #000;
	border-radius: 5px 0 0 5px;
}
.float .tel {
	position: absolute;
	top: 52px;
	width: 200px;
	opacity: 0.9;
}
.float .tel span {
	display: inline-block;
	height: 24px;
	font-size: 24px;
}
.float .qq {
	position: absolute;
	top: 104px;
	width: 178px;
	opacity: 0.9;
}
.float .float_item a {
	display: block;
	background-color: #000;
	color: #fff;
	font-size: 16px;
	width: auto;
	height: 48px;
	overflow: hidden;
	opacity: 0.9;
	border-radius: 5px 0 0 5px;
}
.float .float_item .top_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -70px -108px;
}
.float .float_item .qq_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -139px -108px;
}
.float .float_item .tel_item {
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -94px -108px;
}
.float .QRcode {
	position: absolute;
	top: 156px;
	right: -78px;
	width: 126px;
	opacity: 0.9;
}
.float .float_item .code_item {
	display: inline-block;
	width: 24px;
	height: 24px;
	margin: 12px;
	background: url(../images/Sprite.png) no-repeat -118px -108px;
}
.float .code_pic {
	position: absolute;
	top: 0px;
	left: -88px;
	width: 88px;
	height: 88px;
	opacity: 1;
	background: url(../images/Sprite.png) no-repeat 0 -141px;
}

.foot_con_t dd a {
	color: #fff;
}
.foot_con_b .b_item {
	color: #fff;
}
.foot_con_b .b_item a , .foot_con_b .b_item span {
    color: #fff;
}