﻿/* 通用样式 */
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

li {
	list-style: none;
}

img {
	vertical-align: middle;
	border: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 16px;
	font-weight: normal;
}

body {
	width: 100%;
	font-family:Microsoft YaHei
}

/* 第一模块 */
.header {
	background: url(/Skins/img/images/banner.png) no-repeat center;
    background-size: cover;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

.head_title{
	position: relative;
	top: 0;
}
.banner-img{width: 1402px;height: 420px;position: absolute;bottom: 13%;left: 0; animation-name:mymove;animation-duration:3s;/* 5s表示执行动画的时间，0或不写则无动画效果 */
	/* 兼容调试如果animation-name执行，那么-wekit-animation-name则不执行 */
	-webkit-animation-name:mymove;
	-webkit-animation-duration:3s;/* 5s表示执行动画的时间，0或不写则无动画效果 */ 
}
.banner-img .text_bg{width: 1402px;position: absolute;top: 0px;left: 0;}
.banner-img .text_desc{width: 882px;position: absolute;top: 80px;left: 352px;}
	/* .fadeIn{} */
@keyframes mymove /* 对应animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:0px;}/*动画结束位置*/
0% {
opacity: 0.1; /*初始状态 透明度为10%*/
}
50% {
opacity: 0.5; /*中间状态 透明度为50%*/
}
100% {
opacity: 1; /*结尾状态 不透明*/
}
}

@-webkit-keyframes mymove/* 对应-webkit-animation-name，里面为执行的动画*/
{
from {left:200px;}/*执行动画的初始位置*/
to {left:0px;}/*动画结束位置*/
}


.top {
	width: 1232px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.top_left{
	width: 500px;
}
.top_left img {
	width: 500px;
}


.top_right {
	margin-top: 30px;
}

.top_right li {
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

/* 去掉a标签的下划线 */
.menuDiv a {
	text-decoration: none;
}

/* 在一级菜单中，鼠标放上去的样式 */
.menuDiv>ul>li>a:hover {
	color: eff;
	border-bottom: 2px solid white;
}

/* 设置二级菜单绝对定位，并隐藏 */
.menuDiv>ul>li>ul {
	position: absolute;
	display: none;
}

/* 鼠标放在一级菜单上，显示二级菜单 */
.menuDiv>ul>li:hover ul {
	display: block;
}

/* 一级菜单 */
.menuDiv>ul>li>a {
	line-height: 40px;
	color: white;
	text-align: center;
	display: block;
	padding: 0 13px;
}

/* 二级菜单 */
.menuDiv>ul>li>ul>li>a {
	line-height: 30px;
	color: #1A4A82;
	background-color: rgba(255,255,255,.7);
	text-align: center;
	display: block;
	padding: 10px 20px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* 在二级菜单中，鼠标放上去的样式 */
.menuDiv>ul>li>ul>li>a:hover {
	background: rgba(255,255,255,1);
}


.big_middle {
	width: 100%;
	margin: 0 auto;
}

.top_shubiao {
	width: 100%;
	text-align: center;
	margin-top: 405px;
	position: absolute;
	bottom: 0;
}

.top_shubiao img {
	width: 30px;
	height: 50px;
}

/* 滚屏导航 */
#menu {
	width: 68px;
	height: 592px;
	position: fixed;
	top: 50%;
	left: 90%;
	transform: translate(-50%, -50%);
	z-index: 666;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}

#menu li {
	width: 68px;
	height: 68px;
	text-align: center;
	font-size: 14px;
	background-image: url(/Skins/img/bj1.png);
	background-size: 100% 100%;
}

#menu a {
	display: block;
	width: 68px;
	height: 68px;
}

#menu a img {
	width: 17px;
	margin-top: 17px;
}

#menu a p {
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	padding-top: 2px;
}

#menu .active a {
	color: #fff;
	background-image: url(/Skins/img/bj2.png);
	background-size: 100% 100%;
}

/* 了解更多 */
.fangan{
	width: 100%;
	height: 100%;
	background: url(/Skins/img/bg01.png) no-repeat center;
	background-size: cover;
}
#know {
	width: 1232px;
	height: 100%;
	margin: 0 auto;
	display: inline-block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.know_left {}

.know_left .know_left_01 img {
	width: 504px;
	height: 184px;
}

.know_left .know_left_02 {
	width: 440px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #C3C3C3;
	line-height: 49px;
	margin: 28px 0 14px 0;
}

.know_left .know_left_03 {
	width: 198px;
	height: 22px;
	font-size: 16px;
	font-weight: 400;
	color: #808080;
	line-height: 22px;
	margin-bottom: 61px;
}

.know_left .know_left_04 a {
	display: block;
	width: 219px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 20px;
	font-weight: 400;
	color: #F3F2F2;
	background-image: url(/Skins/img/ljgd.png);
	background-size: 219px 64px;
}

/* ---------------------------------- */
/* 了解更多右边切换图片 */
.know_right {
	width: 687px;
	height: 392px;
}

.cdqh {
	width: 687px;
	height: 340px;
	transform-style: perserve-3d;
	position: relative;
}

#persons {
	position: relative;
	width: 670px;
	margin: 0 auto
}

#persons .swiper-slide {
	width: 418px;
	height: 350px;
}

#persons .swiper-slide-active {
	margin-top: 10px;
}

#persons .swiper-slide .text {
	position: absolute;
	display: block;
	width: 100%;
	margin: 0 auto;
	clear: both;
	overflow: hidden;
}

#persons .swiper-slide>img {
	display: block;
	width: 100%;
}

#persons .swiper-slide .text img {
	float: left;
	width: 418px;
	height: 280px;
}

#persons .btn1 {
	left: 105px;
	top: 38%;
	width: 45px;
	height: 45px;
}

#persons .btn2 {
	right: 105px;
	top: 38%;
	width: 45px;
	height: 45px;
}

#persons .btn2:after,
.btn1:after {
	font-size: 24px;
}

#persons .btn2,
.btn1 {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	background-color: rgba(0, 0, 0, .5);
	cursor: pointer;
	z-index: 100;
	transition: opacity .3s linear;
	outline: none!important;
}
#persons .btn2 img,
.btn1 img{
	width: 30px;
	height: 30px;
	margin: 7.5px;
	opacity: .5;
}
#persons .btn2:hover,
.btn1:hover{
	background: #579A4D;
}
#persons .btn2:hover img,
.btn1:hover img{
	opacity: 1;
}

#persons .img_text {
	display: none;
}

#persons .swiper-slide-active .imgs{
	box-shadow: 0 0 20px #cccccc;
}

#persons .swiper-slide-active .img_text {
	width: 100%;
	float: left;
	padding-top: 15px;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
	display: block;
	color: #808080;
}


/* 技术研究 */

#tech {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(/Skins/img/bg01.png);
	background-size: 100% 100%;
	display: inline-block;
	position: relative;
}

.tech_top {
	width: 370px;
	height: 92px;
	margin: 123px auto 76px;
	background-image: url(/Skins/img/images/technology.png);
	background-size: 370px 60%;
	background-repeat: no-repeat;
}

.tech_top h1 {
	width: 150px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #000000;
	line-height: 49px;
	margin: 12px auto 14px;
}

.tech_top h6 {
	width: 100%;
	height: 22px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 22px;
	text-align: center;
}

.tech_bottom {
	width: 1232px;
	margin: 0 auto;
	display: flex;
}

.tech_bottom_left {
	width: 218px;
	height: 355px;
	display: flex;
	position: relative;
}

.tech_bottom_left img:first-child {
	width: 123px;
	height: 355px;
	position: absolute;
	top: 59px;
}

.tech_bottom_left img:last-child {
	width: 206px;
	height: 327px;
	position: absolute;
	top: 73px;
	left: 12px;
}

.tech_bottom_mid {
	width: 404px;
	height: 505px;
	margin-left: 16px;
}

.tech_bottom_mid img:first-child {
	width: 404px;
	height: 281px;
	padding-bottom: 15px;
}

.tech_bottom_mid img:last-child {
	width: 315px;
	height: 209px;
}

.tech_bottom_right {
	width: 478px;
	height: 506px;
	margin-left: 95px;
}

.tech_bottom_right ul {
	width: 478px;
	height: 506px;
	display: flex;
	flex-wrap: wrap;
}

.tech_bottom_right ul li {
	width: 239px;
	height: 253px;
	text-align: center;
}

.tech_bottom_right ul li a {
	color: #000;
}

.tech_bottom_right ul li:first-child,
.tech_bottom_right ul li:last-child {
	background: rgba(255, 255, 255, 0.89);
}

.tech_bottom_right ul li:nth-child(2),
.tech_bottom_right ul li:nth-child(3) {
	background: rgba(255, 255, 255, 0.53);
}


.tech_bottom_right ul li:hover {
	cursor: pointer;
	background: #999;
}

.tech_bottom_right ul li img {
	width: 57px;
	height: 57px;
	padding: 89px 0 11px 0;
}

.tech_bottom_right ul li p {
	font-size: 18px;
	font-weight: 400;
	color: #000000;
}

/* 产品 */

#pro {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: inline-block;
	overflow: hidden;
	background: url(/Skins/img/fwzxbj.png) no-repeat center;
	background-size: cover;
	position: relative;
}

.pro_top {
	width: 491px;
	height: 92px;
	margin: 123px auto 76px;
	background-image: url(/Skins/img/images/PRODUCT%20CENTER.png);
	background-size: 491px 60%;
	background-repeat: no-repeat;
}

.pro_top h1 {
	width: 150px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #000000;
	line-height: 49px;
	margin: 12px auto 14px;
}

.pro_top h6 {
	width: 100%;
	height: 22px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 22px;
	text-align: center;
}

.pro_bottom{
	width: 100%;
	height: 403px;
}

.pro_bottom ul {
	width: 100%;
	height: 403px;
	display: flex;
	justify-content: space-between;
}

#pro .pro_bottom ul li{position: relative;overflow: hidden;}
#pro .pro_bottom ul li a{display: block;}
.pro_oneimg{width: 100%;height: 403px;position: relative;background: white;}
.pro_logotwo{width: 350px;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);}
.pro_logodesc{color: rgba(100, 104, 102, .6);background: linear-gradient(145deg, rgba(208, 207, 207, .85) 0%, rgba(216, 216, 216, .85) 100%);width: 100%;height: 403px;text-align: center;position: relative;}
.pro_logodesc span{display: block;position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);line-height: 25px;width: 80%;}
.pro_proimg{width: 100%;}
.pro_proimg img{width: 100%;}

.pro_bottom_much {
	width: 100%;
	margin-top: 114px;
	display: flex;
	justify-content: center;
}

.pro_bottom_much h3 {
	font-size: 16px;
	font-weight: 400;
	color: #1C57A0;
	line-height: 22px;
}

.pro_bottom_much h3 a {
	color: #1C57A0;
}

.pro_bottom_much:hover {
	cursor: pointer;
}

.pro_bottom_much h4 {
	width: 7px;
	height: 7px;
	background: #1C57A0;
	border-radius: 50%;
	margin: 7px 5px 7px 5px;
}

.pro_bottom_much h5 {
	width: 5px;
	height: 5px;
	background: #1C57A0;
	border-radius: 50%;
	margin: 8px 5px 8px 0;
}

.pro_bottom_much h6 {
	width: 4px;
	height: 4px;
	background: #1C57A0;
	border-radius: 50%;
	margin: 9px 0 9px 0;
}

/* 关于我们 */

#we {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background-image: url(/Skins/img/gywmbbj.png);
	background-size: 100% 100%;
	display: inline-block;
	position: relative;
}

.we_top {
	width: 276px;
	height: 92px;
	margin: 123px auto 76px;
	background-image: url(/Skins/img/images/ABOUT%20US.png);
	background-size: 276px 60%;
	background-repeat: no-repeat;
}

.we_top h1 {
	width: 150px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #000000;
	line-height: 49px;
	margin: 12px auto 14px;
}

.we_top h6 {
	width: 100%;
	height: 22px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 22px;
	text-align: center;
}

.we_bottom {
	width: 1232px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

.we_left .we_left_01 {
	width: 530px;
	height: 66px;
	font-size: 47px;
	font-weight: 600;
	color: #000000;
	line-height: 66px;
}

.we_left .we_left_02 img {
	width: 240px;
	height: 61px;
	margin: 12px 0 12px 0;
}

.we_left .we_left_03 {
	width: 662px;
	height: 166px;
	font-size: 18px;
	font-weight: 400;
	color: #2F3D51;
	line-height: 40px;
}

.we_left .we_left_04 a {
	display: block;
	width: 219px;
	height: 64px;
	text-align: center;
	line-height: 64px;
	font-size: 20px;
	font-weight: 400;
	color: #F3F2F2;
	background-image: url(/Skins/img/ljgd.png);
	background-size: 219px 64px;
}

.we_right {
	width: 481px;
	height: 376px;
	display: flex;
	position: relative;
}

.we_right img:first-child {
	width: 364px;
	height: 311px;
}

.we_right img:last-child {
	width: 454px;
	height: 350px;
	position: absolute;
	top: 26px;
	left: 26px;
}

/* 新闻中心 */

#news {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	background: url(/Skins/img/fwzxbj.png) no-repeat center;
	background-size: cover;
	display: inline-block;
	position: relative;
}

.news_top {
	width: 395px;
	height: 92px;
	margin: 123px auto 76px;
	background-image: url(/Skins/img/images/NEWS%20CENTER.png);
	background-size: 395px 60%;
	background-repeat: no-repeat;
}

.news_top h1 {
	width: 150px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #000000;
	line-height: 49px;
	margin: 12px auto 14px;
}

.news_top h6 {
	width: 100%;
	height: 22px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 22px;
	text-align: center;
}

.news_mid {
	width: 1232px;
	margin: 0 auto;
}

.news_bottom {
	display: flex;
	justify-content: space-between;
}

.news_bottom_left {
	width: 566px;
	height: 382px;
	position: relative;
}
.news_bottom_left a img:first-child {
	width: 566px; 
}

.news_bottom_left a img:last-child {
	width: 517px;
	position: absolute;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.news_bottom_right {
	width: 642px;
	height: 382px;
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.news_bottom_right .item1 {
	width: 642px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_bottom_right .item1 .item1_left{
	padding-left: 40px;
}

.news_bottom_right .item1 p {
	width: 37px;
	height: 19px;
	font-size: 16px;
	font-weight: bold;
	color: #2F3D51;
	line-height: 19px;
}

.news_bottom_right .item1 h2 {
	width: 487px;
	font-size: 18px;
	font-weight: 600;
	color: #2F3D51;
	line-height: 25px;
}

.news_bottom_right h2 a {
	color: #2F3D51;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.item1_right{
	overflow: hidden;
	width: 500px;
}
.news_bottom_right .item1 h6 {
	width: 487px;
	font-size: 14px;
	font-weight: 400;
	color: #949494;
	line-height: 20px;
	margin-top: 9px;
}

.news_bottom_right h6 a {
	display: block;
	color: #949494;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 服务中心 */

#serve {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	display: inline-block;
	background: url(/Skins/img/fwzxbj.png) no-repeat center;
    background-size: cover;
}

.serve_top {
	width: 370px;
	height: 92px;
	margin: 123px auto 76px;
	background-image: url(/Skins/img/Service%20Centre.png);
	background-size: 370px 80%;
	background-repeat: no-repeat;
}

.serve_top h1 {
	width: 150px;
	height: 49px;
	font-size: 35px;
	font-weight: 600;
	color: #000000;
	line-height: 49px;
	margin: 12px auto 14px;
}

.serve_top h6 {
	width: 100%;
	height: 22px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 400;
	color: #4B4B4B;
	line-height: 22px;
	text-align: center;
}

.serve_bot {
	width: 965px;
	margin: 0 auto;
	text-align: center;
}

.serve_bot h2 {
	font-size: 47px;
	font-weight: 600;
	color: #000000;
}

.serve_bot p {
	font-size: 18px;
	font-weight: 400;
	color: #2F3D51;
	padding-bottom: 6px;
}

.serve_bot ul {
	margin-bottom: 56px;
}

.serve_bot ul li {
	font-size: 18px;
	font-weight: 600;
	color: #2F3D51;
}

.serve_bot h6 {
	font-size: 18px;
	font-weight: 400;
	color: #2F3D51;
	padding-bottom: 6px;
}

/* 尾部 */
.foot {
	width: 100%;
	height: 160px;
	background: #050505;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	position: absolute;
	bottom: 0;
}


.foot_left01 {
	width: 327px;
	height: 75px;
	font-size: 14px;
	font-weight: 400;
	color: #909090;
	line-height: 25px;
}

.foot_left02 {
	width: 120px;
	height: 84px;
	text-align: center;
}

.foot_left02 img {
	width: 71px;
	height: 71px;
	margin-bottom: 13px;
}

.foot_left02 p {
	width: 120px;
	height: 17px;
	font-size: 12px;
	font-weight: 400;
	color: #909090;
	line-height: 17px;
}

.foot_right01 ul {
	font-size: 14px;
	font-weight: 400;
	color: #909090;
	line-height: 17px;
}

.foot_right01 ul li {
	padding-bottom: 5px;
}

.foot_right02 {
	font-size: 14px;
	font-weight: 400;
	color: #909090;
}

.foot_right02 ol li {
	padding-bottom: 5px;
}
.news_img{display:flex;}
.news_img img{width: 49%;}
.news_content .xwfb_news .news_img_one{width: 75% !important;display: block;margin: auto;}
.service_item{display: flex;flex-wrap: nowrap;justify-content: space-between;width: 1250px;}
.service_item a{width: 30%;display: block;}
.service_one{width: 100%;position: relative;box-shadow: 0 0 15px #cccccc;padding: 15px;}
.service_one:hover{transform: scale(1.1);}
.service_title{width: 180px;}
.service_title img{width: 100%;height: 100%;}
.service_pic{width: 100%;margin: 10px auto 0px;}
.service_pic img{width: 100%;height: 100%;}
.service_ellips{text-align: left; overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.service_bigTitle{font-size: 18px;color: #000000;font-weight: 600;line-height: 25px;}
.service_bigDesc{font-size: 14px;color: #9D9D9D;line-height: 25px;margin-top: 20px;}
.pro_locate{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-57%);width: 100%;}
.tech_locate{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-59.5%);width: 100%;}
.news_locate{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-70.2%);}
.about_locate{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-70.2%);}
.serve_locate{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-71.8%);}
