@font-face {
	font-family: 'ITCAVANTGARDESTD-BOLD';
	src: url('../font/ITCAVANTGARDESTD-BOLD.ttf');
	src: local('ITCAVANTGARDESTD-BOLD'),
	     url('../font/ITCAVANTGARDESTD-BOLD.eot') format('eot'),
	     url('../font/ITCAVANTGARDESTD-BOLD.ttf') format('ttf'),
	     url('../font/ITCAVANTGARDESTD-BOLD.svg') format('svg'),
	     url('../font/ITCAVANTGARDESTD-BOLD.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');
}

@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: 'gothambook-webfont';
	src: url('../font/gothambook-webfont.ttf');
	src: local('gothambook-webfont'),
	     url('../font/gothambook-webfont.eot') format('eot'),
	     url('../font/gothambook-webfont.ttf') format('ttf'),
	     url('../font/gothambook-webfont.svg') format('svg'),
	     url('../font/gothambook-webfont.woff') format('woff');
}

@font-face {
	font-family: 'handel_gothic_bt-webfont';
	src: url('../font/handel_gothic_bt-webfont.ttf');
	src: local('handel_gothic_bt-webfont'),
	     url('../font/handel_gothic_bt-webfont.eot') format('eot'),
	     url('../font/handel_gothic_bt-webfont.ttf') format('ttf'),
	     url('../font/handel_gothic_bt-webfont.svg') format('svg'),
	     url('../font/handel_gothic_bt-webfont.woff') format('woff');
}

@font-face {
	font-family: 'verdana-webfont';
	src: url('../font/verdana-webfont.ttf');
	src: local('verdana-webfont'),
	     url('../font/verdana-webfont.eot') format('eot'),
	     url('../font/verdana-webfont.ttf') format('ttf'),
	     url('../font/verdana-webfont.svg') format('svg'),
	     url('../font/verdana-webfont.woff') format('woff');
}

html {
    font-size: 13.33333vw
}

@media screen and (max-width: 320px) {
    html {
        font-size:42.667px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 321px) and (max-width:360px) {
    html {
        font-size:48px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 361px) and (max-width:375px) {
    html {
        font-size:50px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 376px) and (max-width:393px) {
    html {
        font-size:52.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 394px) and (max-width:412px) {
    html {
        font-size:54.93px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 413px) and (max-width:414px) {
    html {
        font-size:55.2px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 415px) and (max-width:480px) {
    html {
        font-size:64px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 481px) and (max-width:540px) {
    html {
        font-size:72px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 541px) and (max-width:640px) {
    html {
        font-size:85.33px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 641px) and (max-width:720px) {
    html {
        font-size:96px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 721px) and (max-width:768px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

@media screen and (min-width: 769px) {
    html {
        font-size:102.4px;
        font-size: 13.33333vw
    }
}

body {
	font-family: 'verdana-webfont',sans-serif;
	font-size: 13px;
}

* {
	box-sizing: border-box;
}

a:hover, a:focus {
    color: inherit;
}
li {
	list-style: none;
}
dl {
	margin-bottom: 0;
}
.zoom {
	transition: 800ms;
    -webkit-transition: 800ms;
}
.zoom:hover {
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
}
.pic {
	overflow: hidden;
	cursor: pointer;
}
.pic img {
	width: 100%;
}
.ellipsis {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 表单验证样式开始 */
.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::-webkit-input-placeholder { 
	/* WebKit browsers */ 
	color: #ccc; 
	} 
	input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
	} 
	input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color: #ccc; 
	} 
	input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color: #ccc; 
}

textarea::-webkit-input-placeholder { 
	/* WebKit browsers */ 
	color: #ccc; 
	} 
	input:-moz-placeholder { 
	/* Mozilla Firefox 4 to 18 */ 
	color: #ccc; 
	} 
	input::-moz-placeholder { 
	/* Mozilla Firefox 19+ */ 
	color: #ccc; 
	} 
	input:-ms-input-placeholder { 
	/* Internet Explorer 10+ */ 
	color: #ccc; 
}

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;
}
h1 {
	font-size: 65px;
	color: #2d3033;
}

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;
}
ul, ol {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
p {
	font-size: 14px;
	line-height: 24px;
}
h1, h2, h3, h4 ,h5 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: normal;
}

h3,h4 {
	font-size: 18px;
}
span {
	font-size: 14px;
}

.pb15 {
	padding-bottom: 15px;
}
.no-padding {
	padding: 0;
}
.no-gutter [class*=col-] {
	padding-right: 0;
	padding-left: 0;
}
.section {
	padding: 45px 0;
}
.ban_gy {
	background:url(../images/ban_gy.jpg) no-repeat center;
}
.ban_sb {
	background:url(../images/ban_sb.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_ry {
	background:url(../images/ban_ry.jpg) no-repeat center;
}
.ban_xw {
	background:url(../images/ban_xw.jpg) no-repeat center;
}
.ban_dl {
	background:url(../images/ban_dl.jpg) no-repeat center;
}
.ban_lx {
	background:url(../images/ban_lx.jpg) no-repeat center;
}
.ban_xx {
	background:url(../images/ban_xx.jpg) no-repeat center;
}
.ban_yx {
	background:url(../images/ban_yx.jpg) no-repeat center;
}
.ban_zp {
	background:url(../images/ban_zp.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 .sec_nav {
	display: none;
}
.page_top_index .sec_nav {
	display: none;
}
#header {
	z-index: 100;
	height: 156px;
	background-color: #fff;
}
.page_top.sticky {
	opacity: 1;
	position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    animation: sticky 1.2s;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,.07);
}
@keyframes sticky {
	0% {
		top: -200px;
	}
	100% {
		top: 0;
	}
}
.header_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
.header_cont_l i {
	display: inline-block;
	font-size: 68px;
	margin-right: 10px;
}
.header_cont_l .content {
	display: inline-block;
}
.header_cont_r span {
	display: block;
	text-align: center;
}
.header_cont_l span {
	font-size: 30px;
	font-family: 'ITCAVANTGARDESTD-BOLD';
}
.header_nav {
	height: 45px;
	line-height: 45px;
}
.primary-nav {
	width: 100%;
	display: flex;
}
.page_top .logo{
	display: block;
	width: 592px;
	height: 100%;
	background-image: url(../images/en_logo_inner.png);
	background-repeat: no-repeat;
	background-position: center;
}
.page_top_index .logo{
	display: block;
	width: 592px;
	height: 100%;
	background-image: url(../images/en_logo_index.png);
	background-repeat: no-repeat;
	background-position: center;
}
#header .header-content {
	width: 100%;
	height: 100%;
}
.header-content .container {
	height: 100%;
}

#header.fixed {
	width: 100%;
	height: 100%;
    position: fixed;
	z-index: 1000;
}
#header .header_l {
	display: flex;
	align-items: center;
	float: left;
	height: 100%;
}
#header .header_r {
	display: flex;
	align-items: center;
	float: right;
	height: 100%;
}
.navigation>ul>li>a {
	display: block;
	margin: 0 14px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}
.page_top .primary-nav>li>a {
	color: #333;
}
.page_top .primary-nav>li>a {
	color: #333;
}
.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;
}

@-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(#565656, #565656);
    background: -o-linear-gradient(#565656, #565656);
    background: -moz-linear-gradient(#565656, #565656);
    background: linear-gradient(#565656, #565656);
}
.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;
}

/* ------------------------------------------------------------------------------
	Banner
-------------------------------------------------------------------------------*/
.ban_index  {
	display: flex;
	align-items: center;
	width: 100%;
	height: 3.5rem;
}
.ban_index .txt {
	width: 40%;
}
.ban_index ul {
	width: 90%;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	margin-top: 20px;
}
.ban_index ul li {
	display: flex;
	align-items: center;
	width: 140px;
	height: 140px;
	font-size: 18px;
	padding: 16px;
	text-align: center;
	border-radius: 50%;
	color: #f3ff5d;
	border: 1px solid #fff;
}
.ban_index .ban_wrap {
	width: 100%;
	height: 100%;
}
.ban_index .swiper-slide {
	position: relative;
	display: flex;
	align-items: center;
	padding-top: 2%;
	padding-left:14%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 100%;	
}
.ban_index .swiper-slide .pic {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.ban_index .swiper-slide .pic img {
	height: 100%;
	animation: myscale 4s linear 0s infinite alternate;
    /* Firefox: */
    -moz-animation: myscale 4s linear 0s infinite alternate;
    /* Safari and Chrome: */
    -webkit-animation: myscale 4s linear 0s infinite alternate;
    /* Opera: */
    -o-animation: myscale 4s linear 0s infinite alternate;
}

.ban_index .slide_01 {
	justify-content: center;
	padding-left: 0 !important;
}
.ban_index .slide_01 h2, .ban_index .slide_01 h3, .ban_index .slide_01 span {
	text-align: center;
}
.ban_index .slide_01 h2 {
	color: #29d395;
}
.ban_index .slide_01 h3 {
	position: relative;
}
.ban_index .slide_01 h3:before {
	content: '';
	position: absolute;
	left: -34px;
	top: 20px;
	width: 80px;
	height: 1px;
	background-color: #fff;
}
.ban_index .slide_01 h3:after {
	content: '';
	position: absolute;
	right: -34px;
	top: 20px;
	width: 80px;
	height: 1px;
	background-color: #fff;
}
.ban_index span {
	display: block;
	font-size: 47px;
	font-family: 'handel_gothic_bt-webfont';
	color: #f3ff5d;
	text-transform: uppercase;
}
.ban_index h2 {
	font-size: 48px;
	font-family: 'handel_gothic_bt-webfont';
	color: #fff;
}
.ban_index h3 {
	font-size: 36px;
	font-family: 'handel_gothic_bt-webfont';
	color: #fff;
}
.banner {
	display: flex;
	padding-left: 20%;
	align-items: center;
	width:100%;
	height: 360px;
	color: #fff;
	background-size: cover;
}

.banner h2 {
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
	font-family: 'ITCAvantGardeStd-Md';
}
.banner span {
	font-size: 30px;
	font-family: 'ITCAvantGardeStd-Md';
}


@keyframes myscale {
    from {
        transform: scale(1);
    }
    to {
        transform: scale(1.2);
    }
}
/* ==========================================================================
	About
========================================================================== */
.about {
	background: url(../images/about_bg.png) no-repeat left bottom;
}
.about .about_con {
	height: 532px;
}
.about_inner .about_con {
	height: 532px;
}
.about_con .about_l, .about_con .about_r {
	height: 100%;
}
.about_l .pic img {
	width: 100%;
}
.about_r .about_txt p {
	line-height: 28px;
	margin-bottom: 18px;
}
.about_txt .sec_ti h2 {
	text-align: left;
}
.about_txt .sec_ti i {
	margin: 0;
}
.about_txt .sec_ti i:after {
	left: 0;
	margin-left: 0;
}
.about_txt p {
	width: 96%;
	line-height: 35px;
}
.sec_ti {
	text-align: center;
	margin-bottom: 45px;
}
.sec_ti a {
	position: relative;
	display: block;
}
.about_txt .sec_ti h2 {
	margin-bottom: 26px;
}
.sec_ti i {
	position: relative;
	display: block;
	width: 300px;
	height: 1px;
	margin: 0 auto;
	background-color: #999;
}
.sec_ti i:after {
	content: '';
	width: 80px;
	height: 2px;
	background-color: #21b07e;
	position: absolute;
	margin-left: -40px;
	left: 50%;
	top: 0;
}
.sec_ti h2 {
	position: relative;
	font-size: 24px;
	margin-bottom: 26px;
}
.about_con .about_r {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.about_con .more {
	display: block;
	width: 140px;
	height: 42px;
	padding: 0 18px;
	line-height: 36px;
	text-align: center;
	border-radius: 20px;
	border: 1px solid #666;
}
.about_con .more .wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.about_txt .more span {
	display: inline-block;
}
.about_txt .more i {
	font-size: 28px;
}
/* -----------------------------------------------------------------------------
产品分类
------------------------------------------------------------------------------- */
.category {
	background: url(../images/cate_bg.jpg) no-repeat center;
	background-size: cover;
}
.category .sec_ti {
	padding-bottom: 60px;
}
.sec_ti_white h2 {
	color: #fff;
}
.sec_ti_white i {
	background-color: #fff;
}
.sec_ti_white i:after {
	background-color: #fae000;
}
.cate_list .cate_item {
	position: relative;
	margin-top: 60px;
	width: 94%;
	margin-right: 6%;
	margin-bottom: 120px;
}
.cate_list li.ml {	
	margin-left: 6%;
}
.cate_list .cate_item .wrap {
	display: flex;
	align-items: center;
	border: 3px solid #e8e8e8;
	height: 380px;
}
.cate_list .cate_item .txt {
	display: flex;
	justify-content: center;
	align-items: center	;
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
}
.cate_item .txt_wrap {
	width: 90%;
}
.cate_item.ml .txt {
	left: auto;
	right: 0;
}
.cate_item .pic {
	position: absolute;
	right: -60px;
	top: -60px;
	width: 50%;
	height: 380px;
	transition: ease .65s;
}
.cate_item.ml .pic {
	left: -60px;
	top: -60px;
}
.cate_item i.line:before {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-top: 5px solid;
    border-left: 5px solid;
    border-color: #f9e853;
    position: absolute;
    left: 0;
	top: 0;
    transition: ease .65s;
}
.cate_item i.line:after {
	content: '';
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid;
    border-bottom: 5px solid;
    border-color: #f9e853;
    position: absolute;
    right: 0px;
    bottom: 0px;
    transition: ease .65s;
}
.cate_list .active i.line:before, .cate_list .active i.line:after {
	width: 100%;
    height: 100%;
    visibility: visible;
}
.cate_list .active .pic {
	right: 0;
	top: 0;
}
.cate_list .active.ml .pic {
	left: 0;
	top: 0;
}
.cate_list .active .pic img {
	height: 100%;
}
.cate_list .active {
	background-color: #f9e853;
	transition: ease .65s;
}
.cate_list .active .title i, .cate_list .active .title h3, .cate_list .active .title span{
	color: #22a668;
}
.cate_list .active .cate_item_list a, .cate_list .active .cate_item_list span {
	color: #22a668;
}
.cate_list .active .cate_more i {
	color: #fff;
	background-color:#22a668;
}
.cate_item .title {
	width: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
}
.cate_item .title i {
	margin-right: 10%;
}
.cate_item_list {
	margin-top: 0;
	margin-bottom: 20px;
}
.cate_item_list a {
	font-size: 16px;
	color: #fff;
}
.cate_item_list li {
	margin-bottom: 10px;
}
.cate_item_list li a {
	display: block;
	width: 100%;
	text-align: center;
}
.cate_item_list li span {
	display: inline-block;
	color: #fff;
}
.cate_item .title i {
	font-size: 52px;
	color: #fff;
}
.cate_item .title h3 {
	font-size: 26px;
	font-family: 'ITCAvantGardeStd-Md';
	color: #fff;
}
.cate_item .title h3 a {
	color:#fff;
}
.cate_list .active .title h3 a {
	color: #22a668;
}
.cate_item .title span {
	font-size: 20px;
	color: #fff;
}
.cate_item .cate_more {
	display: flex;
	width: 140px;
	height: 40px;
	background-color: #fff;
	margin: 0 auto;
}
.cate_item .cate_more span {
	width: 70%;
	height: 100%;
	line-height: 40px;
	font-size: 16px;
	text-align: center;
	display: inline-block;
}
.cate_item .cate_more i {
	width: 30%;
	height: 100%;
	line-height: 40px;
	font-size: 28px;
	text-align: center;
	color: #22a668;
	display: inline-block;
	background-color: #fae000;
}

.item_05 .cate_item_list li {
	width: 100%;
}
.item_05 .cate_item_list li a {
	width: 100%;
	text-align: center;
}
.cate_list .item_05 .txt_wrap {
	width: 62%;
}
/* -----------------------------------------------------------------------------
产品展示
------------------------------------------------------------------------------- */
.product {
	background: url(../images/pro_bg.jpg) no-repeat center;
	background-size: cover;
	padding-bottom: 0 !important;
}
.pro_list .pic {
	height: 310px;
}
.pro_list .pic img {
	width: 100%;
	height: 100%;
}
.pro_list .txt {
	height: 48px;
	color: #fff;
	text-align: center;
	background-color: #a3a3a3;
}
.pro_list .txt h3 {
	line-height: 48px;
}
/* -----------------------------------------------------------------------------
我们的优势
------------------------------------------------------------------------------- */
.advantage {
	padding-bottom: 0;
}
.adv_con {
	height: 625px;
}
.adv_con .adv_con_l	{
	height: 100%;
}
.adv_con .adv_con_l_wrap {
	display: flex;
	flex-wrap: wrap;
}
.adv_con .adv_con_l_wrap>div {
	margin-right: 15px;
	margin-bottom: 15px;
}
.adv_con .pic_02, .adv_con .pic_04 {
	margin-right: 0 !important;
}
.adv_con .adv_con_r	{
	height: 100%;
}
.adv_con .pic_01, .adv_con .pic_02, .adv_con .pic_03, .adv_con .pic_04 {
	height: 298px;
}
.adv_con .pic_01, .adv_con .pic_03 {
	width: 57.8%;
}
.adv_con .pic_02, .adv_con .pic_04 {
	width: 40%;
} 
.adv_con .pic_02 {
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/adv_02.jpg) no-repeat center;
	background-size: cover;
}
.adv_con .pic_02 span {
	display: block;
	font-size: 37px;
	line-height: 37px;
	color: #fff;
}
.adv_con .pic_02 .light {
	font-family: 'ITCAvantGardeStd-XLt';
}
.adv_con .pic_02 .heavy {
	font-family: 'ITCAVANTGARDESTD-BOLD';
}
.adv_con .pic_02 h2 {
	color: #fff;
	margin-top: 8px;
}
.adv_con .adv_con_r {
	height: 611px;
	background: url(../images/adv_05.jpg) no-repeat center;
	background-size: cover;
}
.adv_con img {
	width: 100%;
	height: 100%;
}
.adv_con_r {
	display: flex;
	justify-content: center;
}
.adv_con_r .wrap {
	width: 86%;
	padding-top: 37px;
}
.adv_con_r .title_list {
	/* width: 68%; */
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}
.adv_con_r .title_list li {
	display: flex;
	align-items: center;
}
.adv_con_r .title_list span {
	font-size: 33px;
	font-family: 'ITCAVANTGARDESTD-BOLD';
	color: #dff01f;
}
.adv_con_r .title_list h3 {
	font-size: 26px;
	font-family: 'ITCAvantGardeStd-Md';
	color: #fff;
	margin-left: 8px;
}
.adv_con_r p {
	color: #fff;
	/* width: 68%; */
}
.cert_con {
	background: url(../images/cert_bg.jpg) no-repeat center;
	background-size: cover;
}
.cert_item img {
	width: 100%;
}
/* -----------------------------------------------------------------------------
产品应用
------------------------------------------------------------------------------- */
.application {
	padding-bottom: 0 !important;
}
.appl_con ul {
	display: flex;
}
.appl_item {
	position: relative;
}
.appl_item .txt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	cursor: pointer;
	opacity: 0;
}
.appl_item .txt .wrap {
	position: relative;
	padding: 20px;
}
.appl_item .txt h3 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 8px;
}
.appl_item .txt span {
	font-size: 16px;
	color: #fff;
}
.appl_item .border-left {
	position:absolute;
	left:-1px;
	bottom: 0;
	width: 1px;
	height: 0px;
	background: #999;
}
.appl_item .border-right {
	position:absolute;
	right:-1px;
	top: 0;
	width: 1px;
	height: 0px;
	background: #999;
}
.appl_item .border-top {
	position:absolute;
	right:0;
	top: 0px;
	width: 0px;
	height: 1px;
	background: #999;
}
.appl_item .border-bottom {
	position:absolute;
	left:0;
	bottom: 0px;
	width: 0px;
	height: 1px;
	background: #999;
}
/* ------------------------------------------------------------------------------
	News
-------------------------------------------------------------------------------*/
.news .news_con {
	height: 465px;
}
.news_con .news_list ul {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}
.news_list ul li {
	padding-bottom: 24px;
}
.news_con .news_pic, .news_con .news_list {
	height: 100%;
}
.news_list .title {
	display: flex;
	align-items: center;
}
.news_list .title i {
	font-size: 28px;
	margin-right: 6px;
}
.news_list .time {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_con .news_pic img {
	width: 100%;
	height: 100%;
}
.cont_con li {
	height: 80px;
}
.cont_con .cont_item {
	height: 100%;
	display: flex;
	padding: 0 20px;
	justify-content: center;
	border: 1px solid #ccc;
}
.cont_con li.active .cont_item {
	background-color: #20af7d;
	border: none;
}
.cont_con li.active i, .cont_con li.active span {
	color: #fff;
}
.cont_con .cont_item .wrap {
	display: flex;
	align-items: center;
}
.cont_con .cont_item i {
	font-size: 24px;
	margin-right: 6px;
}
.cont_con .cont_item span {
	font-size: 16px;
}

/* 底部 */
footer {
	color: #fff;
	background-color: #373a39; 
}
footer a {
	color: #fff;
}
.foot_qrCode img {
	width: inherit;
}
.foot_con {
	position: relative;
	background: url(../images/footer_bg.png) no-repeat left center;
}
.foot_con_t li {
	width: 100% !important;
}
.foot_con_t .list {
	display: flex;
	justify-content: space-between;
}
.foot_con_t .foot_about {
	width: 10%;
}
.foot_con_t .foot_cont {
	width: 30%;
}
.foot_con_wrap .foot_cont {
	width: 30%;
}
.foot_con_wrap .foot_con_b {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #4d515a;
}
.foot_con_wrap .foot_con_b div {
	line-height: 28px;
}
.foot_con_t .foot_name {
	display: flex;
	align-items: center;
	height: 142px;
	background: url(../images/foot_icon_name.png) no-repeat left center;
	background-size: 70%;
}
.foot_con_t h4 {
	font-size: 18px;
	margin-bottom: 20px;
}
.foot_con_t li {
	display: flex;
	align-items: center;
	height: 36px;
}
.foot_con_t .foot_pro {
	width: 20%;
}
.foot_con_t li a {
	line-height: 18px;
	opacity: .6;
}
.foot_con_t li a:hover {
	opacity: 1;
}
.foot_con_t .foot_item b {
    font-size: 22px;
}
.foot_con_wrap .qrCode {
	text-align: center;
}
.foot_con_wrap .qrCode span {
	display: block;
	margin-top: 10px;
}
.foot_cont .foot_num {
	font-family: 'ITCAvantGardeStd-Md';
}
#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;
}
