body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{
	margin:0;
	padding:0;
}

body{
	font:16px"微软雅黑","Arial Narrow",HELVETICA;
	background:#fff;
}

a{
	color: #3c3c3c;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

em{
	font-style:normal;
}
li{
	list-style:none;
}
img{
	border:0;
	vertical-align:middle;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
p{
	word-wrap:break-word;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}

i{
	font-style: normal;
}

.fixclear{
	zoom: 1;
}

.fixclear:after{
	content: "";
	display: block;
	clear: both;
}

/*-----------------------------------------------------------------------------------------------*/

#all,#about_all,#contact_all,#product_all,#skill_all{
	min-width: 1300px;
	position: relative;
	padding-top: 109px;
}

.head{
	width: 100%;
	padding: 0 300px;
	margin: 0 auto;
	position: fixed;
	top: 0;
	z-index: 1000;
	background: #fff;
}

.logo{
	float: left;
}

.logo img{
	margin: 20px;
}

.head_right{
	float: right;
	text-align: right;
}

.search{
	position: relative;
	padding: 10px;
}

.search input{
	outline: none;
	border: 1px solid #eee;
	line-height: 28px;
	height: 28px;
	padding: 0 6px;
	vertical-align: middle;
	margin-top: -5px;
	width: 100px;
	font-size: 16px;
	
}

.search input::-webkit-input-placeholder{
	color: #ddd;
	font-size: 16px;
}

.search img{
	width: 28px;
	margin: 0 1px;
	margin-top: -4px;
}

.search span{
	display: inline-block;
	border-left: 1px solid #ddd;
	color:#666;
	/* width: 60px; */
	text-align: center;
	font-size: 18px;
	line-height: 26px;
	height: 26px;
	padding-left:10px;
	
}
.search span:nth-child(1){
	border-left: 0px solid #ddd;
}
.search span:hover{
	color:#000;
}

.qiehuan{
	cursor: pointer;
}

.yuyan{
	position: absolute;
	top: 45px;
	right:10px;
	border: 1px nsolid red;
	width: 60px;
	display: none;
}

.yuyan li{
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #fff;
	background: #979797;
	border-bottom:1px solid #fff ;
	cursor: pointer;
}

.nav_{
	
}

.nav_ul{
	
}

.nav_ul li{
	float: left;
}

.nav_ul li a{
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	text-align: center;
	font-weight:bold;
}

.nav_ul li a:hover{
	color: #0c2f8e;
}

.li_active{
	color: #0e71f6 !important;
}

.banner{
	
}

.carousel-control{
	background-image: none !important;
}

.con{
	width: 1300px;
	margin: 0 auto;
}

.chanpin{
	
}

.chanpin_h3{
	font-size: 36px;	
	font-weight: bold;
	text-align: center;
	padding: 30px 0;
}

.chanpin_ul{
	
}

.chanpin_ul li{
	text-align: center;
	padding: 0 8px;
	margin-bottom: 30px;
}

.chanpin_ul li a{
	
}

.chanpin_ul li a img{
	border: 2px solid #eee;
	width: 96%;
	width:295px;
	height:275px;
	overflow:hidden;
	padding:30px;
}

.chanpin_ul li a h4{
	font-size: 20px;
	color: #191919;
	padding: 12px  0;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.chanpin_ul li a p{
	font-size: 16px;
	color: #444444;
	white-space: normal;
	text-align: justify;
	padding: 0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	line-height: 22px;
	text-align:center;
}

.jianjie{
	padding: 50px 0;
	height: 562px;
	display: flex;
}

.img_left{
	float: left;
	width: 44%;
	display: flex;
	margin-right: 20px;
}

.img_left img{
	width: 100%;
	padding: 40px 0;
	align-self: center;
}

.text_right{
	float: right;
	width: 54%;
}

.text_right h3{
	font-size: 28px;	
	padding: 4px 0;
	display: inline-block;
	border-bottom: 2px solid #224298;
	margin-bottom: 10px;
}

.text_right p{
	white-space: normal;
	font-size: 18px;
	line-height: 30px;
	text-align: justify;
}

.text_right a{
	color: #0c2f8e;
	padding:6px 10px;
	float: right;
	border: 1px solid #0c2f8e;
	margin-right: 50px;
	margin-top: 20px;
}

.xia_nav{
	padding: 50px 0;
}

.xia_ul{
	
}

.xia_ul li{
	text-align: center;
	margin: 0 auto;
}

.xia_ul li a{
	display: block;
	text-align: center;
}

.img_div{
	width: 230px;
	height: 230px;
	border-radius: 50%;
	position: relative;
	padding: 10px;
	overflow: hidden;
	/*left: 50%;
	margin-left:-115px;*/
	margin: 0 auto;
}

.img_div img{
	width: 160%;
	position: absolute;
	border-radius: 50%;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.xia_ul li a p{
	font-size: 28px;	
	color: #000;
	margin-top: 20px;
}

.foot_bg{
	background: #143692;
}

.foot{
	width: 1300px;
	margin:  0 auto;
	color: #fff;
	padding: 40px 0;
}

.foot_left{
	float: left;
	position: relative;
	padding-bottom: 40px;
	width:60%
}

.foot_left h3{
	font-size: 32px;
	padding: 20px 0 ;
	padding-top: 80px;
}

.foot_left h4{
	font-size: 24px;
	margin-top: 30px;
	padding: 10px 0;
}

.foot_left p{
	font-size: 20px;
	line-height: 40px;
	white-space: normal;
}

.foot_left_btm{
	margin-top: 10px;
}

.foot_left_btm a{
	display: block;
	float: left;
	/*border: 1px solid red;*/
	border-radius: 10px;
	width: 50px;
	height: 50px;
	margin-right: 10px;
	overflow: hidden;
}

.foot_left_btm a img{
	width: 100%;
}

.foot_left_btm span{
	font-size: 30px;
	font-weight: bold;
	margin-right: 20px;
}

/*.foot_left_btm img{
	margin-top: -15px;
	margin-right: 20px;
}*/

.foot_right{
	float: right;
}

.foot_right_h3{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	text-align: center;
	padding: 10px 0;
	
	
}

.form_{
	width: 450px;
}

.form_1{
	width: 100%;
	margin-bottom: 4px;
}

.lab_{
	font-weight: normal;
	font-size: 20px;
	display: block;
	padding: 8px 0;
	margin: 0;
}

.inp_{
	border: 0;
	width: 100%;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	outline: none;
	color: #080808;
	padding: 0 10px;
}

.btn_{
	border: 0;
	width: 100%;
	border-radius: 8px;
	height: 40px;
	line-height: 40px;
	outline: none;
	color: #080808;
	text-align: center;
	color: #1d79f6;
	background: #fff;
}

.area{
	border: 0;
	width: 100%;
	border-radius: 8px;
	resize: none;
	outline: none;
	color: #080808;
	padding:10px;
	text-align: justify;
}

.area::-webkit-scrollbar {
            width: 5px;     
            height: 5px;
}

.area::-webkit-scrollbar-thumb {
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    background: rgba(0,0,0,0.2);
}

.area::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.1);
    border-radius: 5px;
    background: rgba(0,0,0,0.05);
}

/*--------------------------------------contact--------------------------------------------------------*/

.crumb{
	width: 1300px;
	margin:  0 auto;
	margin-bottom: 30px;
}

.crumb p{
	line-height: 36px;
	font-size: 12px;
	color: #a7a7a7;
}

.crumb a{
	color: #a7a7a7;
	margin: 0 5px;
	
}

.contact_con{
	width: 1300px;
	margin:  0 auto;
	padding-bottom: 40px;
}

.contact_left{
	float: left;
	width: 30%;
}

.contact_left h3{
	line-height: 54px;
	font-size: 26px;
	
	color: #fff;
	background: #0e71f6;
	margin-bottom: 2px;
	padding-left: 5px;
}

.contact_left img{
	width: 100%;
	margin-bottom: 20px;
}

.contact_left p{
	font-size: 20px;
	color: #333;
	line-height: 36px;
	
}

.contact_right{
	width: 65%;
	float: right;
	border-left: 1px solid #ddd;
	padding-left: 60px;
}

.contact_right h4{
	color: #36393b;
	font-size: 18px;
	line-height: 46px;
	display: inline-block;
	border-bottom:2px solid #0e71f6 ;
}

.hr{
	background: #e6e6e6;
	height: 1px ;
	width: 100%;
	margin-top: -1px;
}


/*--------------------------------------skill--------------------------------------------------------*/

.skill_con{
	width: 1300px;
	margin:  0 auto;
	padding-bottom: 40px;
	position: relative;
	min-height: 300px;
	margin-bottom: 10px;
}

.skill_left{
	float: left;
	width: 28%;
	position: absolute;
	height: 100%;
}

.skill_left_top{
	/*background:#efefef;*/
	padding: 20px;
	text-align: center;
	margin-bottom: 40px;
	border-right: 1px solid #ddd;
	height: 100%;
}

.skill_left_top h3{
	line-height: 74px;
	font-size: 26px;
	color: #000;
	width: 200px;
	margin: 0 auto;
	/*background: #0e71f6;*/
	border-bottom: 5px solid #0e71f6;
	background:#0e71f6;
	color:#fff;
}

.skill_left_ul{
	margin-top: 10px;
}

.skill_left_ul li{
	line-height: 48px;
	font-size: 20px;
		color: #636363;
	background: #fff;
	/*border-bottom: 1px dashed #aeaeae;*/
	margin-bottom: 20px;
	cursor: pointer;
}

.skill_active{
	color: #0e71f6 !important;
}

.skill_left_new{
	
}

.skill_left_new h3{
	font-size: 20px;
	line-height: 56px;
	color: #fff;
	background: #0e71f6;
	padding-left: 10px;
}

.skill_left_new h3 span{
	float: right;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 12px;
	background: #fff;
	text-align: center;
	vertical-align: middle;
	border-radius:8px ;
	margin-top: 19px;
	margin-right: 10px;
}

.skill_left_new h3 span i{
	color: #0e71f6 !important;
	font-size: 15px;
	
}

.new_ul{
	padding: 20px 0;
}

.new_ul li{
	line-height: 42px;
	font-size: 22px;
	color: #595959;
	padding: 0 10px;
}

.skill_right{
	width: 70%;
	float: right;
	/*border-left: 1px solid #ddd;*/
	padding-left: 40px;
	   
}

.skill_right p{
	text-align:justify;
	white-space: normal;
    line-height: 32px;
}

.skill_right h4{
	color: #36393b;
	font-size: 18px;
	line-height: 46px;
	display: inline-block;
	border-bottom:2px solid #0e71f6 ;
}

.hr{
	background: #e6e6e6;
	height: 1px ;
	width: 100%;
	margin-top: -1px;
}

.skill_right_ul{
	padding: 20px 0;
}

.skill_right_ul li{
	line-height: 36px;
	font-size: 12px;
	color: #66676a;
	border-bottom: 1px solid #f3f3f3;
}

.skill_right_ul li span{
	float: right;
}

/*---------------------------------------about----------------------------------------------*/

.about_right_con{
	text-align: center;
	display: none;
}

.about_right_con img{
	padding: 20px;
	margin-bottom: 20px;
}

.about_right_con p{
	white-space: normal;
	line-height: 40px;
	color: #303030;
	text-align: justify;
	font-size: 20px;
}

/*----------------------------------------------product---------------------------------------------*/

.product_con{
	background: #fff;
	width: 1300px ;
	margin: 0 auto;
	position: relative;
	margin-bottom: 10px;
}

.product_left{
	float: left;
	width: 20%;
	padding: 10px;
	border-right: 1px solid #ddd;
	/*position: absolute;
	height: 100%;*/
}

.product_left_h3{
	font-size: 26px;
	color: #000000;
	border-bottom: 5px solid #0e71f6;
	padding: 6px 0;
	text-align: center;
	font-weight: bold;
}

.product_left_ul{
	margin-top: 17px;
	background: #fff;
	padding: 10px 0;
}

.product_left_li{
	
}

.li_h5{
	height: 40px;
	line-height: 40px;
	padding:0 14px;
	font-size: 15px;
	margin: 0;
	cursor: pointer;
	background: #fff;
}

.li_hide{
	height: 34px;
	/*color: #060606;*/
	overflow: hidden;
	font-size: 13px;
	/*background: #f7d396;*/
	padding-left: 10px;
	/*display: none;*/
}

.li_hide p{
	padding: 10px 20px;
	cursor: pointer;
	border-bottom: 1px solid #fff;
}

.li_hide p:hover{
	color: #0e71f6;
	transition: 0.3s;
}

.product_right{
	width: 80%;
	float: right;
	padding: 10px;
	/*border-left: 1px solid #ddd;*/
}

.product_right_title{
	width:100%;
	background: #fff;
	padding-bottom: 20px;
	padding: 0 10px;
}

.product_right_title h4{
	color: #36393b;
	font-size: 18px;
	display: inline-block;
    border-bottom: 5px solid #0e71f6;
    padding: 10px 0;
}

.hr{
	background: #e6e6e6;
	height: 1px ;
	width: 100%;
	margin-top: -1px;
}

.product_right_ul{
	padding-top: 40px;
	background: #fff;
}

.product_right_ul li{
	margin-bottom: 20px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.product_right_ul li a{
	display: block;
	transition: 0.3s;
	background: #fff;
}

.product_right_ul li a:hover img{
	border: 1px solid #ddd;
}

.product_right_ul li img{
	width:100%;
	border: 1px solid #eee;
	margin-bottom: 20px;
	padding:26px;
	width:234px;
	height:211px;
	overflow:hidden;
}

.product_right_ul li h4{
	color: #383d41;
	font-size: 16px;
	padding: 0 10px;
	text-align: center;
	/*height:32px;*/
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow:hidden;
}

.product_right_ul li p{
	color: #98999a;
	font-size: 14px;
	white-space: normal;
	margin: 8px 0;
	padding: 0 10px;
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	height:32px;
	text-align:center
}

.btn_page{
	padding: 30px 0;
	width: 100%;
	margin:  0 auto;
	text-align: center;
}

.btn1{
	border: none;
	background: #fff;
	width: 40px;
	height: 40px;
	outline: none;
}

.btn1 i{
	transform: rotate(90deg);
	color: #0e71f6;
	font-size: 20px;
	border-width: 6px;
}

.btn2{
	border: none;
	background: #fff;
	height: 40px;
	color: #746f6e;
	outline: none;
	text-align:center
}

.btn3{
	border: none;
	background: #fff;
	width: 40px;
	height: 40px;
	outline: none;
}

.btn3 i{
	transform: rotate(-90deg);
	color: #0e71f6;
	border-width: 6px;
}

.activv {
	color:red!important;
	
}

/*--------------------------------------skill_neiye--------------------------------------------------------*/

.h2_{
	font-size: 26px;
	line-height: 36px;
	margin-bottom: 10px;
}

.jieshao{
	
}

.jieshao_img{
	float: left;
	width: 50%;
	
}

.jieshao_img img{
	width: 100%;
}

.jieshao_text{
	float: left;
	width: 44%;
}

.jieshao_text p{
	font-size: 16px;
	line-height: 24px;
	padding: 10px 0;
	white-space: normal;
	text-align: justify;
	margin-left: 20px;
}

.jiguang{
	padding: 20px 0;
}

.jiguang h2{
	font-size: 26px;
	margin-top: 10px;
	line-height: 36px;
}

.jiguang .p1{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
	font-weight: bold;
}

.jiguang .p2{
	font-size: 14px;
	line-height: 24px;
	margin: 10px 0;
}

.jiguang .p2 a{
	color:#0076bf;
}

.shouce{
	
}

.shouce img{
}

.shouce p{
	margin: 10px 0;
}

/*--------------------------------------product_neiye--------------------------------------------------------*/

.right_neiye{
	width: 80%;
	float: right;
	background: #fff;
	padding-bottom: 20px;
}

.banner_{
	float: left;
	width: 80%;
	padding: 0 30px;
}

.banner_text{
	float: right;
	width: 46%;
	padding: 20px 0;
}

.banner_text h2{
	font-size: 20px;
    text-align: left;
    margin-bottom: 20px;
    color: #F39800;
    font-weight: 600;
}

.banner_text p{
	line-height: 38px;
    clear: both;
    white-space: normal;
    font-size: 16px;
}

.banner_text p button{
	background-color: #000;
    text-align: center;
    margin-top: 20px;
    padding-top: 5px;
    width: 100%;
    border: 0;
    color: #fff;
}

.banner_text p button:hover{
	background: #aaa;
}

.xiugai{
	top: 0;
	left: 0;
	margin-left: 0;
	height: 500px;
}

.xiugai li{
	width: 140px !important;
	height: 100px;
	line-height: 100px;
	border-radius: 0;
	opacity: 0.5;
	display: block;
}

.aiaiai{
	margin-left: 200px;
}

.li_active_xiagai{
	border: 0 !important;
	width: 140px !important;
	height: 100px !important;
	line-height: 100px !important;
}

.text_{
	width: 1200px;
	margin: 20px auto 60px;
	background: #fff;
	padding: 30px;
	
}

.text_ h2{
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 10px;
	text-align: center;
}

.text_ p{
	font-size: 16px;
	line-height: 28px;
	white-space: normal;
	margin-top: 10px;
}


.skill_1{
	display: none;
}



#zidong{
	min-width: 1200px;
	max-width: 1903px;
	padding: 30px 0;
	width: 1200px;
	margin: 0 auto;
}

.slideBox{ width:100%; position:relative; }
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
.slideBox .hd ul li.on{ background:#f00; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd li a{ width: 22%;display: block;float: left;margin: 0 18px;}
.slideBox .bd img{width: 100%;border: 1px solid #ddd; width:264px;height:252px}

.slideBox .bd li a p{
	text-align: center;
	line-height: 24px;
	padding: 10px 0;
}

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{background:url(../images/Arrow1.png) no-repeat;background-size: 50px; position:absolute; left:-3%; top:50%; margin-top:-25px; display:block; width:40px; height:50px; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:-3%; }
.slideBox .prev{
	transform: rotate(180deg);
}

.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }


.h3__{
	color: #000;
	font-weight: bold;
	font-size: 28px;
	padding: 10px 0;
	margin-bottom: 20px;
}


.as{
	
}

.as a{
	padding: 0 6px;
}

.a_left .caret{
	transform: rotate(90deg);
    color: #0e71f6;
    font-size: 20px;
    border-width: 6px;
    display: inline-block;
    margin-top: -2px;
}

.a_right .caret{
	transform: rotate(-90deg);
    color: #0e71f6;
    font-size: 20px;
    border-width: 6px;
    display: inline-block;
    margin-top: -2px;
}

.foot_left .p1{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.foot_left .p1 a{
	color:#fff !important;
}
