/*公共*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "Microsoft YaHei";
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

ul,
li,
ol {
	list-style: none;
}

dl,
dd {
	margin: auto;
}

input {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

a,
a:visited {
	color: #333;
}

a:link,
a:visited {
	text-decoration: none;
	outline: none;
}

a {
	cursor: pointer;
}


/*所有超链接不要下划线*/

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
/*任何标签、包括它前面、后面生成的内容都不要影响盒子的边框*/

.left {
	float: left;
}

.right {
	float: right;
}

.w-gray {
	color: #aaaaaa
}

.w-white {
	color: #FFFFFF !important;
}

.w-blue {
	color: #0086da;
}

.clear {
	clear: both;
}

.margin-t30 {
	margin-top: 30px !important;
}


/*header*/

.header {
	width: 100%;
	background-color: #FFFFFF;
	margin-bottom: 60px;
	position: fixed;
	top: 0px;
	z-index: 1000;
	height: 80px;
	line-height: 80px;
	/*-moz-box-shadow: 0px 1px 30px #ECECEC;*/
	/*box-shadow: 0px 1px 30px #ECECEC;*/
}

.am-container-1 {
	max-width: 1200px;
	margin: 0 auto;
}
.widmax {
	max-width: 1200px;
	margin: 0 auto;
}
.am-container-2{
	max-width: 1200px;
	margin: 0 auto;

}
.am-topbar-nav > li > a:after {
	display: none;
}

.hw-logo {
	height: 50px;
	position: relative;
}

.logo {
	height: 50px;
}
.hw-logo img{
	width: 180px;
}
.word {
	position: absolute;
	top: 30px;
	left: 100px;
}

.hw-menu li {
	height: 80px;
}

.hw-menu-active {
	/*background-color: #0086da;
	border-radius: 5px;*/
	border-bottom: 4px solid #0527af;;
}

.hw-menu-active a {
	color: #0527af;;
}

.hw-menu li:hover {
	border-bottom: 4px solid #0527af;;
}

.hw-menu li a:hover {
	color: #C0C0C0;
}

.hw-menu li a {
	font-size: 15px;
	line-height: 80px;
}

.hw-menu li a:hover {
	border-radius: 5px;
}


/*header结束*/


/*尾部*/

.footer {
	/*position: fixed;*/
	/*bottom: 0;*/
	width: 100%;
	height: auto;
	/*background-color: #0527af;;*/
	overflow: hidden;
	padding: 10px 0;
	color: white;
	text-align: center;
	color:#555555;
}

.footer ul {
	padding-top: 40px;
	width: 85%;
	margin: 0 auto;
}

.footer ul li {
	color: #fff;
}

.part-5-words2 p {
	line-height: 23px;
	font-size: 13px;
}

.part-5-words2 span {
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}

.part-5-words2-ul li {
	margin-bottom: 10px;
	font-size: 13px;
	padding: 0;
}

.part-5-words2-ul {
	padding-top: 0 !important;
	width: 100% !important;
}

.part-5-words2-ul li a {
	color: #fff;
}

.part-5-title {
	color: #fff;
	font-weight: bold;
	margin-bottom: 20px;
}

.part-5-words2 span i {
	font-size: 20px;
}

.part-5-words2 span em {
	font-style: normal;
	margin-left: 5px;
	font-size: 16px;
	font-weight: bold;
}


/*尾部结束*/


/*首页*/

.rollpic {
	margin-top: 80px;
}

.rollpic div {
	margin: 0 0 0;
}

.rollpic ol {
	bottom: 10px !important;
}

.part-all {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
	padding: 0 20px;
}
.shang{
	margin-top: 25px;
}
.part-all2{
	width: 100%;
	padding: 0px 0px;
	margin-top: 38px;
}
.part-title {
	color: #333333;
	text-align: left;
	position: relative;
}

.part-title-i {
	vertical-align: sub;
	font-size: 36px;
	color: #0086da;
	margin-right: 5px;
}

.part-title-span {
	font-size: 32px;
	text-align: left;
}

.part-title p {
	font-size: 18px;
	color: #999;
	margin-top: -5px;
}

.part-title img {
	width: 170px;
}

.title-intro {
	font-weight: bold;
	font-size: 15px;
	margin-top: -7px;
}

.part-content {
	text-align: left;
	margin-top: 35px;
	width: 100%;
	margin-bottom: 25px;
}
.lianxis p{
	padding: 5px;
	box-sizing: border-box;
}
.solutions-content .lianxis p img{
	vertical-align: middle;
	margin-right: 6px;
	margin-bottom: 3px;
	height: 18px;
	width: 18px;
}
.edr{
	/* background: url(../images/afa.jpg) no-repeat; */
	background-size: cover;
}
.solutions-con{padding: 0 10px;}

.solutions-way {
	padding: 10px 0;
    font-size: 14px;
    color: #555555;
    text-align: left;
    line-height: 2;
}
.am-u-end .case-1 .jieduan{
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    padding: 7px 0;
    height: 51px;
    -webkit-box-orient: vertical;
	}   
.solutions-title {
	padding-top: 15px;
	font-size: 17px;
	display: block;
	font-weight: 500;
	text-align: left;
	/*padding: 0 15px;*/
}

.solution-circle {
	font-size: 64px;
	background-color: #3f9fdb;
	width: 170px;
	height: 170px;
	line-height: 140px;
	border: 15px solid #f0f0f0;
	color: #fff;
	-webkit-transition: -webkit-transform 0.4s ease-out;
	-moz-transition: -moz-transform 0.4s ease-out;
	transition: transform 0.4s ease-out;
}

.solution-circle:hover {
	background-color: #0071b8;
	border: 15px solid #c9dfec;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	transform: rotate(360deg);
}

.three-reason {
	background: url(../img/bg-pic.png) no-repeat;
	background-size: 100% 100%;
	text-align: center;
	margin-top: 40px;
}

.three-reason-title {
	padding-top: 20px;
}

.three-reason-bg {
	width: 300px;
	margin-top: 30px;
}

.three-reason-img1,
.three-reason-img2,
.three-reason-img3 {
	width: 130px;
	height: 130px;
	margin: 0 auto;
	border: none;
}

.three-reason-img1 {
	background: url(../img/reason1.png) no-repeat;
	background-size: 100% 100%;
}

.three-reason-img2 {
	background: url(../img/reason2.png) no-repeat;
	background-size: 100% 100%;
}

.three-reason-img3 {
	background: url(../img/reason3.png) no-repeat;
	background-size: 100% 100%;
}

.three-reason-img1:hover,
.three-reason-img1 .selected {
	background: url(../img/reason1-1.png) no-repeat;
	background-size: 100% 100%;
}

.three-reason-img2:hover,
.three-reason-img2 .selected {
	background: url(../img/reason2-2.png) no-repeat;
	background-size: 100% 100%;
}

.three-reason-img3:hover,
.three-reason-img3 .selected {
	background: url(../img/reason3-3.png) no-repeat;
	background-size: 100% 100%;
}

.reason-title {
	margin-top: 10px;
	font-size: 14.5px;
	padding-bottom: 20px;
}

.three-reason-content {
	width: 70%;
}

.solutions-content li img {
	width: 100%;
	height: 100%;
}
.solutions-content li .piccc{
	height: 150px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -6px;
}
.solutions-content li .picc{
	height: 171px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -6px;
}
.solutions-content li .piccx{
	height: 191px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: -6px;
}
.lan-bott {
	width: 100%;
	background-color: #128abc;
	height: 110px;
	padding: 20px 55px;
}

.lan-bott .left {
	line-height: 35px;
	color: #fff;
}

.lan-bott .left span {
	font-size: 20px;
	font-weight: 500;
}

.see-more {
	border: 2px solid #fff;
	padding: 7px 10px;
	font-size: 13px;
	color: #fff;
	margin-top: 18px;
	display: inline-block;
	border-radius: 4px;
}

.see-more i {
	margin-left: 5px;
	font-size: 16px;
}

.see-more:hover {
	color: #0086da;
	background-color: #fff;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.customer-case-content {
	margin-top: 30px;
}

.customer-case-content li {
	padding: 0 !important;
	margin: 0 !important;
}

.case-li {
	position: relative;
	overflow: hidden;
}

.case-li-mengban {
	width: 100%;
	background: rgba(0, 0, 0, .72);
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
}

.case-li-mengban:hover {
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-ms-transition: all 1s;
	-o-transition: all 1s;
	transition: all 1s;
	opacity: 1;
}

.case-img1 {
	position: relative;
	padding: 0 !important;
	background-color: #0086da;
	width: 100%;
	margin: 0 auto;
	margin: 0 !important;
}

.case-li:hover .case-word {
	display: block;
	bottom: 70px;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.case-word {
	position: absolute;
	left: 0px;
	bottom: -80px;
	z-index: 5;
	width: 100%;
	color: #FFFFFF;
	text-align: center;
}

.case-word h3,
.case-word a,
.case-word div {
	color: #FFFFFF !important;
}

.case-word p {
	font-size: 13px;
}

.case-word a span i {
	margin-right: 10px;
	font-size: 15px;
}

.case-word a span {
	font-size: 13px;
	padding: 4px 13px;
	border: 1px solid #FFFFFF;
	border-radius: 4px;
	margin-top: 20px;
	display: inline-block;
}

.am-gallery-title {
	margin: 12px 0 !important;
	font-size: 17px !important;
}

.news-all {
	margin-top: 10px 0;
}

.news-content {
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.news-content-ul {
	margin-top: 40px;
	margin-bottom: 40px;
}

.news-img {
	width: 90%;
	overflow: hidden;
}

.news-img img {
	width: 100%;
}

.news-content-ul li img:hover {
	transform: scale(1.4);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.4);
	-webkit-transform: all 1s ease 0s;
}

.news-content-ul li div {
	margin: 0;
	padding: 0;
}

.news-right-title {
	font-size: 18px;
}

.news-right-words,
.news-right-time {
	font-size: 14px;
	margin-top: 10px;
}

.news-right-time {
	font-size: 14px;
}

.see-more2 {
	padding: 5px 15px;
	color: #fff;
	background-color: #128abc;
	border: 1px solid #128abc;
	margin-top: 10px;
	border-radius: 3px;
	display: inline-block;
}

.see-more2:hover {
	color: #128abc;
	background-color: #fff;
	border: 1px solid #128abc;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.see-more2 i {
	margin-left: 5px;
}

.news-content-left ul li {
	margin-top: 10px;
	width: 100%;
}

.news-content-right img {
	width: 100%;
	margin-top: 10px;
}

.list_lh {
	height: 260px;
	overflow: hidden;
	margin-top: 10px;
}

.list_lh ul li .news-li-words {
	border: none !important;
}

.customer-content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.customer {
	padding: 30px 0;
}

.customer-content li {
	text-align: center;
}

.customer-content li div {
	height: 60px;
	line-height: 60px;
	width: 100%;
}

.customer-content li div img {
	width: 100%;
}


/*解决方案*/

.toppic {
	position: relative;
	margin-top: 80px;
	width: 100%;
	height: 180px;
	background: url(../images/solu.jpg) no-repeat;
	background-size: 100% 100%;
}

.toppic-title-i {
	font-size: 36px;
	margin-right: 5px;
	vertical-align: sub;
}

.toppic-title-span {
	font-size: 26px;
}

.toppic-title p {
	font-size: 17px;
	padding-left: 30px;
	margin-top: -10px;
}

.toppic-title {
	color: #fff;
	padding-top: 20px;
}

.toppic-progress {
	padding: 8px 10px;
	border: 1px solid #fff;
	margin-top: 45px;
	border-radius: 7px;
}

.toppic-progress span {
	font-size: 14px;
	padding: 0 4px;
}

.toppic-progress span:hover {
	text-decoration: underline;
}

.small-title {
	position: relative;
	line-height: 30px;
	height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.small-title span i {
	margin-right: 10px;
}

.small-title span em {
	font-style: normal;
	margin-right: 10px;
}

.solutions-tabs-ul {
	width: 60% !important;
	margin: 0 auto !important;
	background-color: #ffffff !important;
	padding-top: 30px !important;
}

.solutions-tabs-ul li {
	height: 80px !important;
	margin-top: 20px;
	border-right: 20px solid #ffffff;
	position: relative;
}

.solutions-tabs-ul li a div {
	width: 90%;
	margin: 0 auto;
}

.solutions-tabs-li-ac a,
.solutions-tabs-ul li a {
	color: #ffffff !important;
}

.am-tabs-d2 .am-tabs-nav > .am-active {
	position: relative;
	background-color: #005489;
	border-bottom: none;
}

.solutions-tabs-ul li:hover {
	background-color: #005489;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-ms-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.solutions-tabs-ul li a i {
	display: block;
	font-size: 30px;
	margin-top: 5px;
}

.solutions-tabs-ul li a span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: -5px
}

.mobile-phone {
	font-size: 40px !important;
	margin-top: 2px !important;
}

.am-tabs-bd {
	border: none;
}

.solutions-tabs-ul-li1 {
	background-color: #0171b7;
}

.solutions-tabs-ul-li2 {
	background-color: #0086da;
}

.solutions-tabs-ul-li3 {
	background-color: #429ed7;
}

.solutions-tabs-ul-li4 {
	background-color: #6eb6e2;
}

.solutions-tabs-content {
	background-color: #f0eeed;
	padding: 20px 20px 0 20px;
	width: 100%;
	margin-top: 30px;
}

.solutions-content-ul {
	width: 70%;
	margin: 0 auto;
}

.solutions-content-ul li {
	background-color: #ffffff;
	padding: 15px;
	margin-bottom: 20px;
}

.solution-tabs-img img {
	width: 100%;
}

.solution-tabs-words h5 {
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 18px;
}

.solution-tabs-words p {
	font-size: 14px;
}

.am-tabs-d2 .am-tabs-nav > .am-active:after {
	position: absolute;
	width: 0;
	height: 0;
	bottom: -30px;
	left: 50%;
	margin-left: -20px;
	border: 15px rgba(0, 0, 0, 0) solid;
	content: "";
	z-index: 1;
	border-bottom-color: #f0eeed;
}


/*解决方案详情*/

.words-title {
	margin-top: 15px;
	text-align: center;
}

.words-title span {
	font-size: 22px;
}

i.am-icon-file-text.file-text {
	font-size: 22px;
	margin-right: 10px;
	color: #0086da;
}

.solution-inform {
	background-color: #f0eeed;
	width: 100%;
	padding: 0 10px;
}

.solution-inform-content-all {
	background-color: #ffffff;
	width: 65%;
	margin: 0 auto;
}

.solution-inform-content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
}

.solution-inform-content p {
	text-indent: 2em;
	font-size: 14px;
	margin-top: 10px;
}

.inform-content-p {
	font-size: 14px !important;
}

.solution-inform-content-words {
	line-height: 25px;
	color: #666;
}

.solution-inform-content-img {
	margin-top: 20px;
}

.solution-inform-content-img img {
	width: 100%;
}
.solutions .detail-title .fb_time {
    line-height: 24px;
}
.solutions .detail-title .fb_time span {
    display: inline-block;
    margin: 0 10px 0 0;
    color: #666;
    font-size: 12px;
    line-height: 24px;
}
/*产品展示*/

.product-show-ul {
	width: 100%;
}



.product-show-ul li {
	padding: 35px 0;
}

.product-content {
	margin: 0 15%;
}

.product-show-title h3 {
	font-size: 22px;
	font-weight: bold;
}

.product-show-title span {
	color: #FFFFFF;
	background-color: #0086da;
	padding: 2px 5px;
	border-radius: 3px;
	margin-top: 5px;
	display: inline-block;
}

i.am-icon-dribbble,
i.am-icon-tasks {
	font-size: 28px;
	color: #0086da;
	position: absolute;
	left: -40px;
	top: -10px;
}

i.am-icon-tasks {
	font-size: 24px;
	top: -5px;
}

.product-add,
.product-intro {
	position: relative;
	margin-top: 20px;
}

.product-add div a {
	color: #ff8a44;
	text-decoration: underline;
}

.product-add span,
.product-intro span {
	font-weight: bold;
}

.product-intro p {
	font-size: 14px;
}

.product-content-left {
	padding: 0 40px;
}

.product-content-right {
	padding: 0 40px;
	float: right;
}

.product-img {
	width: 70%;
	margin-top: 25px;
}


/*新闻详情*/

.words-title div {
	font-size: 15px;
}


/*新闻动态*/

.news-content-all div {
	padding: 0;
}
.news-ul li{ margin-bottom: 30px;}


.news-ul-liimg  {
	width: 100%;
}

.news-ul li p {
	font-size: 14px;
	height: 60px;
	line-height: 20px;
	overflow: hidden;
	margin-top: 5px;
	color: #9a9a9a;
}
.news-content-all { margin-top: 45px;}
.news-ul li span {
	margin-top: 15px;
	display: inline-block;
}
.news-ul-liall{ position: relative;
overflow: hidden;}
.see-more3 {
	padding: 5px 10px;
	color: #128abc;
	background-color: #fff;
	border: 1px solid #128abc;
	border-radius: 3px;
}
.news-ul li:hover .see-more3 {
	color: #fff;
	background-color: #128abc;
	border: 1px solid #128abc;
	transition: all 0.4s ;
-moz-transition: all 0.4s ;
-webkit-transition: all 0.4s ;
-o-transition: all 0.4s ;
}
.see-more3 i{
	margin-left: 5px;
}

.inform-list {position: absolute;
left:0;
top:20px;
	
}
.inform-list div i{
	margin-right: 5px;
}
.inform-list div{
	padding: 5px 12px;
	margin: 6px 0;
	width: auto;
	background-color: #128abc;
	color: #fff;
	font-size: 13px;
	margin-left: -100%;
	display: table;
	opacity: 0;
}
.news-ul li:hover .news-ul-liimg{
-webkit-filter: blur(2px) grayscale(1);
-moz-filter: blur(2px) grayscale(1);
-o-filter: blur(2px) grayscale(1);
-ms-filter: blur(2px) grayscale(1);
filter: blur(2px) grayscale(1);
transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
}
.news-ul li:hover .inform-list-date{
	margin-left: 0;
	transition: all 0.2s ease-in-out;
-moz-transition: all 0.2s ease-in-out;
-webkit-transition: all 0.2s ease-in-out;
-o-transition: all 0.2s ease-in-out;
opacity: 1;
	}
.news-ul li:hover .inform-list-label{
	margin-left: 0;
	transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-webkit-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
opacity: 1;
	}
.news-ul li:hover .inform-list-numb{
	margin-left: 0;
	transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
opacity: 1;
	}
	
.inform-list li i {
	margin-right: 10px;
	font-size: 15px;
}

.hot-title{color:#128abc ;
margin-bottom: 10px;}
.hot-title i{ margin-right: 10px;font-size: 19px;}
.am-panel > .am-list > li > a {
	padding-left: 5px;
	padding-right: 5px;
	line-height: 20px;
}

.am-list > li > a {
	display: block;
	padding: 5px 0;
}

.am-panel-default > .am-panel-hd {
	color: #ffffff;
	background-color: #0086da;
	border-color: #0086da;
	font-weight: bold;
}

.am-pagination > li > a,
.am-pagination > li > span {
	padding: 3px 9px;
	font-size: 15px;
}

.current-page {
	color: #0086da !important;
}

.am-panel-hd i {
	margin-right: 5px;
}

.newspaper-o {
	font-size: 48px !important;
	margin-top: -13px !important;
}

.am-pagination li a:visited {
	background-color: #fff !important;
}


/*客户案例*/

.gallery-words {
	height: 125px;
	width: 100%;
	line-height: 26px;
	overflow: hidden;
}

.briefcase {
	font-size: 48px !important;
	margin-top: -13px !important;
}

.customer-case li {
	margin-bottom: 20px;
	margin-top: 10px;
}

.customer-case {
	padding: 30px 0 0 0;
}

.case-content {
	text-align: left;
	background-color: #f3f3f3;
	border-left: 8px solid #0086da;
	height: 110px;
	padding: 8px 6px;
	position: absolute;
	bottom: 0;
	left: 40%;
	width: 180px;
}

.case-content span {
	font-weight: bold;
}

.case-content p {
	font-size: 14px;
	height: 44px;
	line-height: 22px;
	overflow: hidden;
}

.customer-case-all {
	width: 100%;
	position: relative;
}

.customer-case-img {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.customer-case-ul {
	margin-top: 30px;
}

.customer-case-img img {
	width: 100%;
}

.case-more {
	width: 100px;
	height: 25px;
	float: right;
	margin-top: 8px;
	text-align: center;
	margin-right: -6px;
}

.case-more .see {
	background-color: #0086da;
	width: 75px;
	color: #fff;
	font-size: 15px;
	height: 25px;
	line-height: 25px;
}

.case-more .more {
	background-color: #05598e;
	width: 25px;
	height: 25px;
}

.case-more .more i {
	color: #fff;
}

.our-customer {
	padding-top: 30px;
}

.customer-content2 {
	margin-top: 10px;
	padding-bottom: 30px;
}

.customer-case-ul li:hover .customer-case-img img {
	transform: scale(1.4);
	transition: all 1s ease 0s;
	-webkit-transform: scale(1.4);
	-webkit-transform: all 1s ease 0s;
}

.case-content:hover .case-more .see {
	background-color: #05598e;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}


/*案例详情*/

.case-img {
	width: 100%;
	padding: 20px;
	background: #f3f3f3;
}

.case-inform img {
	width: 40%;
	margin-top: 20px;
}

.case-left {
	margin-top: 60px;
}


/*关于我们*/
.part-title-mar{padding-top: 30px;
padding-bottom: 25px;}
.company-intro {
	margin: 0 22%;
	text-align: center;
}

.company-intro p {
	margin-top: 15px;
	font-size: 15px;
}

.thought-all {
	width: 100px;
	height: 100px;
	background-color: #0086da;
	border-top: 10px solid #05598e;
	color: #ffffff;
	margin: 0 auto;
	position: relative;
}

.thought-all-none {
	width: 100px;
	height: 100px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #424242;
	opacity: 0;
}

.thought-all-none h5 {
	font-size: 16px;
	line-height: 100px;
	color: #0086da;
	display: none;
}

.company-thought {
	display: table;
	margin: 0 auto;
}

.company-thought li {
	float: left;
	text-align: center;
	margin: 0 10px;
}

.thought-all-none:hover {
	opacity: 0.9;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-o-transition: all 0.4s linear 0s;
	transition: all 0.4s linear 0s;
}

.thought-all-none:hover h5 {
	display: block;
}

.thought-all span {
	display: block;
}

.thought-all i {
	font-size: 35px;
}

.company-thought-all {
	width: 100%;
	margin-top: 40px;
	padding: 40px 0;
}

.office-space {
	margin: 0 5%;
}

.office-space img {
	width: 100%;
}

.office-space div {
	margin: 0;
	padding: 0;
}

.contact-us {
	padding: 30px 40px;
	text-align: center;
}

.contact-us div img {
	width: 80%;
	float: right;
}

.contact-add li {
	margin-bottom: 10px;
}

.contact-add div,
.contact-add li i {
	height: 35px;
	line-height: 35px;
}

.contact-add li div {
	position: relative;
}

.contact-add li i {
	background-color: #0086da;
	width: 35px;
	text-align: center;
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	font-size: 20px;
}

.contact-add div span {
	width: 270px;
	background-color: #fff;
	height: 35px;
	display: inline-block;
	padding-left: 45px;
	font-size: 14px;
	float: left;
	color: #666;
	font-weight: bold;
	text-align: left;
}

.contact-add-1 {
	font-size: 13px !important;
}

.office-space-title,
.contact-us-title {
	margin-top: 40px;
	margin-bottom: 10px;
}

.paper-plane {
	font-size: 42px !important;
	margin-top: -10px !important;
}

.mobile {
	font-size: 25px !important;
}


/*招贤纳士*/

.recruit-left,
.recruit-right {
	padding: 0 10px;
}

.daiyu {
	width: 100%;
	background-color: #0086da;
	padding: 30px 0;
}

.daiyu-title-ul {
	width: 20% !important;
	margin: 0 auto !important;
	background-color: transparent !important;
}

.daiyu-title-ul li {
	background-color: #006bae;
	margin: 0 10px;
}

.am-tabs-d2 .daiyu-title-ul> .am-active:after {
	display: none;
}

.daiyu-content {
	padding: 20px 20px 0 20px;
	width: 100%;
}

.daiyu-content-1 {
	width: 60%;
	margin: 0 auto;
	border: solid 2px #c5c5c5;
	padding: 20px 5%;
	color: #969696;
}

.money {
	color: #fff !important;
}

.user-secret {
	font-size: 45px !important;
	margin-top: -10px !important;
}


/*服务中心*/

.service-content h4 {
	font-size: 22px;
}

.service-content p {
	font-size: 14px;
	color: rgb(153, 153, 153);
	line-height: 22px;
}

.service-ul li {
	margin: 20px 0 ;
	border-bottom: 1px solid rgb(230, 230, 230);
	padding-bottom: 25px;
	
}

.service-img {
	text-align: center;
}

.service-img img {
	width: 70%;
}


.service-ul li:last-child {
	border-bottom: none;
}
.service-ul li:first-child{
	margin-top: 50px;
}
@media only screen and (max-width:1240px) {
	.product-img {
		width: 80%;
		margin-top: 25px;
	}
}

@media only screen and (max-width:1024px) {
	/*首页*/
	.hw-logo {
		margin-left: 10px;
	}
	.news-content-right img {
		width: 40%;
		margin-top: 20px;
	}
	.customer-content li div img {
		width: 70% !important;
	}
	.customer-content li {
		margin-top: 10px;
	}
	.news-content {
		width: 85%;
	}
	.news-right-title {
		font-size: 22px;
		margin-top: 20px;
		display: inline-block;
	}
	.news-right-time {
		font-size: 16px;
		margin-top: -1px;
	}
	/* 解决方案*/
	.solutions-tabs-ul {
		width: 70% !important;
	}
	.solutions-content-ul {
		width: 90%;
		margin: 0 auto;
	}
	.toppic-title {
		margin-left: 10px;
	}
	.toppic-progress {
		margin-right: 10px;
	}
	/*解决方案详情 */
	.solution-inform-content-all {
		background-color: #ffffff;
		width: 100%;
	}
	.solution-inform-content p {
		font-size: 16px;
	}
	/* 产品展示*/
	.product-img {
		width: 90%;
		margin-top: 25px;
	}
	.product-content {
		margin: 0 10%;
	}
	/*客户案例*/
	.customer-case li {
		text-align: center;
	}
	.case-content {
		left: 40%;
	}
	/*关于我们 */
	.contact-us div img {
		width: 80%;
	}
	/*招贤纳士*/
	.daiyu-title-ul {
		width: 35% !important;
	}
	.daiyu-content-1 {
		width: 80%;
	}
	/*服务中心*/
	.service-img img {
		width: 90%;
	}
	.service-content p {
		font-size: 15px;
	}
}

@media only screen and (max-width:915px) {
	.hw-logo {
		margin-left: 10px;
	}
	.product-img {
		width: 100%;
		margin-top: 25px;
	}
	.hw-menu li a {
		line-height: 25px;
	}
	.hw-menu li {
		height: 40px;
	}
	.hw-menu-active {
		border-left: 1px solid #fff;
		border-right: 1px solid #fff;
	}
	/*关于我们 */
	.contact-us div img {
		width: 95%;
	}
}

@media only screen and (max-width:768px) {
	.product-img {
		width: 100%;
		margin-top: 25px;
	}
	.product-content {
		margin: 0 5%;
	}
	.solution-circle {
		font-size: 45px;
		width: 130px;
		height: 130px;
		line-height: 110px;
		border: 10px solid #f0f0f0;
	}
}

@media only screen and (max-width:640px) {
	/*首页*/
	.solution-circle {
		font-size: 45px;
		width: 110px;
		height: 110px;
		line-height: 90px;
		border: 10px solid #f0f0f0;
	}
	.solutions-title {
		font-size: 15px;
	}
	.solutions-content li {
		margin-bottom: 10px;
	}
	.part-title-span {
		font-size: 17px;
	}
	.case-li:hover .case-word {
		display: none;
	}
	.case-li-mengban:hover {
		opacity: 0;
	}
	.part-all {
		margin-top: 20px;
	}
	.solutions-way {
		font-size: 13px;
	}
	.three-reason-content {
		width: 95%;
		margin-top: 15px;
	}
	.three-reason-img1,
	.three-reason-img1:hover,
	.three-reason-img2,
	.three-reason-img2:hover,
	.three-reason-img3,
	.three-reason-img3:hover {
		background-size: 100% 100%;
	}
	.three-reason-bg {
		width: 200px;
		margin-top: 20px;
	}
	.reason-title {
		font-size: 13px;
	}
	.three-reason-img1,
	.three-reason-img2,
	.three-reason-img3 {
		width: 80px;
		height: 80px;
		margin: 0 auto;
		border: none;
	}
	.case-img1 {
		width: 100%;
		margin-top: 10px;
	}
	.customer-case-content {
		margin-top: 0;
	}
	.customer-content li {
		margin-top: 0px;
	}
	.customer-content {
		margin-top: 0px;
	}
	.lan-bott {
		height: 65px;
		padding: 10px 10px;
	}
	.lan-bott .left {
		display: none;
	}
	.see-more {
		margin-top: 0px;
	}
	.news-img {
		width: 100%;
		overflow: hidden;
	}
	.news-content-ul {
		margin-top: 10px;
		margin-bottom: 30px;
	}
	.news-content-ul li {
		margin-top: 20px;
	}
	.customer-content li div img {
		width: 80%;
	}
	.part-5-title {
		margin-top: 10px;
	}
	.news-content {
		margin-top: 10px;
	}
	.see-more {
		top: 0px;
	}
	.part-content {
		margin-top: 20px;
	}
	.customer-case {
		padding: 20px 0 0 0;
	}
	/*解决方案*/
	.solutions-tabs-ul {
		width: 90% !important;
	}
	.solutions-tabs-ul li {
		height: 55px !important;
		margin-top: 20px;
	}
	.solutions-content-ul {
		width: 100%;
		margin: 0 auto;
	}
	.solutions-tabs-ul li a span {
		display: none;
	}
	.toppic-title {
		padding-top: 40px;
	}
	.toppic-title-i {
		font-size: 26px;
	}
	.toppic-title-span {
		font-size: 18px;
	}
	.toppic-title p {
		font-size: 13px;
		padding-left: 23px;
	}
	.toppic-progress {
		padding: 4px 7px;
		margin-top: 50px;
		border-radius: 5px;
	}
	.toppic-progress span {
		font-size: 12px;
		padding: 0 3px;
	}
	.toppic-progress i {
		font-size: 13px;
	}
	.solutions-tabs-content {

  padding: 20px 5px 0 5px;

}
	/*解决方案详情*/
	.small-title {
		font-size: 13px;
	}
	.solution-inform-content-all {
		background-color: #ffffff;
		width: 100%;
		margin: 0 auto;
		padding: 0 0 15px 0;
	}
	.inform-content-p {
		font-size: 15px !important;
	}
	i.am-icon-file-text.file-text {
		font-size: 19px;
	}
	.words-title span {
		font-size: 17px;
	}
	.solution-inform {
		margin-top: 15px;
	}
	.solutions-tabs-ul li a i {
		display: block;
		margin-top: 10px;
	}
	.mobile-phone {
		margin-top: 7px !important;
	}
	.inform-content-p {
		margin-top: 0px !important;
	}
	.solution-inform-content {
		padding: 0;
	}
	.solutions-tabs-ul {
  padding-top: 10px !important;
}
	/* 产品展示*/
	.product-img {
		margin-bottom: 20px;
	}
	.product-content {
		margin: 0 10px;
	}
	.product-show-ul li {
  padding: 20px 0;
}
i.am-icon-dribbble{ display: none;}
	/*客户案例*/
	.case-content {
		left: 33%;
	}
	.briefcase {
		font-size: 40px !important;
		margin-top: -13px !important;
	}
	/*案例详情*/
	.case-img {
		margin-top: 20px;
	}
	.case-inform img {
		width: 70%;
		margin: 0 auto;
		display: inherit;}
		.customer-case-ul {
  margin-top: 5px;
	}
	.case-left {
  margin-top: 10px;
}
.product-content-left {
  padding: 0 20px;
}
i.am-icon-tasks{ display: none;}
.product-content-right {
  padding: 0 20px;

}
	/*关于我们*/
	.part-title-mar{
  padding-top: 10px;
  padding-bottom: 5px;
}
	.paper-plane {
		font-size: 30px !important;
		margin-top: -8px !important;
	}
	.company-intro {
		margin: 0 5%;
	}
	.thought-all {
		width: 80px;
		height: 80px;
	}
	.thought-all-none {
		width: 80px;
		height: 80px;
	}
	.company-thought li {
		margin: 0 5px;
	}
	.thought-all span {
		margin-top: 20px;
		color: #3C3C3C;
	}
	.office-space-title,
	.contact-us-title {
		margin-top: 30px;
		margin-bottom: 20px;
	}
	.company-thought {
		margin-bottom: 20px;
	}
	.contact-us div img {
		float: left;
		width: 100%;
	}
	.contact-us {
		padding: 20px 0;
		text-align: center;
	}
	.contact-add {
		margin-top: 20px;
	}
	.company-thought-all {
		width: 100%;
		margin-top: 20px;
		padding: 20px 0;
	}
	.office-space-title,
	.contact-us-title {
		margin-bottom: 10px;
	}
	/*招贤纳士*/
	.daiyu-title-ul {
		width: 70% !important;
	}
	.daiyu-content-1 {
		width: 100%;
	}
	.user-secret {
		font-size: 35px !important;
		margin-top: -10px !important;
	}
	.daiyu-title-ul {
		margin-top: 20px !important;
	}
	.product-img{ margin-top: -20px;}
	/*服务中心*/
	.service-img img {
		width: 75%;
		margin-top: 20px;
	}
	.service-ul {
		margin-top: 10px;
	}
	.service-ul li {
		margin: 10px 0;
	}
	.service-content h4 {
		font-size: 18px;
	}
	.service-content p {
		font-size: 14px;
	}
	.service-ul li:first-child {
  margin-top: 20px;
}
	/*新闻动态*/
	.news-content-all {
		margin-top: 0;
	}
	.newspaper-o {
		font-size: 40px !important;
	}
	.margin-t30 {
		margin-top: 20px !important;
	}
	.news-ul li{ margin-top: 25px;}
}
#mk-footer {
    background-color: #3d4045;
}
#mk-footer, #mk-footer p {
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
}
#mk-footer {
    width: 100%;
    position: relative;
    padding: 20px 0 0;
}
#mk-footer .footer-wrapper {
    padding: 30px 0;
}
#mk-footer .footer-wrapper, #mk-page-introduce, .mk-blog-single .featured-image, .mk-blog-single article {
    position: relative;
}
.mk-grid {
    max-width: 1200px;
}
.mk-grid {
    margin: 0 auto;
}
.mk-col-1-1, .mk-grid {
    width: 100%;
}
#mk-footer .mk-padding-wrapper {
    padding: 0 20px;
}
#mk-footer [class*='mk-col-'] {
    padding: 0 2%;
}
.mk-col-1-5 {
    width: 20%;
}
[class*=mk-col-] {
    float: left;
    padding-right: 25px;
    min-height: 1px;
}
#mk-footer .widget {
    margin-bottom: 40px;
}
#mk-footer img, #mk-sidebar img, .ajax_project img, .mk-edge-slider img, .mk-page-section img, .theme-content img, .vc_row-fluid img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    border: 0;
    vertical-align: middle;
    -ms-interpolation-mode: bicubic;
}
#mk-footer .widget:not(.widget_social_networks) a {
    color: #999999;
}
#mk-footer .widget:not(.widget_social_networks) a:hover{
	color: #0527af;;
}
#mk-footer .widget {
    margin-bottom: 40px;
}
.clearboth {
    overflow: hidden;
    height: 0;
}
.clearboth, .clearboth:after {
    width: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
#theme-page .theme-page-wrapper.no-padding {
    margin-top: 0!important;
    margin-bottom: 0!important;
}

#theme-page .theme-page-wrapper {
    margin: 20px auto;
}
#theme-page .theme-page-wrapper .theme-content.no-padding {
    padding-bottom: 0!important;
    padding-top: 0!important;
}
#theme-page .theme-page-wrapper .theme-content {
    padding: 30px 20px;
}
.vc_row:after, .vc_row:before {
    content: " ";
    display: table;
}
@media (min-width: 768px)
.vc_col-sm-12 {
    width: 100%;
}
.attched-true.vc_row, .mk-fullwidth-true.vc_row, .vc_inner.vc_row {
    margin-left: 0!important;
    margin-right: 0!important;
}
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container>.vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
#padding-35 {
    height: 15px;
}
.clearfix {
    display: block;
    clear: both;
}
.clearfix:after, .clearfix:before {
    content: " ";
    display: table;
}
#text-block-36 {
    margin-bottom: 0px;
    text-align: left;
line-height: 2.2em;
}
.master-holder h4 {
    font-size: 18px;
    color: #404040;
    font-weight: 600;
    text-transform: uppercase;
}
.clearboth {
    overflow: hidden;
    height: 0;
}
.clearboth:after {
    height: 0;
    content: ' ';
    font-size: 0;
    line-height: 0;
}
#text-block-37 {
    margin-bottom: 0px;
    text-align: left;
}
#text-block-37 p {
    font-size: 16px;
    color: #777777;
    line-height: 1.66em;
}
#text-block-37 a{
	padding-right: 20px;
	font-size: 14px;
	display: inline-block;
}
#padding-38 {
    height: 20px;
}
/*私人订制*/
.wid120 {
    width: 1200px;
    margin: 0 auto;
    /* margin-top: 35px; */
}
.module .module_container {
    max-width: 1200px;
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/

    margin: 0 auto;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	touch-action: pan-y;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}


.team .item_block .item_wrapper {
	position: absolute;
	bottom: 35px;
	left: 50%;
	width: 92%;
	background-color: #fff;
	margin-left: -46%;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
	text-align: center;
}

.team .item_info {
	padding: 12px 9px;
	height: 60px;
}

.team .text_wrap .subtitle {
	color: #BBB;
	font-size: 13px;
}

.team .text_wrap .subtitle2 {
	color: #3c3c3c;
	font-size: 16px;
	margin-top: -3px;
}

.wid120 .team .item_wrapper p.subtitle {
	margin: 0;
	opacity: 1;
	transition: all ease-out .3s;
	height: 22px;
	line-height: 22px;
}


/*两个小圆点*/

.wid120 .module .container_content .bx-wrapper .bx-pager.bx-default-pager {
	position: relative;
	margin: 10px 0 20px 0;
	bottom: 0;
}

.team .bx-wrapper .bx-pager {
	display: block;
}

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
}

.bx-pager-link {
	cursor: pointer;
}

.bx-wrapper .bx-pager-item {
	font-size: 0;
	line-height: 0;
	display: inline-block;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	width: 5px;
	height: 5px;
	border: #ddd 1px solid;
	background-color: #ddd;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
	outline: 0;
	border-radius: 50%;
	transition: all ease-out .3s;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	border-color: #F5B834;
	background-color: #F5B834;
}

.bx-wrapper .bx-pager.bx-default-pager a.active {
	border: #F5B834 1px solid;
}


/*白色线框*/

.team .white_line {
	display: block;
	position: absolute;
	bottom: -15px;
	/*height: 374px;*/
	height: 40px;
	border-left: 1px solid white;
	left: 15px;
}

.team .white_line2 {
	display: block;
	position: absolute;
	bottom: -15px;
	height: 40px;
	/*height: 374px;*/
	border-left: 1px solid white;
	left: 358px;
}

.team .white_line3 {
	display: block;
	position: absolute;
	bottom: 358px;
	width: 0px;
	border-bottom: 1px solid white;
	left: 16px;
}
#RightButton {
    cursor: pointer;
    position: absolute;
    top: 40px;
    right: -45px;
    height: 175px;
    width: 35px;
    float: right;
    background: url(../images/a_05.png) center center no-repeat;
    background-size: 100%;
    -ms-background: url(../images/a_05.png) 45px center no-repeat!important;
}
#LeftButton {
    cursor: pointer;
    height: 175px;
    position: absolute;
    top: 40px;
    left: -45px;
    margin-right: 18px;
    width: 35px;
    float: left;
    background: url(../images/a_04.png) center center no-repeat;
    background-size: 100%;
    -ms-background: url(../images/a_04.png) -45px center no-repeat!important;
}
#CSSContent{height: 450px!important;}
#CSSBox{height: 285px!important;}
/*关于我们*/
.container{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.relative{
	position: relative;
}
.aboutus{
	text-align: center;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 54px;
	color: #eeeeee;
	font-weight: bold;
}
.guanyuwomen{
	font-family: "Microsoft YaHei";
	text-align: center;
	word-wrap: break-word;
	font-size: 26px;
	color: #0527af;
	margin-top: -45px;
}
.fullcolumn-outer{
    background-color: transparent;
    background-image: url(../images/-4667.png);
    background-position: 50% 50%;
    z-index: -1;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 50px;
}
.xiangxia{
	margin-bottom: 20px;
}
.limg{
	width: 40%;
	padding-left: 0px;
}
.textt{
	width: 54%;
	padding-left: 8px;
	padding-top:10px;

}
.container2{
	width: 1200px;
	margin: 0 auto;
}
.textt p{
	font-size: 14px;
    color: #777;
    line-height: 2;
    text-align: justify;
    /*padding-top: 15px;*/
    text-indent: 2rem;
}
.textt h1{
	color: #333;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-weight: 500;
}
.textt .kmore{
	width: 130px;
    height: 35px;
    line-height: 34px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border:2px solid #0527af;
    background-color: #FFF;
    font-size: 14px;
    color: #0527af;
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
}
.textt .kmore a{
	color: #0527af;
	width: 100%;
}
.textt .kmore:hover a{
	color: #fff;
	
}
.textt .kmore:hover{
	background-color: #0527af;
}
/* .yanfa{
	background-color: transparent;
    background-image: url(../images/119411.jpg);
    background-position: 0 100%;
    background-repeat: repeat;
} */
.yanfa .prod{
	padding-top: 40px;
	color: #999999;
}
.yanfa .shengchan{
	color: #fff;
}
.yyuan{
	width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
   padding-bottom: 50px;
}
.yyuan ul li{
	float: left;
	width: 313px;
    margin:0 10px;
}
.yyuan ul li .tuu{
	text-align: center;
	position: relative;
	z-index: 99;
	width: 320px;

}
.yyuan ul li .tuu img{
	width: 126px;
    height: 126px;
    vertical-align: middle;
     text-align: center;
    background-color: #EEE;
    -webkit-border-radius: 50%;
    z-index: 9999;
}
.yyuan ul li .tuutext{
	height: 171px;
    width: 320px;
    left: 0px;
    top: -16px;
    background-color: #fff;
    z-index: 6;
    opacity: 1;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}
.yyuan ul li .tuutext .tittle{
	padding-top: 20px;
    z-index: 2;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    width: 100%;
}
.yyuan ul li .tuutext .yinwen{
	font-family: Tahoma,Geneva,sans-serif;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.yyuan ul li .tuutext .wen{
	    font-size: 14px;
	    line-height: 1.5;
	        text-align: center;
}
/*产品中心*/

.container-coach{
    margin-top: 30px!important;
    margin-bottom: 50px;
}
.fy_nav .weizhi{
    padding-right: 10px;
    font-size: 14px;
}
.fy_nav .weizhi a button{
    height: 34px!important;
    background-color:rgb(247, 150, 70)!important;
}
.fy_nav .weizhi img{
    width: 16px;
    margin-right: 3px;
    margin-top: -5px;
}
.fy_nav .weizhi a:hover{
    text-decoration: underline;
}
.coach_area{
    margin-top: 20px!important;
    border: 1px #dfdfdf solid;
}
.coach_area ul:after{
    clear: both;
    display: block;
    height: 0;
    content: ".";
    overflow: hidden;
}
.coach_area ul{
    height: 40px;
    overflow-y: hidden;
    border-bottom: 1px #dfdfdf dashed;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.coach_area ul dt,
.coach_area ul li{
    float: left;
    line-height: 40px;
}
.coach_area ul dt{
    font-size: 16px;
    color: #0527af;
    width: 120px;
    padding-left: 10px;
    border-right: 1px #f1f1f1 solid;
    background: #f9f9f9;
}
.coach_area ul li{
    min-width: 50px;
    padding: 0 10px;
    margin: 0 3px;
}
.coach_area ul li a{
    display: block;
    font-size:1.4rem;
}

.coach_area ul li a:hover{
    color: #0527af;
}
.coachbody{
    float: left;
    width: 950px;
}
.click-more{
    float: right;
    width: 90px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    color: #0527af;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    font-size: 1.4rem;
}
.click-more:hover{
    color: #F08500;
}
.ulclick{
    height: auto!important;
    overflow: auto;
}

  .coach_area {
            /*height: 60px;*/
            width: 1163px;
            margin: 0px auto;
            /*float: left;*/
            /*padding-top: 40px;
            padding-right: 0px;
            padding-bottom: 40px;
            padding-left: 20px;*/
            position: relative;

        }

        .coach_area dl {
            /*height: 40px;*/
            /*width: 1072px;*/
            margin: 0px;
            /*float: left;*/
            padding: 0px;
        }

        dl {
            display: block;
            -webkit-margin-before: 1em;
            -webkit-margin-after: 1em;
            -webkit-margin-start: 0px;
            -webkit-margin-end: 0px;
        }

        dt {
            font-weight: bold;
        }

        dt {
            display: block;
        }

        dd {
            display: block;
            /*-webkit-margin-start: 40px;*/
        }

        .all_coachs {
            width: 1200px;
            /*padding: 50px;*/
        }

        .coach_list {
            height: 380px;
            /*float: left;*/
            width: 24.533%;
            margin-top: 10px;
            border: solid 1px #ededed;
            margin-right: 5px;
        }

        .coach_list:hover {
            box-shadow: 0 3px 5px #e8e8e8;
            transform: translate(0px, -5px);
            transition: all 0.5s;
        }

        .coach_list .headerimg {
            text-align: center;
            margin-top: 20px;
            padding-bottom: 5px;
        }

        .coach_list:hover img {
            transform: scale(1.15);
            -webkit-transition: 1s;
            -o-transition: 1s;
            transition: 1s;
        }

        .coach_list:hover .name{
        	color: #0527af;
        }
        .name {
            margin-top: 25px;
            font-size: 16px;
            color: black;
            padding-left: 25px;
        }
         .coach_list:hover .bounceInDown{
         	color: #fff;
         	background-color: #0527af;
         }

        .xingji {
            padding-left: 25px;
            margin-top: 10px;
            font-size: 16px;
        }

        .shoufei {
            padding-left: 25px;
            margin-top: 10px;
            font-size: 16px;
            padding-bottom: 10px;
            border-bottom: 1px solid #e1e1e1;
        }

        .bounceInDown {
            border: 1px solid #e1e1e1;

            margin-top: 15px;
            font-size: 14px;
            margin-bottom: 30px;
/*            background-color: #0527af;*/
            line-height: 30px;
           width: 100px;
           height: 30px;
            text-align: center;
            margin-left: 25px;
            margin-top: 20px;
            color: #333;
        }
.page_info {
    text-align: center;
   
    color: #333;
    font-size: 16px;
    border-top: dashed 1px #ccc;
    padding-top: 20px;
}
.page_info span {
    padding: 0 2px;
    font-weight: bold;
}
.page_list {
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 14px;
    margin-top: 20px;
}
.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}
/*产品详情*/
.pro_bg{ background-color: #ecede4; width: 100%; padding: 2em 0;}
  .pro_con{padding: 3em 0; }
  .pro_top{ margin-bottom: 4%; padding-bottom: 20px; border-bottom: dashed 1px #ccc; text-transform: uppercase; display: table; width: 100%; line-height: 30px;}
  .pro_top p{ color: #0527af; font-size: 2em;padding-left: 1%; float: left; width: 30%; font-weight: bold; }
  .pro_top span{ float: right; padding-right: 1%; font-size: 14px;    width: 70%;text-align: right;text-transform: capitalize; }
  .pro_top span a{ text-decoration: none; color: #333; text-transform: capitalize;}
  .pro_top span a:hover{ color: #0527af;}
  .pro_lf{ width: 40%;  float: left; margin-right: 3%}
  .pro_ri{ width: 50%; float: right; }
  .pro_bom{ width: 100%;  height: auto; display: table; margin-top: 3%;}
  .pro_ri_con h1{ font-size: 26px; line-height: 30px;color: #0527af;border-bottom: dashed 1px #ccc; padding-top:5px; padding-bottom: 15px; text-transform:uppercase }
  .pro_ri_con p{ font-size: 15px; padding: 8px 0; color: #939393}
  .pro_ri_con p strong{ font-size: 17px; width: 22%; display: inline-block; font-weight: normal; background-color: #0527af; text-align: center; color: #fff;
    text-transform: uppercase; line-height: 30px; margin-right: 4%; font-family: "Arial";border-radius: 3px}
  .pro_ri_con p a{outline: none;}
  /*图片放大镜样式*/
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:50%;height:50%;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff ;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}
/*图片小图预览列表*/
.spec-preview{width:100%;height:100%;border:1px solid #DFDFDF; display: table;}

.spec-scroll{clear:both;margin-top:15px;width:100%;}
.spec-scroll .prev{float:left;margin-right:4px;}
.spec-scroll .next{float:right;}
.spec-scroll .prev,.spec-scroll .next{ color: #0527af; display:block;text-align:center;width:10px;height:54px; line-height:54px;border:1px solid #CCC;background:#EBEBEB;cursor:pointer;text-decoration:none;}
.spec-scroll .items{float:left;position:relative;width:438px;height:56px;overflow:hidden;}
.spec-scroll .items ul{position:absolute;width:999999px;height:56px;}
.spec-scroll .items ul li{float:left;width:62px;text-align:center; list-style-type: none;}
.spec-scroll .items ul li img{border:1px solid #CCC;padding:2px;width:50px;height:50px;}
.spec-scroll .items ul li img:hover{border:2px solid #0527af;padding:1px;}
.fl{display:inline;float:left;}
.fr{display:inline;float:right;}
.cf:after{content:"";clear:both;display:block;height:0;overflow:hidden}
.cf{zoom:1}
.pb10{padding-bottom:10px}
.mt10{margin-top:10px}
/*main*/
.case{width:100%;margin:3em auto;background:#fff;padding:15px;box-shadow:0 0 10px #ccc;}
.case .title{height:33px;border-bottom: 3px solid #e7e7e7;padding-bottom:10px;}
.case .title h2{ color: #0527af;font-size: 2em;font-family: "microsoft yahei"; text-transform: uppercase;}
.case .title-list{ position: relative; top: 6px;padding-left: 0;}
.case .title-list li{ width: 16.6%; line-height: 20px; text-align: center; float: left; display: inline; font-size: 16px;color: #0527af; font-weight: bold;}
.case .title-list li.on{ color: #0527af; font-weight: bold;}
.case .title-list p{position:absolute;top:24px;left:0px;width:16.6%;height:9px;border-top: 3px solid #0527af; overflow: hidden; text-align: center;}
.case .title-list b{display:inline-block;width:0;height:0;margin-top:-3px;border-style:solid dashed dashed dashed;border-width:9px;border-color: #0527af #fff #fff #fff;overflow: hidden;zoom: 1;font-size: 0;}
.product{ min-height: 260px; position: relative; overflow: hidden; display: none; margin-top: 40px;}
.product ul{ position: absolute; left: 0px;}
.product-wrap .showa{ display: block;}
.product-wrap .product li{ float: left; display: inline; margin-left: 13px;background: #f3f3f3;border: 2px solid #fafafa; transition:0.4s;-webkit-transition:0.4s;-moz-transition: 0.4s;-o-transition: 0.4s;-ms-transition: 0.4s;}
.product-wrap .product li.ml0{margin-left:0px;}
.product-wrap .product li a.imgwrap{ display: block; width: 226px; height: 200px; background: #fff; text-align:center;}
.product-wrap .product li p{padding-left: 15px;color: #666666;line-height: 22px;}
.product-wrap .product li p a{ color: #666666; text-decoration: none;}
.product-wrap .product li p a:hover{ color: #ff6600; text-decoration: none;}
.nextorper{ height:98px; border:1px solid #e6e6e6; margin-top:14px;}
.nextorper ul { margin-top:20px;}
.nextorper ul li{ margin-left:20px; line-height:30px; height:30px;}
.nextorper ul li a{color:#333333; text-decoration:none}
.nextorper ul li a:hover{ color:#0527af}
/*技术服务*/
.menu_head{width:210px;height:47px;line-height:47px;padding-left:25px; text-transform: uppercase; font-size:15px;color:#525252;cursor:pointer;border:1px solid #e1e1e1;position:relative;margin:0px;font-weight:bold;background:#f1f1f1 url(../images/pro_left.png) center right no-repeat;}
.menu_list .current{background:#0527af url(../images/pro_down.png) center right no-repeat;color: #fff;}
.menu_body{width:210px;height:auto;overflow:hidden;line-height:38px;border-left:1px solid #e1e1e1;backguound:#fff;border-right:1px solid #e1e1e1;}
.menu_body li{ font-size: 14px; text-transform: uppercase; display:block;width:223px;height:40px;font-weight: 500; line-height:40px;padding-left:25px;color:#525252;background:#fff;text-decoration:none;border-bottom:1px solid #e1e1e1;}
.menu_body li:hover a{text-decoration:none; color: #0527af ;}
.menu_list .menu_body ul{list-style: none;margin-bottom: 0;}
.index_pro_con_lf {
    width: 210px;
    height: auto;
    float: left;
    display: table;
}
.index_pro_con{
	padding-left: 0!important;
	padding-right: 0!important;
	margin-top: 15px;
}
.index_pro_con_ri {
    float: right;
    width: 930px;
    height: auto;
    display: table;
}

/*反页*/
.pagee li{
	width: 50%;
 
}
.pagee {
	padding-left: 5px!important;
	padding-right: 5px!important;
}
/*lianxiwomen*/
.se .share1 a {
    background: url(../images/social-icons.png) no-repeat 0 0;
    width: 30px;
    height: 20px;
    display: block;
}
.se .share1 a.twit{
    background-position: -32px 0px;
}
.se .share1 a.google{
    background-position: -64px 0px;
}
.se .share1 a.fb {
    background-position: 0px 1px;
}
/*人才招聘*/
.fycontainer .pro {
    margin-bottom: 50px;
}
.wid110 {
    width: 1100px;
    margin: 0 auto;
    margin-bottom: 50px;
}
.newscontent {
    width: 1100px;
    margin: auto;
    padding-top: 20px;
}
.newscontent ul li {
    width: 1098px;
    height: 215px;
    border: 1px solid #dddddd;
    margin-bottom: 19px;
}
.newscontent ul li dl {
    padding: 0;
    display: table;
    margin-top: 21px;
    margin-right: 36px;
    margin-bottom: 21px;
    margin-left: 17px;
}
.newscontent ul li dl dt {
    float: left;
    padding: 0;
    margin: 0;
    width: 255px;
    height: 170px;
}
.newscontent ul li dl dt img {
    width: 255px;
    height: 170px;
    border: 1px solid #dddddd;
}
.newscontent ul li dl dd {
    margin: 0;
    padding: 0;
    margin-left: 34px;
    width: 754px;
    position: relative;
    float: left;
}
.newscontent ul li dl dd h3 {
    color: #000000;
    font-size: 22px;
    line-height: 36px;
    width: 621px;
    font-weight: normal;
}
.newscontent ul li dl dd h3 a {
    color: #000000;
}
.newscontent ul li dl dd p {
    color: #4c4c4c;
    font-size: 13px;
    height: 72px;
    width: 622px;
    line-height: 24px;
    margin-top: 14px;
    overflow: hidden;
    text-align: justify;
}
.newscontent ul li dl dd p a {
    color: #4c4c4c;
}
.newscontent ul li dl dd h4 {
    color: #4c4c4c;
    font-size: 13px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 10px;
}
.newscontent ul li dl dd h4 a {
    color: #4c4c4c;
}
.newscontent ul li dl dd span {
    position: absolute;
    right: 0;
    top: 0;
    width: 75px;
    color: #999;
    font-size: 18px;
    line-height: 40px;
}
.newscontent ul li dl dd span i {
    font-style: normal;
    font-size: 60px;
    line-height: 70px;
    width: 65px;
    border-bottom: 1px solid #ccc;
    display: block;
}
.jobConts {
    margin: 50px 15px;
}
.jobConts strong {
    font-size: 18px;
    color: #eac368;
}
.job_list, .jobdesc {
    margin: 15px 0;
    padding-left: 40px;
    font-size: 16px;
}
.job_list li {
    font-size: 16px;
    line-height: 2em;
    padding: 5px 0;
    width: 48%;
    margin-right: 2%;
}
.jobConts strong {
    font-size: 18px;
    color: #eac368;
}
.job_list, .jobdesc {
    margin: 15px 0;
    padding-left: 40px;
    font-size: 16px;
}
/*回到顶部*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat #1F2729 10px 15px;
    text-align: center;
}
/*footer*/
.b1 {
    width: 100%;
    height: 240px;
    background: #3d4045;
}
.b1_in {
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    overflow: hidden;
    color: #fff;
}
.b1_in_p1 {
    width: 282px;
    height: 170px;
    float: left;
    border-right: 1px solid #bfbfbf;
}
.b1_in_p1_top img{
	width: 230px;
}
.b1_in_p1_bot_title {
    font-size: 14px;
    letter-spacing: 2px;
}
.b1_in_p1_top_tel {
    font-family: "Impact";
    font-size: 36px;
    padding-left: 15px;
}
.b1_in_p2 {
    width: 366px;
    height: 170px;
    float: left;
    border-right: 1px solid #bfbfbf;
}
.b1_in_p2_bt {
    font-size: 18px;
    padding-left: 30px;
    padding-top: 10px;
}
.b1_in_p2_con {
     margin-top: 20px; 
}
.b1_in_p2_con li {
    padding: 0 15px;
    float: left;
    width: 33.3%;
    text-align: center;
    line-height: 2;
}
.b1_in_p2_con li a {
    color: #fff;
    line-height: 200%;
    font-size: 14px;
}
.b1_in_p2_con li:hover a{
	color: #0527af;
}
.b1_in_p3 {
    width: 340px;
    height: 170px;
    float: left;
    border-right: 1px solid #bfbfbf;
}
.b1_in_p3_con {
    padding-left: 30px;
    font-size: 14px;
    margin-top: 20px;
    padding-right:30px;
}
.b1_in_p3_bt {
    font-size: 18px;
    padding-left: 30px;
    padding-top: 10px;
}
.b1_in_p4 {
    width: 120px;
    float: right;
    margin-right: 40px;
}
.b1_in_p4 img {
    /*padding-left: 30px;*/
    padding-top: 3px;
}
.b1_in_p4 p {
    text-align: center;
}
.foot {
    width: 100%;
    height: 60px;
    background: #626262;
}
.bot_all {
    width: 1200px;
    margin: 0 auto;
    line-height: 60px;
}
.cl {
    clear: both;
}
.subBanner{
	margin-top: 80px;
}
/*dingbu*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 20px;
    right: 50px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    border: none;
    text-indent: 100%;
    background: url(../images/top-arrow.png) no-repeat #c2c2c2 10px 15px;
    text-align: center;
}


/*研发创新*/
.new_pro {
	padding-top: 38px;
	background: url(../images/pic_04.png) no-repeat center top;
	margin-top: 70px;
	background-size: 100%;
}

.new_white div,
.new_white span {
	color: #fff;
}

.new_white {
	margin-top: 0px;
}

.about_pl img {
	height: 100%;
}

.new_plist li {
	background: #fafafa;
	padding: 25px 10px 34px 10px;
	float: left;
	width: 22.3%;
	margin: 40px 16px 0 16px;
	box-shadow: 0 0 30px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 0 30px rgba(0, 0, 0, .2);
}
.new_plist li:hover{
	box-shadow: 5px 5px 10px #bcbcbc;
	cursor: pointer;
}

.new_pic_02 {
	font-size: 18px;
	text-align: center;
	line-height: 27px;
	margin-top: 11px;
	color: #333333;
	/*font-weight: bold;*/
}

.new_pic_04 {
	font-size: 14px;
	color: #888888;
	line-height: 27px;
	margin-top: 14px;
}

.new_pic_03 {
	text-align: center;
	margin-top: 15px;
}

.new_pmore a {
	display: block;
    overflow: hidden;
    font-size: 16px;
    color: #3c3c3c;
    border: 1px solid #e1e1e1;
    margin: 50px auto 0 auto;
    width: 162px;
    height: 32px;
    line-height: 32px;
    text-align: center;
}
.new_plist li img{
	display: block;
	margin: 0 auto;
	width: 70px;
}

/*关于我们*/
.about-content{
	background: url(../images/484667.png) no-repeat center;
	padding: 60px 0;
	background-size: cover;
}
.about-content .about-body{
	font-family:"PingFangSC-Regular";
	padding: 0px 15px 15px;
	position: relative;
	border-bottom: 1px #DFDFDF solid;
}
.about-content .about-body:before{
	display: block;
	content: "";
	width: 10px;
	height: 10px;
	background: #DFDFDF;
	position: absolute;
	bottom: -5px;
	left: 0;
}
.about-content .about-body:after{
	display: block;
	content: "”";
	width: 100px;
	height: 100px;
	font-size: 200px;
	text-align: center;
	line-height: 200px;
	position: absolute;
	bottom: 0;
	right: 30px;
	color: rgba(5, 39, 175,.3);
	z-index: -1;
	font-family:"PingFangSC-Regular";

}
.about-content .swiper-container {
	width: 100%;
	position: relative;
	height: 215px;
	padding-right: 15px;
	cursor: s-resize;
}
.about-content .swiper-slide {
	font-size: 18px;
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.about-content .swiper-container-vertical>.swiper-scrollbar{
	border-radius: 50px;
}
.about-content .swiper-scrollbar-drag{
	background: #0527af;
	border-radius: 50px;
}

.mobile-show{
    display: none !important;
}
.computer-show{
    display: block !important;
}
.modul-title{
    /*margin-bottom: 20px;*/
}
.modul-title p{
	padding-top: 0px;
}
.modul-title h3{
    font-size: 32px;
    position: relative;
    color: #333333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    font-weight: 500;
}
.modul-title-white h3 {
    color: #FFF;
}
.modul-title h3:after{
    display: block;
    content: "";
    height: 3px;
    background: #0527af;
    width: 45px;
    margin: 10px 0 5px;
}
.modul-title.text-center h3:after{
    margin: 10px auto 5px;
}
.modul-title p{
    font-size: 18px;
    color: #5E5E5E;
    text-transform:uppercase;
    letter-spacing: 1px;
}
.modul-title.modul-title-white p{
    color: #DFE4E8;
}
container{
	width: 1200px;
	margin: 0 auto;
	margin-top: 60px;
}
.relative{
	position: relative;
}
.aboutus{
	text-align: center;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 54px;
	color: #eeeeee;
	font-weight: bold;
}
.guanyuwomen{
	font-family: "Microsoft YaHei";
	text-align: center;
	word-wrap: break-word;
	font-size: 26px;
	color: #0527af;
	margin-top: -45px;
}
.fullcolumn-outer{
    background-color: transparent;
    background-image: url(../images/-4667.png);
    background-position: 50% 50%;
    z-index: -1;
    background-repeat: no-repeat;
    box-sizing: border-box;
    padding-top: 80px;
}
.xiangxia{
	margin-bottom: 20px;
}
.limg{
	width: 40%;
	padding-left: 0px;
}
.textt{
	width: 54%;
	padding-left: 8px;
	padding-top:10px;

}
.container2{
	width: 1200px;
	margin: 0 auto;
}
.textt p{
	font-size: 14px;
	color: #777;
	line-height: 1.5;
	text-align: justify;
	padding-top:15px;
}
.textt h1{
	    color: #000000;
    font-family: "Microsoft YaHei";
    font-size: 22px;
    font-weight: 500;
}
.textt .kmore{
	width: 130px;
    height: 35px;
    line-height: 34px;
    display: inline-block;
    margin: 0;
    padding: 0;
    border:2px solid #0527af;
    background-color: #FFF;
    font-size: 14px;
    color: #0527af;
    font-weight: 400;
    margin-top: 18px;
    text-align: center;
}
.textt .kmore a{
	color: #0527af;
	width: 100%;
}
.textt .kmore:hover a{
	color: #fff;
	
}
.textt .kmore:hover{
	background-color: #0527af;
}
.yanfa{
	background-color: transparent;
    background-image: url(../images/119411.jpg);
    background-position: 0 100%;
    background-size: 100% 100%;
}
.yanfa-contant{
	width: 1200px;
	text-align: center;
	margin-top: 60px;
	margin:0 auto;
}
 .yanfa-strong{
	padding-top: 40px;
	color: #999999;
	text-align: center;
	font-family: Tahoma,Geneva,sans-serif;
	font-size: 54px;
	/* color: #eeeeee; */
	font-weight: bold;
}
 .yanfa-p{
	color: #fff;
	font-family: "Microsoft YaHei";
	text-align: center;
	word-wrap: break-word;
	font-size: 26px;
	/* margin-top: -45px; */
}
.yanfa-bottom{
	width: 1000px;
    margin: 0 auto;
    margin-top: 35px;
   padding-bottom: 50px;
}
.yanfa-bottom ul li{
	float: left;
	width: 313px;
    margin:0 10px;
}
.yanfa-bottom ul li .yanfa-img{
	text-align: center;
	position: relative;
	z-index: 99;
	width: 320px;

}
.yanfa-bottom ul li .yanfa-img img{
	width: 126px;
    height: 126px;
    vertical-align: middle;
     text-align: center;
    background-color: #EEE;
    -webkit-border-radius: 50%;
    z-index: 9999;
}
.yanfa-bottom ul li .yanfa-span{
	height: 171px;
    width: 320px;
    left: 0px;
    top: -16px;
    background-color: #fff;
    z-index: 6;
    opacity: 1;
    position: relative;
    box-sizing: border-box;
    padding: 10px;
}
.yanfa-bottom ul li .yanfa-span .tittle{
	padding-top: 20px;
    z-index: 2;
    font-size: 22px;
    line-height: 1.2;
    color: #000000;
    text-align: center;
    width: 100%;
}
.yanfa-bottom ul li .yanfa-span .yinwen{
	font-family: Tahoma,Geneva,sans-serif;
	color: #999999;
	font-size: 14px;
	text-align: center;
}
.yanfa-bottom ul li .yanfa-span .wen{
	    font-size: 14px;
	    line-height: 1.5;
	        text-align: center;
}
.translate{
	width: 100%;
	max-width:1120px;
	margin: 0 auto;
}
.translate .yanfa-contant .yanfa-p{
	color: #0527af;
}
.translate-ul{
	width:100%;
	margin: 35px auto;
	text-align: left;
}
.translate-ul li{
	float:left;
	margin-left: 15px;
	width: 31%;
	margin-top: 18px;
	overflow: hidden;
}
.translate-ul li .translate-div{
	overflow: hidden;
	width: 100%;
}
.translate-ul li .translate-div .translate-a{
	height: 171px;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 13px;
}
.translate-ul li .translate-div .translate-bottom{
padding-left: 5px;
}
.translate-ul li .translate-div .translate-bottom span{
	height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.translate-ul li .translate-div .translate-bottom .tra-con{
	padding-top: 8px;
	padding-bottom: 8px;
	height: 53px;
	overflow: hidden;
}
.translate .link{
	margin-top: 10px;
	padding: 15px 10px;
    text-align: left;
    border-top: 1px solid #e1e1e1;
}
.translate .link a{
	border: 1px solid #e1e1e1;
	font-size: 15px;
	padding: 5px 12px;
	background-color:white;
}
.translate-ul li .translate-a img{
	width: 100%;
	height: 100%;
}
.translate-ul li:hover .translate-a img{
	transform: scale(1.1);
	transition: all 0.5s;
}
.translate-ul li:hover .translate-div{
	background-color: #0527af;
	color: white;
}
.translate-ul li:hover .link a{
	border-radius: 1000px;

}
.contantadd{
	background-color: white;
}
.translate-ul .ul-a{
	width: 100%;
	text-align: center;
	margin-top: 30px;
}
.translate-ul .ul-a .div-a{
	padding: 6px 40px;
    text-align: center;
    border: 1px solid #e1e1e1;
}
.translate-ul .ul-a .div-a:hover{
	background-color: #0527af;
	color: white;
}
.apply{
	text-align: center;
	background-image: url(../images/ask.jpg);
	padding: 50px 10px;
	display: block;
	background-size: 100%;
}
.apply-div{
	width: 350px;
    margin:0 auto;
	padding-top: 5px;
    padding-bottom: 21px;
    font-size: 14px;
	text-align: center;
}
.clearfix::after{
	clear:both;
}
.apply .apply-p{
	padding-top: 90px;
}
.apply-div .apply-a{
	padding: 5px 30px;
    background-color: #0527af;
    color: white;
    border-radius: 15px;
}
.apply-div span{
display: block;
margin-top: 8px;
}

