
/* CSS Document */
/* 自定义初始化 */body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,img {
	border: 0;
}

ol,ul {
	list-style: none;
}

caption,th {
	text-align: left;
}

*:before,*:after {
	content: '';
}

abbr,acronym {
	border: 0;
}
a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}
input, select, button, textarea {
    color: #333;
    font-family: "微软雅黑","Microsoft Yahei";
    border: 0;
    background: none;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
section{
	padding:50px 0;
}
/*滚动条样式*/
::-webkit-scrollbar {/*滚动条整体样式*/
	width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 4px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #0079c0;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
/*******************************
  -------[=顶部]-------
********************************/
.top{padding:0 3%;background: #f0f0f0;}
.top-social li{display: inline-block;font-size:24px;line-height: 45px;margin-right: 30px;}
.top-social li a{color:#999;transition:all .3s;}
.top-social li:hover a{color:#0079c0}
.enght {
	float:right;
    padding-left: 26px;
    font-size: 14px;
    color: #666;
    position: relative;
    z-index: 1;
    height: 45px;
    background: url(../image/en01.png) no-repeat left center;
    transition: color .3s, background .3s;
}
.enght a {
    color: #666;
    display: block;
    transition: color .3s;
}
.enght a.tit {
	width:90px;
	line-height: 45px;
    padding-right: 17px;
    background: url(../image/aaa01.png) no-repeat right center;
    height: 100%;
    transition: color .3s, background .3s;
}
.enght .con {
    position: absolute;
    top: 100%;
    left: -10%;
    display: none;
    background: #fff;
    width: 130%;
    padding-top: 10px;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, .2);
    height: 160px;
    overflow: auto;
	z-index: 9999;
}
.enght .con a {
    width: 100%;
    font-size: 12px;
    height: 35px;
    text-align: center;
    line-height: 35px;
}
.enght a:hover {
    color: #0079c0;
}
.enght:hover {
    background: url(../image/en01_h.png) no-repeat left center;
}
.enght:hover a.tit {
    color: #0079c0;
    background: url(../image/aaa01_h.png) no-repeat right center;
}
/*******************************
  -------[=头部]-------
********************************/
#header {
	position: relative;
	height: 80px;
	line-height: 80px;
	background-color: #fff;
	border-bottom: 1px solid #ebecf0;
	transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.header_space {
	height: 80px;
	clear: both;
	transition: .5s ease-in-out;
	-ms-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
}

.scrolling #header {
	height: 50px;
	line-height: 50px;
}

.scrolling .header_space {
	height: 50px;
	clear: both;
}

.scrolling .logo img {
	display: block;
	height: 30px;
	margin-top: 10px;
}

.logo {
	margin-left: 3%;
	line-height: 80px;
	overflow: hidden;
	float:left;
}

.logo img {
	display: inline-block;
	vertical-align: middle;
	max-height: 100%;
}

/*右侧*/
.hdr {
	float:right;
}

.searchBtn,
.langBtn,
.reportBtn {
	float: left;
	color: #b5b7c2;
	font-size: 14px;
	width: 105px;
	height: 80px;
	display: block;
	cursor: pointer;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center;
}

.searchBtn {
	width: 80px;
	background: url(../image/icon-find.png) center center no-repeat;
	border-right: 1px solid #ebecf0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.searchBtn:hover {
	background-image: url(../image/icon-findh.png);
}

.langBtn {
	position: relative;
	top: 0;
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.langBtn:hover {
	color: #2f4ea0;
	top: -2px;
}

.reportBtn {
	background: #413434 url(/images/bg-linear1.png) center center repeat-x;
	position: relative;
}

.reportBtn i {
	width: 50px;
	height: 50px;
	display: inline-block;
	vertical-align: middle;
	background: url(/images/icon-report.png) center center no-repeat;
	position: relative;
	top: 0;
}

.reportBtn span {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	color: #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1.5;
}

.reportBtn i,
.reportBtn span {
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.reportBtn:hover i {
	top: -10px;
}

.reportBtn:hover span {
	opacity: 1;
	bottom: 10px;
}

#searchBox {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 100%;
	height: 100%;
	z-index: 99;
	background: url(/images/bg-linear3.png) 0 0 repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
	-webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#searchBox.openSearch {
	bottom: 0;
}

#searchBox .close {
	position: absolute;
	right: 25px;
	top: 15px;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url(../image/close.png) center center no-repeat;
	display: block;
}

#searchBox .search-cont {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}

#searchBox .close,
#searchBox .search-cont {
	opacity: 0;
	transition: opacity .3s .5s;
	-ms-transition: opacity .3s .5s;
	-moz-transition: opacity .3s .5s;
	-webkit-transition: opacity .3s .5s;
	-o-transition: opacity .3s .5s;
}

#searchBox.openSearch .close,
#searchBox.openSearch .search-cont {
	opacity: 1;
}

.g-search {
	position: relative;
	border-bottom: 1px solid rgba(255,255,255,.4);
	border-bottom: 1px solid #fff \9;
}

.g-search input {
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 65px;
	line-height: 65px \9;
	display: block;
}

.g-search .inp {
	width: 100%;
	padding: 0 60px;
}

.g-search .inp::-webkit-input-placeholder {
	color: #fff;
}

.g-search .inp:-moz-placeholder {
	color: #fff;
}

.g-search .inp::-moz-placeholder {
	color: #fff;
}

.g-search .inp:-ms-input-placeholder {
	color: #fff;
}

.g-search .btn {
	font-size: 30px;
	position: absolute;
	right: 0;
	bottom: 0;
}

/*导航触发按钮*/
.menuBtn {
	float: left;
	cursor: pointer;
	width: 50px;
	height: 50px;
	position: relative;
	display: none;
}

.menuBtn em {
	position: absolute;
	left: 10px;
	top: 15px;
	width: 24px;
	height: 2px;
	display: block;
	background-color: #2f4ea0;
	/*margin: 6px auto;*/
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}

.menuBtn .s1 {
	top: 15px;
}

.menuBtn .s2 {
	top: 23px;
}

.menuBtn .s3 {
	top: 31px;
}

.menuBtn.on .s1 {
	top: 25px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
}

.menuBtn.on .s2 {
	opacity: 0;
}

.menuBtn.on .s3 {
	top: 25px;
	transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
}

.overlay {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	background: url(/images/black-alpha80.png) repeat \9;
}

/*******************************
  -------[=导航]-------
********************************/
#nav {
	float:right;
}

#nav ul {
}

#nav li {
	position: relative;
	float: left;
	padding: 13px 30px;
	line-height: 54px;
	text-align: center;
	margin-right: 25px;
}

#nav .v1 {
	/*color: #838699;*/
	color: #434658;
	font-size: 16px;
	font-weight: bold;
	/*text-align: center;
	border-radius: 8px 0 8px 0;
	display: block;*/
	display: inline-block;
}

#nav .v1 i {
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: absolute;
	z-index: 9;
	right: 0;
	top: 0;
	display: none;
}

#nav .v1 i::before,
#nav .v1 i::after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	height: 2px;
	width: 20px;
	background: #0079c0;
	margin-top: -1px;
	margin-left: -10px;
}

#nav .v1 i::after {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}
/*#nav .v1 i{
	width: 16px;
	height: 54px;
	display: inline-block;
	vertical-align: top;
	background: url(../images/nav-a1.png) center center no-repeat;
	display: none;
}*/
#nav li.on .v1,
#nav li:hover .v1 {
	color: #0079c0;
	/* color: #fff;
	background: #413434 url(/images/bg-linear1.png) center center repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%; */
}
/*#nav li.on .v1 i,
#nav li:hover .v1 i{background-image: url(../images/nav-a1-on.png);}
*/
#nav .subBox {
	display: none;
	position: absolute;
	width:520px;
	left: 0;
	right: 0;
	z-index: 100;
	top: 100%;
	background: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: left;
}

#nav dl dd{
	display:block;
}

#nav dd a {
	display: block;
	background: #fff;
	line-height: 45px;
	font-size:16px;
	font-weight: bold;
	padding-left:30px;
	color: #0079c0;
}

#nav dd a:hover {
	color: #fff;
	background: #0079c0;
}

#nav_line {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	background-color: #0079c0;
}
#nav dd:hover .thdnav{
	display:block;
}
.thdnav{
	background: rgba(255,255,255,.9);
	border-left: 1px solid #eee;
}
#nav dd .thdnav a{
	padding-left: 15%;
	font-size: 14px;
	line-height: 24px;
	font-weight: normal;
	color:#666;
}
#nav dd .thdnav a:before{
	content: "\f105";
	font-family: fontawesome;
	color:#666;
	float: left;
	padding-right: 5px;
}
#nav dd .thdnav a:hover{
	color:#333;
	background:none;
}
/*******************************
  -------[=搜索框]-------
********************************/
#searchBox {
    position: fixed;
    left: 0;
    right: 0;
    display:none;
    height: 100%;
    z-index: 99999;
    background: rgba(15,15,15,.6);
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
    -webkit-transition: all .5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
#searchBox.openSearch {
    display: block;
}
#searchBox .close {
    position: absolute;
    right: 25px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    background: url(../image/close.png) center center no-repeat;
    display: block;
}
#searchBox .search-cont {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.g-search {
    position: relative;
    border-bottom: 1px solid rgba(255,255,255,.4);
}
.g-search input {
    color: #fff;
    font-size: 16px;
    text-align: center;
    height: 65px;
    line-height: 65px;
    display: block;
}
.g-search .inp {
    width: 100%;
    padding: 0 60px;
	outline: none;
}
.g-search .btn {
    font-size: 30px;
    position: absolute;
    right: 0;
    bottom: 0;
}
.g-search .btn:hover{
	color:#0079c0;
}
/*******************************
  -------[=底部]-------
********************************/
.footer {
    width: 100%;
    height: auto;
	margin-top: 50px;
    background-color: #f5f5f5;
    overflow: hidden;
	padding-top:60px;
	padding-left:12%;
	padding-right:12%;
}
.footer .foot_nav li{
	display: inline-block;
	margin-right: 3vw;
	vertical-align: top;
}
.footer .foot_nav li:last-child{
	margin-right:0;
}
.footer .foot_nav li a {
    display: block;
    font-size: 14px;
    line-height: 29px;
    color: #666;
    cursor: pointer;
}
.footer .foot_nav .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    margin-bottom: 15px;
}
.qr-code{margin-left:-40px;}
.footer .title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    margin-bottom: 15px;
}
.footer p{
    display: block;
    font-size: 12px;
    line-height: 20px;
    color: #666;
    cursor: pointer;
}
.foot_info{
	margin-top: 60px;
	height:60px;
	border-top:1px solid #818181;
	line-height: 60px;
	font-size:14px;
	color:#555;
}
.sel {
    width: 200px;
    position: relative;
    float: right;
    margin-top: 14px;
    cursor: pointer;
}
.sel .tit {
    width: 200px;
    padding: 0 15px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    color: #747474;
    position: relative;
	background: #ddd url(../image/img24.png) no-repeat 96% center;
}
.sel .cent {
	position: absolute;
	bottom: 32px;
	left: 0;
	z-index: 10;
    max-height: 300px;
    overflow-y: auto;
	display: none;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    margin-bottom: 0px;
	background: #fff;
}
.sel .cent a {
    display: block;
    width: 200px;
    padding: 6px 15px;
    line-height: 20px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
    color: #333;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.sel .cent a:hover {
    background-color: #0079c0;
	color:#fff;
}
/*******************************
  -------[=右侧]-------
********************************/
.right-flex {
    width: 45px;
    position: fixed;
    top: 80%;
    right: 0;
    z-index: 10;
    height: 403px;
    margin-top: -201px;
}
.right-flex ul {
    width: 100%;
}
.right-flex li {
    margin-bottom: 5px;
    position: relative;
    width: 45px;
    height: 45px;
    float: right;
    line-height: 45px;
    background: #c8c8c8;
    transition: width .3s, background .3s, margin .3s;
}
.right-flex li a {
    display: block;
    width: 100%;
    height: 100%;
	text-align: center;
	line-height: 55px;
}
.right-flex li a span{
	color:#fff;
	font-size:20px;
}
.right-flex li:hover{
	background:#0079c0;
}
/*************首页公司简介**************/
.home-about{
	padding:90px 0;
}
.home-about h2{
	position: relative;
	font-size:26px;
	color:#333;
	line-height: 32px;
}
.home-about h2:after{
	margin: 10px 0;
	display:block;
	width:40%;
	height:4px;
	background:linear-gradient(to right,#0079c0,#003586)
}
.home-about h2 span{
	display:block;
	font-size:18px;
}
.home-about p{
	font-size:16px;
	line-height:36px;
	color:#666;
}
.home-about .home-more{
	position: relative;
	width:160px;
	height:50px;
	margin-top:10vh;
	line-height: 50px;
	display:block;
	font-size:18px;
	border-radius: 3px;
	background: #0079c0;
	color:#fff;
	overflow: hidden;
    -webkit-transition: color .3s;
    transition: color .3s;
	text-align: center;
}
.common-btn:before,
.common-btn:after{
	content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
}
.common-btn:before {
    background: #f6f7f8;
}
.common-btn:after {
    background: #eee;
}
.common-btn:hover{
	color:#333;
	background:0 0;
}
.common-btn:hover:before, 
.common-btn:hover:after {
    -webkit-transform: translate3d(0,100%,0);
    transform: translate3d(0,100%,0);
}
.common-btn:hover:after {
    -webkit-transition-delay: .175s;
    transition-delay: .175s;
}
.video-box{
	position: relative;
	margin-bottom: 30px;
}
.video-box .video {
    width: 100%;
    height: 100%;
	position: relative;
    opacity: 1;
    visibility: visible;
    z-index: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
	min-height: 205px;
}
.video-box video {
    width: 100%;
    max-height: 620px;
    height: auto;
}
.video-box .btnx {
    width: 91px;
    height: 91px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -45.5px;
    margin-left: -45.5px;
    z-index: 3;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.video-box .imga {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.video-box.cur .btnx {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity: 0;
    visibility: hidden;
}
.video-box.cur .imga {
    -webkit-transform: translate(0, 20px);
    -ms-transform: translate(0, 20px);
    transform: translate(0, 20px);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
}

/*********首页产品中心***********/
.home-product{
	background:#f5f7fa;
	padding:90px 0;
}
.home-product h2{
	font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 2px;
	text-align: center;
}
.home-product h2:after{
	display:block;
	content: '';
	width:60px;
	height:2px;
	margin:10px auto;
	background: #0079c0;
}
.hp-list{
	padding-top:55px;
}
.hp-list h3{
	color:#0079c0;
	padding-left:15px;
	font-size:20px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 10px;
}
.hp-list a{
	display:block;
	font-size:14px;
	color:#666;
	line-height: 2;
}
.hp-list a:hover{
	color:#0079c0;
}
.hp-list a.hp-mor{
	display: block;
	width:60px;
	text-align: center;
	color:#fff;
	background: #0079c0;
}


/***************首页应用*****************/
.case-title{
	font-weight: 400;
    font-style: normal;
    color: #333;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 2px;
}
.case-title:after{
	content: '';
	display:block;
	width: 60px;
    height: 2px;
    margin: 10px 0;
    background: #0079c0;
}
.roll-wrap:hover .control {
	display: block
}

.roll-wrap {
	position: relative;
	width: 100%;
	height:240px;
	overflow: hidden
}
.hc-img{
	text-align:center;
}
.roll-wrap .roll__list {
}

.roll_row .roll__list::before,
.roll_row .roll__list::after {
	content: "";
	display: table;
	line-height: 0
}

.roll_row .roll__list::after {
	clear: both
}

.roll_row .roll__list {
	width: 9999px
}

.roll_row .roll__list li {
	float: left;
	display: block;
	margin-right: 20px;
	width: 380px;
	height: 280px;
	color: #fff;
}
.roll_row .roll__list li .hc-img img{
	max-width:100%;
	height: auto;
}
.control {
	position: absolute;
	top: 25%;
	display: none;
	padding: 10px 5px;
	font-size:16px;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background-color: rgba(0,0,0,.3)
}

.control:hover {
	background-color: #0079c0;
	color:#fff;
}

.control.pre {
	left: 5px
}

.control.next {
	right: 5px
}

.hc-con{
	overflow:hidden;
	padding:10px 0;
}
.hc-con h2{
	font-weight: 400;
    font-style: normal;
    color: #151515;
    font-size: 24px;
    line-height: 1.4;
	transition: .3s;
}
.hc-con h2 a {
    color: #333;
    text-decoration: none;
    font-weight: 400;
    font-style: normal;
}
.hc-con h2:hover a{
	color:#0079c0
}
.hc-con span {
    font-weight: 400;
    font-style: normal;
    font-family: 'Roboto', sans-serif;
    color: #777777;
    font-size: 14px;
    line-height: 1.6;
	text-align:left;
}
/*TAB选项卡*/
#tabs {
	overflow: hidden;
	width: 50%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
#tabs li {
	display: inline-block;
	margin: 0 .5em 0 0;
}
#tabs a {
	font-size:24px;
	font-weight: bold;
	position: relative;
	padding: .7em .5em;
	padding-bottom: 0;
	float: left;
	text-decoration: none;
	color: #444;
}
#tabs a:hover,
#tabs a:focus, 
#tabs a:focus::after {
	color:#0079c0;
	border-bottom: 2px solid #0079c0;
}
#tabs #current a, 
#tabs #current a::after {
	color:#0079c0;
 border-bottom: 2px solid #0079c0;
}
/* ------------------------------------------------- */

#content {
	margin-top: 30px;
	background: #fff;
	position: relative;
	z-index: 2;
}
/* ------------------------------------------------- */








/*****************合作伙伴****************/
.abt-num{
	text-align:center;
	margin-top: 50px;
}
.abt-num:after{
	display:block;
	clear: both;
}
.abt-num .abt-box{
	padding:30px 0;
	border:1px solid rgba(255,255,255,.6);
}
.abt-num .hsu {
    font-size: 30px;
	font-weight: bold;
    line-height: 1;
    color: #fff;
    font-family:"Bebas Neue";
}
.abt-num .hsu span{
	font-size:14px;
	font-weight:bold;
}
.abt-num .p1 {
    font-size: 16px;
	padding-top:10px;
    line-height: 1.5;
    color: #fff;
}

/*滚动*/
/*合作伙伴 轮播*/
.mr_frbox{height:130px;margin:50px 0px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:28px;width:28px;margin: 51px 10px 0 0;}
.mr_frUl{float:left;height:130px;width:1044px;}
.mr_frBtnR{float:right;margin-top:51px;cursor:pointer;width:28px;height:28px;}
.mr_frUl ul li{display:inline;float:left;width:198px;overflow:hidden;position:relative;margin:0 8px;background:rgba(255,255,255,.6);height: 130px;text-align: center;line-height: 130px;}
.mr_frUl ul li a img{/*display:block;*/width:100%;}




.rvc{			
	max-width:100%;
	position: relative;
	margin: auto;
	margin: 50px 0;
}
.rvc .rvc-wrapper{
	margin: auto;
	overflow: hidden;
}
.rvc .rvc-wrapper ul{
	max-height: 130px;
	overflow: hidden;
	position: relative;
}
.rvc .rvc-wrapper ul li{
	float: left;
	padding:0 15px;
}
.rvc .rvc-wrapper ul li .partner{
	height:130px;
	background:rgba(255,255,255,.6);
	text-align: center;
	line-height: 130px;
}
.rvc-prv,.rvc-next{
	position: absolute;
	height: 100%;
	top: 0;
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
	z-index: 999;
	color:#ccc;
	font-size:36px;
}
.rvc-prv{						
	left: 0;			
}
.rvc-next{			
	right: 0;	
}
.rvc-prv:hover,.rvc-next:hover{color:#0079c0}


/***********合作伙伴************/
.counter{
	background:url(../image/cubg.jpg) center no-repeat;
	background-attachment: fixed;
	background-size: cover
}
/***********首页新闻************/
.home-new .item{
	position: relative;
}
.home-new .item span{
	display:block;
	position: absolute;
	top:20px;
	left: 35px;
	background: #0079c0;
	color:#fff;
	border-radius: 30px;
	padding:5px 10px;
}
.home-new .item h2{
	display: block;
	line-height: 45px;
	background: #eee;
	font-size:14px;
	color:#333;
	width:100%;
	height:50px;
	padding:0 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.home-new .item:hover h2{
	background:#0079c0;
	color:#fff;
}
.news{
	background:url(../image/nbg.jpg) center no-repeat;
}
.news-tit{
	text-align:center;
	font-size:30px;
	color:#333;
}
.news-tit a{
	display:block;
	
	border: 1px solid #ddd;
	font-size:16px;
	line-height:40px;
	color:#333;
	width:80%;
	margin:0 auto;
	margin-top: 30px;
}
.news-tit a:hover{
	color:#fff;
	background:#0079c0;
}
/******************公司简介**********************/
.h65 {
    height: 65px;
	background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.ins-navbox{
	text-align:left;
}
.ins-navbox h2{
	float:left;
	font-size:22px;
	line-height: 65px;
	color:#333;
}
.ins-navbox ul{
	float:right;
}
.ins-navbox li {
	float:left;
    font-size: 16px;
    line-height: 63px;
}
.ins-navbox li a {
    display: block;
    padding: 0 15px;
	color:#666;
}
.ins-navbox li a:hover,
.ins-navbox li a.hover {
    color: #fff;
	background: #0079c0;
    position: relative;
    margin-bottom: -1px;
}
/*内页公用标题*/
.ins-tit{
	font-size:28px;
	color:#333;
	text-align: center;
}
.ins-tit:after{
	display:block;
	width:30px;
	height:2px;
	background:#333;
	margin:15px auto;
}
.ist-video a{
    padding-bottom: 10px;
    background:url(../image/video-media-shadow.png) no-repeat center bottom;
	background-size:92% auto;
    cursor: pointer;
}
.ist-video a span {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
	background: #f6f7f8 ;
    overflow: hidden;
    font-size: 16px;
    color: #666;
    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.company{
	padding:50px 0;
}
.cp-tit{
	font-size:60px;
	color:#ececec;
	padding-left: 15px;
}
.cp-tit span{
	font-size:90px;
}
.cp-txt{
	font-size:14px;
	line-height:26px;
	color:#666;
}
.strategy{
	padding:30px 0;
	background:url(../image/stbg.jpg) center no-repeat;
	background-attachment: fixed;
}

.st-box{
	float:left;
	width:30%;
	min-height: 134px;
	margin-right:5%;
	padding:15px 30px;
	background:rgba(0,121,192,.4);
	color:#fff;
	font-size:14px;
	line-height:26px;
}
.st-box:nth-child(4){
	margin-right:0;
}
.value{
	padding:80px 0;
}
.value .hexin{
	padding:110px;
	background-size: cover;
}
.value .hexin h2{
	width:260px;
	height:80px;
	margin:0 auto;
	background:rgba(0,121,192,.8);
	text-align: center;
	border-radius: 3px;
	font-size:18px;
	font-weight: bold;
	line-height:80px;
	color:#fff;
}
.ve-box{
	background:#0079c0;
	text-align: center;
	padding:30px;
}
.ve-box img{
	margin-bottom:5px;
}
.ve-box p{
	color:#fff;
	font-size:14px;
}
.ve-box p span{
	font-size:16px;
}


/******************发展历程*******************/
.deve ul li{
	background:#f2f8fc;
	margin-top:50px;
}
.deve-text{
	padding:50px;
}
.deve-text h2{
	font-size:32px;
	color:#333;
}
.deve-text h2:after{
	display:block;
	width:30px;
	height:4px;
	background:#0079c0;
	margin-top: 10px;
	margin-bottom: 40px;
}
.deve-text p{
	font-size:14px;
	line-height:26px;
	color:#666；
}
.deve-img {
	padding:0;
}

/************全球化布局***************/
.ins-big{margin-bottom: 50px;}
.ins-big h2{
	text-align: center;
	margin:50px 0;
	font-size:26px;
}
.ins-big h2 span{
	display:block;
	font-size:30px;
	color:#999;
	margin-bottom:10px;
	text-transform: uppercase;
}
.ins-big h6{
	text-align: center;
	font-size:20px;
	line-height: 36px;
}
.ins-big h6 strong{
	font-size:24px;
	color:#0079c0;
}
.world{
	text-align: center;
}
.world p{
	font-size:15px;
	line-height:30px;
}
.world img{
	width:100%;
	height: auto;
}
/*******************一站式服务*******************/
.one-con img{
	padding:0;
}
.one-con .col-sm-6,
.one-con .col-sm-3{
	margin-bottom:10px;
}
.one-txt{
	background: #f2f2f2;
	padding:30px 15px;
	height:185px;
}
.one-txt h2{
	font-size:18px;
	color:#0079c0;
	font-weight: bold;
}
.one-txt p{
	padding-top:10px;
	font-size:14px;
	line-height: 24px;
}


/************************产品中页面************************/
.ins-navbox .bread{
	float:right;
}
.ins-navbox .bread a,
.ins-navbox .bread p{
	display:inline-block;
	line-height:65px;
	color:#999;
	font-size:14px;
}
.ins-navbox .bread a:hover{
	color:#0079c0;
}
.pd-txt p{
	font-size:16px;
	color:#666;
	line-height: 30px;
	margin-top: 30px;
	position: relative;
	padding-left: 30px;
}
.pd-txt p:before{
	position: absolute;
	display:block;
	left: 0;
	top:15%;
	width:15px;
	height:15px;
	background:url(../image/pp.jpg); 
}

.pd-con{
	background:#ebebeb;
}
.pd-con a{
	display:block;
	width:100%;
	min-height: 179px;
	background: #fff;
	padding:15px 30px;
	transition: background 0.5s;
	margin-bottom: 30px;
}
.pd-con a h2{
	font-size:18px;
	color:#333;
	font-weight: bold;
	margin-bottom: 10px;
	transition: color 0.5s;
}
.pd-con a p{
	font-size:12px;
	color:#666;
	line-height: 24px;
	transition: color 0.5s;
}
.pd-con a:hover{
	background:#0079c0;
}
.pd-con a:hover h2,
.pd-con a:hover p{
	color:#fff;
}


.pd-video h2{
	font-size:18px;
	color:#333;
	padding-left:50px;
	height: 65px;
	display:table-cell;
	vertical-align: bottom;
}
.pd-video .aiv:before{
	content: '01';
	font-family: Georgia, sans-serif;
    font-size: 120px;
    color: #93bce0;
    position: absolute;
    top:-20px;
    left: 0;
    z-index: -1;
	line-height: 85px;
}
.pd-video .aiv:nth-child(2):before{
	content: '02';
	font-family: Georgia, sans-serif;
    font-size: 120px;
    color: #93bce0;
    position: absolute;
    top:-20px;
    left: 0;
    z-index: -1;
	line-height: 85px;
}
.pd-video .aiv:nth-child(3):before{
	content: '03';
}
.pd-video .aiv:nth-child(4):before{
	content: '04';
}
.pd-video p{
	margin-top: 30px;
	font-size:12px;
	line-height: 24px;
}
.pd-video .video-box{
	margin-top: 30px;
}



/*****************产品列表页*******************/
.plist{
	padding-left:75px;
	padding-right:75px;
}
.plist h2{
	font-size: 32px;
    font-weight: bold;
    color: #292929;
    margin: 10px 0 29px 0;
    line-height: 40.6px;
    letter-spacing: 1.5px;
}
.plist p{
	font-size: 15px;
	line-height:1.5;
}
.Strip {
    background-color: #0079c0;
	height: 129px;
	width:2%;
	float:left;
}
.imgWrap {
	display: table-cell;
    background-color: #f5f5f5;
    padding: 15px;
	height:129px;
}
.productName {
	height:129px;
    padding-top: 0;
    vertical-align: top;
    text-align: left;
    background-color: #f5f5f5;
    padding: 15px 15px 15px 0;
}
.plist .prodName{
	font-size: 18px;
    font-weight: bold;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: 30px;
}
.plist .prodDesc{
	font-size:12px;
	color:#666;
}

.plist ul{
	overflow:hidden;
	margin-top: 50px;
}
.plist ul li a p{
	display:block;
	padding:15px;
	background:#f5f5f5;
	color:#333;
	font-size:18px;
	transition: background 0.3s,color 0.3s;
}
.plist ul li a p:after{
	content: "\f105";
	font-family: fontAwesome;
	float:right;
}
.plist ul li a p:hover{
	background:#0079c0;
	color:#fff;
	font-weight:bold;
}

/******************产品详情页**********************/
.page__section {
    display: flex;
	width:100%;
}
.page__section-wrapper {
    width: 93.9125%;
    box-sizing: border-box;
    padding: 30px 61px;
    color: #FFFFFF;
}
.page__section .order2 {
    order: 2;
}
.page__section-wrapper.blue {
    background: #0079c0;
}
.page__section-back {
    width: 6.6875%;
    box-sizing: border-box;
    padding: 0 15px;
    background: #f6f6f6;
}
.page__section .order1 {
    order: 1;
}
.page__section-title {
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1.3;
    font-size: 3.6rem;
}
.page__section-catch {
    font-style: italic;
    letter-spacing: 1px;
}
.page__section-back a {
    height: 100%;
    font-style: italic;
    font-size: 1.3rem;
    display: flex;
    justify-content: center;
    align-items: center;
	color:#333;
}
.page__section-back a:hover{
	color:#0079c0;
}
.page__section-back a span {
    background: url(../image/arrow-up.png) no-repeat center top;
    background-size: 15px auto;
    padding-top: 24px;
    text-align: center;
}


.prode{
	padding:50px 0;
}
.chara{
	overflow:hidden;
}
.product__detail-title {
    margin-bottom: 70px;
    padding-left: 42px;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 2.6rem;
    position: relative;
}
.product__detail-title:after {
    content: '';
    width: 20px;
    height: 6px;
    background: #0079c0;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0,-50%);
}
.product__detail-third-box-wrapper-title {
	min-height: 57px;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 14px;
	line-height: 26px;
}
.product__detail-third-box-wrapper-title span {
    margin-right: 20px;
    font-style: italic;
    font-weight: 500;
    font-size: 3.0rem;
    color: #0079c0;
}


.pld{
	overflow:hidden;
	margin-top: 50px;
}
.pld li{
	padding:30px 0;
}
.pld li:nth-child(odd){
	background:#f4f4f4;
}
.pld li h3{
	margin-bottom: 50px;
}
.pld li .col-sm-5 img{margin-top:66px;}
.para h4{
	width:20%;
	background:#0079c0;
	padding:15px;
	text-align: center;
	color:#fff;
}

/************计算器************/
.tool{
	margin:50px 0;
	background:#f4f4f4;
}
.is-tit .col-sm-8{
	height:136px;
	line-height: 136px;
	font-size:18px;
}
.is-tit .col-sm-8 a{
	padding-right:10px;
	text-decoration: underline;
}
.calc .is-tit .col-sm-8 a{
	float:right;
	padding-right:10px;
	text-decoration: underline;
	padding-left: 20px;
}
.is-tit .col-sm-4{
	background:#0079c0;
	color:#fff;
	font-size:24px;
	text-align: center;
	padding:30px 0;
}
.is-tit .col-sm-4 span{
	display:block;
	font-size:30px;
	font-weight: bold;
}


/*******************安装售后指导******************/
.tyzz{
	padding:30px;
	background:#f4f4f4;
}
.tyzz h2,.bmqk h2,.glxt h2{
	font-size:20px;
	font-style: italic;
	margin-bottom: 30px;
}
.tyzz p,
.bmqk p,
.glxt p{
	font-size:12px;
	color:#666;
	line-height: 30px;
	float:right;
	width:calc(100% - 20px);
}
.tyzz span,
.bmqk span,
.glxt span{
	display:block;
	float:left;
	width:20px;
	line-height: 30px;
	height: 100%;
}
.bmqk{
	width:55%;
	position: absolute;
	z-index: 1;
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(125,125,125,.3);
	padding:30px;
	top:10%;
}
.glxt{
	width:50%;
	min-height: 400px;
	float:right;
	background: #0079c0;
	color:#fff;
	padding:30px 0;
	padding-left: 7.5%;
	padding-right: 30px;
}
.glxt p {
	color:#fff;
		padding:15px 0;
}
.glxt span{
	padding-top:15px;
}

/**************知识库****************/
.know-list ul{
	overflow:hidden;
}
.know-list ul li{
	overflow:hidden;
	transition: background 0.3s;
	margin-bottom: 30px;
}
.know-list ul li:hover{
	background:#0079c0;
}
.know-list ul li:hover h3,
.know-list ul li:hover a p{
	color:#fff;
}
.know-list ul li img{padding:0}
.know-list ul li .kt{
	display:block;
	padding:15px;
	border-bottom: 1px solid #ccc;
	height: 159px;
}
.know-list ul li a h3{
	font-size:20px;
	color:#333;
	margin-bottom: 20px;
}
.know-list ul li a p{
	font-size:14px;
	color:#666;
	line-height: 26px;
}


/*****详情页******/
.news-title {
    margin-bottom: 50px;
    padding: 50px 0;
    border-bottom: 1px solid #eaeaea;
}
.news-title h2 {
    font-size: 30px;
    line-height: 50px;
    color: #222;
    margin-bottom: 20px;
}
.news-title .mintit {
    font-size: 16px;
    line-height: 20px;
    color: #666;
}
.main {
    margin: 0 auto 50px;
    border-bottom: 1px solid #e5e5e5;
}
.newsinfor .bott {
    width: 100%;
    margin-bottom: 60px;
}
.newsinfor .bott p {
    font-size: 16px;
    line-height: 26px;
    color: #333;
}
.newsinfor .bott p a {
    color: #333;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
}
.newsinfor .bott p a:hover {
    color: #0079c0;
}
.newsinfor .bott .btns {
    display: block;
    width: 120px;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    background-color: #0079c0;
    font-size: 16px;
    color: #fff;
    text-align: center;
    float: right;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    border: 1px solid #0079c0;
}
.newsinfor .bott .btns:hover {
    background-color: transparent;
    color: #0079c0;
}

/************宣传手册***********/
.thir-nav{
	overflow:hidden;
	text-align: center;
	margin-bottom: 50px;
}
.thir-nav li{
	display:inline-block;
	padding:20px 80px;
	background:#f4f4f4;
	transition: backround 0.3s;
}
.thir-nav li a{
	font-size:18px;
	color:#333;
}
.thir-nav li a span{
	display:block;
	font-weight: bold;
	text-transform: uppercase;
}
.thir-nav li:hover,
.thir-nav li.select{
	background:#0079c0;
}
.thir-nav li:hover a,
.thir-nav li.select a{
	color:#fff;
}
.down-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
}
.down-wrap li a .pic {
    width: 60%;
    height: auto;
    box-sizing: border-box;
	margin:0 auto;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 0 1px 0 rgba(0,0,0,0.1);
}
.down-wrap li a .pic img {
    display: block;
    width: 100%;
    border: 1px solid #dddddd;
    box-sizing: border-box;
}
.down-wrap li a .tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 26px;
}

.down-wrap li a {
    display: block;
    width: 100%;
    height: 100%;
}
.data-wrap li a .pic {
    width: 60%;
    height: auto;
    box-sizing: border-box;
    margin: 20px auto;
    padding: 10px;
    background-color: #fff;
}
.data-wrap li a .pic img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}
.data-wrap li a .tit {
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #333;
    line-height: 26px;
}

/****************行业应用*****************/
.app-con{
	padding-left:5%;
	padding-right: 5%;
}
.app-con .vdt{
	padding:5%;
}
.app-con h2{
	font-size:24px;
	line-height: 48px;
	font-weight: bold;
	color:#0079c0;
	margin-bottom: 30px;
}
.app-con p{
	font-size:16px;
	line-height: 26px;
	color:#666;
	margin-bottom: 20px;
}


.app-list{
	padding-left:5%;
	padding-right:5%;
}
.pFix {
	padding-left:0;
    padding-right: 10px;
	margin-bottom: 20px;
}
.lowerLvl_1 {
    background: #f8f8f8;
    padding: 30px 10px;
}
.swish--wayra {
    overflow: hidden;
    -webkit-transition: border-color .3s,color .3s;
    transition: border-color .3s,color .3s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.swish--wayra::before, 
.swishB--wayra::before {
    content: '';
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
}
.swish--wayra::before {
    position: absolute;
    background: #0079c0;
    z-index: -1;
    -webkit-transform: rotate3d(0,0,1,-85deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-85deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transition: -webkit-transform .1s,opacity .1s,background-color .1s;
    transition: transform .28s,opacity .28s,background-color .28s;
}
.swish--wayra:hover::before {
    opacity: 1;
    background-color: #0079c0;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
.swish {
    border: none;
    cursor: pointer;
    color: inherit;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}
.lowerLvl_2, .toplwr {
    padding: 15px;
    background: #ebebeb;
}
.lowerLvl_2 {
    min-height: 145px;
}
.rel {
    position: relative;
}
.lwrHeader a{
    font-size: 16px;
    font-weight: 700;
	color:#333;
}
.lwrSmlTxt{
	padding-top: 20px;
}
.lwrSmlTxt a{
	font-size:14px;
	line-height:24px;
	color:#666;
}
.arw {
    width: 25px;
    position: absolute;
    bottom: 15px;
    right: 15px;
	color:#444;
}

/*****************应用详情******************/
.al-nav h2{
	font-size:60px;
	font-weight: bold;
	color:#ebebeb;
}
.al-nav h4{
	font-size:24px;
	color:#333;
	line-height: 30px;
	margin-bottom: 30px;
}
.al-nav h4:before{
	display:block;
	width:30px;
	height:4px;
	background: #333;
	float:left;
	margin-right:15px;
	margin-top: 13px;
}
.al-nav ul li a{
	display:block;
	width:80%;
	padding:15px 30px;
	color:#333;
	background:#f4f4f4;
	margin-bottom: 10px;
	font-size:14px;
	transition: background 0.3s,color 0.3s;
}
.al-nav ul li.chose a,
.al-nav ul li:hover a{
	background:#0079c0;
	color:#fff;
}
.al-con p{
	font-size:18px;
	color:#0079c0;
	margin-bottom: 30px;
}
.al-con li {
    position: relative;
    background: #fff;
    cursor: pointer;
	text-align: center;
	margin-bottom: 20px;
}
.al-con li img{
	width:80%;
	margin:0 auto;
}
.al-con li span{
	font-size:16px;
	line-height: 30px;
}
.popup {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    display: none;
    width: 100%;
    height: 100%;
}
.popup .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    filter: alpha(opacity=60);
}
.popup .box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 590px;
    height: 830px;
    margin: -415px 0 0 -295px;
    box-sizing: border-box;
    border: 2px solid #ccc;
}
.popup .box a {
    position: absolute;
    right: -107px;
    width: 57px;
    height: 57px;
    cursor: pointer;
	background: none;
    background-image: url(../image/icon.png);
    background-repeat: no-repeat;
}
.popup .box a:hover {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
}
.popup .box .close{
	opacity: 1;
    top: 0;
    background-position: -322px -221px;
	transition: all .3s;
}
.popup .box img {
    display: block;
    width: 100%;
    height: 100%;
}


/*****************新闻列表*******************/
.news-list ul:after{
	content: "";
    display: block;
    clear: both;
}
.news-list li{
	transition:all 0.3s;
	margin-bottom: 30px;
}
.news-list li:hover{
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, .2);
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
.news-list .item img {
    display: block;
    width: 100%;
    height: 219px;
}
.news-list .item span {
    display: block;
    margin-top: 30px;
    font-size: 14px;
    color: #999;
}
.news-list .item h3 {
    height: 20px;
    line-height: 20px;
    margin-top: 10px;
    overflow: hidden;
    font-size: 16px;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.news-list .item .line {
    position: relative;
    height: 1px;
    margin-top: 28px;
    background: #999;
}
.news-list .item .line:before {
    position: absolute;
    top: 1px;
    left: 48px;
    content: "";
    border: 7px solid transparent;
    border-top: 5px solid #999;
}
.news-list .item .line:after {
    position: absolute;
    top: 0;
    left: 49px;
    content: "";
    border: 6px solid rgba(0, 0, 0, 0);
    border-top: 4px solid #f5f5f5;
}
.news-list .item p {
    display: -webkit-box;
    height: 60px;
	font-size:14px;
    line-height: 20px;
    margin-top: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
	color:#666;
}
.video-box .p {
    font-size: 18px;
    line-height: 1.2;
	text-align: center;
    padding: 15px 0;
    color: #333;
    background: #f4f4f4;
}

/****************联系我们******************/
.chart p{
	font-size:16px;
	color:#666;
	line-height: 28px;
	padding-bottom: 30px;
}
.chart .col-sm-6,
.chart .col-sm-12{
	padding-left:0;
}
.chart input, 
.chart select, 
.chart textarea {
    display: block;
    width: 100%;
    margin: 0;
    -webkit-appearance: none;
    font-size: 14px;
    padding: 8.5px 18px;
    line-height: 24px;
    color: #646768;
    background: #f8f8f8;
	margin-bottom: 15px;
	outline: none;
}
.chart textarea{
	min-height:180px;
}
.cse{
	display:none;
}
.sub-btn{
	display: inline-block;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
	padding: 14px 55px;
	background: #0079c0;
    color: #fff;
}

.info h2{
	font-size:24px;
	color:#0079c0;
	font-weight: bold;
	margin-bottom: 30px;
}
.info p{
	font-size:16px;
	color:#333;
	padding:20px 15px;
	border-bottom: 1px solid #ccc;
}
.info p i{
	color:#0079c0;
	padding-right: 10px;
}
.info .qr-code1 img,
.info .qr-code1 span{
	display:inline-block;
}
.info .qr-code1 span{
	font-size:16px;
	color:#333;
	padding-left:30px;
}
.com-info{
	margin:50px 0;
}
.com-info:after{
	display: block;
    clear: both;
}
.ci{
	border:1px solid #ededed;
	border-radius:3px;
	margin-bottom: 30px;
}
.com-info-txt{
	padding:25px 15px;
	width:60%;
	float:left;
}
.cit:after{
	display: block;
    clear: both;
}
.cit img{
	width:40%;
	float:right;
}
.com-info-txt h2{
	font-size:24px;
	color:#0079c0;
	margin-bottom: 15px;
}
.com-info-txt p{
	font-size:16px;
	color:#666;
	margin-bottom: 15px;
}
.add {
	border-top:1px solid #ededed;
	padding:10px 15px;
	font-size:18px;
}
.add i{
	padding-right: 10px;
	color:#0079c0;
}

/*************不锈钢连接技术优势***************/
.linked h2{
	font-size:30px;
	color:#333;
	margin-bottom: 30px;
	text-align: center;
}
.linked h2 strong{
	font-size:36px;
	color:#0079c0;
	font-style: italic;
}
.aquag-box{
	background:#f7f7f7;
}
.link-box{
	background:#fff;
	padding:30px 15px;
	text-align: center;
	margin-bottom: 30px;
}
.link-box h5{
	font-size:20px;
	color:#0079c0;
}
.link-box h5:after{
	display:block;
	width:30px;
	height:4px;
	background:#0079c0;
	margin:10px auto;
}
.link-box img{
	margin:30px auto;
}
.link-box h2{
	font-size:24px;
	color:#0079c0;
	font-weight: bold;
}
.link-box p{
	font-size:14px;
	color:#666;
	line-height: 24px;
	text-align: left;
}
.seal h2:after{
	display:block;
	width:50px;
	height:4px;
	background:#0079c0;
	margin-top: 20px;
	margin-bottom: 30px;
}

.seal h2 strong{
	font-size:36px;
	color:#0079c0;
	font-style: italic;
}
.seal p{
	font-size:14px;
	color:#333;
	line-height: 24px;
}
.seal h3{
	margin-top: 30px;
	font-size:18px;
	color:#0079c0;
	font-weight: bold;
}
.analysis-headline{
	background: #0079c0;
    padding: 40px 15px 80px;
    text-align: center;
}
.analysis-headline p {
    margin-bottom: 12px;
    font-style: italic;
    font-weight: 700;
    line-height: 1;
    font-size: 30px;
    color: #fff;
}
.aq-con{
	background:#f4f4f4;
	padding:15px;
}
.aq-con{
	margin-top: -70px;
	min-height: 370px;
}
.aq-txt{
	padding:30px 0;
	font-size:14px;
	color:#666;
	line-height:26px;
}
/**************加入我们***************/
.ce-box{
	width: 100%;
    height: auto;
    background: url(../image/ly_bg13.jpg) no-repeat center;
    padding: 125px 0;
}
.salary:after{
	display: block;
	clear: both;
}
.salary li{
	text-align: center;
}
.salary li h3{
	color: #333;
    margin-top: 30px;
	font-size:18px;
}
.salary li h3:after{
	display:block;
	width:50px;
	height:1px;
	background:#333;
	margin:10px auto;
}
.salary li p{
	color: #7d7d7c;
    line-height: 30px;
	font-size: 16px;
}

/***********职位申请***********/
.apply{
	width: 100%;
    height: auto;
    background: url(../image/apply-bg.jpg) no-repeat center;
    padding:60px 0;
	text-align: center;
}
.ap-txt p{
	font-size:18px;
	color:#454545;
	line-height: 32px;
}
.ap-txt p strong{
	color:#0079c0;
	font-size:20px;	
}
.ap-txt a{
	display:inline-block;
	margin-top: 20px;
	padding:5px 40px;
	background:#0079c0;
	border:1px solid #0079c0;
	color:#fff;
	font-size:18px;
	line-height: 48px;
	border-radius: 3px;
	transition: background 0.3s,color 0.3s;
}
.ap-txt a:hover{
	background:transparent;
	border:1px solid #0079c0;
	color:#0079c0;
}
/*职位*/
.join-box .title {
    overflow: hidden;
    color: #fff;
    background: #0079c0;
    font-size: 16px;
    padding: 0 20px;
    line-height: 50px;
    height: 50px;
}
.join-box .title p {
    text-align: center;
    float: left;
    width: 20%;
}
.join-box li {
    background: #fff;
    padding: 0 20px;
}
.join-box li:nth-child(odd){
	background:#f4f4f4;
}
.join-box li .tit {
    font-size: 14px;
    line-height: 60px;
    height: 60px;
    cursor: pointer;
    overflow: hidden;
}
.join-box li .tit p {
    float: left;
    width: 20%;
    text-align: center;
}


.video-ajax {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 23;
    display: none;
}
.video-ajax::after, 
.video-ajax::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 50%;
    /* background: #f7f7f7; */
    z-index: -1;
    -webkit-transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
    transition: all 1s cubic-bezier(0.77, 0, 0.175, 1) 0s;
}
.video-ajax .bg-close {
    background: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.video-ajax .recrult-t {
    opacity: 0;
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 24;
    width: 650px;
    height: 650px;
    top: 50%;
    left: 50%;
    margin-top: -325px;
    margin-left: -325px;
    position: absolute;
    background: #fcfcfc;
    padding: 50px 40px 70px;
    box-sizing: border-box;
}
.video-ajax.hidetwo .recrult-t {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: ease all .5s;
    transition: ease all .5s;
}
.wclosebtn {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 9;
}
.wclosebtn .icon {
    position: relative;
    width: 35px;
    height: 35px;
    margin-left: 12px;
    display: inline-block;
}
.wclosebtn .icon .circle {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 2px solid #000;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
}
.wclosebtn .icon .line {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 14px;
    height: 2px;
    margin: -1px 0 0 -7px;
    background-color: #000;
    -webkit-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}
.wclosebtn .icon:hover .circle {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.wclosebtn .icon:hover .line.line1 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wclosebtn .icon:hover .line.line2 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 16px;
}
.video-ajax .recrult-t .p-text {
    width: 100%;
}
.video-ajax .recrult-t .p-text .h {
    font-size: 22px;
    line-height: 22px;
    padding-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #D4D4D4;
    margin-bottom: 25px;
    font-weight: bold;
}
.video-ajax .recrult-t .p-text .p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 350px;
	overflow-y: auto;
}
.video-ajax .recrult-t .p-text .ex-more {
	position: relative;
    display: block;
    margin-top: 60px;
    width: 150px;
    height: 40px;
    border-radius: 0;
    background: #0079c0;
	color:#fff;
	font-size: 16px;
    font-weight: lighter;
    line-height: 40px;
    text-align: center;
}
.ex-more span {
    position: relative;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    display: inline-block;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}
.ex-more::after {
    content: ' ';
    position: absolute;
    top: 50%;
    right: 50px;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    background: url(../image/enve.png) no-repeat center center;
    background-size: 16px auto;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: right 0.4s, opacity 0.4s;
    transition: right 0.4s, opacity 0.4s;
}
.ex-more:hover span {
    opacity: 1;
    color: #fff;
    filter: alpha(opacity=100);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}
.ex-more:hover:after {
    right: 25px;
	opacity: 1;
}

.contact {
    height: 360px;
    overflow: hidden;
    background: url(../image/recruiment.jpg) no-repeat center top;
}
.contact .box {
    width: 160px;
    margin-left: 481px;
    padding-top: 82px;
    text-align: center;
}
.contact .box h2 {
    font-size: 16px;
    color: #333;
}
.contact .box h2:before {
    content: "";
    display: block;
    width: 48px;
    margin: 0 auto 8px;
    border-bottom: 2px solid #333;
}
.contact .box p {
	padding-top: 10px;
    line-height: 30px;
    margin-top: 15px;
    font-size: 14px;
    color: #999;
}
.contact .box p em {
    color: #d6000f;
	font-size:16px;
	font-weight: bold;
}

/****************air产品优势*****************/
/*TAB选项卡*/
.ul #tabs {
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: right;
}
.ul #tabs li {
	text-align: center;
    margin: 0 0.5%;
    width:24%;
	padding:20px 0;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
    cursor: pointer;
    position: relative;
    float: left;
}
.ul #tabs li a{
	display: block;
	width:100%;
	height: auto;
	padding:0;
	font-size: 20px;
    padding-bottom: 0;
    float: none;
    text-decoration: none;
    color: #333;
}
.ul #tabs li .sp {
    width: 48px;
    height: 48px;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: all .8s;
    transition: all .4s;
}
.ul #tabs li .sp1 {
    background: url(../image/ai1.png) no-repeat center top;
}
.ul #tabs li .sp2 {
    background: url(../image/ai4.png) no-repeat center top;
}
.ul #tabs li .sp3 {
    background: url(../image/ai2.png) no-repeat center top;
}
.ul #tabs li .sp4 {
    background: url(../image/ai3.png) no-repeat center top;
}
.ul #tabs li:hover, 
.ul #tabs #current{
    background: #0079c0;
    border: 1px solid #0079c0;
}
.ul #tabs li:hover a, 
.ul #tabs #current a{
	color:#fff;
    border:none;
}
.ul #tabs li:hover .sp1,
.ul #tabs #current  .sp {
    background-position: center bottom !important;
}
.ul #tabs li:hover .sp2 {
    background-position: center bottom !important;
}
.ul #tabs li:hover .sp3{
    background-position: center bottom !important;
}
.ul #tabs li:hover .sp4{
    background-position: center bottom !important;
}
/* ------------------------------------------------- */

.airg-box #content {
	margin-top: 0.5%;
	background: #e4e5e8;
	padding:50px;
}
.airg-box #content h2{
	font-size:18px;
	color:#333;
}
.airg-box #content p{
	margin-top: 30px;
	font-size:16px;
	color:#666;
	line-height: 36px;
}

.environment__body-wrapper {
    padding: 50px 0;
    display: flex;
    flex-wrap: wrap;
	position: relative;
}
.environment__body-wrapper-img {
    width: 50%;
}
.environment__body-wrapper-text {
    width: 50%;
    box-sizing: border-box;
    padding: 0 6.875%;
}
.environment__body-wrapper-number {
    margin-bottom: 10px!important;
    font-style: italic;
    font-weight: 700;
    line-height: 1!important;
    font-size: 2.2rem;
    color: #b1b6b8;
}
.environment__body-wrapper-number span {
    font-size: 6.0rem;
    color: #0079c0;
    position: relative;
}
.environment__body-wrapper-title {
    margin-bottom: 50px;
    line-height: 1.3;
    font-weight: 500;
    font-size: 3.6rem;
}
.environment__body-wrapper-text p {
    line-height: 2;
	margin-top: 2em;
    margin-bottom: 1em;
	font-size:14px;
}
.environment__body-wrapper-text h2{
	color:#0079c0;
	font-weight: bold;
}
.environment__body-wrapper:after {
    content: '';
    width: 100%;
    height: 230px;
    background: #f7f8f8;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.environment__body-wrapper .order1 {
    order: 1;
}
.environment__body-wrapper .order2 {
    order: 2;
}


.te-video{
	overflow: hidden;
	margin:50px 0;
}
.te-video h4{
	padding: 30px 0;
	font-size:24px;
	color:#0079c0;
	font-weight: bold;
}
.te-video p{
	font-size:18px;
	line-height: 2;
}


/*******************提问********************/
.contact-inp {
    width: 45.185%;
    float: left;
    border-bottom: 1px solid rgba(179, 191, 186, .6);
    padding: 10px 0;
    margin-bottom: 50px;
}
.contact-inp:nth-child(2n) {
    float: right;
}
.contact-form .tit {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    color: #0079c0;
    float: left;
    position: relative;
}
.contact-inp input[type=text] {
    float: right;
    width: 60%;
    height: 1.5em;
    line-height: 1.5em;
    background-color: transparent;
    color: #0079c0;
    /* font-family: "COMFORTAA-REGULAR"; */
    font-size: .45rem;
    text-align: right;
	outline: none;
}
.contact-form .contact-text {
    float: left;
    width: 100%;
	min-height: 260px;
    border: 1px solid rgba(179, 191, 186, .6);
    padding: .55rem;
}
.contact-form textarea {
    float: left;
    width: 90%;
	min-height: 240px;
    margin-left: 25px;
    background-color: transparent;
    line-height: 28px;
    height: 28px;
    /* font-family: "COMFORTAA-REGULAR"; */
    font-size: 18px;
    color: #0079c0;
	outline: none;
}
.contact-form .submit-box {
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
    margin-top: 1.5rem;
}
.contact-form .submit-box input[type=submit] {
    width: 200px;
    height: 56px;
    background: #0079c0;
    color: #fff;
    font-size: 24px;
}

/*****************计算器*******************/
.cert .title {
    padding: 0 0 8px;
    margin: 0 0 15px;
    font-size: 22px;
    color: #333;
    background-size: 100% 1px;
    text-align: left;
}
.cert .title:after {
    display: block;
    width: 80%;
    height: 1px;
    content: '';
    background: #0079c0;
    margin: 15px 0;
}
.sizer-table {
		width: 750px;
		text-align: left;
	margin:0 auto;
}
.sizer-table td {
	padding: 5px;
}

.sizer-table input, .sizer-table select {
	padding: 6px 12px;
	border:1px solid #eee;
}

.sizer-table td:nth-child(1){
	width:50%;
	text-align: left;
}

.sizer-table td:nth-child(2){
	width:25%;
}
.nav-link-wrap {
    height: 100%;
    width: 14%;
    padding-left: 1%;
    text-align: center;
    float: left;
}
.nav-link-wrap .nav-link.sizer {
	background: #008be4;
	padding: 3px 5px;
	color:#333
}	
.nav-link-wrap .nav-link {
    line-height: 26px;
    display: block;
    background: none;
    margin: 14px 0;
    border-radius: 11px;
    transition: all 0.4s ease;
}
.nav-link-wrap:hover .nav-link {
    background: #008be4;
    color: #fff;
}



@media(max-width:1440px){
	#nav li{margin-right:0;}
	.footer .foot_nav li {margin-right: 2.5vw;}
	.footer {padding-left:4%;padding-right: 4%;}
	.lowerLvl_2{min-height:168px;}
    .lwrSmlTxt {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        overflow: hidden;
        text-overflow: ellipsis; 
    }
}
@media(max-width:1240px){
	#nav li{margin-right:0;padding:13px 20px;}
	.footer .foot_nav li {margin-right: 2.5vw;}
	.footer {padding-left:4%;padding-right: 4%;}
}
@media(max-width:1024px){
	.home-about .home-more{margin-top:1vh;width:120px;height:40px;line-height: 40px;font-size:16px;}
	.logo{line-height:50px;}
	#header{height:50px;line-height: 50px;}
	.menuBtn{
		display:block;
		height: 50px;
	}
	.searchBtn, .langBtn, .reportBtn{height:50px;}
	#nav {
		position: absolute;
		left: 0;
		right: 0;
		top: 100%;
		background-color: rgba(255,255,255,.95);
		border-top: 1px solid #ebecf0;
		z-index: 100;
	}
	.home-about{padding:50px 0;}
	.home-about h2{font-size:22px;}
	.home-about h2 span{display:none}
	.home-product{padding:50px 0;}
	.news-tit h2{font-size:20px}
}
@media(max-width:700px){
	.row{margin:0}
	#nav li{display:block;width:100%;float:none;line-height: 50px;padding:0;}
	.hp-list{padding-top:30px;}
	.hp-list .col-sm-6{padding:0;margin-bottom: 20px;}
	
	.foot_nav{display:none;}
	.h65 .container{padding:0;}
	.ins-navbox h2{display:none;}
	.logo img{max-height: 40px;}
	.top-social li{margin-right:10px}
	.video-box{margin-top:30px;}
	.home-product h2{font-size:26px;}
	.case-title{text-align:center;font-size:26px;}
	.case-title:after{margin:10px auto;}
	#tabs{width:100%;text-align: center;}
	
	.abt-num .abt-box{margin-bottom:30px;}
	#tabs a{font-size:20px;}
	
	.ins-big h6 {font-size: 16px;}
	.ins-big h6 strong {font-size: 20px;}
	
	
	.mr_frUl{width:210px;overflow: hidden;margin-left: 30px;}
	.home-new .item{margin-bottom:30px;}
	.footer{margin-top:0;}
	.foot_info{margin-top:30px;}
	.foot_info .col-sm-6{text-align: center;line-height: 24px;}
	.foot_info .col-sm-6 a{display:block;}
	.sel{margin:15px 0;margin-right: 60px;}
	
	.h65{height:50px;}
	.ins-navbox li{font-size:12px;line-height:50px;}
	.ins-navbox ul{float:none;}
	.ins-navbox li a{padding:0 9px;}
	.company{padding-top:0}
	.st-box{width:100%;margin-bottom:15px;}
	.value .hexin{padding:50px 20px;}
	
	.one-txt{height:auto}
	.deve-text{padding:30px;}
	.ul #tabs li{width:49%;margin-bottom:2px;}
	.airg-box #content{padding:15px;}
	.airg-box #content img{width:100%;height: auto;}
	.environment__body-wrapper-img{width:100%;}
	.environment__body-wrapper-text{width:100%;}
	.environment__body-wrapper-title{font-size:3rem}
	.environment__body-wrapper-text h2{font-size:24px;}
	.aq-con{margin-top:0;margin-bottom:15px;}
	.analysis-headline{padding:40px 15px}
	.pd-con .col-sm-6{margin-bottom:30px;}
	.plist{padding:0 10px;}
	.plist h2{font-size:24px;margin:15px 0}
	.plist p{margin-bottom:15px;}
	.Strip{float:none;width:100%;height:4px;}
	.productName{padding:15px;}
	.page__section{display:block;}
	.page__section-wrapper{width:100%;padding: 6.6875% 15px;}
	.page__section-back {width: 100%;padding: 0;}
	.page__section-back a {padding: 3.6875%;}
	
	.para{margin-top:30px;}
	.para img{width:100%;height: auto;}
	.para h4{width:100%;}
	
	.is-tit .col-sm-8{height:100px;line-height:1.5;font-size:16px;padding:15px;}
	.is-tit .col-sm-8 p a{display:block;}
	.thir-nav li{width:50%;float:left;display: block;padding:20px 0;text-align: center}
	.down-wrap li a .pic {width: 90%;}
	.down-wrap li a .tit{font-size:14px;}
	.bmqk{width:100%;position: static;margin-bottom: 30px;}
	.glxt{width:100%;}
	.info{margin-top:30px;}
	.cit img,.com-info-txt{width:100%;}
	.qr-code1 img{margin:0 auto;}
	.info .qr-code1 span { padding-left: 0px;}
	.ce-box,.apply{padding:30px 0;}
	.contact .box{margin-left:90px;}
	section {padding:10px 0;}
	.al-nav ul{display:none;position: fixed;z-index: 3;right: 0;bottom: 50px;}
	.al-nav ul li a{padding:5px 15px;margin-bottom:1px;width: 100%;}
	
	.flickerplate ul:first-child{display:none;}
	.flickerplate ul:nth-child(2){display:block;}
	
	.counter{
		background:url(../image/cubg.jpg) center no-repeat;
		background-attachment:scroll;
		background-size: cover
	}
	.sizer-table {
		width: 100%;
	}
}