@charset "utf-8";
/* CSS Document */
/**************************关键词**************************/
.ksbg{
	width:100%;
	height:55px;
	box-shadow: 0 1px 2px rgba(153,153,153,0.19);
	}
.keysea{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
	}
.keyword{
	float:left;
	width:70%;
	height:55px;
	}
@media (max-width:1100px) {
.keyword{
	width:65%;
	}
	}
.keyword p{
	font-size:15px;
	color:#666;
	line-height:55px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
.keyword p a{
	padding:0px 10px;
	color:#666;
	}
.keyword p a:hover{
	color:#003CCA;
	text-decoration:underline;
	}
.search{
	float:right;
	width:300px;
	height:35px;
	background:#eee;
	border-radius:17.5px;
	margin-top:10px;
	}
.search p input[type="text"]{
	width:265px;
	height:35px;
	color:#999;
	border:none;
	text-indent:1em;
	outline:none;
	background:none;
	}
.search p input[type="submit"]{
	float:right;
	outline:none;
	border:none;
	cursor:pointer;
	width:18px;
	height:16px;
	margin-top: 10px;
    margin-right: 12px;
	background:url(../images/search.png) no-repeat;
	}
@media (max-width:1000px) {
.keysea{
	width:96%;
	}
.keyword{
	display:none;
	}
.search{
	float:none;
	width:100%;
	}
.search p input[type="text"]{
	width:95%;
	}
	}
@media (max-width:640px) {
.search p input[type="text"]{
	width:94%;
	}
	}
@media (max-width:540px) {
.search p input[type="text"]{
	width:93%;
	}
	}
@media (max-width:450px) {
.search p input[type="text"]{
	width:91%;
	}
	}
@media (max-width:350px) {
.search p input[type="text"]{
	width:90%;
	}
	}

/**************************产品**************************/
.product{
	width:100%;
	overflow:hidden;
	padding:40px 0px;

	}
.bt{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:0 auto;
	text-align:center;
	}
.bt p:nth-of-type(1){
	font-size:30px;
	color:#003CCA;
	font-weight:bold;
	}
.bt .btt{
	width:50px;
	height:2px;
	background:#333;
	margin:10px auto;
	}
.bt p:nth-of-type(2){
	font-size:14px;
	color:#666;
	}
@media (max-width:1000px) {
.bt{
	width:96%;
	}
	.bt p:nth-of-type(1){ font-size: 24px;	}
.product{ padding:30px 0px;}
}
.Box {
	position: relative;
	overflow:hidden;
	margin:30px 0px 15px 0px;
}
.Box .content {
	width:1200px;
	margin: 0 auto;
}
.Box .Box_con {
	position: relative;
}
.Box .Box_con .btnl {
	position: absolute;
}
.Box .Box_con .btn {
	display: block;
	width: 36px;
	height: 36px;
	position: absolute;
	top: 142px;
	cursor: pointer;
}
.Box .Box_con .btnl {
	background: url(../images/jtl02.png) no-repeat center;
	left: 0px;
}
.Box .Box_con .btnr {
	background: url(../images/jtr02.png) no-repeat center;
	right: 0px;
}
.Box .Box_con .btnl:hover {
	background: url(../images/jtl03.png) no-repeat center;
}
.Box .Box_con .btnr:hover {
	background: url(../images/jtr03.png) no-repeat center;
}
.Box .Box_con .conbox {
	width: 1100px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.Box .Box_con .conbox ul {
	position: relative;
	list-style: none;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 350px;
	margin-left: 22px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li:first-child {
	margin-left: 0;
}
.Box .Box_con .conbox ul li .cptp {
	width: 350px;
	height: 263px;
	overflow: hidden;
	background:#fafafa;
}
.Box .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 350px;
	max-height: 263px;
	transition: all 0.5s;
}
.Box .Box_con .conbox ul li:hover .cptp img {
	transform: scale(1.1);
}
.Box .Box_con .conbox ul li .cpwz {
	width: 350px;
	height: 60px;
	background:#f2f2f2;
	padding:15px;
	opacity: .8;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	font-size:15px;
	font-weight:bold;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1) a {
	color:#000;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	font-size:12px;
	color:#999;
	margin-top:10px;
	overflow:hidden;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:1; 
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(3) {
	font-size:12px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(3) a {
	color:#999;
}
.Box .Box_con .conbox ul li .cpwz hr {
	height:1px;
	border:none;
	background-color:#ccc;
	margin:15px 0px;
}
.Box .Box_con .conbox ul li .cpwz p a:hover{ color:#003CCA; text-decoration:underline;}

@media screen and (min-width:1100px) and (max-width:1200px) {
.Box .content {
	width: 1070px;
}
.Box .Box_con .conbox {
	width: 950px;
}
.Box .Box_con .btn {
	top: 120px;
}
.Box .Box_con .conbox ul li {
	width: 222.5px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 222.5px;
	height: 167px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 222.5px;
	max-height: 167px;
}
.Box .Box_con .conbox ul li .cpwz {
	width: 222.5px;
	height: 107px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:5px;
}
.Box .Box_con .conbox ul li .cpwz hr {
	margin:10px 0px;
}
	}
@media screen and (min-width:1000px) and (max-width:1100px) {
.Box .content {
	width: 980px;
}
.Box .Box_con .conbox {
	width: 870px;
}
.Box .Box_con .btn {
	top: 151.5px;
}
.Box .Box_con .conbox ul li {
	width: 276px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 276px;
	height: 207px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 276px;
	max-height: 207px;
}
.Box .Box_con .conbox ul li .cpwz {
	width: 276px;
	height: 133px;
}
	}
@media (max-width:1000px) {
.Box .content {
	width: 920px;
}
.Box .Box_con .conbox {
	width: 820px;
}
.Box .Box_con .conbox ul li {
	width: 260px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 260px;
	height: 195px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 260px;
	max-height: 195px;
}
	}
@media screen and (min-width:800px) and (max-width:900px) {
.Box .content {
	width: 780px;
}
.Box .Box_con .conbox {
	width: 690px;
}
.Box .Box_con .btn {
	top: 185.5px;
}
.Box .Box_con .conbox ul li {
	width: 335px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 335px;
	height: 251px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 335px;
	max-height: 251px;
}
.Box .Box_con .conbox ul li .cpwz {
	width: 335px;
	height: 161px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	margin-top:10px;
	}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:15px;
}
.Box .Box_con .conbox ul li .cpwz hr {
	margin:20px 0px;
}
	}
@media screen and (min-width:700px) and (max-width:800px) {
.Box .content {
	width: 690px;
}
.Box .Box_con .conbox {
	width: 590px;
}
.Box .Box_con .btn {
	top: 156.5px;
}
.Box .Box_con .conbox ul li {
	width: 285px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 285px;
	height: 214px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 285px;
	max-height: 214px;
}
.Box .Box_con .conbox ul li .cpwz {
	width: 285px;
	height: 137px;
}
	}
@media (max-width:700px) {/*700*/
.Box .content {
	width: 620px;
}
.Box .Box_con .conbox {
	width: 540px;
}
	}
@media screen and (min-width:500px) and (max-width:620px) {
.Box .content {
	width: 460px;
}
.Box .Box_con .conbox {
	width: 360px;
}
.Box .Box_con .btn {
	top: 200px;
}
.Box .Box_con .conbox ul li {
	width: 360px;
}
.Box .Box_con .conbox ul li .cptp {
	width: 360px;
	height: 270px;
}
.Box .Box_con .conbox ul li .cptp img {
	width: 360px;
	max-height: 270px;
}
.Box .Box_con .conbox ul li .cpwz {
	width: 360px;
	height: 173px;
}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(1) {
	margin-top:15px;
	}
.Box .Box_con .conbox ul li .cpwz p:nth-of-type(2) {
	margin-top:15px;
}
.Box .Box_con .conbox ul li .cpwz hr {
	margin:20px 0px;
}
	}
@media (max-width:500px) {/*400*/
.Box .content {
	width: 365px;
}
.Box .Box_con .conbox {
	width: 260px;
}
.Box .Box_con .conbox ul li {
	float: left;
	width: 260px;
	margin-left: 22px;
	overflow: hidden;
}
.Box .Box_con .conbox ul li .cptp {
	width: 260px;
	height: 195px;
	overflow: hidden;
	background:#fafafa;
}
.Box .Box_con .conbox ul li .cptp img {
	display: block;
	max-width: 260px;
	max-height: 195px;
	transition: all 0.5s;
}

	}




/*==============服务列表=====================*/
.service{ margin-top:30px;}
.service_list{width: 100%; max-width:1200px; margin:0 auto; margin-bottom:30px;}
.service_list ul{ padding: 0; margin: 0 -10px; }
.service_list li{  float:left;width:25%;}
.service_list li *{ transition: all 0.3s ease-in-out;}
.service_list li a{ display: block;  box-sizing: border-box; padding:8% 8% 0 8%; }
.service_list li .pic_box{ position: relative;}
.service_list li img{ display: block; margin: 0 auto;  max-width: 100%; box-shadow: 0 0 8px #ddd;  border:1px solid #fff;}
.service_list li h1{  color: #565656; height: 20px; line-height: 20px; text-align:center; font-size: 14px; margin-top: 1.5rem; margin-bottom: .8rem; display: block; white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.service_list li span{ margin-top: 5px; display: block; height: 20px; line-height: 20px; padding-left: 25px; font-size: 12px; color: #9b9b9d;  white-space: nowrap;overflow:hidden;text-overflow: ellipsis;}
.service_list li:hover img{  border-radius: 50px 0 50px 0; }

.service_list .more{ position: relative; z-index: 2; margin:30px auto 0 auto; text-align:center;  border: 1px solid #ccc; border-radius: 4px; font-size:15px; line-height:50px; height:50px; width: 180px; color:#565656;   display: block;transition: all 0.3s ease-in-out;}
.service_list .more:hover{color:#fff; background: #EA6100;  border: 1px solid #EA6100;}

@media screen and (max-width:1180px){
.service_list li{ width:21%; margin:2% 2% 2% 2%;}
}

@media screen and (max-width:768px){
.service_list li{ width:28%;  margin:2% 0% 2% 4%; }
}
@media screen and (max-width:600px){

.service_list li{ width:25%; margin:2% 2% 2% 5%;}
}
@media screen and (max-width:375px){

.service_list li{ width:40%; margin:2% 2% 2% 6%;}
}


/**************************关于**************************/
.abbg{
	width:100%;
	padding:30px 0px 80px 0;
	background:#F4F4F4;
	overflow:hidden;
	margin-top:30px;
	}
.about{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-top:30px;
	}
.about .abl{
	float:left;
	width: 41.437%;
    height: 0px;
    padding-bottom: 29.162%;
	border:3px solid #fff;
	}
.about .abl img{
	width:100%;
	}
.about .abr{
	float: right;
    width: 56.424%;
    height: 0;
    padding-bottom: 29.2%;
	background:url(../images/about.jpg) no-repeat;
	background-size:100%;
	}
.about .abr p{
	font-size:14px;
	color:#666;
	line-height:30px;
	overflow:hidden;
	padding:19% 6% 0% 6%;
	text-overflow:ellipsis;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:4;
	}
@media (max-width:1150px) {
.about .abr p{
	-webkit-line-clamp:3;
	}
	}
@media (max-width:1000px) {
.about{ width:92%;}
.about .abl{
	float:none;
	width: 98%;
    padding-bottom: 69%;
	}
.about .abr{
	float:none;
    width: 100%;
    padding-bottom: 52%;
	margin-top:20px;
	}
.about .abr p{
	-webkit-line-clamp:5;
	}
	}
@media (max-width:800px) {
.about .abr p{
	-webkit-line-clamp:4;
	}
	}
@media (max-width:650px) {
.about .abr p{
	font-size:12px;
	line-height:20px;
	}
}
@media (max-width:450px) {
.about .abr p{
	-webkit-line-clamp:3;
	}
	}
a.more{
	display:inline-block;
	margin-top:30px;
	transition:all 1s;                                     
	border:1px solid #003cca;
	padding:10px 40px;
	color:#FFF;
	background:#003CCA;
	font-size:14px;
	margin-left:calc(50% - 87.895px);
	}
a.more:hover{
	color:#fff;
	background:#EB5F00;
	border:1px solid #EB5F00;
	}

.content{ margin:0 auto; max-width:1200px;}

.dyip{ position:relative; margin:2% 0;}
.dyip h2{ height:50px; line-height:60px; font-size:22px; border-bottom:1px solid #ddd; font-weight:bold; color:#026FC4;}
.derp{ position:relative; margin:2% 0;}
.derp h2{ height:60px; line-height:60px; font-size:24px; border-bottom:1px solid #ddd; font-weight:bold;}
.slick-slide .image{ margin-right:10px; box-shadow:0 0 3px #CCC; overflow:hidden; text-align:center; line-height:40px; background:#FFF;}
.slick-slide .image:hover{ color:#003CCA;}
.slick-slide .images{  overflow:hidden; text-align:center; line-height:40px; background:#FFF; box-shadow:0 0 3px #CCC;}
.slick-slide img{width:96%; padding:2% 2% 0 2%;}
.slick-slide img.slick-loading{border:0 }

@media (max-width:1000px) {
.content{ padding:0 4%;}
.dyip h2{ font-size:18px;}
}

@media (max-width:640px) {
.abbg{ padding-top:0px; margin-top:0px;}
a.more{margin-top:15px;padding:5px 20px;margin-left:calc(50% - 40px);}
}

@media (max-width:320px) {
a.more{margin-top:10px;}
}
/**************************优势**************************/

.adtop{
	height:143px;
	background:url(../images/adtop.jpg);
	background-repeat:no-repeat;
	background-position:center center;
	}

.adtop div{
	display:none;
	font-size: 36px; line-height: 80px; color: #fff; background: #003cca; text-align: center;}
@media (max-width:1200px) {
.adtop{
	width:100%;
	overflow:hidden;
	margin-top:40px;
	}
	}
.one{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:30px auto;
	}
.one .onwz{
	float:left;
	background:url(../images/01.png) left top no-repeat;
	margin-top:82px;
	width:40%;
	}
.one .ontp{
	float:right;
	width:47.5%;
	}
.one .ontp img{
	width:100%;
	}
.two{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:30px auto;
	}
.two .onwz{
	float:right;
	background:url(../images/02.png) left top no-repeat;
	margin-top:84px;
	}
.two .ontp{
	float:left;
	width: 46.334%;
	}
.two .ontp img{
	width:100%;
	}
.three{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:30px auto;
	}
.three .onwz{
	float:left;
	background:url(../images/03.png) left top no-repeat;
	margin-top:83.5px;
	}
.three .ontp{
	float:right;
	width: 45.834%;
	}
.three .ontp img{
	width:100%;
	}
.four{
	width:100%;
	max-width:1200px;
	overflow:hidden;
	margin:30px auto;
	}	
.four .onwz{
	float:right;
	background:url(../images/04.png) left top no-repeat;
	margin-top:84px;
	}
.four .ontp{
	float:left;
	width: 46.334%;
	}
.four .ontp img{
	width:100%;
	}	
	
.onwz{
	width:40%;
	min-height:132px;
	padding-left:110px;
	}
.onwz p:nth-of-type(1){
	font-weight:bold;
	font-size:30px;
	color:#333;
	}
.onwz p:nth-of-type(2){
	font-size:24px;
	font-weight:bold;
	color:#EB5F00;
	margin:5px 0px 9px 0px;
	}
.onwz p:nth-of-type(3){
	font-size:14px;
	color:#333;
	line-height:28px; 
	
	}
@media (max-width:1000px) {
.adtop div{
	display:block;
	}
.adtop{
	width:100%;
	overflow:hidden;
	margin-top:0px;
	height: auto;
	background: none;
	}	

	.one .onwz,.two .onwz,.three .onwz,.four .onwz{ float: none; width: 100%; margin-top: 10px;}
	.one .ontp,.two .ontp,.three .ontp,.four .ontp{ float: none; width: 100%;}
	.onwz p:nth-of-type(3){width: 70%;}
}



/********************案例滚动样式**************************************/

.marqueeleft{
	/*height:90px;*/
	width:1200px;
	overflow:hidden;
	margin:0px auto;
	margin-top:20px;
	}
.marqueeleft ul{
	float:left;
	}
.marqueeleft li{
	float:left;
	margin:0 12px;
	display:inline;
	width:200px;
	overflow:hidden;
	}
.marqueeleft li img{
	width:200px;
	}
.marqueeleft li .pic{
	display:block;
	overflow:hidden;
	padding:2px;
	border:1px solid #ddd;
	}
.marqueeleft li .txt{
	text-align:center;
	height:23px;
	line-height:23px;
	}


.ryzz{ width:100%; background:#fff; padding:30px 0px;}

@media screen and (max-width: 720px){
	
.marqueeleft li{width:120px;}	
.marqueeleft li img{
	width:120px;
	}	
	
}





































