/* Write your styles */
body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0} 
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;} 
a{text-decoration:none} 
a:hover{#000;text-decoration:none} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 

/**pc端**/
@media screen and (min-width:1024px){	
	.pc_header{
		width:100%;
		height:41px;
		background:#000000;
	}
	
	.pc_header_middle{
		width:1244px;
		height:41px;
		margin:0 auto;
	}
	
	.pc_header_middle_left{
		width:460px;
		height:41px;
		float:left;
	}
	
	.pc_header_middle_left ul li{
		width:172px;
		height:41px;
		float:left;
		color:#fff;
	}
	
	.lang{
		width:150px;
		height:41px;
		line-height:41px;
		color:#fff;
		float:right;
	}
	
	.lang a{
		color:#fff;
	}
	
	.info{
		position:relative;
		top:-15px;
	}
	
	.pc_nav{
		width:100%;
		height:89px;
		background:#ffffff;
	}
	
	.pc_nav_middle{
		width:1244px;
		height:89px;
		margin:0 auto;
	}
	
	.index_logo{
		width:151px;
		height:89px;
		float:left;
	}
	
	.nav_list{
		width:768px;
		height:89px;
		float:right;
	}
	
	.nav_list ul li a{
		width:80px;
		height:89px;
		float:left;
		display:block;
		color:#494848;
		line-height:89px;
		font-size:16px;
		margin-right:22px;
	}
	
	.pc_banners{
		width:100%;
		height:100%;
	}
	
	
		.flexslider{position:relative;height:500px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}

		.slides{position:relative;z-index:1;}

		.slides li{height:500px;}

		.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}

		.flex-control-nav li{display:inline-block;width:14px;height:14px;margin:0 5px;*display:inline;zoom:1;}

		.flex-control-nav a{display:inline-block;width:14px;height:14px;line-height:40px;overflow:hidden;background:url(../images/dot.png) right 0 no-repeat;cursor:pointer;}

		.flex-control-nav .flex-active{background-position:0 0;}



		.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}

		.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute;}

		.flex-direction-nav li a.flex-prev{left:40px;background:url(../images/prev.png) center center no-repeat;}

		.flex-direction-nav li a.flex-next{right:40px;background:url(../images/next.png) center center no-repeat;}
		
		
		.pc_cases{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#fff;
	}
	
	.pc_cases ul li a{
		display:block;
		width:33.33%;
		height:100%;
		float:left;
		position:relative;
	}
	
	.pc_case_imgs_hover{
		position:absolute;
		top:0px;
		z-index:99999;
		display:none;
	}
	
	.pc_case_imgs_hover img{
		width:100%;
	
	}
	
	.pc_cases ul li a {
		color:#000;
	}
	
	
	.pc_case_imgs{
		width:100%;
		height:100%;
	}
	
	.pc_case_imgs img{
		width:100%;
	}
	
	.pc_case_names{
		text-align:center;
		padding:5%;
	}
	
	.pc_case_names_en{
		font-size:22px;
		font-family:'Arial';
		font-weight:bold;
	}
	
	.pc_case_names_cn{
		font-size:18px;
		font-family:'微软雅黑';
	}
	
	.pc_contents{
		width:100%;
		height:100%;
		overflow:hidden;
		background:#f4f4f4;
	}
	
	.pc_content_middle{
		width:90%;
		height:100%;
		margin:0 auto;
		position:relative;
		left:3%;
	}
	
	.pc_content_middle_products{
		width:100%;
		height:100%;
		padding-top:5%;
	}
	
	.pc_content_middle_products_left{
		width:40%;
		height:85vh;
		float:left;
		background:#fff;
	}
	
	.pc_product_remarks{
		width:100%;
		height:100%;
		margin-top:22.5%;
		padding-bottom:11%;
	}
	
	.product_title_en{
		font-family:'Arial';
		font-size:30px;
		color:#cdcdcd;
	}
	
	.product_title_cn{
		font-size:28px;
		margin-top:10px;
	}
	
	.index_product_pic{
		width:60%;
		height:85vh;
		float:left;
		position:relative;
		left:-7%;
		padding-top:2%;
	}
	
	.product_title_more a{
		display:block;
		width:160px;
		height:43px;
		line-height:43px;
		text-align:center;
		color:#fff;
		background:#b2b2b2;
		margin-top:40%;
		margin-bottom:10%;
	}
	
	.pc_about{
		width:100%;
		height:100%;
		margin:0 auto;
		margin-top:5%;
	}
	
	
	.pc_about_left{
		width:60%;
		height:80vh;
		float:left;
		position:relative;
		z-index:99999;
	}
	
	.about_imgs{
		width:98%;
		height:100%;
    	overflow: hidden;
	}
	
  
  
	.about_imgs img{
		width:100%;
		margin-top:3%;
        transition: all 0.6s ease 0s;
    	overflow: hidden;
	}
  
  
  .about_imgs img:hover{

	transform: scale(1.2,1.2);

}


	
	.clear{
		clear:both;
	}
	
	.pc_about_right{
		width:40%;
		height:80vh;
		background:#fff;
		float:left;
		position:relative;
		left:-8%;
	}
	
	.about_remarksx{
			margin-top:10%;
			line-height:2.5em;
			color:#aeaeae;
	}
	
	.pc_service_lists{
		width:100%;
		height:100%;
		padding-top:5%;
	}
	
	.pc_gongyi{
		width:50%;
		height:100%;
		float:left;
       overflow: hidden;
	}
	
	.pc_gongyi_img{
		width:100%;
		height:100%;
       overflow: hidden;
	}
	
	.pc_gongyi_img img{
		width:100%;
      	transition: all 0.6s ease 0s;
    	overflow: hidden;
	}
  
    .pc_gongyi_img img:hover{
          transform: scale(1.2,1.2);
    }
	
	.pc_newss_title{
		width:100%;
		height:231px;
		background:url(../images/pc_news_title_02.jpg);
		background-position:50% 50%;
	}
	
	.pc_newss_middle{
		width:90%;
		height:100%;
		margin:0 auto;
		padding-top:3%;
	}
	
	.pc_newss_middle ul li{
		width:31%;
		height:100%;
		float:left;
		margin-right:2%;
	}
	
	.index_news_imgs{
		width:100%;
	}
	
	.index_news_imgs img{
		width:100%;
	}
	
	.pc_news_info{
		width:100%;
		height:100%;
		padding:5%;
	    text-align:center;
	}
	
	.pc_news_info a{
			color:#000;
	}
	
	.pc_news_titlesx{
		text-align:center;
		font-size:15px;
	
	}
	
	.pc_news_remarks{
		margin-top:3%;
	}
	
	.news_mores{
		margin-top:3%;
	}
	
	.index_footerx {
		width: 100%;
		height: 100%;
		background: #373737;
		overflow: hidden;
		padding-top: 1%;
	}
	
	.index_footer_middle {
		width:90%;
		height: 100%;
		margin: 0 auto;
	}
	
	.index_footer_middle_left {
		width: 70%;
		height: 100%;
		float: left;
	}
	
	.index_footer_middle_left_meuns {
		width: 100%;
		height: 100%;
		margin-top: 3%;
		font-size: 14px;
	}
	
	p {
		word-wrap: break-word;
	}
	
	.index_footer_middle_left_meuns a {
		color: #b0abab;
	}
	
	.footer_info {
		width: 100%;
		height: 100%;
		line-height: 2em;
		margin-top: 3%;
		font-size: 14px;
		color: #b0abab;
	}
	
	.copyright {
		width: 100%;
		height: 6vh;
		line-height: 6vh;
		border-top: 1px solid #505050;
		border-bottom: 1px solid #505050;
		margin-top: 3%;
		color: #b0abab;
		font-size:14px;
	}
	
	.index_footer_middle_right {
		width: 25%;
		height: 100%;
		float: right;
	}
	
	.pcs_links {
		width: 100%;
		height: 75px;
		background: #ededed;
	}
	
	.pcs_links_middle {
		width:90%;
		height: 75px;
		line-height: 75px;
		margin: 0 auto;
	}
	
	.pcs_links a{
		color:#000;
	}
	
	/**电脑版隐藏地方**/
		.mobiles{
			display:none;
		}
		
	.mobiles_listsx{
		display:none;
	}
	/**电脑版隐藏地方**/
	
	
	/**内页样式**/
	.neiye_banner{
		width:100%;
		height:400px;
	}
	
	.urHere {
		width: 1200px;
		font-size: 14px;
		margin: 0 auto;
		line-height: 3;
	}
	
	
	.ptab {
		width: 1200px;
		margin: 0 auto;
		height: 60px;
		line-height: 60px;
		text-align: center;
	}
	
	.ptab>ul {
		display: inline-block;
	}
	
	
	.ptab>ul>li {
		float: left;
		font-size: 15px;
		position: relative;
		padding: 0 18px;
	}
	
	li {
		list-style: none;
	}
	
	.ptab>ul>li>a {
		display: block;
		color: black;
		position: relative;
	}
	
	.ptab-select {
		color: #000 !important;
	}
	
	.fl:after {
		content: "";
		display: block;
		height: 0;
		clear: both;
	}
	
	.content {
		background-color: #f2f4f8;
		padding: 40px 0;
	}
	
	
	.box {
		width: 1200px;
		background-color: white;
		margin: 0 auto;
		padding: 30px;
	}

	div {
		box-sizing: border-box;
	}
	
	/**内页样式**/
}	
/**pc端**/


/**手机端**/
@media screen and (max-width:1024px){
	/**pc端隐藏**/
	.pc_header{
		display:none;
	}
	
	.pc_nav{
		display:none;
	}
	
	.pc_banners{
		display:none;
	}
	
	.pc_cases{
		display:none;
	}
	
	.pc_contents{
		display:none;
	}
	
	
	.pc_service_lists{
		display:none;
	}
	
	.pc_newss{
		width:100%;
		height:100%;
	}
	
	.pc_listsx{
		display:none;
	}
	
	/**pc端隐藏**/
	
	.mobiles{
		max-width:640px;
		height:100%;
		margin:0 auto;
	}
	
	.mobile_header {
		max-width: 640px;
		height: 100%;
		background: #fff;
		overflow: hidden;
		margin: 0 auto;
	}
	
	.mobile_header_logo {
		width: 50%;
		height: 100%;
		float: left;
		margin: 3%;
		margin-top: 2%;
		margin-bottom: 0px;
	}
	
	.mobile_header_logo img {
		width: 100%;
	}
	
	img {
		border: 0;
		vertical-align: middle;
	}
	
	.mobile_meuns {
		width: 20%;
		height: auto;
		float: right;
		text-align: right;
		margin: 7%;
		margin-right: 3%;
	}
	
	.am-offcanvas {
		display: none;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 1090;
		background: rgba(0,0,0,.15);
	}
	
	.sidenav {
		background: #ffffff;
		width: 150px;
		position: absolute;
		top: 0;
		bottom: 0;
		padding-top: 50px;
	}
	
	.am-offcanvas-content ul li {
		width: 100%;
		float: left;
		height: 50px;
	}
	
	.sidenav li {
		list-style-type: none;
		text-align: center;
		font-size: 14px;
		font-family: 微软雅黑;
	}
	
	.am-offcanvas-content a {
		color: #ccc;
	}
	
	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	.mobile_banner {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
		margin: 0 auto;
	}
	
	
	.mobiles_services {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
	}
	
	.module {
		position: relative;
	}
	
	.content .header {
		padding: 35px 14px 30px 14px;
	}
	
	.content .header p.title {
		color: #444;
		font-size: 1.8rem;
	}
	
	.content .header p.title {
		text-align: center;
	}
	
	.content .header p.subtitle {
		color: #c1c1c1;
		font-size: 1.2rem;
	}
	
	.content .header p.subtitle {
		text-align: center;
	}
	
	.npagePage.mvideom .content, .mvideom .module-content {
		padding: 0 10px;
	}
	
	.mvideom .content_list .videom_item {
		
		float: left;
	}
	
	.mvideom .content_list .videom_item .wrap {
		margin: 10px;
	}
	
	.mvideom .content_list .image img {
		float: none;
		width: 100%;
	}
	
	.mvideom .content_list .item_info {
		padding: 10px 10px;
	}
	
	.mvideom .content_list .item_info .title {
		width: 100%;
		height: 20px;
		line-height: 20px;
		font-size: 1.6rem;
		color: #464646;
	}
	
	.ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display: inline-block;
		max-width: 100%;
	}
	
	p {
		word-wrap: break-word;
	}
	
	.mvideom .content_list .video_details {
		display: none;
	}
	
	.fa {
		display: inline-block;
		font: normal normal normal 14px/1 FontAwesome;
		font-size: inherit;
		text-rendering: auto;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
	#mpage {
		background-color: #f8f8f8;
		margin-top: 3%;
	}
	
	.module {
		position: relative;
	}
	
	.plr10 {
		padding: 0 20px;
	}
	
	#mpage .content .header {
		padding: 50px 14px 30px 0px;
	}
	
	
	#mpage .description {
		line-height: 2rem;
	}
	
	#mpage .description {
		text-align: left;
	}
	
	#mpage a.more {
		width: 80%;
		height: 38px;
		display: block;
		margin: 25px auto 50px;
		line-height: 38px;
		text-align: center;
		color: #fff;
		font-family: "HELVETICANEUELTPRO-THEX";
		border: #4E4E4E 1px solid;
		background: #4E4E4E;
		border-radius: 0px;
		position: relative;
	}
	
	
	#mpage .fimg {
		width: 100%;
		height: auto !important;
		overflow: hidden;
	}
	
	
	#mpage .fimg {
		background-size: 100% auto;
		-moz-background-size: 100% auto;
		background-repeat: no-repeat;
		margin-top: 20px;
	}
	
	#mpage .fimg img {
		width: 100%;
		margin: 0;
		display: block;
		float: none;
	}
	
	
	.mobiles_services {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
	}
	
	.mobile_about_pic {
		max-width: 640px;
		height: 100%;
		margin-top: 3%;
	}
	
	#mnews {
		background-color: #f8f8f8;
		height: auto;
		margin-top:10%;
	}
	
	
	#newslist .newstitem {
		border-bottom: rgba(0,0,0,0.05) 1px solid;
	}
	
	#newslist .newstitem {
		height: 140px;
		padding-bottom: 0;
	}
	
	#newslist .newstitem .newsdate {
		float: left;
	}
	
	
	#newslist .newsinfo .md {
		text-align: right;
	}
	
	#newslist .newstitem .md {
		color: #8a8a8a;
		font-size: 16px;
		line-height: 0px;
		height: 0;
		padding: 0 60px 0 0;
	}
	
	#newslist .newsdate p {
		font-family: "HELVETICANEUELTPRO-THEX", Arial;
	}
	
	p {
		word-wrap: break-word;
	}
	
	#newslist a{
		color:#6a6a6a;
	}
	
	#newslist .newsinfo .year {
		color: #bdbdbd;
		font-size: 16px;
		line-height: 0;
		padding: 0;
		margin-left: 55px;
		text-align: left;
	}
	
	#newslist .newsbody {
		margin-top:25px;
	}
	
	.ellipsis {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		display:block;
		max-width: 100%;
		padding-top:10%;
	}
	
	#newslist .newsbody .description {
		width: 100%;
		height: 45px;
		line-height: 22px;
		font-size: 1.3rem;
		color: #6a6a6a;
		overflow: hidden;
		margin-top: 10px;
	}
	
	.pcs_frineds_link {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
	}
	
	.pcs_friends_link_middle {
		max-width: 640px;
		height: 100%;
		padding: 2%;
	}
	
	.feedbacksx {
		max-width: 640px;
		height: 100%;
	}
	
	#mcontact {
		background-color: rgb(255, 255, 255);
		padding-bottom: 40px;
	}
	
	#mcontact {
		display: flex;
		flex-direction: column;
	}
	
	.module {
		position: relative;
	}
	
	#contactform {
		padding: 24px 5% 0px;
	}
	
	#contactform input, textarea {
		width: 100%;
		vertical-align: middle;
		color: rgb(51, 51, 51);
		margin-bottom: 10px;
		background-color: transparent;
		border-width: 1px;
		border-style: solid;
		border-color: rgb(236, 236, 236);
		border-image: initial;
		padding: 10px 20px;
		transition: all 0.3s ease-out 0s;
	}
	
	
	#contactform .submit {
		color: #fff;
		font-family: HELVETICANEUELTPRO-THEX;
		border: #4E4E4E 1px solid;
		background: #4E4E4E;
		border-radius: 0px;
		width: 55%;
		margin: 30px auto 40px auto;
		display: block;
		text-align: center;
		margin-top: 5%;
	}
	
	.index_footers {
		width: 100%;
		height: 8vh;
		background: #4E4E4E;
		position: fixed;
		bottom: 0;
		z-index: 9999;
		background-position: 50% 50%;
	}
	
	
	.index_footers ul li a {
		display: block;
		width: 20%;
		height: 8vh;
		float: left;
		text-align: center;
	}
	
	.clear{
		clear:both;
	}
	
	.mobile_banners {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
	}
	
	.mobile_content_list {
		max-width: 640px;
		height: 100%;
		margin: 0 auto;
		padding-bottom: 5%;
	}
	
	.about_menu li {
		display: block;
		font-size: 14px;
		margin-bottom: 5px;
		background: #f9f9f9;
	}
	
	.news_menu a {
		padding: 5px;
		display: block;
		font-size: 1.3rem;
		width: 32%;
		text-align: center;
		height: 50px;
		line-height: 50px;
		float: left;
	}
	
	
	.about_menu li .a_main {
		width: 100%;
		height: 30px;
		display: block;
		font-size: 14px;
		overflow: hidden;
		-webkit-box-flex: 1;
		float: left;
		line-height: 30px;
		text-align: center;
		font-family: '微软雅黑';
	}
	
	.a_detail {
		min-height: 100%;
		background: #ffffff;
		color: #555555;
		line-height: 160%;
	}
	
	
	.index_product_list {
		max-width: 640px;
		height: auto;
		margin: 0 auto;
		margin-top: 2%;
	}
	
	.index_product_list ul li {
		width: 50%;
		height: auto;
		padding: 1%;
		float: left;
	}
	
	.mobiles_listsx{
		max-width:640px;
		height:100%;
		margin:0 auto;
	}
}
/**手机端**/