@charset "utf-8";
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 95px;}}
@media (max-width: 1440px){html{font-size: 90px;}}
@media (max-width: 1220px){html{font-size: 85px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
@keyframes scrollToRight {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,code,form,fieldset,legend,button,input,textarea{padding:0px; margin:0px; border:none; font-weight: normal; font-family: "Gotham-Medium","Source Han Sans CN","Helvetica","Tahoma","Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
body, button, input, select, textarea, a, span { font-family: "Microsoft YaHei","PingFang HK","Arial", \5b8b\4f53;}
ul, ol ,li{ list-style: none; }
img {margin:0; border:0; padding:0;}
b {font-family:Tahoma;}
a { text-decoration:none; }
a:hover { text-decoration:none;  }
.clear { clear: both;}
div:focus,
input:focus,
select:focus,
button:focus,
textarea:focus { outline:none;}
a,a:hover,a:active,a:visited,a:link,a:focus{
	-webkit-tap-highlight-color:rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;
	outline:none;
	text-decoration: none
}


body {
    margin: 0 auto;
    overflow-x: hidden;
	width: 100%;
	background: #fff;
}


.fl{float: left !important;}
.fr{float: right !important;}


/*css效果*/
.css_style{
	border-radius: 0.6rem !important;
	transition: all 0.3s ease-out 0s;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;}



@font-face
{
	font-family: Barlow;
	src: url("../images/Barlow-SemiBold.otf");
}

/*典型客户*/
.customer{
	overflow: hidden;
	margin: 0 auto 0;
	padding-top: 1rem;
	padding: .6rem;
}
.customer .container2{
	position: relative;
	overflow: hidden;    
	font-size: 0;
}
.customer .mask{
	position: absolute;
	top: 0;
	z-index: 2;
}
.customer .mask_left{
	left: 0;
}
.customer .mask_right{
	right: 0;
}
.customer .line_odd {
    width: 2904px;
    -webkit-animation: scrollToRight 40s linear infinite;
    animation: scrollToRight 40s linear infinite;
}
.customer .line_even {
    width: 2904px;
    -webkit-animation: scrollToRight 30s linear infinite;
    animation: scrollToRight 30s linear infinite;
}
.customer .line_odd img {
      width: 50%;
      display: inline-block;
}
.customer .line_even img {
      width: 50%;
      display: inline-block;
}
@keyframes scrollToRight {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
  }
}
/*典型客户 结束*/

/*导航*/







/*侧边栏*/
.side_box{
	position: fixed;
	bottom: 20%;
	right: .16rem;
	z-index: 2;    
	border-radius: 4px;
	border: 1px solid #fff;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.side_box li{
	cursor: pointer;
	width: 70px;
	text-align: center;
	padding: 10px 0;
	color: rgba(14,12,54,0.4);
	background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
	transition: all 0.3s;
	position: relative;
}
.side_box li a{
	display: block;
	color: rgba(14,12,54,0.4);
}
.side_box li:first-child{
	border-radius: 4px 4px 0 0;
}
.side_box li:last-child{
	border-radius: 0 0 4px 4px;
}
.side_box li:hover{
	color: #fff;
	background-image: linear-gradient(to top, #f36b16 0%, #ff8030 100%);
}
.side_box li:hover a{
	color: #fff;
}
.side_box li .ico{
	display: block;
    width: 28px;
    height: 28px;
    margin: 0 auto 4px;
	background: url("../images/side_ico.png") no-repeat 0px 0px;
}
.side_box .li_tel .ico{
	background-position: 0px 0px;
}
.side_box .li_email .ico{
	background-position: 0px -28px;
}
.side_box .li_totop .ico{
	background-position: 0px -56px;
}
.side_box .li_file:hover .ico{
	background-position: -28px 0;
}
.side_box .li_tel:hover .ico{
	background-position: -28px 0;
}
.side_box .li_email:hover .ico{
	background-position: -28px -28px;
}
.side_box .li_totop:hover .ico{
	background-position: -28px -56px;
}
.side_box .pop_box{
	display: none;
	position: absolute;
	right: 82px;
	top: 0;
	color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
    background-image: linear-gradient(to top, #ffffff 0%, #f5f5fa 100%);
    box-shadow: 0 8px 20px rgba(14,12,54,0.1);
}
.side_box .pop_box:before {
    content: '';
    display: block;
    position: absolute;
    top: 28px;
    right: -.2rem;
    width: 0;
    height: 0;
	border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #f8f7fb;
}
.side_box li:hover .pop_box{
	display: block;
}
.side_box .pop_box dl{
	border-bottom: 1px solid #fff;
	padding: .16rem;
	color: #0e0c36;
	margin-bottom: 0;
	text-align: left;
}
.side_box .pop_box dl dt{
	padding-left: 26px;
}
.side_box .pop_box dl:first-child dt{
	background: url("../images/tel.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl:nth-child(2) dt{
	background: url("../images/e_mail.png") no-repeat 0px center;
	background-size: 18px 18px;
}
.side_box .pop_box dl dd{
	font-size: .16rem;
    font-family: Barlow;
    font-weight: 500;
	white-space:nowrap;
}
.side_box .pop_box p{    
	padding: .16rem;
	text-align: center;
	color: #f36b16;
	font-size: .12rem;
}
/*侧边栏 结束*/




/*------------index.html  start----------------*/	
/*海报*/
.banner .img {
	max-width: 100%;
}
.banner .ban_info{
	position: absolute;
	left: 50%;
	top: 26%;
}
.banner .ban_info h1 {
	color: #fff;
	font-size: .58rem;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: .3rem;
	margin-top: -.1rem;
	position: relative;
}
.banner .ban_info h1 .mark_img {
    position: absolute;
    top: -.1rem;
    left: 5.4rem;
	animation: pronamei 1s infinite both;
    -webkit-animation: pronamei 1s infinite both;
}
@keyframes pronamei {
  0% {
      top:-25px;
  }
 
  50%{
	  top:-15px;
  }
 
  100% {
      top:-25px;
  }
}


.banner .ban_info ul {
	margin-bottom: .6rem;
	overflow: hidden;
}
.banner .ban_info li {
	float: left;
	width: 25%;
	margin-bottom: .2rem;
	color: #fff;
	font-size: .18rem;
	font-weight: 300;
	padding-left: .24rem;
	background: url("../images/application-icon.png") no-repeat 0px center;
	background-size: .16rem .12rem;
}
.banner .ban_info p {
	color: rgba(255,255,255,0.6);
	font-weight: 100;
	font-size: .14rem;
	line-height: .24rem;
	padding-left: .1rem;
	margin-bottom: .4rem;
}
.banner .ban_info p span {
	display: inline-block;
	margin-right: .3rem;
}

.btn_1 {
    font-size: .2rem;
	border-radius: 0.6rem !important;
    padding: .2rem .8rem;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition: background-color 0s ease .5s;
}
.btn_1::before {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 50% 50% 0 0;
    transform: translateY(100%) scaleY(0.5);
    transition: all 0.6s ease;
    z-index: 1;
}
.btn_1 > div {
    position: relative;
	height: .28rem;
    overflow: hidden;
    text-align: center;
}
.btn_1 > div span {
    display: block;
	line-height: .28rem;
	z-index: 1;
	transition: transform 0.5s ease;
	position: relative;
    color: #fff;
}
.banner .ban_info .btn_1 > div span:last-child {
    color: #ff5f00;
}
.btn_1::after {
    content: '';
    position: absolute;
    display: block;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background: #0e0c36;
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition: all 0.6s ease;
    z-index: 0;
}
.btn_1:hover {
    background-color: #0e0c36;
}
.btn_1:hover::after {
    border-radius: 0 0 50% 50%;
    transform: translateY(-100%) scaleY(0.5);
    transition-delay: 0s;
}
.btn_1:hover::before {
    border-radius: 0;
    transform: translateY(0) scaleY(1);
    transition-delay: 0s;
	background: #fff;
}
.btn_1:hover > div span {
    transform: translateY(-100%);
}



.banner .ban_info .info_right{
	position: relative;
}
.banner .ban_info .info_right img{
}
.banner .ban_info .info_right .pro_img{
	width: 4.8rem;
    position: absolute;
    top: .18rem;
    left: 1.4rem;
    z-index: 1;
}
.banner .ban_info .info_right .pc_img{
	width: 7.6rem;
	height: 4rem;
    position: absolute;
    top: 0;
    left: 0;
	right: auto;
}


.banner_mouse{ 
	position: absolute;
	z-index: 1;
	left: 2.4rem;
	bottom: .4rem;
	width: 24px;
	height: 42px;
	cursor:pointer;
	background:url("../images/banner_mouse_ico.png") no-repeat -24px 0px;
	-webkit-animation: nudgeMouse 1.6s linear infinite;
	animation: nudgeMouse 1.6s linear infinite;
}
.banner_mouse:after,
.banner_mouse:before{
	content: "";
	position: absolute;
}
.banner_mouse:before{
	width: 24px;
	height: 42px;
	background: url(../images/banner_mouse_ico.png) no-repeat 0px 0px;
	-webkit-animation: colorSlide 1.6s linear infinite;
	animation: colorSlide 1.6s linear infinite;
	top:0;
	left:0;
}
.banner_mouse:after{
	background-color: #ffffff;
	width: 4px;
	height: 4px;
	border-radius: 100%;
	-webkit-animation: trackBallSlide 1.6s linear infinite;
	animation: trackBallSlide 1.6s linear infinite;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
}
@keyframes nudgeMouse {
 0% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
    50% {
      -webkit-transform: translateY(8px);
              transform: translateY(8px);
    }
    100% {
      -webkit-transform: translateY(0);
              transform: translateY(0);
    }
}

@keyframes colorSlide {
	0% {
		height:0;
	}
	
	90%{
		height:40px;
	}
}

@keyframes trackBallSlide {
    0% {
		opacity: 1;
		-webkit-transform: scale(1) translateY(-8px);
				transform: scale(1) translateY(-8px);
    }
    34% {
		opacity: 1;
		-webkit-transform: scale(0.9) translateY(4px);
				transform: scale(0.9) translateY(4px);
    }
    68% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(16px);
				transform: scale(0.4) translateY(16px);
    }
    100% {
		opacity: 0;
		-webkit-transform: scale(0.4) translateY(-8px);
				transform: scale(0.4) translateY(-8px);
    }
}


.swiper-button-next,
.swiper-button-prev {
    width: .6rem;
	height: .6rem; 
	top: auto;
	bottom: .4rem;
	color: #fff;
	background: #0e0c36;
	border-radius: 50%;
    transition: all 0.6s ease;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
	color: #ff5f00;
	background: #fff;
}
.swiper-button-prev:after,
.swiper-button-next:after{
	font-size: .22rem;
	font-weight: bold;
}
/*海报 结束*/




.title{
	font-size: .48rem;
    color: #0e0c36;
    font-weight: 600;
	margin-bottom: .6rem;
	position: relative;
}



/*产品中心*/
.product{
	padding: 1rem 0;
}
.product .pro_box{}
.product .pro_box li{
	width: 48.5%;
	float: left;
	background: #f0f3f8;
	border-radius: .1rem;
	padding: .6rem 1.2rem;
}
.product .pro_box li:first-child{
	width: 100%;
	margin-bottom: .4rem;
}
.product .pro_box li:last-child{
	margin-left: 3%;
}
.product .pro_box li h1{
	font-size: .3rem;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: .24rem;
	letter-spacing: -2px;
}
.product .pro_box li h1 img{
	width: .62rem;
	margin-right: .16rem;
}
.product .pro_box li p{
	font-size: .2rem;
	font-weight: 300;
	line-height: .32rem;
    color: #646c74;
	margin-bottom: .6rem;
}

.product .pro_box li .btn_1 {
    padding: .18rem .8rem;
}
.product .pro_box li .btn_1::before {
	background: #ff5f00;
}


.v_product  {
	margin: 0 auto 100px;
}
.v_product img {
	width: 100px;
    height: 100px;
    display: block;
	margin: 0 auto 20px;
}
.v_product h5 {
	margin-top: 0;
	margin-bottom: 12px;
	font-size: 24px;
	font-weight: 400;
	color: #646c74;
}
.v_product p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
	position: relative;
	margin-bottom: 16px;
}
.v_product a {	
	display: block;
    font-size: 16px;
    font-weight: 600;
    color: #ff5f00;
    letter-spacing: 0.2px;
    transition: all 0.3s ease-out 0s;
    margin-bottom: 4px;
}
.v_product a i {
    display: inline-block;
    width: 15px;
    height: 10px;
    margin-left: 6px;
    background: url(../images/a_link2.png) no-repeat 0px center;
    background-size: 15px 10px;
    transition: all 0.3s ease-out 0s;
}
/*产品中心 结束*/



/*解决方案*/
.solution{
	padding: 1rem 0;
	background: #fbaa19;
}
.solution .sol_box li {
	-webkit-box-flex: 1;
	flex: 0 0 27%;
    max-width: 27%;
    transition: all 400ms ease-out;
	overflow: hidden;
	float: left;
	padding: 0 .1rem;
}
.solution .sol_box li a {
	padding: .4rem .2rem;
	background: #fff;
	border-radius: .1rem;
	display: block;
	overflow: hidden;
}
.solution .sol_box li .pro_img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.solution .sol_box li dl {
	margin-top: .3rem;
}
.solution .sol_box li dl dt {
	width: .62rem;
	float: left;
	margin-right: .12rem;
}
.solution .sol_box li dl dt img {
	height: 100%;
}
.solution .sol_box li dl dd {
	float: left;
	width: calc(100% - 0.74rem);
}
.solution .sol_box li dl dd h1 {
    font-size: .28rem;
    font-weight: 600;
    color: #0e0c36;
    margin-bottom: .08rem;
	letter-spacing: -2px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.solution .sol_box li dl dd p {
    font-size: .16rem;
    font-weight: 300;
    color: #646c74;
	letter-spacing: -1px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.solution .sol_box li dl .btn_1 {
	display: none;
	float: right;
	width: 1.2rem;
	font-size: .16rem;
    padding: .06rem .24rem;
	margin-top: .2rem;
}
.solution .sol_box li dl .btn_1::before {
	background: #ff5f00;
}
.solution .sol_box li.active {
    flex: 0 0 46%;
    max-width: 46%;
}
.solution .sol_box li.active a {
	padding: .4rem .3rem;
}
.solution .sol_box li.active dl dd {
	width: calc(100% - 2.34rem);
}
.solution .sol_box li.active dl .btn_1 {
	display: block;
	visibility: visible;
    animation-name: fadeInRight;
}
/*解决方案 结束*/



/*全球发展*/
.layout{
	padding: 1rem 0;
	background: #f0f3f8;
	margin: 0 auto 1rem;
}
.layout .title{
	margin-bottom: .2rem;
}
.layout .number {
    overflow: hidden;
	margin-top: 1.8rem;
}
.layout li{
	float: left;
	width: 40%;
	margin-bottom: .6rem;
}
.layout li:nth-child(2n+1){
	width: 60%;
}
.layout li span{
	color: #ff5f00;
	font-weight: 600;
}
.layout li:nth-child(3) span{
	font-size: .48rem; 
	line-height: .8rem;
}
.layout li .list_number{
	font-size: .22rem; 
}
.layout li em{
	font-style: normal;
	font-size: .56rem; 
	font-weight: 700;
	font-family: Barlow;
}
.layout li h4{
	font-size: .18rem;
	font-weight: normal;
	color: #646c74;
}

.layout .map_box{
	position: relative;
	padding: 0;
}
.layout .map_box .map_img{
	width: 100%;
}
.layout .map_box .dot_pos {
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.layout .map_box .dot_pos .dot {
	position: absolute;
}
.layout .map_box .dot_pos .dot1 { top: 38%; left: 4.3%;}
.layout .map_box .dot_pos .dot2 { top: 42%; left: 22.6%;}
.layout .map_box .dot_pos .dot3 { top: 27%;	left: 40%;}
.layout .map_box .dot_pos .dot4 { top: 27.8%; left: 46.6%;}
.layout .map_box .dot_pos .dot5 { top: 35%; left: 47.6%;}
.layout .map_box .dot_pos .dot6 { top: 30%;	left: 51.4%;}
.layout .map_box .dot_pos .dot7 { top: 46%;	left: 63%;}
.layout .map_box .dot_pos .dot8 { top: 85%;	right: 12%;}
.layout .map_box .dot_pos .dot9 { top: 40%;	right: 7%;}
.layout .map_box .dot_pos .dot10 { top: 40%; right: 23%;}
.layout .map_box .dot_pos .dot11 { top: 43%; right: 25%;}
.layout .map_box .dot_pos .dot12 { top: 42%; right: 21%;}
.layout .map_box .dot_pos .dot13 { top: 47.6%; right: 20.4%;}
.layout .map_box .dot_pos .dot14 { top: 36.8%; right: 17%;}
.layout .map_box .dot_pos .dot15 { top: 40%; right: 16.4%;}
.layout .map_box .dot_pos .dot16 { top: 45.6%; right: 16.4%;}

.layout .map_box .dot_pos .dot i {
	float: left;
	display: block;
	width: 15px;
	height: 20px;
	margin: 0 1px;
	background: url("../images/pos_2.png") no-repeat 0px center;
	background-size: 15px 17px;
}
.layout .map_box .dot_pos .dot16 i {
	width: 14px;
	background: url("../images/pos_1.png") no-repeat 0px center;
	background-size: 14px 14px;
}
.layout .map_box .dot_pos .dot .d_msg {
	float: left;
	color: #0e0c36;
	margin: 0 1px;
	font-size: .14rem;
}
.layout .map_box .dot_pos .dot16 .d_msg {
	color: #ff5f00;
}
.layout .map_box .dot_pos .dot .rip {
    position: absolute;
    left: 90%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform-origin: 50% 50%;
    width: 3.4rem;
    animation: cir_out 5s linear infinite;
    animation-fill-mode: both;
}
.layout .map_box .dot_pos .dot .rip:nth-child(2) {
	animation-delay: 1s;
}
.layout .map_box .dot_pos .dot .rip:nth-child(3) {
	animation-delay: 2.5s;
}
.layout .map_box .dot_pos .dot .rip:nth-child(4) {
	animation-delay: 4s;
}
@keyframes cir_out {
    0% {
        transform: translate(-50%, -50%) scale(0.05);
        opacity: 1;
    }
    80% {
    	transform: translate(-50%, -50%) scale(1);
    	opacity: 1;
    }
    100% {
    	transform: translate(-50%, -50%) scale(1.1);
    	opacity: 0;
    }
}
/*全球发展 结束*/



/*新闻动态*/
.news{
	position: relative;	
	margin: 0 auto 1rem;
}
.scrollNews li {
	overflow: hidden;
	position: relative;
}
.scrollNews li:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: rgba(14,12,54,0.4);
	transition: all .3s;
	z-index: 1;
}
.scrollNews li .li_img {
	overflow: hidden;
}
.scrollNews li .li_img img {
	width: 100%;
	transition: all .3s;
}
.scrollNews li:hover:after {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("../images/li_text_bg.jpg") no-repeat 0px 0px;
	background-size: 100% 100%;
}
.scrollNews li:hover .li_img img {
    transform: scale(1.1);
}
.scrollNews li .li_text {
	width: 100%;
	height: 100%;
	padding: .6rem .3rem .4rem;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	transition: all .3s;
	z-index: 2;
	background: rgba(14,12,54,0.4);
}
.scrollNews li:hover .li_text {
	background: none;
	padding: .4rem .3rem .4rem;
}
.scrollNews li .li_text h1 {
	font-size: .24rem;
	line-height: .4rem;
	font-weight: 600;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.scrollNews li .li_text h1:hover {
	text-decoration: underline;
}
.scrollNews li .li_text span {
	font-size: .18rem;
    text-align: right;
    position: absolute;
    bottom: .4rem;
    right: .3rem;
}

.news_btn_prev, .news_btn_next {
    top: 0;
    bottom: auto;
	right: 0;
    left: auto;
    background: #0e0c36;
}
.news_btn_prev {
	right: .76rem;
}
.news_btn_next {
	right: 0;
}
.swiper-button-next:hover, 
.swiper-button-prev:hover {
    color: #fff;
    background: #ff5f00;
}
/*新闻动态 结束*/



/*口号*/
.slogan{
	margin: 0 auto 1rem;
}
.slogan img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
/*口号 结束*/
/*------------index.html  end----------------*/



.page_title {
	text-align: center;
	font-size: .44rem;
    font-weight: 300;
    color: #646c74;
	margin: 1.4rem auto .8rem;
}
.h1_title {
	text-align: center;
	font-size: .44rem;
    font-weight: 300;
    color: #646c74;
	margin: 0 auto .8rem;
}



/*------------volume.html  start----------------*/
.introduct{
	margin: .66rem auto 1rem;
	overflow: hidden;
}
.introduct .pro_logo{
	float: left;
	width: .6rem;
	margin-right: .26rem;
}
.introduct h1{
    display: inline-block;
	font-size: .42rem;
	font-weight: 800;
	color: #0e0c36;
	line-height: .6rem;
	margin-top: .4rem;
	margin-bottom: .3rem;
}
.introduct p{
	width: 90%;
	font-size: .2rem;    
	line-height: .3rem;
	font-weight: 300;
	color: #6a6a6a;
	margin-bottom: .4rem;
	letter-spacing: 1px;
}
.introduct .s_tel{
	float: left;
	display: block;
	font-size: 22px;
	color: #ff5f00;
	font-style: italic;
	margin-top: 20px;
	padding-left: 40px;
	background: url("../images/tel2.png") no-repeat 10px 10px;
}
.introduct .s_tel i{
	font-size: 26px;
	font-family: Barlow;
	font-weight: 600;
	letter-spacing: -0.4px;
}


.introduct .btn_1 {
	float: left;
}
.introduct .btn_1::before {
	background: #ff5f00;
}
.btn_2 {
	float: left;
    font-size: .2rem;
    border-radius: .6rem;
    padding: .2rem .8rem;
    display: inline-block;
	margin: 0 0 0 .3rem;
    color: #0e0c36;
    border: .02rem solid #0e0c36;
}
.btn_2:hover {
    color: #ff6300;
    border: .02rem solid #ff6300;
}

.introduct .intro_img{
	max-width: 70%;
}



.volumeAdv{
	margin: 1.4rem auto 1rem;
}
.volumeAdv ul {
	overflow: hidden;
}
.volumeAdv li {
	margin-bottom: .8rem;
	min-height: 2.54rem;
}
.volumeAdv .adv_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
}
.volumeAdv .adv_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/adv_icon.png");
    background-repeat: no-repeat;
    background-size: 500% auto;
}
.volumeAdv .adv_icon .adv_icon_1 {
    background-position: 0 center;
}
.volumeAdv .adv_icon .adv_icon_2 {
    background-position: -100px center;
}
.volumeAdv .adv_icon .adv_icon_3 {
    background-position: -200px center;
}
.volumeAdv .adv_icon .adv_icon_4 {
    background-position: -300px center;
}
.volumeAdv .adv_icon .adv_icon_5 {
    background-position: -400px center;
}
.volumeAdv h2 {
	margin-top: 0;
	margin-bottom: .2rem;
	font-size: .22rem;
	line-height: .24rem;
	font-weight: 400;
	color: #0e0c36;
	letter-spacing: 0.2px;
}
.volumeAdv p {
	font-size: .16rem;
	line-height: .3rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
	position: relative;
	padding-left: .24rem;
}
.volumeAdv p:before {
    content: '';
    display: block;
    left: 0;
    top: .1rem;
    height: .16rem;
    width: .12rem;
    position: absolute;
    background: url(../images/application-icon2.png) no-repeat 0px 0px;
    background-size: contain;
}
/*------------volume.html  end----------------*/	



/*------------leader.html  start----------------*/	
.leader {
	overflow: hidden;
	margin-bottom: 1.6rem;
}
.leader li{
	float: left;
	width: 48.5%;
	background: #f0f3f8;
	border-radius: .1rem;
	padding: .6rem;
	text-align: center;
}
.leader li:nth-child(2n){
	margin-left: 3%;
}
.leader li .li_img{
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	border: .06rem solid #fff;
	margin: 0 auto .3rem;
	overflow: hidden;
	transition: all .3s;
}
.leader li:hover .li_img{
	border-radius: .4rem;
}
.leader li h1{
	font-size: .24rem;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: .16rem;
	letter-spacing: 2px;
}
.leader li span{
	display: block;
	font-size: .16rem;
	font-weight: 300;
	color: #646c74;
	margin-bottom: .4rem;
}
.leader li p{
	font-size: .16rem;
	line-height: .24rem;
	height: 1.44rem;
	font-weight: 300;
	color: #646c74;
	margin-bottom: .2rem;
}
/*------------leader.html  end----------------*/



/*------------customer.html  end----------------*/
.customer {
	overflow: hidden;
	margin-bottom: 1.6rem;
}
.customer .hd {
	width: 100%;
	text-align: center;
	margin-bottom: .2rem;
}
.customer .hd li{
	display: inline-block;
	font-size: .18rem;
	font-weight: 400;
	color: #646c74;
	cursor: pointer;
	padding: .08rem .16rem;
	margin: 0 .1rem;
	transition: all .3s;
}
.customer .hd li.on,
.customer .hd li:hover{
	color: #ff5f00;
	border-radius: .3rem;
	border: 1px solid #ff5f00;
}

.customer .bd {
	width: 100%;
	overflow: hidden;
}
.customer .bd li {
	float: left;
	width: 17%;
	margin: 1.5%;
	border-radius: .1rem;
	border: 1px solid #f0f3f8;
	overflow: hidden;
	text-align: center;
	transition: all .3s;
}
.customer .bd li:hover{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	transform: translateY(-5px);
}
.customer .bd li img{
	padding: .2rem 0;
	height: .32rem;
}
.customer .bd li span {
	display: block;
	width: 100%;
	text-align: center;
	background: #f0f3f8;
	font-size: .16rem;
	font-weight: 300;
	color: #646c74;
	padding: .12rem 0;
}
/*------------customer.html  end----------------*/



/*------------video.html  end----------------*/
.videoList {
	overflow: hidden;
	margin-bottom: 1.6rem;
}
.videoList li{
	float: left;
	width: 30%;
	margin: 1.5%;
	border-radius: .1rem;
	border: 1px solid #f0f3f8;
	padding-bottom: .3rem;
	overflow: hidden;
	transition: all .3s;
}
.videoList li:hover{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	transform: translateY(-5px);
}
.videoList li .li_img{
	width: 100%;
	height: 1.55rem;
	border-radius: .1rem .1rem 0 0;
	margin-bottom: .3rem;
	overflow: hidden;
	background: #f0f3f8;
}
.videoList li .li_img img{
	width: 100%;
}
.videoList li h1{
	font-size: .2rem;
	font-weight: 600;
	color: #0e0c36;
	margin-bottom: .16rem;
	padding: 0 .24rem;
}
.videoList li p{
	font-size: .16rem;
	line-height: .24rem;
	height: .72rem;
	font-weight: 300;
	color: #646c74;
	padding: 0 .24rem;
}
/*------------video.html  end----------------*/


.text-p {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

h2, h5 {
    font-family: 'Arial', sans-serif;
    color: #000;
}

.adv_icon h2 {
    font-size: 18px;
    font-weight: bold;
    color: #000;
}

.adv_icon p {
    font-size: 14px;
    color: #666;
}



@media (max-width: 639px){
	

}

