﻿@charset "utf-8";
body,
ul,
li,
p,
h1,
h2,
h3,
h4,
dl,
dd,
form,
input,
textarea,
select {
  padding: 0;
  margin: 0;
}
body {
  font-size: 14px;
  font-family: '微软雅黑' !important;
  line-height: 1;
  color: #3e3e3f;
}
body,form,div,ul,ol,li,h1,h2,h3,h4,h5,h6,table,tr,span,th,td,p,input,dl,dt,dd,ul,ol,li,input,textarea { font-family:"微软雅黑"!important;}
ul,
li {
  list-style: none;
}
i {
  font-style: normal;
}
img {
  border: none;
  vertical-align: top;
  max-width:100%;
}
a {
  text-decoration: none;
  color: #333;
  font-size: 12px;
}
a:hover,a:link,a:active,a:visited {
  text-decoration: none;
}

/*------header-----------*/
#header{
  position: relative;
}
#header .b-bg{
  height: 50px;
  position: absolute;
  width: calc(50% - 530px);
  bottom: 0;
  right: 0;
  background: url('../images/nav-bg1.png') no-repeat;
  background-size: cover;
}

#header .topbar-wrapper{
  height: 52px;
  /* margin-right: 204px; */
  
  background: url('../images/topbar.png') no-repeat;
  background-size: calc(100% - 104px) 52px;
}
#header .topbar{
  width: 1060px;
  height: 52px;
  margin: 0 auto;
  padding-left: 36px;
}
#header .topbar .text{
  font-size: 16px;
  color: #fff;
  float: left;
  line-height: 52px;
  margin-right: 456px;
}
#header .topbar .search{
  font-size: 0;
  padding-top: 10px;
  float: left;
  margin-right: 46px;
}
#header .topbar .search input[type="text"]{
  width: 174px;
  height: 32px;
  float: left;
  border: none;
  outline: none;
  padding: 4px 8px;
  color: #000;
  box-sizing: border-box;
}
#header .topbar .search input[type="button"]{
  width: 58px;
  height: 32px;
  float: left;
  font-size: 14px;
  color: #fff;
  background: #3e3a39;
  letter-spacing: 3px;
  text-align: center;
  border: none;
  outline: none;
  line-height: 32px;
}
#header .topbar .language{
  float: left;
  color: #fff;
  padding-top: 19px;
}
#header .topbar .language a{
  color: #fff;
  font-size: 14px;
  margin: 0 10px;
}
#header .topbar .language a:first-child{
  padding-right: 16px;
  border-right: 1px solid #fff;
  margin-right: 16px;
}
#header .nav-wrapper{
  width: 1060px;
  margin: 0 auto;
  position: relative;
  height: 130px;
}
#header .nav-wrapper .logo{
  width: 227px;
  height: 130px;
  float: left;
  display: inline-block;
  background: url('../images/logo.png') no-repeat;
  background-position: center;
  background-size: 208px;
}
#header .nav-wrapper .right{
  float: left;
  width: 833px;
}
#header .nav-wrapper .right .r-top{
  height: 80px;
  text-align: right;
  padding-top: 22px;
  font-size: 0;
  box-sizing: border-box;
}
#header .nav-wrapper .right .r-top .iphone{
  width: 27px;
  height: 39px;
  background: url('../images/iphone.png') no-repeat;
  background-size: cover;
  margin-right: 8px;
  display: inline-block;
  vertical-align: top;
  
}
#header .nav-wrapper .right .r-top .server{
  width: 40px;
  height: 40px;
  margin-right: 22px;
  position: relative;
  background: url('../images/server1.png') no-repeat;
  background-size: cover;
  display: inline-block;
  vertical-align: top;
}
#header .nav-wrapper .right .r-top .server .server-detail{
  position: absolute;
  display: none;
  z-index: 199;
  width: 196px;
  height: 228px;
  background: url('../images/server-bg.png') no-repeat;
  top: 45px;
  left: 50%;
  margin-left: -104px;
  padding-top: 12px;
}
#header .nav-wrapper .right .r-top .server:hover .server-detail{
  display: block;
}
#header .nav-wrapper .right .r-top .server .server-detail img{
  width: 100%;
}
#header .nav-wrapper .right .r-top .server .server-detail .text1{
  font-size: 16px;
  color: #333;
  text-align: center;
}
#header .nav-wrapper .right .r-top .text{
  display: inline-block;
  height: 40px;
}
#header .nav-wrapper .right .r-top .text span{
  display: block;
}
#header .nav-wrapper .right .r-top .text span:first-child{
  margin-bottom: 6px;
  font-size: 14px;
  color: #454545;
  text-align: left;
}
#header .nav-wrapper .right .r-top .text span:nth-child(2){
  font-size: 24px;
  color: #fdb931;
}
#header .nav-wrapper .right .r-bottom{
  height: 50px;
  width: 100%;
  background: url('../images/nav-bg.png') no-repeat;
  background-size: 100% 50px;
}
#header .nav-wrapper .right .r-bottom .list{
  
}
#header .nav-wrapper .right .r-bottom .list .item{
  float: left;
  margin-right: 30px;
}
#header .nav-wrapper .right .r-bottom .list .item:first-child{
  margin-left: 49px;
}
#header .nav-wrapper .right .r-bottom .list .item:last-child{
  margin-right: 0;
}
#header .nav-wrapper .right .r-bottom .list .item a{
  font-size: 16px;
  display: block;
  line-height: 50px;
  color: #fff; 
}
.carousel{
  /* position: relative;
  overflow: hidden; */
  height: 430px;
}
.carousel .list{
 /*  transition: all 1.2s; */
}
.carousel .list .item{
  position: relative;
  
}
.carousel .list .item:first-child{
 /*  display: block;
 opacity: 1; */
}
.carousel .list .item a{
  display: block; 
}
.carousel .list .item a img{
  width: 100%;
}
.carousel .list .item .text{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel .list .item .text .title{
  font-size: 48px;
  color: #fff;
  position: absolute;
  top: 13%;
  left: 0;
  width: 800px;
  height: 85px;
  background: url('../images/in-banner.png') no-repeat;
  background-size: cover;
  padding-left: 383px;
  line-height: 80px;
  box-sizing: border-box;
}
.carousel .list .item .text p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  width: 800px;
  padding-left: 383px;
  position: absolute;
  top: 44.5%;
  left: 0;
}
.icon-wrapper{
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.icon-wrapper span{
  display: inline-block;
  width: 144px;
  height: 8px;
  cursor: pointer;
  margin-right: 14px;
  background: rgba(142,145,148,0.45);
}
.icon-wrapper .swiper-active-switch{
  background: rgba(0,77,160,0.45);
}
.icon-wrapper span.active{
  background: rgba(0,77,160,0.45);
}
.icon-wrapper span:last-child{
  margin-right: 0;
}

/*-------------indexÃƒÆ’Ã‚Â¤Ãƒâ€šÃ‚Â¸Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â©Ãƒâ€šÃ‚Â¢Ãƒâ€¹Ã…â€œ---------------*/
#index .main{
  width: 1060px;
  margin: 0 auto;
}
 .m-top{
  width: 100%;
  height: 50px;
  background: #fafafb;
  line-height: 50px;
  margin-bottom: 52px;
  border-bottom: 1px solid #e2e3e4;
}
 .m-top .wrap{
  width: 1060px;
  margin: 0 auto;
}
.m-top .normal{
	font-size: 16px;
	color: #454545;
}
.m-top .normal a{font-size: 16px;}
.m-top .normal:last-child{
	color: #015aaa;
}
 .m-top .hot{
  margin-right: 26px;
  font-size: 16px;
  color: #004da0;
}
 .m-top .hot::before{
  content: '';
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url('../images/news.png') no-repeat;
  background-size: cover;
  margin-top: -4px;
  vertical-align: middle;
  margin-right: 7px;
}
 .m-top .desc{
  font-size: 16px;
  color: #454545;
  margin-right: 32px;
}
.m-top .hot{
  float: left;
}
.m-top .text{
  float: left;
  height: 50px;
  overflow: hidden;
}
.m-top .text div{
  position: relative;
}
.m-top .text a{
  display: block;
  height: 50px;
  line-height: 50px;
}
 .m-top .desc::before{
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #8e9194;
  margin-right: 5px;
  position: relative;
  top: -3px;
}
 .m-top .time{
  font-size: 16px;
  color: #454545;
}

#index .main .peake{
  text-align: center;
  margin-bottom: 18px;
}
#index .main .peake>h3{
  font-size: 36px;
  line-height: 44px;
  color: #000;
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 12px;
}
#index .main .peake>h2{
  margin-bottom: 14px;
  font-size: 54.15px;
  color: #004590;
}
#index .main .peake p{
  width: 830px;
  margin: 0 auto;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  margin-bottom: 15px;
}
#index .main .peake .icon-list-wrapper{
  padding-left: 140px;
  margin-bottom: 46px;
  position: relative;
  overflow: hidden;
}
#index .main .peake .icon-list-wrapper .item{
  margin-right: 70px;
  float: left;
}
#index .main .peake .icon-list-wrapper .item:nth-child(2) span::before{
  background: url('../images/in-icon3.png') no-repeat;
}
#index .main .peake .icon-list-wrapper .item:nth-child(3) span::before{
  background: url('../images/in-icon4.png') no-repeat;
}
#index .main .peake .icon-list-wrapper .item:nth-child(4) span::before{
  background: url('../images/in-icon1.png') no-repeat;
}
#index .main .peake .icon-list-wrapper .item:last-child{
  margin-right: 0;
}
#index .main .peake .icon-list-wrapper .item a{
  display: block;
}
#index .main .peake .icon-list-wrapper .item a span{
  font-size: 22px;
}
#index .main .peake .icon-list-wrapper .item span::before{
  content: '';
  display: block;
  width: 66px;
  height: 66px;
  margin: 0 auto 14px;
  background: url('../images/in-icon2.png') no-repeat;
  background-size: cover;
}
#index .main .peake .list{
  position: relative;
  overflow: hidden;
}
#index .main .peake .list .item{
  width: 338px;
  float: left;
  height: 216px;
  margin-right: 23px;
  margin-bottom: 20px;
  position: relative;
}
#index .main .peake .list .item:nth-child(6){
  margin-right: 0;
}
#index .main .peake .list .item .img{
  display: block;
  overflow: hidden;
  height: 216px;
  position: relative;
}
#index .main .peake .list .item .text-wrapper{
  height: 216px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0);
  transition: 0.6s ease-in-out;
}
#index .main .peake .list .item .img img{
  width: 100%;
}
#index .main .peake .list .item .text{
  position: absolute;
  bottom: 0;
  left: 0;
  height: 50px;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  width: 100%;
  background: rgba(7,17,27,0.38);
  transform: translateY(0);
  opacity: 1;
  transition: 0.6s ease-in-out;
}
#index .main .peake .list .special1{
  /* margin-bottom: 20px; */
  float: left;
  width: 338px;
  height: 216px;
}
#index .main .peake .list .special1 a{
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
#index .main .peake .list .special1 a img{
  width: 100%;
}
#index .main .peake .list .special1 h3{
  font-size: 47.26px;
  padding: 18px 26px;
  border: 1px solid #fff;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-bottom: 14px;
  margin-left: -121.5px;
  color: #fff;
}
#index .main .peake .list .special1 div{
  text-align: center;
  width: 240px;
  position: absolute;
  top: 138px;
  left: 50%;
  margin-left: -120px;
}
#index .main .peake .list .special1 div span{
  font-size: 16px;
  color: #fff;
  margin-right: 26px;
  margin-bottom: 10px;
  display: inline-block;
}
#index .main .peake .list .special1 div span:nth-child(3),#index .main .peake .list .special1 div span:nth-child(5){
  margin-right: 0;
}
@keyframes move{

}
#index .main .peake .list .special {
  margin-bottom: 20px;
  margin-right: 23px;
  float: left;
  width: 338px;
  height: 216px;
  position:relative;
}
#index .main .peake .list .special a{
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#index .main .peake .list .special a img{
  width: 100%;
}
#index .main .peake .list .item:hover .text-wrapper{
  background: rgba(0,0,0,0.2);
  transition: 0.6s ease-in-out;
}
#index .main .peake .list .item:hover .text1{
	opacity: 1;
	transition: 0.6s ease-in-out;
}
#index .main .peake .list .item:hover .text{
	transform: translateY(-30px);
	opacity: 0;
	transition: 0.6s ease-in-out;
}
#index .main .peake .list .item div.text1{
  width: 288px;
  height: 100px;
  background: url('../images/rect.png') no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transition: 0.6s ease-in-out;
  padding-top: 23px;
  margin-top: -50px;
  margin-left: -144px;
}
#index .main .peake .list .item div.text1 h3{
  font-size: 22px;

  margin-bottom: 11px;
  color: #fff;
}
#index .main .peake .list .item div.text1 p{
  width: 100%;

  font-size: 16px;
  color: #fff;
}
#index .main .product{

}
#index .main .product>.title{
	padding-left: 18px;
	font-size: 16px;
	color: #454545;
	margin-bottom: 10px;
}
#index .main .product .h3-wrapper{
	position: relative;
	overflow: hidden;
	margin-bottom: 24px;
}
#index .main .product .productCenter{
	font-size: 36px;
	color: #454545;
	font-weight: bold;
	float: left;
	padding-left: 18px;
	margin-right: 48px;
}
#index .main .product .line{
	width: 702px;
	float: left;
	height: 1px;
	margin-right: 50px;
	background: #8e9194;
	margin-top: 17.5px;
}
#index .main .product .carou{
	float: left;
	margin-top: 13px;
}
#index .main .product .carou span{
	display: inline-block;
	width: 12px;
	height: 12px;
	border: 1px solid #8e9194;
	box-sizing: border-box;
	margin-right: 12px;
	border-radius: 50%;
}
#index .main .product .carou span:last-child{
	margin-right: 0;
}
#index .main .product .carou span.active{
	border: none;
	background: #004da0;
}
#index .main .product .product-list-wrapper{
	width: 1060px;
	height: 430px;
	overflow: hidden;
}
#index .main .product .product-list{
	height: 430px;
	overflow: hidden;
	width: 1060px;
	transition: 1s ease-in-out;
}
#index .main .product .product-list .item{
	border: 1px solid #dcdcdc;
	float: left;
	width: 326px;
	margin-right: 38px;
	padding-bottom: 30px;
	box-shadow: 0px 0px 3px #dcdcdc;
}
#index .main .product .product-list .item:nth-child(3n){
	margin-right: 0;
}
#index .main .product .product-list .item a{

}
#index .main .product .product-list .item .img{
	width: 326px;
	height: 215px;
	overflow: hidden;
	margin-bottom: 34px;
}
#index .main .product .product-list .item .img img{
	width: 100%;
}
#index .main .product .product-list .item .title{
	padding-left: 26px;
	font-size: 22px;
	color: #454545;
	margin-bottom: 15px;
}
#index .main .product .product-list .item .desc{
	padding-left: 26px;
	font-size: 16px;
	color: #828282;
	line-height: 26px;
	margin-bottom: 20px;
	padding-right: 27px;
}
#index .main .product .product-list .item .more{
	font-size: 14px;
	color: #000;
	float: right;
	margin-right: 27px;
}
#index .main .news{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 78px;
}
#index .main .news>.title{
	font-size: 16px;
	text-align: center;
	color: #454545;
	margin-bottom: 8px;
}
#index .main .news>h3{
	font-size: 36px;
	color: #454545;
	margin-bottom: 10px;
}
#index .main .news>.line-wrapper{
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-bottom: 26px;
}
#index .main .news>.line-wrapper .line1{
	width: 326px;
	height: 1px;
	float: left;
	background: #dcdcdc;
	margin-right: 14px;
}
#index .main .news>.line-wrapper .square{
	width: 10px;
	height: 10px;
	float: left;
	border-radius: 50%;
	border: 2px solid #dcdcdc;
	box-sizing: border-box;
	position: relative;
}
#index .main .news>.line-wrapper .square .square-inner{
	width: 6px;
	height: 6px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -3px;
	margin-left: -3px;
	background: #dcdcdc;
}
#index .main .news>.line-wrapper .line2{
	width: 326px;
	height: 1px;
	float: left;
	background: #dcdcdc;
	margin-left: 14px;
}
#index .main .news>.item{
	position: relative;
  height: 416px;
}
#index .main .news>.item .left{
	width: 528px;
	height: 416px;
	overflow: hidden;
	position: relative;
}
#index .main .news>.item .left img{
	width: 100%;
}
#index .main .news>.item .left .text{
	position: absolute;
	bottom: 3px;
	text-align: left;
	left: 0;
	width: 500px;
	padding-left: 18px;
	font-size: 16px;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 9px;
	line-height: 30px;
	background: rgba(7,17,27,0.36);
}
#index .main .news>.item .right{
	position: absolute;
	text-align: left;
	right: 0;
	top: 0;
	width: 545px;
	background: url('../images/news_2.jpg') no-repeat;
	box-sizing: border-box;
	padding: 56px 22px 24px 30px;
}
#index .main .news>.item .right{

}
#index .main .news>.item .right .list{
	margin-bottom: 72px;
}
#index .main .news>.item .right .list .item{
	font-size: 16px;
	color: #454545;
	margin-bottom: 18px;
  padding-left: 12px;
  position: relative;
}
#index .main .news>.item .right .list .item a{
  font-size: 16px;
  color: #454545;
}
#index .main .news>.item .right .list .item:last-child{
	margin-bottom: 0;
}
#index .main .news>.item .right .list .item::before{
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #8e9194;
	margin-right: 12px;
	border-radius: 50%;
  position: absolute;
  left: 0;
  top: 5px;
}
#index .main .news>.item .right ._list{

}
#index .main .news>.item .right ._list .title{
	font-size: 18px;
	color: #004da0;
	box-sizing: border-box;
	margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#index .main .news>.item .right ._list .desc{
	font-size: 16px;
	color: #454545;
	line-height: 24px;
}

#footer{
	height: 356px;
	background: #3e3a39;
	position: relative;
}
#footer .footer-inner{
	width: 1060px;
	height: 356px;
	padding-top: 40px;
	box-sizing: border-box;
	margin: 0 auto;
	background: url('../images/_footer.jpg') no-repeat right;
}
#footer .footer-inner .list-wrapper{
	position: relative;
	overflow: hidden;
}
#footer .footer-inner .list-wrapper .list{
    float: left;
    width:215px;
}
#footer .footer-inner .list-wrapper .list:nth-child(5){
    width:190px;
}
#footer .footer-inner .list-wrapper .list .item{
	color: #fff;
	font-size: 16px;
	margin-bottom: 22px;
}
#footer .footer-inner .list-wrapper .list .item a{
	color: #fff;
	font-size: 16px;
}
#footer .footer-inner .list-wrapper .list .item:last-child{
	margin-bottom: 0;
}
#footer .footer-inner .list-wrapper .list .item:first-child{
	font-size: 18px;
	display: inline;
	font-weight: bold;
}
#footer .footer-inner .list-wrapper .list .item:first-child a{
	font-size: 18px;
}
#footer .footer-inner .list-wrapper .list .item:first-child::after{
	content: '';
	display: block;
	width: 72px;
	height: 2px;
	background: rgba(0,77,160,0.45);
	margin-bottom: 28px;
	margin-top: 10px;
}
#footer .footer-inner .list-wrapper .list .item a{

}
#footer .footer-inner ._list-wrapper{
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}	
#footer .footer-inner ._list-wrapper .left{
	float: left;
	margin-right: 62px;
}
#footer .footer-inner ._list-wrapper .left p{
	font-size: 14px;
	line-height: 22px;
	width: 558px;
	color: #fff;
	letter-spacing: 0.4px;
}
#footer  ._right{
	position: absolute;
	bottom: 0;
	right: 0;
	padding-left: 50px;
	box-sizing: border-box;
	width: calc(50% - 90px);
	height: 54px;
	background: url('../images/footer2.png') no-repeat;
	background-size: 100% 100%;
}
#footer ._right a{
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	margin-right: 16px;
}
/*-----------Ã¦â€“Â°Ã©â€”Â»Ã¨Â¯Â¦Ã¦Æ’â€¦--------------*/
.news-detail{

}
.news-detail .main{
	width: 1060px;
	margin: 0 auto;
}
.news-detail .main .title{
	margin-top: 60px;
	font-size: 32px;
	color: #000;
	margin-bottom: 28px;
	text-align: center;
}
.news-detail .main .title-time{
	text-align: center;
	padding-bottom: 25px;
	border-bottom: 1px dashed #d2d2d2;
	margin-bottom: 36px;
}
.news-detail .main .title-time .time{
	font-size: 14px;
	color: #707070;
	margin-right: 26px;
}
.news-detail .main .title-time .count{
	font-size: 14px;
	color: #707070;
}
.news-detail .main .p1{
	font-size: 16px;
	color: #707070;
	line-height: 28px;
	margin-bottom: 24px;
}
.news-detail .main .p1:last-of-type{
	margin-bottom: 38px;
}
.news-detail .main .img-text-wrapper{
	margin-bottom: 111px;
	position: relative;
	overflow: hidden;
}
.news-detail .main .img-text-wrapper .img-text{
	float: left;
}
.news-detail .main .img-text-wrapper .img-text:first-child{
	margin-right: 48px;
}
.news-detail .main .img-text-wrapper .img-text .img{
	width: 506px;
	height: 323px;
	overflow: hidden;
	margin-bottom: 20px;
}
.news-detail .main .img-text-wrapper .img-text .img img{
	width: 100%;
}
.news-detail .main .img-text-wrapper .img-text .text{
	width: 506px;
	text-align: center;
	font-size: 16px;
	color: #707070;
}
.news-detail .main .news-content p{
  margin-bottom: 10px;
  color: #3e3e3f;
}
/*----------------------Ã¦â€“Â°Ã©â€”Â»Ã¤Â¸Â­Ã¥Â¿Æ’--------------*/
._news-center{

}
._news-center .main{
	width: 1060px;
	margin: 48px auto 0;
}
._news-center .main .tab{
	background: url('../images/_news-center2.png') no-repeat;
	background-size: 100% 100%;
	height: 50px;
	padding-left: 36px;
	margin-bottom: 40px;
}
._news-center .main .tab .item{
	width: 155px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 50px;
	margin-right: 146px;
	float: left;
	position: relative;
	cursor: pointer;
}
._news-center .main .tab .item:last-child{
	margin-right: 0;
}
._news-center .main .tab .item.active,._news-center .main .tab .item:hover{
	background: #015aaa;
	background-size: 100%;
	color: #fff;
  transform: skew(-20deg);
    -webkit-transform: skew(-20deg);    /* for Chrome || Safari */
    -moz-transform: skew(-20deg);       /* for Firefox */
    -ms-transform: skew(-20deg);        /* for IE */
    -o-transform: skew(-20deg);
}
._news-center .main .tab .item.active .text,._news-center .main .tab .item:hover .text{
  transform: skew(20deg);
    -webkit-transform: skew(20deg);    /* for Chrome || Safari */
    -moz-transform: skew(20deg);       /* for Firefox */
    -ms-transform: skew(20deg);        /* for IE */
    -o-transform: skew(20deg);
    display: block;
}
._news-center .main .tab .item.active .icon{
	width: 18px;
	height: 7px;
	background: url('../images/_news-center4.png') no-repeat;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -13px;
}
._news-center .main  .content-wrapper{

}
._news-center .main  .content-wrapper .content{
	display: none;
	opacity: 0;
	transition: all 1s ease-in-out;
  min-height: 300px;
}
._news-center .main  .content-wrapper .content:first-child{
	display: block;
	opacity: 1;
}
._news-center .main  .content-wrapper .content .list{
	margin-bottom: 58px;
}
._news-center .main  .content-wrapper .content .list .item{
	padding: 38px 30px 36px 32px;
	position: relative;
	overflow: hidden;
	box-shadow: 1px 1px 3px rgba(7,17,27,0.4);
	margin-bottom: 28px;
  cursor: pointer;
}
._news-center .main  .content-wrapper .content .list .item:last-child{
	margin-bottom: 0;
}
._news-center .main  .content-wrapper .content .list .item .left{
	float: left;
	margin-right: 49px;
	width: 643px;
}
._news-center .main  .content-wrapper .content .list .item .left .title{
	font-size: 22px;
	color: #454545;
	margin-bottom: 22px;
}
._news-center .main  .content-wrapper .content .list .item .left .desc{
	font-size: 16px;
	color: #707070;
	line-height: 30px;
	margin-bottom: 22px;
}
._news-center .main  .content-wrapper .content .list .item .left .day{
	font-size: 16px;
	color: #707070;
	line-height: 19px;
}
._news-center .main  .content-wrapper .content .list .item .left .day::before{
	content: '';
	display: inline-block;
	width: 19px;
	height: 19px;
	background: url('../images/time.png') no-repeat;
	margin-right: 8px;
	vertical-align: middle;
}
._news-center .main  .content-wrapper .content .list .item .right{

}
._news-center .main  .content-wrapper .content .list .item .right{
	width: 306px;
	float: left;
}
._news-center .main  .content-wrapper .content .list .item .right .img{
	width: 306px;
	height: 240px;
	overflow: hidden;
  text-align: center;
  position: relative;
}
._news-center .main  .content-wrapper .content .list .item .right .img img{
	max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);    /* for Chrome || Safari */
  -moz-transform: translate(-50%,-50%);       /* for Firefox */
  -ms-transform: translate(-50%,-50%);        /* for IE */
  -o-transform: translate(-50%,-50%);
}
.pagation{
	width: 0;
	height: 30px;
	background: #eee;
	background-size: 100% 100%;
	margin: 0 auto 44px;
	line-height: 30px;
  display: none;
}
.pagation a{
	display: inline-block;
	float: left;
}
.pagation a.active{
	background: #015aaa;
	color: #fff;
}
.pagation .prev{
  font-size: 0;
	margin-right: 0;
	width: 50px;
	height: 30px;
  cursor: pointer;
  position: relative;
}
.pagation .prev span,.pagation .next span{
  font-size: 0;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-right-color: #666;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  margin-top: -7px;
}
.pagation .next{position: relative;}
.pagation .next span{
  border-left-color: #666;
  border-right-color: transparent;
}
.pagation .prev.disabled span{border-right-color: #999;}
.pagation .next.disabled span{border-left-color: #999;}
.pagation li{
	float: left;
	width: 28px;
    height: 30px;
    text-align: center;
    font-size: 16px;
    margin-right: 6.5px;
}
.pagation li.active{
	background: #015aaa;
}
.pagation li.active a{
	color: #fff;
}
.pagation li a{
	width: 100%;
	font-size: 16px;
	display: block;
	color: #7d7d7d;
  height: 100%;
  box-sizing: border-box;
}
.pagation .num{
	width: 28px;
	height: 30px;
	text-align: center;
	color: #7d7d7d;
	font-size: 16px;
	margin-right: 6.5px;
}
.pagation .num:last-of-type{
	margin-right: 0;
}
.pagation .next{
	margin-right: 0;
	width: 50px;
	height: 30px;
  font-size: 0;
  cursor: pointer;
}
.pagation .next a{
  font-size: 0;
}

/*------------------Ã¨Â§Â£Ã¥â€ Â³Ã¦â€“Â¹Ã¦Â¡Ë†--------------*/
.solution{

}
.solution .main{
	width: 1060px;
	margin: 0 auto;
}
.solution .main .tab1{
	background: url('../images/_news-center2.png') no-repeat;
	background-size: 100% 100%;
	height: 50px;
	padding-left: 66px;
	margin-bottom: 40px;
}
.solution .main .tab1 .item{
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 50px;
	padding: 0 41px;

	float: left;
	position: relative;
	cursor: pointer;
}
.solution .main .tab1 .item:first-child{
	padding: 0 61px;
}
.solution .main .tab1 .item:last-child{
	margin-right: 0;
}
.solution .main .tab1 .item.active,.solution .main .tab1 .item:hover{
	background: #015aaa;
	background-size: 100% 100%;
	color: #fff;
  transform: skew(-20deg);
    -webkit-transform: skew(-20deg);    /* for Chrome || Safari */
    -moz-transform: skew(-20deg);       /* for Firefox */
    -ms-transform: skew(-20deg);        /* for IE */
    -o-transform: skew(-20deg);
}
.solution .main .tab1 .item.active .text,.solution .main .tab1 .item:hover .text{
  display: block;
  transform: skew(20deg);
    -webkit-transform: skew(20deg);    /* for Chrome || Safari */
    -moz-transform: skew(20deg);       /* for Firefox */
    -ms-transform: skew(20deg);        /* for IE */
    -o-transform: skew(20deg);
}
.solution .main ._table3 img{width: 60px;}
.solution .main .tab1 .item.active .icon{
	width: 18px;
	height: 7px;
	background: url('../images/_news-center4.png') no-repeat;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -13px;
}
.solution .main .content-wrapper{
  
}
.solution .main .content-wrapper img{
  max-width: 100%;
}
.solution .main .content-wrapper .content{
	padding-bottom: 79px;
	display: none;
}
.solution .main .content-wrapper .content:nth-child(4) a{
  display: block;
  line-height: 17px;
  font-size: 16px;
  margin-bottom: 14px;
  color: #3e3e3f;
  position: relative;
}
.solution .main .content-wrapper .content:nth-child(4) a::after{
  content: '';
  display: inline-block;
  width: 25px;
  height: 17px;
  vertical-align: top;
  position: absolute;
  right: 12px;
  background-image: url('../images/common13.png');
  background-repeat: no-repeat;
  background-size: 25px 17px;
}
.solution .main .content-wrapper .content:first-child{
	display: block;
	opacity: 1;
}
.solution .main .content-wrapper .content .img{
	margin-bottom: 40px;
}
.solution .main .content-wrapper .content strong{
  line-height: 2em;
}
.solution .main .content-wrapper .content .img img{
	width: 100%;
}
.solution .main .content-wrapper .content .solution-list{
	padding-left: 70px;
	background: url('../images/solution1.png') no-repeat top left;
	background-size: 51px 100%;
}
.solution .main .content-wrapper .content .solution-list .item{

}
.solution .main .content-wrapper .content .solution-list .item .title{
	font-size: 22px;
	color: #fdb931;
	margin-bottom: 16px;
	padding-top: 11px;
}
.solution .main .content-wrapper .content .solution-list .item .title:nth-of-type(1){
	margin-top: 14px;
}
.solution .main .content-wrapper .content .solution-list .item .desc{
	font-size: 16px;
	color: #707070;
	line-height: 30px;
	margin-bottom: 32px;
}
.solution .main .content-wrapper .content .solution-list .item .desc .desc-inner{
	display: block;
	text-indent: 2em;
	font-size: 16px;
	color: #707070;
	line-height: 30px;
}
.solution .main .content-wrapper .content .solution-list .item .title-inner{
	font-size: 16px;
	color: #707070;
	font-weight: normal;
	line-height: 30px;
}

/*-------------Ã¥â€¦Â³Ã¤ÂºÅ½Ã¦Ë†â€˜Ã¤Â»Â¬-------------*/
.about{

}
.about .main{
	width: 1060px;
	margin: 0 auto;
}
.about .main .tab2{
	background: url('../images/_news-center2.png') no-repeat;
	background-size: 100% 100%;
	height: 50px;
	padding-left: 98px;
	margin-bottom: 45px;
}
.about .main .tab2 .item{
	width: 148px;
	height: 50px;
	font-size: 18px;
	text-align: center;
	color: #000;
	line-height: 50px;
	margin-right: 32px;
	float: left;
	position: relative;
	cursor: pointer;
}
.about .main .tab2 .item:last-child{
	margin-right: 0;
}
.about .main .tab2 .item.active,.about .main .tab2 .item:hover{
	background: #015aaa;
	background-size: 100% 100%;
	color: #fff;
  transform: skew(-20deg);
    -webkit-transform: skew(-20deg);    /* for Chrome || Safari */
    -moz-transform: skew(-20deg);       /* for Firefox */
    -ms-transform: skew(-20deg);        /* for IE */
    -o-transform: skew(-20deg);
}
.about .main .tab2 .item.active .text,.about .main .tab2 .item:hover .text{
  display: block;
  transform: skew(20deg);
    -webkit-transform: skew(20deg);    /* for Chrome || Safari */
    -moz-transform: skew(20deg);       /* for Firefox */
    -ms-transform: skew(20deg);        /* for IE */
    -o-transform: skew(20deg);
}
.about .main .tab2 .item.active .icon{
	width: 18px;
	height: 7px;
	background: url('../images/_news-center4.png') no-repeat;
	position: absolute;
	bottom: -6px;
	left: 50%;
	margin-left: -13px;
}
.about .main .content-wrapper{

}
.about .main .content-wrapper strong{line-height: 2em;}
.about .main .content-wrapper .content{
	display: none;
	padding-bottom: 104px;
}
.about .main .content-wrapper .content:nth-child(4)>.news-content>p{
  display: none;
}
.about .main .content-wrapper .content:first-child{
	display: block;
	opacity: 1;
}
.about .main .content-wrapper .content .img{
	margin-bottom: 39px;
}
.about .main .content-wrapper .content .img img{
	width: 100%;
}
.about .main .content-wrapper .content .desc{
	font-size: 16px;
	color: #707070;
	line-height: 30px;
}
/*---------------------Ã¦Ë†ÂÃ¥Å Å¸Ã¦Â¡Ë†Ã¤Â¾â€¹--------------------*/
.success{

}
.success .main{
	width: 1060px;
	margin: 0 auto;
}
.success .main .select{
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
  float: left;
  margin-right: 48.5px;
}
.success .main .select:nth-child(3){
  margin-right: 0;
}
.success .main .select .text{
	width: 91px;
	height: 40px;
	float: left;
	line-height: 40px;
	font-size: 16px;
	color: #fff;
	background: #004da0;
	text-align: center;
}
.success .main .select select{
	float: left;
	width: 230px;
	height: 40px;
	font-size: 16px;
	color: #707070;
	padding-left: 15px;
	line-height: 40px;
	appearance:none;  
  -moz-appearance:none;  
  -webkit-appearance:none;
  	border-top: 1px solid #dcdcdc;
  	border-bottom: 1px solid #dcdcdc;
  	border-right: 1px solid #dcdcdc;
  	border-left: none;
  	padding-right: 13px;
  	background: url('../images/success-icon.png') no-repeat;
  	background-position: 201px 13px;
}
.success .main .media{

}
.success .main .media .list{
	float: left;
	padding-bottom: 15px;
}
.success .main .media .list .item {
	width: 246px;
	float: left;
	margin-right: 25.3333px;
	margin-bottom: 27px;
  position: relative;
}
.success .main .media .list .item:nth-child(4n){
	margin-right: 0;
}
.success .main .media .list .item a{
  position: relative;
  display: block;
}
.success .main .media .list .item a .img{
	width: 246px;
	height: 174px;
	overflow: hidden;
  position: relative;
  background: #addbf5;
}
.success .main .media .list .item a .img img{
	width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.success .main .media .list .item a .line{
	width: 100%;
	height: 3px;
	background: #fdb931;
	margin-bottom: 18px;
}
.success .main .media .list .item a .text{
	text-align: center;
	font-size: 18px;
	color: #707070;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.success .main .media .list .item:hover .item-desc{
  display: block;
}
.success .main .media .list .item-desc{
  position: absolute;
  z-index: 99;
  top: 176px;
  left: 0;
  display: none;
  padding: 43px 25px 21px 25px;
  background: url('../images/successWra.png') no-repeat;
  background-size: 100% 100%;
}
.success .main .media .list .item-desc h2{
  text-align: center;
  font-size: 22px;
  color: #000;
  margin-bottom: 14px;
}
.success .main .media .list .item-desc .img1{
 width: 332px;
 height: 234px;
 overflow: hidden;
 margin-bottom: 16px;
 position: relative;
 background: #addbf5;
}
.success .main .media .list .item a .item-desc .img1 img{
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.success .main .media .list .item-desc .list1{
  font-size: 16px;
  color: #3e3e3f;
}
.success .main .media .list .item-desc .item1{
  margin-bottom: 10px;
}
.success .main .media .list .item-desc .item1::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #d4d4d4;
  margin-right: 10px;
  margin-top: -3px;
  margin-left: 6px;
  vertical-align: middle;
}
.success .main .media1{
  background: #f7f7f7;
  padding: 28px 10px 8px 20px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
.success .main .media1 .item{
  width: 257.5px;
  float: left;
  margin-bottom: 18px;
}
.success .main .media1 .item span{
  font-size: 16px;
  line-height: 18px;
  color: #3e3e3f;
}
.success .main .media1 .item span::before{
  content: '';
  display: inline-block;
  width: 5px;
  height: 18px;
  background: #fdb931;
  vertical-align: middle;
  margin-right: 8px;
  border-radius: 3px;
}

.product-center{

}
.product-center .main{
  width: 1060px;
  margin: 0 auto;
}
.product-center .main .tab3{
  background: url('../images/_news-center2.png') no-repeat;
  background-size: 100% 100%;
  height: 50px;
  padding-left: 36px;
  margin-bottom: 20px;
}
.product-center .main .tab3 .item{
  padding: 0 26px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 50px;
  margin-right: 146px;
  float: left;
  position: relative;
  cursor: pointer;
  margin-right: 34px;
}
.product-center .main .tab3 .item:last-child{
  margin-right: 0;
}
.product-center .main .tab3 .item.active,.product-center .main .tab3 .item:hover{
  background: #015aaa;
  transform: skew(-20deg);
  -webkit-transform: skew(-20deg);    /* for Chrome || Safari */
  -moz-transform: skew(-20deg);       /* for Firefox */
  -ms-transform: skew(-20deg);        /* for IE */
  -o-transform: skew(-20deg);
  background-size: 100% 100%;
  color: #fff;
}
.product-center .main .tab3 .item.active .text,.product-center .main .tab3 .item:hover .text{
  display: block;
  transform: skew(20deg);
  -webkit-transform: skew(20deg);    /* for Chrome || Safari */
  -moz-transform: skew(20deg);       /* for Firefox */
  -ms-transform: skew(20deg);        /* for IE */
  -o-transform: skew(20deg);
}
.product-center .main .tab3 .item.active .icon,.product-center .main .tab3 .item:hover .icon{
  width: 18px;
  height: 7px;
  background: url('../images/_news-center4.png') no-repeat;
  position: absolute;
  bottom: -6px;
  left: 50%;
  margin-left: -13px;
}
.product-center .main .content-wrapper{
  
}
.product-center .main .content-wrapper .content{
  display: none;
  opacity: 0;
}
.product-center .main .content-wrapper .content:first-child{
  display: block;
  opacity: 1;
}
.product-center .main .content-wrapper .content .content-tab{
  padding-left: 34px;
  font-size: 0;
  margin-bottom: 27px;
  padding-right: 13px;
  position: relative;
  overflow: hidden;
}
.product-center .main .content-wrapper .content .content-tab a{
  padding: 0 16px;
  font-size: 16px;
  color: #707070;
}
.product-center .main .content-wrapper .content .content-tab a.active{

}
.product-center .main .content-wrapper .content .content-tab .tab-inner2{
  height: 26px;
  line-height: 26px;
  border: 1px solid #dcdcdc;
  display: inline-block;
  margin-top: 28px;
  position: relative;
  left: 80px;

}
.product-center .main .content-wrapper .content .content-tab .tab-inner2 .line1{
  position: absolute;
  top: 50%;
  width: 30px;
  height: 1px;
  background: #dcdcdc;
  left: -30px;
}
.product-center .main .content-wrapper .content .content-tab .tab-inner2 .line2{
  width: 1px;
  height: 34px;
  background: #dcdcdc;
  position: absolute;
  top: -21px;
  left: -30px;
}
.product-center .main .content-wrapper .content .content-tab .tab-inner2 a{
  padding: 0 16px;
}
.product-center .main .content-wrapper .content .content-tab .tab-inner2 a.active,.product-center .main .content-wrapper .content .content-tab .tab-inner2 a:hover{
  color: #015aaa;
}
.product-center .main .content-wrapper .content .content-tab .tab-inner2 span{
  font-size: 16px;
  color: #707070;
}
.product-center .main .content-wrapper .content .content-tab a.active span,.product-center .main .content-wrapper .content .content-tab a:hover span{
  color: #015aaa;
  border-bottom: 2px solid #015aaa;
}
.product-center .main .content-wrapper .content .content-tab a span{
  padding: 5px 0;
  font-size: 16px;
  color: #707070;
}
.product-center .main .content-wrapper .content .content-inner{
  display: none;
}
.product-center .main .content-wrapper .content .content-inner{
  display: block;
}
.product-center .main .content-wrapper .content .content-inner .list{
  position: relative;
  overflow: hidden;
  padding-bottom: 54px;
}
.product-center .main .content-wrapper .content .content-inner .list .item{
  float: left;
  width: 246px;
  border: 1px solid #dcdcdc;
  box-shadow: 0px 0px 3px rgba(7,17,27,0.1);
  box-sizing: border-box;
  margin-right: 25.33333333px;
  margin-bottom: 32px;
}
.product-center .main .content-wrapper .content .content-inner .list .item:nth-child(4n){
  margin-right: 0;
}
.product-center .main .content-wrapper .content .content-inner .list .item a{
  
}
.product-center .main .content-wrapper .content .content-inner .list .item a .img{
  width: 246px;
  height: 175px;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.product-center .main .content-wrapper .content .content-inner .list .item a .img img{
  max-width: 96%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 2px;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);    /* for Chrome || Safari */
  -moz-transform: translate(-50%,-50%);       /* for Firefox */
  -ms-transform: translate(-50%,-50%);        /* for IE */
  -o-transform: translate(-50%,-50%);         /* for Opera */
}
.product-center .main .content-wrapper .content .content-inner .list .item a .text{
  font-size: 18px;
  color: #000;
  padding: 22px 5px 22px 10px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-detail{

}
.product-detail .main{
  width: 1060px;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.product-detail .main .main-right{
  float: left;
  width: 746px;
}
.product-detail .main .main-title{
  padding-left: 45px;
  position: relative;
  overflow: hidden;
  margin-bottom: 40px;
}
#product-tab1{
  width: 314px;
  float: left;
  box-sizing: border-box;
  padding: 0 28px;
  background: #f5f5f5;
  padding-bottom: 20px;
}
#product-tab1 .title{
  font-size: 20px;
  color: #000;
  line-height: 20px;
  padding: 46px 0 18px 0;
  border-bottom: 1px solid #dcdcdc;

}
#product-tab1 .title span::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url('images/detail-tab-title.png') no-repeat;
  background-size: cover;
  vertical-align: top;
}
#product-tab1 .list1{
  
}
#product-tab1 .list1 .item1{
  width: 100%;
}
#product-tab1 .list1 .item1>a{
  color: #015aaa;
  font-size: 18px;
  width: 100%;
  display: block;
  height: 52px;
  line-height: 52px;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 0; 
  position: relative;
}
#product-tab1 .list1 .item1:last-child>a{
  
}
#product-tab1 .list1 .item1.active+.item1 a{
  border-top: 1px solid #dcdcdc;
}
#product-tab1 .list1 .item1>a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  border: 7px solid transparent;
  border-left-color: #015aaa;
  margin-right: 6px;
  transform: rotate(90deg);
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -4px;
}
#product-tab1 .list1 .item1>a.active{
  border-bottom: none;
}
#product-tab1 .list1 .item1>a.active::after{
  transform: rotate(0deg);
  margin-top: -7px;
}
#product-tab1 .list1 .item2 a{
  display: block;
  
}
#product-tab1 .list1 .list2{
 
}
#product-tab1 .list1 .list2 .item2{
  
}
#product-tab1 .list1 .list2 .item2 a{
  font-size: 16px;
  color: #676767;
  line-height: 20px;
  margin-top: 6px;
}
#product-tab1 .list1 .list2 .item2 ul{
  display: none;
}
#product-tab1 .list1 .list2 .item2 .item4 a{
  line-height: 20px;
  font-size: 14px;
  color: #676767;
  text-indent: 20px;
  display: block;
  margin: 6px 0;
}
#product-tab1 .list1 .list2 .item2 .item4 a.active{
  color: #015aaa;
}
#product-tab1 .item4 a{
  display: block;
}
#product-tab1 .list1 .list2 .item2>a::before{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: 4px;
  border: 7px solid transparent;
  border-left-color: #9d9d9d;
  margin-right: 6px;
  transform: rotate(90deg);
}
#product-tab1 .list1 .list2 .list3 .item3 a{
  text-indent: 2em;
  font-size: 14px;
  margin: 6px 0;
}
#product-tab1 .list1 .list2 .list3 .item3>a::before{
  content: '';
  display: inline-block;
  width: 4px;
  height: 2px;
  background: #9d9d9d;
  margin-right: 4px;
  vertical-align: middle;
}
#product-tab1 .list1 .list2 .list3 .item3>a.active::before{
  background: #015aaa;
}
#product-tab1 .list1 .list2 .list3 .list4 .item4 a{
  text-indent: 3em;
}
#product-tab1 .list1 .list2  a.active{
  color: #015aaa;
}
#product-tab1 .list1 .list2 .item2>a.active::before{
  transform: rotate(0deg);
  border-left-color: #015aaa;
  top: 1px;
}
#product-tab1 .list1 .list2 .list3,#product-tab1 .list1 .list2 .list4{
  display: none;
}

#product-tab{
  width: 1060px;
  margin: 46px auto 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 16px;
}
#product-tab .list1{
  
}
#product-tab .list1 .item1{
  float: left;
  width: 20%;
}
#product-tab .list1 .item1>a{
  color: #015aaa;
  font-size: 18px;
  width: 100%;
  height: 52px;
  line-height: 52px;
  border-top: 1px solid #c6c8c9;
  border-bottom: 1px solid #c6c8c9; 
}
#product-tab .list1 .item1 a{
  display: block;
  margin-bottom: 14px;
}
#product-tab .list1 .list2{
  margin-top: 26px;
}
#product-tab .list1 .list2 .item2{
  
}
#product-tab .list1 .list2 .item2 a{
  font-size: 18px;
  color: #676767
}
#product-tab .list1 .list2 .item2 a::after{
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  position: relative;
  top: 1px;
  border: 7px solid transparent;
  border-left-color: #c6c8c9;
  margin-left: 12px;
}
#product-tab .list1 .list2 .item2 .empty::after{display:none;}
#product-tab .list1 .list2 .list3 .item3 a{
  text-indent: 1em;
}
#product-tab .list1 .list2 .list3 .list4 .item4 a{
  text-indent: 2em;
}
#product-tab .list1 .list2  a.active{
  color: #015aaa;
}
#product-tab .list1 .list2  a.active::after{
  transform: rotate(90deg);
  border-left-color: #015aaa;
  top: 4px;
}
#product-tab .list1 .list2 .list3,#product-tab .list1 .list2 .list4{
  display: none;
}
.product-detail .main .title-inner1{position: relative;overflow: hidden;}
.product-detail .main .main-title .img{
  width: 216px;
  height: 242px;
  overflow: hidden;
  float: left;
  text-align: center;
  position: relative;
  transition: all 1.2s;
  -webkit-transition: all 1.2s;
  -moz-transition: all 1.2s;
  -ms-transition: all 1.2s;
  -o-transition: all 1.2s; 
}
.product-detail .main .main-title .img img{
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  left: 50%;
  -webkit-transform: translate(-50%,-50%);    /* for Chrome || Safari */
  -moz-transform: translate(-50%,-50%);       /* for Firefox */
  -ms-transform: translate(-50%,-50%);        /* for IE */
  -o-transform: translate(-50%,-50%);        /* for Opera */
}
.product-detail .main .main-title .img .square{
  display: none;
  position: absolute;
  z-index: 10000;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
  background: #fff no-repeat 50% top;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  opacity: 0.5;
  width: 100px;
  height: 100px;
}
.product-detail .main .main-title ._img{
  z-index: 100;
  border-bottom: #cccccc 1px solid;
  position: absolute;
  text-align: center;
  border-left: #cccccc 1px solid;
  width: 216px;
  background: #ffffff;
  height: 240px;
  overflow: hidden;
  border-top: #cccccc 1px solid;
  top: 0px;
  border-right: #cccccc 1px solid;
  left: 218px;
  display: none;
}
.product-detail .main .main-title ._img img{
  position: absolute;
  left: 0;
  top: 0;
}
.product-detail .main .main-title .text{
  float: left;
  padding-left: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  width: 460px;
}
.product-detail .main .title-inner{
  font-size: 38px;
  color: #000;
  margin-bottom: 12px;
}
.product-detail .main .title-inner + div{
	font-size: 16px;
	color: #3e3e3f;
	line-height: 1.3;
	margin-bottom: 13px;
}
.product-detail .main .title-inner + div +div{
	font-size: 16px;
	color: #3e3e3f;
	line-height: 1.3;
	margin-bottom: 10px;
}
.product-detail .main .main-title .text .desc-inner{

}
.product-detail .main .main-title .text .desc-inner .color{
  font-size: 18px;
  color: #3e3e3f;
  margin-bottom: 18px;
}
.product-detail .main .main-title .text .desc-inner .list{

}
.product-detail .main .main-title .text .desc-inner .item{
  width: 150px;
  height: 106px;
  box-sizing: border-box;
  padding: 12px 32px 11px 38px;
  border: 1px solid #dcdcdc;
  margin-right: 15px;
  float: left;
  text-align: center;
  position: relative;
}
.product-detail .main .main-title .text .desc-inner .item img{
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 12px 32px 11px 38px;
  box-sizing: border-box;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);    /* for Chrome || Safari */
  -moz-transform: translate(-50%,-50%);       /* for Firefox */
  -ms-transform: translate(-50%,-50%);        /* for IE */
  -o-transform: translate(-50%,-50%);         /* for Opera */
}
.product-detail .main .main-title .text .desc-inner .item:last-child{
  margin-right: 0;
}
.product-detail .main .main-title .text .desc-inner .item.active{
  border: none;
  background: url('../images/product-detail1.png') no-repeat;
}
.product-detail .main .main-content{
  padding-left: 45px;
}
.product-detail .main .main-content .content-title{
  background: #f0f0f0;
  height: 40px;
  line-height: 40px;
  margin-bottom: 14px;
}
.product-detail .main .main-content .content-title a{
  padding: 0 28px;
  border-right: 2px solid #fff;
  color: #3e3e3f;
  display: block;
  float: left;
  height: 40px;
  position: relative;
}
.product-detail .main .main-content .content-title a:last-child{
  border-right: 0;
}
.product-detail .main .main-content .content-title a.active{
  background: #015aaa;
  border-right: #015aaa;
  color: #fff;
}
.product-detail .main .main-content .content-title a.active .icon{
  width: 18px;
  height: 7px;
  position: absolute;
  background: url('../images/_news-center4.png') no-repeat;
  transform: rotate(-90deg);
  top: 50%;
  margin-top: -3.5px;
  margin-left: -6px;
  left: 100%;
}
.product-detail .main .main-content .content-inner{
  position: relative;
  overflow: hidden;
  padding-bottom: 180px;
  display: none;
}
.product-detail .main .main-content .content-inner .list:nth-child(2n+1){
  width: 648px;
}
.product-detail .main .main-content .content-inner .list:nth-child(2n){
  width: 412px;
}
.product-detail .main .main-content .content-inner:nth-of-type(2){
  display: block;
}
.product-detail .main .main-content .content-inner .list-wrapper{
  position: relative;
  overflow: hidden;
  width: 1060px;
  border-bottom: 1px solid #dcdcdc;
}
.product-detail .main .main-content .content-inner .list{
  float: left;
  margin-top: 18px;
  box-sizing: border-box;
  padding-bottom: 8px;
}
.product-detail .main .main-content .content-inner .list .item:first-child{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
}
.product-detail .main .main-content .content-inner .list .item{
  font-size: 16px;
  margin-bottom: 15px;

}
.product-detail .main .main-content .content-inner .list .item:first-child::before{
  display: none;
}
.product-detail .main .main-content .content-inner .list .item::before{
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fdb931;
  margin-right: 10px;
}
/* .product-detail .main .main-content .content-inner>p{
  position: relative;
  overflow: hidden;
  width: 1060px;
  border-bottom: 1px solid #dcdcdc;
} */
.product-detail .main .main-content .content-inner .news-content>p{
  font-size: 20px;
  box-sizing: border-box;
  font-weight: 400;
  margin-bottom: 11px;
  color: #000;
  padding-left: 0;
}
.product-detail .main .main-content .content-inner .news-content ol{
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 14px;
  border-bottom: 1px solid #dcdcdc;
}
.product-detail .main .main-content .content-inner .news-content ol:last-of-type{
  border-bottom: none;
}
.product-detail .main .main-content .content-inner .news-content>p:nth-of-type(2n+1),.product-detail .main .main-content .content-inner .news-content>ol:nth-of-type(2n+1){
 
}
.product-detail .main .main-content .content-inner .news-content hr{
	display: none;
	width: 100%;
	margin-bottom: 15px;
}
.product-detail .main .main-content .content-inner .news-content>p:nth-of-type(2n),.product-detail .main .main-content .content-inner .news-content>ol:nth-of-type(2n){
  
}
.product-detail .main .main-content .content-inner .news-content>p:nth-of-type(2n){
	
}
/* .product-detail .main .main-content .content-inner>ol>li:first-child{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 11px;
} */
.product-detail .main .main-content .content-inner .news-content>ol>li{
  font-size: 16px;
  margin-bottom: 15px;
  position: relative;
}
.product-detail .main .main-content .content-inner .news-content>ol>li>p:first-child{
	padding-left: 16px;
}
.product-detail .main .main-content .content-inner .news-content>ol>li>p{
	padding-left: 10px;
	line-height: 1.3;
  margin-bottom: 14px;
}
.product-detail .main .main-content .content-inner .news-content>ol>li::before{
  content: '';
  position: absolute;
  top: 3px;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fdb931;
  margin-right: 10px;
  margin-top: 4px;
}
.product-detail .main .main-content .content-inner img {
  max-width:100%;
}
.contact{

}
.contact .main{
  width: 1060px;
  margin: 0 auto;
}
.contact .main .media1{
  margin-top: 26px;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px; 
  border-bottom: 2px solid #dcdcdc;
}
.contact .main .media1 .text{
  float: left;
  width: 468px;
  padding-top: 34px;
}
.contact .main .media1 .text .title{
  font-size: 20px;
  color: #004da0;
  margin-bottom: 26px;
}
.contact .main .media1 .text p{
  font-size: 16px;
  color: #3e3e3f;
  margin-bottom: 13px;
}
.contact .main .media1 .text p span{

}
.contact .main .media1 .text p:nth-of-type(6) span:nth-child(2),.contact .main .media1 .text p:nth-of-type(7) span:nth-child(2){
  /* text-decoration: underline; */
}
.contact .main .media1 .text .img {
  float: left;
  width: 492px;
  padding-left: 45px;
}
.contact .main .media1 .text .img img{
  width: 100%;
}
.contact .main .media2,.solution .main .media2{
  float: left;
}
.contact .main .media2 .title,.solution .main .media2 .title{
  font-size: 20px;
  color: #004da0;
  margin-top: 30px;
}
.contact .main .media2 .list,.solution .main .media2 .list{
  float: left;
  padding-bottom: 96px;
}
.contact .main .media2 .list>.item,.solution .main .media2 .list>.item{
  position: relative;
  float: left;
  padding: 10px 0;
  width: 134px;
  text-align: center;
  border: 1px solid #dcdcdc;
  margin-right: 20.33333px;
  margin-top: 21px;
  box-sizing: border-box;
}
.contact .main .media2 .list .item:nth-child(7n),.solution .main .media2 .list .item:nth-child(7n){
  margin-right: 0;
}
.contact .main .media2 .list .item a,.solution .main .media2 .list .item a{
  display: block;
  color: #3e3e3f;
}
/* .contact .main .media2 .list .item:nth-child(3) .desc{
  display: block;
} */
.contact .main .media2 .list .item:hover .desc,.solution .main .media2 .list .item:hover .desc{
  display: block;
}
.contact .main .media2 .list .item .desc,.solution .main .media2 .list .item .desc{
  position: absolute;
  left: 0;
  display: none;
  width: 370px;
  height: 125px;
  z-index: 99;
  margin-top: 11px;
  padding-left: 14px;
  box-sizing: border-box;
  padding-top: 28px;
  background: url(../images/contact5.png) no-repeat;
  background-size: 100% 100%;
}
.contact .main .media2 .list .item:nth-child(7n) .desc,.solution .main .media2 .list .item:nth-child(7n) .desc{
  background: url(../images/contact51.png) no-repeat;
  background-size: 100% 100%;
  right: 0;
  left: auto;
}
.contact .main .media2 .list .item .desc .desc-item,.solution .main .media2 .list .item .desc .desc-item{
  font-size: 16px;
  color: #3e3e3f;
  line-height: 17px;
  margin-bottom: 9px;
  text-align: left;
  padding-left: 23px;
  position: relative;
}
.contact .main .clear{
  clear: both;
}
.clear{
  clear: both;
}
.contact .main .media2 .list .item .desc .desc-item::before,.solution .main .media2 .list .item .desc .desc-item::before{
  content: '';
  display: inline-block;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 8px;
  background: url('../images/contact2.png') no-repeat;
  position: absolute;
  left: 0;
}
.contact .main .media2 .list .item .desc .desc-item:nth-child(2),.solution .main .media2 .list .item .desc .desc-item:nth-child(2){
   margin-bottom: 7px;
}
.contact .main .media2 .list .item .desc .desc-item:nth-child(2)::before,.solution .main .media2 .list .item .desc .desc-item:nth-child(2)::before{
  width: 20px;
  height: 22px;
  background: url('../images/contact3.png') no-repeat;
}
.contact .main .media2 .list .item .desc .desc-item:nth-child(3),.solution .main .media2 .list .item .desc .desc-item:nth-child(3){
  margin-bottom: 5px;
}
.contact .main .media2 .list .item .desc .desc-item:nth-child(3)::before,.solution .main .media2 .list .item .desc .desc-item:nth-child(3)::before{
  width: 20px;
  height: 20px;
  background: url('../images/contact4.png') no-repeat;
}
/*客户意见建议反馈表*/
#_message{

}
.clear{
	clear: both;
}
#_message .form-control{
	float: left;
	position: relative;
	margin-bottom: 16px;
}
#_message .form-control label{
	float: left;
	width: 163px;
	height: 40px;
	vertical-align: top;
	color: #3e3e3f;
	font-size: 18px;
	text-align: right;
  line-height: 40px;
}
#_message .form-control .form-control-inner{
	float: left;
	width: 717px;
	padding-left: 20px;
	font-size: 18px;
	color: #3e3e3f;
	box-sizing: border-box;
}
#content{
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 240px;
	font-size: 16px;
	line-height: 1.6;
	box-sizing: border-box;
	padding-left: 12px;
	padding-top: 10px;
	resize: none;
}
#_message .form-control ._desc{
	position: absolute;
	right: 12px;
	bottom: 12px;
	font-size: 16px;
	color: #ccc;
}
#_message .form-control:last-child{
	width: 880px;
	padding-left: 183px;
}
#_message .form-control .desc{
	position: absolute;
	z-index: 99;
	display: none;
	left: 880px;
	min-width: 120px;
	max-width: 180px;
	color: #f10215;
	font-size: 16px;
	line-height: 18px;
	padding: 11px 12px;
}
#name,#_message .form-control input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 12px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
}
#email{

}
#phone{

}
#tel{

}
#company{

}
#address{

}
#address1{

}
#_message .form-control:last-child{
	float: right;
}
#_message .form-control #btn{
	width: 120px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: none;
	font-size: 18px;
	outline: none;
	background: #004590;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
  padding-left: 0;
}
.news-content table tr,  .news-content table td,  .news-content table th {
    border: 1px solid #ccc;
    width: auto!important;
    /* display: inline-block; */
    text-align: left;
    text-indent: 0!important;
    word-wrap: break-word!important;
    word-break: break-all!important;
    padding: .5rem!important;
    font-size: 12px!important;
}
.news-content table td span,  .news-content table td a {
    /* font-size: 12px!important; */
}
.news-content table td a {
    color: #333;
    /*pointer-events: none; */
}
.table-xxj2 tr:nth-child(2n-1) td {
        width: 33%;
}

.table-xxj2 tr:nth-child(2n-1) td img {
    width: 100%;
}
.clearfix:after {content:""; display:block; height:0; clear:both;visibility:hidden; }
.clearfix { *zoom:1;}
.fl-xxj-td {width: 350px;float:left;height: 100px;overflow:hidden;}
.fl-xxj-td p{width: 240px;padding:0 7px !important;float:left;}
.fl-xxj-td p:nth-child(1){padding: 0px 7px !important;width: 74px;}
.table-xxj2 .wap100-xxj {padding: 0 7px;height:390px;width:320px;}
.table-xxj2 .wap100-xxj p:nth-child(2) {margin-top:10px;}
.fl-xxj-td img{width: 60px;}
.swiper-pagination-bullet{
  display: inline-block;
    width: 144px;
    height: 8px;
    margin-right: 14px;
    background: rgba(142,145,148,0.45);
    opacity: 1;
    border-radius: 0;
}
.swiper-pagination-bullet-active{
  background: rgba(0,77,160,0.45);
}

span.user-icon{display:inline-block;height:20px;width:20px;background:url(../images/user.png);background-size:20px;vertical-align:middle;}