@charset "utf-8";
html, body {
    margin: 0px;
    font-family: "微软雅黑";
	font-size: 14px;
	color: #535353;
	background: #F5F5F5;
}
*html {
	background-image: url(about:blank);
	background-attachment: fixed;
}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,img,form,applet,fieldset,legend,button,input,textarea,th,table,tr,td {
	margin: 0;
	padding: 0;
	border: none;
}
body,div,fieldset,form,h1,h2,h3,h4,h5,h6,html,p {
	-webkit-text-size-adjust: none
}
input::-ms-clear {
	display: none;
}
input,select,textarea {
	outline: none;
	cursor: pointer;
}
img {
	padding: 0;
	margin: 0;
	vertical-align: top;
	border: none
}
i {
	font-style: normal;
}
.block {
	display: block;
}
.none {
	display: none;
}
.o0 {
	opacity: 0;
	filter: alpha(opacity=0);
}
.o1 {
	opacity: 1!important;
	filter: alpha(opacity=100)!important;
}
li,ul {
	list-style: none;
	outside: none;
}

.clear {
	clear: both;
	height: 0px;
	width: 100%;
}

input[type=button] {
    -webkit-appearance: none;
}
a {
    color: #535353;
    text-decoration: none !important;
}
a:hover, a:active, a:focus {
    text-decoration: none  !important;
}
.tr {
	text-align: right !important;
}
.tl {
	text-align: left !important;
}
.tc {
	text-align: center !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.fblod{
	font-weight: bold;
}
.fnormal{
	font-weight: normal;
}

.overflowh{
	overflow: hidden;
}
.marginl10{
	margin-left: 10px !important;
}
.marginl120{
	margin-left: 120px !important;
}
.marginr10{
	margin-right: 10px !important;
}
.marginr30{
	margin-right: 30px !important;
}
.margint20{
	margin-top: 20px !important;
}
.margint100{
	margin-top: 100px !important;
}
.margint50{
	margin-top: 50px !important;
}
.margin20{
	margin: 20px !important;
}
.margin4{
	margin: 4px !important;
}

.col-lg-2 {
	width: 16.66666667%;
	float: left;
}
.col-lg-3{
	width: 25%;
	float: left;
}
.col-lg-4{
	width: 33.33333333%;
	float: left;
}
.col-lg-6{
	width: 50%;
	float: left;
}
.col-lg-8{
	width: 66.66666667%;
	float: left;
}
.col-lg-9{
	width: 75%;
	float: left;
}
.col-lg-10 {
	width: 83.33333333%;
	float: left;
}
/*滚动条*/
.scrollbar::-webkit-scrollbar{
    width: 6px;
    height: 6px;
	background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	border-radius: 10px;
	background-color: #f5f5f5;
}
.scrollbar::-webkit-scrollbar-thumb{
	height: 20px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #0b6698;
}

/* 文本框 */
input.check[type=checkbox], input.check[type=radio] {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    margin: 0 6px;
    cursor: pointer;
    vertical-align: middle;
    background: transparent;
    border: 2px solid #0053DE;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: medium !important;
}

input.check[type=checkbox]:checked::after, input.check[type=radio]:checked::after {
    content: url(../images/checkbox.png);
    display: block;
    line-height: 16px !important;
}
.inf-control {
	height: 34px;
	padding-left: 10px;
	background: transparent;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
}
.inf-control-t {
	padding-left: 10px;
	background: transparent;
	border: 1px solid #CCCCCC;
	margin-bottom: 2px;
	resize: none;
	padding: 4px;
}
.inf-control:hover,.inf-control-t:hover {
	border: 1px solid #0AACEC;
}
.inf-control:focus,.inf-control-t:focus {
	border: 1px solid #0AACEC;
}
.inf-control:disabled,.inf-control-t:disabled{
	border: 1px solid transparent;
	padding-left: 0px !important;
}
.in-w{
	width: 98% !important;
}
.in-w100{
	width: 100% !important;
}
.in-w80{
	width: 80% !important;
}
.in-w75{
	width: 75% !important;
}
.in-w70{
	width: 70% !important;
}
.in-w62{
	width: 62% !important;
}
.in-w60{
	width: 60% !important;
}
.in-w50{
	width: 50% !important;
}
.in-w45{
	width: 45% !important;
}
.in-w40{
	width: 40% !important;
}
.in-w35{
	width: 35% !important;
}
.in-w30{
	width: 30% !important;
}
.in-w28{
	width: 28% !important;
}
.in-w25{
	width: 25% !important;
}
.in-w20{
	width: 20% !important;
}


/*按钮 字*/
.btn-red{
	background: #cb2026;
	border: 1px solid #a3161b;
}
.btn-red:hover{
	background: #a3161b;
}
.btn-orange{
	background: #eb6100;
	border: 1px solid #ca5300;
}
.btn-orange:hover{
	background: #ca5300;
}
.btn-yellow{
	background: #ffbc34;
	border: 1px solid #dc970b;
}
.btn-yellow:hover{
	background: #dc970b;
}
.btn-green{
	background: #5ac146;
	border: 1px solid #32921f;
}
.btn-green:hover{
	background: #32921f;
}
.btn-Lblue{
	background: #00a0e9;
	border: 1px solid#0386C2;
}
.btn-Lblue:hover{
	background: #0386C2;
}
.btn-blue{
	background: #137eff;
	border: 1px solid #0b59b7;
}
.btn-blue:hover{
	background: #0b59b7;
}
.btn-Dblue{
	background: #004986;
	border: 1px solid #023056;
}
.btn-Dblue:hover{
	background: #023056;
}
.btn-purple{
	background: #7460ee;
	border: 1px solid #5345ac;
}
.btn-purple:hover{
	background: #5345ac;
}
.btn-brown{
	background: #996c33;
	border: 1px solid #81511c;
}
.btn-brown:hover{
	background: #81511c;
}
.btn-Dbrown{
	background: #81511c;
	border: 1px solid #694115;
}
.btn-Dbrown:hover{
	background: #694115;
}
.btn-gray{
	background: #bfbfbf;
	border: 1px solid #a7a7a7;
}
.btn-gray:hover{
	background: #a7a7a7;
}
.color-red{
	color: #E51C23;
}
.color-red:hover,.color-red:focus{
	color: #cb2026;
}
.color-white{
	color: #FFFFFF;
}
.color-blue{
	color: #137eff;
}
.color-blue:hover,.color-blue:focus{
	color: #0b59b7;
}
.color-green{
	color: #5ac146;
}
.color-green:hover,.color-green:focus{
	color: #32921f;
}
.color-yellow{
	color: #ffbc34;
}
.color-yellow:hover,.color-yellow:focus{
	color: #dc970b;
}
.color-orange{
	color: #eb6100;
}
.color-orange:hover,.color-orange:focus{
	color: #ca5300;
}
.color-g-s{
	font-size: 13px;
	color: #ADADAD;
}
.color-gray{
	color: #999999;
}
.back-red{
	background: #E51C23;
}
.back-white{
	background: #FFFFFF;
}
.back-blue{
	background: #137eff;
}
.back-green{
	background: #5ac146;
}
.back-yellow{
	background: #ffbc34;
}
.back-orange{
	background: #FF5A24;
}
.back-gray{
	background: #CCCCCC;
}
.back-Lgray{
	background: #f5f5f5;
}
.font40{
	font-size: 40px !important;
}
.font30{
	font-size: 30px !important;
}
.font24{
	font-size: 24px !important;
}
.font18{
	font-size: 18px !important;
}
.lineh34{
	line-height: 34px !important;
}

/* index */
.box {
	width: 80%;
	margin: 0 auto;
}
.m-head {
	position: relative;
	z-index: 999;
	width: 100%;
	min-width: 990px;
}
.m-head a {
	color: inherit;
	text-decoration: none;
}
.m-head .m-head-bar {
	width: 100%;
	height: 34px;
	color: grey;
	background: #262626;
	font-size: 12px;
}
.m-head .m-head-bar .box{
	position: relative;
}
.language{
	overflow: hidden;
}
.language a {
	margin: 7px;
	color: #FFFFFF;
	display: inline-block;
	padding: 0 4px;
	height: 20px;
	text-align: center;
}
.language a:hover,.language a:focus{
	background: #FFFFFF;
	color: #262626;
	border-radius: 4px;
	opacity: .6;
}
.language a.active{
	background: #FFFFFF;
	color: #262626;
	border-radius: 4px;
	font-weight: bold;
}
.website{
	position: absolute;
	top: 0;
	left: 180px;
}
.website .navbar_nav li{
	float:left;
	position: relative;
	height: 34px;
	line-height: 34px;
}
.website .navbar_nav li a,.website .navbar_nav li p{
	color: #FFFFFF;
	cursor: pointer;
	font-size: 15px;
}
.website .navbar_nav li.dropdown .dropdown_menu{
	top:34px;
	width: 200px;
    left: 0px;
	z-index: 2;
}
.website .navbar_nav li.dropdown .dropdown_menu a{
	text-align: left;
	line-height: 50px;
}
.website .navbar_nav li.dropdown .dropdown_menu a:hover{
	color: #0464ca !important;
	background: #F3F3F3 !important;
}
.web a,.web p{
	color: #DDDDDD;
	cursor: pointer;
	font-size: 15px;
	margin-right: 14px;
	line-height: 34px;
}
.web a:hover,.web a:focus{
	color: #FFFFFF;
}



.nav-back-w {
	width: 100%;
	height: 72px;
	background: #FFFFFF;
	opacity: 0.8;
}
.m-head-nav{
	position: absolute;
	top: 34px;
	width: 100%;
}
.m-head-nav-logo {
	margin-right: 50px;
}
.m-head-nav-logo img {
	position: relative;
	height: 66px;
	top: 3px;
}
.navbar_nav{
	padding-right: 20px;
}
.navbar_nav li{
	float:left;
	position: relative;
	height: 72px;
	line-height: 72px;
}
.navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #0464ca;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.navbar_nav li:hover:after{
    width: 100%;
}
.navbar_nav li a{
	text-decoration: none;
	height: 100%;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #535353;
	font-size: 16px;
	padding: 0 16px;
}
.navbar_nav li:hover a{
	color: #0464ca;
}
.navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:72px;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: #0464ca;
}
.navbar_nav li.active a{
	color: #0464ca;
}

/*banner*/
.index-top {
	position: relative;
	width: 100%;
	color: #fff;
	background: #000;
	margin-top: -72px;
	min-width: 990px;
}
.index-top a {
	color: inherit;
	text-decoration: none;
}
.index-top .index-top-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 120px;
	padding: 29px 0;
	/* background: rgba(0, 0, 0, .35); */
	background: url(../images/back-gray.png);
}
.m-carousel {
	position: relative;
	overflow: hidden;
}
.m-carousel-list {
	overflow-y: hidden;
	width: 100%;
	height: 680px;
	-webkit-transition: -webkit-transform .3s ease;
	transition: -webkit-transform .3s ease;
	transition: transform .3s ease;
	transition: transform .3s ease, -webkit-transform .3s ease;
}
.m-carousel-list li {
	float: left;
	width: 100%;
	height: 100%;
	padding-bottom: 120px;
	overflow: hidden;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: auto 100%;
}
.m-carousel-list li a {
	display: block;
	height: 100%;
	color: #FFFFFF;
}
.m-carousel-list .m-carousel-title {
	font-size: 56px;
	font-weight: 700;
	padding-top: 220px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1);
}
.m-carousel-list .m-carousel-note {
	color: hsla(0, 0%, 100%, .8);
	font-size: 20px;
	text-shadow: 0 2px 20px rgba(0, 0, 0, .1);
	margin-top: 10px;
}
.m-carousel-list .m-carousel-btn {
	display: inline-block;
	width: 218px;
	height: 40px;
	line-height: 40px;
	background: -webkit-linear-gradient(right, #4194eb, #0464ca);
	background: linear-gradient(-90deg, #4194eb, #0464ca);
	border-radius: 4px;
	margin-top: 32px;
}
.c-carousel-dot {
	position: absolute;
	bottom: 148px;
	left: 0;
	width: 100%;
	text-align: center;
}
.c-carousel-dot span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	border-radius: 6px;
	background: #4d4d4d;
	background: hsla(0, 0%, 100%, .3);
	cursor: pointer;
	-webkit-transition: width .3s ease, background .3s ease;
	transition: width .3s ease, background .3s ease;
}
.c-carousel-dot span:hover {
	background: #666;
	background: hsla(0, 0%, 100%, .4);
}
.c-carousel-dot span.active {
	width: 23px;
	background: #d8d8d8;
	cursor: default;
}
.mianbox{
	min-width: 990px;
}
.headline{
	text-align: center;
}
.headline h3{
	margin-bottom: 6px;
	font-size: 24px;
	font-weight: 400;
}
.headline p{
	color: #999999;
	font-size: 13px;
}
/* 业务领域 */
.guide-slider {
    width: 100%;
    margin: 50px auto;
    background: #fff;
    height: 260px;
}
.guide-slider .guide {
    width: 20%;
    height: 260px;
    float: left;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
    position: relative;
    overflow: hidden;
}
.guide-slider .guide .display {
    border-right: 1px solid #d5d5d5;
    width: 100%;
    height: 260px;
    text-align: center;
    float: left;
    position: relative;
    z-index: 2;
    background: #ffffff;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.guide-slider .guide .display .icon {
    display: inline-block;
    width: 74px;
    height: 74px;
    margin-top: 42px;
    background-image: url(../images/function.png);
}
.guide-slider .guide .display .icon.icon1 {
	background-position: 0 0;
}
.guide-slider .guide .display .icon.icon2 {
    background-position: -74px 0;
}
.guide-slider .guide .display .icon.icon3 {
    background-position: -148px 0;
}
.guide-slider .guide .display .icon.icon4 {
    background-position: -222px 0;
}
.guide-slider .guide .display .title {
    font-size: 16px;
    color: #535353;
    height: 40px;
    line-height: 40px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.guide-slider .guide .display .introduction {
    border-top: 1px solid #ddd;
    margin: 0 auto;
    font-size: 12px;
    color: #999999;
    text-align: center;
    line-height: 20px;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-all;
}
.guide-slider .guide .display .guidebtn{
	display: inline-block;
	width: 60%;
	height: 34px;
	line-height: 34px;
	background: -webkit-linear-gradient(right, #4194eb, #0464ca);
	background: linear-gradient(-90deg, #4194eb, #0464ca);
	border-radius: 4px;
	margin-top: 12px;
	color: #FFFFFF;
}
.guide-slider .guide .display::after {
    content: "";
    display: block;
    position: absolute;
    border-style: solid;
    border-color: transparent #ffffff transparent transparent;
    border-width: 10px 15px;
    top: 100%;
    margin-top: 0;
    right: -1px;
    -webkit-transition: all ease-in .3s;
    transition: all ease-in .3s;
}
.guide-slider .guide .behind {
    width: 60%;
    height: 260px;
    display: inline-block;
    border-right: 1px solid #ddd;
	border: 1px solid #0464ca;
	border-left: none;
    background: #fff;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}
.function-list-wrap{
	width: 86%;
	margin: 20px auto;
}
.function-list-wrap p{
	font-size: 16px;
	margin-bottom: 10px;
}
.guide-slider .guide.on {
    width: 40%;
}
.guide-slider .guide.on .display {
	width: 40%;
    background: #0464ca;
    border-right-color: transparent;
}
.guide-slider .guide.on .display .title {
    color: #fff;
}
.guide-slider .guide.on .display .introduction {
	border-top: 1px solid #fff;
    color: #fff;
}
.guide-slider .guide.on .display .guidebtn{
	background: #FFFFFF;
	color: #0464ca;
}
.guide-slider .guide.on .display::after {
    top: 50%;
    margin-top: -5px;
}
.guide-slider .guide.on .display .icon.icon1 {
    background-position: -296px 0;
}
.guide-slider .guide.on .display .icon.icon2 {
    background-position: -370px 0;
}
.guide-slider .guide.on .display .icon.icon3 {
    background-position: -444px 0;
}
.guide-slider .guide.on .display .icon.icon4 {
    background-position: -518px 0;
}
.tab-block {
	width: 100%;
	height: 580px;
	margin: 50px auto 0;
	background-color: #FFF;
	border: 1px solid #e5e5e5;
}
.tab-block.information-tab {
	height: 430px;
}
.tab-block.information-tab .tabs {
	height: 380px;
}
.tab-block .tab-buttons {
	width: 100%;
	height: 50px;
	background-color: #fafafa;
}
.tab-block .tab-buttons .tab-button {
	width: 25%;
	float: left;
	height: 50px;
	font-size: 16px;
	color: #999;
	line-height: 50px;
	position: relative;
	cursor: pointer;
	padding: 0 10px;
}
.tab-block .tab-buttons .tab-button.cur {
	background-color: #fff;
	color: #024ebf;
}
.tab-block .tab-buttons .tab-button.cur .more{
	display: block;
}
.tab-block .tab-buttons .tab-button.cur:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #024ebf;
}
.more{
	display: none;
	float: right;
	margin: 15px 5px;
}
.more img{
	height: 18px;
}
.tab-block .tabs {
	width: 100%;
	height: 528px;
}
.tab-block .tabs .tab-item {
	width: 100%;
	height: 100%;
	padding: 20px;
	display: none;
}
.tab-block .tabs .tab-item.active {
	display: block;
	overflow: hidden;
}
.information-tab .information-left {
	width: 40%;
	height: 340px;
	overflow: hidden;
	position: relative;
	float: left;
}
.information-tab .information-left img {
	width: 100%;
	height: auto;
}
.information-tab .information-left .left-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 38px;
	line-height: 38px;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2;
	color: #fff;
	padding: 0 14px;
}
.information-tab .information-left .left-bottom .article-title {
	font-size: 14px;
	width: 70%;
	float: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.information-tab .information-left .left-bottom .article-time {
	font-size: 14px;
	float: right;
}
.information-tab .information-right {
	width: 58%;
	height: 340px;
	float: right;
}
.information-tab .information-right .article-list {
	padding-top: 20px;
}
.information-tab .information-right .article-list .article-link {
	display: block;
	padding: 0 20px;
}
.information-tab .information-right .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle;
}
.information-tab .information-right .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px;
}
.information-tab .information-right .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 70%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.information-tab .information-right .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.information-tab .information-right .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	display: none;
}
.information-tab .information-right .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.information-tab .information-right .article-list:nth-of-type(1) .article-number,
.information-tab .information-right .article-list:nth-of-type(2) .article-number,
.information-tab .information-right .article-list:nth-of-type(3) .article-number {
	background-color: #333;
}
.information-tab .information-right .article-list.current .article-link {
	background-color: #fafafc;
	padding: 20px;
}
.information-tab .information-right .article-list.current .article-number {
	background-color: #0464ca!important;
}
.information-tab .information-right .article-list.current .article-title {
	color: #0464ca;
}
.information-tab .information-right .article-list.current .article-content {
	display: block;
}
.information-tab .information {
	width: 100%;
	height: 340px;
}
.information-tab .information .article-list {
	padding-top: 10px;
	width: 50%;
	float: left;
}
.information-tab .information .article-list .article-link {
	display: block;
	padding: 12px;
}
.information-tab .information .article-list .article-link .article-head span {
	display: inline-block;
	vertical-align: middle;
}
.information-tab .information .article-list .article-number {
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	color: #fff;
	background-color: #999;
	font-size: 14px;
}
.information-tab .information .article-list .article-title {
	font-size: 16px;
	color: #333;
	line-height: 20px;
	margin-left: 14px;
	width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.information-tab .information .article-list .article-time {
	float: right;
	font-size: 12px;
	color: #999;
	line-height: 20px;
}
.information-tab .information .article-list .article-content {
	margin-top: 10px;
	padding-left: 44px;
	width: 100%;
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
.information-tab .information .article-list .article-content p {
	height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
}
.information-tab .information .article-list:nth-of-type(1) .article-number,
.information-tab .information .article-list:nth-of-type(2) .article-number,
.information-tab .information .article-list:nth-of-type(3) .article-number {
	background-color: #333;
}
.information-tab .information .article-list.current .article-link {
	background-color: #fafafc;
	/* padding: 20px; */
}
.information-tab .information .article-list.current .article-number {
	background-color: #0464ca!important;
}
.information-tab .information .article-list.current .article-title {
	color: #0464ca;
}

.newsbox{
	width: 90%;
	margin: 0 auto;
}
.newsbox ul{
	min-height: 558px;
}
.newsbox li{
	overflow: hidden;
	border-bottom: 1px dashed #CCCCCC;
}
.newsbox li a{
	display: block;
	width: 100%;
	padding: 10px 5px;
	overflow: hidden;
}
.newsbox li a:hover{
	color: #0464ca;
}
.newsbox li a:hover .newstime{
	color: #0464ca;
}
.news-f{
	overflow: hidden;
	text-align: center;
}
.news-f img{
	width: 80%;
	height: 260px;
	padding: 2px;
	border: 1px solid #CCCCCC;
}
.news-f h3{
	margin: 10px auto;
	width: 100%;
	font-size: 17px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-f p{
	width: 100%;
	margin: 0px auto;
	font-size: 12px;
	text-align: left;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
	height: 34px;
}
.newstitle{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.newstitle i{
	color: #0464ca;
	margin-right: 6px;
	font-size: 16px;
}
.newstime{
	color: #999999;
	font-size: 12px;
	line-height: 20px;
}
.newsbtn{
	display: block;
	width: 100%;
	height: 34px;
	line-height: 34px;
	background: #E0E0E0;
	text-align: center;
	margin-top: 10px;
}
.newsbtn:hover{
	background: #0464ca;
	color: #FFFFFF;
}

.scrollleft{
	width:100%;
	padding:5px 20px 0px 20px;
	height: 106px;
	overflow: hidden;
}
.scrollleft li{
	float:left;
	margin-right:10px;
	display:inline;
	width:auto;
	text-align:center;
	line-height:19px;
}
.scrollleft img{
	width:auto;
	height:100px;
	padding:2px;
	border:solid 1px #ddd;
}
.advantage{
	width: 100%;
	margin-top: 100px;
	color: #FFFFFF;
	min-width: 990px;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
.advimg{
	width: 100%;
}
.advantage .box{
	position: absolute;
	top: 0;
	left: 10%;
}
.advantage ul li{
	padding: 20px;
}
.advantage ul li img{
	width: 100px;
	height: 100px;
}
.advantage ul li h3{
	margin: 14px 0;
}

.footer{
	background: #0c0c14;
	padding: 10px;
	color: #999999;
	min-width: 990px;
}
.codebox{
	text-align: center;
	color: #999999;
	font-size: 13px;
	float: right;
	margin: 10px;
}
.codeimg{
	padding: 10px;
	background: #FFFFFF;
	display: inline-block;
	margin-bottom: 10px;
}
.codeimg img{
	width: 120px;
	height: 120px;
}
.address {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	font-size: 16px;
}

.address .tab_menu {
	height: 100px;
	overflow: hidden;
}

.address .tab_menu li {
	width: 100px;
	height: 100px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	float: left;
	font-size: 14px;
}
.address .tab_menu li .contactico{
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin: 10px auto 5px;
	font-size: 28px;
}

.address .tab_menu li.current {
	color: #FFFFFF;
	background: #0464ca;
}

.address .tab_box {
	width: 100%;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	background: #0464ca;
	padding: 20px;
	color: #FFFFFF;
}
.address .tab_box li{
	margin-bottom: 10px;
}
.hide{
	display: none;
}
.footernav{
	overflow: hidden;
}
.footernav li{
	float: left;
	margin-right: 10px;
}
.footernav li a{
	display: inline-block;
	margin-right: 10px;
	color: #999999;
}
.footernav li a:hover,.footernav li a:focus{
	color: #FFFFFF;
}
.attention{
	color: #999999;
	display: block;
}
.attention img{
	width: auto;
	height: 20px;
	margin: 0 15px;
}
.attention:hover,.attention:focus{
	color: #FFFFFF;
}
.footer-bottom{
	text-align:center;
	color:#999999;
	font-size: 13px;
	margin-top: 30px;
}
.footer-bottom a{
	color:#999999;
}
.footer-bottom a:hover{
	color: #FFFFFF;
}

/* page */
.pagebox{
	padding: 20px;
	margin-bottom: 100px;
}
.location{
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #e5e5e5;
	line-height: 30px;
	padding: 0 10px;
	border-radius: 5px;
	color: #999999;
	margin-bottom: 20px;
}
.location i{
	margin: 0 5px;
}
.location a{
	margin: 0 5px;
	color: #999999;
}
.location span{
	margin: 0 5px;
}

.newst .business-title ul li{
	width: 25%;
	float: left;
	height: 100px;
}
.newscon li{
	overflow: hidden;
	padding: 10px 0;
	border-bottom: 1px dashed #CCCCCC;
	position: relative;
}
.newscon li:hover{
	background: #F7F7F7;
}
.n-img {
	width: 180px;
	height: 120px;
	padding: 4px;
	border: 1px solid #CCCCCC;
}
.n-img img {
	width: 100%;
	height: 100%;
}
.n-txt{
	width: 66%;
	margin-left: 20px;
	margin-top: 34px;
	display: block;
}
.n-txt:hover{
	color: #0464ca;
}
.p-txt{
	width: calc(100% - 10px);
	margin-left: 10px;
	display: block;
}
.p-txt:hover{
	color: #0464ca;
}
.n-txt h3,.p-txt h3 {
	font-size: 20px;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	width: 100%;
}
.n-txt p,.p-txt p {
	font-size: 13px;
	line-height: 20px;
	color: #888888;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.n-time{
	border-radius: 5px;
	width: 110px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 4px;
	color: #666666;
	cursor: pointer;
}
.n-view{
	border-radius: 5px;
	width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	position: absolute;
	right: 120px;
	top: 4px;
	color: #666666;
	cursor: pointer;
}
.newspage-title{
	padding-bottom: 14px;
	border-bottom: 1px dashed #CCCCCC;
	margin: 20px 0;
	text-align: center;
}
.newspage-title h3{
	font-size: 24px;
	margin-bottom: 14px;
	line-height: 28px;
}
.newspage-title h3 i{
	margin-right: 5px;
	color: #0464ca;
}
.newspage-title p{
	color: #AAAAAA;
}
.newspage-title p i{
	margin-right: 5px;
}
.newstxt{
	text-align: center;
}
.newstxt p{
	margin: 10px;
	line-height: 28px;
	text-indent: 2em;
	text-align: left;
}
.pageimg-s{
	width: 50%;
}
.n-pagetitle{
	text-indent: 0em !important;
	font-size: 15px;
}
.pagetransition{
	overflow: hidden;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px dashed #CCCCCC;
}
.pagetransition a{
	text-decoration: none;
	color: #AAAAAA;
	font-size: 12px;
	line-height: 20px;
	width: 49%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.pagetransition a:hover{
	color: #0464ca;
}
.previous{
	float: left;
	text-align: left;
}
.next{
	float: right;
	text-align: right;
}

/* 业务领域 */
.businesstop{
	width: 100%;
	height: 300px;
	background: url(../images/slider3.png) no-repeat center;
	background-size: cover;
	text-align: center;
	overflow: hidden;
	position: relative;
}
.businesstop.about{
	background: url(../images/slider8.png) no-repeat center;
}
.businesstop.team{
	background: url(../images/slider6.png) no-repeat center;
}
.businesstop.newst{
	background: url(../images/slider7.png) no-repeat center;
}
.businesstop.recruit{
	background: url(../images/slider5.png) no-repeat center;
} 
.businesstop.contact{
	background: url(../images/slider4.png) no-repeat center;
}
.businesstop h3{
	color: #0464ca;
	font-size: 38px;
	margin: 80px 0 20px 0;
	font-weight: bold;
}
/* .businesstop.contact h3{
	color: #abd1f9;
} */
.businesstop p{
	color: #FFFFFF;
}
.business-title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: url(../images/back-gray.png);
}
.business-title ul{
	overflow: hidden;
}
.business-title ul li{
	width: 25%;
	float: left;
	height: 100px;
}
.business-title ul li a{
	display: block;
	width: 100%;
	height: 100px;
	color: #FFFFFF;
	text-align: center;
	overflow: hidden;
}
.business-title ul li a img{
	width: 70px;
	height: 70px;
}
.business-title ul li a:hover,.business-title ul li a:focus{
	background: rgba(0, 0, 0, .5);
}
.business-title ul li a.active{
	background: rgba(0, 0, 0, .7);
}
.businessbox {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	font-size: 16px;
}
.businessbox .tab_menu {
	height: 80px;
	overflow: hidden;
}
.businessbox .tab_menu li {
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	cursor: pointer;
	font-weight: 500;
	float: left;
}
.businessbox .tab_menu li.current {
	color: #FFFFFF;
	
}
.businessbox .tab_box {
	width: 100%;
	text-align: left;
	line-height: 24px;
	overflow: hidden;
	position: relative;
	padding: 20px;
	color: #FFFFFF;
}
.businessbox .tab_box li{
	margin-bottom: 10px;
}
.business-body{
	height: 540px;
	margin-bottom: 100px;
}
.business-body:before,.business-body:after{
	content: " ";
	display: table;
	box-sizing: inherit;
}
.business-main{
	float: left;
	height: 100%;
	width: 32.5%;
}
.business-main-card{
	display: block;
	position: relative;
	height: 100%;
	overflow: hidden;
}
.business-main-card:hover .business-main-card-bg{
	transform: scale(1.1);
}
.business-main-card-bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}
.business-main-card-bg{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}
.business-main-card-top{
	position: relative;
	height: 270px;
}
.business-main-card-bottom{
	position: relative;
	height: 270px;
	padding: 5px 40px;
}
.business-main-card-bottom .h2{
	margin-bottom: 10px;
	font-size: 20px;
	line-height: 28px;
	color: #fff;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.business-main-card-bottom .p{
	max-height: 80px;
	font-size: 14px;
	line-height: 20px;
	color: rgba(255, 255, 255, 0.7);
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.business-main-card-bottom .sub-p{
	position: relative;
	padding-left: 10px;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
}
.business-main-card-bottom .sub-p-date{
	margin-top: 10px;
}
.business-main-card-bottom .sub-p:before{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 10px;
	border: solid 2px;
	border-radius: 50%;
	margin-top: -2px;
}
.business-main-card-bottom .sub-p-author{
	margin-top: 5px;
}
.business-main-card-bottom .btn-group{
	position: absolute;
	bottom: 30px;
}
.business-sub{
	float: left;
	position: relative;
	height: 100%;
	width: 67.5%;
}
.business-list-v{
	position: absolute;
	height: 100%;
	width: 100%;
	visibility: hidden;
	opacity: 0;
	transition: 0s 0.2s;
}
.business-list-v.show{
	z-index: 1;
	visibility: visible;
	opacity: 1;
	transition: 0.2s;
}
.business-list-v:before,.business-list-v:after{
	content: " ";
	display: table;
	box-sizing: inherit;
}
.business-list-v:after{
	clear: both;
}
.business-list-v>li{
	float: left;
	width: 33.33333333%;
	height: 50%;
}
.business-list-card{
	display: block;
	position: relative;
	height: 100%;
	padding: 70px 20px 0;
	background-color: white;
}
.business-list-card:hover .h3{
	transform: translate(0, -26px);
}
.business-list-card:hover .p{
	opacity: 1;
	color: #6F7479;
}
.business-list-card .h3{
	max-height: 56px;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 28px;
	color: #252b3a;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	transition: transform 0.2s;
}
.business-list-card .p{
	position: absolute;
	bottom: 30px;
	left: 10px;
	right: 10px;
	opacity: 0;
	transition: opacity 0.2s;
	color: rgba(255, 255, 255, 0.7);
	max-height: 140px;
	font-size: 14px;
	line-height: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
	overflow: hidden;
	transition: transform 0.2s;
}
.b-patlist>li:nth-child(1) .business-list-card,.b-patlist>li:nth-child(5) .business-list-card{
	background-color: #4194eb;
}
.b-patlist>li:nth-child(2) .business-list-card{
	background-image: url(../images/business-img02.png);
	background-size: cover;
}
.b-patlist>li:nth-child(4){
	width: 66.66666667%;
}
.b-patlist>li:nth-child(1) .business-list-card .h3,
.b-patlist>li:nth-child(2) .business-list-card .h3,
.b-patlist>li:nth-child(5) .business-list-card .h3{
	color: #fff;
}
.b-patlist>li:nth-child(1) .business-list-card .p,
.b-patlist>li:nth-child(2) .business-list-card .p,
.b-patlist>li:nth-child(5) .business-list-card .p/*,
.b-patlist>li:nth-child(1) .business-list-card .more,
.b-patlist>li:nth-child(2) .business-list-card .more,
.b-patlist>li:nth-child(5) .business-list-card .more */{
	color: rgba(255, 255, 255, 0.7);
}

.b-tralist>li:nth-child(1) .business-list-card,.b-tralist>li:nth-child(4) .business-list-card{
	background-color: #4194eb;
}
.b-tralist>li:nth-child(2) .business-list-card{
	background-image: url(../images/business-img03.png);
	background-size: cover;
}
.b-tralist>li:nth-child(2),.b-tralist>li:nth-child(3){
	width: 66.66666667%;
}
.b-tralist>li:nth-child(1) .business-list-card .h3,
.b-tralist>li:nth-child(2) .business-list-card .h3,
.b-tralist>li:nth-child(4) .business-list-card .h3{
	color: #fff;
}
.b-tralist>li:nth-child(1) .business-list-card .p,
.b-tralist>li:nth-child(2) .business-list-card .p,
.b-tralist>li:nth-child(4) .business-list-card .p/*,
.b-tralist>li:nth-child(1) .business-list-card .more,
.b-tralist>li:nth-child(2) .business-list-card .more,
.b-tralist>li:nth-child(4) .business-list-card .more */{
	color: rgba(255, 255, 255, 0.7);
}

.b-copylist>li:nth-child(4) .business-list-card{
	background-color: #4194eb;
}
.b-copylist>li:nth-child(2) .business-list-card{
	background-image: url(../images/business-img04.png);
	background-size: cover;
}
.b-copylist>li:nth-child(2) .business-list-card .h3{
	color: #fff;
}
.b-copylist>li:nth-child(2) .business-list-card .p{
	color: rgba(255, 255, 255, 0.7);
}
.b-copylist>li:nth-child(3) .business-list-card{
	background-image: url(../images/business-img05.png);
	background-size: cover;
}
.b-copylist>li:nth-child(1),.b-copylist>li:nth-child(4){
	width: 66.66666667%;
}
.b-copylist>li:nth-child(4) .business-list-card .h3{
	color: #fff;
}
.b-copylist>li:nth-child(4) .business-list-card .p{
	color: rgba(255, 255, 255, 0.7);
}

.b-consultinglist>li:nth-child(4) .business-list-card,.b-consultinglist>li:nth-child(3) .business-list-card{
	background-color: #4194eb;
}

.b-consultinglist>li:nth-child(2) .business-list-card{
	background-image: url(../images/business-img06.png);
	background-size: cover;
}
.b-consultinglist>li:nth-child(4){
	width: 66.66666667%;
}
.b-consultinglist>li:nth-child(4) .business-list-card .h3,
.b-consultinglist>li:nth-child(3) .business-list-card .h3,
.b-consultinglist>li:nth-child(2) .business-list-card .h3{
	color: #fff;
}
.b-consultinglist>li:nth-child(4) .business-list-card .p,
.b-consultinglist>li:nth-child(3) .business-list-card .p,
.b-consultinglist>li:nth-child(2) .business-list-card .p{
	color: rgba(255, 255, 255, 0.7);
}


/* 关于 */
.about .business-title ul li{
	width: 25%;
	float: left;
	height: 100px;
}
.overviewbox{
	margin-bottom: 100px;
	position: relative;
}
.overviewbox img{
	border: 10px solid #0464ca;
}
.overviewtxt{
	width: 690px;
	height: 420px;
	position: absolute;
	top: 120px;
	right: 40px;
	background: url(../images/back-blue.png);
	color: #FFFFFF;
	padding: 20px;
}
.overviewtxt p{
	text-indent: 2em;
	margin-bottom: 5px;
	font-size: 15px;
	line-height: 28px;
}
.coursebox{
	background: url(../images/lc_bg.png);
	margin: 0 auto 100px;
}
.honorbox{
	width: 100%;
	min-height: 500px;
	background: url(../images/honor.png) no-repeat bottom left;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
	font-weight: bold;
}
.warper{
	width: 930px;
	margin: 0 auto;
	position: relative;
}
.about-main2{
	height: 600px;
	width: 100%;
	overflow: hidden;
}
.about-main2 .licheng-bg{
	background-color: rgba(255,255,255,.8);
	width: 100%;
	height: 100%;
	position: relative;
}
.about-main2 .licheng-bg .warper{
	height: 100%;
}
.about-main2 .licheng-bg img{
	height: 340px;
	width: 100%;
	position: absolute;
	bottom: 0px;left: 0;
}
.about-main2 .licheng-content{
	position: absolute;
	width: 100%;
	height: 100%;
}
.about-main2 .licheng-content .swiper-wrapper,.about-main2 .licheng-content .swiper-slide,.about-main2 .licheng-content ul{
	width: 100%;
	height: 100%;
}
.about-main2 .licheng-content ul li{
	width: 16.666666%;
	float: left;
	height: 100%;
}
.about-main2 .licheng-content ul li a{
	display: block;
	width: 100%;
	position: relative;
	height: 180px;
}
.about-main2 .licheng-content ul li .date{
	color: #0464ca;
	font-size: 30px;
}
.about-main2 .licheng-content ul li.item1 .line,.about-main2 .licheng-content ul li.item3 .line,.about-main2 .licheng-content ul li.item5 .line{
	margin-bottom: 30px;
}
.about-main2 .licheng-content ul li.item2 .line,.about-main2 .licheng-content ul li.item4 .line,.about-main2 .licheng-content ul li.item6 .line{
	margin-top: 30px;
}
.about-main2 .licheng-content ul li.item1 .line:after,.about-main2 .licheng-content ul li.item3 .line:after,.about-main2 .licheng-content ul li.item5 .line:after{
	width: 25px;
	height: 25px;
	background-color: rgba(4, 100, 202, 0.8);
	display: block;
	content: "";
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
.about-main2 .licheng-content ul li.item2 .line:before,.about-main2 .licheng-content ul li.item4 .line:before,.about-main2 .licheng-content ul li.item6 .line:before{
	width: 25px;
	height: 25px;
	background-color: rgba(4, 100, 202, 0.8);
	display: block;content: "";
	border-radius: 50%;
	text-align: center;
	vertical-align: middle;
	position: absolute;
}
.about-main2 .licheng-content ul li .lc-left{
	position: absolute;
}
.about-main2 .licheng-content ul li .line{
	height: 150px;
	width: 1px;
	display: block;
	background-color: #0464ca;
	position: relative;
	left: 30px;
}
.about-main2 .licheng-content ul li .lc-right{
	position: absolute;
	left: 30px;
	width: 220px;
	height:100%;
	display: table;
}
.about-main2 .licheng-content ul li.item6 .lc-right{
	width: 150px;
}

.about-main2 .licheng-content ul li .lc-right .right-text{
	padding: 20px;
	display: table-cell;
	vertical-align: middle;
}
.about-main2 .licheng-content ul li.item1 a{
	top: 190px;
}
.about-main2 .licheng-content ul li.item1 .lc-left .line:after{
	bottom: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item1 .lc-right{
	bottom: 76px;
}
.about-main2 .licheng-content ul li.item2 a{
	top: 278px;
}
.about-main2 .licheng-content ul li.item2 .lc-left .line:before{
	top: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item2 .lc-right{
	top: 120px;
}
.about-main2 .licheng-content ul li.item3 a{
	top: 230px;
}
.about-main2 .licheng-content ul li.item3 .lc-left .line:after{
	bottom: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item3 .lc-right{
	bottom: 76px;
}
.about-main2 .licheng-content ul li.item4 a{
	top: 302px;
}
.about-main2 .licheng-content ul li.item4 .lc-left .line:before{
	top: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item4 .lc-right{
	top: 100px;
}
.about-main2 .licheng-content ul li.item5 a{
	top: 229px;
}
.about-main2 .licheng-content ul li.item5 .lc-left .line:after{
	bottom: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item5 .lc-right{
	bottom: 66px;
}
.about-main2 .licheng-content .right-text p{
	font-size: 18px;
}
.about-main2 .licheng-content ul li.item6 a{
	top: 268px;
}
.about-main2 .licheng-content ul li.item6 .lc-left .line:before{
	top: -25px;
	left: -11px;
}
.about-main2 .licheng-content ul li.item6 .lc-right{
	top: 100px;
}
.lc-swiper-btn{
	width: 100px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -50px;
}
.lc-swiper-btn a{
	display: block;
	position: absolute;
	font-size: 28px;
	color: #6f6f6f;
	cursor: pointer;
}
.lc-swiper-btn .btn-prev{
	position: absolute;
	left: 0px;
}
.lc-swiper-btn .btn-next{
	position: absolute;
	right: 0px;
}

.Hline{
	border-bottom: 1px solid #CCCCCC;
	width: 94%;
	height: 20px;
	margin: 0 auto 30px !important;
	text-indent: 0;
}
/* 团队 */
.team .business-title ul li{
	width: 50%;
	float: left;
	height: 100px;
}
.parterlist{
	overflow: hidden;
}
.parterlist li{
	float: left;
	padding: 10px;
	width: 33.333333%;
}
.parterlist li a{
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px;
	background: #F5F5F5;
	cursor: pointer;
}
.parterlist li a h3{
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	color:#0464ca;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.parterlist li a p{
	font-size: 13px;
	line-height: 28px;
	padding: 0 5px;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.parterlist li a p i{
	color:#0464ca;
	margin-right: 5px;
	font-weight: bold;
}
.parterlist li a:hover{
	box-shadow: 0 1px 15px 0 rgba(0,0,0,.16);
}
.teambox{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	background: rgba(0,0,0,.6);
	display: none;
}
.teamcon{
	background: #FFFFFF;
	position: fixed;
	top: 10%;
	left: 16%;
	width: 68%;
	height: 500px;
	border-radius: 10px;
}
.teamclose{
	position: absolute;
	top: 10px;
	right: 15px;
	font-size: 20px;
}
.teamclose:hover,.teamclose:focus{
	color:#0464ca;
	cursor: pointer;
}
.teamtxt{
	width: 100%;
	height: 500px;
	overflow: hidden;
	overflow-y: auto;
	padding: 20px;
}
.teamleft {
    width:280px;
	float: left;
	padding-left: 20px;
}
.teamleft h3{
	font-size: 20px;
	color:#0464ca;
	margin-bottom: 20px;
}
.teamleft h3 i{
	font-size: 68px;
	margin-right: 10px;
}
.teamleft p{
	margin: 8px 0;
	font-size: 14px;
}
.teamright {
	width: calc( 100% - 280px);
	float: left;
	overflow: hidden;
	margin-top: 30px;
}

.ag-content-customer-wrap {
    width:100%;
    height:850px;
    background:#f1f1f1;
    transition:background-color .5s;
    -moz-transition:background-color .5s;
    -webkit-transition:background-color .5s;
    -o-transition:background-color .5s;
}
.ag-content-customer {
    width:930px;
    margin:0 auto;
}
.ag-content-customer-ele {
	width:186px;
    height:850px;
    float:left;
    margin:0px;
    padding:0px;
    font-size:18px;
    position:relative;
    overflow:hidden;
}
.ag-content-customer-ele:hover {
    cursor:pointer;
}
.ag-content-customer-ele .ag-content-customer-ele-shadow {
    width:100%;
    height:850px;
    background:#0464ca;
    position:absolute;
    top:-850px;
    left:0px;
}
.ag-content-customer-ele span {
    display:block;
    width:18px;
    position:absolute;
    top:100px;
    left:20px;
    transition:color .3s;
    -moz-transition:color .3s;
    -webkit-transition:color .3s;
    -o-transition:color .3s;
}
.ag-content-customer-ele img {
    display:block;
    width:260px;
    height:343px;
    position:absolute;
    top:242px;
	left: 16px;
}
.ag-content-customer-ele-detail {
    width:0px;
    height:850px;
    position:relative;
    float:left;
    overflow:hidden;
}
.ag-content-customer-ele-detail ul {
    width:70px;
    float:left;
    margin-top:10px;
}
.ag-content-customer-ele-detail ul li {
    width:70px;
    height:70px;
    line-height:24px;
    font-size:16px;
    color:#333;
    margin-bottom:6px;
    padding:11px 0;
    cursor:pointer;
    background-image:url('../images/team/team-liimg.png');
    background-repeat:no-repeat;
}
.ag-content-customer-ele-detail ul li.acced-li-1 {
    background-position:0px top;
}
.ag-content-customer-ele-detail ul li.acced-li-1:hover,
.ag-content-customer-ele-detail ul li.acced-li-1.current {
    background-position:0px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-2 {
    background-position:-70px top;
}
.ag-content-customer-ele-detail ul li.acced-li-2:hover,
.ag-content-customer-ele-detail ul li.acced-li-2.current {
    background-position:-70px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-3 {
    background-position:-140px top;
}
.ag-content-customer-ele-detail ul li.acced-li-3:hover,
.ag-content-customer-ele-detail ul li.acced-li-3.current {
    background-position:-140px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-4 {
    background-position:-210px top;
}
.ag-content-customer-ele-detail ul li.acced-li-4:hover,
.ag-content-customer-ele-detail ul li.acced-li-4.current {
    background-position:-210px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-5 {
    background-position:-280px top;
}
.ag-content-customer-ele-detail ul li.acced-li-5:hover,
.ag-content-customer-ele-detail ul li.acced-li-5.current {
    background-position:-280px bottom;
}
.ag-content-customer-ele-detail ul li.acced-li-6 {
    background-position:-350px top;
}
.ag-content-customer-ele-detail ul li.acced-li-6:hover,
.ag-content-customer-ele-detail ul li.acced-li-6.current {
    background-position:-350px bottom;
}
@-webkit-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-moz-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-o-keyframes mymove {
    0%   {left:0px; opacity:0;}
    100% {left:120px; opacity:1;}
}
@-webkit-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-moz-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
@-o-keyframes remove {
    0%   {right:-120px; opacity:0;}
    100% {right:0px; opacity:1;}
}
.ag-content-customer-ele-detail-display {
    display:none;
    height:850px;
	position: absolute;
	top: 50px;
	left: 100px;
	right: 0;
}
.ag-content-customer-ele-detail-display-left {
    width:28%;
	float: left;
    opacity:0;
	padding-left: 20px;
    animation:mymove 1s both;
    -moz-animation:mymove 1s both;
    -webkit-animation:mymove 1s both;
    -o-animation:mymove 1s both;
	font-weight: bold;
	overflow: hidden;
}
.ag-content-customer-ele-detail-display-left img{
	width: 100%;
}
.ag-content-customer-ele-detail-display-left p{
	margin: 8px 0;
	font-size: 16px;
}
.ag-content-customer-ele-detail-display-left p i{
	margin-right: 4px;
}
.ag-content-customer-ele-detail-display-right {
	width: 72%;
	float: left;
    opacity:0;
    filter:alpha(opacity=0);
    animation:remove 1.5s both;
    -moz-animation:remove 1.5s both;
    -webkit-animation:remove 1.5s both;
    -o-animation:remove 1.5s both;
}
.ag-content-customer-ele-detail-return {
    width:90px;
    height:40px;
    line-height:40px;
    font-size:15px;
    text-align:center;
    position:absolute;
    top:5px;
    right: 0;
    margin-left:-45px;
    cursor:pointer;
}
.teambtn{
	display: block;
	width: 90%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	margin: 20px auto;
	border: 1px solid #0464ca;
	color: #0464ca;
	border-radius: 5px;
}
.teambtn:hover,.teambtn:focus{
	background: #0464ca;
	color: #FFFFFF;
}
.teamtable{
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.teamtable thead{
	background: #4194eb;
	color: #FFFFFF;
	line-height: 34px;
	font-size: 15px;
	border-bottom: 4px solid #0464ca;
}
.teamtable thead th{
	text-align: center;
}
.teamtable td {
	border-bottom: 1px solid #DDDDDD;
	padding: 10px 6px;
	height: 34px;
}
.teamtable tr:hover{
	background: #EEEEEE
}
.teamtable thead tr:hover{
	background: #4194eb;
}
.teamtable tr:nth-child(even){background: #F7F7F7;}



/* 工作机会 */
.recruit .business-title ul li{
	width: 33.33333%;
}
.recruitbox{
	margin-bottom: 100px;
}
.recruitlist{
	display: block;
	background: #FFF;
	height: 120px;
	margin: 10px 0;
	padding: 20px;
}
.recruitlist:hover{
	box-shadow: 0 5px 10px #CCCCCC;
}
.recruitlist h3{
	font-size: 18px;
	font-weight: normal;
	color: #0464ca;
	margin-bottom: 10px;
}
.recruitlist h3 i{
	margin-right: 5px;
}
.recruitlist p{
	margin-bottom: 8px;
}


/* 联系我们 */
.contactico{
	border: 1px solid #FFFFFF;
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 5px;
	font-size: 30px;
	margin: 10px auto;
}

@media screen and (min-width: 240px) and (max-width: 1580px) {
	.overviewbox img{
		width: 100%;
	}
}
@media screen and (min-width: 240px) and (max-width: 1210px) {
	.m-head-nav-logo img {
		height: 60px;
		top: 6px;
	}
	.navbar_nav{
		padding-right: 10px;
	}
	.navbar_nav li a{
		padding: 0 16px;
	}
	.box {
		width: 98%;
		margin: 0 auto;
	}
	.advantage .box{
		left: 1%;
	}
}
