a :hover,body {
	color: #000
}

.btn,body {
	background-color: #fff
}

.header .top .logo,.inner-bar h2,.section .stitle h2,.section-about .about-content h4,.title1 h2 {
	text-transform: uppercase
}

.inner-bar h2,.inner-content .inner-nav>ul>li li {
	text-indent: 5px
}

abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	
	font: inherit
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block
}

@font-face
{
font-family: CiscoSans_1;
src: url('../img/font/CiscoSansTTRegular_ME.ttf')
}
@font-face
{
font-family: CiscoSansTT;
src: url('../img/font/CISCOSANSREGULAROBLIQUE_0.TTF')
}
@font-face
{
font-family: CAI978;
src: url('../img/font/966-CAI978.TTF')
}
@font-face
{
font-family: CAI978825;
src: url('../img/font/825 CIA978.TTF')
}

body {
	line-height: 1;
	font-size: 14px;
	font-family: 'CiscoSans_1';
	overflow-x: hidden
}

ol,ul {
	list-style: none
}

blockquote,q {
	quotes: none
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

a {
	text-decoration: none;
	color: #333
}

* {
	box-sizing: border-box
}

img {
	vertical-align: middle
}

.clearfix:after,.clearfix:before {
	content: " ";
	display: table
}

.clearfix:after {
	clear: both
}

.pull-left {
	float: left
}

.pull-right {
	float: right
}

.text-center {
	text-align: center
}

.container {
	position: relative;
	margin: 0 auto;
	width: 1200px
}

.btn {
	display: inline-block;
	padding: 12px 20px;
	border-radius: 40px;
	transition: all .5s;
	border: 1px solid #ccc
}

.btn:hover {
	background-color: #eee
}

.header {
	position: fixed;
	left: 0;
	right: 0;
	top:0px;
	z-index: 999;
	background: linear-gradient(to bottom,#000 30%,rgba(0,0,0,0) 100%)
}

.header .top .logo {
	float: left;
	padding: 10px 0;
	font-size: 24px;
	line-height: 28px;
	font-weight: 700
}

.header .nav,.header .rm-nav {
	float: right;
	margin-top: 30px
}

.header .rm-nav {
	clear: none
}

.header .rm-nav .rm-menu,.header .rm-nav ul {
	background-color: transparent
}

.header .nav ul li {
	float: left;
	padding: 15px 20px
}

.header .nav ul li a {
	display: block;
	padding: 5px 0;
	line-height: 20px;
	font-size: 16px;
	color: #fff
}

.header .nav ul li.active a,.header .nav ul li:hover a {
	color: #fff
}

.header-2 {
	position:fixed;
	background: #111
}

.header-2 .rm-nav .rm-menu,.header-2 .rm-nav ul {
	background-color: #111
}

.home-video-mask {
	display: none;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,.4);
	position: fixed;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity .5s;
	z-index: 99999
}

.home-video-mask video {
	width: 80%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto
}

.banner video {
	width: 100%;
	opacity:0.6;
	filter:Alpha(opacity=60);
}

.banner {
	position: relative;
	overflow: hidden
}

.banner .video-play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 50px;
	height: 50px;
	margin: -25px 0 0 -25px;
	background: url(../img/play.png) no-repeat rgba(0,0,0,.5);
	background-size: 100%;
	border-radius: 50%;
	cursor: pointer;
	
}

.banner .content {
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	background:#000;
	height: 800px;
	overflow: hidden
}

.banner .content .banner-ad {
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -600px;
	z-index: 10;
	background: rgba(0,0,0,.4)
}

.banner .content .banner-ad ul li {
	float: left;
	padding: 20px 0;
	width: 50%;
	text-align: center;
	color: #fff;
	font-size: 16px
}

.banner .content .banner-ad ul li p {
	margin-top: 10px;
	line-height: 26px;
	text-transform: uppercase
}

.title1 {
	padding: 60px 0 ;
}

.title1 h1,.title1 h2 {
	text-align: center;
	color: #898989;
	font-size: 36px;
	font-weight: 700;
	font-family:CAI978825;
}

.title1 h2 {
    margin-top: 30px;
    font-size: 18px;
    font-weight: normal;
	text-transform:none;
}
.title1 h2  b{
	color:#ff4c00;
	}

.section {
	padding: 120px 0
}

.section .stitle {
	text-align: center;
	color: #000
}

.section .stitle h2 {
	font-size: 37px;
	font-weight: 700
}

.section .content {
	margin-top: 120px
}

.section-about {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	color: #fff
}

.section-about .swiper-container {
	height: 900px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	width: 1920px
}

.section-about .swiper-pagination {
	left: 10px;
	bottom: 230px
}

.section-about .swiper-pagination-bullet {
	margin-right: 10px!important;
	width: 15px;
	height: 15px;
	background: #fff
}

.section-about .about-content {
	float: right;
	padding: 110px 0;
	width: 50%
}

.section-about .about-content h3 {
	margin-bottom: 70px;
	font-size: 72px;
	font-weight: 700
}

.section-about .about-content h4 {
	margin: 30px 0 10px;
	font-size: 20px;
	color: #ff4c00;
	font-family: CiscoSansTT;
	font-weight:bold;
}

.section-about .about-content p {
	font-size: 14px;
	line-height: 20px
}

.section-about .about-content .btn {
	margin-top: 120px
}

.section-case {
	height: 900px;
	background: url(../img/case.jpg) top center no-repeat
}

.section-case .container {
	width: 1300px
}


.section-case .stitle {
	color: #fff
}

.section-case ul li {
	float: left;
	margin-bottom: 120px;
	width: 25%;
	text-align: center;
	color: #fff;
	font-size: 12px
}

.section-case ul li img {
	display: block;
	margin: 0 auto 20px;
	transition:all 0.6s ease;
}
.section-case ul li:hover img{
	transform: rotateY(360deg);
	}

.section-tech {
	height: 700px;
	padding:110px 0;
	background: url(../img/tech.jpg) top center no-repeat #c1c1c1
}

.section-tech .container {
	width: 1400px
}

.section-tech .content {
	margin-top: 83px
}

.section-tech ul li {
	position: relative;
	float: left;
	margin-right: 26px;
	width: 330px;
	border: 1px solid #ccc;
	text-align: center;
	background-color: #fff;
	transition:all 0.3s ease;
}
.section-tech ul li:hover{
	margin-top:-15px;
	}

.section-tech ul li img {
	display: block;
	margin: 0 auto;
	width: 100%
}

.section-tech ul li:last-child {
	margin-right: 0
}

.section-tech ul li h5 {
	font-weight: 100;
	text-transform:uppercase;
	letter-spacing:1.2px
}

.section-tech ul li .btn {
	margin: 20px 0;
	font-size: 12px;
	font-weight: 100;
	text-transform:uppercase;
}

.section-tech ul li::after {
	content: ' ';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	height: 60px;
	background: linear-gradient(to bottom,rgba(255,255,255,.5) 0,rgba(0,0,0,0) 100%)
}

.section-product {
	padding: 80px 0 0 0 ;
}

.section-product .container {
	width: 1800px
}

.section-product .content {
	margin-top: 35px
}

.section-product .ban {
	margin-top: 60px;
	
}
.xzjxbanner {
	margin-top:50px;
	width:100%;
	}
.xzjxbanner ul li{
	width:33.333%;
	float:left;
	}





.section-product ul li h5 {
	margin-top: 40px;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 30px;
	font-family:CiscoSansTT;
	color: #222
}

.section-product ul li p {
	margin-bottom: 20px;
    word-break:break-all;
	line-height: 20px;
	
}

.ad {
	margin: 70px 0 80px 0;
}

.footer,.footer .copy {
	background-color: #111
}

.footer {
	color: #fff
}

.footer .container {
	width: 1400px
}

.footer ul li {
	float: left;
	margin: 35px 0 20px;
	padding: 0 20px
}

.footer ul li a {
	display: block;
	height: 20px;
	color: #868686;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px
}

.footer ul li h3 a {margin-bottom: 10px;color: #fff;font-size: 15px;font-weight: bold;}
.footer ul li h3 a:hover{color: #ddd;font-weight:bold;}

.footer ul li div {
	float: left;
	margin-right: 30px
}

.footer ul li.tel {
	float: right;
	width: 400px;
	color: #fff;
	line-height: 30px;
	font-size: 16px
}

.footer ul li.tel h6,.footer ul li.tel span {
	font-size: 22px;
	color: #7e7e7e
}

.footer .copy {
	margin-top: 10px;
	line-height: 30px;
	font-size: 12px;
	color: #8a8a8a
}

.footer .copy .container {
	padding-top: 10px;
	border-top: 1px solid #222
}

.inner-bar {
	padding: 130px 0 30px 0;
	border-bottom: 1px solid #eee
}

.inner-bar .container {
	width: 1800px
}
.inner-bar .news{
	width: 1200px;
}

.inner-bar h2 {
	float: left;
	width: 270px;
	font-size: 30px;
	font-weight: 700
}
.inner-bar .news h2{
	width: 500px;
} 

.inner-bar .crumbs {
	float: left;
	margin-top: 5px;
	margin-left: 40px;
	font-size: 18px
}

.inner-bar .crumbs a {
	font-weight: 700;
	text-transform:uppercase;
}

.inner-content {
	position: relative
}

.inner-content .container {
	width: 1800px;
	min-height:550px;
}

.inner-content .inner-nav {
	position: absolute;
	top: 0;
	width: 230px
}

.inner-content .inner-nav>ul>li {
	margin-bottom: 10px;
	text-indent: 5px;
	cursor: pointer;
}

.inner-content .inner-nav>ul>li>a {
	font-size: 20px;
	line-height: 45px;
	font-weight: 700;
	cursor: pointer
}

.inner-content .inner-nav>ul>li> span {
	float: right;
	font-size: 25px;
	font-weight: bolder;
	line-height:45px;
}

.inner-content .inner-nav>ul>li  .s {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 40px;
	font-size: 16px;
	margin:10px 0;
	font-weight: 700
}

.inner-content .inner-nav>ul>li .s~.s {
	margin-top: 30px
}

.inner-content .inner-nav>ul>li ul {
	display: none
}

.inner-content .inner-nav>ul>li a li  {
	line-height: 30px
}

.inner-content .inner-nav>ul>li li:hover {
	background-color: #f6f6f6
}

.inner-content .pro-detail .pic i,.inner-content .pro-list ul li i {
	display: block;
	height: 25px;
}

.inner-content .pro-list {
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: 300px
}

.inner-content .pro-list ul li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 480px;
}

.inner-content .pro-list ul li img {
	max-width: 100%
}

.inner-content .pro-list ul li h3 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 700
}
.inner-content .job-list ul li{
	border:1px solid #dddd;
	width:720px;
	padding:10px 20px 20px 20px;
	}
.inner-content .job-list ul li h4{
	margin-bottom:10px;
	}
.inner-content .job-list ul li h4 b{
	font-weight:900;
	}
.inner-content .job-list ul li span{
	color:#999
	}
.inner-content .pro-list ul li i {
	width: 35px
}

.inner-content .pro-detail {
	margin-top: 30px;
	margin-left: 300px
}

.inner-content .pro-detail .pic {
	width: 550px;
	float: left
}

.inner-content .pro-detail .pic img {
	width: 100%;
	max-width: 100%;
	margin-bottom: 25px;
}

.inner-content .pro-detail .pic i {
	width: 35px;
}

.inner-content .pro-detail .pic div {
	float: left;
	margin-bottom: 20px;
	font-size:24px;
	color:#666666;
	margin-right:25px;
}

.inner-content .pro-detail .detail {
	float: left;
	margin-left: 30px;
	width:826px;
}

.inner-content .pro-detail .detail .ptitle {
	padding-left: 5px;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: url(../img/ptitle.jpg) no-repeat;
	color: #fff;
	font-size: 20px
}

.inner-content .pro-detail .detail .ptitle span {
	float: right;
	color: #fa5817
}

.inner-content .pro-detail .detail .ptitle3 {
	padding-left: 5px;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: url(../img/ptitle3.jpg) no-repeat;
	color: #fff;
	font-size: 20px
}

.inner-content .pro-detail .detail .ptitle3 span {
	float: right;
	color: #fa5817
}


.inner-content .pro-detail .detail .ptitle2 {
	padding: 20px 0;
	font-size: 22px;
	border-bottom: 1px solid #333
}

.inner-content .pro-detail .detail .pinfo {
	margin: 20px 0;
	line-height: 30px;
	width:100%;
}
.inner-content .pro-detail .detail .pinfo p{
	word-break:break-all; 
	display:block;
	}
.inner-content .pro-detail .detail .pinfo .pinfoimg img{
	max-width: 100%;
}

.inner-content .pro-detail .detail .psize {
	border-top: 1px solid #333;
	border-bottom: 1px solid #333
}

.inner-content .pro-detail .detail .psize  {
	width: 100%
}

.inner-content .pro-detail .detail .psize  td {
	padding: 8px;
	font-weight: bolder
}


.pagination{
	text-align: center;
	padding-top: 30px;
}
.page-item{
	display: inline-block;
	padding: 1px 35px 2px 35px;
	background: #ddd;
	font-size:0px;
	
}
.page-num{
	padding:  8px;
	display: inline-block;
	background: #ddd;
	border-radius:50%;
	font-size:0px;
	margin: 0 2px;
}
.pagination a:hover{
	color: #fff;
	background: #ff3600;
}
.page-num-current{
	background: #ff3600;
	color: #fff;
}
.footerdx a{
	text-transform:uppercase;
	}
.footerdx a:hover{
	color: #ddd;
	font-weight:bold;
}
.newslist {
	margin: 20px 0;
}
.newslist ul li{
	width: 32.3%;
	margin: 5px 1% 5px 0;
	padding: 20px 10px;
	float: left;
	border: 1px solid #eee;
}
.newslist ul li img{
	width: 100%;
	display: block;
	margin: 10px 0;
}
.newslist ul li h2{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
}
.newslist ul li p{
	color: #444;
	margin-bottom: 15px;
	line-height: 24px;
}
.newslist ul li span{
	color: #999;
}
.news_bt h2{
	font-size: 20px;
	color: #333;
	padding-top: 30px;
	text-align: center;
}
.news_bt h4{
	text-align: center;
	border: 1px solid #eee;
	color: #999;
	margin: 20px 0;
	padding: 15px 0;
}
.newscont{
	line-height: 28px;
}
.newscont img{
	max-width: 1200px;
}
.Jobcont{
	padding-top:20px;
	}
.Jobcont h2{
	font-size: 22px;
    font-weight: 700;
	padding:10px 0;
	}
.Jobcont h3{
	font-size: 16px;
	}
.Jobcont span{
	margin-bottom:20px;
	color:#999;
	display:block;
	}
.Jobcont b , .Jobcont strong{
	font-weight: 700;
	}
.about-cont{
	padding-top: 25px;
}
.page_bj{
	width: 100%;
	background: #111015;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.page1{
	width: 1284px;
	margin: auto;
	
}
.page1 .page1nr{
	width: 100%;
	height: 470px;
	margin-bottom: 30px;
	padding: 40px;
}
.page1 .page1_bj1{
	background: url(../img/page/page1_bj1.jpg) no-repeat;
}
.page1 .page1_bj2{
	background: url(../img/page/page1_bj2.jpg) no-repeat;
}
.page1 .page1_bj3{
	background: url(../img/page/page1_bj3.jpg) no-repeat;
}
.page1 .page1_bj4{
	background: url(../img/page/page1_bj4.jpg) no-repeat;
}
.left{
	float: left;
}
.right{
	float: right;
}
.page1  ul{
	width: 750px;
	margin: 70px 40px 0 40px;
}
.page1  ul h2{
	color: #ff3600;
	font-size: 30px;
	font-family: CiscoSans_1;
	padding: 25px 0 15px 0;
}
.page1  ul p{
	color: #fff;
	line-height: 35px;
	font-size: 22px;
}
.page1_bj4 ul{
	width: 635px;
}
.page2{
	width: 1284px;
	margin: 0 auto 40px;
	
}
.page2nr{
	width: 598px;
	background: url(../img/page/page2_bj.png) center bottom no-repeat ;
	padding: 35px 55px;
}
.page2nr .page2img{
	margin:0 auto 15px;
	display: block;
}
.page2nr h2{
	color: #ff4c00;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.page2nr p{
	color: #fff;
	font-size: 14px;
	padding-left: 30px;
	line-height: 20px;
	margin-bottom: 15px;
	background: url(../img/page/page2_tb.png) 0 5px no-repeat;
}
.page2nr ul img{
	 margin-bottom: 15px;
}
.page2nr h4{
	color: #ff4c00;
	font-size: 14px;
	margin-bottom: 20px;
}
.page2nr1{
	height: 545px;
}
.page2nr2{
	height: 575px;
}
.page2nr3{
	height: 620px;
}
.page2nr4{
	height: 780px;
}
.page3{
	width: 1284px;
	margin: 0 auto 40px;
}
.page3 ul{
	width: 598px;
	padding: 50px;
	height: 1459px;
	background: url(../img/page/page3_bj.png);
}
.page3 ul li{
	height: 140px;
	width: 100%;
}
.page3 ul li h2{
	width: 140px;
	text-transform: uppercase;
	color: #fff;
	font-size: 13px;
	float: left;
	text-align: center;
}
.page3 ul li h2 img{
	display: block;
	margin: 0 auto 5px;
}
.page3 ul li p{
	color: #fff;
	width: 350px;
	margin-top: 36px;
	float: right;
}
.page_bj4{
	width: 100%;
	background: #f8f8f8;
	border-top: 10px solid #fff;
	border-bottom: 10px solid #fff;
}
.page4{
	width: 1200px;
	margin: auto;
	padding: 30px 0;
}
.page4 img{
	width: 100%;
}
.page4 ul{
	width: 50%;
	float: left;
}
.page_bot{
	border-bottom: 1px solid #eee;
	padding: 30px 0;
}
.page_bot h2{
	font-size: 30px;
	font-weight: bold;
}
.page4  h4{
	font-size: 18px;
	padding-left: 40px;
}
#mytitle {
        position: absolute;
        color: #ffffff;
        font-size: 14px;
        padding: 10px 20px;
        background: rgba(40, 40, 40, 0.8);
        border-radius:5px;
    }
.section-product .stitle h2{
	font-size:45px;
	}
.section-product1 , .section-product2 {
	margin-top:55px;
	}

.section-product1-left{
	width:43.48%;
	float:left
	}
.section-product1-right{
	float:right;
	width:56.52%;
	}
.section-product2 .section-product1-left{
	float:right;
	}
.section-product2 .section-product1-right{
	float:left;
	}
.section-product1-right .section-product1-rightimg2{
	width:55.3%;
	float:left;
	}
.section-product1-right .section-product1-rightimg3{
	width:44.7%;
	float:right;
	}
.section-product1-right .section-product1-rightimg13{
	width:55.3%;
	float:left;
	}
.section-product1-right .section-product1-rightimg12{
	width:44.7%;
	float:left;
	}
.section-product ul li img{
	transition: all 0.6s;
	}
.section-product ul li:hover img{
	transform: scale(0.95);	
	}
.footer ul li .foot_ico {
	float:none;
	position:relative;
	}
.foot_ico ul li{
	margin-top:10px;
	padding:5px !important;
	width:40px;
	height:40px;
	margin-right:10px;
	border-radius:50%;
	background:#727070;
	display:inline-block;
	}
.foot_ico ul li a{
	height:30px !important;
	}
.foot_ico ul li img{
	display:block;
	width:30px;
	}
.foot_ico ul li:hover{
	background:#c0c0c0;
	}
.yqljzs{
	position:absolute;
	top:-120px;
	left:0px;
	width:120px;
	}
.operate{
	width:98%;
	margin:auto;
	display:none
}



.operate ul li a.noline {
	border-bottom: none;
}

.operate ul li a:hover {
	color: #8caf00;
}

.operate ul li a.selected:hover {
	color: #fff;
}

.operate ul li .selected {
	background-color: #8caf00;
	background-position: 200px -9px;
	color: #fff;
}

.operate ul li {
	display: inline-block;
	width: 100%;
	margin:0px;
	position: relative;
	z-index: 10;
	padding:0px;
	zoom: 1
}

.operate ul li h4 {
	cursor: pointer;
	background: url(../img/j_c.png) no-repeat  center right;
	text-decoration: none;
	font-size: 16px;
	color: #fff;
    font-size: 15px;
    font-weight: bold;
	text-transform:uppercase;
	display: block;
	border-bottom: 1px solid #333;
	line-height: 60px;
}

.operate ul li.noline {
	border-bottom: none;
}

.none {
	display: none
}

.operate ul li.selected h4 {
	background: url(../img/j_o.png) no-repeat center right;
	
}
.operate ul li.selected h4 span{
   font-size: 18px;
	color: #333;
	font-weight: normal;
}
.operate li .list-item{
	width:100%;
	padding:10px 0;
	}
.operate li .list-item ul{
	width:50% !important;
	float:left;
}
.operate li .list-item ul a{
	text-transform:uppercase;
	}
	
	
@media screen and (max-width:767px) {
	.operate{
		display:block;
		}
	
	.banner .content .banner-ad ul li p,.banner video,.section-case ul li span {
		display: none
		
	}

	.banner .content,.inner-content {
		position: relative;
		
	}
	.inner-content{
		margin-top:80px !important;
		}

	.container {
		width: 100%!important
	}

	.header .top .logo {
		margin-top: 5px;
		padding: 0 10px;
		margin-bottom: 10px;
		width: calc(100% - 80px)
	}

	.header .top .logo img {
		width: 100%
	}

	.header .rm-nav {
		float: none;
		margin-top: 0;
		clear: both
	}

	.header .nav {
		margin-top: 10px
	}

	.header .nav ul li {
		padding: 5px;
		width: 33.3333%;
		text-align: center
	}

	.banner {
		width: 100%
	}

	.banner .content {
		left: 0;
		margin-left: 0;
		width: 100%;
		height: 80vh;
		background: url(../img/ban_m.png) no-repeat;
		background-size: 100%
	}

	.banner .content .banner-ad {
		left: 0;
		right: 0;
		bottom: 0;
		margin-left: 0
	}

	.banner .content .banner-ad ul li {
		padding: 10px 0
	}

	.title1 {
		padding: 30px 0
	}

	.title1 h1,.title1 h2 {
		font-size: 26px
	}

	.title1 h2 {
		font-size: 18px;
		margin-top: 20px;
	}
	.title1 h2  span{
		display:block;
		}

	.section {
		padding: 60px 0
	}

	.section .stitle h2 {
		font-size: 24px;
		font-weight: 700;
		text-transform: uppercase
	}

	.section .content {
		margin-top: 50px
	}

	.section-about {
		padding: 0;
		width: 100%
	}

	.section-about .swiper-container {
		height: 600px;
		left: 0;
		margin-left: 0;
		width: 100%
	}

	.section-about .swiper-pagination {
		left: 10px;
		bottom: 30px
	}

	.section-about .swiper-pagination-bullet {
		width: 10px;
		height: 10px
	}

	.section-about .about-content {
		float: none;
		padding: 30px 10px;
		width: 100%
	}

	.section-about .about-content h3 {
		margin-bottom: 30px;
		font-size: 24px
	}

	.section-about .about-content h4 {
		margin: 20px 0 5px;
		font-size: 16px
	}

	.section-about .about-content p {
		font-size: 12px;
		line-height: 16px
	}

	.section-about .about-content .btn {
		margin-top: 30px
	}

	.section-case {
		height: 600px
	}

	.section-case ul li {
		float: left;
		padding: 0 15px;
		margin-bottom: 20px;
		width: 50%
	}

	.section-case ul li img {
		margin: 0 auto 20px;
		max-width: 100%
	}

	.section-tech {
		padding-bottom: 100px;
		height: auto;
		background-image: none
	}

	.section-tech .content {
		margin-top: 30px;
		padding: 0 10px
	}

	.section-tech ul li {
		position: relative;
		float: left;
		margin-right: 0;
		width: 50%;
	}
.section-tech ul li .btn{
	padding:12px 5px;
	font-size:11px;
	}
	.section-tech ul li img {
		margin: 0 auto 15px
	}

	.inner-content .pro-detail,.inner-content .pro-list {
		margin-left: 0;
		margin-top: 10px
	}

	.section-tech ul li h5 {
		height: 30px;
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
		letter-spacing: 0px;
	}

	.inner-bar,.inner-content .inner-nav,.inner-content .pro-detail .pic i,.section-product ul li .btn,.section-product ul li p {
		display: none
	}

	.section-product {
		padding: 30px 0 0 0;
	}
	.xzjxbanner{
		margin-top:20px;
		}

	.section-product .content {
		margin-top: 15px
	}

	.section-product .ban {
		margin-top: 30px;
		
	}

	.section-product .ban-2 {
		background: url(../img/p2.jpg) top center no-repeat;
		background-size: 100%
	}

	.section-product ul {
	}

	

	.section-product ul li h5 {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
		text-align: center;
		word-break:break-all
	}

	.ad {
		margin: 15px 0 10px 0;
		
	}
	.footer ul li{
		padding: 0 5px;
	}
	.footer ul .footerdx {
		display:none;
		}
	.footer ul li.tel {
		width: 100%
	}

	.footer .copy .container {
		padding: 10px
	}

	.inner-content .container {
		width: 100%;
		padding: 0 10px;
	}

	.inner-content .pro-list ul li {
		float: none;
		margin-right: 0;
		width: 100%;
	}

	.inner-content .pro-list ul li img {
		width: 100%;
		max-width: 100%
	}

	.inner-content .pro-detail .pic {
		width: 100%;
		float: left
	}

	.inner-content .pro-detail .pic img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px
	}

	.inner-content .pro-detail .detail {
		margin-left: 0;
		width: 100%
	}
	.inner-content .pro-detail .detail .ptitle{
		background: url(../img/ptitle.jpg) no-repeat -230px 0px;
	}
	.inner-content .pro-detail .detail .ptitle3{
		background: url(../img/ptitle3.jpg) no-repeat -230px 0px;
	}

	.inner-content .pro-detail .detail .pinfoimg img {
		width: 100%;
		max-width: 100%
	}

	.inner-content .pro-detail .detail .ptitle2 {
		padding: 10px 0;
		font-size: 18px
	}
	.section-case .container  .content ul{
	background: none !important;
	}
	.newslist ul li{
	width: 96%;
	margin: 2px 2%;
	
	}
	.newslist-cont{
		width: 98%;
		margin: 80px 1% 0 1%;
	}
	.newscont img{
	width: 100%;
	}
	.page1{
	width: 98%;
	margin: auto;
	}
	.page1 .page1nr{
		padding: 10px;
		background-image: none;
		height: auto;
		background-color: #272727 !important;
	}
	.page1 ul{
		width: 100%;
		margin: 0px;
	}
	.page1 .page1img{
		width: 80%;
		margin: 0 10%;
	}
	.page1 ul h2{
		font-size: 20px;
	}
	.page1 ul p{
		font-size: 16px;
	}
	.page1 ul img{
		display: none;
	}
	.page2{
	width: 95%;
	margin: auto;
	}
	.page2nr{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.page2nr .page2img{
		width: 70%;
	}
	.page3{
	width: 98%;
	padding-top: 10px;
	margin: 0 auto 40px;
	}
	.page3 ul{
		width: 100%;
		padding: 15px;
		background: #272727;
		height: auto;
	}
	.page3 ul li{
		height: 140px;
	}
	.page3 ul li p{
		width:200px;
		word-break:break-all
	}
	.page4{
		width: 98%;
		margin: auto;
	}
	.page4 ul{
		width: 98%;
		margin: 0 1%;
	}
	.page4  h4{
		padding-left: 0px;
		text-align: center;
	}

	.inner-content .pro-detail .detail {

	width:100%;
	}
	.section-tech ul li:hover{
	margin-top:0px;
	}
	.newslist {
    margin: 80px 0 20px 0;
}
.section-product1 , .section-product2 {
	margin-top:25px;
	}

}

@media (min-width:767px) and (max-width:1850px) {
	.container {
		width: 1200px!important
	}
    .section-tech{	
		height: 680px;
        background:  #f6f6f6;
		}
	.section-tech ul li {
		width: 280px;
	
	}


	

	.inner-content .pro-list ul li {
		width: 280px;
			height:370px;
	}
	.inner-content .job-list ul li{
		width:430px;
		height:150px;
		}

	.inner-content .pro-detail .pic {
		width: 300px
	}

	.inner-content .pro-detail .detail {
		width: 570px
	}
	.inner-content .pro-detail .detail .ptitle {
		width:570px;
    background: url(../img/ptitle.jpg) no-repeat -100px 0px;
	}
	.inner-content .pro-detail .detail .ptitle3 {
		width:570px;
    background: url(../img/ptitle3.jpg) no-repeat -100px 0px;
	}
	.footer ul li{
		    padding: 0px 5px;

		}
	
	
	
}
.yjdh:hover{
	background:none !important;
	border-bottom:3px solid #ff3600;
	}
.yjdh{
	background:none !important;
	}







.message{
	margin:  40px auto  80px;
	}
label{
	display:inline-block;
	margin:.7rem 1rem;
	width:130px;
	text-align:left;
	vertical-align: top;
	}

.form-group{
	margin:1rem;
	}
.form-group div{
	width:700px;
	display:inline-block;
	vertical-align: top;
	}
.form-control{display:block;width:100%;height:calc(2.25rem + 2px);padding:.375rem .75rem;font-size:1rem;line-height:1.5;color:#495057;background-color:#fff;background-clip:padding-box;border:1px solid #ced4da;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}
.form-control50{
	width:50%;
	float:left;
	}
.form-controlimg{
	float:left;
	margin-left:10px;
	height:35px;
	}
.form-group button{
	width:200px;
	height:35px;
	line-height:35px;
	background:#333;
	color:#fff;
	border:none;
	}

@media screen and (max-width:767px) {
	
	label{
		text-align:left;
		width:100%;
		margin: .5rem 0rem;
		}
	.form-group div{
		width:100%;
		}
	
	}








