@charset "utf-8";
@font-face {
	font-family: 'HeldFTVBlack';
	src: url('../fonts/HeldFTVBlack.eot');
	src: url('../fonts/HeldFTVBlack.woff') format('woff'), url('../fonts/HeldFTVBlack.ttf') format('truetype'), url('../fonts/HeldFTVBlack.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Helvetica-Roman-SemiB';
	src: url('../fonts/Helvetica-Roman-SemiB.eot');
	src: url('../fonts/Helvetica-Roman-SemiB.woff') format('woff'), url('../fonts/Helvetica-Roman-SemiB.ttf') format('truetype'), url('../fonts/Helvetica-Roman-SemiB.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 html {
   font-size: 62.5%;
}
@media only screen and (min-width: 481px){
   html {
       font-size: 94%!important;
   }
}
@media only screen and (min-width: 561px){
   html {
       font-size: 109%!important;
   }
}
@media only screen and (min-width: 641px){
   html {
       font-size: 125%!important;
   }
}
@media only screen and (min-width: 768px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 992px){
	html {
		font-size: 170% !important;
	}
}
@media only screen and (min-width: 1200px){
	html {
		font-size: 187.5% !important;
	}
}
body{
   position: relative;
   height: 100%;
   min-width: 320px;
   color: #020202;
   font-family: "Microsoft Yahei";
   font-size:14px;
   line-height: 1.8em;
}
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
}
.clearfix:after { clear:both;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    zoom:1;
}
a:hover{
	text-decoration: none;
	color: #0290DD;
}
img{
	max-width: 100%;
	vertical-align: middle;
}
p{
	margin-bottom: 0px;
}
.w1200{
	max-width: 1400px;
	margin:0 auto;
}
/*header*/
.header{
	position: relative;
	background: #fff;
	text-align: center;
	padding: 10px 0 0px 0;
	border-bottom: 1px solid #eee;
}
.company-logo{
	float: left;
}
.menu{
	background: url(../images/menu.png) center center no-repeat;
	width: 30px;
	height: 25px;
	float: right;
	display: none;
	margin-top: 2.2rem;
}
.search-box{
	background: #038fd9;
	display: inline-block;
	min-width: 36px;
	height: 36px;
	border-radius: 50%;
}
.search-btn{
	width: 36px;
	height: 36px;
	background: url(../images/search.png) center center no-repeat;
	cursor: pointer;
}
.ignore{
    border:1px solid #7f8c8d;
    border-radius: 20px;
    padding: 6px 10px 6px 25px;
    display: inline-block;
    color: #000;
    position: relative;
    float: right;
    margin-top:20px;
    margin-left: 10px;
    background: url(../images/yuyuan.png) 8px center no-repeat;
}
.header-tel{
	height:39px;
	margin-top: 18px;
}
.header-nav{
    margin-bottom: 0;
}
.header-nav li{
	float: left;
	position: relative;
}
.header-nav li a{
	color: #7f8c8d;
	display: block;
}
.header-nav li a>em{
    font-size: 12px;
    display: inline-block;
    margin-left: 3px;
    transition: all 0.35s ease 0s;
}
/*.down-nav{*/
/*	position: absolute;*/
/*	top: 100%;*/
/*	width:100%;*/
/*	z-index: 10;*/
/*    left: 0;*/
/*	padding: 2rem 0 1rem 0;*/
/*	background: #fff;*/
/*	box-shadow: 0px 0 3px 0 hsla(0,0%,6%,.15);*/
/*	display: none;*/
/*	margin-top: -1px;*/
/*	line-height: normal;*/
/*}*/
/*.down-nav-list{*/
/*	margin-bottom: 1rem;*/
/*}*/
/*.down-nav-list a{*/
/*	border: 1px solid #ddd;*/
/*	border-radius: 3px;*/
/*	text-align: left;*/
/*	padding: 10px 50px 10px 10px;*/
/*	position: relative;*/
/*	display: block;*/
/*}*/
/*.down-nav-list a:hover{*/
/*	border: 1px solid #038fd9;*/
/*}*/
/*.down-nav-list a img{*/
/*	float: left;*/
/*	max-width: 100px;*/
/*    height: 80px;*/
/*    margin-right: 8px;*/
/*}*/
/*.down-nav-list a h4{*/
/*	font-size: 16px;*/
/*	font-weight: 600;*/
/*    margin-top: 0px;*/
/*}*/
/*.down-nav-list a p{*/
/*    display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    overflow: hidden;*/
/*}*/
/*.down-nav-list a em{*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 45%;*/
/*	right: 15px;*/
/*}*/
.down-nav{
	position: absolute;
	top: 100%;
	width:100%;
	z-index: 3;
    left: 0;
	padding-bottom: 15px;
	padding-top: 10px;
	background: #fff;
	box-shadow: 0px 0 3px 0 hsla(0,0%,6%,.15);
	display: none;
	margin-top: -1px;
}
.down-nav3{
	width: 160px;
	padding: 0;
	margin-top: 0;
	left: -25px;
}
.down-nav-list>a{
	line-height: 30px;
	font-weight: 500;
}
.down-nav3 .down-nav-list{
	width: 100%;
	padding: 0px;
	text-align: left;
}
.down-nav3 .down-nav-list a{
	padding: 5px 15px;
	border-bottom: 1px solid #eee;
	text-align: center;
}
.header-nav li:hover>.down-nav{
	display: block;
}
/*banner*/
.banner-box{
	width: 100%;
    position: relative;
}
.swiper-container{
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    background-position: center;
    background-size: cover !important;
}
.swiper-slide>img{
	width: 100%;
}
.swiper-pagination-bullet{
	opacity: 1 !important;
}
/*header*/
/*.icbag{*/
/*	padding: 1rem 0px 1rem 0;*/
/*}*/
/*.icbag-text h1{*/
/*	margin-top: 6rem;*/
/*}*/

.icbag{
    background:url(../images/icbag_bg.jpg) no-repeat center top;
    background-size:cover;
    width: 100%;
    padding-bottom: 3.5rem;
}
.icbag-content{
    position:relative;
    padding-top: 2rem;
}
.icbag-icon>div{
    background:url(../images/icbag_icon.png) no-repeat;
    cursor: pointer;
    position:absolute;
    z-index:2;
}
.icbag-icon>div:hover{
    background:url(../images/icbag_icon2.png) no-repeat;
}
.icbag-icon .icon1,
.icbag-icon .icon1:hover{
    background-position: left -33px;
    width: 89px;
    height: 89px;
    left: 64px;
    top: 205px;
}
.icbag-icon .icon2,
.icbag-icon .icon2:hover{
    background-position: -223px top;
    width: 72px;
    height: 72px;
    left: 288px;
    top: 172px;
}
.icbag-icon .icon3,
.icbag-icon .icon3:hover{
    background-position: -412px -69px;
    width: 88px;
    height: 88px;
    left: 477px;
    top: 241px;
}
.icbag-icon .icon4,
.icbag-icon .icon4:hover{
    background-position: -624px -186px;
    width: 72px;
    height: 72px;
    left: 689px;
    top: 358px;
}
.icbag-icon .icon5,
.icbag-icon .icon5:hover{
    background-position: -852px -229px;
    width: 88px;
    height: 88px;
    left: 917px;
    top: 401px;
}
.icbag-img{
    width: 284px;
    height: 284px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 50px rgba(54,170,238,.4);
    -moz-box-shadow: 0 0 50px rgba(54,170,238,.4);
    -o-box-shadow: 0 0 50px rgba(54,170,238,.4);
    box-shadow: 0 0 50px rgba(54,170,238,.4);
    position: relative;
    margin-top: 230px;
    margin-left: 155px;
    animation: shadowAdd 1.5s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -webkit-animation: shadowAdd 1.5s infinite cubic-bezier(0.68, -0.55, 0.27, 1.55);
}
.icbag-img1{
}
.icbag-img2{
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -35px;
    animation: roundrotate 3s infinite linear;
    -webkit-animation: roundrotate 3s infinite linear;
}
.bar{
	background:url(../images/interconnect_bg.gif) center top no-repeat;
	background-size: cover;
	padding: 3rem 0;
}
.bar-list{
	text-align: center;
	color: #fff; 
	font-size: 15px;
	padding: 35px 0 20px 0;
	background: rgba(0,0,0,0.5);
}
.bar-list>div{
	margin-bottom: 15px;
}
.bar-list .number{
	font-size: 36px;
	margin-bottom: 10px;
}
.interconnect-ul1{
	padding-top: 1rem;
}
.interconnect-ul1 li>div{
	position: relative;
	text-align: center;
	margin-bottom: 3rem;
}
.interconnect-ul1 li img{
	width: 55%;
	animation: roundrotate 4s infinite linear;
    -webkit-animation: roundrotate 4s infinite linear;
}
.interconnect-ul1 li p{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    width: 100%;
    font-size: 18px;
}
.service{
    background:url(../images/service_bg.jpg) no-repeat center center;
    background-size: cover;
    padding: 3rem 0;
}
.service-list{
	min-height: 434px;
}
.service-list li{
	text-align: center;
	color: #fff;
	margin-top: 3rem;
}
.service-list li h4{
	margin: 1rem 0 2rem 0;
}
.service-list li span{
	display: none;
	max-width: 80px;
	padding: 5px;
	width: 50%;
}
.service-list li:hover{
	margin-top: 1rem;
} 
.service-list li:hover span{
	display: inline-block;
}
.service-list li span img{
	width: 50px;
}
.service-tip{
	border-top: 1px solid #fff;
	padding: 0.5rem  0;
}
.id-product-box{
	padding: 2rem 0px 2rem 0;
	background: url(../images/id-productbj.jpg) center top no-repeat;
	/*background: #333;*/
}
.id-title{
	text-align: center;
	margin-bottom: 30px;
	max-width: 800px;
	margin: 0 auto 30px auto;
}
.id-title h1{
	margin-bottom: 18px;
}
.id-title em{
	width: 65px;
	height: 3px;
	background: #038fd9;
	display: block;
	margin: 0 auto;
}
.id-title p{
	color: #9fa5aa;
	margin-top: 13px;
}
.id-title-white,.id-title-white p{
	color: #fff;
}
.id-title-white em{
	background: #fff;
}
.id-product li{
	margin-bottom: 20px;
}
.id-product li p{
	color: #9fa5aa;
	/*padding: 10px 15px 20px 15px;*/
}
.id-product li>a{
	background: #fff;
	display: block;
	overflow: hidden;
	border-radius: 5px;
	padding: 15px;
}
.id-product li h4{
	margin-top: 15px;
	/*padding: 0px 15px;*/
	/*margin-bottom: 0;*/
	color: #000;
	text-align: center;
}
.id-product li .more{
	display: inline-block;
	width: 90px;
	line-height: 30px;
	height: 30px;
	margin-top: 10px;
}
.product-list li{
	text-align: center;
	margin-bottom: 25px;
}
.product-list li p{
	line-height: 42px;
	background: #F3F6F9;
	color: #34495e;
}
.product-list li:hover p{
	color:#fff; 
	background:#0F7CC4;
}
.product-list li img{
	width: 100%;
}
.swiper-button-box{
    font-size: 0;
    text-align: center;
}
.swiper-button-box .swiper-button-next{
    border-radius: 25px 0 0 25px;
}
.swiper-button-box .swiper-button-prev{
    border-radius: 0px 25px 25px 0px;
}
.swiper-button-box .swiper-button-next,.swiper-button-box .swiper-button-prev{
    position: static;
    display: inline-block;
    background: #eee;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-top: 1rem;
    font-size: 14px;
    color: #ccc;
    opacity: 1 !important;
}
.swiper-button-box .swiper-button-next:after,.swiper-button-box .swiper-button-prev:after{
    display: none;
}
.id-new-box{
	padding: 1.5rem 0;
}
/*.solution{*/
/*	padding: 1rem 0;*/
/*	background: #F3F6F9;*/
/*}*/
/*.solution-list li a{*/
/*	background: #fff;*/
/*	display: block;*/
/*	border-radius: 5px 5px 0 0;*/
/*	overflow: hidden;*/
/*	color: #000;*/
/*	padding-bottom: 18px;*/
/*	margin-bottom: 1rem;*/
/*}*/
/*.solution-list li h4{*/
/*	text-align: center;*/
/*	padding: 0px 15px;*/
/*	margin-top: 15px;*/
/*}*/
/*.solution-list li img{*/
/*    max-height: 219px;*/
/*}*/
/*.solution-list li p{*/
/*	padding: 0px 15px 0px 15px;*/
/*	display: -webkit-box;*/
/*    -webkit-box-orient: vertical;*/
/*    -webkit-line-clamp: 3;*/
/*    overflow: hidden;*/
/*}*/
.solution{
    background:url(../images/solution_bg.jpg) no-repeat center top;
    background-size:cover;
    width: 100%;
    padding: 3rem 0;
}
.solution-list{
	min-height: 430px;
	margin-top: 3.5rem;
}
.solution-list li{
	float: left;
	width: 10%;
	height: 360px;
	position: relative;
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00afc5',endColorStr='#006bbe',gradientType='0');
    background:-webkit-linear-gradient(top,rgba(0,175,197,.5),rgba(0,107,190,.5));
    background:-moz-linear-gradient(bottom,rgba(0,175,197,.5),rgba(0,107,190,.5));
    background:-o-linear-gradient(bottom,rgba(0,175,197,.5),rgba(0,107,190,.5));
    background:linear-gradient(to bottom,rgba(0,175,197,.5),rgba(0,107,190,.5));
    cursor: pointer;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    color: #fff;
    text-align: center;
    margin-right: 1px;
}
.solution-list li:last-child{
	margin-right: 0;
}
.solution-list li a{
	display:block;
	margin: 2rem auto 1rem auto;
	border:1px solid #fff;
	border-radius: 5px;
	color: #fff;
	font-size: 16px;
	width: 125px;
	text-align: center;
	line-height: 36px;
}
.solution-list li img{
	height: 50px;
	margin-bottom: 0.8rem;
	vertical-align: middle;
}
.solution-list li p{
	text-align: left;
}
.solution-list li>div{
	padding: 1rem 15px;
	position: absolute;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    left: 50%;
    top: 50%;
    width: 100%;
}
.solution-list li .show-hide{
	display: none;
}
.solution-list li.active{
	filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#00afc5',endColorStr=   '#006bbe',gradientType='0');
    background:-webkit-linear-gradient(top,rgba(0,175,197,.82),rgba(0,107,190,.82));
    background:-moz-linear-gradient(bottom,rgba(0,175,197,.82),rgba(0,107,190,.82));
    background:-o-linear-gradient(bottom,rgba(0,175,197,.82),rgba(0,107,190,.82));
    background:linear-gradient(to bottom,rgba(0,175,197,.82),rgba(0,107,190,.82));
    width: 28.6%;
    height: 470px;
    margin-top: -50px;
}
.solution-list li.active .show-hide{
	display: block;
}
.solution-list li.active h4{
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 0.8rem;
	margin-top: 0;
	margin-left: 15px;
}
.new-box a,.new-list li a{
    color: #000;
}
.new-list li p{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 16px;
}
.new-box a p{
    color: #999;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    font-size: 16px;
}
.id-new-pic{
    height: 280px;
    background-size: cover !important;
    margin-bottom: 15px;
}
.text-subtitle{
    margin-top: 15px;
    display: inline-block;
    margin-right: 10px;
}
.text-subtitle em{
    background: #005BCE;
    color: #fff;
    display: inline-block;
    margin-right: 8px;
    border-radius: 5px;
    padding: 0px 8px;
    font-size: 12px;
}
.new-box a:hover h4,.new-list li a:hover h4{
    color: #005BCE;
}
.new-text{
    position: relative;
    padding-right: 2.5rem;
}
.text-left{
    color: #d1d1d1;
    border: 1px solid #d1d1d1;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 100%;
    transition: all .5s;
    opacity: .6;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
}
.new-list li a{
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    display: block;
}
.new-list li a:hover .text-left{
    background: #005BCE;
    color: #fff;
    border: 1px solid #005BCE;
    opacity:1;
}
.new-list li:last-child a{
    border-bottom: 0;
}
.new-list li .new-pic{
    height: 180px;
    border-radius: 6px;
    border: 1px solid #f0f0f0;
    background-size: cover !important;
}
.form-box{
	padding: 1rem 0;
}
.search-form{
	max-width: 720px;
    margin: 1rem auto  1rem auto;
    width: 100%;
}
.search-form input[type="text"]{
    border: none;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    height: 50px;
    background: rgba(204,204,204,.21);
    box-shadow: none; 
    padding-left: 12px; 
    width: 80%;
}
.search-form button{
	color: #fff;
	border: none;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    padding-left: 40px;
    padding-right: 40px;
    height: 50px;
    text-align: center;
    background:#005BCE;
    cursor: pointer;
}
.nav-type{
	text-align: center;
}
.nav-type a{
	display: inline-block;
	padding: 5px 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	color: #000;
	margin: 0px 15px;
	background: #fff;
}
.nav-type a.on,.nav-type a:hover{
	color: #005BCE;
	border: 1px solid #005BCE;
}
.center{
	text-align: center;
}
.new-info-wrap{
	padding: 1rem 0;
}
.more{
	width: 122px;
	height: 38px;
	text-align: center;
	line-height: 38px;
	border:1px solid #0F7CC4;
	display: block;
}
.partner{
	padding: 1rem 0;
	background: #F3F6F9;
}
.parnter-list li span{
	display: block;
	background: #fff;
	line-height: 100px;
	text-align: center;
	margin-bottom: 20px;
}
.parnter-list{
	margin-left: -10px;
	margin-right: -10px;
}
.parnter-list li{
	padding-left: 10px;
	padding-right: 10px;
}
.parnter-list li span img{
	max-width: 80%;
	max-height: 65px;
}
.banner{
	position: relative;
	background-size: cover !important;
	height: 400px;
}
.banner-info,.swiper-info{
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
	text-align: center;
	max-width: 1200px;
	width: 100%;
}
.banner-info h3{
	margin-bottom: 1.5rem;
}
.swiper-info{
	text-align: left;
}
.swiper-info p{
	font-size: 16px;
	max-width: 600px;
}
.product{
	padding: 1rem 0;
}
.company{
	padding: 2rem 0;
}
.course{
	background: #F3F6F9;
	padding: 1.5rem 0;
}
.course .container{
	background: url(../images/mapbj.png) center top no-repeat;
	background-size: 80%;
}
.about-title{
	font-size: 24px;
	text-align: center;
	margin-bottom: 1rem;
}
.culture{
	background: #fff;
	padding: 2rem 0;
}
.culture-list li{
	margin-top: 20px;
}
.culture-list li h4{
	margin-top: 0;
}
.culture-list li .info{
	background: #F3F6F9;
	padding: 15px 15px;
}
.culture-list li p{
	min-height: 50px;
	color: #9fa5aa;
}
@keyframes mymove{
    from {
        box-shadow: 
        0 0 0 1px rgba(242,206,59,0.8)
    }
    to {
        box-shadow: 
        0 0 0 6px rgba(242,206,59,0.1)
    }
}
.youshi-box{
	width: 832px;
	height: 491px;
	background: url(../images/ball.png) center center no-repeat;
	margin: 2.5rem auto 4.5rem auto;
	position: relative;
}
.youshi-box h3{
	max-width: 250px;
	text-align: center;
	color: #038fd9;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform:translateX(-50%)translateY(-50%);
    -moz-transform:translateX(-50%)translateY(-50%);
    -o-transform:translateX(-50%)translateY(-50%);
    -ms-transform:translateX(-50%)translateY(-50%);
    transform:translateX(-50%)translateY(-50%);
    line-height: 1.3em;
}

.youshi{
	position: absolute;
}
.youshi:before{
	content: "";
	width: 15px;
	height: 15px;
	background: #038fd9;
	box-shadow: 1px 1px 10px #038fd9,-1px -1px 10px #038fd9;
	border-radius: 100%;
	position: absolute;
	animation:mymove 1s infinite;
    -moz-animation:mymove 1s infinite; /* Firefox */
    -webkit-animation:mymove 1s infinite; /* Safari and Chrome */
    -o-animation:mymove 1s infinite; /* Opera */
}
.youshi1:before{
	top: -8px;
	right: -25px;
}
.youshi2:before{
	top: -16px;
	right: -3px;
}
.youshi3:before{
	top: 15px;
	left: -25px;
	display: block;
}
.youshi4:before{
	top: 60px;
	left: -82px;
}
.youshi5:before{
	top: -11px;
	left: -2px;
}
.youshi6:before{
    top: -11px;
    left: 122px;
}
.youshi h4{
	color: #000;
	font-weight: 600;
}
.youshi p{
	color: #a6acbc;
}
.dsp-item2 .youshi-box h4{
	color: #fff;
}
.youshi:hover h4{
	color: #038fd9;
}
.youshi:hover:before{
	display: block;
}
.youshi1{
	top:80px;
	left:-135px;
	text-align: right;
	max-width: 240px;
}
.youshi2{
	top:380px;
	left: -190px;
	max-width: 200px;
	text-align: right;
}
.youshi3{
	top:-17px;
	right: -40px;
	max-width: 225px;
}
.youshi4{
	top:130px;
	right: -145px;
	max-width: 285px;
}
.youshi5{
	top: 410px;
    right: -240px;
    max-width: 252px;
}
.youshi6{
	bottom: -87px;
    right: 301px;
    max-width: 252px;
    text-align: center;
}
.item3{
	/*background: url(../images/item3bj.jpg) left center no-repeat;*/
	background-size:cover;
	padding-top: 2rem;
}
.web-nav{
	background: #F3F6F9;
	line-height: 65px;
	text-align: right;
	margin-bottom: 20px;
}
.web-nav h3{
	float: left;
	margin: 0;
	line-height: 65px;
}
.web-nav h3:before{
	content: "";
	display: inline-block;
    width: 4px;
    height:30px;
    background: #038fd9;
    vertical-align: middle;
    margin-right: 15px;
}
.web-nav img{
	margin-right: 10px;
}
.web-nav a{
	color: #9fa5aa;
}
.page{
	font-size: 0px;
	text-align: center;
	margin-bottom: 1rem;
}
.page a{
    font-size: 14px;
    color: #000;
    display: inline-block;
    height: 32px;
    padding: 0px 12px;
    line-height: 32px;
    border:1px solid #0095e2;
    margin:5px 3px;
}
.page a:hover,.page a.on{
	background: #0095e2;
	color: #fff;
	border:1px solid #0095e2;
}
.page span{
	font-size: 14px;
}
.type{
	text-align: center;
	margin-bottom: 25px;
}
.type a{
	display: inline-block;
	color: #000;
	padding: 7px 15px;
	font-size: 16px;
	margin:0px 10px;
	border: 1px solid #ccc;
	border-radius: 27px;
}
.type a:hover{
	border: 1px solid #4486F7;
    border-radius: 27px;
}
.type a.on{
	border: 1px solid #4486F7;
    border-radius: 27px;
}
.new{
	padding: 1rem 0  2rem 0;
}
.new-top em{
	display: block;
	background: #038fd9;
	width: 30px;
	height: 2px;
}
.new-top .col-xs-12 a img{
    width: 100%;
}
.new-info-top{
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #9fa5aa;
}
.new-link{
	border-top: 1px solid #eee;
	padding-top: 1rem;
}
.new-info{
	padding: 1rem 0;
}
.radius-box {
    border-radius: 5px;
    margin-top: -80px;
    background: #fff;
}
.contact-us{
	background: #fff;
	position: relative;
	z-index: 3;
	margin-bottom:80px;
}
.contact-title{
	font-size:22px;
	color: #2c3e50;
	font-family: 'Akzidenz';
	text-transform: uppercase;
}
.contact-us-l{
	background: #fff;
	width: 65%;
	float: left;
	border-radius: 3px 0px 0px 3px;
	padding: 30px 5%;
	box-shadow:0px 3px 6px rgba(217,221,222,0.8),-3px 0px 5px rgba(217,221,222,0.4); 
}
.contact-us-r{
	background: #2C3E50;
	width: 35%;
	float: right;
	border-radius: 0px 3px 3px 0px;
	padding: 30px 3%;
	color: #ecf0f1;
	min-height: 581px;
}
.contact-form p{
	color: #7f8c8d;
}
.contact-form>div{
	position: relative;
	margin-bottom: 25px;
}
.contact-form input{
	width: 100%;
	border:0px;
	border-bottom: 1px solid #CDD2D5;
	height: 25px;
}
.contact-form p{
	margin-bottom: 0px;
}
.contact-form textarea{
	width: 100%;
	border:1px solid #CDD2D5;
	border-radius: 3px;
	resize: vertical;
	min-height: 219px;
	padding: 5px;
}
.contact-form input[type=submit]{
	position: absolute;
	bottom: -41px;
	right: -41px;
	width: 91px;
	height: 91px;
	background: url(../images/submit-btn.png) center center no-repeat;
	border-bottom: 0px;
}
.contact-us-r>div{
	min-height: 30px;
	padding-left: 13%;
	font-size: 16px;
	margin-bottom:24px;
}
.contact-us-r .contact-title{
	color: #fff;
	margin-bottom: 43px;
}
.contact-us-r .share{
	padding:35px 0;
}

.product-info-top{
   margin-bottom: 1rem;
}
.product-info-title{
	border-bottom: 1px solid #BEC2C2;
	padding-bottom: 15px;
}
.product-type span{
	display: inline-block;
	background: #E1E1E1;
	padding: 6px 18px;
	cursor: pointer;
}
.product-type span:hover,.product-type span.on{
    background: #0F7CC4;
    color: #fff;
}
.product-text{
	border: 1px solid #BEC2C2;
	padding: 0.5rem 1rem;
	margin-bottom: 1rem;
	min-height: 400px;
}
.product-tab{
	display: none;
}
.sevice{
	padding: 1rem 0;
}
.case{
	padding: 2rem 0;
}
.case2{
	background: #F3F6F9;
}
.case .intro{
	max-width: 800px;
	margin: 0 auto;
	font-size: 16px;
}
.case .id-title{
	margin-bottom: 1.2rem;
}
.case .id-title p{
	max-width:1000px;
	margin: 0 auto;
	font-size: 16px;
}
.qj-list li{
	text-align: center;
	margin-bottom: 1rem;
}
.qj-list li p{
	color: #0091e1;
	margin-top: 15px;
	font-size: 16px;
}
.product-pic  .pic{
    height: 280px;
}
.product-pic .swiper-slide a{
    text-align: center;
}
.sevice-pic{
	padding-bottom: 2rem;
}
.swiper-industries .swiper-slide a{
    display: block;
    background: #f1f9ff;
    color: #000;
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    padding-bottom: 15px;
    text-align: left;
}
.swiper-industries .swiper-slide a span{
    color: #005BCE;
}
.swiper-industries .swiper-slide a h4{
    margin-bottom: 5px;
    margin-top: 15px;
    text-align: center;
}
.swiper-industries .swiper-slide a h4,.swiper-industries .swiper-slide a p{
    padding: 0px 15px;
}
.footer-slogen {
    padding: 0px 0 30px 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 1rem;
}

.footer-slogen .icon {
    width: 36px;
    height: 36px;
    border: 1px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 15px
}

.footer-slogen .item {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #fff;
}

.footer-slogen .item:nth-child(1) .icon {
    background: url(../images/footer-icon-01.png) no-repeat center
}

.footer-slogen .item:nth-child(2) .icon {
    background: url(../images/footer-icon-02.png) no-repeat center
}

.footer-slogen .item:nth-child(3) .icon {
    background: url(../images/footer-icon-03.png) no-repeat center
}

.footer-slogen .item:nth-child(4) .icon {
    background: url(../images/footer-icon-04.png) no-repeat center
}

.footer-top{
	background: #000000;
	color: #939393;
	padding: 2rem 0;
}
.footer-list a{
	color: #939393;
	display: block;
	width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
}
.footer-list a{
   display: inline-block;
   border: 1px solid #fff;
   padding: 5px 1.5rem;
   width: auto;
   margin-right: 10px;
}
.footer-list a:hover{
	background: #008fd7;
	color: #fff;
}
.footer-list>p{
	margin-bottom: 15px;
}
.footer-list h4{
	color: #fff;
	font-size: 17px;
	margin-bottom: 30px;
}
.footer-bottom{
	text-align: center;
	padding: 15px 0;
}
/*suspension*/
.suspension{
	position: fixed;
	right: 0px;
	top: 35%;
	z-index: 999;
}
.suspension li{
	position: relative;
	width: 48px;
	height: 48px;
	margin-bottom: 5px;
	cursor: pointer;
}
.suspension li span{
    display: block;
    width: 100%;
    height: 100%;
    background-color: #B7B7B7;
    background-position: center center;
    background-repeat: no-repeat;
}
.suspension li span:hover{
	background-color: #0F7CC4;
}
.pop-qq{
	background-image: url(../images/qq.png);
}
.pop-email{
	background-image: url(../images/email.png);
}
.pop-tel{
	background-image: url(../images/tel.png);
}
.pop-code{
	background-image: url(../images/code-icon.png);
}
.pop-top{
	background-image: url(../images/top.png);
}
.pop-detail{
	position: absolute;
	width: 250px;
	top: 0px;
	right: 67px;
	border: 1px solid #ddd;
	background: #fff;
	z-index: 30;
	padding: 15px 18px;
	color: #3d3d3d;
	font-size: 13px;
	box-shadow: 0px 1px 1px rgba(165,165,165,0.35),-1px 0px 1px rgba(165,165,165,0.35);
	min-height: 48px;
	display: none;
}
.pop-detail a{
	display: inline-block;
	vertical-align: middle;
	border:1px solid #0F7CC4;
	padding: 5px 10px;
	border-radius: 2px;
	color: #0F7CC4;
	margin-left: 10px;
}
.tel-corner-back{
	border: 11px solid transparent;
    border-left: 11px solid #ddd;
    position: absolute;
    right: -22px;
    top: 13px;
    z-index: -1;
}
.tel-corner {
    border: 10px solid transparent;
    border-left: 10px solid #fff;
    position: absolute;
    right: -19px;
    top: 14px;
    z-index: 10;
}
.pop-code-pic{
	width: 139px;
}
.pop-code-pic img{
	width: 100px;
	height: 100px;
	border:1px solid #ddd;
}
.pop-code-pic p{
	font-size: 12px;
	margin-bottom: 0px;
	line-height: normal;
	text-align: center;
	margin-top: 5px;
}
.lfooter{
	width: 100%;
	background-color: #000;
	position: fixed;
	bottom: 0px;
	left: 0px;
	z-index: 99;
}
.lfooter ul li {
	width: 25%;
	height: auto;
	float: left;
	text-align: center;
	padding: 8px 0px;
}
.lfooter ul li a {
	color: #FFF;
	line-height: 12px;
	font-size: 12px;
}
@keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-webkit-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-moz-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}
@-o-keyframes roundrotate{
    0%{
        transform:rotate(0deg);
        -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
    }
    100%{
        transform:rotate(360deg);
        -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg);
    }
}

/*banner*/
@media(min-width: 1200px) and (max-width: 1400px){
	.header-nav li{
		padding: 0px 0.5rem;
	}
	.lang img{
		display: none;
	}
}
@media(min-width: 1200px){
	.header .container-fluid{
		padding-left: 2%;
		padding-right: 2%;
	}
	.container{
		width: 1400px !important;
	}
	.new-info-mian {
        border-right: 1px solid #ddd;
        padding-right: 2rem;
        margin-right: 1rem;
    }
} 
@media(max-width: 1200px){
	.down-nav{
		display: none;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	.header-nav li{
		padding: 0px 0.6rem !important;
	}
	.lang img{
		display: none;
	}
}
@media(min-width: 992px){
	.header-nav{
		display: inline-block;
	}
	.header-nav li{
		padding: 0px 0.7rem;
		line-height: 75px;
	}
	.header-nav li a{
		font-size: 15px;
		position: relative;
	}
	.header-nav li>a:before{
		content: "";
	    width: 0;
	    height:4px;
		position: absolute;
		left: 0px;
		bottom: -8px;
		transition: all 0.35s ease 0s;
		background: #038fd9;
	}
	.header-nav li.on>a,.header-nav li:hover>a{
		color: #038fd9;
	}
	.header-nav li a:hover:before,.header-nav li.on a:before{
		width: 100%;
	}
	.header-nav li:hover>a em{
		transform:rotate(180deg);
        -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg);
	}
}
@media(max-width: 991px){
	.yingyong{
		display: none;
	}
	.menu{
		display: block;
	}
	.header{
		padding-bottom: 15px;
	}
	.header-block{
        display: none;
        position: absolute;
        top: 100%;
        left: 0px;
        width: 100%;
        z-index: 2;
        background: #fff;
        border-top: 1px solid #ccc;
        box-shadow: 0px 4px 4px rgba(0,0,0,0.1);
        padding: 10px 2.6rem;
	}
	.header-nav li{
        float: none;
        text-align: left;
        padding:10px 0;
        border-bottom: 1px solid #ccc;
	}
	.lang{
		float: none;
	}
	.id-title h1{
		font-size: 1.2rem;
	}
	.contact-us-l {
	    background: #fff;
	    width: 100%;
	    float: left;
	    border-radius: 3px 0px 0px 3px;
	    padding: 30px 5%;
	    margin-bottom: 30px;
	}
	.contact-us-r {
	    background: #2C3E50;
	    width: 100%;
	    float: right;
	    border-radius: 0px 0px 3px 3px;
	    padding: 30px 5%;
	    color: #ecf0f1;
	}
	.banner{
		height: 300px;
	}
}
@media(min-width: 768px){
	.menu{
		margin-top: 1rem;
	} 
	.lfooter{
   	display: none;
   }
}
@media(max-width: 767px){
	.swiper-info{
		display: none;
	}
	.youshi,.footer-top,.suspension{
		display: none;
	}
	body{
		padding-bottom: 70px;
	}
	.footer-bottom{
		background: #0F7CC4;
		color: #fff;
	}
	.id-title h1{
		font-size: 2.2rem;
	}
	.icbag-icon{
		display: none;
	}
	.icbag-img{
		margin-left: auto;
		margin-right: auto;
	}
	.solution-list li,.solution-list li.active{
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.solution-list li.active{
		min-height: 360px;
		height: auto;
	}
	.solution-list li .show-hide{
		display: block;
	}
	.solution-list li.active h4{
		display: block;
		margin-left: 0;
	}
}

@media(min-width: 768px) and (max-width: 992px){
	
}
/*微信分享*/

.case .id-title{
       margin-bottom: 1.2rem;
}
.case .id-title p{
       max-width:1000px;
       margin: 0 auto;
       font-size: 16px;
}
.qj-list li{
       text-align: center;
       margin-bottom: 1rem;
}
.qj-list li p{
       color: #0091e1;
       margin-top: 15px;
       font-size: 16px;
}
