@charset "UTF-8";

.sp-com{background:url(../images/sp-com.png)  no-repeat;vertical-align: top;}
.icon-search{height:15px;width:15px;background-position:0 0;}
.icon-mall{height:22px;width:22px;background-position:0 -15px;margin-left: 8px;}
.icon-more{height:23px;width:23px;background-position:0 -37px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.icon-map-point{height:38px;width:30px;background-position:0 -60px;}
.icon-dou{height:20px;width:33px;background-position:0 -98px;}
.icon-jt{/*height:4px;width:42px;background-position:0 -118px;margin-top: 20px;*/
    margin-left: 20px;
    float: none;
    width: 4px;
    height: 100%;
    background: url(../images/icon-r.png) no-repeat center;  
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.icon-video{height:79px;width:79px;background-position:0 -122px;}

/*通用标题*/
.com-title {
	padding-top: 55px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	font-size: 24px;
	width: 100%;
	color: #333;
	border-bottom: 1px solid #D2D2D2;
}
.com-title.white {
	color: #fff;
	border-color: #fff;
}
/*.tit-des {
	margin-top: 7px;
	font-size: 18px;
	color: #666;
}*/

/*装饰横条*/
.bline {
	position: relative;
}
.bline:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	border-bottom: 1px solid #fff;
}

/*通用描述*/
.com-des {
	font-size: 16px;
	line-height: 30px;
	color: #888;
}

/*头部*/
.header {
	height: 106px;
}
.header-main {
    position: relative;
	/*position: fixed;*/
	padding-left: 3%;
	padding-right: 3%;
	width: 100%;
	height: 106px;
	text-align: center;
	box-sizing: border-box;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px #ddd;
}
.header-main .logo .box {
	height: 106px;
	line-height: 106px;
}
.header-main .logo .box img {
	position: relative;
	top: -5px;
}
.header-main .logo .box .cn {
	padding-left: 30px;
	font-size: 22px;
	color: #666;
}
.header-main .search-mall {
	margin-top: 15px;
	margin-bottom: 15px;
	text-align: right;
}
.header-main .search-mall .hd-mall {
	font-size: 14px;
	color: #999;
}
.header-main .search-mall .hd-mall:hover {
    color: #1E8EFB;
}
.header-main .search-mall .hd-mall:hover .icon-mall {
    background: url(../images/icon-mall2.png) no-repeat center;
}
.header-main .search-mall .search-box {
	display: inline-block;
	margin-right: 20px;
	width: 162px;
	height: 22px;
	border: 1px solid #727272;
	border-radius: 11px;
	line-height: 20px;
	padding-left: 14px;
	text-align: left;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-main .search-mall .search-box:hover {
    border-color: #1E8EFB;
}
.header-main .search-mall .search-box .s-text {
	height: 14px;
	width: 75%;
}
.header-main .search-mall .search-box .s-sub {
	float: right;
	width: 35px;
	height: 20px;
	background: url(../images/icon-search.png) no-repeat center 2px;
	cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.header-main .search-mall .search-box .s-sub:hover {
    background: url(../images/icon-search2.png) no-repeat center 2px;
}
.header-main .nav-list .nli {
	float: left;
	vertical-align: middle;
	margin-left: 35px;
    height: 50px;
}
.header-main .nav-list .nli .link:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -22px;
    width: 34px;
    height: 7px;
    background: #1e8efb;
    margin-left: -17px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.header-main .nav-list .nli.on .link:before,
.header-main .nav-list .nli:hover .link:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.header-main .nav-list .nli .link {
    position: relative;
	display: inline-block;
	font-size: 18px;
	color: #aeaaaa;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.header-main .nav-list .nli.on .link,
.header-main .nav-list .nli:hover .link {
	color: #1e8efb;
}
.header-main .nav-list .nli .link .caret {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-right-width: 5px;
    border-right-style: solid;
    border-right-color: transparent;
    border-top: 5px solid #666;
    vertical-align: middle;
    margin-left: 5px;
}
.header-main .nav-list .nli:hover .link .caret {
    border-top-color: #1E8EFB;
}

/*二级导航*/
.subnav-content {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    top: 106px;
    left: 0px;
    z-index: 999;
    text-align: center;
    border-top: #eee solid 1px;
    border-bottom: #eee solid 1px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.subnav-list-1 li {
    display: inline-block;
    padding: 30px 0;
    width: 182px;
    border-right: 1px solid #eee;
}
.subnav-list-1 li:first-child {
    border-left: 1px solid #eee;
}
.subnav-list-1 li .tit {
    margin-top: 15px;
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.subnav-list-1 li:hover .tit {
    color: #1790d1; 
}
.subnav-list-1 li .icon {
    display: inline-block;
    height: 55px;
    line-height: 55px;
    font-size: 0;
}
.subnav-list-1 li:hover .icon .sp-hy {
    background-position-x: -75px;
}


/*首页banner*/
/*轮播图*/
.banner.flexslider{
  overflow:hidden;
  z-index: 2;
  min-height: 400px;
  background: url(../images/waiter.gif) no-repeat center;
  -webkit-transition: .5s height;
  -o-transition: .5s height;
  transition: .5s height;
}
.banner .slides {
  height: 100%;
  min-height: 400px;
}
.banner .slides li {
  width:100%;
  height: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}
.banner .slides li img{
  opacity: 0;
}
.banner .slides li .banloader{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.banner .slides li .loader{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  font-size: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  border-right: 1px solid rgba(0, 0, 0, 0.08);
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-left: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  -webkit-animation: spinner 700ms infinite linear;
  -webkit-animation: spinner 700ms infinite linear;
}
.banner .slides li video {
  position: absolute;
  top: 0;
  left: 0;
}
.mbanner{
  display: none;
  overflow: hidden;
}
.mbanner ul {
  height: 100%;
}
.mbanner ul li {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.mbanner ul li a{
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}
.mbanner ul li a span{
  display: block;
  z-index: -1;
}
.mbanner ul li img{
  opacity: 0;
  filter: alpha(opacity=0);
}
.mbanner ul li video {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000;
}
.mbanner .flex-control-nav{
  bottom:10px;
}

.banner .flex-control-nav {
  bottom: 20px;
}
.flex-control-nav li {
  width: 11px;
  height: 11px;
  /*border: 1px #fff solid;*/
  background: #666;
  border-radius: 50%;
  overflow: hidden;
  opacity: .8;
}
.flex-control-nav li .flex-active {
  background: #1e8efb;
  opacity: 1;
}
.banner .flex-direction-nav a {
  cursor: pointer!important;
  background: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.banner .flex-direction-nav a:hover {
  opacity: 1;
}
.banner .flex-direction-nav .flex-next {
  right: 10px;
  background: url(../images/flex-next.png) no-repeat center #fff;
}
.banner .flex-direction-nav .flex-prev {
  left: 10px;
  background: url(../images/flex-prev.png) no-repeat center #fff;
}


/*Page banner*/
.page-banner {
    position: relative;
}
.page-banner .pb-tit {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -80px;
    margin-left: -166px;
    width: 332px;
    height: 160px;
    text-align: center;
}
.page-banner .pb-tit.left {
    margin-left: -600px;
}
.page-banner .pb-pic {
    overflow: hidden;
}
.page-banner .pb-pic img {
    max-width: 100%;
    position: relative;
    -webkit-animation: minus 3s;
    animation: minus 3s;
}
/*放大缩小*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes minus {
    from {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}



/*首页容器*/
.index-container {
	position: relative;
	background: #fff;
	z-index: 3;
}


/*首页*/
.index-title.center {
	text-align: center;
}
.index-title.bline {
	padding-top: 42px;
}
.index-title.bline:before {
	top: 0;
	width: 75px;
	border-top: 5px solid #999999;
	border-bottom: none;
}
.index-title .en {
	display: inline-block;
	font-size: 42px;
	color: #999999;
	line-height: 1;
	text-transform: uppercase;
	font-style: italic;
}
.index-title .tit {
	margin-top: 16px;
	font-size: 42px;
	color: #333333;
}
.index-title.white .en,
.index-title.white .tit {
 	color: #fff;
}

.index-about {
	padding: 80px 0;
}
.index-about .right {
	width: 584px;
	margin-left: 130px;
}
.index-about .right .index-video {
	position: relative;
	display: block;
	width: 584px;
	height: 492px;
	overflow: hidden;
	margin-bottom: 15px;
}
.index-about .right .index-video:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
    z-index: 2;
	width: 100%;
	height: 100%;
	background: url(../images/icon-video.png) no-repeat center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-about .right .index-video:hover:before {
    background: rgba(255, 255, 255, 0.1) url(../images/icon-video.png) no-repeat center;
}
.index-about .des {
	margin-top: 45px;
	margin-bottom: 40px;
}
.index-about .brand-pic {
	margin-top: 50px;
}
.intro-num li {
    position: relative;
    float: left;
    padding: 0 33px;
    text-align: center;
    color: #333;
}
.intro-num li:first-child {
    padding-left: 0;
}
.intro-num li.last {
    padding-right: 0;
}
.intro-num li .l1 {
	color: #999;
}
.intro-num li .num {
    display: inline-block;
    font-size: 32px;
    line-height: 2;
    color: #ff8600;
}


.index-yewu {
	padding: 85px 0 75px;
	background: #F6F6F6
}
.yewu-content {
	padding-top: 55px;
}
.yewu-content .index-solution {
	padding: 100px 68px 0;
	width: 407px;
	height: 470px;
	background: url(../images/index-solution-bg.jpg) no-repeat center;
	text-align: center;
	color: #fff;
}
.yewu-content .index-solution .tit {
	font-size: 24px;
	border-bottom: 1px solid #fff;
	line-height: 1.5;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.yewu-content .index-solution .more {
	display: inline-block;
	width: 167px;
	height: 39px;
	line-height: 39px;
	background: #fff;
	margin-top: 55px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.yewu-content .index-solution .more:hover {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
    color: #1e8efb;
}
.index-yewu-list li {
	float: left;
	width: 386px;
	height: 230px;
	background: #fff;
	margin-right: 10px;
	margin-bottom: 10px;
	padding: 0 25px 0 30px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.index-yewu-list li:hover {
    box-shadow: 0 0 20px rgba(221, 221, 221, 0.5)
}
.index-yewu-list li:hover .icon-more {
    background-position-y: -60px;
}
.index-yewu-list li .pic {
	height: 100%;
	line-height: 230px;
}
.index-yewu-list li .tit {
	margin-bottom: 15px;
	padding-top: 60px;
	font-size: 16px;
	color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.index-yewu-list li:hover .tit {
    color: #1e8efb;
}


.index-cyzy {	
  background: #f6f6f6;
}
.index-cyzy .com-width {
  position: relative;
  padding: 85px 0;
  height: 472px;
  box-sizing: content-box;
}
.index-cyzy .pic {
	position: absolute;
	left: 0;
	top: 85px;
	/*z-index: -1;*/
    overflow: hidden;
}
.index-cyzy .cont {
	width: 720px;
}
.index-cyzy .cont .des {
	padding-left: 200px;
}
.index-cyzy .cont .com-more {
	margin-left: 200px;
}
.index-cyzy .cont .index-title {
	padding-left: 200px;
	position: relative;
	padding-top: 25px;
    z-index: 2;
}
.index-cyzy .cont .index-title.bline:before {
	left: 200px;
    top: 42px;
    width: 75px;
    border-top: 5px solid #fff;
}
.index-cyzy .cont .index-title .cover {
	content: "";
	display: block;
	position: absolute;
	right: 0;
	z-index: -1;
	width: 716px;
	height: 100%;
	background: #1e8efb url(../images/index-tit-bg1.png) no-repeat center;
}
.index-cyzy .cont .index-title .en {
	padding-top: 40px;
	font-size: 28px;
}
.index-cyzy .cont .index-title .tit {
	font-size: 32px;
}
.index-cyzy .cont .des {
	margin-top: 60px;
	margin-bottom: 50px;
}


/*新闻*/
.index-news {
	position: relative;
	height: 396px;
}
.index-news:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: 130px;
	width: 829px;
	height: 396px;
	background: url(../images/index-news-bg.jpg) no-repeat center;
}
.index-news .newest-news {
	width: 730px;
	padding-right: 60px;
  height: 396px;
  overflow-y: hidden;
}
.newest-news-content {
  height: 172px;
}
.newest-news-content .item {
  float: left;
}
.newest-news-content .item .tit a {
	font-size: 18px;
	color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.newest-news-content .item .tit a:hover {
    color: #1e8efb;
}
.newest-news-content .item .des {
	margin-top: 25px;
}
.index-news .news-center {
	position: relative;
	width: 470px;
	padding-left: 45px;
}
.newest-news-content .slick-dots {
	text-align: left;
}
.news-center-list li {
    position: relative;
	margin-bottom: 26px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-center-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background: #1E8EFB;
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-center-list li:hover:before {
    opacity: 1;
}
.news-center-list li .box {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-center-list li:hover .box {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
}
.news-center-list li a {
	color: #fff;
	/*line-height: 1;*/
}
.news-center-list li .tit {
	width: 80%;
  display: inline-block;
}


/*Footer*/
.footer {
	position: relative;
	z-index: 2;
	background: #303031;
}
.foot-content {
	margin-bottom: 70px;
}
.footer .foot-info {
	padding-top: 60px;
}
.footer .foot-info .tel {
	margin-bottom: 30px;
}
.footer .foot-info .tel .cont {
	display: inline-block;
	vertical-align: top;
}
.footer .foot-info .tel .cont .tit {
	margin-bottom: 10px;
	color: #fff;
}
.footer .foot-info .tel .cont .des {
	font-size: 28px;
	color: #fff;
	line-height: 1.2;
}
.footer .foot-info .zx {
	display: inline-block;
	width: 147px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #FF7600;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.footer .foot-info .zx:hover {
    background: #fd8824;
}
.foot-nav {
	padding-top: 45px;
}
.foot-nav .item {
    float: left;
    position: relative;
}
.foot-nav .item ~ .item {
    margin-left: 110px;
}
.foot-nav .item .navtit {
    position: relative;
    margin-bottom: 15px;
    font-size: 18px;
    color: #fff;
}
.foot-nav .item .subnav li a {
    display: inline-block;
    line-height: 30px;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.foot-nav .item .subnav li a:hover {
    -webkit-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}
.links {
	margin-bottom: 20px;
	line-height: 25px;
}
.links .tit {
	width: 70px;
	color: #555;
}
.links .links-cont {
	width: 1130px;
}
.links .links-cont a {
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	color: #555;
}
.links .links-cont a:hover,
.copyright a:hover,
.foot-nav .item .subnav li a:hover {
	color: #1e8efb;
}
.copyright {
	border-top: 1px solid #555556;
	height: 52px;
	line-height: 51px;
	color: #7F7F7F;
}
.copyright a,
.foot-nav .item .subnav li a {
	color: #7F7F7F;
}


/*Cate*/
.page-cate {
    height: 80px;
    line-height: 80px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #eee;
}
.page-cate a {
    position: relative;
    display: inline-block;
    font-size: 16px;
    margin: 0 15px;
}
.page-cate a.on,
.page-cate a:hover {
    color: #1E8EFB;
}
.page-cate a:before,
.product-cate-list li:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    border-bottom: 7px solid #1E8EFB;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.page-cate a.on:before,
.page-cate a:hover:before,
.product-cate-list li.on:before,
.product-cate-list li:hover:before {
    opacity: 1;
    visibility: visible;
    width: 100%;
    left: 0;
}
.product-cate-list.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 0 10px #ddd;
    z-index: 9;
}
.product-cate-list.fixed li {
    padding: 30px 0;
}
.product-cate-list.fixed li .pic {
    display: none;
}
.product-cate-wrap {
    height: 200px;
}


/*关于*/
.about-profile {
    padding: 90px 0 70px;
    height: 776px;
}
.about-profile .com-width {
    position: relative;
}
.about-profile .left {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 389px;
}
.about-profile .right {
    width: 810px;
    height: 616px;
    background: #fff;
    padding: 85px 75px 0;
}
.about-profile .left .intro-num {
    padding-top: 30px;
    height: 300px;
    background: #1E8EFB;
    color: #fff;
}
.about-profile .left .intro-num li {
    width: 50%;
    text-align: center;
    padding: 10px 0;
}
.about-profile .left .intro-num li.last,
.about-profile .left .intro-num li:nth-child(2) {
    position: relative;
    left: -20px;
}
.about-profile .left .intro-num li,
.about-profile .left .intro-num li .num {
    color: #fff;
}
.about-profile .right .tit {
    font-size: 20px;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 30px;
}
.about-profile .right .des {
    text-indent: 2em;
}
.about-profile .right .des p {
    margin-bottom: 20px;
    line-height: 2;
}

/*文化*/
.about-culture {
    padding-top: 100px;
    padding-bottom: 80px;
}
.about-culture .page-title {
    position: relative;
    padding-bottom: 80px;
    margin-bottom: 25px;
}
.about-culture .page-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    width: 34px;
    height: 20px;
    background: url(../images/icon-dou.png) no-repeat center;
}
.about-culture .culture-box {
    margin: 0 auto;
    padding: 75px 50px 0;
    width: 564px;
    height: 585px;
    background: #fff;
    text-align: center;
}
.culture-content .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 20px;
}
.culture-content .des {
    display: table;
    padding: 0 30px;
    font-size: 16px;
    width: 100%;
    height: 140px;
}
.culture-content .slick-list {
    /*height: 155px;*/
}
.culture-content .slick-dots li {
    margin: 0 10px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    border: 1px solid #C2C2C2;
    border-radius: 50%;
}
.culture-content .slick-dots li button:before {
    display: none;
}
.culture-content .slick-dots li button {
    color: #666;
    font-size: 18px;
    width: 100%;
    height: 100%;
    padding: 0;
}
.culture-content .slick-dots li.slick-active {
    background: #1E8EFB;
    border-color: #1E8EFB;
}
.culture-content .slick-dots li.slick-active button {
    color: #fff;
}

/*历程*/
.about-develop {
    padding: 80px 0;
}
.about-develop .develop-year {
    margin-bottom: 50px;
    font-size: 0;
    text-align: center;
}
.about-develop .develop-year li {
    display: inline-block;
    width: 103px;
    height: 103px;
    text-align: center;
    line-height: 103px;
    font-size: 20px;
    color: #fff;
    margin: 0 14px;
    border-radius: 50%;
    background: #999999;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.about-develop .develop-year li.on {
    background: #1E8EFB;
}
.develop-content .item ~ .item {
    display: none;
}
.develop-content .item .pic {
    margin-left: 100px;
}
.develop-content .item .des {
    overflow: hidden;
    padding-top: 10px;
    line-height: 30px;
}

/*活动*/
.about-huodong {
    padding: 80px 0;
}
.huodong-list {
    width: 1220px;
}
.huodong-list li {
    float: left;
    margin-right: 15px;
    text-align: center;
}
.huodong-list li .pic {
    overflow: hidden;
}
.huodong-list li .tit {
    height: 47px;
    line-height: 47px;
}


/*产业资源*/
.cyzy {
    padding: 70px 0 72px;
}
.jd-item {
    height: 483px;
    background: #fff;
    margin-bottom: 18px;
}
.jd-item .pic {
    overflow: hidden;
}
.cyzy-content .jd-item:nth-child(2n) .pic {
    float: left;
}
.jd-item .cont {
    overflow: hidden;
    padding: 85px 55px 0;
}
.jd-item .cont .tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 40px;
}
.jd-item .cont .des {
    /*color: #999;*/
    line-height: 2;
}


/*合作伙伴*/
.partner-list {
    padding-top: 30px;
}
.partner-list {
    width: 1220px;
}
.partner-list li {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-right: 12px;
    width: 230px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    background: #fff;
    border: 2px solid #eee;
    overflow: hidden;
}
.partner-list li .pic img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-list li:hover .pic img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.partner-list li .tit {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 150px;
    text-align: center;
    background: #333;
    background: rgba(238, 238, 238, .95);
    color: #333;
    font-size: 18px;
    opacity: 0;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.partner-list li:hover .tit {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}


/*荣誉*/
.honor-content1 {
    margin-top: 70px;
    margin-bottom: 80px;
}
.honor-content1 .slick-dots {
    bottom: -45px;
}
.honor-content .pic-item .tit {
    text-align: center;
    line-height: 40px;
    height: 40px;
}
.honor-content .pic-item .box {
    border: 1px solid #E5E5E5;
    text-align: center;
    padding: 0 10px;
    height: 220px;
    line-height: 220px;
    font-size: 0;
    background: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-content .pic-item .box img {
    vertical-align: middle;
    height: 182px;
}
.honor-content .pic-item .box:hover {
    box-shadow: 0 0 20px #ddd;
}
.honor-content2 .pic-item {
    margin-bottom: 10px;
}
.honor-content2 .pic-item .box {
    height: 340px;
    line-height: 340px;
}
.honor-content2 .pic-item .box img {
    height: 315px;
}
.honor-content .pic-item img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-content .pic-item:hover img {

}

/*全球*/
.global-map {
    position: relative;
    height: 700px;
}
.global-map img {
    position: absolute;
    left: 50%;
    margin-left: -960px;
}
.tip-list li {
    position: absolute;
    left: 50%;
    top: 22px;
    width: 30px;
    height: 38px;
    background: url(../images/icon-map-point.png) no-repeat center;
     -webkit-animation: bounce 1.5s 0.2s linear infinite;
    animation: bounce 1.5s 0.2s linear infinite;
}
/*呼吸效果*/
@-webkit-keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}
@keyframes pulse {
    from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}
to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
}

@-webkit-keyframes bounce {
    0% {
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
    30% {
        -webkit-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }   
    60% {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
    90%{
        -webkit-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }
}

@keyframes bounce {
    0%{
        -webkit-transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        transition-timing-function: cubic-bezier(0.215,.61,.355,1);
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }

    30% {
        -webkit-transform: translate3d(0,-5px,0);
        -ms-transform: translate3d(0,-5px,0);
        transform: translate3d(0,-5px,0)
    }
    60% {
        -webkit-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0)
    }
    90%{
        -webkit-transform: translate3d(0,5px,0);
        -ms-transform: translate3d(0,5px,0);
        transform: translate3d(0,5px,0)
    }
}


.tip-list .tip-1 {
    margin-left: -444px;
    top: 242px;
}
.tip-list .tip-2 {
    margin-left: 23px;
    top: 334px;
}
.tip-list .tip-3 {
    margin-left: 197px;
    top: 156px;
}
.tip-list .tip-4 {
    margin-left: 308px;
    top: 281px;
}
.tip-show {
    display: none;
}
.company-list li {
    float: left;
    width: 33.3333%;
    margin-bottom: 70px;
    padding-left: 20px;
}
.company-list li .tit {
    position: relative;
    font-size: 20px;
    color: #333;
    margin-bottom: 8px;
}
.company-list li .tit:before {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 4px;
    height: 4px;
    background: #999;
}
.company-list li .des {
    font-size: 16px;
}


/*产品列表*/
.product-cate-list {
    position: static;
    left: 0;
    width: 100%;
    text-align: center;
    background-color: #fff;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-cate-list li {
    position: relative;
    padding: 40px 0;
    display: inline-block;
    margin: 0 40px;
    cursor: pointer;
}
.product-cate-list li .tit {
    font-size: 16px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-cate-list li .pic {
    margin-top: 20px;
}
.product-cate-list li:hover .tit,
.product-cate-list li.on .tit {
    color: #1e8efb;
}
.product-item .bigtit {
    position: relative;
    padding-left: 22px;
    height: 78px;
    line-height: 68px;
    font-size: 20px;
    color: #333;
}
.product-item .bigtit:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 10px;
    height: 10px;
    background: #1E8EFB;
    margin-top: -9px;
}
.product-list li {
    margin-bottom: 10px;
}
.product-list li .box {
    background: #fff;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-list li .box .pic {
    height: 350px;
    line-height: 350px;
    font-size: 0;
}
.product-list li .box:hover {
    box-shadow: 0 0 20px #ddd;
}
.product-list li .tit {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
    padding-bottom: 25px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.product-list li .box:hover .tit {
    color: #1e8efb;
}


/*产品详情*/
.product-simple {
    margin-bottom: 60px;
}
.product-simple .pic-slide {
    width: 50%;
    height: 600px;
    overflow: hidden;
    background: #fff;
    text-align: center;
}
.product-simple .pic-slide .slick-next {
    right: 0px;
    opacity: .5;
}
.product-simple .pic-slide .slick-prev {
    left: 0px;
    opacity: .5;
}
.product-simple .pic-slide .slick-slide {
    line-height: 550px;
    font-size: 0;
}
.product-simple .pic-slide img:hover {
    cursor: zoom-in;
}
.product-simple .pic-slide .slick-dots {
    bottom: 25px;
}
.product-simple .pic-slide .slick-dots li button:before {
    color: #D2D2D2;
}
.product-simple .pic-slide .slick-dots li.slick-active button:before {
    color: #1C92D2;
    opacity: 1;
}
.product-simple .simple-info {
    width: 50%;
    padding-right: 20px;
    padding-left: 80px;
    padding-top: 40px;
}
.product-simple .simple-info .tit {
    font-size: 32px;
    color: #333;
    padding-bottom: 30px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 50px;
}
.product-simple .simple-info .des {
    line-height: 2;
    font-size: 16px;
    color: #666;
    min-height: 230px;
    padding-bottom: 20px;
}
.product-simple .simple-info .des p {
	font-size: 16px!important;
	color: #666!important;
	background: transparent!important;
}
.product-simple .simple-info .des span {
    font-family: "Microsoft Yahei"!important;
    background: transparent !important;
}

.product-detail-cate {
    text-align: center;
    height: 46px;
    line-height: 45px;
}
.product-detail-cate li {
    position: relative;
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    padding: 0 38px;
    border-right: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
}
.product-detail-cate li:first-child {
    border-left: 1px solid #dcdcdc;
}
.product-detail-cate li.on {
    background: #fff;
    color: #1E8EFB;
}
.product-detail-cate li ~ li:before {
    content: "";
    position: absolute;
    left: 0;
    border-left: 1px solid #E5E5E5;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    display: none;
}
.product-detail-box {
    overflow: hidden;
}
.product-detail-box .item {
    padding: 50px 0 60px;
    font-size: 16px;
    line-height: 2;
}
.product-detail-box .item p,
.product-detail-box .item span {
	font-size: 16px!important;
}
.product-detail-box .item span {
    font-family: "Microsoft Yahei"!important;
}
.product-detail-box .item:first-child {
    padding: 50px 10px 60px;
}
.product-detail-box .item ~ .item {
    display: none;
}
.product-detail-box .item table {
    width: 100%!important;
}
.product-detail-box .item td, .product-detail-box .item tr {
    padding: 3px 5px!important;
    text-align: center;
    border: 1px solid #CFCDCD!important;
    background: transparent!important; 
    vertical-align: middle;
}
.relevant-title {
    padding-top: 45px;
    padding-bottom: 30px;
    font-size: 20px;
    color: #333;
}
.relevant-list li .box .pic {
    height: 290px; 
    line-height: 290px; 
}
.relevant-list li img {
    max-width: 100%;
}


/*行业栏目*/
.sp-hy{background:url(../images/sp-hy.png)  no-repeat;vertical-align: middle;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.icon-hy2{height:53px;width:40px;background-position:0 0;}
.icon-hy5{height:44px;width:42px;background-position:0 -53px;}
.icon-hy6{height:44px;width:44px;background-position:0 -97px;}
.icon-hy4{height:42px;width:45px;background-position:0 -141px;}
.icon-hy3{height:40px;width:56px;background-position:0 -183px;}
.icon-hy1{height:45px;width:72px;background-position:0 -223px;}
.sp-use{display: inline-block; background:url(../images/sp-use.png)  no-repeat;vertical-align: middle;}
.icon-use3{height:39px;width:31px;background-position:0 0;}
.icon-use4{height:50px;width:42px;background-position:0 -39px;}
.icon-use1{height:35px;width:43px;background-position:0 -89px;}
.icon-use2{height:33px;width:47px;background-position:0 -124px;}

.hangye-title {
    padding-top: 70px;
    text-align: center;
    margin-bottom: 50px;
}
.hangye-title .tit {
    font-size: 32px;
    color: #333;

}
.hangye-title .des {
    margin-top: 35px;
    line-height: 25px;
}
.odm-list {
    padding-bottom: 50px;
    text-align: center;
    font-size: 0;
}
.odm-list li {
    position: relative;
    display: inline-block;
    padding-top: 18px;
    width: 153px;
    height: 153px;
    background: #EAEAEA;
    color: #333;
    font-size: 18px;
    border-radius: 50%;
    margin: 0 23px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.odm-list li:before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 50%;
    margin-left: -22px;
    width: 0;
    height: 0;
    border-left: 22px solid transparent;
    border-right: 22px solid transparent;
    border-bottom: 16px solid #f5f5f5;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.odm-list li.on:before {
    opacity: 1;
    visibility: visible;
}
.odm-list li .pic {
    height: 76px;
    line-height: 76px;
    font-size: 0;
}
.odm-list li.on,
.odm-list li:hover {
    background: #1E8EFB;
    color: #fff;
}
.odm-list li.on .sp-hy,
.odm-list li:hover .sp-hy {
    background-position-x: -75px;
}
.odm-content {
    padding: 60px 0;
}
.odm-content .item:nth-child(2n) .pic {
    float: left;
}
.odm-content .item .pic {
/*    width: 50%;*/
    height: 443px;
    overflow: hidden;
}
.odm-content .item {
    background: #fff;
}
.odm-content .item .cont {
    overflow: hidden;
    padding: 80px 50px 0;
}
.odm-content .item .cont .tit {
    margin-bottom: 50px;
    font-size: 32px;
    color: #333;
}
.odm-content .item .cont .tit a {
    color: #333;
}
.odm-content .item .cont .tit a:hover {
    color: #1E8EFB;
}
.odm-content .item .cont .des {
    line-height: 26px;
    height: 150px;
}
.use-list li{
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
    width: 25%;
}
.use-content-1 .use-list li {
    width: 25%;
}
.use-list li .box {
    padding: 48px 27px 0;
    height: 360px;
    border: 1px solid #D2D2D2;
    text-align: center;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.use-list li .box:hover {
    box-shadow: 0 0 20px #ddd;
}
.use-list li .box .sp-use {
    display: inline-block;
    width: 94px;
    height: 94px;
    line-height: 94px;
    border-radius: 50%;
    background: #1E8EFB;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.use-list li .box .icon-use1 {
    background: url(../images/sp-use1.png) no-repeat center;
}
.use-list li .box .icon-use2 {
    background: url(../images/sp-use2.png) no-repeat center;
}
.use-list li .box .icon-use3 {
    background: url(../images/sp-use3.png) no-repeat center;
}
.use-list li .box .icon-use4 {
    background: url(../images/sp-use4.png) no-repeat center;
}
.use-list li .box .icon-use2-1 {
    background: url(../images/icon-use2-1.png) no-repeat center;
}
.use-list li .box .icon-use2-2 {
    background: url(../images/icon-use2-2.png) no-repeat center;
}
.use-list li .box .icon-use4-1 {
    background: url(../images/icon-use4-1.png) no-repeat center;
}
.use-list li .box .icon-use4-2 {
    background: url(../images/icon-use4-2.png) no-repeat center;
}
.use-list li .box .icon-use4-3 {
    background: url(../images/icon-use4-3.png) no-repeat center;
}
.use-list li .box .icon-use4-4 {
    background: url(../images/icon-use4-4.png) no-repeat center;
}
.use-list li .box .icon-use5-1 {
    background: url(../images/icon-use5-1.png) no-repeat center;
}
.use-list li .box .icon-use5-4 {
    background: url(../images/icon-use5-4.png) no-repeat center;
}
.use-list li .box .icon-use-fx {
    background: url(../images/icon-use-fx.png) no-repeat center;
}
.use-list li .box .icon-use-sj {
    background: url(../images/icon-use-sj.png) no-repeat center;
}
.use-list li .box .icon-use-lt {
    background: url(../images/icon-use-lt.png) no-repeat center;
}
.use-list li:hover .box .sp-use {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.use-list li .box .tit {
    margin: 20px 0;
    font-size: 20px;
    color: #333;
}
.use-list li .box .des {
    text-align: left;
    line-height: 26px;
}
.use-case .item {
    background: #fff;
}
.use-case .item .cont {
    overflow: hidden;
    padding: 100px 65px 0;
}
.use-case .item .cont .tit {
    font-size: 24px;
    color: #333;
    margin-bottom: 50px;
}
.use-case .item .cont .des {
    line-height: 26px;
}
/*.use-product .product-list li .box {
    border: 1px solid #eee;
}*/


/*服务*/
.service-cate {
    padding: 60px 0;
}
.service-cate-list li {
    float: left;
    position: relative;
    overflow: hidden;
}
.service-cate-list li .cont {
    position: absolute;
    top: 70px;
    z-index: 2;
}
.service-cate-list li .cont1 {
    text-align: center;
    width: 100%;
}
.service-cate-list li .cont2 {
    left: 42px;
}
.service-cate-list li .cont .tit {
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.service-cate-list li:hover .cont .tit {
    color: #1E8EFB!important;
}
.service-cate-list li .cont  .icon-more {
    margin-top: 17px;
}
.service-cate-list li .cont.white  .icon-more {
    background: url(../images/icon-more2.png) no-repeat center;
}
.service-cate-list li .cont.white,
.service-cate-list li .cont.white .tit {
    color: #fff;
}
.com-title2 {
    width: 1200px;
    margin-bottom: 0;
    border-bottom: none;
}
.com-title2 h2 {
    display: inline-block;
}
.com-title2 .more {
    margin-top: 10px;
    font-size: 16px;
}

.video-list li {
    text-align: center;
}
.video-list li .pic {
    position: relative;
    overflow: hidden;
    text-align: center;
}
.video-list2 li .pic {
    height: 174px;
}
.video-list li .pic:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/icon-video.png) no-repeat center;
    background-size: 60px 60px;
    z-index: 2;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.video-list li .box:hover .pic:before {
    background-color: rgba(255, 255, 255, 0.1);
}
.video-list li .tit {
    padding-top: 20px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.video-list li .box:hover .tit,
.com-title2 .more:hover {
    color: #1e8efb;
}
.page-content .right .cont .video-list {
    margin-right: -10px;
    margin-left: -10px;
}
.page-content .right .cont .video-list li {
    margin-bottom: 10px;
}
.page-content .right .cont .video-list li .tit {
    font-size: 14px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding-top: 0;
}
.page-content .right .cont .page-list {
    margin-top: 50px;
    margin-bottom: 20px;
}


/*服务详情页*/
.page-content .left {
    width: 207px;
    border: 1px solid #eee;
    background: #fff;
}
.left-cate-item {
    padding: 28px 20px 20px;
    border-top: 1px solid #eee;
}
.left-cate-item:first-child {
    border-top: none;
}
.left-cate-item .tit {
    font-size: 20px;
    color: #333;
    margin-bottom: 14px;
}
.left-cate-item ul li a {
    position: relative;
    display: block;
    padding-left: 27px;
    line-height: 36px;
    font-size: 16px;
}
.left-cate-item ul li.on a,
.left-cate-item ul li a:hover  {
    color: #1e8efb;
}
.left-cate-item ul li a:before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    margin-top: -2px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #898989;
}
.page-content .right {
    padding: 55px 60px;
    width: 967px;
    min-height: 800px;
    border: 1px solid #eee;
    background: #fff;
}
.page-content .right .big-tit {
    font-size: 28px;
    color: #1e8efb;
    padding-bottom: 38px;
    border-bottom: 1px solid #898989;
    margin-bottom: 30px;
}
.page-content .right .cont {
    line-height: 1.8;
}


/*联系*/
.contact-intro {
    padding-top: 50px;
    padding-bottom: 60px;
    text-align: center;
}
.contact-intro .tit {
    font-size: 28px;
    color: #333;
    margin-bottom: 30px;
}
.contact-intro .des {
    font-size: 16px;
    margin-bottom: 45px;
}
.contact-list {
    height: 100px;
    line-height: 100px;
    border: 1px solid #BFBFBF;
}
.contact-list li {
    float: left;
    width: 25%;
    border-left: 1px solid #BFBFBF;
    font-size: 16px;
    color: #333;
}
.contact-list li a {
    color: #333;
}
.contact-list li a:hover {
    color: #1e8efb;
}

.contact-company {
    padding: 50px 0 30px;
}
.contact-company .item {
    margin-bottom: 20px;

    height: 280px;
}
.contact-company .item .cont {
    overflow: hidden;
    padding: 30px 24px 0;
    font-size: 13px;
}
.contact-company .item .box {
    background-color: #fff;
    height: 280px;
}
.contact-company .item .cont .tit {
    font-size: 24px;
    color: #333;
    padding-bottom: 20px;
    border-bottom: 1px solid #D2D2D2;
    margin-bottom: 10px;
}
.contact-company .item .cont .des {
    line-height: 26px;
}

/*留言*/
.message-info {
    position: relative;
    background: #fff;
}
.message-info .contact-title {
    padding-bottom:30px;
    font-size: 20px;
    color: #fff;
}
.consult-content {
    position: relative;
    float: left;
    width: 59%;
    height: 675px;
    overflow: hidden;
}
.consult-content .addr {
    position: absolute;
    right: 290px;
    top: 270px;
    font-size: 16px;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.consult-content .addr:hover {
    color: #ff0000;
}
.consult-content .icon-addr {
    position: absolute;
    right: 386px;
    top: 320px;
    -webkit-animation: lineMoveTT 1s infinite linear;
    -moz-animation: lineMoveTT 1s infinite linear;
    animation: lineMoveTT 1s infinite linear;
}
@-webkit-keyframes lineMoveTT {
    0%{-webkit-transform: translateY(0%);}
    50%{-webkit-transform: translateY(-40%);}
    100%{-webkit-transform: translateY(0);}
}
@-moz-keyframes lineMoveTT {
    0%{-moz-transform: translateX(0%);}
    50%{-moz-transform: translateX(-40%);}
    100%{-moz-transform: translateX(0);}
}
@keyframes lineMoveTT {
    0%{transform: translateY(0%);}
    50%{transform: translateY(-40%);}
    100%{transform: translateY(0);}
}

.message-content {
    width: 41%;
    height: 675px;
    padding-left: 70px;
    padding-top: 55px;
    background: url(../images/message-bg.jpg) no-repeat left center;
}
.message-content .box {
    width: 350px;
}
.message-content .message-form .inp {
    width: 100%;
    height: 53px;
    line-height: 53px;
    padding: 0 20px;
    background: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .txt {
    width: 100%;
    height: 200px;
    padding: 20px 20px;
    background: #fff;
    font-size: 16px;
    font-family: "";
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .com-button {
    display: block;
    margin-top: 15px;
    font-size: 0;
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.message-content .message-form .txt:hover,
.message-content .message-form .inp:hover,
.message-content .message-form .inp:focus,
.message-content .message-form .txt:focus {
    box-shadow: 0 0 4px rgba(0,0,0,0.2);
    border-color: #ff0000;
}
.message-content .message-form .sub,
.message-content .message-form .reset {
    position: relative;
    color: #fff;
    font-size: 14px;
    background: #FF7600;
    vertical-align: middle;
    width: 48%;
    height: 55px;
    line-height: 55px;
    cursor: pointer;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.message-content .message-form .reset {
    background-color: #FFFFFF;
    color: #333;
}
.message-content .message-form .sub:hover,
.prodTitle .zx:hover {
    opacity: 0.9;
}


/*新闻列表*/
.news-list {
    overflow: hidden;
}
.news-list .news-item {
    padding: 20px 0;
    border-bottom: 1px solid #E7E7E7;
}
.news-list .news-item .a-box {
    padding: 30px 0;
    height: 130px;
    overflow: hidden;
}
.news-list .news-item .news-date {
    position: relative;
    float: left;
    width: 80px;
}
.news-list .news-item .news-date:before {
    content: "";
}
.news-list .news-item .news-date .news-md {
    display: inline-block;
    padding-top: 15px;
    font-size: 32px;
    color: #333;
    font-family: HELVETICANEUELTPRO-THEX;
}
.news-list .news-item .news-date .news-year {
    display: inline-block;
    margin-top: 10px;
    padding-left: 5px;
    font-size: 13px;
}
.news-list .news-item .news-date .more-news {
    margin-top: 20px;
    width: 39px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border: 1px solid #E0E0E0;
    position: relative;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.news-list .news-item .news-date .more-news:before {
    content: "";
    position: absolute;
    left: -16px;
    top: 0;
    widows: 100%;
    height: 100%;
    background: #363636;
}
.news-list .news-item .news-cont {
    float: left;
    margin-left: 100px;
    width: 705px;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}
.news-list .news-item:hover .news-cont {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    -o-transform: translateX(20px);
    transform: translateX(20px);
}
.news-list .news-item .news-cont h3 {
    font-size: 18px;
    color: #333;
    padding: 25px 0 15px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.news-list .news-item:hover .news-cont h3 {
    color: #1e8efb;
}
.news-list .news-item .news-cont p {
    font-size: 14px;
    color: #666;
    line-height: 28px;
}

.news-list .news-item .news-pic {
    float: right;
    width: 254px;
    height: 172px;
    overflow: hidden;
}
.news-list .news-item:hover .news-pic img{
    -webkit-animation: pluseS 8s 1s ease both infinite;
    -moz-animation: pluseS 8s 1s ease both infinite;
    animation: pluseS 8s 1s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}


/*人才招聘*/
.hr-intro {
    padding: 90px 0;
    border-bottom: 1px solid #ededed;
}
.hr-intro .pic {
    margin-left: 100px;
}
.hr-intro .cont .tit {
    padding-top: 15px;
    font-size: 24px;
    color: #333;
    padding-bottom: 10px;
}
.hr-intro .cont p {
    margin-top: 20px;
    line-height: 26px;
}
.hr-man .item {
    float: left;
    width: 50%;
    background: #F8F8F8;
}
.hr-man .item .pic,
.hr-man .item .cont {
    position: relative;
    width: 50%;
    overflow: hidden;
}
.hr-man .item .pic img {
    position: relative;
    left: 50%;
    margin-left: -240px;
}
.hr-man .item .cont {
    padding: 7.5% 4.5% 0;
}
.hr-man .item .cont .tit {
    font-size: 36px;
    color: #333;
    margin-bottom: 9%;
}
.hr-man .item .cont .des {
    line-height: 26px;
}
/*招聘*/
.hr-job .hr-tit {
    height: 68px;
    line-height: 67px;
    background: #eee;
    border-top: 1px solid #DCDCDC;
}
.hr-job .hr-tit li {
    float: left;
    width: 33.3333%;
    padding-left: 55px;
    box-sizing: border-box;
    font-size: 18px;
    color: #333;
}
.hr-job .hr-tit li.middle {
    text-align: center;
    padding-left: 0;
}
.hr-job .hr-tit li:last-child {
    text-align: right;
    padding-right: 55px;
}
.hr-job .hr-list li {
    border-bottom: 1px solid #eee;
    background: #fff;
}
.hr-job .hr-list li .question {
    background: #fff;
    height: 56px;
    line-height: 56px;
    text-align: center;
    padding: 0 55px;
    box-sizing: border-box;
    cursor: pointer;
    font-size: 16px;
    font-weight: normal;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hr-job .hr-list li .question .num {
    position: absolute;
    width: 100px;
    left: 50%;
    margin-left: -50px;
    text-align: center;
}
.hr-job .hr-list li .question.on,
.hr-job .hr-list li .question:hover {
    background: #1E8EFB;
    color: #fff;
}
.hr-job .hr-list li .answer {
    display: none;
    padding: 30px 55px;
    box-sizing: border-box;
    line-height: 2;
    font-size: 14px;
    background: #f5f5f5;
}


/*服务详情页*/
.page-tit-select {
    margin-bottom: 30px;
    border: 1px solid #eee;
}
.page-tit-select.use-tit-select {
    margin-bottom: 0;
}
.page-tit-select li {
    float: left;
    width: 20%;
    padding: 10px 0;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    color: #666;
    border-right: 1px solid #eee;
}
.page-tit-select li:last-child {
    border-right: none;
}
.page-tit-select li.on {
    background: #eee;
    color: #333;
}
.page-content-select .pcs-box .item ~ .item {
    display: none;
}

/*下载*/
.model-list li {
  text-align: center;
  margin-bottom: 10px;
}
.model-list li .pic {
  height: 272px;
  font-size: 0;
  border: 1px solid #eee;
}
.model-list li .pic img {
  width: 100%;
  height: 100%;
}
.model-list2 li .pic {
  height: 240px;
}
.model-list3 li .pic {
  height: 240px;
  line-height: 240px;
}
.model-list li .tit {
  line-height: 40px;
}
.fileList ~ .fileList {
    display: none;
}
.fileList li{height:42px;line-height:42px;border-bottom:1px dotted #e0e0e0;padding: 0 5px;}
.fileList li a{display:block;height:42px;background:url(../images/downa.png) no-repeat left center;padding-left:40px;font-size:14px;float:left;width:700px;}
.fileList li a:hover {
  color: #1E8EFB;
}
.fileList li a i{font-style:normal;padding-left:10px;}
.fileList li span{float:right;}


/*行业应用详情*/
.font-pm {
    font-family: "pmzdbt";
}
.case-banner .pb-tit {
    margin-top: -84px;
    margin-left: -166px;
    width: 380px;
    height: 174px;
    text-align: left;
    color: #333;
}
.case-banner.white .pb-tit {
    color: #fff;
}
.case-banner.white .pb-tit .des {
    color: #f5f5f5;
}
.case-banner .pb-pic img {
    -webkit-animation: unset;
    animation: unset;
}
.case-banner .pb-tit .tit {
    font-size: 52px;
    margin-bottom: 25px;
}
.case-banner .pb-tit .des {
    font-size: 14px;
    line-height: 1.75;
}
.case-bread {
    background: #fff;
    border-bottom: 1px solid #eee;
}