@font-face {
	font-family: 'akrobat';
	src: url('../font/Akrobat-Black.otf'),
	url('../font/Akrobat-Black.svg');
}
body {
	color: #808080;
	font: normal 14px/22px "Microsoft YaHei";
	width: 100%;
	overflow-x: hidden;
}

* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}

ul {
	list-style: none;
}

img {
	border: none;
}

a {
	color: #242424;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

a:hover {
	color: #00a2d1;
}

.clear {
	clear: both;
}

.clear::after {
	content: "";
	clear: both;
	display: block;
}

.fl_l {
	float: left;
	display: inline;
}

.fl_r {
	float: right;
	display: inline;
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
}

.none {
	display: none;
}

.m_t5 {
	margin-top: 1px;
}

.m_t10 {
	margin-top: 10px;
}

.m_t20 {
	margin-top: 20px;
}

.m_b5 {
	margin-bottom: 5px;
}

.m_b10 {
	margin-bottom: 10px;
}

.m_zero {
	margin: 0px auto;
}

.width_auto {
	width: 100%;
	overflow: hidden;
}

.pub_width {
	width: 1100px;
	overflow: hidden;
}

.nr_center {
	width: 1100px;
	overflow: hidden;
	margin: 0px auto;
}

.vm {
	vertical-align: middle;
}

i,
em {
	font-style: normal;
}

.indent {
	text-indent: 2em;
}

.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

table {
	border-collapse: collapse;
}

.in_blk {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}

.dd {
	width: 1100px;
	height: auto;
	margin: 0 auto;
	padding: 10px 0 15px;
	border-bottom: dashed 1px #CBCBCB;
}


.banner-lang{
	font-family: "akrobat";
	font-size: 70px;
	line-height: 4.2rem;
}
/**
 * 头部
 */
#footer {
	background-color: #f9f9f9;
	width: 100%;
}

.footer-main {
	width: 1300px;
	height: 550px;
	margin: 0 auto;
}

.footer-left {
	float: left;
}

.footer-right {
	float: right;
	color: #333333;
}

.fl-logo {
	margin-top: 150px;
	margin-bottom: 80px;
}

.ficon {
	margin-top: 10px;
}

.ficon p {
	float: left;
	margin-right: 20px;
}

.fl-us {
	color: #333333;
}

.footer-nav {
	margin-top: 180px;
	margin-bottom: 120px;
	color: #333333;
}

.footer-nav li:first-child a {
	padding-left: 0;
}

.footer-nav li {
	float: left;
}

.footer-nav li a {
	color: #333333;
	padding: 0 15px;
}

.banquan p {
	margin-top: 4px;
}

.hengx {
	width: 25px;
	height: 4px;
	background-color: #3a9de1;

}

#header {
	width: 100%;
	height: 70px;
	background-color: white;
	position: relative;
	z-index: 100;
}

#logo {
	float: left;
	padding-left: 20px;
}

#nav {
	float: right;
	display: flex;
	justify-content: center;
	height: 70px;
}

#nav ul {
	display: flex;
}

#nav li {
	float: left;
	display: flex;
	align-items: center;

}

#nav li a {
	padding: 0 20px;
}

#nav li.active {
	background-color: #fafafa;
	color: #5eaae4;
}

#nav li.active a {
	color: #5eaae4;
}

#nav-lang {
	display: flex;
	align-items: center;
	cursor: pointer;

}

#nav-lang p {
	border-left: 1px solid #ccc;
	padding: 0 30px;
}

#nav li:hover {
	background-color: #fafafa;
	color: #5eaae4;
}

.child-nav {
	position: absolute;
	top: 70px;
	display: none;
	width: 180px;
	background-color: #f0f0f0;
	z-index: 999;
}

.nav-children {
	position: relative;
}

.nav-children:after {
	content: "";
	background-image: url(../img/xiangxia-none.png);
	background-size: cover;
	background-repeat: no-repeat;
	width: 10px;
	height: 10px;
	position: relative;
	left: -14px;
}

.nav-children:hover:after {
	content: "";
	background-image: url(../img/xiangxia.png);
	background-size: cover;
	background-repeat: no-repeat;
}

#nav li .child-nav a {
	line-height: 50px;
	display: block;
	color: #333333;
}

#nav .child-nav a:hover {
	background-color: #3a9de1;
	color: white;

}

#product-banner {
	height: 685px;
	background: url(../img/product-banner.jpg) no-repeat 0 0;

}

/**
 * 产品中心
 */
#product-banner {
	background: url(../img/product-banner.jpg) no-repeat 0 0;
	width: 100%;
	height: 685px;
	background-size: cover;
}

.banner-content {
	width: 1300px;
	margin: 0 auto;
	color: white;
	padding-top: 200px;
	padding-left: 100px;
}

.banner-title {
	font-size: 24px;
	margin-bottom: 47px;
}

.banner-desc {
	font-size: 45px;
	margin-bottom: 30px;
}

.banner-content .hengx {
	width: 80px;
	height: 4px;
	background-color: #317ecd;
}

.banner-lang {
	margin-bottom: 24px;
}

.product-list,
.fangan-list {
	width: 1300px;
	margin: 0 auto;
	margin-bottom: 150px;
	z-index: 10;
	position: relative;
	margin-top: -62px;
}

.product-list ul.listpage {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.product-list ul.listpage li {
	width: 426px;
	margin-top: 28px;
}

.product-list ul.listpage a {
	display: block;
}

.pro-title {
	background-color: #eeeeee;
	color: #343434;
	height: 95px;
	padding-left: 24px;
	padding-top: 34px;
}

.pro-title p {
	width: 30px;
	height: 3px;
	background-color: #317ece;
}

.pro-title a {
	display: block;
}

.product-list a:hover {}

.product-list a:hover .pro-title {
	background-color: #3a9de1;
	color: white;
}

.product-list a:hover .pro-title p {
	background-color: white;
}

.page,.pagination {

	height: 34px;

	line-height: 34px;
	float: right;
	margin-top: 50px;
	margin-bottom: 100px;
}
.pagination li a{
	display: block;
	padding: 0 12px;
}
.page a ,.pagination li{

	display: inline-block;

	border: 1px solid #ededed;


	color: #3e3e3e;

	font-size: 14px;

	text-decoration: none;

	border-radius: 5px;

}

.page a:hover,.pagination li:hover {

	color: #3789d5;

	border-color: #3789d5;

}

.page .active,

.page .active:hover,  .pagination .active,

.pagination .active:hover  {

	padding: 0 12px;
	color: #fff;

	background: #3789d5;

	border: solid 1px #3789d5;

}
.pagination .disabled{

	padding: 0 12px;
}
	/**
     * 解决方案
     */
.fangan-list {}

#product-main .fangan-banner {
	padding-top: 50px;
	background: url(../img/fa-banner.jpg) no-repeat 0 0;
	background-size: cover;
}

.fangan-list li {
	height: 105px;
	background-color: #eeeeee;
	width: 100%;
	margin-top: 30px;
}

.fangan-list li a {
	display: block;
	padding-top: 30px;
	padding-left: 34px;
}

.fangan-list li h3 {
	font-size: 18px;
	margin-bottom: 13px;
	color: #333333;
	font-weight: normal;
}

.fangan-list li span {
	font-size: 14px;
	color: #317ecd;
}

.fa-news-bottom {
	display: flex;
	justify-content: space-between;
}

.fa-news-bottom span:last-child {
	padding-right: 30px;
	color: #ababab;
	font-size: 14px;
}

#fangan-news-main {
	width: 1300px;
	margin: 0 auto;
}

/**
 * 新闻内页
 * 
 */
.news-title {
	margin-bottom: 36px;
}

.news-title span {
	font-size: 18px;
	color: #3789d5;
	margin-right: 20px;
}

.news-title-now h3 {
	font-size: 48px;
	color: #333333;
	margin-bottom: 34px;
	line-height: 4rem;
}

.news-title-now p {
	width: 80px;
	height: 5px;
	background-color: #3a9ce1;
	margin-bottom: 64px;
}

.news-content {
	color: #333333;
	font-size: 16px;
	line-height: 2rem;
}

.news-btn {
	width: 200px;
	height: 40px;
	background-color: #3a9ce1;
	color: white;
	font-size: 14px;
	text-align: center;
	border-radius: 50px;
	line-height: 40px;
	margin-top: 156px;
}

.news-img {
	width: 200px;
	height: 200px;
	border: 1px solid #ededed;
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 20px;

}

#fangan-news-main {
	margin-bottom: 100px;
	margin-top: 100px;
}

/**
 * 关于我们
 */
.about-top,
.jianjie-top {
	width: 1300px;
	margin: 0 auto;
}
#product-main .about-banner {
	background: url(../img/about-banner.jpg) no-repeat 0 0;
	background-size: cover;
}

.about-top {
	margin-top: -60px;
}
#product-main .news-banner{
	background: url(../img/news_banner.jpg) no-repeat 0 0 ;
	background-size: cover;
}
.about-top{
	margin-top: -60px;
}
.about-top {
	height: 105px;
	color: white;
	background-color: #317ecd;
	position: relative;
	z-index: 10;
	padding: 32px 0 0 34px;
}

.jianjie-top {
	margin-top: 165px;
	padding-bottom: 165px;
}

.jj-content {
	width: 900px;
	margin-left: 275px;
	font-size: 14px;
	color: #555555;
}

.wenhua-top {
	width: 100%;
	height: 680px;
	background: url(../img/wenhuaimg.jpg) no-repeat 0 0;
}

.wenhua-content {
	width: 1000px;
	margin: 0 auto;
	padding: 360px 0 0 0;
	color: white;
	display: flex;
}

.wenhua-content p:first-child {
	width: 560px;
	float: left;
}

.wenhua-content p:last-child {
	float: left;
	margin-left: 80px;
}

/**
 * 招聘
 * 
 */
.zhaopin-list {
	width: 1300px;
	position: relative;
	margin: 0 auto;
}

.zhaopin-list .zl-title {
	background-color: #eeeeee;
	height: 90px;
	display: flex;
	color: #333333;
	display: flex;
	align-items: center;
	padding: 0 30px;
	font-size: 18px;
	justify-content: space-between;
}

.zhaopin-list .zl-title span {
	font-size: 20px;
}
#product-main .zhaopin-banner{
	background: url(../img/zhaopin_banner.jpg) no-repeat 0 0 ;
	background-size: cover;
}
.zhaopin-list{
	margin-top: -60px;
}
.zhaopin-list .zl-content {
	padding: 46px 30px;
	background-color: #EEEEEE;
	display: none;
}

.zhaopin-list .zl-content {
	display: none;
}

.zhaopin-list li {
	margin-bottom: 20px;
}

.zhaopin-list li.active .zl-title {
	background-color: #357dbf;
	color: white;
}

.zhaopin-list li.active .zl-content {
	display: block;
}

.zhaopin-list li.active .block {
	display: none;
}

.zhaopin-list li.active .none {
	display: block;
}
#product-main .fuwu-banner{
	background: url(../img/fuwu_banner.jpg) no-repeat 0 0 ;
	background-size: cover;
}
.about-top{
	margin-top: -60px;
}
/**
 * 联系我们
 * 
 */
.zhaopin-list .zl-title h1 {
	font-size: 26px;
	font-weight: normal;
}

.contect-list {
	margin-bottom: 165px;
	font-family: Arial;
	color: #333333;

}

.ct-item {
	margin-bottom: 25px;
}

.ct-item strong {
	font-size: 20px;
	font-weight: normal;
	color: #333333;
}

/**
 * 首页
 */
.footer-nav .active a{
	color: #5eaae4;
}
.banner-guide {
	font-size: 14px;
	color: white;
	position: absolute;
	bottom: 130px;
	left: 300px;
	z-index: 100;
}

.banner-guide span {
	margin-right: 10px;
}

.banner-guide img {
	width: 14px;
	height: 14px;
}

.index-banner {
	position: relative;

}

#fullpage .fp-section.fp-table .fp-tableCell {
	vertical-align: top;
}

.index-news {
	background: url(../img/index-news.jpg) no-repeat 0 0;
	height: 900px;
	background-size: cover;
}

.index-news-list {
	width: 1050px;
	margin: 0 auto;
	padding-top: 330px;
}

.index-news-list li {
	background-color: #EEEEEE;
	margin-bottom: 16px;
	padding: 30px;
	height: 100px;
}

.index-news-list h3 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
}

.nl-time {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	margin-top: 14px;
}

.nl-time p {
	color: #317ecd;

}

.nl-time span {
	color: #aaaaaa;
}

.nl-time span b {
	color: #46a1e2;
}

.nl-btn {
	margin-top: 20px;
}

.nl-btn a {
	display: block;
	width: 120px;
	background-color: #3a9ce1;
	color: white;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
}

.section-video {
	width: 100%;
	height: 730px;
	position: relative;
}

.section-video a {
	display: block;
}

.video-cont {
	width: 1300px;
	height: 730px;
	margin: 0 auto;
	position: relative;
}

.video-cont a {
	display: block;
	position: absolute;
	bottom: 160px;
}

.fazc {
	width: 100%;
	magin: 0 auto;
	height: 490px;
}

.sv-left {
	width: 50%;
	height: 490px;
	background: url(../img/index-fa.jpg) no-repeat 0 0;
	float: left;
	position: relative;
	background-size: cover;
}

.sv-right {
	width: 50%;
	height: 490px;
	background: url(../img/faq.jpg) no-repeat 0 0;
	float: left;
	position: relative;
	background-size: cover;
}

.sv-left a,
.sv-right a {
	display: block;
	width: 115px;
	background-color: #3a9ce1;
	color: white;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	top: 296px;
	left: 154px;
}

.index-about {
	width: 100%;
}

.index-about a {
	display: block;
	width: 115px;
	background-color: #3a9ce1;
	color: white;
	line-height: 40px;
	text-align: center;
	border-radius: 50px;
}

.index-about-content {
	width: 1300px;
	margin: 0 auto;
	padding-top: 342px;
	padding-left: 100px;
}

.index-about-content p {
	margin-bottom: 60px;
	color: #555555;
	line-height: 2rem;
}

.section-video {
	width: 100%;
	height: 730px;
	background: url(../img/index-dz.jpg) no-repeat 0 0;
	background-size: cover;

}

.index-about {
	width: 100%;
	height: 646px;
	background: url(../img/lou.jpg) no-repeat 0 0;
	background-size: cover;
}

.index-banner {
	background: url(../img/index-banner.jpg) no-repeat 0 0;
	width: 100%;
	height: 870px;
	background-size: cover;
}

.product-slide {}

.slide-list li a {
	display: flex;
	flex-direction: row;
	color: #333333;
	height: 100%;
}

.slide-list li .sl-left {}

.slide-list li .sl-right {
	position: relative;
	width: 100%;
	padding-top: 190px;
	margin-left: -60px;
	height: 830px;
}

.cp-xm {
	position: absolute;
	right: 45px;
	top: 30px;
	font-size: 14px;
}

.sl-title {
	font-size: 34px;
	line-height: 2.4rem;
}

.sl-title-eng {
	font-size: 50px;
	line-height: 4rem;
}

.sl-desc {
	font-size: 18px;
	padding: 20px 0;
}

.sl-btn {
	font-size: 14px;
	color: white;
	width: 524px;
	height: 32px;
	background-color: #317ecd;
	padding-left: 15px;

}

.sl-btn span {
	line-height: 32px;
}

.sl-page-down {}

.pb-left {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/zuo.jpg) no-repeat 0 0;
	float: left;
	cursor: pointer;
}

.pb-right {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/you-active.jpg) no-repeat 0 0;
	float: left;
	cursor: pointer;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
	width: auto;
	position: absolute;
	right: 50px;
	left: auto;
}

.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #969696;
	border: 1px solid #969696;
}

.swiper-pagination-bullet {
	background-color: white;
	border: 1px solid #666666;
}

.sl-page-down {
	width: 120px;
	height: 60px;
	position: absolute;
	bottom: 0;
	left: 1330px;
	z-index: 99;
}

.swiper-container .swiper-button-next {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/you-active.jpg) no-repeat 0 0;
	float: left;
	cursor: pointer;
	padding: 0;
	margin: 0;
	top: 0;
	left: 60px;
}

.swiper-container .swiper-button-prev {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/zuo-active.jpg) no-repeat 0 0;
	float: left;
	cursor: pointer;
	padding: 0;
	margin: 0;
	top: 0;
	left: 0;
}

.swiper-button-prev.swiper-button-disabled {
	opacity: 1;
	background: url(../img/zuo.jpg) no-repeat 0 0;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {

	opacity: 1;
	background: url(../img/you.jpg) no-repeat 0 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal>.swiper-pagination-bullets {
	left: auto;
	width: auto;
}

.section-video {
	position: relative;
}

.video-player {
	display: none;
	width: 100%;
	position: absolute;
	background-color: black;
	height: 730px;
	opacity: 0.6;
	top: 0;
	left: 0;
}

.video-play-content {
	width: 100%;
	height: 730px;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	display: none;
}

.close-video {
	font-size: 3rem;
	position: absolute;
	right: 10px;
	top: 40px;
	z-index: 999;
	cursor: pointer;
}

.vpc {
	position: relative;
}

.index-banner {
	color: white;
}

.index-banner-content {
	width: 1300px;
	margin: 0 auto;

}

.takegood {
	padding-top: 160px;
	padding-bottom: 32px;
	font-size: 20px;
}

.ahxhanyu {
	font-size: 35px;
	line-height: 5rem;
}

.index-banner-content .hengx {
	width: 80px;
	height: 6px;
}

.helpcare {
	margin-bottom: 20px;
	font-family: "akrobat";
	font-size: 70px;
	line-height: 4.2rem;
}
.fl-us p{
	font-family: 'akrobat';
}
.ficon {
	position: relative;
}

.wb-icon {
	position: relative;
}

.wechat-icon {

	position: relative;
}

.wbi {
	position: absolute;
	top: -200px;
}

.wbi img {
	width: 200px;
	height: 200px;
}

.wei {
	position: absolute;
	top: -200px;
	display: none;
}

.wei img {
	width: 200px;
	height: 200px;
}

.wb-icon, .wechat-icon {
	float: left;
	margin-right: 12px;
}