@charset "utf-8";

/*全局*/

::-webkit-scrollbar {
    width: 4px;
    height: 4px;
}
::-webkit-scrollbar-track {
    background: 0 0
}
::-webkit-scrollbar-thumb {
    background-color: #ef6300;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #ef6300
}
::-webkit-scrollbar-corner {
    background-color: #ef6300
}
::-webkit-scrollbar-resizer {
    background-color: #ef6300
}

* {
    margin: 0;
    padding: 0;
}
body {
	padding-top: 110px;
    min-width: 1200px;
	font-family: arial;
    font-size: 14px;
	background-color: #fafafa;
}
img {
	border: none;
	max-width: 100%;
	vertical-align: bottom;
}
a {
    text-decoration: none;
    color: #555;
    line-height: 200%;
}
ul,
ol {
    list-style: none;
}
em {
    font-style: normal;
}
input,
textarea,
select {
    border: none;
    outline: none;
}
img,
a,
div,
b,
em,
i,
li,
p,
h3,
span {
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.rel {
    position: relative;
}

.clear {
    clear: both;
}
.clearfix:after {
    clear: both;
    visibility: hidden;
    display: table;
    content: '';
    height: 0;
}
.container{
    width: 85%;
	min-width: 1200px;
	max-width: 1400px;
    margin: 0 auto;
    position: relative;
}
.main {
    width: 100%;
    height: auto;
}
.gray_bg {
    background: #f8f8f8;
}
.package {
    clear: both;
    padding: 50px 0;
}
:focus {
    outline: none;
}
.orange{
	color: #ef6300;
}
.fl{
	float: left;
}
.fr{
	float: right;
}
.text-center {
    text-align: center;
}
.oneline-text {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}
.white-bg{
	background-color: #fff;
}
.gray-bg{
	background-color: #eee;
}


/*top*/
.header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	min-width: 1200px;
	height: 110px;
	background-color: #666;
	box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
	transition: none;
}
.logo{
	float: left;
	margin-top: 32px;
	width: 240px;
	height: auto;
}
.logo img{
	width: 100%;
	height: auto;
}
.header-right{
	float: right;
	width: 72%;
	max-width: 995px;
	padding-top: 17px;
}

.header-from {
	width: 100%;
	height: 35px;
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
}

.header-from input[type="text"]{
	float: left;
	width: calc(100% - 45px);
	padding: 0 20px;
	line-height: 35px;
	box-sizing: border-box;
	background: none;
}
.header-from span{
	float: right;
	display: inline-block;
	width: 45px;
	height: 35px;
	background: url(/css/search_02.png) center no-repeat;
	border-left: 1px solid #d1cdce;
	box-sizing: border-box;
}
.header-from input[type="submit"] {
    width: 44px;
	height: 35px;
	border-radius: 0;
	background: none;
	cursor: pointer;
}
.nav li{
	position: relative;
	float: left;
	height: 58px;
	margin-right: 60px;
}
.nav > li > a{
	display: block;
	font-size: 18px;
	color: #ef6300;
	line-height: 59px;
	font-weight: bold;
}
.nav > li > a > i{
	display: inline-block;
	width: 8px;
	height: 6px;
	margin-left: 8px;
	background: url(/css/nav_icon.png) center no-repeat;
	vertical-align: middle;
}

.subnav{
    position: absolute;
    top: 100px;
    left: 0;
    width: 240px;
    border-top: 1px solid rgba(0,0,0,.05);
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.05);
    opacity: 0;
    z-index: 10;
    visibility: hidden;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.subnav dd{
	width: 240px;
	border-bottom: 1px solid rgba(0,0,0,.05);
	transition: 0s;
}
.subnav dd a{
	display: block;
	height: 20px;
	padding: 10px 15px;
	font-size: 13px;
	line-height: 20px;
}
.subnav dd a i{
	display: inline-block;
	float: right;
	width: 12px;
	height: 12px;
	margin-top: 5px;
	background: url(/css/../images/subnav.png);
	transition: all ease-out .2s;
}
.nav li:hover .subnav{
	top: 58px;
	opacity: 1;
	visibility: visible;
}
.subnav dd a:hover {
	color: #fff;
    padding: 10px 20px;
	background-color: #ef6300;
}
.nav > li:hover a > i{
	transform: rotateX(180deg);
}
.header.active{
	position: fixed;
	top: 0;
	transform: translateY(-101%);
}
.header.active.slidedowm{
	transform: translateY(0);
}
.header.active.slideDown,
.header.active.slideUp {
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}



/*首页banner*/

.index-banner{
    background: url(/css/load.gif) no-repeat center #fff;
}
.index-banner .swiper-wrapper a {
    display: block;
    width: 100%;
	padding-bottom: 24.71%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.banner-pagination{
	position: absolute;
	left: 0;
	bottom: -23px;
	width: 100%;
	padding-top: 13px;
	text-align: center;
}
.banner-pagination span{
	width: 10px;
	height: 10px;
	margin: 0 4px;
}
.banner-pagination .swiper-pagination-bullet-active{
	background-color: #ef6300;
}



.index-left{
	width: 72.5%;
}
.index-right{
	width: 26%;
}


.index-title{
	padding-bottom: 20px;
}
.index-title h1{
	font-size: 30px;
	font-weight: normal;
}
.index-title a{
	color: #000;
	font-size: 16px;
}
a.orange:hover,
.index-title a:hover{
	text-decoration: underline;
}

@media screen and (max-width: 1600px) {
	.index-title h1{
		font-size: 27px;
	}
	.index-title a{
		font-size: 15px;
	}
}
@media screen and (max-width: 1440px) {
	.index-title h1{
		font-size: 24px;
	}
}


/*首页*/
.index-main{
	padding-bottom: 50px;
}
.index-top{
	margin-bottom: 30px;
}
.index-top ul li{
	float: left;
	width: calc(97.6%/3);
	margin-right: 1.2%;
}
.index-top ul li:last-child{
	margin-right: 0;
}
.index-top-info{
	padding: 8%;
	background-color: #fff;
	border: 1px solid #e7e6e6;
	border-top: none;
}
.index-top-info h3{
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.5;
	color: #333;
}
.index-top-info p{
	height: 113px;
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 1.7;
	color: #595755;
}

.index-product{
	margin-bottom: 30px;
}
.index-product-box{
	width: calc(100% - 30px);
}
.index-product-box .product-slide{
	padding-left: 1px;
	box-sizing: border-box;
}
.index-product-box .product-slide a{
	position: relative;
	display: block;
	padding: 9%;
	background-color: #fff;
	box-sizing: border-box;
	border: 1px solid #e5e5e5;
}
.index-product-box .product-slide a::after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 0;
	height: 3px;
	background-color: #ef6300;
	transform: translateX(-50%);
	transition: all 0.3s;
}
.index-product-box .product-slide a .pro-img{
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}
.index-product-box .product-slide a img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.index-product-box .product-slide a:hover::after{
	width: 100%;
}
.index-product-box .product-slide h4{
	display: -webkit-box;
	height: 36px;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	color: #000;
	letter-spacing: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;  /*要显示的行数*/
	-webkit-box-orient: vertical;
}
.product-pagination{
	position: absolute;
	left: 0;
	bottom: -20px;
	width: 100%;
	text-align: center;
}
.product-pagination span{
	width: 7px;
	height: 7px;
	margin: 0 3px;
}
.product-pagination span.swiper-pagination-bullet-active{
	background-color: #ef6300;
}
.product-prev,
.product-next{
	position: absolute;
	top: 50%;
	width: 10px;
	height: 20px;
	transform: translateY(-50%);
	cursor: pointer;
	transition: none;
}
.product-prev{
	left: -30px;
	background: url(/css/../images/pro_prev.png) no-repeat;
}
.product-next{
	right: -30px;
	background: url(/css/../images/pro_next.png) no-repeat;
}
.product-prev:hover{
	background: url(/css/../images/pro_prev02.png) no-repeat;
}
.product-next:hover{
	background: url(/css/../images/pro_next02.png) no-repeat;
}


.w50{
	width: 50%;
}
.w25{
	width: 25%;
}
.index-solution-box{
	overflow: hidden;
	margin-bottom: 20px;
}

.index-solution-box div{
	position: relative;
	float: left;
	padding-bottom: 22%;
	overflow: hidden;
}
.index-solution-box div span{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.index-solution-01{
	background-image: url(/css/../images/i_solu_01.jpg);
}
.index-solution-02{
	background-image: url(/css/../images/i_solu_02.jpg);
}
.index-solution-03{
	background-image: url(/css/../images/i_solu_03.jpg);
}
.index-solution-04{
	background-image: url(/css/../images/i_solu_04.jpg);
}
.index-solution-05{
	background-image: url(/css/../images/i_solu_05.jpg);
}
.index-solution-06{
	background-image: url(/css/../images/i_solu_06.jpg);
}
.index-solution-box div h3{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 0 0 30px;
	font-size: 16px;
	font-weight: normal;
	line-height: 4;
	color: #fff;
	background-color: rgba(0,0,0,.7);
	box-sizing: border-box;
}
.index-solution-box div:hover h3{
	background-color: #ef6300;
}


.index-certificate{
	width: 39%;
	margin-bottom: 15px;
	padding: 3%!important;
	box-sizing: border-box;
	height: 200px;
	float: left;
	background-color: #fff;
	border: 1px solid #e7e6e6;
}


.index-qrcode-box{
	width: 60%;
	margin-bottom: 15px;
	padding: 10px;
	height: 200px;
	box-sizing: border-box;
	float: right;
	background-color: #fff;
	border: 1px solid #e7e6e6;
}


.index-qrcode-box .index-qrcode{
	display: inline-block;
    width: 23%;
    margin: 1% 1%;
    text-align: center;
}

.index-qrcode-box .index-qrcode h4{
	font-size: 16px;
	font-weight: normal;
	line-height: 2;
	color: #333;
}

@media screen and (max-width: 1440px) {
	.index-qrcode-box .index-qrcode{
		width: 27%;
	}
}







.index-right-box{
	margin-bottom: 15px;
	padding: 7.5%;
	background-color: #fff;
	border: 1px solid #e7e6e6;
}
.index-right-box h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #333;
}
.index-right-box h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 2;
	color: #333;
}
.index-right-box p{
	margin-bottom: 15px;
	color: #595755;
	line-height: 2;
}
.index-right-box .index-qrcode{
	display: inline-block;
	width: 45%;
	margin: 4% 1%;
	text-align: center;
}

.index-news ul li a{
	display: block;
	width: 100%;
	line-height: 28px;
}

.index-right-video{
	margin-bottom: 15px;
	overflow: hidden;
}
.index-right-video video.video01{
	width: 100%;
	height: 196px;
	object-fit: cover;
}
.index-right-video video.video02{
	width: 100%;
	height: 280px;
	object-fit: cover;
}


@media screen and (max-width: 1600px) {
	.index-top-info h3{
		font-size: 18.5px;
	}
	.index-solution-box div h3{
		font-size: 15px;
	}
	.index-right-box h3{
		font-size: 18.5px;
	}
	.index-right-box h4{
		font-size: 16.5px;
	}
	.index-right-video video.video01{
		width: 100%;
		height: 176px;
		object-fit: cover;
	}
	.index-right-video video.video02{
		width: 100%;
		height: 255px;
		object-fit: cover;
	}
}
@media screen and (max-width: 1440px) {
	.index-top-info h3{
		font-size: 16px;
	}
	.index-solution-box div h3{
		font-size: 14px;
	}
	.index-right-box h3{
		font-size: 17px;
	}
	.index-right-box h4{
		font-size: 15px;
	}
	.index-right-video video{
		width: 100%;
		height: 165px;
	}
	.index-right-video video.video01{
		width: 100%;
		height: 160px;
		object-fit: cover;
	}
	.index-right-video video.video02{
		width: 100%;
		height: 230px;
		object-fit: cover;
	}
}



.foot {
	padding: 45px 0;
    background: #e7e6e6;
}
.foot-from {
	float: left;
    width: 20%;
    padding: 8px 0;
	box-sizing: border-box;
}
.foot-from p{
	line-height: 1.5;
	color: #626469;
}
.foot-from input[type="text"]{
    width: 100%;
    height: 40px;
    padding: 0 15px;
	margin-top: 15px;
	border: 1px solid #626469;
    box-sizing: border-box;
}
.foot-from input[type="submit"] {
    width: 63px;
    height: 40px;
    margin-top: 15px;
    font-size: 14px;
    color: #FFFFFF;
	background: #EF6300;
    border: 0;
	cursor: pointer;
}
.Validform_checktip {
	position: absolute;
	top:25px;
	right: 10px;
}
.Validform_right {
    color: green;
}
.Validform_wrong {
    color: #f60;
}
.foot-links{
	float: right;
	width: 62%;
	margin-right: 5.5%;
}
.foot-row {
    width: 100%;
    display: flex;
    justify-content: space-between;
	overflow: hidden;
}
.foot-links-title {
    font-size: 20px;
    font-weight: bold;
	line-height: 1;
    color: #626469;
    margin-bottom: 18px;
}
.foot-rowc ul{
	float: left;
	margin-right: 25px;
}
.foot-rowc ul li a{
    font-size: 14px;
    color: #626469;
    line-height: 2;
}
.foot-rowc ul li a:hover{
	color: #ef6300;
	text-decoration: underline;
}
.foot-rowb {
    padding-top: 30px;
	display: flex;
	justify-content: space-between;
}
.foot-rowb .foot-logo{
	margin-right: 40px;
}
.share a{
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 3px;
	margin-right: 4px;
	border: 1px solid #8a8b8f;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;
}
.share a img{
	display: block;
}
.light{
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100;
	display: none;
	padding: 25px 10px 13px;
	background-color: #fff;
	border: 4px solid #ddd;
	transform: translate(-50%,-50%);
}
.light img{
	width: 250px;
}
.light p{
	text-align: center;
}
.light i{
	position: absolute;
	right: 8px;
	top: 8px;
	display: block;
	width: 20px;
	height: 20px;
	background: url(/css/closed_02.png) center no-repeat;
	background-size: cover;
	cursor: pointer;
}
.copyright{
	color: #fff;
	line-height: 55px;
	background-color: #ef6300;
}
.copyright a{
	color: #fff;
	line-height: 55px;
}


/*内页标题*/
.about-title{
	padding-bottom: 40px;
}
.about-title p{
	font-size: 20px;
	line-height: 1.8;
	color: #8a8a8a;
}
.about-title h1{
	font-size: 36px;
	line-height: 1.5;
	color: #ef6300;
}



/*解决方案*/
.ban{
	width: 100%;
	padding-bottom: 24%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.solution-industry ul li{
	width: 100%;
	padding-top: 3%;
}
.solution-industry ul li .solution-industry-box{
	width: 100%;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
}
.solution-industry ul li img{
	width: 37%;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}
.solution-industry ul li:nth-last-child(2n){
	border-right: 0;
	border-left: 1px solid #eee;
}
.solution-industry-info{
	position: relative;
	width: 63%;
	padding: 2.5% 3.5% 0;
	background-color: #fff;
	box-sizing: border-box;
}
.solution-industry-info h3{
	font-size: 30px;
	line-height: 1.7;
	color: #ef6300;
}
.solution-industry-info h4{
	margin-bottom: 8px;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	color: #000;
}
.solution-industry-info h6{
	font-size: 16px;
	line-height: 2;
	color: #595755;
}
.solution-industry-info p{
	font-size: 14px;
	line-height: 1.8;
	color: #595755;
}
.solution-project img{
	margin: 40px 0;
}
.solution-artner-slide{
	border: 1px solid #eee;
	border-radius: 4px;
	overflow: hidden;
	box-sizing: border-box;
}
.solution-industry ul li .video{
	float: right;
	position: relative;
	width: 37%;
	padding-bottom: 27.52%;
}
.solution-industry ul li video{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (max-width: 1600px) {
	.solution-industry-info h3{
		font-size: 27px;
	}
	.solution-industry-info h4{
		font-size: 18px;
	}
	.solution-industry-info h6{
		font-size: 15px;
	}
	.solution-industry-info p{
		font-size: 13px;
	}
}
@media screen and (max-width: 1440px) {
	.solution-industry-info h3{
		font-size: 24px;
	}
	.solution-industry-info h4{
		font-size: 16px;
	}
	.solution-industry-info h6{
		font-size: 14px;
	}
	.solution-industry-info p{
		font-size: 12px;
	}
}



/*服务*/
.service-scene-img{
	border-radius: 4px;
	overflow: hidden;
}
.service-scene-info{
	padding: 3%;
}
.service-scene-info h3{
	font-size: 30px;
	line-height: 1;
	margin-bottom: 15px;
}
.service-scene-info p{
	font-size: 16px;
	color: #000;
}
.service-scene ul li{
	float: left;
	width: calc(96%/3);
	padding: 3% 0;
	margin-right: 2%;
	text-align: center;
	background-color: #ef6300;
	border-radius: 4px;
}
.service-scene ul li:last-child{
	margin-right: 0;
}
.service-scene ul li img{
	width: 26%;
}
.service-scene ul li h3{
	font-size: 30px;
	color: #fff;
	line-height: 2;
}
.service-scene ul li p{
	font-size: 18px;
	color: #fff;
}
.service-img{
	width: 50%;
	border-radius: 4px;
	overflow: hidden;
}
.service-info{
	width: 43%;
	padding-top: 5px;
}
.service-info h4{
	font-size: 26px;
	line-height: 1;
	color: #ef6300;
	margin-bottom: 15px;
}
.service-info .about-title{
	padding-bottom: 20px;
}
.service-info-desc p{
	font-size: 18px;
	line-height: 1.7;
	color: #000;
}
@media screen and (max-width: 1600px) {
	.service-scene-info h3,
	.service-scene ul li h3{
		font-size: 27px;
	}
	.service-scene-info p{
		font-size: 15px;
	}
	.service-scene ul li p,
	.service-info-desc p{
		font-size: 16.5px;
	}
}
@media screen and (max-width: 1440px) {
	.service-scene-info h3,
	.service-scene ul li h3{
		font-size: 24px;
	}
	.service-scene-info p{
		font-size: 14px;
	}
	.service-scene ul li p,
	.service-info-desc p{
		font-size: 15px;
	}
}

/*关于我们*/
.about-nav{
	border-bottom: 1px solid #ccc;
}
.about-nav ul li{
	float: left;
}
.about-nav ul li a{
	display: block;
	padding: 0 22px;
	line-height: 55px;
}
.about-nav ul li a:hover,
.about-nav ul li a.on{
	color: #fff;
	background-color: #ef6300;
}
.about-desc{
	margin-bottom: 40px;
}
.about-desc h3{
	font-size: 40px;
	line-height: 2;
	margin-bottom: 15px;
}
.about-desc p{
	font-size: 18px;
	line-height: 2;
	color: #595755;
}
.w50{
	width: 50%;
}
.about-team-img{
	border-radius: 50%;
	overflow: hidden;
}
.about-team-img img{
	width: 100%;
}
.w33{
	width: 30%;
}
.about-team-info{
	width: 70%;
	padding: 1.5% 3%;
	box-sizing: border-box;
}
.about-team-info h2{
	font-size: 32px;
	font-weight: normal;
	line-height: 1.5;
}
.about-team-info h3{
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: normal;
	line-height: 1.5;
	color: #6b6b6b;
}
.about-team-info p{
	line-height: 1.5;
	color: #6b6b6b;
}
.about-team-list{
	width: 100%;
	display: flex;
	padding-top: 40px;
	justify-content: space-between;
}
.about-team-bow{
	width: 13%;
}
.about-team-bow h4{
	font-size: 19px;
	font-weight: normal;
	line-height: 2;
	text-align: center;
}
.about-manu-box{
	padding-bottom: 35px;
}
.about-manu-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.about-manu-list{
	margin-bottom: 30px;
}
.about-manu-img{
	width: 24.2%;
}
.about-manu-info{
	position: relative;
	width: 100%;
	padding-bottom: 34%;
	background: url(/css/../images/about_03_bg.jpg) center no-repeat;
	background-size: cover;
}
.about-manu-font{
	position: absolute;
	top: 50%;
	left: 5%;
	width: 41%;
	transform: translateY(-50%);
}
.about-produce-left{
	width: 36.4%;
}
.about-produce-right{
	width: 57.35%;
}
.about-produce-info{
	padding-top: 6%;
}
.about-cer-info{
	padding-bottom: 30px;
}
.about-manu-box h4,
.about-manu-font h3,
.about-produce-info h3,
.about-testing-info h3,
.about-cer-info h3{
	font-size: 28px;
	font-weight: normal;
	line-height: 2;
}
.about-manu-box p,
.about-manu-font p,
.about-produce-info p,
.about-testing-info p{
	font-size: 18px;
	line-height: 2;
	color: #595755;
}
@media screen and (max-width: 1680px) {
	.about-desc h3{
		font-size: 36px;
	}
	.about-desc p,
	.about-team-bow h4,
	.about-manu-font p,
	.about-manu-box p,
	.about-produce-info p,
	.about-testing-info p{
		font-size: 17px;
	}
	.about-team-info h2{
		font-size: 28px;
	}
	.about-team-info h3{
		font-size: 21px;
	}
	.about-team-info p{
		font-size: 13px;
	}
	.about-manu-font h3,
	.about-manu-box h4,
	.about-produce-info h3,
	.about-testing-info h3,
	.about-cer-info h3{
		font-size: 25px;
	}
}
@media screen and (max-width: 1500px) {
	.about-desc h3{
		font-size: 32px;
	}
	.about-desc p,
	.about-team-bow h4,
	.about-manu-font p,
	.about-manu-box p,
	.about-produce-info p,
	.about-testing-info p{
		font-size: 16px;
	}
	.about-team-info h2{
		font-size: 24px;
	}
	.about-team-info h3{
		font-size: 18px;
	}
	.about-team-info p{
		font-size: 12px;
	}
	.about-manu-font h3,
	.about-manu-box h4,
	.about-produce-info h3,
	.about-testing-info h3,
	.about-cer-info h3{
		font-size: 22px;
	}
}


/*联系我们*/
.contact-desc{
	padding-top: 40px;
}
.contact-desc h3{
	font-size: 40px;
	line-height: 1.8;
	margin-bottom: 15px;
}
.contact-desc p{
	font-size: 20px;
	line-height: 2;
	color: #000;
}
.contact-qr{
	float: right;
	width: 13.9%;
	margin-top: 40px;
	text-align: center;
}
.contact-qr p{
	font-size: 16px;
	line-height: 2;
}
@media screen and (max-width: 1600px) {
	.contact-desc h3{
		font-size: 36px;
	}
	.contact-desc p{
		font-size: 18px;
	}
	.contact-qr p{
		font-size: 15px;
	}
}
@media screen and (max-width: 1440px) {
	.contact-desc h3{
		font-size: 32px;
	}
	.contact-desc p{
		font-size: 16px;
	}
	.contact-qr p{
		font-size: 14px;
	}
}


/*新闻列表*/
.news-list ul li {
    position: relative;
    margin-bottom: 25px;
    background: #fff;
    overflow: hidden;
}
.news-list ul li a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    padding: 25px;
    overflow: hidden;
    box-sizing: border-box;
}
.news-list ul li .news-img {
    float: left;
    width: 25%;
    height: 204px;
    background: url(/css/logo_b.png) center no-repeat #f8f8f8;
    background-size: 150px;
    overflow: hidden;
}
.news-list ul li .news-img div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    
}
.news-list ul li .news-info {
    position: absolute;
    top: 50px;
    left: 30%;
    width: 50%;
}
.news-list ul li .news-info h3 {
    display: block;
    width: 100%;
    padding-bottom: 15px;
    font-size: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    overflow: hidden;
}
.news-list ul li .news-info p {
    height: 50px;
    line-height: 25px;
    color: #999;
    overflow: hidden;
}
.news-list ul li .news-date {
    position: absolute;
    top: 50px;
    right: 50px;
    width: 100px;
    height: 150px;
    text-align: right;
    overflow: hidden;
}
.news-list ul li .news-date font {
    display: block;
    font-family: "gothic";
    font-size: 32px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list ul li .news-date item {
    position: absolute;
    bottom: -50px;
    right: 5px;
    display: block;
    width: 13px;
    height: 26px;
    background: url(/css/r_arrow.png) no-repeat center;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.news-list ul li:hover .news-date item {
    bottom: 60px;
}


/*新闻内页*/
.package-left {
    width: 340px;
	background: #fff;
	box-sizing: border-box;
	padding: 30px;
	border-radius: 5px;
	overflow: hidden;
    float: left;
}
.package-left h2{
	margin-bottom: 20px;
	line-height: 1.4;
	text-align: left;
}
.news-show-time{
	margin-bottom: 25px;
    padding-bottom: 25px;
    line-height: 30px;
	color: #999;
	border-bottom: 1px solid #eee;
}
.news-show-time a {
    display: block;
	width: 150px;
    padding: 5px 10px;
    margin-top: 30px;
	font-size: 14px;
    color: #fff;
    text-align: center;
	background: #333;
	border-radius: 40px;
	cursor: pointer;
}
.news-show-time a:hover{
	text-decoration: underline;
	background-color: #f7ab2b;
}
.news_show_content {
    float: right;
    width: calc(100% - 400px);
	min-height: 500px;
	padding: 30px;
	font-size: 16px;
	line-height: 32px;
	color: #555;
	background: #fff;
	border-radius: 5px;
	box-sizing: border-box;
	overflow: hidden;
}
.news_show_content video{
	width: 100%;
	height: auto;
}
.news_show_content iframe{
	width: 100%;
	height: 420px;
}


/*产品中心*/
.hos-keys{
	line-height: 45px;
}
.hos-keys a:hover{
	color: #ef6300;
	text-decoration: underline;
}
.pro-title{
	padding-bottom: 50px;
}
.pro-title h1{
	font-size: 40px;
	font-weight: normal;
}
.pro-menu{
	float: left;
	width: 20%;
	background-color: #fff;
	border: 1px solid #e7e6e6;
	box-sizing: border-box;
	box-shadow: 0 3px 10px 0 rgba(0,0,0,.05);
}
.pro-menu h3{
	padding: 0 25px;
	font-size: 15px;
	line-height: 50px;
	border-bottom: 1px solid #e7e6e6;
}
.pro-menu ul{
	padding: 10px 25px;
}
.pro-menu ul li{
	display: block;
	width: 100%;
	line-height: 35px;
}
.pro-menu ul li a:hover{
	color: #ef6300;
	text-decoration: underline;
}
.pro-list{
	float: right;
	width: 78.5%;
	min-height: 400px;
	padding: 35px;
	background-color: #fff;
	border: 1px solid #e7e6e6;
	box-sizing: border-box;
}
.pro-list h2{
	font-size: 30px;
	font-weight: normal;
	line-height: 2;
	color: #ef6300;
}
.pro-list ul li{
	float: left;
	width: calc(96%/3);
	margin: 0 2% 2% 0;
}
.pro-list ul li:nth-child(3n){
	margin-right: 0;
}
.pro-list ul li img{
	width: 55%;
}
.pro-list ul li h4{
	margin-bottom: 5px;
	width: 100%;
	font-size: 16px;
	line-height: 1.5;
	color: #000;
}
.pro-list ul li p{
	margin-bottom: 10px;
	height: 56px;
	color: #626469;
	line-height: 2;
}
.expage.pro-page{
	float: right;
	width: 78.5%;
}
@media screen and (max-width: 1600px) {
	.pro-title h1{
		font-size: 36px;
	}
	.pro-list h2{
		font-size: 27px;
	}
	.pro-list ul li h4{
		font-size: 15px;
	}
	.pro-list ul li p{
		height: 52px;
		font-size: 13px;
	}
}
@media screen and (max-width: 1440px) {
	.pro-title h1{
		font-size: 32px;
	}
	.pro-list h2{
		font-size: 24px;
	}
	.pro-list ul li h4{
		font-size: 14px;
	}
	.pro-list ul li p{
		height: 48px;
		font-size: 12px;
	}
}


.node{
	padding: 120px 0;
	text-align: center;
}
.node h3{
	font-size: 30px;
	font-weight: normal;
}


/*产品内页*/
.pro-show-img{
	width: 30%;
}
.pro-show-info{
	width: 62.5%;
	padding: 30px 0;
}
.pro-show-img img{
	width: 100%;
}
.pro-show-info h3{
	font-size: 36px;
	font-weight: normal;
	line-height: 1.5;
	margin-bottom: 15px;
}
.pro-show-info h4{
	width: 60%;
	margin-bottom: 25px;
	font-size: 20px;
	font-weight: normal;
	line-height: 1.8;
	color: #595755;
}
.pro-show-info a{
	display: inline-block;
	padding: 0 30px;
	line-height: 45px;
	color: #ef6300;
	border: 1px solid #ef6300;
}
.pro-show-info a:hover{
	color: #fff;
	background-color: #ef6300;
}
.pro-show-nav{
	box-shadow: inset 0 -1px 0 #e7e6e6;
}
.pro-show-nav ul li{
	float: left;
	max-width: 295px;
	max-height: 80px;
	padding: 11px 25px 12px;
	font-size: 16px;
	line-height: 25px;
	border: 1px solid #e7e6e6;
	border-bottom: 0;
	cursor: pointer;
}
.pro-show-nav ul li.on{
	border-top: 2px solid #ef6300;
	color: #ef6300;
	background-color: #fafafa;
}
.pro-show-tab{
	display: none;
}
.pro-show-desc{
	line-height: 2;
}
.pro-show-tab h3 {
    padding: 0;
	margin-bottom: 15px;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    color: #333;
}
.pro-show-tab ul li:first-child{
	border-top: 1px solid #e7e6e6;
}
.pro-show-tab ul li{
	padding: 15px 5px;
	border-bottom: 1px solid #e7e6e6;
}
.pro-show-tab ul li a{
	font-size: 15px;
}
.pro-show-tab ul li i{
	display: inline-block;
	width: 17px;
	height: 22px;
	margin-right: 10px;
	background: url(/css/../images/yk_icon.png);
	vertical-align: sub;
}
.pro-show-desc,
.pro-show-tab{
	min-height: 300px;
}




.solution-industry,
.solution-project,
.solution-artner,
.service-scene,
.service-number,
.service-consulting,
.service-aftersales,
.about-company,
.about-team,
.about-manu,
.about-produce,
.about-testing,
.about-cer,
.contact,
.news,
.news-show,
.product-box,
.pro-show-desc,
.pro-show-tab{
	padding: 50px 0;
}
.solution-industry,
.solution-project,
.service-scene,
.service-number,
.service-consulting{
	border-bottom: 1px solid #e7e6e6;
}


.solution-artner-prev,
.solution-artner-next,
.vi-next,
.vi-prev,
.cer-next,
.cer-prev{
	position: absolute;
	top: 50%;
	width: 52px;
	height: 52px;
	border-radius: 50%;
	transform: translateY(-50%);
	cursor: pointer;
}
.solution-artner-prev,
.vi-prev,
.cer-prev{
	left: -65px;
	background: url(/css/ab_prv.png) #b9b9b9;
	background-size: 52px;
}
.solution-artner-next,
.vi-next,
.cer-next{
	right: -65px;
	background: url(/css/ab_next.png) #b9b9b9;
	background-size: 52px;
}
.solution-artner-prev:hover,
.solution-artner-next:hover,
.vi-prev:hover,
.vi-next:hover,
.cer-prev:hover,
.cer-next:hover{
	background-color: #ef6300;
}


/*分页*/
.curr {
    border: 1px solid #666;
    color: #666;
    display: inline;
    padding: 4px 8px;
}
a.page {
    border: 1px solid #666;
    text-decoration: none;
    color: #fff;
    display: inline;
    padding: 4px 8px;
    background-color: #666;
}
a.page:visited {
    border: 1px solid #666;
    text-decoration: none;
    padding: 4px 8px;
}
.ra {
    color: #666;
}
.ra a,
.ra a:link {
    color: #666;
    text-decoration: none;
}
.ra a:hover {
    color: #666;
    text-decoration: underline;
}
.red {
    color: #ff3330;
}
.yrr {
    color: #FF9900;
}
.bb {
    font-weight: bold;
}
.expage {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding-top: 40px;
    margin-left: 0px;
}
.error {
    border: 1px #f40 solid;
}
.right {
    border: 1px #44b549 solid;
}



