html {
	overflow-x: hidden;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	padding: 0;
	margin: 0;
}
body > a img {
	display: none;
}
a {
    text-decoration: none;
    outline: none;
}
a:hover {
	cursor: pointer;
}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
button, input {
	outline: none;
}
.no-info {
	color: #cd0000;
}
i, em {
	font-style: normal;
}
.main {
	width: 100%;
	overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 0;
    vertical-align: middle;
}
.header {
	width: 100%;
	height: 100px;
	z-index: 999;
	background-color: #fff;
}
.logo {
	float: left;
}
.navigation {
	float: right;
}
/*** 导航 ***/
.m-header-transition {
    -webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.m-navbar {
    position: relative;
    z-index: 999;
    border: none;
    border-radius: 0;
    background-color: #fff;
}
.m-logo {
    line-height: 1;
    height: auto;
    padding: 42px 0px 0px 0px;
    display: inline-block;
}
.m-logo img {
    /*float: left;*/
	width: auto;
}
.m-logo p {
	margin: 0;
	position: relative;
    top: 5px;
}
.m-navbar-nav {
}
.m-navbar-nav > li {
	float: left;
    position: static;
}
.m-navbar-nav > li > a {
    margin-left: 2px;
    padding: 50px 40px;
	color: #333333;
	font-size: 14px;
	display: block;
    position: relative;
}
.m-navbar-nav > li > a:hover,
.m-navbar-nav > li > a:focus {
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.m-navbar-nav > li > a:hover:after,
.m-navbar-nav > li > a:focus:after {
    width: 100%;
    background: #1070cf;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.m-navbar-nav > li > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: transparent;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transform: translate(0,100%);
    -ms-transform: translate(0,100%);
    -o-transform: translate(0,100%);
    transform: translate(0,100%);
}
.m-navbar-nav > .active > a {
    background-color: #1070cf;
    color: #fff;
}



.m-navbar-nav > li:hover > a,
.m-navbar-nav > li > a:focus,
.m-navbar-nav > li.uk-open > a {
    /*background-color: #1070cf;
    color: #fff;*/
}
.m-dropdown-navbar {
    left: 0;
    width: 100%;
    margin-top: 0;
    padding: 38px 0 30px 0;
    color: #fff;
}
.m-dropdown-navbar ul {
    display: block;
    margin: 0;
}
.m-dropdown-navbar ul li {
    display: inline-block;
    float: none;
    margin-top: 0;
    padding-left: 10px;
}
.m-dropdown-navbar ul li + li {
    margin-left: 22px;
}
.m-dropdown-navbar ul li a {
    font-size: 14px;
    line-height: 1;
    color: #fff;
}
.m-dropdown-navbar ul li a:hover,
.m-dropdown-navbar ul li a:focus {
    color: #318bf9;
}
.m-parent-1 ul {
}
.m-parent-2 ul {
}
.m-parent-3 ul {
}
.m-parent-4 ul {
}
.m-parent-5 ul {
}
.m-parent-6 ul {
}
.m-navbar-toggle {
    float: right;
    height: auto;
    margin-top: 35px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #1070cf;
}
.m-navbar-toggle:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.m-navbar-toggle:before,
.m-navbar-toggle:after {
    display: none;
    content: '';
}
.m-navbar-toggle .m-navbar-toggle-icon {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}
.m-navbar-toggle .m-navbar-toggle-icon + .m-navbar-toggle-icon {
    margin-top: 4px;
}
.m-slider-caption {
    position: absolute;
    top: 175px;
    left: 50%;
    margin-left: -425px;
    width: 850PX;
    height: auto;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0,0,0,.1);
}
.m-slider-caption-title {
    font-size: 48px;
    font-family: "Adobe 黑体 Std";  
    height: 60px;
    line-height: 60px;
}
.m-slider-caption-text {
    font-size: 30px;
    font-family: "Adobe 黑体 Std"; 
    height: 30px;
    line-height: 30px;
    margin: 10px 0px 5px 0px;
}
.m-slider-caption-subtitle {
    font-size: 18px;
    font-family: "Arial";
    letter-spacing: .55px;
}
.m-slider-captiona {
    position: absolute;
    top: 50%;
    right: 8%;
    width: 677px;
    height: auto;
    color: #fff;
    text-align: center;
    margin-top: -54.5px;
}
.m-slider-captiona-title {
    font-size: 68px;
    font-family: "微软雅黑"; 
    font-weight: bolder;
}
.m-slider-captiona-boder {
    border: 1px solid #fff;
    height: 1px;
    border-left: none;
    border-right: none;
    width: 518px;
    margin: 0 auto;
}
.m-slider-captiona-text {
    font-size: 30px;
    font-family: "微软雅黑";
    margin-top: 1px;
    margin-bottom: 20px;
    letter-spacing: 6px;
}
.m-slider-captionb {
    position: absolute;
    top: 50%;
    left: 25%;
    margin-left: -240px;
    width: 512px;
    height: auto;
    color: #fff;
    margin-top: -102.5px;
}
.m-slider-captionb-title {
    font-size: 26px;
    font-family: "微软雅黑";
    margin-bottom: 10px;
}
.m-slider-captionb-title span {
    font-size: 60px;
    font-family: "汉真广标";
    color: #33729e;
}
.m-slider-captionb-text {
    font-size: 18px;
    font-family: "微软雅黑";
}
.m-slider-captionb-subtitle {
    font-size: 18px;
    font-family: "Arial";
    letter-spacing: .8px;
}
.m-slider-caption .m-slider-caption-subtitle {
    font-size: 14px;
    font-family: "Arial";
    letter-spacing: 0;
}
.m-slider-captiona .m-slider-captiona-title {
	font-size: 36px;
	margin-bottom: 10px;
}
.m-slider-captiona .m-slider-captiona-title span {
	font-size: 24px;
}
.m-slider-captiona .m-slider-captiona-boder {
	width: 100%;
}
.m-slider-captiona .m-slider-captiona-text {
	    font-size: 14px;
    letter-spacing: 0;
    text-align: left;
    margin-bottom: 0;
    margin-top: 10px;
}
.m-slider-captionb .m-slider-captionb-title {
	font-size: 30px;
}
.m-slider-captionb .m-slider-captionb-subtitle {
	font-size: 14px;
    font-family: "Arial";
    letter-spacing: 0;
	margin-top: 10px;
}

footer {
	width: 100%;
    color: #fff;
    background-color: #1070cf;
}
.m-bottom-left {
    float: left;
    margin-bottom: 50px;
    padding-top: 55px;
}
.m-bottom-right {
    float: right;
    padding-top: 55px;
}
.m-bottom-title {
    font-size: 18px;
    margin-bottom: 30px;
	    font-family: "黑体";
}
.m-bottom-text p {
    font-size: 14px;
    margin: 0;
    height: 22px;
    line-height: 22px;
}
.m-bottom-text p img {
    margin-right: 15px;
}
.m-bottom-text p + p {
    margin-top: 6px;
}
.m-bottom-right li {
    float: left;
    width: 146px;
    text-align: center;
}
.m-bottom-right li + li {
    margin-left: 40px;
}
.m-bottom-right li img {
    margin-bottom: 10px;
}
.m-copyright {
    width: auto;
    padding: 18px 0px;
    border-top: 1px solid #fff;
    text-align: center;
}
.m-copyright span {
    display: inline-block;
	margin-left: 20px
}


/*** 首页产品  ***/
.m-home-product-center {
    padding: 66px 0;
}
.m-home-product-info a .m-home-product-photo {
    width: 178px;
    height: 178px;
    border: 3px solid #1070cf;
    border-radius: 100%;
}
.m-home-product-info a .m-home-product-photo img {
    border-radius: 100%;
}
.m-home-product-info a .product-border {
    background: none;
    border: 0;
    box-sizing: border-box;
    box-shadow: inset 0 0 0 3px #1070cf;
    text-transform: capitalize;
    position: relative;
    vertical-align: middle;
    margin: 0 102px;
}
.m-home-product-info a .product-border::before,
.m-home-product-info a .product-border::after {
    box-sizing: border-box;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.m-home-product-info a .m-home-product-photo {
    border-radius: 100%;
    box-shadow: none;
}
/*
.m-home-product-info a .m-home-product-photos {
    display: none;
}
.m-home-product-info a:hover .m-home-product-photo {
    display: none;
}
.m-home-product-info a:hover .m-home-product-photos {
    border-radius: 100%;
    box-shadow: none;
    display: block        
}
*/
.m-home-product-info a .m-home-product-photo:hover {
  /*color: #0eb7da;*/
}
.m-home-product-info a .m-home-product-photo::before,
.m-home-product-info a .m-home-product-photo::after {
    top: 0;
    left: 0;
    border-radius: 100%;
}
.m-home-product-info a .m-home-product-photo::before {
    border: 3px solid transparent;
}
.m-home-product-info a:hover .m-home-product-photo::before {
  border-top-color: #1070cf;
  border-right-color: #1070cf;
  border-bottom-color: #1070cf;
  -webkit-transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
          transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}
.m-home-product-info a .m-home-product-photo::after {
  border: 0 solid transparent;
}
.m-home-product-info a:hover .m-home-product-photo::after {
  border-top: 3px solid #1070cf;
  border-left-width: 3px;
  border-right-width: 3px;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
  -webkit-transition: -webkit-transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
          transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
}
.m-home-product-info a .m-home-product-title {
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin: 20px auto 16px auto;
}
.m-home-product-info a .m-home-product-text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}
 



/*** 推荐新闻  ***/
.m-news {
    width: 100%;
    background-image: url(/Web/images/m_news_bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    padding: 50px 0px 30px 0px;
}
.m-home-info {
    width: 532px;
    margin: 0 auto;
    text-align: center;
}
.m-home-page-title {
    font-size: 36px;
    color: #1070cf;
}
.m-home-page-logo {
    margin: 5px 0px 10px 0px;
}
.m-home-page-subtitle {
    font-size: 14px;
    color: #1070cf;
}
.white {
    color: #fff;
}
.m-home-news {
    width: 100%;
    margin: 45px auto 32px auto;
    overflow: hidden;
}
.m-home-news ul {
    text-align: center;
}
.m-home-news li {
    width: 22.5%;
    float: left;
    color: #fff;
}
.m-home-news li + li {
    margin-left: 40px;
}
.m-home-news-info {
    width: 100%;
    overflow: hidden;
    margin-top: 6px;
}
.m-home-news-info.m-spacing {
    margin-bottom: 6px;
    margin-top: 33px;
}
.m-home-news-time {
    float: left;
    padding: 12px 4px;
    border: 1px solid #fff;
    position: relative;
    margin-right: 8px;
}
.m-home-news-time i {
    width: 100%;
    font-size: 30px;
    font-style: inherit;
    float: left;
}
.m-home-news li a .m-home-news-info {
    color: #fff;
}
.m-home-news-time p {
    margin: 0;
}
.news-boder {
    width: 30px;
    border-top: 3px solid #32709f;
    position: absolute;
    top: -1.5px;
    left: 50%;
    margin-left: -15px;
}
.m-home-news-title {
    font-size: 14px;
    font-weight: bolder;
    text-align: left;
    padding: 23.5px 0;
}
.m-home-news-photo {
    position: relative;
}
.m-home-news-photo > img {
/*
	width: 270px;
	height: 300px;
*/
}
.recommend_photo {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.recommend_photo img {
    margin-top: 115.5px;
}
.m-home-news li a:hover .recommend_photo {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}
.m-home-more {
    width: 198px;
    margin: 0 auto;
    padding: 10px 0px;
    border: 1px solid #999999;    
    text-align: center;
    color: #999999;
}
.m-home-more.white {
    color: #fff;
    border: 1px solid #fff;
}
.m-home-more {
    position: relative;
    z-index: 1;
    cursor: pointer;
    vertical-align: middle;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: border-color 0.4s, color 0.4s;
    transition: border-color 0.4s, color 0.4s;
}
.m-home-more a {
    color: inherit;
    display: block;
}
.m-home-more:hover::before {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.m-home-more::before {
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.m-home-more::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1070cf;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.2, 1, 1);
    transform: scale3d(0.2, 1, 1);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
    transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.m-home-more:hover {
    color: #fff;
    border-color: #1070cf;
}


/*** 公司简介 ***/
.m-company-profile {
    width: 100%;
    padding: 50px 0px 30px 0px;
}
.m-home-company-profile {
}
.m-home-company-profile-text {
    width: 100%;
    height: 285px;
    padding-top: 70px;
    overflow: hidden;
/*    display: none*/
}
.m-home-company-profile-text.active{
    display: block
}
.m-home-company-profile-text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    text-indent: 2em;
    margin: 0;
}
.m-home-company-profile-tabs {
    width: 100%;
    padding-bottom: 90px;
    overflow: hidden;
}
.m-home-company-profile-tabs li {
    float: left;
    width: 25%;
}
.m-home-company-profile-info {
    width: 100%;
    display: block;
}
.m-home-company-profile-photo {
    float: left;
}
.m-home-company-profile-info {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    display: block;
}
.m-home-company-profile-info .m-home-company-profile-title {
    float: left;
    color: #333333;
    height: 84px;
    line-height: 84px;
    margin-left: 18px;
    font-size: 14px;
    font-weight: bolder;
    color: #333333;
}
.tab-ones{
       display: none;
}
.m-home-company-profile-info .tab-one {
    width: 84px;
    height: 84px;
    display: block;
}
.m-home-company-profile-info .tab-ones {
    width: 84px;
    height: 84px;
}
.tab-ones.active,
.m-home-company-profile-tabs li:hover .tab-ones {
    display: block
}
.tab-one.active,
.m-home-company-profile-tabs li:hover .tab-one{
    display: none
}

/*** 产品中心 ***/
.uk-title {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: right;
    background-color: #f1f3f8;
}
.uk-title p {
    font-size: 14px;
    color: #999999;
    margin: 0;
    margin-right: 40px;
/*
    background-image: url(/Web/images/uk-title.png);
    background-repeat: no-repeat;
    background-position: left center;
    width: 9.5%;
    float: right;
*/
    text-align: right;
}
.uk-title p a {
    color: #999999;
}
.uk-spacing {
    padding-right: 40px;
}
.uk-container-info {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}
.uk-container-left {
    float: left;
}
.uk-container-right {
    float: right;
    width: 74.5%;
}
.uk-container-right li {
    margin-bottom: 60px;
}
.m-page-content-menu {
    padding: 52px 57px;
    background-color: #1070cf;
    text-align: center;
    position: relative;
}
.m-page-content-menu-title {
    font-size: 36px;
    color: #fff;
}
.m-page-content-menu-text {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: "IcedEarth";
}
.m-triangle {
    width: 0;
    height: 0;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 12px solid #fff;
    bottom: 0;
    position: absolute;
    left: 50%;
    margin-left: -12px;
}
.uk-container-left .uk-nav {
    margin-top: 10px;
}
.uk-container-left .uk-nav>li>a {
    height: 50px;
    line-height: 50px;
    text-align: center; 
    font-size: 14px;
    color: #333333; 
    padding: 0;
    border-bottom: 1px solid #dcdcdc;
}
.uk-active a {
    background-image: url(/Web/images/uk-active.png);
    background-repeat: no-repeat;
    background-position: 169px center;
}
.uk-container-left .uk-nav > li > .uk-dropdown,
.uk-container-left .uk-nav > li > .uk-dropdown-blank {
	position: static;
	padding: 0;
    background-color: #f1f3f8;
}
.uk-container-left .uk-nav > li > .uk-dropdown .uk-nav {
	margin-top: 0;
	margin: 0 auto;
	padding-left: 0;
}
.uk-container-left .uk-nav > li > .uk-dropdown li a {
	background-image: none;
}
.uk-container-left .uk-nav > li > .uk-dropdown li a:focus,
.uk-container-left .uk-nav > li > .uk-dropdown li a:hover,
.uk-container-left .uk-nav > li > .uk-dropdown li a.active {
    background: #1070cf;
    color: #fff !important;
    outline: 0;
}

.uk-container-product {
    width: 100%;
    overflow: hidden;
}
.uk-container-product-photo {
    float: left;
    position: relative;
    padding-bottom: 20px;
}
.uk-container-product-boder {
    position: absolute;
    top: 16px;
    left: 16px;
/*    padding: 121px 192.5px;*/
    padding: 193px 192.5px;
    border: 3px solid #e5e5e5;
    z-index: -1;
}
.uk-container-product-img {
    width: 100%;
    overflow: hidden;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.uk-container-product-img img {
	display: block;
	height: auto;
	line-height: 1;
	background-size: 100% 100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;
    transition:all 2s ease;
}
.uk-container-product a:hover .uk-container-product-img img {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;
    transition:all 2s ease;
}
.uk-container-product-contents {
    float: right;
    width: 50%;
}
.uk-container-product-title {
    font-size: 20px;
    color: #333333;
    height: 46px;
    line-height: 40px;
    border-bottom: 1px solid #dcdcdc;
}
/*
.uk-container-product a:hover .uk-container-product-title span {
    width: 15px;
}
.uk-container-product a .uk-container-product-title span {
    width: 0;
    height: 0;
    display: inline-block;
    vertical-align: middle;
    border-top: 1px solid #fff;
    margin-right: 5px;
    transition: all .4s cubic-bezier(.35, .45, .55, 1);
    margin-top: -1px;
}
*/
.uk-container-product-text {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    text-indent: 2em;
    padding: 16px 0px 40px 0px;
}
.uk-container-product-more {
    font-size: 14px;
    color: #999999;
    padding: 10px 30px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}
.uk-container-product a:hover .uk-container-product-title {
    color: #1070cf;
}
.uk-container-product a:hover .uk-container-product-more {
    color: #1070cf;
    border: 1px solid #005eb4;
}


/*** 翻页  ***/
.page-pagination {
   width: 100%;
   margin: 30px 0;
   text-align: center;
   clear: both;
}
.page-pagination a {
   display: inline-block;
   margin: 0 5px;
   padding: 3px 10px;
   cursor: pointer;
   text-decoration: none;
   color: #5b5b5b;
   border: 1px solid #dbdbdb;
}
.page-pagination a:hover {
   color: #fff;
   border-color: #1070cf;
   background-color: #1070cf;
}
.page-pagination a.jp-disabled {
   cursor: no-drop;
   opacity: .5;
}
.page-pagination a.jp-disabled:hover {
   color: #5b5b5b;
   border-color: #dbdbdb;
   background-color: #fff;
}
.page-pagination a.jp-current {
   cursor: default;
   color: #fff;
   border-color: #1070cf;
   background-color: #1070cf;
}

.m-news-article h1 {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    padding: 0px;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
    color: #333333;
}
.m-news-article .meta {
    font-size: 14px;
    line-height: 30px;
    width: 100%;
    height: 40px;
    text-align: center;
    color: #999999;
    border-bottom: 1px dashed #999999;
}
.m-news-article .meta span {
    margin-right: 10px;
}
.m-news-article .meta span + span {
    margin-left: 10px;
}
.m-news-article .m-news-text {
    width: 100%;
    margin-top: 22px;
}
.m-news-article .m-news-text p {
    color: #666666;
    line-height: 24px;
    margin: 0;
}
.m-news-article .pager {
    width: 100%;
    margin: 60px 0;
    overflow: hidden;
/*    border-top: 1px solid #dedede;*/
}
.m-news-article .pager a {
    font-size: 14px;
    line-height: 48px;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
    width: 50%;
    white-space: nowrap;
    text-decoration: none;
    text-overflow: ellipsis;
    color: #999999;
/*    border-bottom: 1px solid #dedede;*/
}
.m-news-article .pager a:nth-child(odd){
    float: left;
}
.m-news-article .pager a:nth-child(even){
    float: right;
}
.m-news-article .pager a:hover,
.m-news-article .pager a:focus {
    color: #1070cf;
}

/*** 解决方案  ***/
.uk-container-solution {
    width: 100%;
    overflow: hidden;
}
.uk-container-solution-contents {
    float: left;
    width: 50%;
}
.uk-container-solution-photo {
    float: right;
    padding: 5px;
}
.uk-container-solution-time {
    width: 100%;
    overflow: hidden;
}
.uk-container-solution-time i {
    font-family: "SimSun-ExtB";
    font-size: 60px;
    color: #1070cf;
    font-style: italic;
    float: left;
}
.uk-container-solution-time p {
    font-family: "SimSun-ExtB";
    font-size: 24px;
    color: #1070cf;
    float: left;
    margin: 0;
    line-height: 74px;
    height: 30px;
    font-style: italic;
}
.uk-container-solution-title {
    font-size: 20px;
    color: #1070cf;
}
.uk-container-solution-text {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-indent: 2em;
    margin: 25px 0;
}
.uk-container-solution-more {
    font-size: 14px;
    color: #999999;
    padding: 10px 30px;
    border: 1px solid #dcdcdc;
    display: inline-block;
}
.uk-container-solution a:hover .uk-container-solution-more {
    color: #1070cf;
    border: 1px solid #005eb4;
}
.uk-container-solution-img {
    position: relative;
    /*box-shadow: 0 1px 5px rgba(0, 0, 0, .5);*/

}
.uk-container-solution-img > img {
	width: 392px;
	height: 249px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.solution-recommend_photo {
    width: 100%;
    height: 100%;
    background: rgba(16,112,207,.5);
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.solution-recommend_photo img {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 50%;
    margin-left: -20px;
}
.uk-container-solution a:hover .solution-recommend_photo {
    display: block;
    visibility: visible;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}


/*** 人才中心  ***/
.uk-talent-content-up {
    width: 100%;
    overflow: hidden;
    background-color: #f1f3f8;
}
.uk-talent-content-up-photo {
    float: left;
    max-width: 50%;
}
.uk-talent-content-up-info {
    width: 45%;
    float: right;
    padding: 35px 20px 0px 20px;
}
.uk-talent-content-up-title {
    font-size: 18px;
    color: #666666;
}
.uk-talent-content-up-english {
    font-size: 14px;
    color: #666666;
}
.uk-talent-content-up-text {
    margin-top: 15px;
}
.uk-talent-content-up-text p {
    font-size: 14px;
    color: #666666;
    margin: 0;
    line-height: 24px;
}


.uk-talent-tab {
    width: 100%;
    display: inline-block;
    margin: 36px 0px 60px 0px;
}
.csSlideWrapper {
	border-right: 1px solid #e5e5e5;
}
.uk-talent-tab ul {
    border-left: 1px solid #e5e5e5;
   
    width: 99.8%;
    overflow: hidden;
}
.uk-talent-tab li {
    width: 16.66667%;
    float: left;
    margin-bottom: 0;
    text-align: center;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
.uk-talent-tab li + li .uk-talent-info {
    border-left: 3px solid #ebebeb;
}
.uk-talent-info {
    padding: 33px 0;
    cursor: pointer;
}
.uk-talent-info .uk-talent-up.xx {
	display: block;
}
.uk-talent-info .uk-talent-up.xxx {
	display: none;
}
.uk-talent-info.active .uk-talent-up.xx {
	display: none;
}
.uk-talent-info.active .uk-talent-up.xxx {
	display: block;
}
.uk-talent-info .talent1 {
    width: 58px;
    height: 57px;
    background-image: url(/Web/images/talent1.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.uk-talent-info.active  .talent1 {
    width: 58px;
    height: 57px;
    background-image: url(/Web/images/talent1-white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.uk-talent-tab li + li .uk-talent-info.active {
    border: none;
}
.uk-talent-info .talent2 {
    width: 58px;
    height: 57px;
    background-image: url(/Web/images/talent2.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.uk-talent-info.active  .talent2 {
    width: 58px;
    height: 57px;
    background-image: url(/Web/images/talent2-white.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    margin: 0 auto;
    margin-bottom: 20px;
}
.uk-talent-info.active {
    background-color: #1070cf;
}
.uk-talent-info.active .uk-talent-up {
    color: #fff; 
}
.uk-talent-info.active .uk-talent-down {
    color: #fff; 
}
.uk-talent-up {
    height: 57px;
    line-height: 57px;
    font-size: 22px;
    color: #666666;
    margin-bottom: 20px;
}
.uk-talent-down {
    font-size: 14px;
    color: #333333;
}
.uk-talent-text {
    display: none;
    margin-top: 52px;
}
.uk-talent-text.active {
    display: block;
}
.uk-talent-describe-title {
    font-size: 16px;
    color: #1070cf;
    margin-bottom: 10px;
}
.uk-talent-request-title {
    font-size: 16px;
    color: #1070cf;
    margin-bottom: 10px;
    margin-top: 40px;
}
.uk-talent-describe-text p,
.uk-talent-request-text p {
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    margin: 0;
}
.uk-talent-request-text p a {
    font-size: 14px;
    color: #1070cf;
}
.uk-talent-request-more {
    float: right;
    margin-top: 55px;
}
.uk-talent-request-more a {
    font-size: 14px;
    color: #1070cf;
}


/*** 成功案例  ***/
#uk-container-case li {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
    height: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 80px;
}
#uk-container-case li + li {
    margin-top: 40px;
}
.uk-container-case {
    width: 100%;
}
.uk-container-case-info {
    float: left;
}
.uk-container-case-photo {
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}
.uk-container-case-photo img {
	width: 623px;
	height: 334px
}
.uk-container-case-time {
    font-size: 16px;
    color: #999999;
    padding-bottom: 10px;
    background-image: url(/Web/images/case-time-bg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
    margin-top: 30px;
    margin-bottom: 65px;
}
.uk-container-case-title {
    font-size: 16px;
    color: #333333;
}
.uk-container-case-text {
    font-size: 14px;
    color: #999999;
    line-height: 30px;
    width: 225px;
    margin: 10px auto 40px;
}
.uk-container-case a:hover .uk-container-case-time {
    color: #1070cf;
    background-image: url(/Web/images/case-time-bluebg.jpg);
    background-repeat: no-repeat;
    background-position: left bottom;
}
.uk-container-case a:hover .uk-container-case-title {
    color: #1070cf;
}
.uk-container-case a:hover .uk-container-solution-more {
    color: #1070cf;
    border: 1px solid #005eb4;
}


/*** 新闻中心  ***/
#uk-container-news li {
    width: 100%;
}
.uk-container-news {
    width: 100%;
    overflow: hidden;
}
.uk-container-news-number {
    float: left;
    position: relative;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 1px 15px 1px;
}
.uk-container-news-time i {
    font-size: 60px;
    color: #666666;
    height: 60px;
    line-height: 60px;
}
.uk-container-news-time p {
    font-size: 16px;
    color: #999999;
    margin: 0;
}
.uk-container-news-border {
    width: 50px;
    border-bottom: 3px solid #666666;
    position: absolute;
    bottom: -1.5px;
    left: 50%;
    margin-left: -25px;
}
.uk-container-news-t {
    float: right;
    width: 90%;
}
.uk-container-news-title {
    font-size: 16px;
    color: #333333;
    margin-bottom: 36px;
}
.uk-container-news-text {
    font-size: 14px;
    color: #333333;
    line-height: 24px;
}
.uk-container-news a:hover .uk-container-news-time i {
    color: #1070cf;
}
.uk-container-news a:hover .uk-container-news-border {
    border-bottom: 3px solid #005eb4;
}
.uk-container-news a:hover .uk-container-news-title {
    color: #1070cf;
}

/*** 关于我们 ***/
.uk-about-info {
    position: relative;
}
.uk-about-info .slick-slide {
    margin: 0;
}
.uk-about-photo {
    padding-bottom: 5px;
}
.uk-about-photo img {
    box-shadow: 6px 4px 12px -4px rgba(0, 0, 0, 0.5);
}
.uk-about-info .slick-next {
    right: 20px;
    width: 45px;
    height: 45px;
    background: #fff;
    box-shadow: 6px 4px 12px -4px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.uk-about-info .slick-prev:hover,
.uk-about-info .slick-prev:focus,
.uk-about-info .slick-next:hover,
.uk-about-info .slick-next:focus {
    background: #fff;
}

.uk-about-info .slick-prev {
    display: none !important;
}
.uk-about-info .slick-prev:before, .slick-next:before {
    color: #666666 !important;
}
.uk-about-text {
    position: relative;
    padding: 190px 30px 60px 30px;
    border: 2px solid rgba(102, 102, 102, 0.2);
    top: -166px;
    z-index: -1;
}
.uk-about-text p {
    color: #666666;
    margin: 0;
}


.uk-contact-map {
    width: 100%;
    margin-bottom: 50px;
}
.my-service-map {
    width: 100%;
    height: 390px;
    border: none;
}
.uk-contact-text {
    margin-bottom: 100px;
}
.uk-contact-text p img {
    margin-right: 18px;
}

/* 企业资质 */
.uk-qualification-container {
    width: 100%;
    text-align: center;
    font-size: 0;
}

/*
.uk-qualification-imga ul {
    text-align: center;
    font-size: 0;
}
*/
.uk-qualification-imga {
    width: 32%;
    display: inline-block;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}
.uk-qualification-imga img,
.uk-qualification-imgb img {
	border: 4px solid #1070cf;
}

/*
.uk-qualification-imgb ul {
    text-align: center;
    font-size: 0;
}
*/
.uk-qualification-imgb{
    width: 18.75%;
    display: inline-block;
    margin-bottom: 0 !important;
    position: relative;
    overflow: hidden;
    margin: 0 5px;
}

.qualification-recommend-t {
    width: 100%;
    height: 100%;
    background: rgba(16,112,207,.5);
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.qualification-recommend-ts {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 26px;
/*
    position: relative;
    top: 50%;
    margin-top: -9.5px;
    left: 50%;
    margin-left: -145px;
    width: 100%;
    font-size: 14px;
    color: #fff;
*/
}
.uk-qualification-imga:hover .qualification-recommend-t {
    width: 100%;
    display: block;
    visibility: visible;
    cursor: pointer;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.qualification-recommend-ta {
    width: 100%;
    height: 100%;
    background: rgba(16,112,207,.5);
    position: absolute;
    bottom: 0;
    z-index: 1;
    display: none;
    overflow: hidden;
}
.qualification-recommend-tas {
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	margin-bottom: 26px;
/*
    position: relative;
    top: 50%;
    margin-top: -9.5px;
    left: 50%;
    margin-left: -87px;
    width: 100%;
    font-size: 14px;
    color: #fff;
*/
}
.uk-qualification-imgb:hover .qualification-recommend-ta {
    width: 100%;
    display: block;
    visibility: visible;
    cursor: pointer;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(0,0);
}

.qualification {
    padding: 40px 0 100px 0;
	border-top: 1px solid #dcdcdc;
}
.qualification-info a:hover .qualification-title {
    color: #1070cf;
}
.qualification-title {
    font-size: 16px;
    text-align: center;
    margin: 15px auto;
    color: #000;
}


/* 企业文化 */
.corporate-culture-two {
    font-size: 24px;
    color: #1070cf;
    text-align: center;
    margin: 55px auto 36px auto;
}
.corporate-culture-three li {
    float: left;
    width: 21.1%;
    text-align: center;
    margin-bottom: 0;
}
.corporate-culture-three li .corporate-culture-three-img {
    overflow: hidden;
}
.corporate-culture-three li + li {
    margin-left: 45px;
}
.corporate-culture-three li span {
    font-size: 14px;
    color: #000000;
    clear: both;
    margin: 15px auto 50px auto;
    display: inline-block;
}
.corporate-culture-three li img {
	display: block;
	height: auto;
	line-height: 1;
	background-size: 100% 100%;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;
    transition:all 2s ease;
}
.corporate-culture-three li:hover .corporate-culture-three-img {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .5);
}
.corporate-culture-three li:hover .corporate-culture-three-img img {
    -webkit-transform:scale(1.15);
    -moz-transform:scale(1.15);
    -o-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition:all 2s ease;
    -moz-transition:all 2s ease;
    -o-transition:all 2s ease;
    transition:all 2s ease;
    
}

.corporate-culture-four {
    max-width: 100%;
    overflow: hidden;
    clear: both;
}
.corporate-culture-four .slick-dotted.slick-slider {
    margin-bottom: 100px;
}
.corporate-culture-four .slick-slide {
    margin: 0;
}
.corporate-culture-four .slick-dots {
    bottom: 0;
    text-align: inherit;
}
.corporate-culture-four .slick-dots li {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 0;
    bottom: 70px;
    left: 32px;
}
.corporate-culture-four .slick-dots .slick-active {
    background-color: #fff;
    border-radius: 100%;
}
.corporate-culture-four .slick-dots li button:before {
    display: none;
}

.m_ewm {
	position: absolute;
	top: -10px;
	right: 0;
}
.m_ewm p {
	text-align: center;
	line-height: 30px;
	margin: 0;
}
.fd {
	position: relative;
}

.gywm_info > li {
	float: right;
}
.gywm_info > li a {
    color: #999999;
	padding: 0 0 0 15px;		
}
.gywm_info > li:nth-child(1) {
	background-image: url(/Web/images/xt.jpg);
	background-position: 6px center;
	background-repeat: no-repeat;
}
.gywm_info .uk-nav-dropdown {
	padding-left: 0;
}
.gywm_info .uk-dropdown {
	width: 100px;
	text-align: center;
	margin-top: 0;
	background-color: #f1f3f8;
}
.gywm_info .uk-nav-dropdown>li>a:hover {
	background-color: #1070cf;
}
.gywm_info .uk-nav-dropdown>li>a {
	padding: 0;
	font-size: 14px
}

.sb {
	display: block;
}
.mmb {
	display: none;
}
.cnm li {
	margin: 0;
}
.gallery .slick-slide {
	margin: 0;
}

.bx-wrapper {
	position: relative;
	border-right: 1px solid #ebebeb;
}
.bx-pager {
	display: none
}
.bx-controls-direction {
	width: 100%;
    top: 50%;
    position: absolute;
    margin-top: -8px;
}
.bx-prev,
.bx-next {
	width: 16px;
	height: 17px;
	display: block;
	text-indent: -9999px;
}
.bx-prev {
	float: left;
	background: url(/Web/images/zuo.png) no-repeat left center;
	position: absolute;
    left: -30px;
}
.bx-next {
	float: right;
	background: url(/Web/images/you.png) no-repeat right center;
	position: absolute;
    right: -30px;
}

.m-case {
    width: 100%;
    margin-left: 10px;
    margin-right: -20px;
}
.m-case li {
    width: 280px;
    margin: 0 10px 30px;
    position: relative;
    overflow: hidden;
    float: left;
}
.m-case li .m-case-title {
    width: 100%;
    height: 33px;
    font-size: 15px;
    color: #ffffff;
    line-height: 33px;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
}
.m-case li img {
    width: 280px;
    height: 180px;
}
.m-case li .m-case-more {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    border: 1px solid #fff;
    border-left: none;
    border-right: none;
    padding: 0 6px;
    position: absolute;
    bottom: -40px;
    left: 20px;
}
.m-case li:hover .m-case-title {
    background: rgba(16,112,207,.8);
    height: 100%;
    padding-top: 70px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}
.m-case li:hover .m-case-more {
    bottom: 20px;
    left: 20px;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}