@charset "utf-8";
/*公共样式*/
*{margin: 0; padding: 0;}
html{font-size: 14px; line-height: 1.5; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; background: #fff; color: #333; -webkit-font-smoothing: antialiased; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-overflow-scrolling: touch; overflow-scrolling: touch; width: 100%; height: 100%; max-width: 780px; margin: 0 auto; overflow: hidden; position: relative;}
body{width: 100%; height: 100%; overflow: hidden; position: relative;}
ol,ul,li{list-style: none;}
a{text-decoration: none; color: #333; transition: all .6s ease; cursor: pointer;}
a:hover{color: #e68d37!important;}
em,i{font-style: normal;}
h1,h2,h3,h4,h5,h6,th{font-weight: normal;}
img{border: 0; max-width: 100%; height: auto; vertical-align: middle;}
table{border-collapse: collapse; border-spacing: 0;}
input,textarea,select,button{border: 0; outline: 0; font-family: Arial,Helvetica,Verdana,"Microsoft Yahei"; color: #333;}
input[type="button"],input[type="text"],input[type="submit"]{appearance: none; -moz-appearance: none; -webkit-appearance: none;}
input,input:focus,input:active{user-select: text;}
textarea{resize: none;}
.clearfix{zoom: 1;}
.clearfix:after{content: "."; *zoom: 1; display: block; visibility: hidden; height: 0; clear: both;}
.plr10{padding: 0 10px;}
.wrapper{margin: 0 15px;}
.transform{transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99); -webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);}
.sitecontent{ height: 100%; background: #fff;  position: relative; z-index: 96;}
.scrollView{height: calc(100% - 111px); overflow-x: hidden; overflow-y: auto; position: relative;}
.npagePage{min-height: calc(100% - 52px); overflow: hidden; position: relative;}
.border{border: 1px solid #ddd; box-sizing: border-box;}
/*字体*/
@font-face{font-family: 'HELVETICANEUELTPRO-THEX';  src: url('../font/HELVETICANEUELTPRO-THEX.eot'); src: url('../font/HELVETICANEUELTPRO-THEX.eot?#iefix') format('embedded-opentype'), url('../font/HELVETICANEUELTPRO-THEX.woff') format('woff'), url('../font/HELVETICANEUELTPRO-THEX.ttf') format('truetype'), url('../font/HELVETICANEUELTPRO-THEX.svg') format('svg'); font-weight: normal; font-style: normal;}
@font-face{font-family: 'iconfont'; src: url('../font/iconfont.eot'); src: url('../font/iconfont.eot?#iefix') format('embedded-opentype'), url('../font/iconfont.woff2') format('woff2'), url('../font/iconfont.woff') format('woff'), url('../font/iconfont.ttf') format('truetype'), url('../font/iconfont.svg#iconfont') format('svg');}
.iconfont{display: inline-block; font: 14px/1 iconfont; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
/*加载特效*/
.loader-mask{position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; z-index: 9999999;}
.loader{position: absolute; left: 50%; top: 50%; width: 50px; height: 50px; font-size: 0; color: #282828; display: inline-block; margin: -25px 0 0 -25px; text-indent: -9999em; -webkit-transform: translateZ(0); -ms-transform: translateZ(0); transform: translateZ(0);}
.loader div{width: 50px; height: 50px; background-color: #282828; display: inline-block; position: absolute; top: 0; left: 0;opacity: .5; border-radius:50%; -webkit-animation: ballPulseDouble 2s ease-in-out infinite; animation: ballPulseDouble 2s ease-in-out infinite;}
.loader div div:last-child{-webkit-animation-delay: -1s; animation-delay: -1s;}
@-webkit-keyframes ballPulseDouble{0%,100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1);transform: scale(1)}}
@keyframes ballPulseDouble{0%, 100%{-webkit-transform: scale(0); transform: scale(0)} 50%{-webkit-transform: scale(1); transform: scale(1)}}
/*头部*/
.header{height: 50px; background: #fff; box-shadow: 0 0px 48px 0 rgba(0,0,0,.1); position: relative; z-index: 999999;}
.logo{float: left; height: 33px; margin-top: 12px; margin-left: 10px;}
.logo a{display: block; height: 100%;}
.logo a img{display: block; height: 100%;}
.sp_nav{display: block; width: 30px; height: 30px; position: absolute; top: 10px; right: 10px; margin-top: 4px; z-index: 5;}
.sp_nav i{display: block; background: #333; width: 30px; height: 2px; position: absolute; left: 0; transition: all ease .35s;}
.sp_nav i:nth-of-type(1){top: 0;}
.sp_nav i:nth-of-type(2){top: 10px;}
.sp_nav i:nth-of-type(3){top: 20px;}
.sp_nav.sp_nav_se i:nth-of-type(1){top: 10px; transform: rotate(45deg);}
.sp_nav.sp_nav_se i:nth-of-type(2){width: 0;}
.sp_nav.sp_nav_se i:nth-of-type(3){top: 10px; transform: rotate(-45deg);}
.nav{width: 100%; height: calc(100% - 111px); position: fixed; left: 0; top: -100%; z-index: 99999; transition: top ease .35s;}
.nav.nav_show{top: 50px;}
.nav > ul{min-width: 320px; max-width: 780px; height: 100%; margin: 0 auto; background: #eee; position: relative; overflow-y: auto;}
.nav ul li{border-top: 1px solid #ddd; margin-left: 20px; line-height: 40px; font-size: 14px; position: relative;}
.nav > ul > li:first-child{border-top: 0 none;}
.nav ul li a{height: 44px; line-height: 44px; display: block; padding-right: 45px; color: #666;}
.nav ul li ul{display: none;}
.nav ul li i{display: block; width: 30px; height: 26px; line-height: 26px; text-align: center; border-left: 1px solid #ddd; padding: 0 6px; position: absolute; right: 0; top: 9px;}
.nav ul li i span{font-size: 14px; transition: all .5s;}
.nav ul li i span:before{content: "\eeaa";}
.nav ul li i.nav_btndown span{color: #ef831a; transform: rotate(90deg);}
/*内页菜单*/
.dropmenu{min-height: 45px; margin-bottom: 20px; position: relative; z-index: 3;}
.dropmenu .label{padding: 0 20px; height: 45px; line-height: 45px; background: #222224; color: #fff; font-size: 15px;}
.dropmenu .label .iconfont{float: right; font-size: 16px; margin-top: 15px;}
.dropmenu .label .iconfont:before{content: "\e60e";}
.dropmenu ul{width: 100%; height: 0; overflow-y: auto; position: absolute;}
.dropmenu ul li{width: 100%; border-bottom: 1px solid #2f2e35;}
.dropmenu ul li a{display: block; height: 40px; line-height: 40px; padding: 0 50px; color: #bbb; background: rgba(17,17,17,.9); font-size: 13px;}
.dropmenu ul li.active a {background: #000; color: #fff;}
.dropmenu.open .label .iconfont{transform: rotate(180deg);}
/*公共样式*/
.home_title{font-size: 24px; text-align: center;color: #000;font-weight: bold;}
.home_title span{color: #223adf;}
.home_title em{color: #ff7600;}
.home_line{text-align: center; font-size: 0; text-align: center;}
.home_line span{display: inline-block; font-size: 16px; text-transform: uppercase;color: #666; position: relative; padding: 0 10px;margin-bottom: 12px;}
.home_line span:before,.home_line span:after{display: block; content: ""; width: 40px; height: 1px; background: #999; position: absolute; top: 50%; margin-top: -1px;}
.home_line span:before{left: -40px;}
.home_line span:after{right: -40px;}
/*底部*/
.foot_copy{width: 100%; font-size: 12px; line-height: 20px; text-align: center; padding: 16px 0; color: #fff; background: #151515;}
.foot_copy a{color: #8e8e8e;}
.footer{width: 100%; position: relative; z-index: 990;}
.footer ul{height: 60px; background: #fff; border-top: 1px solid #ddd; margin: 0 auto;}
.footer li{width: 25%; height: 60px; float: left; font-size: 13px; text-align: center; position: relative;}
.footer li a{display: block; width: 100%; height: 100%; color: #666;}
.footer li i{display: block; width: 100%; height: 26px; line-height: 26px; padding-top: 6px; font-size: 22px;}
.footer li p{height: 20px; line-height: 20px; margin-top: 2px;}

/*新闻---列表式*/
.news_item{border-bottom: 1px solid rgba(0,0,0,0.05); padding: 20px 15px;}
.news_item:first-child{padding-top: 10px;}
.news_item:last-child{border-width: 0;}
.news_pic{margin-bottom: 10px; overflow: hidden; max-height: 140px;}
.news_pic img{display: block; width: 100%;}
.news_name{height: 20px; line-height: 20px; font-size: 16px; color: #565656; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.news_date{height: 24px; margin-bottom: 4px; margin-top: 4px;}
.news_date p{height: 24px; line-height: 24px; font-size: 14px; float: left; font-family: "HELVETICANEUELTPRO-THEX", Arial;}
.news_date .md{color: #8a8a8a;}
.news_date .year{color: #bdbdbd; margin-left: 10px;}
.news_desc{max-height: 44px; line-height: 22px; font-size: 13px; color: #6a6a6a; overflow: hidden; margin-top: 4px;}

/*产品列表*/
.productlistd ul{display: flex; flex-flow: wrap; justify-content: space-between;}
.productlistd ul li {width:48.5%;}
.productlistd.customer{margin: 0 -4px;}
.productlistd.customer ul li{
    width: 25%;
}
.productlistd ul li .brief_video .icon{
	margin-top: -33px;
}
.productlistd .item {padding:0px 0 12px;}
.productlistd.customer .item{
    border: 1px solid rgba(211, 211, 211, 1);
    margin: 4px;
    padding: 4px 6px;
}
.productlistd ul li h3 {text-align: center; font-size: 14px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-top: 6px;padding-bottom: 6px;background-color: #eee;}
.productlistd.customer ul li h3{
    background-color: #fff;
    padding: 6px 0 0;
    font-size: 12px;
}
.productlistd ul li .video_text{text-align: center;padding-top: 6px;padding-bottom: 6px;}
.productlistd ul li .brief_video {margin-bottom: 11px;  background-color: #eeeeee;position: relative;}


.talent_idea01 .item .txt .des b.t{padding-top: 6px;}
.talent_idea01 .item .txt .des .info{font-size: 14px !important;line-height: 22px !important;}
.talent_idea01 .item .txt .des b.t:after{
    margin: 10px 0 !important;
}
.talent_idea01 .item .txt .des .info{padding-top: 6px !important;}


/* 首页产品中心 */
.index-choice{
	background: url(../images/pro_bg.jpg) no-repeat;
	height:660px;
	width: 100%;
	overflow: hidden;
}
.subject  .title{
	text-align: center;
	line-height:36px;
	color:rgba(51,51,51,1);
	padding-top: 36px;
}
.subject h2{
	font-size:24px !important;
	font-weight:bold;
}
.subject .desc{
	font-size:16px;
	margin-top: 0px;
	position: relative;
}
/* .subject .desc::after,.subject .desc::before{
	content: "";
	position: absolute;
	width: 534px;
	height: 21px;
	top: 6px;
} */
.index-choice .desc::after{
	background: url(../images/pro_line.png) no-repeat;
	left: 0;
}
.index-choice .desc::before{
	background: url(../images/pro_line2.png) no-repeat;
	right: 0;
}
.pro_more{
	width:160px;
	height:48px;
	line-height: 48px;
	background:rgba(29,36,180,1);
	border-radius:2px;
	text-align: center;
	margin: 0 auto;
	
}
.pro_more a{
	display: block;
	color: #fff;
	font-size: 14px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.pro_more a:hover{
	background-color: #D70101;
}
.pro_list{
	margin: 25px -10px;
}
.pro_list .item{
	float: left;
	width: 25%;
	position: relative;
	overflow: hidden;
}
.pro_list .item a{
	display: block;
	margin: 0 10px;
}
.pro_list img{
	width: 100%;
}
.pro_desc_con{
	position: relative;
}
.pro_list .pro_desc{
	width: 100%;
	height:80px;
	background:rgba(0,99,193,1);
	color: #fff;
	box-sizing: border-box;
	padding: 12px 12px 0;
}
.pro_list .pro_desc .tit{
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 34px;
	font-weight: bold;
	position: relative;
    z-index: 2;
}
.pro_list .pro_desc .text{
	font-size: 14px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	position: relative;
    z-index: 2;
}
.pro_list .mask{
	width: 100%;
	height:100%;
	background:rgba(29,36,180,1);
	opacity:0.8;
	position: absolute;
	left: 0;
	bottom: -100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.pro_list .mask-desc{
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	padding: 0 16px;
	margin-top: 116px;
}
.pro_list .item:hover .mask{
	bottom: 0;
}

/* 鑫逸领域 */
.index-field{
	overflow: hidden;
	margin-bottom: 7px;
}
.index-field .desc::after, .index-field .desc::before{
	display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #999;
    position: absolute;
    top: 50%;
    margin-top: -1px;
}
.index-field .desc::before{
    left: 102px;
}
.index-field .desc::after{
    right: 102px;
}
.index-field h2{
	color: #000;
}
.index-field .desc{
	color: #666;
	margin-bottom: 12px;
	display: inline-block;
}
.field_tab_tit{
	margin-bottom: 10px;
}
.field_tab_tit .item {
    float: left;
    border: 1px solid rgba(228, 228, 228, 1);
    width: 301px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    margin-left: -1px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.field_tab_tit .item.active span.tab_text,
.field_tab_tit .item:hover span.tab_text{
	color: #D70101;
}
.field_tab_tit .item span.tab_text{
	font-size:24px;
	color:rgba(51,51,51,1);
	padding-left: 62px;
}
.field_tab_tit i.lines{
	position: absolute;
	width: 0;
	height: 4px;
	width: 0;
	left: 0;
	bottom: -1px;
	background-color: #D70101;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.field_tab_tit .item.active i.lines,
.field_tab_tit .item:hover i.lines{
	width: 100%;
}
.field_tab_tit .item i.icon{
	position: absolute;
	top: 28px;
	left: 72px;
	width: 45px;
	height:45px;
	background: url(../images/field_icons.png) no-repeat;
}
.field_tab_tit .item i.icon1{
	background-position:-1px 0;
}
.field_tab_tit .item i.icon2{
	background-position: -60px 0;
}
.field_tab_tit .item i.icon3{
	background-position: -121px 0;
}
.field_tab_tit .item i.icon4{
	background-position: -183px 0;
}
.field_tab_tit .item.active i.icon1,
.field_tab_tit .item:hover i.icon1{
	background-position: -1px -65px;
}
.field_tab_tit .item.active i.icon2,
.field_tab_tit .item:hover i.icon2{
	background-position: -60px -65px;;
}
.field_tab_tit .item.active i.icon3,
.field_tab_tit .item:hover i.icon3{
	background-position: -121px -65px;
}
.field_tab_tit .item.active i.icon4,
.field_tab_tit .item:hover i.icon4{
	background-position: -183px -65px;
}
.field_tabs_con .field_item a{
	position: relative;
	display: block;
	margin: 8px;
}
.field_tabs_right{
	padding: 0 7px 7px;
}
.field_tabs_con .field_item .imgs{
	overflow: hidden;
}
.field_tabs_con .field_item .imgs img{
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.field_tabs_con .field_item:hover .imgs img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.field_tabs_con .field_desc{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size:16px;
	color:#fff;
	height:40px;
	line-height: 40px;
	text-align: center;
	background:rgba(29,36,180,1);
	opacity:0.8;
}
.field_tabs_con .others_tit{
	width: 138px;
    height: 28px;
    background: rgba(215,1,1,1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    margin-top: 20px;
    margin-bottom: 8px;
    font-size: 18px;
}
.field_tabs_con .others_list .slists{
	font-size:16px;
	font-weight:400;
	color:rgba(215,1,1,1);
	line-height:30px;
	background: url(../images/field_circle.png) no-repeat left center;
	padding-left: 15px;
}
.field_tabs_con .detai_texts .titles{
	font-size:24px;
	color:rgba(0,0,0,1);
	line-height:36px;
	text-align: left;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding-top: 36px;
}
.field_tabs_con .detai_texts .text{
	font-size:14px;
	color:rgba(102,102,102,1);
	line-height:26px;
	padding-right: 24px;
	height: 130px;
    overflow: hidden;
}
.field_tabs_con .detail_imgs{
	width: 533px;
	float: left;
	overflow: hidden;
}
.field_tabs_con .detail_imgs:hover img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
}
.field_tabs_con .detail_imgs img{
	width: 100%;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.field_tabs_con .detai_texts{
	margin-left: 836px;
	background-color: #F3F4F4;
	padding-left: 26px;
	height: 384px;
}
.field_tabs_con .field_tabs_left{
	margin-right: 9px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.field_tabs_con .field_tabs_left a{
	display: block;
	width: 20%;
}
.field_tabs_con .field_tabs_item{
	text-align: center;
    color: #333333;
    box-sizing: border-box;
    cursor: default;
    padding: 8px 6px;
    margin: 0 6px 6px 0;
	background-color: #f3f3f3;
	line-height: 1.1;
}
.field_tabs_con a:nth-child(5) .field_tabs_item,
.field_tabs_con  a:nth-child(10) .field_tabs_item{
	margin-right: 0;
}
.field_tabs_con .field_tabs_item.active{
	background-color: #D70101;
	color: #fff;
}
.field_tabs_con .field_texts{
	font-size:11px;
}
/* 鑫逸优势 */
.index_advantage{
	overflow: hidden;
}
.index_advantage .desc{
	color: #666;
	font-size: 30px;
	margin-bottom: 30px;
}
.index_advantage h2{
	font-size: 36px;
}
.index_advantage .desc::after{
	background: url(../images/advantage_line.png) no-repeat;
	left: 0;
}
.index_advantage .desc::before{
	background: url(../images/advantage_line2.png) no-repeat;
	right: -38px;
}
.advan_detail span.num{
	color:#333;
    font-size: 18px;
    font-family: Impact;
    position: relative;
    background: url(../images/rectangle.png) no-repeat;
        background-size: auto;
    width: 46px;
    height: 46px;
    float: left;
    text-align: center;
    line-height: 48px;
    margin-right: 8px;
    margin-top: -4px;
    background-size: cover;
}
.advan_detail .tit_big{
	color: #1D24B4;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 6px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.advan_detail .tit_small{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.advan_detail .tit_small em{
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	margin: 0 6px;
}
.advan_detail .desc_small{
    margin-top: 8px;
    margin-bottom: 8px;
}
.advan_detail .desc_small_text{
	color: #666666;
	font-size: 12px;
	line-height: 24px;
	background: url(../images/advan_circle.png) no-repeat 8px 10px;
	padding-left: 22px;
	margin-bottom: 16px;
	max-height: 48px;
	overflow: hidden;
	padding-right: 6px;
}
.index_advantage .advan_detail{
	overflow: hidden;
}
.index_advantage .advan_item {
	margin-bottom: 16px;
}
.index_advantage .advan_list.n2 .advan_item{
	margin-bottom: 0;
}
.index_advantage .advan_list.n2{
	position: relative;
}
.index_advantage .advan_list.n2 .pic{
    margin-bottom: 20px;
}
.index_advantage .advan_list.n2 .advan_detail{
	padding-left: 0;
}
.advan_list.n2 .advan_detail .desc_small_text{
	margin-bottom: 0;
}
.advan_list.n2 .advan_detail .desc_small{
	height: auto;
}

/*************************introduction*****************************************/
#introduction{
	padding: 36px 0 30px;
	width: 100%;
	margin:0 auto; 
	background:url(../images/abouts1.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position:  center 0;
}

.title h2{ 
	text-align: center;
	font-size: 24px;
	color: #333;
}

.title p{
	text-transform: uppercase;
	color:#999;
	font-family: "微软雅黑";
	font-size: 12px;
	margin: auto;
	text-align: center;
	line-height: 14px;
}

.shortLine{
	width: 51px;
	height: 2px;
	background: #8f9193;
	margin: 19px auto;
}

#introduction .title h2{
	color: white;
}

.introduction-text{
	margin-top: 39px;
}

.introduction-text p{
	color: white;
	font-size: 14px;
	font-family: "微软雅黑";
	line-height: 26px;
	margin-bottom: 24px;
}

.introduction_bot{
	margin-top: 48px;	
}
.introduction_bot.index_brief{
	background: none;
	padding: 0;
	margin-top: 20px !important;
}
.introduction_bot.index_brief .brief_detail ul{
	border-right: 1px solid #adb5bd;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.introduction_bot.index_brief .brief_detail li{
	margin: 0;
    border-right: 1px solid #adb5bd;
    border-bottom: 1px solid #adb5bd;
	height: 200px;
	transition: all.5s;
	-webkit-transition: all.5s;
	-moz-transition: all.5s;
	-ms-transition: all.5s;
	-o-transition: all.5s;
    cursor: default;
    background-color: #fff;
    width: 48.7%;
}
.introduction_bot.index_brief .brief_detail li:nth-child(3),
.introduction_bot.index_brief .brief_detail li:nth-child(4),
.introduction_bot.index_brief .brief_detail li:nth-child(5){
    width: 33%;
    border-bottom: 0;
}
.introduction_bot.index_brief .brief_detail li:last-child{
	position: static;
}
.introduction_bot.index_brief .brief_detail li:hover{
	background-color: red;
	border-right: 1px solid red;
}
.introduction_bot.index_brief .brief_detail li:hover .detail_txt{
	color: #fff;
}
.introduction_bot.index_brief .brief_detail li:hover .num{
	color: #fff;
}
.introduction_bot.index_brief .detail_txt{
	margin-top: 8px;
}
.introduction_bot.index_brief .brief_detail .icon{
	background: url(../images/brief_iocon2.png) no-repeat;
	width: 50px;
	height: 50px;
	margin: 40px auto 0;
}
.introduction_bot.index_brief .brief_detail .icon1{
	background-position: 0 0;
}
.introduction_bot.index_brief .brief_detail .icon2{
	background-position: -241px 0;
}
.introduction_bot.index_brief .brief_detail .icon3{
	background-position: -481px 0;
}
.introduction_bot.index_brief .brief_detail .icon4{
	background-position: -721px 0;
}
.introduction_bot.index_brief .brief_detail .icon5{
	background-position: -961px 0;
}
.introduction_bot.index_brief li:hover .icon1{
	background-position: 0 -60px;
}
.introduction_bot.index_brief li:hover .icon2{
	background-position: -241px -60px;
}
.introduction_bot.index_brief li:hover .icon3{
	background-position: -481px -60px;
}
.introduction_bot.index_brief li:hover .icon4{
	background-position: -721px -60px;
}
.introduction_bot.index_brief li:hover .icon5{
	background-position: -961px -60px;
}
.changeShow{
	opacity: 1 !important;
	transition: all 1s; 
}

/*************************development*****************************************/
#dev{
    width: 100%;
	margin:0 auto; 
	padding: 36px 0 30px;
	background: url(../images/brand_bg.jpg) no-repeat;;
	background-size: auto 100%; 
}
#dev .title h2{
	color: #fff;
}
#dev .teamFont p{
	color: #FFFFFF;
}
#dev .brand_lists{
	margin-top: 20px;
	overflow: hidden;
}
#dev ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#dev ul li{
	width: 50%;
	position: relative;
	margin-bottom: 20px;
}
#dev ul li:hover .pic{
	border: 4px solid #EE0000;
}
#dev .pic{
	width: 130px;
	height: 130px;
	border:4px solid #28A7E1;
	border-radius:50%;
	box-sizing: border-box;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	overflow: hidden;
	margin: 0 auto 10px;
}
#dev .pic img{
	width: 100%;
}
#dev .brand_tit{
	color: #EE0000;
	font-size: 16px;
	line-height:24px;
	font-weight: bold;
	text-align: center;
	height: 30px;
	position: relative;
}
#dev .brand_tit::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 3px;
	width: 20px;
	background-color: #fff;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
#dev .brand_text{
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 24px;
	margin-top: 10px;
	padding: 0 10px;
}

/*************************The social value*****************************************/
#value{
	padding: 75px 0 81px;
	background-color: #f6f6f6;
}

#value h3{
	text-align: center;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 35px;
	margin-bottom: 20px;
}

#value .valueItems a{
	text-decoration: underline;
}

#value .valueItems .valueItem{
	width: 380px;
	background: white;
	float: left;
	margin-right:30px;
	margin-bottom: 38px;
}

.valueItem img{
	width: 100%; 
}

#value .valueItems .valueItem .item-bot{
	margin: 25px 25px 20px;
	border-bottom: 1px solid #c6c5c5;
}

#value .valueItems .valueItem .item-bot h4{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #d7000f;
	line-height: 18px;
	margin-bottom: 9px;
}

#value .valueItems .valueItem .item-bot span{
	font-size: 14px;
	line-height: 22px;
	height: 63px;
    display: block;  
    margin-bottom: 20px;
}

#value .valueItems .valueItem .item-bot .short{
	display: -webkit-box;    
	-webkit-box-orient: vertical;    
	-webkit-line-clamp: 3;    
	overflow: hidden;
}

/*************************companyBusiness*****************************************/
#business{
	max-width: 1920px;
	margin:0 auto; 
	width: 100%;
	min-width: 1200px; 
	height:606px;
	background: url(../images/business.jpg) no-repeat center center;
}

#business .title{
	padding-top: 95px;
}

#business h2,#business p{
	color: white;
} 

#business .shortLine{
	background-color: white;
}
/*************************companyHistory*****************************************/
#history{
	padding-top: 73px;
	height: 698px;
	background: url(../images/history-background.png) no-repeat center center;
}

.historyContent{
	margin-top: 58px;
	width: 100%;
	height: 472px;
	background-color: #f6f6f6;
}

.histroyFont{
	width: 384px;
	height: 418px;
	padding: 27px 35px;
	float: left;
}

.histroyFont1{
	font-size: 48px;
	line-height: 48px;
	color: #D7000F;
	display: block;
}

.histroyFont2{
	font-size: 24px;
	line-height: 24px;
}

.histroyFont p{
	font-size: 14px;
	line-height: 28px;
	/*cursor: pointer;*/
}

/*************************companyTeam*****************************************/

#team{
	background-color: #f6f6f6;
	/* height: 652px; */
	padding-top: 36px;
}

.teamFont{
	/* width: 879px; */
	margin: 0 auto;
	position:relative;
	background: url(../images/aboutep-teambcakground.png) no-repeat top center;
	/* padding: 0 33px; */
	padding-top: 10px;
}

.teamFont p{		
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 26px;
	letter-spacing: 0px;
	margin-bottom: 24px;
	color: #666;
}

#certify {
	position: relative;
	width: 1200px;
	margin: 0px auto;
}

#certify .swiper-container {
	padding-bottom: 60px;
}

#certify  .swiper-slide {
	width: 520px;
	height: 300px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
	border: 8px solid #FFFFFF;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide-active{
	border: 8px solid #D7000F;
}
#certify  .swiper-slide p {
	line-height: 98px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	top: 160px;
	width: 34px;
	height: 51px;
	background: url(../images/arr_l.png) no-repeat top center;

}

#certify .swiper-button-next {
	right: 0px;
	top: 160px;
	width: 34px;
	height: 51px;
	background: url(../images/arr_r.png) no-repeat;

}

/*************************productivity*****************************************/
#productivity{
	padding-top: 36px;
	padding-bottom: 30px;
}


.pc-slide {
	width: 1200px;
	margin: 6px auto;
	position: relative;
}

.view .swiper-container {
	width: 1200px;
	height: 500px;
}

.view .swiper-container img{
	width: 100%;
	height: 100%;	
}

.view .arrow-left {
	background: url(../images/arr_l.png) no-repeat left top;
	position: absolute;
	left: 28px;
	top: 50%;
	margin-top: -25px;
	width: 34px;
	height: 51px;
	z-index: 10;
}
.view .arrow-left.default{
	background: url(../images/arr_l2.png) no-repeat left bottom;
}
.view .arrow-right {
	background: url(../images/arr_r.png) no-repeat left bottom;
	position: absolute;
	right: 28px;
	top: 50%;
	margin-top: -25px;
	width: 34px;
	height: 51px;
	z-index: 10;
}
.view .arrow-right.default{
	background: url(../images/arr_r2.png) no-repeat left bottom;
}
.preview {
	width: 100%;
	margin-top: 20px;
	position: absolute;
	top: 0;
}

.preview .swiper-container {
	width: 1180px;
	height: 121px;
}

.preview .swiper-slide {
	width: 188px;
    height: 112px;
    cursor: pointer;
    margin: 0 4px;
	overflow: hidden;
	position: relative;
}
.preview .swiper-slide .mask{
	position: absolute;
    left: 4px;
    top: 4px;
    width: 180px;
    height: 104px;
    background: #000;
	opacity: 0.3;
}
.preview .swiper-slide.active-nav .mask{
	opacity: 0;
}
.preview .slide6 {
	width: 190px;
}

.preview .arrow-left {
	background: url(../images/feel3.png) no-repeat left top;
	position: absolute;
	left: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview .arrow-right {
	background: url(../images/feel4.png) no-repeat left bottom;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	width: 9px;
	height: 18px;
	z-index: 10;
}

.preview img {
	padding: 0px;
    border: 4px solid #fff;
    box-sizing: border-box;
    width: 100%;
}

.preview .active-nav img {
	padding: 0;
	border: 4px solid #D7000F;
}
#productivity .brief_banner_text{
	background: url(../images/brief_bg2.png) no-repeat;
	background-position: center;
	background-size: cover;
}
.brief_banner_text{
	font-size:16px;
	color:rgba(255,255,255,1);
	line-height:40px;
	height:40px;
	text-align: center;
	position: absolute;
    width: 100%;
    bottom: 10px;
}
/*************************tech*****************************************/
#tech{
	margin:0 auto; 
	width: 100%;
	padding-top: 36px;
	background: #0063D3;
}

#tech h2{
	color: white;
}

.qualification .brief{
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
	line-height: 26px;
	color: white;
	width: 504px;
	margin: 0 auto;
}
.qualification .slick-prev, .qualification  .slick-next {
    background: url(../images/arrows.png) no-repeat;
    width: 13px;
    height: 26px;
    margin-top: -14px;
    background-size: cover;
}
.qualification .slick-prev{
	background-position:  -27px 0;
}
.qualification .slick-next{
	background-position:  -41px 0;
}
.qualification{
	background-color: #1D24B4;
	/* margin: -625px auto 50px; */
	padding-top: 36px;
}
.qualification .title h2{
	color: #fff;
}
#tech .strength_txt{
	overflow: hidden;
	background-color: #fff;
	/* height: 450px; */
	padding-left: 20px;
	box-sizing: border-box;
	padding-top: 20px;
	margin-bottom: 20px;
}
#tech .tit_big{
	color: #1D24B4;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 6px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#tech .tit_small{
	font-size: 14px;
	color: #333;
	line-height: 18px;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#tech .tit_small em{
	font-style: normal;
	font-weight: bold;
	display: inline-block;
	margin: 0 6px;
}
#tech .desc_small{
	margin-top: 8px;
}
#tech .desc_small_text {
    color: #666666;
    font-size: 12px;
    line-height: 22px;
    background: url(../images/advan_circle.png) no-repeat 0px 10px;
    padding-left: 20px;
    margin-bottom: 16px;
    overflow: hidden;
    padding-right: 6px;
}
.qualification_list{
	padding: 12px 40px 36px;
}
 .qualification_list .items{
	display: inline-block !important;
	text-align: center;
}
 .qualification_list .pic{
	position: relative;
    margin-left: 12px;
    width: 200px;
	height: 266px;
	overflow: hidden;
	margin-left: 12px;
	margin: 0 auto;
}
 .qualification_list .pic::after{
	content: "";
	border:10px solid #0063d3;
	width: 180px;
	position: absolute;
	left: 0;
	top: 0;
	height: 246px;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
 .qualification_list .items:hover .pic::after{
	border:10px solid #EE0000;
}
 .qualification_list .desc{
	color: #fff;
	font-size: 14px;
	text-align: center;
	line-height: 24px;
	margin-top: 6px;
}
 .strength {
	margin-top: 10px;
}

/* 视频 */
#tech .brief_video{
	position: relative;
}
#tech .brief_video img{width: 100%;}
/* .index_brief .brief_video .bg{width: 100%; height: 100%; background: #000; filter: alpha(opacity=60); opacity: .6; position: absolute; left: 0; top: 0; z-index: 1;} */
#tech .brief_video .icon{width: 80px; height: 50px; background: url(../images/abt-video_btn.png) no-repeat;position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -18px; z-index: 2;}
#my_video-wrap{max-width: 60%; margin: 0 auto; position: relative;}
#my_video-wrap .mfp-close{top: -44px; text-align: right; color: #fff; font-size: 32px;}
/*************************market*****************************************/
#market{
	margin:0 auto; 
	width: 100%;
	padding-top: 36px;
	padding-bottom: 30px;
}

#market .brief{
	text-align: center;
	font-size: 14px;
	line-height: 36px;
}
#market .slick-dots li{
	margin: 0 2px;
}
#market .slick-dots{
    bottom: -36px;
    display: none !important;
}

/* 鑫逸合作伙伴 */
.index_partner{
	height:380px;
	background:rgba(245,245,245,1);
}
.index_partner h2{
	font-size: 24px;
	text-align: center;
	padding-top: 60px;
	margin-bottom: 24px;
}
.index_partner .partner-list{
	overflow: hidden;
}
.partner-banner {
    margin-top: 10px;
}
.partner-banner ul.list li{
	float: left;
	width:25%;
	background:#fff;
	overflow: hidden;
	box-sizing: border-box;
}
.partner-banner ul.list li .market_img{
    margin: 5px;
    border:1px solid rgba(211, 211, 211, 1);
}
.partner-banner ul.list li img{
	margin: 2px auto 0;
	display: block;
}
.index_partner .slick-track{
	overflow: hidden;
}
.index_partner .partner-list{
	float: left;
}
.index_partner .slick-prev, .index_partner .slick-next{
	width: 54px;
    height: 54px;
	background: url(../images/arr_icon.png) no-repeat;
    margin-top: -38px;
}
.index_partner .slick-prev{
	background-position: 0 6px;
    left: -60px;
}
.index_partner .slick-next{
	background-position: -54px 6px;
    right: -68px
}
.index_partner .slick-prev:before, .index_partner .slick-next:before{
	content:"";
}
.index_partner .slick-prev.slick-disabled{
		background-position: 0 -56px
}
.index_partner .slick-next.slick-disabled{
	background-position:-54px -55px;
}
/* 鑫逸简介 */
.index_brief{
	background-color: #F6F6F6;
	padding: 67px 0 62px;
	overflow: hidden;
}
.index_brief .brief_img{
	width:683px;
	float: left;
}
.index_brief  .brief_desc{
	margin-left: 699px;
}
.index_brief .brief_desc_cn{
	padding-left: 18px;
}
.index_brief h2{
	font-size: 40px;
    font-weight: bold;
    color: #333;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top: 18px;
}
.index_brief .text{
	font-size: 14px;
	color:rgba(110,100,100,1);
	line-height:24px;
}
.index_brief .brief_more{
	width:100px;
	height:30px;
	line-height: 30px;
	background:rgba(29,36,180,1);
	border-radius:2px;
	text-align: center;
	cursor: pointer;
	margin-top: 10px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
}
.index_brief .brief_more:hover{
	background-color: #D70101;
}
.index_brief .brief_more a{
	color:#fff;
}
.index_brief .brief_detail ul{
	margin-right: -20px;
	position: relative;
	margin-top: 25px;
}
.index_brief .brief_detail li{
	float: left;
	width:242px;
	height:130px;
	background:rgba(255,255,255,1);
	margin-bottom: 16px;
	margin-right: 16px;
}
.index_brief .brief_detail li:last-child{
	position: absolute;
	right: 521px;
	bottom: 0;
}
.index_brief .detail_txt{
	color: #666;
	font-size: 14px;
	text-align: center;
}
.index_brief .brief_detail .num{
	color: #D70101;
	font-size: 20px;
	text-align: center;
	line-height: 1;
}
.index_brief .brief_detail em{
	font-style: normal;
	font-size: 12px;
	font-family:SourceHanSansCN;
	font-weight:500;
	position: absolute;
}
.index_brief .brief_detail b,
.index_brief .brief_detail i{
	font-size: 17px;
	font-weight: normal;
}
.index_brief .brief_detail i{
	font-style: normal;
}
.index_brief .brief_detail .icon{
	display: block;
	width: 32px;
	height: 32px;
	background: url(../images/brief_icon.png) no-repeat;
	margin:16px auto 8px;
}
.index_brief .brief_detail .icon1{
	background-position: 0 10px;
}
.index_brief .brief_detail .icon2{
	background-position: -46px 4px;
}
.index_brief .brief_detail .icon3{
	background-position: -96px 0;
}
.index_brief .brief_detail .icon4{
	background-position: -146px 8px;
}
.index_brief .brief_detail .icon5{
	background-position: -194px 10px;
}
.index_brief .brief_video{
	width: 745px;
	position: relative;
}
.index_brief .video_text{
	width:100%;
	height:76px;
	background:rgba(29,36,180,1);
	color: #fff;
	font-size:30px;
	font-weight:bold;
	color:rgba(255,255,255,1);
	line-height:76px;
	text-align: center;
}

/* 服务流程 */
.service_process {
    background: url(../images/service_bg.jpg) no-repeat;
        background-size: auto;
    overflow: hidden;
    background-size: cover;
    padding-bottom: 10px;
}
.service_process_list{
	position: relative;
}
.service_process .title{
	color: #fff;
}
.service_process h2{
    color: #fff;
}
.service_process .desc{
    font-size: 15px;
	color: #fff;
	display: inline-block;
}
.service_process .service_desc{
	font-size:13px;
	color:rgba(255,255,255,1);
	line-height: 1.4;
    margin-top: 40px;
    flex: 1;
    text-align: left;
}
.service_process .desc::before {

    left: -50px;

}
.service_process .desc::after {

    right: -50px;

}
.service_process .desc::before, .service_process .desc::after {
content: "";
    display: block;
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    margin-top: -1px;

}
.service_process .service_text{
	font-size:16px;
	font-weight:bold;
	color:rgba(255,255,0,1);
	line-height:24px;
}
.service_process span.num{
	font-size:44px;
	font-family:Times New Roman;
	font-weight:bold;
	font-style:italic;
	color:rgba(255,255,255,1);
	line-height:36px;
	opacity:0.1;
	position: relative;
	bottom: -32px;
	left: 2px;
}
.service_process .service_cons{
    flex: 1;
    text-align: left;
}
.service_process .item{
    width: 100%;
    display: flex;
	text-align: center;
	margin-top: -22px;
    cursor: pointer;
    margin-bottom: 8px;
    box-sizing: border-box;
    padding: 0 15px;
}
.service_line{
	width: 970px;
	height: 9px;
	background: url(../images/service_line.png) no-repeat;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 64px;
}


.certify2{
	padding-bottom: 30px;
}
.certify2 .swiper-wrapper .swiper-slide{
	width: 250px;
}
.certify2 .swiper-slide img {
    width: 100%;
}

/*slick.css*/
.slick-slider {position:relative;z-index:2;}
.slick-list {position:relative;overflow:hidden;}
.slick-list:focus {outline:0;}
.slick-list.dragging {cursor:pointer;cursor:hand;}
.slick-track {position:relative;}
.slick-track:before,.slick-track:after {content:"";display:table;}
.slick-track:after {clear:both;}
.slick-loading .slick-track {visibility:hidden;}
.slick-slide {float:left;height:100%;min-height:1px;display:none;position:relative;z-index:1;}
.slick-slide:focus {outline:0;}
.slick-slide img {display:block;}
.slick-slide.slick-active {z-index:2;}
.slick-slide.slick-loading img {display:none;}
.slick-slide.dragging img {pointer-events:none;}
.slick-initialized .slick-slide {display:block;}
.slick-loading .slick-slide {visibility:hidden;}
.slick-vertical .slick-slide {display:block;height:auto;border:1px solid transparent;}
.slick-prev,.slick-next {display:block;width:20px;height:20px;line-height:0;font-size:0;cursor:pointer;position:absolute;top:50%;margin-top:-10px;z-index:6;}
.slick-prev:focus,.slick-next:focus {outline:0;}
.slick-prev {left:-25px;}
.slick-next {right:-25px;}
.slick-dots {width:100%;font-size:0;text-align:center;position:absolute;bottom:30px;z-index:4;}
.slick-dots li {position:relative;display:inline-block;*display:inline;*zoom:1;margin:0 5px;}
.slick-dots li button {display:block;width:14px;height:14px;line-height:0;font-size:0;background:#fff;border-radius:50%;overflow:hidden;cursor:pointer;}
.slick-dots li.slick-active button {background:#ff9800;}


.productivity_slide {
	padding-top: 10px;
}
.productivity_slide .slick-prev, .productivity_slide .slick-next {
    background: url(../images/arrows.png) no-repeat;
    width: 14px;
    height: 26px;
    margin-top: -14px;
    background-size: cover;
}
.productivity_slide .slick-prev{
	left: 8px;
	background-position:  0px 0;
}
.productivity_slide .slick-next{
	right: 8px;
	background-position:  -13px 0;
}
.field_detail_desc .field_product {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.field_detail_desc  .field_item {
	width: 50%;
}