* {
			padding: 0;
			margin: 0;

			font-family: "微软雅黑";
		}
		.baidu{  padding: 35px 0;}
		.baidu .ziliao h3{ font-size:14px; color:#333333; line-height:2;}
		.baidu .ziliao p{ font-size:24px; color:#0067b3; font-weight:bold;}
		.baidu .ziliao h2{ font-size:16px; font-weight:bold;}
		body,
		div,
		dl,
		dt,
		dd,
		ul,
		ol,
		li,
		h1,
		h2,
		h3,
		h4,
		h5,
		h6,
		pre,
		form,
		fieldset,
		input,
		textarea,
		p,
		blockquote,
		th,
		td {
			padding: 0;
			margin: 0;
		}
		
		table {
			border-collapse: collapse;
			border-spacing: 0;
		}
		
		fieldset,
		img {
			border: 0;
		}
		body{
			overflow-x: hidden;
		}
		a {
			color: #000;
			text-decoration: none;
		}
		
		address,
		caption,
		cite,
		code,
		dfn,
		em,
		th,
		var {
			font-weight: normal;
			font-style: normal;
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		h1,
		h2,
		h3,
		h4,
		h5,
		h6 {
			font-weight: normal;
			font-size: 100%;
		}
		
		q:before,
		q:after {
			content: "";
		}
		
		ol,
		ul {
			list-style: none;
		}
		
		img{
			vertical-align: middle;
		}
		@font-face{
			font-family:siyuan;
			src:url("../font/SourceHanSansCN-Light.otf");
		}
		@font-face{
			font-family:fzlt;
			src:url("../font/FZLTTHJW.TTF");
		}
		@font-face{
			font-family:fzRui;
			src:url("../font/FZRuiZYJW.TTF");
		}
		@font-face{
			font-family:fzxb;
			src:url("../font/FZXBSJW.TTF");
		}
		.pc {
			display: block;
		}
		
		.mobile {
			display: none;
		}
		
		.container {
			width: 1200px;
			margin: 0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		.container1300{
			width: 1300px;
			margin:0 auto;
			box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
		}
		
		.left {
			float: left;
		}
		
		.right {
			float: right;
		}
		
		.clear {
			clear: both;
		}
		
		.clearfix:after {
			content: '';
			overflow: hidden;
			clear: both;
			visibility: hidden;
			display: block;
		}
		
		.banner .swiper-slide {
		    text-align: center;
		    font-size: 18px;
		    background: #fff;
		    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;
		    overflow: hidden;
		}
		.header{
			padding: 20px 0;
		}
		.header .logo{
			float: left;
		}
		.header .logo img{
			height:78px;
		}
		.header .h_contact{
			float: right;
			padding-top: 15px;
		}
		.header .h_contact p{
			font-size: 16px;
			color: #333333;
		}
		.header .h_contact h3{
			font-size: 25px;
			font-weight: bold;
			color: #1a1a1a;
		}
		.nav{
			background: #0067b3;
			
		}
		.nav .container{
			position: relative;

		}
		.nav .container>ul{
			font-size: 0;
		}
		.nav .container>ul>li{
			display: inline-block;
			position: relative;
		}
		.nav .container>ul>li>a{
			font-size: 16px;
			color: #fff;
			display: block;
			padding: 20px 43px;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			border-top:1px solid #0067b3;
			border-bottom:1px solid #0067b3;
			transition: .2s all ease-in-out;
		}
		.nav .container>ul>li>a:hover{
			background: #fff;
			color: #0067b3;
			border-top:1px solid #0067b3;
			border-bottom:1px solid #0067b3;
		}
		.nav .container>ul>li>a.on{
			background: #fff;
			color: #0067b3;
			border-top:1px solid #0067b3;
			border-bottom:1px solid #0067b3;
		}
		.nav .n_contact{
			position: absolute;
			right: 0;
			top: 12px;
		}
		.nav .n_contact .item{
			display: inline-block;
			padding-left: 10px;
			position:relative;
		}
		.nav .n_contact .item .wcode{
			position:absolute;
			display:none;
			padding:10px;
			background:#fff;
			z-index:1000; 
		}
		.nav .n_contact .item .wcode img{
			width:120px;  
		}
		.nav .n_contact .item:hover .wcode{
			display:block;
		}
		.nav .container>ul>li .sec_nav{
			position: absolute;
			width: 395px;
			background: #fff;
			z-index: 999;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 10px 25px;
			display: none;
		}
		.nav .container>ul>li:hover .sec_nav{
			display: block;
		}
		.nav .container>ul>li .sec_nav ul li a{
			font-size: 15px;
			padding: 8px 0;
			display: inline-block;
		}
		.nav .container>ul>li .sec_nav ul li a:hover{
			color: #0067b3;
		}
		.nav .container>ul>li .sec_nav ul{
			float: left;
		}
		.nav .container>ul>li .sec_nav .pic{
			float: right;
			width: 65%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 15px;
		}
		.nav .container>ul>li .sec_nav .pic img{
			display: none;
			width: 100%;
		}
		.nav .container>ul>li .sec_nav .pic img:first-child{
			display: block;
		}
		.index_about{
			background: url(../images/index_about_bg.jpg) no-repeat center top;
			height: 514px;
		}
		.index_about .leftinfo{
			padding: 55px 25px 0 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			width: 50%;
			float: left;
		}
		.index_about .leftinfo .title p{
			font-size: 16px;
			color: #666666;
		}
		.index_about .leftinfo .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
			line-height: 2;
		}
		.index_about .leftinfo .title .line{
			width: 50px;
			background-color: #999999;
			height: 2px;
			margin: 10px 0;
		}
		.index_about .leftinfo .zw p{
			font-size: 14px;
			color: #666666;
			line-height: 1.5;
		}
		.index_about .leftinfo .zw a{
			display: inline-block;
			background: #0067b3;
			font-size: 16px;
			color: #fff;
			padding: 5px 30px;
			border-radius: 20px;
			margin-top: 35px;
		}
		.index_about .rightimg{
			width: 50%;
			float: right;
			padding: 60px 0 0 0;
		}
		.index_business .title{
			padding: 40px 0;
		}
		.index_business .title .stitle{
			float: left;
		}
		.index_business .title .stitle p{
			font-size: 16px;
			color: #666666;
		}
		.index_business .title .stitle h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.index_business .title a{
			float: right;
			display: inline-block;
			padding: 5px 30px;
			background: #f2f2f2;
			color: #333333;
			border:1px solid #d6d6d6;
			border-radius: 15px;
			margin-top: 20px;
			transition: .2s all ease-in-out;
		}
		.index_business .title a:hover{
			background: #0067b3;
			color: #fff;
		}
		.index_business .index_business_list .item{
			float: left;
			width: 32.4%;
			margin-right: 1.4%;
			position: relative;
			margin-bottom: 25px;
		}
		.index_business .index_business_list .item a{
			display: block;
		}
		.index_business .index_business_list .item:nth-child(3n){
			margin-right: 0;
		}
		.index_business .index_business_list .item img{
			width: 100%;
		}
		.index_business .index_business_list .item .desc{
			position: absolute;
			width: 100%;
			bottom: 0;
			left: 0;
			text-align: center;
			background: rgba(206,206,206,.5);
			padding: 5px;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.index_business .index_business_list .item .desc p{
			font-size: 18px;
			color: #222222;
		}
		.index_business .index_business_list .item .hover{
			position: absolute;
			height: 100%;
			text-align: center;
			width: 100%;
			left: 0;
			top: 0;
			background: url(../images/quan.png) no-repeat center;
			background-color: rgba(54,95,175,.8);
			display: flex;
			vertical-align: middle;
			align-items: center;
			transition: .4s all ease-in-out;
			transform: scale(0);
		}
		.index_business .index_business_list .item .hover p{
			color: #fff;
			font-size: 18px;
			margin: 0 auto;
		}
		.index_business .index_business_list .item:hover .hover{
			transform: scale(1);
		}
		.index_business .index_business_list .item:hover .desc{
			display: none;
		}
		.index_case{
			background: #f5f5f5;
		}
		.index_case .title{
			padding: 40px 0;
		}
		.index_case .title .stitle{
			float: left;
		}
		.index_case .title .stitle p{
			font-size: 16px;
			color: #666666;
		}
		.index_case .title .stitle h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.index_case .title a{
			float: right;
			display: inline-block;
			padding: 5px 30px;
			background: #f2f2f2;
			color: #333333;
			border:1px solid #d6d6d6;
			border-radius: 15px;
			margin-top: 20px;
			transition: .2s all ease-in-out;
		}
		.index_case .title a:hover{
			background: #0067b3;
			color: #fff;
		}
		.index_case_list .swiper-slide{
			padding-left: 40px;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			border-right: 2px solid #bfbfbf;
		}
		.index_case_list .swiper-slide .img{
			background-size: cover;
			height: 320px;
			background-repeat: no-repeat;
			background-position: center;
			width: 90%;
			overflow: hidden;
		}
		.index_case_list .swiper-slide img{
			max-width: 90%;
		}
		.index_case_list .swiper-slide .info h3{
			font-size: 18px;
			color: #333333;
			font-weight: bold;
			padding: 15px 0;
		}
		.index_case_list .swiper-slide .info span{
			font-size: 14px;
			color: #808080;
			border-bottom: 3px solid #a0a0a0;
			padding-bottom: 10px;
			transition: .3s all ease-in-out;
		}
		.index_case_list .swiper-container{
			padding-bottom: 45px;
		}
		.index_case_list .swiper-slide a:hover .info span{
			color: #0067b3;
			font-size: 14px;
			border-bottom: 3px solid #0067b3;
		}
		.index_new .title{
			padding: 40px 0;
		}
		.index_new .title .stitle{
			float: left;
		}
		.index_new .title .stitle p{
			font-size: 16px;
			color: #666666;
		}
		.index_new .title .stitle h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.index_new .title .new_cate{
			float: right;
			padding-top: 25px;
		}
		.index_new .title .new_cate ul li{
			display: inline-block;
			margin-left: 10px;
		}
		.index_new .title .new_cate ul li a{
			display: block;
			padding: 5px 30px;
			background: #f2f2f2;
			color: #333333;
			border:1px solid #d6d6d6;
			border-radius: 15px;
			transition: .3s all ease-in-out;
		}
		.index_new .title .new_cate ul li a:hover{
			background: #0067b3;
			color: #fff;
		}
		.index_new .index_new_list{
			padding-bottom: 50px;
		}
		.index_new .index_new_list .leftfirst{
			float: left;
			width: 38%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding:50px 30px 31px 30px;
			border:1px solid #a0a0a0;
		}
		.index_new .index_new_list .leftfirst .img{
			text-align: center;
		}
		.index_new .index_new_list .leftfirst .img img{
			width: 100%;
		}
		.index_new .index_new_list .leftfirst .info h3{
			font-size: 16px;
			color: #333;
			font-weight: bold;
			padding: 30px 0;
		}
		.index_new .index_new_list .leftfirst .info p{
			font-size: 14px;
			color: #333333;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			-webkit-box-orient: vertical;
			line-height: 1.5;
		}
		.index_new .index_new_list .leftfirst .info .date{
			padding-top: 25px;
		}
		.index_new .index_new_list .leftfirst .info .date span{
			font-size: 18px;
			color: #333333;
			float: left;
		}
		.index_new .index_new_list .leftfirst .info .date .more{
			font-size: 14px;
			color: #333;
			float: right;
			border-bottom: 3px solid #333;
			padding-bottom: 5px;
		}
		.index_new .index_new_list .leftfirst:hover h3{
			color: #0067b3;
		}
		.index_new .index_new_list .leftfirst:hover .info .date .more{
			color: #0067b3;
			border-bottom: 3px solid #0067b3;
		}
		.index_new .index_new_list .rightlist{
			width: 60%;
			float: right;
		}
		.index_new .index_new_list .rightlist .new_item{
			overflow: hidden;
			padding: 23px 0;
			border-bottom: 1px solid #a0a0a0;
		}
		.index_new .index_new_list .rightlist .new_item:first-child{
			padding: 0 0 23px 0;
		}
		.index_new .index_new_list .rightlist .img{
			width: 30%;
			float: left;
			overflow: hidden;
		}
		.index_new .index_new_list .rightlist .img img{
			width: 100%;
			transition: .3s all ease-in-out;
		}
		.index_new .index_new_list .rightlist .info{
			width: 68%;
			float: right;
		}
		.index_new .index_new_list .rightlist .info h3{
			font-size: 16px;
			color: #333333;
			font-weight: bold;
			padding:5px 0 10px 0;
		}
		.index_new .index_new_list .rightlist .info p{
			font-size: 14px;
			color: #333333;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 2;
			line-clamp: 2;
			-webkit-box-orient: vertical;
			line-height: 1.5;
		}
		.index_new .index_new_list .rightlist .info span{
			font-size: 16px;
			color: #333333;
			margin-top: 15px;
			display: inline-block;
		}
		.index_new .index_new_list .rightlist .new_item:hover img{
			transform: scale(1.1);
		}
		.index_new .index_new_list .rightlist .new_item:hover .info h3{
			color: #0067b3;
		}

		.footer{
			padding: 45px 0;
			background: #e9e9e9;
		}
		.footer .title{
			text-align: center;
		}
		.footer .title p{
			font-size: 16px;
			color: #666666;
		}
		.footer .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.footer .zhengwen .left_c{
			float: left;
			width: 50%;
		}
		.footer .zhengwen .left_c .footlogo{
			width: 300px;
			margin-bottom: 15px;
		}
		.footer .zhengwen .left_c p{
			font-size: 16px;
			color: #333333;
			padding: 3px 0;
		}
		.footer .zhengwen .left_c p.grey{
			font-size: 14px;
			color: #666666;
			padding: 6px 0;
		}
		.footer .left_c a.jituan{
		display:inline-block;
		font-size: 15px;
		color: #666666;
		padding: 8px 25px;
		background:url(../images/gogo.png) no-repeat center left;
		}
		.footer .left_c a.jituan:hover{
			color:#0067b3;
		}
		.footer .zhengwen .left_c p.mob{
			font-size: 36px;
			color: #666;
			background: url(../images/mobile_icon.png) no-repeat center left;
			padding:10px 0 10px 50px;
		}
		.footer .zhengwen .left_c p.gzh{
			font-size: 12px;
			color: #333333;
			padding-left:8px; 
		}
		.footer .zhengwen .left_c .itemcode{
			display:inline-block;
			text-align:center;
			padding-right:15px;
		}
		.footer .footform{
			float: right;
			width: 50%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-left: 75px;
		}
		.footer .footform p{
			font-size: 16px;
    color: #333333;
    padding: 3px 0; 
		}
		.footer .footform input[type=text]{
			width: 100%;
			border:1px solid #d6d6d6;
			background: #fff;
			height: 36px;
			margin: 10px 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-left: 15px;
			outline: none;
		}
		.footer .footform textarea{
			height: 100px;
			background: #fff;
			border:1px solid #d6d6d6;
			margin: 10px 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-left: 15px;
			padding-top: 10px;
			outline: none;
			width: 100%;
			color: #757575;
		}
		.footer .footform input[type=submit]{
			background: #0067b3;
			color: #fff;
			font-size: 16px;
			border:0;
			padding: 5px 50px;
		}
		.footer .zhengwen{
			padding: 45px 0;
		}
		.copyright{
			background: #868686;
			text-align: center;
			padding: 5px 0;
		}
		.copyright p{
			font-size: 14px;
			color: #fff;
		}
		.copyright a{
			font-size: 14px;
			color: #fff;
		}
		.banner_noindex {
		    height: 398px;
		    background-position: top center;
		    background-repeat: no-repeat;
		}
		.about_jj .leftxinxi{
			width: 50%;
			float: left;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-right: 45px;
		}
		.about_jj{
			padding: 55px 0;
			background: #f6f6f6;
		}
		.about_jj .stitle p{
			font-size: 16px;
			color: #666666;
		}
		.about_jj .stitle h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_jj .stitle .line{
			width: 62px;
			height: 2px;
			background:#b5b5b5;
			margin: 35px 0;
		}
		.about_jj .rightimg{
			width: 50%;
			float: right;
		}
		.about_jj .about_linian h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
			padding: 40px 0 15px 0;
		}
		.about_jj .about_linian p{
			font-size: 22px;
			color: #0067b3;
			font-weight: 100;
			display:list-item; 
			list-style-type:disc; 
			margin-left:1em;
			padding: 12px 0;
		}
		.about_culture{
			padding: 55px 0;
		}
		.about_culture .title{
			text-align: center;
		}
		.about_culture .title p{
			font-size: 16px;
			color: #666666;
		}
		.about_culture .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_culture .title .line{
			height: 2px;
			background: #b5b5b5;
			width: 60px;
			display: inline-block;
			margin-top: 25px;
		}
		.about_culture .about_culture_list{
			padding-top: 30px;
		}
		.about_culture .about_culture_list .item{
			background: url(../images/sixsite.png) no-repeat center;
			float: left;
			width: 218px;
			height: 252px;
			text-align: center;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 40px 12px 0 12px;
			margin-right: 109px;
			background-size:99% auto;
		}
		.about_culture .about_culture_list .item:last-child{
			margin-right: 0;
		}
		.about_culture .about_culture_list .item h3{
			font-size: 18px;
			color: #0067b3;
			padding: 15px 0;
		}
		.about_culture .about_culture_list .item p{
			font-size: 14px;
			color: #333333;
		}
		.about_bb{
			background: url(../images/aboutbb.jpg) no-repeat center;
			height: 628px;
		}
		.about_bb .rightinfo{
			float: right;
			width: 50%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding:40px 10px 0 60px;
		}
		.about_bb .rightinfo .item{
			background: url(../images/foursite.png) no-repeat center left;
			
			padding: 30px 0 30px 40px;
		}
		.about_bb .rightinfo h3{
			font-size: 18px;
			color: #0067b3;
		}
		.about_bb .rightinfo h3 span{
			font-size: 24px;
		}
		.about_bb .rightinfo p{
			font-size: 14px;
			color: #454545;
			line-height: 2;
		}
		.about_credit{
			padding: 55px 0;
		}
		.about_credit .title{
			text-align: center;
		}
		.about_credit .title p{
			font-size: 16px;
			color: #666666;
		}
		.about_credit .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_credit .title .line{
			height: 2px;
			background: #b5b5b5;
			width: 60px;
			display: inline-block;
			margin-top: 25px;
		}
		.about_credit .about_credit_list{
			padding-top: 30px;
		}
		.about_credit .about_credit_list .leftimg{
			width: 50%;
			float: left;
		}
		.about_credit .about_credit_list .leftimg img{
			width: 100%;
		}
		.about_credit .about_credit_list .rightinfo{
			padding: 35px 0 0 50px;
			width: 50%;
			float: right;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.about_credit .about_credit_list .rightinfo h3{
			font-size: 22px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_credit .about_credit_list .rightinfo p{
			font-size: 16px;
			color: #666666;
			line-height: 2;
		}
		.about_patent{
			padding: 55px 0;
			background: #f6f6f6;
		}
		.about_patent .title{
			text-align: center;
		}
		.about_patent .title p{
			font-size: 16px;
			color: #666666;
		}
		.about_patent .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_patent .title .line{
			height: 2px;
			background: #b5b5b5;
			width: 60px;
			display: inline-block;
			margin-top: 25px;
		}
		.about_patent .about_patent_list{
			padding-top: 40px;
		}
		.about_patent .leftinfo{
			float: left;
			padding-top: 40px;
		}
		.about_patent .leftinfo h3{
			font-size: 22px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_patent .leftinfo p{
			font-size: 16px;
			color: #666;
			line-height: 2;
		}
		.about_patent .rightimg{
			float: right;
		}
		.about_rongyu{
			padding: 55px 0;
		}
		.about_rongyu .title{
			text-align: center;
		}
		.about_rongyu .title p{
			font-size: 16px;
			color: #666666;
		}
		.about_rongyu .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_rongyu .title .line{
			height: 2px;
			background: #b5b5b5;
			width: 60px;
			display: inline-block;
			margin-top: 25px;
		}
		.about_rongyu .about_rongyu_list{
			padding-top: 30px;
		}
		.about_rongyu .about_rongyu_list .leftimg{
			float: left;
			width: 55%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.about_rongyu .about_rongyu_list .rightinfo{
			float: right;
			width: 45%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 0 0 0 50px;
		}
		.about_rongyu .about_rongyu_list .rightinfo h3{
			font-size: 22px;
			color: #0067b3;
			font-weight: bold;
		}
		.about_rongyu .about_rongyu_list .rightinfo p{
			font-size: 16px;
			color: #666666;
			line-height: 2;
		}
		.cate_nav{
			background: #eeeeee;
		}
		.cate_nav ul{
			font-size: 0;
			text-align: center;
		}
		.cate_nav ul li{
			display: inline-block;
			width: 12%;
		}
		.cate_nav ul li a{
			display: block;
			font-size: 14px;
			color: #333333;
			border:1px solid #eeeeee;
			padding: 20px 0;
			background: #fff;
			border-top:0;
		}
		.cate_nav ul li a:hover{
			background: #0067b3;
			color: #fff;
		}
		.cate_nav ul li a.on{
			background: #0067b3;
			color: #fff;
		}
		.fuwu_zw{
			padding: 60px 0;
		}
		.fuwu_zw .leftimg{
			float: left;
			width: 50%;
		}
		.fuwu_zw .leftimg img{
			width: 100%;
		}
		.fuwu_zw .rightinfo{
			float: right;
			width: 50%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 30px 20px 0 70px;
		}
		.fuwu_zw .rightinfo h3{
			font-size: 20px;
			color: #0067b3;
			font-weight: bold;
			padding-bottom: 20px;
			margin-bottom:25px;
			border-bottom: 1px solid #eeeeee;
		}
		.fuwu_zw .rightinfo p{
			font-size: 14px;
			color: #666666;
			line-height: 2;
			text-indent: 2em;
		}
		.fuwu_zw .rightinfo a{
			display: inline-block;
			padding: 10px 60px;
			background: #0067b3;
			color: #fff;
			font-size: 14px;
			margin-top: 100px;
		}
		.fuwu_detail .title{
			background: #eeeeee;
			text-align: center;
			padding: 10px 0;
		}
		.fuwu_detail .title p{
			font-size: 18px;
			color: #333333;
		}
		.fuwu_detail .content{
			padding: 30px 0;
		}
		.fuwu_detail .content img{
			max-width: 100%;
		}
		.product_list{
			padding: 60px 0 45px 0;
		}
		.product_list ul li{
			float: left;
			width: 24%;
			margin-right: 1.33%;
			background: #f3f3f3;
			text-align: center;
			padding: 60px 8px 30px 8px;
			margin-bottom: 15px;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
		}
		.product_list ul li:nth-child(4n){
			margin-right: 0;
		}
		.product_list ul li img{
			height: 240px;
			transition:.3s all ease-in-out;
		}
		.product_list ul li:hover img{
			transform:scale(1.1);
		}
		.product_list ul li p{
			font-size: 14px;
			color: #333;
			margin-top: 20px;
			white-space:nowrap;
			text-overflow:ellipsis;
			-webkit-text-overflow:ellipsis;
			overflow:hidden;
		}
		.product_list ul li h3{
			font-size: 14px;
			color: #333;
			margin-top: 20px;
			white-space:nowrap;
			text-overflow:ellipsis;
			-webkit-text-overflow:ellipsis;
			overflow:hidden;
		}
		.page{
			text-align: center;
			padding-top: 30px;
		}
		.page a,.page span{
			border:1px solid #b5b5b5;
			color: #666666;
			padding: 0 10px;
		}
		.page a.on,.page span.on{
			background: #0067b3;
			color: #fff;
		}
		.case_list{
			padding: 30px 0 50px 0;
		}
		.case_list .item{
			overflow: hidden;
			padding: 20px 0;
		}
		.case_list .item .leftimg{
			width: 50%;
			float: left;
		}
		.case_list .item .rightinfo{
			width: 50%;
			float: right;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 35px 35px 0 35px;
			border:1px solid #999999;
			height: 268.5px;
			position: relative;
			transition: .3s all ease-in-out;
			
		}
		.case_list .item .leftimg img{
			width: 100%;
		}
		.case_list .item .rightinfo h3{
			font-size: 18px;
			color: #333333;
			margin-bottom: 15px;
		}
		.case_list .item .rightinfo p{
			font-size: 14px;
			color: #666666;
			line-height: 2;
		}
		.case_list .item .rightinfo span{
			background: #0067b3;
			color: #fff;
			display: inline-block;
			padding: 3px 10px;
			position: absolute;
			right: 35px;
			bottom:20px;
		}
		.case_list .item:nth-child(2n) .leftimg{
			float: right;
		}
		.case_list .item:nth-child(2n+1) .rightinfo{
			border-left:0;
		}
		.case_list .item:nth-child(2n) .rightinfo{
			float: left;
			border-right:0; 
		}
		.case_list .item:hover .rightinfo{
			background: #0067b3;
			color: #fff;
		}
		.case_list .item:hover .rightinfo h3{
			color: #fff;
		}
		.case_list .item:hover .rightinfo p{
			color: #fff;
		}
		.case_list .item:hover .rightinfo span{
			background: #fff;
			color: #0067b3;
		}
		.news_list{
			padding: 60px 0;
		}
		.news_list .item{
			overflow: hidden;
			border:1px solid #eeeeee;
			margin-bottom:30px;
			transition: .2s all ease-in-out;
		}
		.news_list .img{
			float: left;
			width: 30%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 20px;
		}
		.news_list .img img{
			width: 100%;
		}
		.news_list .item .info{
			float: right;
			width: 68%;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 35px 55px 0 0;
			position:relative;
			height:190px;
		}
		.news_list .item .info h3{
			font-size: 18px;
			color: #0067b3;
			font-weight: bold;
			margin-bottom: 8px;
		}
		.news_list .item .info p{
			font-size: 14px;
			color: #666666;
			line-height: 2;
			overflow: hidden;
			text-overflow: ellipsis;
			display: -webkit-box;
			-webkit-line-clamp: 3;/*超出3行部分显示省略号，去掉该属性 显示全部*/
			-webkit-box-orient: vertical;
		}
		.news_list .item .info .date{
			padding-top: 10px;
			position: absolute;
		    width: 100%;
		    bottom: 0;
		}
		.news_list .item .info .datetime{
			font-size: 18px;
			color: #666666;
		}
		.news_list .item .info .more{
			font-size: 18px;
			color: #666666;
			float: right;
			margin-right:55px;
		}
		.news_list .item:hover{
			background: #eeeeee;
			border-bottom: 3px solid #0067b3;
		}
		.news_list .item:hover .more{
			color: #0067b3;
		}
		.zhaoshang_join{
			padding: 55px 0;
		}
		.zhaoshang_join .title{
			text-align: center;
		}
		.zhaoshang_join .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_join .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
		}
		.zhaoshang_join .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_join .desc{
			padding-top:30px;
		}
		.zhaoshang_join .desc h3{
			font-size:16px;
			color:#333333;
			font-weight:bold;
			padding-bottom:8px; 
		}
		.zhaoshang_join .desc p{
			font-size:16px;
			color:#333333;
			line-height:2;
		}
		.zhaoshang_join .descT{
			padding:40px 0;
		}
		.zhaoshang_join .descT .left{
			width:40%;
			padding-left:60px;
		}
		.zhaoshang_join .descT .right{
			width:40%;
		}
		.zhaoshang_join .descT h3{
			font-size:18px;
			color:#333333;
			font-weight:bold;
			line-height:2;
		}
		.zhaoshang_join .descT p{
			font-size:14px;
			color:#333333;
			line-height:2;
		}
		.zhaoshang_join .form{
			border:1px solid #eee;
			padding: 45px 0;
			margin-top: 25px;
		}
		.zhaoshang_join .item{
			margin-bottom: 20px;
		}
		.zhaoshang_join .first input[type=text]{
			width: 80%;
			border:1px solid #eee;
			height: 30px;
			outline: none;
		}
		.zhaoshang_join .first .half{
			width: 50%;
			float: left;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 0 20px;
		}
		.zhaoshang_join .first select{
			width: 80%;
			border:1px solid #eee;
			height: 30px;
			outline: none;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-left:10px;
		}
		.zhaoshang_join span{
			float: left;
			width: 100px;
			font-size: 14px;
			color: #666666;
			margin-top: 5px;
		}
		.zhaoshang_join .secound{
			padding-left: 20px;
		}
		.zhaoshang_join .secound input[type=text]{
			width: 88.8%;
			border:1px solid #eee;
			height: 30px;
			outline: none;
		}
		.zhaoshang_join .secound textarea{
			width: 88.8%;
			border:1px solid #eee;
			height: 100px;
			outline: none;
		}
		.zhaoshang_join .submit{
			text-align: center;
		}
		.zhaoshang_join .submit input{
			border:1px solid #0067b3;
			background: #0067b3;
			color: #fff;
			padding: 3px 55px;
			font-size: 18px;
			letter-spacing: 2px;
		}
		.zhaoshang_mark{
			padding: 55px 0 0 0;
			background: url(../images/zhaoshangbg.jpg) no-repeat center top;
			
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.zhaoshang_mark .cc{
			padding:40px 0 10px 0;
			text-align:right;
		}
		.zhaoshang_mark .cc p{
			font-size: 12px;
    color: #000;
		}
		.zhaoshang_mark .title{
			text-align: center;
		}
		.zhaoshang_mark .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_mark .title p.xx{
			font-size:14px;
			line-height:2;
		}
		.zhaoshang_mark .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
			margin-top:5px;
			margin-bottom:15px;
		}
		.zhaoshang_mark .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_mark .zhaoshang_mark_list{
			padding-top: 55px;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item{
			float: left;
			width: 32%;
			margin-right:2%; 
			text-align: center;
			background: #fff;
			border-radius: 10px;
			position:relative;
			cursor:pointer;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item:last-child{
			margin-right: 0;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .img img{
			width: 100%;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .info{
			opacity:1;
			position:absolute;
			width:100%;
			top:30%;
			text-align:center;
			transition:.5s all ease-in-out;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .info h3{
			font-size:22px;
			color:#fff;
			display:inline-block;
			background:#0067b3;
			padding:8px 65px;
			border-radius:5px;
			font-weight:bold;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .info p{
			font-size: 18px;
			color: #fff;
			line-height: 1.8;
			margin-top:22px;
			background: rgba(0,0,0,.5);
    display: inline-block;
    padding: 0 15px;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .info .line{
			width: 100%;
			height: 2px;
			background: #0067b3;
			margin-top: 20px;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .mask{
			position:absolute;
			left:0;
			top:0;
			width:100%;
			height:100%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding:15% 20px 0 20px;
			opacity:0;
			transition:.5s all ease-in-out;
			background: rgba(0,0,0,.5);
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .mask p{
			font-size:14px;
			color:#fff;
			line-height:2;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item .mask h3{
			font-size:16px;
			color:#fff;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item:hover .info{
			opacity:0;
		}
		.zhaoshang_mark .zhaoshang_mark_list .item:hover .mask{
			opacity:1;
		}
		.zhaoshang_partner{
			padding: 55px 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.zhaoshang_partner .title{
			text-align: center;
		}
		.zhaoshang_partner .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_partner .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
		}
		.zhaoshang_partner .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_partner .zhaoshang_partner_list{
			padding-top: 30px;
		}
		.zhaoshang_partner .zhaoshang_partner_list ul li{
			width: 225px;
		    margin-left: 18px;
		    margin-bottom: 18px;
		    float: left;
		}
		.zhaoshang_partner .zhaoshang_partner_list ul li:nth-child(5n+1) {
		    margin-left: 0px;
		}
		.zhaoshang_partner .zhaoshang_partner_list ul li img{
			width: 100%;
		}
		.zhaoshang_adv{
			padding: 55px 0 0 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			background: #e4e4e4;
		}
		.zhaoshang_adv .title{
			text-align: center;
		}
		.zhaoshang_adv .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_adv .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
		}
		.zhaoshang_adv .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_adv .adv_content{
			background: url(../images/l4-1.png) no-repeat center 60px;
			padding: 90px 0 50px 0;
		}
		.zhaoshang_adv .adv_content .item{
			width: 30%;
		}
		.zhaoshang_adv .adv_content .item .top img{
			float: left;
		}
		.zhaoshang_adv .adv_content .item .top .xinx{
			float: left;
			padding: 3px 0 0 10px;
		}
		.zhaoshang_adv .adv_content .item .top h3{
			font-size: 18px;
			color: #0067b3;
			font-weight: bold;
		}
		.zhaoshang_adv .adv_content .item .info{
			padding-top: 15px;
		}
		.zhaoshang_adv .adv_content .item .info p{
			font-size: 14px;
			color: #595959;
			line-height: 2;
		}
		.zhaoshang_adv .adv_content .item:nth-child(2n) .top img{
			float: right;
		}
		
		.zhaoshang_adv .adv_content .item:nth-child(2n) .top .xinx{
			text-align: right;
			float: right;
			padding: 3px 10px 0 0;
		}
		.zhaoshang_adv .adv_content .item:nth-child(2n) .info{
			text-align: right;
		}
		.zhaoshang_adv .adv_content .secounditem{
			padding-top: 60px;
		}
		.zhaoshang_adv .advcontent2 {
			padding:60px 0 0 0;
		}
		.zhaoshang_adv .advcontent2 .info{
			width:50%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding:10px 100px 0 30px;
		}
		.zhaoshang_adv .advcontent2 .info h3{
			font-size:24px;
			color:#333333;
			font-weight:bold;
		}
		.zhaoshang_adv .advcontent2 .info p.sec{
			font-size:18px;
			color:#333333;
			line-height:2;
		}
		.zhaoshang_adv .advcontent2 .info .line{
			width:40px;
			height:2px;
			background:#333333;
			margin:15px 0 5px 0;
		}
		.zhaoshang_adv .advcontent2 .info .detail{
			font-size:14px;
			color:#333333;
			line-height:2;
		}
		.zhaoshang_adv .advcontent2 .img{
			width:50%;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.zhaoshang_adv .advcontent2 .img img{
			width:100%;
		}
		.zhaoshang_adv .advcontent2 .secoundt{
			padding:60px 0;
		}
		.zhaoshang_adv .zsbottom .title{
			text-align:center;
			padding-bottom:30px;
		}
		.zhaoshang_adv .zsbottom .title h3{
			font-size:24px;
			color:#333333;
			font-weight:bold;
		}
		.zhaoshang_adv .zsbottom .title .line{
			width:40px;
			height:2px;
			background:#333;
		}
		.zhaoshang_adv .zsbottom .zw{
			text-align:center;
		}
		.zhaoshang_adv .zsbottom .zw h3{
			font-size:30px;
			color:#333333;
		}
		.zhaoshang_adv .zsbottom .zw h3 span{
			font-size:48px;
			color:#0067b3;
		}
		.zhaoshang_adv .bobg{
			background:url(../images/zsbto.jpg) no-repeat center;
			height:140px;
		}
		.zhaoshang_support{
			padding: 55px 0 0 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.zhaoshang_support .title{
			text-align: center;
		}
		.zhaoshang_support .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_support .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
		}
		.zhaoshang_support .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_support .zhaoshang_support_list{
			background: url(../images/zhaoshang_sup.jpg) no-repeat center top;
			height: 633px;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding-top: 100px;
			margin-top: 30px;
		}
		.zhaoshang_support .zhaoshang_support_list ul li{
			width: 23%;
			margin-right: 2.6%;
			height: 177px;
			background:url(../images/tuoyuan.png) no-repeat center top;
			text-align: center;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			border-radius: 10px;
			position: relative;
			cursor: pointer;
			float: left;
			margin-bottom: 45px;
		}
		.zhaoshang_support .zhaoshang_support_list ul li:nth-child(4n){
			margin-right: 0;
		}

		.zhaoshang_support .zhaoshang_support_list ul li .number{
			width:50%;
			font-size:70px;
			color:#fff;
			font-weight:bold;
			height:100%;
			border-radius:10%;
			float:left;
			line-height:177px;
			transition:.3s all ease;
		}
		.zhaoshang_support .zhaoshang_support_list ul li .wz{
			float:right;
			width:50%;
			transition:.3s all ease;
		}
		.zhaoshang_support .zhaoshang_support_list ul li .wz img{
			height:54px;
			margin:25px 0 10px 0;
		}
		.zhaoshang_support .zhaoshang_support_list ul li .wz h3{
			font-size:18px;
			font-weight:bold;
			color:#fff;
			letter-spacing:1px;
			line-height:1.8;
		}
		.zhaoshang_support .zhaoshang_support_list ul li .mask{
			position:absolute;
			width:100%;
			height:100%;
			left:0;
			top:0;
			box-sizing:border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			background:rgba(139,139,139,.5);
			border-radius: 15px;
			padding:40px 40px 0 40px;
			opacity:0;
			transition:.3s all ease;
		}
		.zhaoshang_support .zhaoshang_support_list ul li .mask p{
			font-size:16px;
			color:#fff;
			line-height:2;
			text-align:left;
		}
		.zhaoshang_support .zhaoshang_support_list ul li:hover{
			background:none;
		}
		.zhaoshang_support .zhaoshang_support_list ul li:hover .number{
			opacity:0;
		}
		.zhaoshang_support .zhaoshang_support_list ul li:hover .wz{
			opacity:0;
		}
		.zhaoshang_support .zhaoshang_support_list ul li:hover .mask{
			opacity:1;
		}
		.zhaoshang_zd{
			padding: 0 0 55px 0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
		}
		.zhaoshang_zd .title{
			text-align: center;
		}
		.zhaoshang_zd .title p {
		    font-size: 16px;
		    color: #666666;
		}
		.zhaoshang_zd .title h3 {
		    font-size: 32px;
		    color: #0067b3;
		    font-weight: bold;
		}
		.zhaoshang_zd .title .line {
		    height: 2px;
		    background: #b5b5b5;
		    width: 60px;
		    display: inline-block;
		    margin-top: 25px;
		}
		.zhaoshang_zd .zhaoshang_zd_list{
			padding-top: 30px;
		}
		.zhaoshang_zd .zhaoshang_zd_list .swiper-slide{
			width: 700px;
		}
		.zhaoshang_zd .zhaoshang_zd_list .swiper-slide img{
			width: 100%;
		}
		.product_show{
			padding: 60px 0;
		}
		.product_show .pd_show{
			width: 35%;
			float: left;
		}
		.product_show .pd_show .swiper-slide{
			background: #e5e5e5;
			text-align: center;
		}
		.product_show .pd_show .swiper-slide img{
			width: 60%;
		}
		.product_show .pd_show .gallery-top .swiper-slide img{
			width: 60%;
		}
		.product_show .pd_show .gallery-top{
			margin: 0 0 20px 0;
		}
		.product_show .pd_show .gallery-top .swiper-slide{
			padding: 30px 0;
		}
		.product_show .pd_show .gallery-thumbs .swiper-slide{
			padding: 15px 0;
		}
		.product_show .pd_show .swiper-button-next{
			background: url(../images/rightgo.png) no-repeat;
			width: 27px;
			height: 27px;
		}
		.product_show .pd_show .swiper-button-next:after{
			content: '';
		}
		.product_show .pd_show .swiper-button-prev{
			background: url(../images/leftgo.png) no-repeat;
			width: 27px;
			height: 27px;
		}
		.product_show .pd_show .swiper-button-prev:after{
			content: '';
		}
		.product_show .pro_info{
			float: right;
			width: 62%;
		}
		.product_show .pro_info h3{
			font-size: 22px;
			color: #0067b3;
		}
		.product_show .pro_info p.dd{
			font-size: 14px;
			color: #666666;
			padding: 15px 0;
			border-bottom: 1px dotted #d5d5d5;
		}
		.product_show .pro_info p.dd span{
			color: #333333;
			font-weight: bold;
		}
		.product_show .pro_info .desc{
			padding-top: 30px;
		}
		.product_show .pro_info .desc p{
			font-size: 14px;
			color: #454545;
			line-height: 2;
		}
		.pdshow_info img{
			max-width: 100%;
		}
		.pdshow_info{
			padding:0 0 60px 0;
		}
		.pdshow_info ol,.pdshow_info ul{
			list-style:disc ;
		}
		.pdshow_info span,.pdshow_info p{
			font-size:14px;
			color:#333;
			line-height:2;
		}
		.case_show .title{
			text-align: center;
		}
		.case_show .title h3{
			font-size: 22px;
			color: #0067b3;
			padding: 60px 0;
		}
		.case_show .vi{
			text-align: center;
		}
		.case_show .maincase{
			width:80%;
		}
		.case_show .moreimg{
			padding: 30px 0;
			position: relative;
		}
		.case_show .moreimg .swiper-container{
			width: 90%;
		}
		.case_show .moreimg .swiper-slide img{
			width: 100%;
		}
		.case_show .moredesc h3{
			font-size: 16px;
			color: #333333;
			text-align: center;
			border-bottom:1px solid #999999;
			padding:25px 0; 
		}
		.case_show .moredesc .xmxq{
			padding:30px 0; 
		}
		.new_show .title{
			text-align: center;
			padding: 50px 0 25px 0;
			border-bottom: 1px dotted #d7d7d7;
		}
		.new_show .title h3{
			font-size: 22px;
			color: #0067b3;
			font-weight: bold;
			padding-bottom: 15px;
		}
		.new_show .title p{
			font-size: 14px;
			color: #777777;
		}
		.new_show .ns_info{
			padding: 20px 0;
		}
		.new_show .ns_info img{
			max-width: 100%;
		}
		.new_show .ns_info p,.new_show .ns_info span{
			font-size:14px;
			color:#333;
			line-height:2;
		}
		.new_page_next{
			margin: 15px 0;
		}
		.new_page_next .item{
			float: left;
			background: #f0f0f0;
			box-sizing: border-box;
			-webkit-box-sizing:border-box;
			-moz-box-sizing:border-box;
			padding: 10px 0;
			text-align: center;
			border:1px solid #dadada;
		}
		.new_page_next .item:first-child{
			width: 40%;
		}
		.new_page_next .item:nth-child(2){
			width: 20%;
		}
		.new_page_next .item:last-child{
			width: 40%;
		}
		.new_page_next .item p{
			font-size: 14px;
			color: #666666;
		}
		.new_page_next .item a{
			font-size: 14px;
			color: #666666;
		}
		.contact{
			padding: 55px 0;
		}
		.contact .title{
			text-align: center;
		}
		.contact .title h3{
			font-size: 32px;
			color: #0067b3;
			font-weight: bold;
		}
		.contact .title p{
			font-size: 16px;
			color: #666666;
		}
		.contact .map{
			padding: 50px 0 0 0;
			position: relative;	
		}
		.contact .mapinfo{
			position: absolute;
			width: 230px;
			background: #0067b3;
			top: 100px;
			right: 30px;
			z-index: 999;
			color: #fff;
			padding: 15px ;
		}
		.contact .mapinfo h3{
			font-size: 16px;
			
			padding: 18px 0 18px 40px;
		}
		.contact .mapinfo p{
			font-size: 16px;
			line-height: 2;
		}
		.contact .mapinfo .pho{
			background: url(../images/pho_icon.png) no-repeat left center;
		}
		.contact .mapinfo .wx_g{
			background: url(../images/mail_icon.png) no-repeat left center;
		}
		.contact .mapinfo .add{
			background: url(../images/addr_icon.png) no-repeat left center;
		}
		.contact .mapinfo img{
			width:120px;
		}
		.video_list{
			padding:55px 0;
		}
		.video_list .item{
			float:left;
			width:32%;
			margin-right:2%;
			margin-bottom:5px;
		}
		.video_list .item:nth-child(3n){
			margin-right:0;
		}
		.video_list .item .desc{
			text-align:center;
			padding:10px 0;
		}
		.video_list .item .desc p{
			font-size:16px;
			color:#333;
		}
		.join_cate{
			background:url(../images/joinbb.jpg) no-repeat center;
			min-height:680px;
			text-align:center;
		}
		.join_cate .title{
			text-align:center;
			color:#fff;
			padding-top:200px;
		}
		.join_cate .title h3{
			font-size:30px;
		}
		.join_cate .title p{
			font-size:20px;
		}
		.join_cate .wclick{
			background:#fff;
			display:inline-block;
			text-align:center;
			padding:10px 40px;
			margin-top:60px;
		}
		.join_cate .wclick a{
			font-weight:bold;
			font-size:20px;
			margin:0 15px;
		}
		.joinlist{
			padding:60px 0;
		}
		.topbg{
			background:url(../images/zbanner.jpg) no-repeat top;
			height:970px;
		}
		.topbg .logo{
			padding:20px 0;
		}
		.topbg .ztitle{
			padding:150px 0;
		}
		.topbg .ztitle h3{
			font-size:80px;
			color:#fff;
			font-family:siyuan;
			font-weight:bold;
			line-height:90px;
		}
		.topbg .ftitle .line{
			width:100px;
			height:2px;
			background:#fff;
			margin:20px 0;
		}
		.topbg .ftitle p{
			font-size:48px;
			color:#fff;
			font-family:siyuan;
		}
		.kmbg{
			padding:60px 0;
		}
		.kmbg .bg img{
			width:100%;
		}
		.kmbg .desc{
			padding:20px 0;
		}
		.kmbg .desc p{
			font-size:24px;
			color:#333333;
			line-height:2;
			font-family:siyuan;
		}
		.lwxq .title img{
			max-width:100%;
		}
		.lwxq .lwbg{
			padding:60px 0;
			text-align:center;
		}
		.lwxq .lwbg img{
			max-width:100%;
		}
		.lwxq .lwbg2{
			text-align:center;
			box-sizing:border-box;
			-moz-box-sizing:border-box;
			-webkit-box-sizing:border-box;
			border:4px solid #1b98d6;
			border-radius:10px;
			padding:40px 0;
			margin-bottom:60px;
			
		}
		.lwxq .lwbg2 img{
			max-width:100%;
		}
		.hzys .title img{
			max-width:100%;
		}
		.hzys .hzlist{
			padding:80px 0;
		}
		.hzys .hzlist .item{
			padding:15px 0;
		}
		.hzys .hzlist .item img{
			display:inline-block;
		}
		.hzys .hzlist .item .dcc{
			display:inline-block;
			vertical-align:middle;
			padding-left:30px;
		}
		.hzys .hzlist .item .dcc h3{
			font-size:48px;
			color:#333333;
			font-family:siyuan;
		}
		.hzys .hzlist .item .dcc p{
			font-size:45px;
			color:#333333;
			font-family:fzRui;
			font-weight:bold;
		}
		.zmtj .title img{
			max-width:100%;
		}
		.zmtj .zmtjlist{
			padding:60px 0;
		}
		.zmtj .zmtjlist p{
			font-size:60px;
			color:#333;
			font-family:siyuan;
		}
		.zbottom{
			background:url(../images/zbottom.jpg) no-repeat top;
			
		}
		.zbottom .title{
			padding:300px 0 60px;
		}
		.zbottom .title img{
			max-width:100%;
		}
		.zbottom .shouji .lx{
			text-align:center;
		}
		.zbottom .shouji .lx p{
			font-size:48px;
			color:#fff;
			font-family:siyuan;
		}
		.zbottom .shouji .wx{
			font-size:0;
			padding:60px 0;
		}
		.zbottom .shouji .wx .item{
			display:inline-block;
			width:50%;
			text-align:center; 
		}
		.zbottom .shouji .wx .item img{
			width:50%;
		}
		.zbottom .shouji .wx .item p{
			font-size:28px;
			color:#fff;
			margin-top:20px;
		}
		@media screen and (min-width: 300px) and (max-width: 768px){
			.pc {
				display: none;
			}
			
			.mobile {
				display: block;
			}
			.container{
				width: 100%;
				padding: 0 10px;
				overflow: hidden;
			}
			.video_list .item {
				float: left;
				width: 49%;
				margin-right: 2%!important;
				margin-bottom: 2vw;
				
			}
			.video_list .item iframe{
				height:49vw!important;
			}
			.video_list .item:nth-child(2n){
				margin-right:0!important;
			}
			.banner img{
				width: 100%;
			}
			.header .logo img{
				height:45px;
			}
			.header .h_contact{
				display: none;
			}
			.nav{
				display: none;
			}
			.index_about .leftinfo {
			    padding: 25px 0 0 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    width: 100%;
			    float: left;
			}
			.index_about .leftinfo .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			    line-height: 2;
			}
			.index_about .leftinfo .zw a {
			    display: inline-block;
			    background: #0067b3;
			    font-size: 16px;
			    color: #fff;
			    padding: 5px 30px;
			    border-radius: 20px;
			    margin-top: 35px;
			}
			.index_about .rightimg {
			    width: 100%;
			    float: right;
			    padding: 30px 0 30px 0;
			}
			.index_about .rightimg img{
				width: 100%;
			}
			.index_about {
			    background: url(../images/index_about_bg.jpg) no-repeat center top;
			    height: auto;
			    background-size: cover; 
			}
			.index_business .title {
			    padding: 30px 0;
			}
			.index_business .title .stitle h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.index_business .title a {
			    float: right;
			    display: inline-block;
			    padding: 5px 30px;
			    background: #f2f2f2;
			    color: #333333;
			    border: 1px solid #d6d6d6;
			    border-radius: 15px;
			    margin-top: 20px;
			    transition: .2s all ease-in-out;
			    font-size: 14px;
			}
			.index_business .index_business_list .item {
			    float: left;
			    width: 49%;
			    margin-right: 2%!important;
			    position: relative;
			    margin-bottom: 2vw;
			}
			.index_business .index_business_list .item:nth-child(2n){
				margin-right: 0!important;
			}
			.index_business .index_business_list .item .desc p {
			    font-size: 14px;
			    color: #222222;
			}
			.index_case .title .stitle h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.index_case .title a {
			    float: right;
			    display: inline-block;
			    padding: 5px 30px;
			    background: #f2f2f2;
			    color: #333333;
			    border: 1px solid #d6d6d6;
			    border-radius: 15px;
			    margin-top: 20px;
			    transition: .2s all ease-in-out;
			    font-size: 14px;
			}
			.index_case_list .swiper-slide {
			    padding-left: 40px;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    border-right: 0;
			}
			.index_new .title .stitle h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.index_new .title .new_cate ul li a {
			    display: block;
			    padding: 5px 25px;
			    background: #f2f2f2;
			    color: #333333;
			    border: 1px solid #d6d6d6;
			    border-radius: 15px;
			    transition: .3s all ease-in-out;
			    font-size: 14px;
			}
			.index_new .title .new_cate ul li {
			    display: inline-block;
			    margin-left: 0;
			}
			.index_new .index_new_list .leftfirst {
			    float: left;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 20px 15px 20px 15px;
			    border: 1px solid #a0a0a0;
			}
			.index_new .index_new_list .leftfirst .info h3 {
			    font-size: 15px;
			    color: #333;
			    font-weight: bold;
			    padding: 15px 0;
			}
			.index_new .index_new_list .rightlist {
			    width: 100%;
			    float: right;
			}
			.index_new .index_new_list .rightlist .new_item:first-child {
			    padding: 15px 0 15px 0;
			}
			.index_new .index_new_list .rightlist .new_item:last-child{
				display:none;
			}
			.index_new .title .new_cate {
    float: right;
    padding-top: 25px;
    width: 100%;
}
			.index_new .index_new_list .rightlist .img {
			    width: 100%;
			    float: left;
			    overflow: hidden;
			}
			.index_new .index_new_list .rightlist .info {
			    width: 100%;
			    float: right;
			}
			.footer .zhengwen .left_c {
			    float: left;
			    width: 100%;
			}
			.footer {
			    padding: 25px 0 0 0;
			    background: #e9e9e9;
			}
			.footer .title h3 {
			    font-size: 28px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.footer .zhengwen {
			    padding: 25px 0;
			}
			.footer .zhengwen .left_c .footlogo {
			    width: 70%;
			    margin-bottom: 15px;
			}
			.footer .zhengwen .left_c p.mob {
			    font-size: 26px;
			    color: #666;
			    background: url(../images/mobile_icon.png) no-repeat center left;
			    padding: 10px 0 10px 50px;
			}
			.footer .footform {
			    float: right;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding-left: 0;
			    padding: 15px 0;
			}
			.header {
				padding: 10px 0;
			}
			.menu-open {
			    display: block;
			    position: absolute;
			    top: 0;
			    right: 0;
			    width: 70px;
			    height: 60px;
			    z-index: 1000;
			}
			.button-menu-line {
			    display: block;
			    position: absolute;
			    left: 30px;
			    width: 30px;
			    height: 3px;
			    background-color: #0067b3;
			    -webkit-transform-origin: center center 0px;
			    -moz-transform-origin: center center 0px;
			    -ms-transform-origin: center center 0px;
			    -o-transform-origin: center center 0px;
			    transform-origin: center center 0px;
			    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
			    -moz-transform: matrix(1, 0, 0, 1, 0, 0);
			    -ms-transform: matrix(1, 0, 0, 1, 0, 0);
			    -o-transform: matrix(1, 0, 0, 1, 0, 0);
			    transform: matrix(1, 0, 0, 1, 0, 0);
			    -webkit-transition: .25s;
			    -moz-transition: .25s;
			    -ms-transition: .25s;
			    -o-transition: .25s;
			    transition: .25s;
			}
			.button-menu-line--1 {
			    top: 22px;
			}
			.button-menu-line--2 {
			    top: 32px;
			}
			.button-menu-line--3 {
			    top: 42px;
			}
			.menu-open.open .button-menu-line--1 {
			    -webkit-transform-origin: center center 0px;
			    -moz-transform-origin: center center 0px;
			    -ms-transform-origin: center center 0px;
			    -o-transform-origin: center center 0px;
			    transform-origin: center center 0px;
			    -webkit-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
			    -moz-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
			    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
			    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
			    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -1);
			    top: 35px;
			}
			.menu-open.open .button-menu-line--2 {
			    -webkit-transform-origin: center center 0px;
			    -moz-transform-origin: center center 0px;
			    -ms-transform-origin: center center 0px;
			    -o-transform-origin: center center 0px;
			    transform-origin: center center 0px;
			    -webkit-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
			    -moz-transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
			    -ms-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
			    -o-transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 0, -9);
			    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, 0, -9);
			    top: 41px;
			}
			.menu-open.open .button-menu-line--3 {
			    -webkit-transform-origin: center center 0px;
			    -moz-transform-origin: center center 0px;
			    -ms-transform-origin: center center 0px;
			    -o-transform-origin: center center 0px;
			    transform-origin: center center 0px;
			    -webkit-transform: matrix(1, 0, 0, 1, 0, 3);
			    -moz-transform: matrix(1, 0, 0, 1, 0, 3);
			    -ms-transform: matrix(1, 0, 0, 1, 0, 3);
			    -o-transform: matrix(1, 0, 0, 1, 0, 3);
			    transform: matrix(1, 0, 0, 1, 0, 3);
			    opacity: 0;
			}
			.navmobile{
			    z-index: 99;
			    background: #0067b3;
			    overflow: auto;
			    margin-left: 0;
			    width: 80%;
			    top: 0;
			    margin-left: -80%;
			    height: 100%;
			    position: absolute;
			    transition: all .4s ease-in-out;
			    z-index: 999;
			}
			.navmobile>.container>ul>li>a {
			    color: #fff;
			    width: 100%;
			    float: none;
			    font-size: 14px;
			    text-align: center;
			    padding: 15px 0;
			    border-bottom: 1px solid #035d9f;
			    display: block;
			    position: relative;
			}
			.navmobile>.container>ul>li>a.cate:after{
				position: absolute;
				right: 10px;
				content: "+";
				top: 12px;
				font-size: 18px;
			}
			.navmobile>.container>ul>li>ul{
				display: none;
			}
			.navmobile>.container>ul>li>ul>li>a{
				font-size: 12px;
				color: #fff;
				padding: 10px 0;
				text-align: center;
				display: block;
			}
			.about_jj {
			    padding: 35px 0;
			    background: #f6f6f6;
			}
			.about_jj .stitle h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_jj .stitle .line {
			    width: 62px;
			    height: 2px;
			    background: #b5b5b5;
			    margin: 20px 0;
			}
			.about_jj .about_linian h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			    padding: 20px 0 15px 0;
			}
			.about_jj .about_linian p {
			    font-size: 18px;
			    color: #0067b3;
			    font-weight: 100;
			    display: list-item;
			    list-style-type: disc;
			    margin-left: 1em;
			    padding: 6px 0;
			}
			.about_jj .rightimg {
			    width: 100%;
			    float: right;
			    padding-top: 15px;
			}
			.about_jj .rightimg img{
				width: 100%;
			}
			.about_jj .leftxinxi{
			    width: 100%;
			    float: left;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding-right: 0;
			}
			.about_culture {
			    padding: 35px 0;
			}
			.about_culture .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_culture .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.about_culture .about_culture_list .item{
				width: 49%;
				margin-right: 2%!important;
				height: 64vw;
				background-size: 100% auto;
			}
			.about_culture .about_culture_list .item:nth-child(2n){
				margin-right: 0!important;
			}
			.about_culture .about_culture_list .item img{
				height: 45px;
			}
			.about_bb .rightinfo {
			    float: right;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 10px 10px 0 0;
				background:rgba(255,255,255,.5);
			}
			.about_bb .rightinfo .item {
			    background: url(../images/foursite.png) no-repeat center left;
			    padding: 20px 0 20px 40px;
			}
			.about_bb {
			    background: url(../images/aboutbb.jpg) no-repeat center;
			    height: auto;
			}
			.about_credit .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_credit .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.about_credit {
			    padding: 35px 0;
			}
			.about_credit .about_credit_list .leftimg {
			    width: 100%;
			    float: left;
			}
			.about_credit .about_credit_list .rightinfo {
			    padding: 25px 0 0 0px;
			    width: 100%;
			    float: right;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.about_credit .about_credit_list .rightinfo h3 {
			    font-size: 18px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_credit .about_credit_list .rightinfo p {
			    font-size: 15px;
			    color: #666666;
			    line-height: 2;
			}
			.about_patent {
			    padding: 35px 0;
			    background: #f6f6f6;
			}
			.about_patent .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_patent .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.about_patent .about_patent_list {
			    padding-top: 0;
			}
			.about_patent .leftinfo p {
			    font-size: 15px;
			    color: #666;
			    line-height: 2;
			}
			.about_patent .leftinfo h3 {
			    font-size: 18px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_patent .rightimg {
			    width: 100%;
			}
			.about_patent .rightimg img{
			    width: 100%;
			}
			.about_patent .leftinfo {
			    float: left;
			    padding: 20px 0;
			}
			.about_rongyu {
			    padding: 35px 0;
			}
			.about_rongyu .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_rongyu .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.about_rongyu .about_rongyu_list .leftimg {
			    float: left;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.about_rongyu .about_rongyu_list .leftimg img{
				width: 100%;
			}
			.about_rongyu .about_rongyu_list .rightinfo {
			    float: right;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 20px 0 20px 0px;
			}
			.about_rongyu .about_rongyu_list .rightinfo h3 {
			    font-size: 18px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.about_rongyu .about_rongyu_list .rightinfo p {
			    font-size: 15px;
			    color: #666666;
			    line-height: 2;
			}
			.baidu{  padding: 35px 0;}
			.baidu .ziliao h3{ font-size:14px; color:#666666;}
			
			
			
			.fuwu_zw .leftimg {
			    float: left;
			    width: 100%;
			}
			.fuwu_zw .rightinfo {
			    float: right;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 30px 0px 0 0px;
			}
			.fuwu_zw .rightinfo a {
			    display: inline-block;
			    padding: 10px 60px;
			    background: #0067b3;
			    color: #fff;
			    font-size: 14px;
			    margin-top: 20px;
			}
			.fuwu_zw {
			    padding: 40px 0;
			}
			.fuwu_zw .rightinfo h3 {
			    font-size: 20px;
			    color: #0067b3;
			    font-weight: bold;
			    padding-bottom: 15px;
			    margin-bottom: 15px;
			    border-bottom: 1px solid #eeeeee;
			}
			.product_list ul li {
			    float: left;
			    width: 49%;
			    margin-right: 2%!important;
			    background: #f3f3f3;
			    text-align: center;
			    padding: 30px 0 30px 0;
			    margin-bottom: 15px;
			}
			.product_list ul li:nth-child(2n){
				margin-right: 0!important;
			}
			.product_list ul li img {
			    height: 130px;
			}
			.product_list ul li p {
			    font-size: 12px;
			    color: #333;
			    margin-top: 20px;
			}
			.product_list ul li h3 {
			    font-size: 12px;
			    color: #333;
			    margin-top: 20px;
			}
			.product_list {
			    padding: 30px 0;
			}
			.page a, .page span {
			    border: 1px solid #b5b5b5;
			    color: #666666;
			    padding: 0 10px;
			    font-size: 13px;
			}
			.case_list .item .leftimg {
			    width: 100%;
			    float: left;
			}
			.case_list .item .rightinfo {
			    width: 100%;
			    float: right;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 15px 15px 70px 15px;
			    border: 1px solid #999999;
			    height: auto;
			    position: relative;
			    transition: .3s all ease-in-out;
				border-left:1px solid #999999!important;
				border-right:1px solid #999999!important;
				border-top:0;
			}
			.case_list .item .rightinfo h3 {
			    font-size: 17px;
			    color: #333333;
			    margin-bottom: 15px;
			}
			.news_list .img {
			    float: left;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 20px;
			}
			.news_list .item .info {
			    float: right;
			    width: 100%;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 0px 20px 55px 20px;
				height:auto;
			}
			.news_list .item .info h3 {
			    font-size: 16px;
			    color: #0067b3;
			    font-weight: bold;
			    margin-bottom: 8px;
			    line-height: 24px;
			}
			.news_list .item .info .datetime {
			    font-size: 16px;
			    color: #666666;
			}
			.news_list .item .info .more {
			    font-size: 16px;
			    color: #666666;
			    float: right;
			}
			.news_list {
			    padding: 30px 0;
			}
			.product_show .pd_show {
			    width: 100%;
			    float: left;
			}
			.product_show .pro_info {
			    float: right;
			    width: 100%;
			    padding: 15px 0;
			}
			.product_show .pro_info p.dd {
			    font-size: 14px;
			    color: #666666;
			    padding: 15px 0;
			    border-bottom: 1px dotted #d5d5d5;
			    line-height: 2;
			}
			.product_show {
			    padding: 30px 0;
			}
			.case_show .title h3 {
			    font-size: 22px;
			    color: #0067b3;
			    padding: 30px 0;
			}
			.case_show .vi iframe{
				width: 100%!important;
				height: 80vw;
			}
			.case_show .moreimg {
			    padding: 20px 0;
			    position: relative;
			}
			.case_show .moredesc h3 {
			    font-size: 16px;
			    color: #333333;
			    text-align: center;
			    border-bottom: 1px solid #999999;
			    padding: 15px 0;
			}
			.case_show .moredesc .xmxq {
			    padding: 20px 0;
			}
			.new_show .title h3 {
			    font-size: 17px;
			    color: #0067b3;
			    font-weight: bold;
			    line-height: 26px;
			    padding-bottom: 15px;
			}
			.new_show .title {
			    text-align: center;
			    padding: 30px 0 25px 0;
			    border-bottom: 1px dotted #d7d7d7;
			}
			.new_page_next .item{
				width: 100%!important;
			}
			.news_list .item .info .date {
				padding-top: 10px;
				position: absolute;
				width: 100%;
				bottom: 20px;
			}
			.banner_noindex{
				height:42vw;
				background-size:100% auto;
			}
			.zhaoshang_join {
			    padding: 35px 0;
			}
			.zhaoshang_join .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.zhaoshang_join .title .line{
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.zhaoshang_join .first .half {
			    width: 100%;
			    float: left;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 0 20px;
			}
			.zhaoshang_join span {
			    float: left;
			    width: 100px;
			    font-size: 14px;
			    color: #666666;
			    margin: 8px 0;
			}
			.zhaoshang_join .first input[type=text] {
			    width: 95%;
			    border: 1px solid #eee;
			    height: 30px;
			    outline: none;
			}
			.zhaoshang_join .first select {
				width: 95%;
				border: 1px solid #eee;
				height: 30px;
				outline: none;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding-left: 10px;
			}
			.zhaoshang_join .form {
			    border: 1px solid #eee;
			    padding: 25px 0;
			    margin-top: 25px;
			}
			.zhaoshang_mark {
			    padding: 35px 0;
			    background: url(../images/zhaoshangbg.jpg) no-repeat center top;
			    height: auto;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    background-size: cover;
			}
			.zhaoshang_mark .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.zhaoshang_mark .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item {
			    float: left;
			    width: 100%;
			    margin-right: 0%!important;
			    text-align: center;
			    background: #fff;
			    border-radius: 10px;
			    margin-bottom: 2vw;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item:nth-child(2n){
				margin-right: 0!important;
			}
			.zhaoshang_mark .zhaoshang_mark_list {
				padding-top: 20px;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item .info {
			    opacity:0;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item .info p {
			    font-size: 15px;
			    color: #fff;
			    line-height: 1.8;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item .info .line {
			    width: 100%;
			    height: 2px;
			    background: #0067b3;
			    margin-top: 15px;
			}
			.zhaoshang_mark .zhaoshang_mark_list .item .mask {
				padding: 8% 20px 0 20px;
				opacity: 1;
			}
			.zhaoshang_partner .zhaoshang_partner_list ul li {
			    width: calc((100% - 30px)/3);
			    margin-left: 15px!important;
			    margin-bottom: 15px;
			}
			.zhaoshang_partner .zhaoshang_partner_list ul li:nth-child(3n+1) {
			    margin-left: 0px!important;
			}
			.zhaoshang_partner {
			    padding: 35px 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.zhaoshang_partner .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.zhaoshang_partner .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.zhaoshang_partner .zhaoshang_partner_list {
			    padding-top: 20px;
			}
			.zhaoshang_adv {
			    padding: 35px 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    background: #e4e4e4;
			}
			.zhaoshang_adv .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.zhaoshang_adv .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.zhaoshang_adv .adv_content {
			    background: url(../images/l4-1.png) no-repeat center 30px;
			    padding: 110vw 0 0 0;
			    background-size: 100% auto;
			}
			.zhaoshang_adv .adv_content .item {
			    width: 100%;
			    padding-top: 10px;
			}
			.zhaoshang_adv .adv_content .item:nth-child(2n) .top img {
			    float: left;
			}
			.zhaoshang_adv .adv_content .item:nth-child(2n) .top .xinx {
			    text-align: left;
			    padding: 3px 10px 0px 10px;
			}
			.zhaoshang_adv .adv_content .item:nth-child(2n) .info {
			    text-align: left;
			}
			.zhaoshang_adv .adv_content .item:nth-child(2n) .top .xinx {
			    text-align: left;
			    float: left;
			}
			.zhaoshang_adv .adv_content .secounditem {
			    padding-top: 0;
			}
			.zhaoshang_adv .advcontent2 {
				padding: 30px 0 0 0;
			}
			.zhaoshang_adv .advcontent2 .info {
				width: 100%;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 10px 20px 30px 20px;
			}
			.zhaoshang_adv .advcontent2 .img {
				width: 100%;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
			.zhaoshang_adv .advcontent2 .secoundt {
    padding: 30px 0;
}
.zhaoshang_adv .zsbottom .zw h3 {
    font-size: 18px;
    color: #333333;
	line-height:2;
}
.zhaoshang_adv .zsbottom .zw h3 span {
    font-size: 22px;
    color: #0067b3;
}
.zhaoshang_support .zhaoshang_support_list ul li .wz{
	opacity:0;
}
.zhaoshang_support .zhaoshang_support_list ul li .mask .aa{
	padding-bottom:10px;
}
.zhaoshang_support .zhaoshang_support_list ul li .mask .aa img{
	display:inline-block;
	height:20px;
}
.zhaoshang_support .zhaoshang_support_list ul li .mask .aa h3{
	font-size:13px;
	color:#fff;
	display:inline-block;
}
.zhaoshang_support .zhaoshang_support_list ul li .mask {

    background: rgba(0,0,0,.5);
    border-radius: 4px;
    padding: 10px 12px 0 12px;
    opacity: 1;
}
.zhaoshang_support .zhaoshang_support_list ul li .mask p{
	font-size:12px;
}
			.zhaoshang_support {
			    padding: 35px 0 0 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.zhaoshang_support .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.zhaoshang_support .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.index_new .index_new_list .rightlist .info h3 {
			    font-size: 15px;
			    color: #333333;
			    font-weight: bold;
			    padding: 15px 0 15px 0;
			}
			.index_business .index_business_list .item .hover p {
			    color: #fff;
			    font-size: 11px;
			    margin: 0 auto;
			}
			.index_business .index_business_list .item .hover {
			    position: absolute;
			    height: 100%;
			    text-align: center;
			    width: 100%;
			    left: 0;
			    top: 0;
			    background: url(../images/quan.png) no-repeat center;
			    background-color: rgba(54,95,175,.8);
			    display: flex;
			    vertical-align: middle;
			    align-items: center;
			    transition: .4s all ease-in-out;
			    transform: scale(0);
			    background-size: 50% auto;
			}
			.cate_nav{
				display: none;
			}
			.zhaoshang_support .zhaoshang_support_list {
			    background: url(../images/zhaoshang_sup.jpg) no-repeat center top;
			    height: auto;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding-top: 60px;
			    margin-top: 30px;
			    background-size: cover;
			}
			.zhaoshang_support .zhaoshang_support_list ul li {
			    width: 49%;
				background:none;
			    margin-right: 2%!important;
			    height: 35vw;
			    background-size:100% auto;
			    text-align: center;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			    padding: 0% 8px 0 8px;
			    border-radius: 10px;
			    position: relative;
			    cursor: pointer;
			    float: left;
			    margin-bottom: 25px;
				background-size:cover;
			}
			.zhaoshang_support .zhaoshang_support_list ul li .hover p {
				font-size: 13px;
				color: #fff;
				line-height: 2;
			}
			.zhaoshang_support .zhaoshang_support_list ul li:nth-child(2n){
				margin-right: 0!important;
			}
			.zhaoshang_support .zhaoshang_support_list ul li .wz img{
				height: 45px;
				margin: 15px 0 10px 0;
			}
			.zhaoshang_support .zhaoshang_support_list ul li .wz h3 {
				font-size: 13px;
				font-weight: bold;
				color: #fff;
				letter-spacing: 1px;
				line-height: 1.8;
				margin: 10px 0;
			}
			.zhaoshang_support .zhaoshang_support_list ul li p.pp{
				font-size: 12px;
				color: #fff;
				line-height: 1.5;
				display:none;
			}
			.zhaoshang_support .zhaoshang_support_list ul li .number {
				width: 40%;
				font-size: 36px;
				color: #fff;
				font-weight: bold;
				 height: 35vw; 
				border-radius: 10%;
				float: left;
				 line-height: 35vw; 
				 opacity:0;
			}
			.zhaoshang_zd .zhaoshang_zd_list .swiper-slide {
			    width: 100%;
			}
			.zhaoshang_zd {
			    padding: 0 0 35px 0;
			    box-sizing: border-box;
			    -webkit-box-sizing: border-box;
			    -moz-box-sizing: border-box;
			}
			.zhaoshang_zd .title .line {
			    height: 2px;
			    background: #b5b5b5;
			    width: 60px;
			    display: inline-block;
			    margin-top: 15px;
			}
			.zhaoshang_zd .title h3 {
			    font-size: 23px;
			    color: #0067b3;
			    font-weight: bold;
			}
			.footer .footform p {
				font-size: 14px;
				color: #333333;
				padding: 3px 0;
			}
			.zhaoshang_join .descT h3 {
    font-size: 17px;
    color: #333333;
    font-weight: bold;
    line-height: 2;
}
.zhaoshang_join .descT p {
    font-size: 12px;
    color: #333333;
    line-height: 2;
}
.zhaoshang_join .descT {
    padding: 30px 0;
}
.zhaoshang_join .descT .left {
    width: 45%;
    padding-left: 0;
}
.zhaoshang_join .descT .right {
    width: 45%;
}
.join_cate .title h3 {
    font-size: 22px;
}
.join_cate .title p {
    font-size: 18px;
}
.join_cate .title {
    text-align: center;
    color: #fff;
    padding-top: 20px;
}
.join_cate {
    background: url(../images/joinbb.jpg) no-repeat center;
     min-height: auto; 
    text-align: center;
    padding: 30px 0;
}
.join_cate .wclick a {
    font-weight: bold;
    font-size: 14px;
    margin: 0 4px;
}
.join_cate .wclick {
    background: #fff;
    display: inline-block;
    text-align: center;
    padding: 10px 25px;
    margin-top: 50px;
}
.topbg .logo img{
	width:50%
}
.topbg .ztitle {
    padding: 30px 0;
}
.topbg .ztitle h3 {
    font-size: 22px;
    color: #fff;
    font-family: siyuan;
    font-weight: bold;
    line-height: 35px;
}
.topbg .ftitle .line {
    width: 80px;
    height: 2px;
    background: #fff;
    margin: 10px 0;
}
.topbg .ftitle p {
    font-size: 22px;
    color: #fff;
    font-family: siyuan;
}
.topbg {
    background: url(../images/zbanner.jpg) no-repeat top;
    height: auto;
    background-size: cover;
    padding-bottom: 80px;
}
.kmbg {
    padding: 30px 0;
}
.kmbg .desc p {
    font-size: 16px;
    color: #333333;
    line-height: 2;
    font-family: siyuan;
}
.lwxq .lwbg {
    padding: 30px 0;
    text-align: center;
}
.lwxq .lwbg2 {
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border: 3px solid #1b98d6;
    border-radius: 10px;
    padding: 20px 20px;
    margin-bottom: 30px;
}
.hzys .hzlist {
    padding: 40px 0;
}
.hzys .hzlist .item img {
    display: inline-block;
    width: 15%;
}
.hzys .hzlist .item .dcc {
    display: inline-block;
    vertical-align: middle;
    padding-left: 20px;
    width: 80%;
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	
}
.hzys .hzlist .item .dcc p {
    font-size: 16px;
    color: #333333;
    font-family: fzRui;
    font-weight: bold;
}
.hzys .hzlist .item .dcc h3 {
    font-size: 18px;
    color: #333333;
    font-family: siyuan;
}
.zmtj .zmtjlist p {
    font-size: 16px;
    color: #333;
    font-family: siyuan;
}
.zmtj .zmtjlist {
    padding: 30px 0;
}
.zbottom .title {
    padding: 130px 0 30px;
}
.zbottom .shouji .lx p {
    font-size: 17px;
    color: #fff;
    font-family: siyuan;
}
.zbottom .shouji .wx .item p {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
}
.zbottom .shouji .wx {
    font-size: 0;
    padding: 30px 0;
}
.zbottom {
    background: url(../images/zbottom.jpg) no-repeat top;
    background-size: cover;
}
.zbottom .shouji .wx .item img {
    width: 70%;
}
		}
		@media screen and (min-width: 769px) and (max-width: 1200px){
			.container{
				width: 100%;
				padding: 0 15px;
			}
			.about_patent .leftinfo{
				width:50%;
				padding-top: 0;
			}
			.about_patent .rightimg{
				width:50%;
			}
			.about_patent .rightimg img{
				width:100%;
			}
			.about_bb .rightinfo{
				width:55%;
			}
			.about_bb .rightinfo .item {
				background: url(../images/foursite.png) no-repeat center left;
				padding: 25px 0 25px 40px;
			}
			.nav .container>ul>li>a {
				font-size: 16px;
				color: #fff;
				display: block;
				padding: 20px 3vw;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				border-top: 1px solid #0067b3;
				border-bottom: 1px solid #0067b3;
				transition: .2s all ease-in-out;
			}
			.about_rongyu .about_rongyu_list .leftimg img{
				width:100%;
			}
			.about_rongyu .about_rongyu_list .rightinfo h3 {
				font-size: 17px;
				color: #0067b3;
				font-weight: bold;
			}
			.about_credit .about_credit_list .rightinfo h3 {
				font-size: 17px;
				color: #0067b3;
				font-weight: bold;
			}
			.about_credit .about_credit_list .rightinfo{
				    padding: 10px 0 0 50px;
			}
			.cate_nav ul li {
				display: inline-block;
				width: 15%;
			}
			.fuwu_zw .rightinfo {
				float: right;
				width: 50%;
				box-sizing: border-box;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				padding: 30px 20px 0 40px;
			}
			.fuwu_zw .rightinfo a {
				display: inline-block;
				padding: 10px 60px;
				background: #0067b3;
				color: #fff;
				font-size: 14px;
				margin-top: 20px;
			}
			.zhaoshang_partner .zhaoshang_partner_list ul li{
				width: calc((100% - 30px)/3);
				margin-left: 15px;
				margin-bottom: 15px;
			}
			.zhaoshang_partner .zhaoshang_partner_list ul li:nth-child(3n+1) { 
				margin-left: 0px;
			}
			.zhaoshang_adv .adv_content .item {
				width: 35%;
			}
		}