
.banner {
    color: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 90;
}
.banner ul {
    list-style: outside none none;
    width: 300%;
}
.banner ul li {
    background-size: 100% 100%;
    display: block;
    float: left;
    height: 480px;
    position: relative;
    width: 33%;
}
.banner ul li a {
    color: #fff;
    display: inline-block;
    height: 100%;
    opacity: 0;
    position: relative;
    width: 100%;
}
.banner ul li a.banner_white {
    color: #fff;
}
.banner ul li a.banner_blue {
    color: #3aa8db;
}
.banner ul li a.banner_grey {
    color: #595758;
}
.banner .dots {
    bottom: 20px;
    left: 0;
    position: absolute;
    right: 0;
}
.banner .dots li {
    background: #AAADB7;
    border-radius: 18px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    margin: 0 14px;
    opacity: 1;
    text-indent: -999em;
    transition: background 0.5s ease 0s, opacity 0.5s ease 0s;
    width: 18px;
}
.banner .dots li.active {
    background: #ea8420;
    opacity: 1;
}

.banner .arrows {
    bottom: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
}
.banner .arrow {
    cursor: pointer;
    display: inline;
    padding-left: 10px;
}
.banner .mybannerMove {
    animation: 1s ease 0s normal none 1 running mybanner1;
    opacity: 1;
}
@keyframes mybanner1 {
0% {
    opacity: 0;
    top: -100px;
}
100% {
    opacity: 1;
    top: 0;
}
}
@keyframes mybanner1 {
0% {
    opacity: 0;
    top: -100px;
}
100% {
    opacity: 1;
    top: 0;
}
}
.banner .mybannerout {
    animation: 1s ease 0s normal none 1 running mybanner2;
    opacity: 0;
}
@keyframes mybanner2 {
0% {
    opacity: 1;
    top: 0;
}
100% {
    opacity: 0;
    top: -100px;
}
}
@keyframes mybanner2 {
0% {
    opacity: 1;
    top: 0;
}
100% {
    opacity: 0;
    top: -100px;
}
}
.banner li a h4 {
    font-family: Roboto-Bold,΢���ź�,Helvetica,Arial,sans-serif;
    font-size: 48px;
    line-height: 60px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}
.banner li a h4.H4A {
    height: 60px;
    left: 50%;
    margin-left: -360px;
    position: absolute;
    top: 100px;
    white-space: nowrap;
    width: 720px;
}
.banner li a h4.H4B {
    height: 120px;
    margin: 200px 8% 30px;
}
.banner li a .content {
    box-sizing: border-box;
    margin: 60px auto 0;
    padding-right: 18%;
    text-align: left;
    width: 84%;
}
.banner li a .content h3 {
    max-height: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner li a .content h5 {
    font-family: Roboto-Light,΢���ź�,Helvetica,Arial,sans-serif;
    margin-top: 10px;
    max-height: 108px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.banner li a h2 {
    font-family: Roboto-Bold,΢���ź�,Helvetica,Arial,sans-serif;
    font-size: 72px;
    height: 72px;
    left: 50%;
    line-height: 72px;
    margin-left: -360px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-transform: uppercase;
    top: 170px;
    width: 720px;
    word-break: break-all;
    word-wrap: break-word;
}
.banner li a p {
    font-size: 18px;
    height: 120px;
    left: 50%;
    line-height: 24px;
    margin-left: -100px;
    overflow: hidden;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    top: 270px;
    width: 580px;
}
.banner li a button {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 40px;
    float: left;
    height: 40px;
    line-height: 36px;
    margin: 0 8%;
    padding: 0 20px;
    text-transform: capitalize;
}
.banner li a.banner_white button {
    border: 2px solid #fff;
    color: #fff;
}
.banner li a.banner_blue button {
    border: 2px solid #3aa8db;
    color: #3aa8db;
}
.banner li a.banner_grey button {
    border: 2px solid #595758;
    color: #595758;
}
.banner li a button:hover {
    background: #2896ef none repeat scroll 0 0;
    border: 2px solid #2896ef;
    border-radius: 40px;
    color: #fff;
    transition: background-color 0.3s ease 0s;
}
.banner li a .content button {
    margin-top: 30px;
}
.banner ul li:first-child .content {
    position: relative;
}
.banner ul li:first-child h3 {
    color: #fff;
    font-size: 48px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin-top: 120px;
    max-height: 60px;
    position: absolute;
    top: 50%;
}
.banner ul li:first-child h5 {
    color: #f4f760;
    font-size: 24px;
    height: 36px;
    left: 0;
    line-height: 36px;
    margin-top: 180px;
    max-height: 36px;
    position: absolute;
    top: 50%;
}
.banner ul li:first-child h5 span {
    background: #f4f760 none repeat scroll 0 0;
    border-radius: 6px;
    display: inline-block;
    height: 6px;
    margin: 4px 24px;
    width: 6px;
}
.banner ul li:first-child button {
    display: none;
}
@media screen and (max-width: 767px) {
.banner ul li {
    height: 190px;
    position: static;
}
.banner li a h4 {
    box-sizing: border-box;
    font-size: 30px;
    line-height: 40px;
    margin-top: 50px;
    padding: 0 50px;
    position: static;
}
.banner li a h4.H4A {
    height: 40px;
    left: 0;
    margin-left: 0;
    top: 0;
    width: 100%;
}
.banner li a h4.H4B {
    height: 120px;
    left: 0;
    margin: 100px 0 20px;
    top: 0;
    width: 100%;
}
.banner li a h2 {
    box-sizing: border-box;
    font-size: 50px;
    height: 60px;
    left: 0;
    line-height: 60px;
    margin-left: 0;
    margin-top: 100px;
    padding: 10px 100px 0;
    position: static;
    top: 0;
    width: 100%;
}
.banner li a p {
    box-sizing: border-box;
    font-size: 14px;
    height: 148px;
    left: 0;
    margin-left: 0;
    padding: 30px 50px 0 200px;
    position: static;
    top: 0;
    width: 100%;
}
.banner li a button {
    float: left;
    margin-left: 50px;
    padding: 0 20px;
}
.banner li a .content {
    margin: 60px auto 0;
    width: 94%;
}
.banner li a .content h3 {
    max-height: 88px;
}
.banner li a .content h5 {
    max-height: 84px;
}
.banner li a .content button {
    float: inherit;
    margin-left: 0;
}
.banner ul li:first-child h3 {
    font-size: 36px;
    height: 48px;
    line-height: 48px;
    margin-top: 40px;
    max-height: 48px;
}
.banner ul li:first-child h5 {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-top: 90px;
    max-height: 32px;
}
.banner ul li:first-child h5 span {
    margin: 2px 13px;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.banner ul li {
    height: 400px;
}
.banner li a .content {
    margin: 60px auto 0;
}
.banner li a h4 {
    font-size: 40px;
    line-height: 50px;
}
.banner li a h4.H4B {
    height: 150px;
    margin: 150px 8% 30px;
}
.banner li a h2 {
    font-size: 64px;
    line-height: 64px;
}
.banner li a p {
    width: 470px;
}
.banner li a .content h3 {
    max-height: 104px;
}
.banner li a .content h5 {
    max-height: 90px;
}
.banner li a .content button {
    float: inherit;
    margin-left: 0;
    margin-top: 20px;
}
.banner ul li:first-child h3 {
    font-size: 36px;
    height: 48px;
    line-height: 48px;
    margin-top: 80px;
    max-height: 48px;
}
.banner ul li:first-child h5 {
    font-size: 20px;
    height: 32px;
    line-height: 32px;
    margin-top: 130px;
    max-height: 32px;
}
.banner ul li:first-child h5 span {
    margin: 3px 13px;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.banner ul li {
    height: 400px;
}
.banner li a .content {
    margin: 50px auto 0;
}
.banner li a h4 {
    font-size: 40px;
    line-height: 50px;
}
.banner li a h4.H4B {
    height: 150px;
    margin: 150px 8% 30px;
}
.banner li a h2 {
    font-size: 64px;
    line-height: 64px;
}
.banner li a p {
    width: 470px;
}
.banner li a .content h3 {
    max-height: 108px;
}
.banner li a .content h5 {
    max-height: 96px;
}
.banner li a .content button {
    float: inherit;
    margin-left: 0;
    margin-top: 20px;
}
.banner .dots {
    bottom: 10px;
}
.banner ul li:first-child h3 {
    font-size: 48px;
    height: 60px;
    line-height: 60px;
    margin-top: 70px;
    max-height: 60px;
}
.banner ul li:first-child h5 {
    font-size: 24px;
    height: 36px;
    line-height: 36px;
    margin-top: 130px;
    max-height: 36px;
}
.banner ul li:first-child h5 span {
    margin: 4px 24px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1679px) {
.banner ul li {
    height: 400px;
}
.banner li a .content {
    margin: 40px auto 0;
}
.banner li a .content h3 {
    max-height: 116px;
}
.banner li a .content h5 {
    max-height: 102px;
}
.banner li a .content button {
    float: inherit;
    margin-left: 0;
}
.banner ul li:first-child h3 {
    font-size: 46px;
    margin-top: 100px;
}
.banner ul li:first-child h5 {
    font-size: 22px;
    margin-top: 160px;
}
.banner ul li:first-child h5 span {
    margin: 4px 25px;
}
}
@media screen and (min-width: 1680px) and (max-width: 1920px) {
.banner li a h4.H4B {
    bottom: 170px;
    left: 50%;
    margin-left: -640px;
    position: absolute;
}
.banner li a button {
    bottom: 100px;
    float: inherit;
    left: 50%;
    margin-left: -640px;
    position: absolute;
}
.banner li a .content {
    width: 1280px;
}
.banner li a .content button {
    bottom: 0;
    left: 0;
    margin-left: 0;
    position: inherit;
}
}
@media screen and (min-width: 1920px) {
.banner li a .content {
    width: 1280px;
}
}
.index_newsScroll {
    background: #33373b none repeat scroll 0 0;
    height: 32px;
    line-height: 32px;
}
#rollAD {
    height: 32px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
#rollText {
    font-size: 16px;
    line-height: 32px;
    text-align: left;
}
#rollText a {
    color: #fff;
    display: block;
    padding-left: 14px;
    position: relative;
}
#rollText a span {
    background: #fff none repeat scroll 0 0;
    height: 3px;
    left: 0;
    position: absolute;
    top: 15px;
    width: 3px;
}
.areaDiv {
    background: #2e58b0 url("../images/areaBg.jpg") no-repeat scroll center top / 100% 100%;
    padding: 60px 0;
    text-transform: uppercase;
}
.areaBlock {
    width: 100%;
}
.areaBlockLi {
    box-sizing: border-box;
    float: left;
    margin-top: 20px;
    padding-right: 60px;
    width: 25%;
}
.areaBlockLi:last-child {
    padding-right: 0;
}
.areaBlockLi:nth-of-type(1), .areaBlockLi:nth-of-type(2) {
    margin-top: 20px;
}
.areaDiv ul {
    display: inline-block;
}
.areaDiv li {
    float: left;
    padding: 5px 0;
    width: 100%;
}
.areaDiv ul.w50 li {
    width: 50%;
}
.areaBlockLi h4 {
    border-bottom: 2px solid #5da4ff;
    color: #ffa114;
    font-size: 18px;
    font-weight: normal;
    height: 40px;
    line-height: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
    width: 100%;
}
.areaDiv li a {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}
.areaDiv li a:hover {
    color: #ffa114;
}
@media screen and (max-width: 767px) {
.areaBlockLi {
    width: 50%;
}
}
@media screen and (min-width: 768px) and (max-width: 991px) {
.areaBlockLi {
    width: 50%;
}
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
.areaBlockLi {
    padding-right: 40px;
}
.areaDiv li {
    padding: 2px 0;
}
.areaDiv li a {
    font-size: 12px;
}
}
@media screen and (min-width: 1201px) and (max-width: 1680px) {
.areaBlockLi {
    padding-right: 50px;
}
}
.SoluDiv {
	width: 85%;
	font-size: 30px;
	margin: auto;
}
.indusDiv {
    font-size: 22px;
}
.SoluDiv li {
    box-sizing: border-box;
    display: inline-block;
    float: left;
    margin-right: 2%;
    padding: 40px 20px 60px;
    width: 23.5%;
}
.SoluDiv li:last-child {
    margin-right: 0;
}
.SoluDiv li.bg1 {
    background: #294475 url("../images/Shape_2x.png") no-repeat scroll right bottom / 50% auto;
}
.SoluDiv li.bg2 {
    background: #2ca1f1 url("../images/atom_2x.png") no-repeat scroll right bottom / 50% auto;
}
.SoluDiv li.bg3 {
    background: #294475 url("../images/Group_2x.png") no-repeat scroll right bottom / 50% auto;
}
.SoluDiv li.bg3 img {
    bottom: 0;
    display: block;
    height: 50%;
    position: absolute;
    right: 0;
    width: 50%;
}
.SoluDiv li.bg4 {
    background: #2ca1f1 url("../images/COG_2x.png") no-repeat scroll right bottom / 50% auto;
}
.SoluDiv h4 {
    color: #fff;
    font-size: 24px;
    height: 60px;
    line-height: 30px;
    margin: 0 0 20px;
    overflow: hidden;
}
.SoluDiv span a {
    color: #fff;
    display: block;
    font-size: 18px;
    line-height: 20px;
    margin: 12px 0;
}
.SoluDiv span a:hover {
    color: #ffa015;
}
@media (max-width: 767px) {
.SoluDiv li {
    margin-right: 0;
    width: 100%;
}
.SoluBlock {
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.SoluDiv li {
    padding: 40px 20px;
    width: 49%;
}
.SoluDiv li:nth-of-type(2n) {
    margin-right: 0;
}
.SoluDiv li:nth-of-type(3), .SoluDiv li:nth-of-type(4) {
    margin-top: 10px;
}
.indusDiv {
    font-size: 18px;
}
.SoluDiv h4 {
    font-size: 20px;
    height: 52px;
    line-height: 26px;
    margin: 0 0 10px;
}
.SoluDiv span a {
    font-size: 16px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
.SoluDiv {
    font-size: 20px;
    width: 100%;
}
}
@media (min-width: 1200px) and (max-width: 1680px) {
.SoluDiv {
    font-size: 24px;
    width: 100%;
}
}
.SoluTab {
    width: 100%;
}
.SoluDiv td {
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	cursor: pointer;
	-webkit-transition: background-color .5s linear;
	-moz-transition: background-color .5s linear;
	-o-transition: background-color .5s linear;
	transition: background-color .5s linear;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

.SoluDiv td:hover {
	background: #2e58b0;
	-webkit-transition: background-color .5s;
	-moz-transition: background-color .5s;
	-o-transition: background-color .5s;
	transition: background-color .5s;
}

.SoluDivH1 {
	height: 120px;
	-webkit-transition: heigth .5s;
	-moz-transition: heigth .5s;
	-ms-transition: heigth .5s;
	-o-transition: heigth .5s;
	transition: heigth .5s;
}

.SoluDiv .services1 {
	text-align: center;
	background: #00b0f0;
	background-size: cover;
}

.SoluDiv .services1 a {
	color: #fff;
}

.SoluDiv .services2 {
	text-align: center;
	background: #00cc99;
	background-size: cover;
}

.SoluDiv .services3 {
	background: #92d050;
}

.SoluDiv .services1 a, .SoluDiv .services2 a, .SoluDiv .services3 a,
	.SoluDiv .services3:hover a, .SoluDiv td:hover a {
	color: #fff;
	text-decoration: none;
}

.SoluDiv td a {
	width: 100%;
	height: 100%;
	display: block;
}

@media (min-width: 992px) and (max-width: 1100px) {
.SoluDivH1 {
    height: 160px;
}
.SoluDivH2 {
    height: 140px;
}
.indusDiv {
    font-size: 20px;
}
}
.workUl {
    font-size: 18px;
    margin-bottom: 50px;
    text-align: center;
}
.workUl li {
    color: #364a5e;
    cursor: pointer;
    display: inline-block;
    padding: 4px 16px;
    position: relative;
}
.workUl li.hover {
    background: #2896ef none repeat scroll 0 0;
    border-radius: 30px;
    color: #fff;
    transition: background 0.5s linear 0s;
}
#con_workLi_1 {
    display: block;
}
.workDiv, .workDivUl {
    width: 100%;
}
.workDivUl {
    display: inline-block;
    margin-bottom: 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.workDivUl li {
    display: inline-block;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    z-index: 9;
}
.workDivUl li:last-child {
    margin-right: 0;
}
.workDivUl a {
    display: inline-block;
    height: 100%;
    width: 100%;
}
.workDivUl h4 {
    color: #222325;
    font-family: Roboto-Bold,΢���ź�,Helvetica,Arial,sans-serif;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workDivUl p {
    color: #979ea5;
    font-size: 14px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workDivUl span {
    border-radius: 30px;
    bottom: 30px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    left: 20px;
    line-height: 20px;
    padding: 10px 20px 10px 40px;
    position: absolute;
}
.workDivUl img {
    display: block;
}
.workDiv1 {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #e4ebf5;
    box-sizing: border-box;
    height: 360px;
    position: relative;
    transition: border 0.2s linear 0s;
    width: 560px;
}
.workDiv1:hover {
    border: 4px solid #2896ef;
    position: relative;
}
.workDiv1 h4 {
    font-size: 18px;
    line-height: 24px;
    margin: 50px 280px 20px 30px;
    max-height: 72px;
}
.workDiv1 p {
    height: 120px;
    margin: 0 280px 0 30px;
}
.workDiv1 span {
    background: #2896ef url("../images/VIEW_2x.png") no-repeat scroll 14px center / 12% auto;
    margin: 0 280px 0 30px;
}
.workDiv1 .workDiv_img {
    height: 360px;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    width: 262px;
}
.workDiv2 {
    background: #fff none repeat scroll 0 0;
    border: 4px solid #e4ebf5;
    box-sizing: border-box;
    height: 360px;
    transition: border 0.2s linear 0s;
    width: 280px;
}
.workDiv2:hover {
    border: 4px solid #2896ef;
}
.workDiv2 img {
    height: 200px;
    margin-bottom: 30px;
    overflow: hidden;
    width: 280px;
}
.workDiv2 h4 {
    font-size: 18px;
    line-height: 24px;
}
.workDiv2 h4, .workDiv2 p {
    height: 46px;
    padding: 0 20px;
}
.workDiv3 {
    background: #db1039 none repeat scroll 0 0;
    border: 4px solid #e4ebf5;
    height: 272px;
    padding: 40px 20px;
    width: 232px;
}
.workDiv3:hover {
    background: #a70324 none repeat scroll 0 0;
    border: 4px solid #a70324;
}
.workDiv3 h4, .workDiv4 h4 {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
}
.workDiv3 p {
    color: #ffb7c5;
}
.workDiv3 span {
    background: rgba(0, 0, 0, 0) url("../images/VIEW_red_2x.png") no-repeat scroll 14px center / 12% auto;
    border: 2px solid #fff;
}
.workDiv4 span {
    background: rgba(0, 0, 0, 0) url("../images/VIEW _darkblue_2x.png") no-repeat scroll 14px center / 12% auto;
    border: 2px solid #fff;
}
.workDiv4 {
    background: #253e6a none repeat scroll 0 0;
    border: 4px solid #e4ebf5;
    height: 272px;
    padding: 40px 20px;
    width: 232px;
}
.workDiv4:hover {
    background: #0c244d none repeat scroll 0 0;
    border: 4px solid #0c244d;
}
.workDiv4 p {
    color: #556a92;
}
.Industry {
    width: 100%;
}
.Industry .workDivUl li {
    box-sizing: border-box;
    float: left;
    height: 380px;
    overflow: hidden;
}
.Industry .w25 {
    margin: 0 1% 30px;
    width: 23%;
}
.Industry .w25:last-child, .Industry .w50:last-child {
    margin: 0 1%;
}
.Industry .w50 {
    margin: 0 1% 30px;
    width: 48%;
}
.workDiv5 {
    background: #fcfcfc none repeat scroll 0 0;
    border: 4px solid #f4f4f4;
    box-sizing: border-box;
    transition: border 0.2s linear 0s;
}
.workDiv5:hover {
    border: 4px solid #2896ef;
}
.workDiv5 img {
    margin-bottom: 30px;
}
.workDiv5 h4 {
    padding: 0 20px;
}
.workDiv5 h4, .workDiv6 h4, .workDiv7 h4, .workDiv8 h4 {
    font-family: Roboto-Medium,΢���ź�,Helvetica,Arial,sans-serif;
    height: 36px;
}
.workDiv5 p {
    height: 70px;
    padding: 0 20px;
}
.workDiv6 {
    background: #db1039 none repeat scroll 0 0;
    border: 4px solid #f4f4f4;
    padding: 40px 20px;
}
.workDiv6:hover {
    background: #a70324 none repeat scroll 0 0;
    border: 4px solid #a70324;
}
.workDiv6 h4, .workDiv8 h4 {
    color: #fff;
}
.workDiv6 p {
    color: #ffb7c5;
    height: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.workDiv6 span, .workDiv8 span {
    background: rgba(0, 0, 0, 0) url("../images/view.png") no-repeat scroll 14px center;
    border: 2px solid #fff;
    margin-top: 40px;
}
.workDiv7 {
    background: #e6edf4 none repeat scroll 0 0;
    border: 4px solid #f4f4f4;
    box-sizing: border-box;
    transition: border 0.2s linear 0s;
}
.workDiv7:hover {
    border: 4px solid #2896ef;
    position: relative;
}
.workDiv7 h4 {
    margin: 30px 30px 20px;
}
.workDiv7 p {
    margin: 0 30px;
    max-height: 90px;
}
.workDiv7 span {
    background: #2896ef url("../images/view.png") no-repeat scroll 14px center;
    display: inline-block;
}
.workDiv8 {
    background: #253e6a none repeat scroll 0 0;
    border: 4px solid #f4f4f4;
    padding: 40px 20px;
}
.workDiv8:hover {
    background: #0c244d none repeat scroll 0 0;
    border: 4px solid #0c244d;
}
.workDiv8 p {
    color: #556a92;
    height: 144px;
}
@media (max-width: 767px) {
.Industry .w25 {
    width: 98%;
}
.Industry .w50 {
    width: 98%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.Industry .w25 {
    width: 48%;
}
.Industry .w50 {
    width: 98%;
}
}
@media (max-width: 1200px) {
.workDiv5 h4, .workDiv6 h4, .workDiv7 h4, .workDiv8 h4 {
    height: 24px;
}
}
@media (min-width: 1201px) and (max-width: 1680px) {
.workDiv5 h4, .workDiv6 h4, .workDiv7 h4, .workDiv8 h4 {
    height: 30px;
}
}
.Solutions_LP {
    display: inline-block;
    width: 100%;
}
.Solutions_LP li {
    background: #f4f4f4 none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin-bottom: 40px;
    margin-right: 3%;
    width: 48.5%;
}
.Solutions_LP li:nth-child(2n) {
    margin-right: 0;
}
.Solutions_LP .blue {
    color: #2e58b0;
}
.Solutions_LP .green {
    color: #7ec225;
}
.Solutions_LP .yellow {
    color: #fda92a;
}
.Solutions_LP .red {
    color: #dc0e38;
}
.Solutions_LP img {
    max-height: 295px;
}
.Solutions_LP h4 {
    font-family: Roboto-Bold,΢���ź�,Helvetica,Arial,sans-serif;
    margin: 0 30px 14px;
}
.span_blue {
    background: #2e58b0 none repeat scroll 0 0;
}
.span_green {
    background: #7ec225 none repeat scroll 0 0;
}
.span_yellow {
    background: #fda92a none repeat scroll 0 0;
}
.span_red {
    background: #dc0e38 none repeat scroll 0 0;
}
.Solutions_LP h6 {
    color: #666;
    height: 96px;
    margin: 0 30px 50px;
}
.Solutions_LP h6 span {
    bottom: -24px;
    height: 2px;
    left: 0;
    position: absolute;
    width: 140px;
}
.Solutions_LP p {
    margin: 30px 30px 50px;
    overflow: hidden;
}
.Solutions_LP p a {
    color: #666;
    display: inline-block;
    float: left;
    font-family: Roboto-Bold,΢���ź�,Helvetica,Arial,sans-serif;
    margin-right: 2%;
    padding: 6px 0;
    width: 49%;
}
.Solutions_LP p a:nth-of-type(2n) {
    margin-right: 0;
}
.Solutions_LP p a:hover {
    color: #2896ef;
}
.Solutions_LP p a em {
    font-family: Roboto-Regular,΢���ź�,Helvetica,Arial,sans-serif;
    font-size: 10px;
    font-style: normal;
    margin-left: 10px;
    position: relative;
    top: -2px;
}
@media (max-width: 767px) {
.Solutions_LP li {
    float: inherit;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
}
.Solutions_LP h4 {
    height: auto;
    margin: 20px 20px 10px;
}
.Solutions_LP h6 {
    height: auto;
    margin: 0 20px;
}
.Solutions_LP h6 span {
    bottom: -10px;
}
.Solutions_LP p {
    margin: 30px 20px 20px;
}
.Solutions_LP p a {
    float: inherit;
    margin-right: 0;
    padding: 0;
    width: 100%;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.Solutions_LP p a {
    float: inherit;
    margin-right: 0;
    width: 100%;
}
.Solutions_LP li {
    margin-bottom: 20px;
}
}
@media (min-width: 992px) and (max-width: 1200px) {
}
@media (min-width: 1201px) and (max-width: 1680px) {
}
.ServiceDiv {
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.ServiceDiv h4 {
    color: #33373b;
    font-family: Roboto-Medium,΢���ź�,Helvetica,Arial,sans-serif;
    font-size: 24px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ServiceDiv p {
    color: #a1caff;
    font-family: Roboto-Light,΢���ź�,Helvetica,Arial,sans-serif;
    font-size: 20px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ServiceDiv p::after {
}
.ServiceDiv span {
    height: 6px;
    left: 0;
    position: absolute;
    top: 12px;
    width: 12px;
    z-index: 10;
}
.ServiceDiv_l {
    box-sizing: border-box;
    float: left;
    width: 50%;
}
.bigDiv a {
    background: #253e6a none repeat scroll 0 0;
    display: inline-block;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 11;
}
.ServiceDiv a {
    display: table;
    height: 100%;
    position: relative;
    width: 100%;
    z-index: 11;
}
.bigDiv div, .ServiceDiv li a .blueBG {
    background: rgba(40, 150, 239, 0) none repeat scroll 0 0;
    height: 100%;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 100%;
    z-index: 1;
}
.bigDiv:hover div, .ServiceDiv li a:hover .blueBG {
    background: rgba(40, 150, 239, 0.4) none repeat scroll 0 0;
}
.bigDiv h4 {
    color: #fff;
    margin: 20px 0 10px;
    padding: 0 30px;
    position: relative;
    z-index: 11;
}
.bigDiv p {
    margin: 0 30px 30px;
    position: relative;
    z-index: 11;
}
.ServiceDiv_r {
    box-sizing: border-box;
    float: right;
    width: 50%;
}
.ServiceDiv ul {
    display: inline-block;
    float: left;
    overflow: hidden;
}
.ServiceDiv li {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    overflow: hidden;
    width: 100%;
}
.ServiceDiv li:last-of-type {
    margin-bottom: 0;
}
.ServiceDiv .ServiceDiv_img {
    float: left;
    overflow: hidden;
    width: 57%;
}
.ServiceDiv li h4 {
    box-sizing: border-box;
    float: left;
    margin-top: 30px;
    overflow: hidden;
    padding: 0 10px 0 30px;
    width: 43%;
}
.ServiceDiv li a:hover h4 {
    color: #000;
}
.pr20 {
    padding-right: 10px;
}
.pl20 {
    padding-left: 10px;
}
.m_l_r20 {
    margin: 0 -10px;
}
.ServiceDiv_three {
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 0 10px;
    width: 33.3333%;
}
.ServiceDiv_three h4 {
    margin-bottom: 40px;
}
@media (max-width: 767px) {
.ServiceDiv_l, .ServiceDiv_r {
    width: 100%;
}
.ServiceDiv_r {
    margin-top: 20px;
}
.pr20, .pl20 {
    padding: 0;
}
.ServiceDiv span {
    top: 6px;
}
.ServiceDiv h4 {
    font-size: 16px;
    line-height: 20px;
}
.ServiceDiv .ServiceDiv_img {
    width: 40%;
}
.ServiceDiv li h4 {
    margin-top: 4px;
    width: 60%;
}
.ServiceDiv p {
    font-size: 12px;
    line-height: 20px;
}
.ServiceDiv_three {
    float: inherit;
    margin-bottom: 20px;
    width: 100%;
}
.ServiceDiv_three:last-of-type {
    margin-bottom: 0;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.ServiceDiv_l, .ServiceDiv_r {
    width: 100%;
}
.ServiceDiv_r {
    margin-top: 20px;
}
.pr20, .pl20 {
    padding: 0;
}
.ServiceDiv h4 {
    font-size: 18px;
    line-height: 28px;
}
.ServiceDiv span {
    top: 12px;
}
.ServiceDiv p {
    font-size: 14px;
    line-height: 24px;
}
}
@media (min-width: 992px) and (max-width: 1279px) {
.ServiceDiv h4 {
    font-size: 20px;
    line-height: 30px;
}
.ServiceDiv p {
    font-size: 16px;
    line-height: 26px;
}
.ServiceDiv span {
    top: 12px;
}
.ServiceDiv li h4 {
    margin-top: 12px;
}
}
@media (min-width: 1200px) and (max-width: 1366px) {
.bigDiv p {
    margin: 0 30px 20px;
    padding-bottom: 10px;
    position: relative;
    z-index: 11;
}
}
@media (min-width: 1280px) and (max-width: 1680px) {
.ServiceDiv h4 {
    font-size: 22px;
    line-height: 32px;
}
.ServiceDiv p {
    font-size: 18px;
    line-height: 28px;
}
.ServiceDiv span {
    top: 12px;
}
.ServiceDiv li h4 {
    margin-top: 20px;
}
}
