@charset "utf-8";

@media screen and (min-width: 1200px) {
	.pc{
		display: block;
	}
	.shouji{
		display: none;
	}
	.content {
		width: 1200px;
		margin: 0 auto;
	}
	i,
	em,
	b {
		font-style: normal;
	}

	
	/* 四大点 */
	.sidadian_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		border-bottom: 1px solid #dcdcdc;
	}
	.sidadian{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.sidadian ul li{
		float: left;
	}
	.sidadian li{
		width: 298px;
		height: 100px;
		border-left: 1px solid #dcdcdc;
		text-align: center;
	}
	.sidadian li:last-child{
		border-right: 1px solid #dcdcdc;
	}
	.sdname .da{
		font-size: 44px;
		color: #004f9c;
		font-weight: bold;
	}
	.sdname .xiao{
		font-size: 16px;
		color: #999999;
		height: 32px;
		line-height: 32px;
		display: table-cell; /*主要是这个属性*/
		vertical-align: middle;
		text-align: center;
		padding-left: 90px;
	}
	.sdname .xiao img{
		float: left;
	}
	
	
	.dabiaoti{
		font-size: 32px;
		color: #000;
		text-align: center;
		height: 50px;
		line-height: 50px;
	}
	.xiaobiaoti{
		font-size: 18px;
		color: #666666;
		text-align: center;
		height: auto;
		line-height: 30px;
	}
	.xiaobiaoti b{
		font-size: 18px;
		color: #f59f03;
		font-weight: 500;
	}
	
	.product{
		margin: 50px auto;
		width: 1200px;
		height: auto;
		overflow: hidden;
	}
	
	
	#box {
		margin: 30px 0px;
	}
	
	#myouter {
		width: 100%;
	}
	
	#mytab {
		height: 70px;
		width: 1200px;
	}
	
	#mytab li {
		float: left;
		width: 191px;
		height: 50px;
		line-height: 50px;
		float: left;
		text-align: center;
		cursor: pointer;
		font-size: 18px;
		background-color: #f5f5f5;
		color: #666666;
		margin-right: 10px;
	}
	
	#mytab li:last-child{
		margin-right: 0px;
	}
	
	#mytab li.current {
		/* background-color: #004f9c; */
		color: #ffffff;
		background: url(../images/prolistbj.png) no-repeat center;
		height: 58px;
	}
	
	#mycontent {
		height: auto;
		background-color: #EBEBEB;
	}
	
	#mycontent ul {
		line-height: 25px;
		display: none;
		float: left;
		margin-top: 25px;
	}
	#mycontent li{
		float: left;
		width: 285px;
		height: auto;
		overflow: hidden;
		margin-right: 20px;
		margin-bottom: 10px;
		border: 1px solid #dcdcdc;
		box-sizing: border-box;
		/* background: #ff00ff; */
	}
	#mycontent li a{
		display: block;
	}
	#mycontent li span{
		display: block;
		text-align: center;
		/* border-top: #ccc 1px solid; */
		/* margin-top: 10px; */
		font-size: 16px;
		background: #f0f0f0;
		height: 50px;
		line-height: 50px;
	}
	#mycontent li:hover span{
		display: block;
		text-align: center;
		/* border-top: #ccc 1px solid; */
		/* margin-top: 10px; */
		font-size: 16px;
		background: #f69f04;
		height: 50px;
		line-height: 50px;
		color: #ffffff;
	}
	#mycontent li img{
		width: 100%;
	}
	#mycontent li:nth-child(4n+4){
		margin-right: 0px;
	}
	
	#mycontent li .kuang{
		position: relative;
	}
	
	#mycontent li .huiying{
		display: none;
		
	}
	#mycontent li .huiying .huiying_nr{
		width: 215px;
		margin-top: 50px;
		padding: 5%;
		border: #efefef 1px solid;
		color: #ffffff;
		font-size: 16px;
	}
	#mycontent li:hover .huiying{
		background: rgb(0,0,0,0.5);
		width: 243px;
		height: 162px;
		position: relative;
		top: -252px;
		display: block;
		padding: 20px;
		margin: 0px auto;
	}
	
	
	.in_more{
		width: 542px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.in_more_01{
		float: left;
	}
	.in_more_02{
		float: left;
		margin-left: 20px;
	}
	
	/* 广告 */
	.gg_bj{
		width: 100%;
		height: 300px;
		overflow: hidden;
		background: url(../images/about_02.jpg) no-repeat center;
	}
	.gg{
		width: 1200px;
		margin: 50px auto;
		text-align: center;
	}
	.gg01{
		width: 1200px;
		margin: 30px auto;
		font-size: 36px;
		color: #ffffff;
	}
	.gg02{
		width: 1200px;
		margin: 0px auto;
		font-size: 18px;
		color: #ffffff;
	}
	.gglx{
		width: 330px;
		height: 50px;
		line-height: 50px;
		border: #ffffff 1px solid;
		text-align: center;
		background: rgb(245,159,3,0.8);
		font-size: 18px;
		margin: 30px auto;
		color: #ffffff;
	}
	
	/* 公司简介 */
	.about_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
	}
	
	.about{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}	
	.aboutge{
		width: 136px;
		height: 36px;
		margin: 0px auto;
	}
	
	.about_main .left{
		float: left;
		width: 500px;
		height: 330px;
	}
	.about_main .left iframe{
		width: 500px;
		height: 330px;
	}
	.txp_tipbar{
		display: none;
	}
	.about_main{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.about_main .right{
		float: left;
		width: 650px;
		height: auto;
		overflow: hidden;
		font-size: 16px;
		line-height: 28px;
	}
	.about_main .right p{
		text-indent: 30px;
	}
	/* 合作客户logo */
	.hzkh_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		background: url(../images/hzkh_bj.jpg) no-repeat center;
	}
	.hzkh{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 50px auto;
	}
	.hzkh_nr{
		margin-top: 50px;
	}
	.hzkh_nr ul li{
		float: left;
	}
	.hzkh_nr li{
		width: 25%;
		height: auto;
		overflow: hidden;
	}
	.hzkh_nr li img{
		display: block;
		margin: 0px auto;
	}
	.hzkh_nr ul li span{
		display: block;
		width: 100%;
		height: 45px;
		line-height: 45px;
		text-align: center;
		font-size: 16px;
	}
	
	
	.swiper-slide .caseimg{
		padding: 10px;
		background: #fff;
		height: 200px;
	}
	.swiper-slide .caseimg span{
		display: block;
		width: 100%;
		height: auto;
		line-height: 25px;
		font-size: 16px;
	}
	/* 新闻开始 */
	
	.index_news_bj{
		width: 100%;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	.index_news{
		width: 1200px;
		height: auto;
		overflow: hidden;
		margin: 30px auto;
	}
	
	.n-con {
	    width: 400px;
	    float: left;
	    color: #666;
	    background: #fff;
		margin-right: 10px;
		font-size: 16px;
	}
	.n-con ul {
	    height: auto;
	    width: 100%;
	    margin: 0 auto;
	    position: relative;
	}
	.n-con h4 {
	    font-size: 16px;
	    padding: 10px 0 10px 0;
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 16px;
	}
	.n-con h4 a {
	    color: #000;
	}
	.n-con p {
	    line-height: 24px;
	    font-size: 14px;
	    padding-bottom: 6px;
		color: #666;
	}
	.n-con .jt1 {
	    bottom: -11px;
	    left: 20px;
	    background: url(../images/jiantou.png);
	}
	.n-con img {
	    width: 400px;
	    height: 238px;
	}
	
	
	.n-con2 {
	    width: 780px;
		height: auto;
		overflow: hidden;
	    float: left;
	    color: #666;
	    background: #fff;
		margin-left: 10px;
		font-size: 16px;
	}
	.n-con2 .kuangs {
	    height: auto;
	    width: 49%;
	    margin: 0 auto;
		float: left;
		margin-right: 1%;
		margin-bottom: 1%;
	}
	.n-con2 h4 {
	    font-size: 16px;
	    padding: 10px 0 10px 0;
		font-weight: normal;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		overflow: hidden;
		height: 16px;
	}
	.n-con2 h4 a {
	    color: #000;
	}
	.n-con2 p {
	    line-height: 24px;
	    font-size: 14px;
	    padding-bottom: 6px;
		color: #666;
		
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		overflow: hidden;
		height: 45px;
	}
	.n-con2 .jt1 {
	    bottom: -11px;
	    left: 20px;
	    background: url(../images/jiantou.png);
	}
	.n-con2 img {
	    width: 400px;
	    height: 238px;
	}
	
	
	
	.con-main_bj {
	    width: 100%;
	    margin: 0 auto;
	    height: 470px;
	    background: url(../images/wel-bg.jpg) no-repeat;
	}
	.con-main{
		width: 1200px;
		margin: 0 auto;
	}
	.con-main dl {
	    width: 400px;
	    float: left;
	    padding-top: 60px;
	    text-align: center;
	}
	.con-main dl dd {
	    font-size: 14px;
	    color: #666;
	    line-height: 26px;
	    width: 360px;
	    margin: 0 auto;
	}
	.con-main dl dd a {
	    padding: 10px 0;
	    margin-bottom: 15px;
	    font-size: 20px;
	    display: inline-block;
	    color: #005EA6;
	}
	/* 友情链接 */
	.link_bj {
		min-height: 54px;
		position: relative;
		z-index: 1;
		background: #3a4249;
		overflow: hidden;
	}

	.link {
		width: 1200px;
		margin: 0 auto;
		height: auto;
		overflow: hidden;
		font-family: "Microsoft Yahei";
		color: #aaacae;
	}

	.link h2 {
		width: 60px;
		box-sizing: border-box;
		overflow: hidden;
		float: left;
		font-size: 18px;
		font-weight: bold;
		height: 54px;
		line-height: 54px;
		overflow: hidden;
		color: #aaacae;
	}
	
	.link ul li{
		float: left;
		height: 54px;
		line-height: 54px;
		margin-right: 10px;
		}

	.link h2 em {
		font-size: 16px;
		color: #aaacae;
		font-family: "Arial";
		display: inline-block;
		font-weight: bold;
		padding-left: 10px;
	}

	.link p {
		width: 1010px;
		float: left;
		font-size: 14px;
		overflow: hidden;
		line-height: 54px;
		color: #aaacae;
	}

	.link p a {
		color: #aaacae;
		padding: 0 16px;
	}

	
	
	
	
}







@media (max-width: 768px) {
	
	
		.content {
			width: 98%;
			margin: 0 auto;
			padding: 1%;
		}
		i,
		em,
		b {
			font-style: normal;
		}
	
		
		
		
		/* 四大点 */
		.sidadian_bj{
			width: 100%;
			height: auto;
			overflow: hidden;
			border-bottom: 1px solid #dcdcdc;
		}
		.sidadian{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 0.625rem auto;
		}
		.sidadian ul li{
			float: left;
		}
		.sidadian li{
			width: 50%;
			height: 65px;
			border-right: 1px solid #dcdcdc;
			text-align: center;
			box-sizing: border-box;
		}
		.sidadian li:nth-child(2n+2){
			border-right: 0px;
		}
		.sdname .da{
			font-size: 1.5rem;
			color: #004f9c;
			font-weight: bold;
		}
		.sdname .xiao{
			font-size: 16px;
			color: #999999;
			height: 2rem;
			line-height: 2rem;
			text-align: center;
		}
		.sdname .xiao img{
			/* float: left; */
			height: 0.9375rem;
		}
		
		
		.dabiaoti{
			font-size: 1.5rem;
			color: #004f9c;
			text-align: center;
			height: 3.125rem;
			line-height: 3.125rem;
		}
		.xiaobiaoti{
			font-size: 16px;
			color: #666666;
			text-align: center;
			height: auto;
			line-height: 1.875rem;
		}
		.xiaobiaoti b{
			font-size: 16px;
			color: #f59f03;
			font-weight: 500;
		}
		
		.product{
			width: 99%;
			padding: 0.5%;
			margin: 1.25rem auto;
			height: auto;
			overflow: hidden;
		}
		
		
		#box {
			margin: 1.25rem 0px;
		}
		
		#myouter {
			width: 100%;
		}
		
		#mytab {
			height: 3rem;
			width: 100%;
		}
		
		#mytab li {
			float: left;
			width: 33.33%;
			height: 3rem;
			line-height: 3rem;
			float: left;
			text-align: center;
			cursor: pointer;
			font-size: 16px;
			background-color: #4e4f51;
			color: #ffffff;
			border-right: 1px solid #dcdcdc;
			border-bottom: 1px solid #dcdcdc;
			box-sizing: border-box;
		}
		
		#mytab li:nth-child(3n+3){
			margin-right: 0px;
		}
		
		#mytab li.current {
			background-color: #062f87;
		}
		
		#mycontent {
			height: auto;
			background-color: #EBEBEB;
		}
		
		#mycontent ul {
			line-height: 1.5625rem;
			display: none;
			float: left;
			margin-top: 1.5625rem;
		}
		#mycontent li{
			float: left;
			width: 49%;
			margin-right: 1%;
			margin-bottom: 1%;
		}
		#mycontent li span{
			display: block;
			text-align: center;
			/* border-top: #ccc 1px solid; */
			margin-top: 0.625rem;
			font-size: 16px;
			background: #f0f0f0;
			height: 2.125rem;
			line-height: 2.125rem;
		}
		#mycontent li img{
			width: 100%;
		}
		#mycontent li:nth-child(2n+2){
			margin-right: 0px;
		}
		
		#mycontent li .kuang .huiying{
			display: none;
		}
		
		
		.in_more{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 30px auto;
		}
		.in_more_01{
			float: left;
			width: 50%;
		}
		.in_more_01 img{
			width: 100%;
		}
		.in_more_02{
			float: left;
			width: 50%;	
		}
		.in_more_02 img{
			width: 100%;
		}
		
		/* 广告 */
		.gg_bj{
			width: 100%;
			height: 18.75rem;
			overflow: hidden;
			background: url(../images/about_02.jpg) no-repeat center;
		}
		.gg{
			width: 100%;
			margin: 30px auto;
			text-align: center;
		}
		.gg01{
			width: 100%;
			margin: 30px auto;
			font-size: 1.5rem;
			color: #ffffff;
		}
		.gg02{
			width: 100%;
			margin: 0px auto;
			font-size: 16px;
			color: #ffffff;
			line-height: 28px;
		}
		.gglx{
			width: 20.625rem;
			height: 3.125rem;
			line-height: 3.125rem;
			border: #ffffff 1px solid;
			text-align: center;
			background: rgb(245,159,3,0.8);
			font-size: 16px;
			margin: 1.25rem auto;
			color: #ffffff;
		}
		
		/* 公司简介 */
		/* 公司简介 */
		.about_bj{
			width: 98%;
			padding: 1%;
			height: auto;
			overflow: hidden;
		}
		
		.about{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 20px auto;
		}	
		.aboutge{
			width: 136px;
			height: 36px;
			margin: 0px auto;
		}
		
		.about_main .left{
			float: left;
			width: 100%;
			height: 330px;
		}
		.about_main .left iframe{
			width: 100%;
			height: 330px;
		}
		.txp_tipbar{
			display: none;
		}
		.about_main{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 10px auto;
		}
		.about_main .right{
			float: left;
			width: 100%;
			height: auto;
			overflow: hidden;
			font-size: 16px;
			line-height: 28px;
			margin-left: 0;
		}
		.about_main .right p{
			text-indent: 30px;
		}
		/* 合作客户logo */
		.hzkh_bj{
			width: 100%;
			height: auto;
			overflow: hidden;
			background: url(../images/hzkh_bj.jpg) no-repeat center;
		}
		.hzkh{
			width: 98%;
			padding: 1%;
			height: auto;
			overflow: hidden;
			margin: 20px auto;
		}
		.hzkh_nr{
			margin-top: 20px;
		}
		.hzkh_nr ul li{
			float: left;
		}
		.hzkh_nr li{
			width: 49.5%;
			height: auto;
			overflow: hidden;
			margin-right: 1%;
			margin-bottom: 1%;
		}
		.hzkh_nr li:nth-child(2n+2){
			margin-right: 0;
		}
		.hzkh_nr li img{
			display: block;
			margin: 0px auto;
			width: 100%;
		}
		.hzkh_nr ul li span{
			display: block;
			width: 100%;
			height: 45px;
			line-height: 45px;
			text-align: center;
			font-size: 16px;
		}
		
		.swiper-slide .caseimg{
			padding: 5px;
			background: #fff;
			height: auto;
			min-height: 160px;
		}
		.swiper-slide .caseimg img{
			width: 100%;
		}
		.swiper-slide .caseimg span{
			display: block;
			width: 100%;
			height: auto;
			line-height: 25px;
			font-size: 14px;
		}
		
		/* 新闻开始 */
		
		.index_news_bj{
			width: 100%;
			height: auto;
			overflow: hidden;
			margin: 30px auto;
		}
		.index_news{
			width: 98%;
			padding: 1%;
			height: auto;
			overflow: hidden;
			margin: 30px auto;
			margin-bottom: 10px;
		}
		
		.n-con {
		    width: 100%;
		    float: left;
		    color: #666;
		    background: #fff;
			font-size: 16px;
		}
		.n-con ul {
		    height: auto;
		    width: 100%;
		    margin: 0 auto;
		    position: relative;
		}
		.n-con h4 {
		    font-size: 16px;
			font-weight: normal;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			height: 20px;
		}
		.n-con h4 a {
		    color: #000;
		}
		.n-con p {
		    line-height: 24px;
		    font-size: 14px;
		    padding-bottom: 6px;
			color: #666;
		}
		.n-con .jt1 {
		    bottom: -11px;
		    left: 20px;
		    background: url(../images/jiantou.png);
		}
		.n-con img {
		    width: 100%;
		    height: auto;
		}
		
		
		.n-con2 {
		    width: 100%;
			height: auto;
			overflow: hidden;
		    float: left;
		    color: #666;
		    background: #fff;
			font-size: 16px;
		}
		.n-con2 .kuangs {
		    height: auto;
		    width: 100%;
		    margin: 0 auto;
			float: left;
			margin-bottom: 1%;
		}
		.n-con2 h4 {
		    font-size: 16px;
		    padding: 10px 0 10px 0;
			font-weight: normal;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 1;
			overflow: hidden;
			height: 16px;
		}
		.n-con2 h4 a {
		    color: #000;
		}
		.n-con2 p {
		    line-height: 24px;
		    font-size: 14px;
		    padding-bottom: 6px;
			color: #666;
			
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 2;
			overflow: hidden;
			height: 45px;
		}
		.n-con2 .jt1 {
		    bottom: -11px;
		    left: 20px;
		    background: url(../images/jiantou.png);
		}
		.n-con2 img {
		   width: 100%;
		   height: auto;
		}
		
		
		
		.con-main_bj {
		    width: 100%;
		    margin: 0 auto;
		    height: auto;
		    background: url(../images/wel-bg.jpg) no-repeat center;
			background-size: 100% 100%;
		}
		.con-main{
			width: 98%;
			padding: 1%;
			margin: 0 auto;
		}
		.con-main dl {
		    width: 100%;
		    float: left;
		    padding-top: 30px;
		    text-align: center;
		}
		.con-main dl dd {
		    font-size: 14px;
		    color: #666;
		    line-height: 26px;
		    width: 100%;
		    margin: 0 auto;
		}
		.con-main dl dd a {
		    padding: 10px 0;
		    font-size: 20px;
		    display: inline-block;
		    color: #005EA6;
		}
		
		
		
		
		
		/* 友情链接 */
		.link_bj {
			min-height: 54px;
			position: relative;
			z-index: 1;
			background: #3a4249;
			overflow: hidden;
		}
	
		.link {
			display: none;
			width: 100%;
			margin: 0 auto;
			height: auto;
			overflow: hidden;
			font-family: "Microsoft Yahei";
		}
	
		.link h2 {
			width: 170px;
			box-sizing: border-box;
			overflow: hidden;
			float: left;
			font-size: 18px;
			font-weight: bold;
			height: 54px;
			line-height: 54px;
			overflow: hidden;
			color: #aaacae;
		}
	
		.link h2 em {
			font-size: 16px;
			color: #aaacae;
			font-family: "Arial";
			display: inline-block;
			font-weight: bold;
			padding-left: 10px;
		}
	
		.link p {
			width: 1010px;
			float: left;
			font-size: 14px;
			overflow: hidden;
			line-height: 54px;
			color: #aaacae;
		}
	
		.link p a {
			color: #aaacae;
			padding: 0 16px;
		}


		
}