html, body {
      font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
      font-size: 14px;
      color:#000;
      margin: 0;
      padding: 0;
    }

h1,h2,h3,h4,h5,h6,p,span,ul,li,dl,dt,dd {margin: 0; padding: 0;}

a { text-decoration: none;}

.container { 
    width: 1160px;
    height: auto;
    margin: auto;
    padding: 0 15px;
}

.clear { clear: both;}

.header {
   height: 90px;
   background: #eee;
   padding: 5px auto;
}

/*banner*/
.logo {
    width: 43%;
    height: 80px;
    padding: 5px;
    float: left;
    background-repeat: no-repeat;
    background-size: auto 92%;
    background-position: left 30%;
}

.logo h3 {
	font-weight: bold;
	color: #000;
	font-size: 32px;
}

.logo h3 span { 
    margin: 0px;
    padding: 0px;
    line-height: 42px;
    color: #DA1010;
}

.logo p { font-size: 18px;}

.zy { 
	float: left;  
	width: 34%; 
  height: 60px;
  margin: 15px 0;
  font-size: 16px;
}

.zy p {
	margin-left: 2%;
    border-left: 1px #000 solid;
    padding: 2%;
    height: 75%;	
	font-size: 14px;
    line-height: 1.6;
}

.tel {
	  float: left;
    width: 17%;
    line-height: 1.5;
    padding-left: 5%;
}

.tel img {
	  width: 17%;
    margin-top: 15px;
    float: left;
    margin-right: 5%;
}

.tel p i {    margin-top: 28px;   display: inline-block;}

.tel span {
	  margin-top: 0px;
    margin-left: 0;
    font-size: 18px;
    line-height: 18px;
    color: #CC0000;
    display: inline-block;
}

/*nav*/
.menu {background-color: rgb(0, 130, 208); height: 55px;}

.menu ul {
	display: flex;
	flex-flow: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	height: 55px;
}

.menu ul li {
	width: 15%;
	text-align: center;
	float: left;
	font-size: 16px;
	height: 100%;
	line-height: 55px;
}

.menu ul li a { color: #fff;}

.menu ul li:hover { background: #CC0000;}

.menu ul li:last-child { display: none;}

.banner {  	  
	position: relative; height:352px;

}
   
    .swiper-container {
      width: 100%;
      height: 100%;
      margin-left: auto;
      margin-right: auto;
    }
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      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;
}

/*main-body*/
.main {  border-top: 10px solid rgb(218, 16, 16);margin: auto; height: auto; position: relative;}

.main:before {
	content: "";
  height: 230px;
	z-index: -1;
	top: 0px;
	position: absolute;
	background-color: rgb(0, 130, 208);	
	width: 100%;
}

.conpanybox {
	width: 100%;
	height: auto;
	margin: auto;
	padding: 35px 0;
}

.con1 {
	width: 30%;
  height: 411px;
  overflow: hidden;
  float: left;
  margin-right: 0%;
  overflow: hidden;
  margin-top: 70px;
}

.con1_img {border: 5px #fff solid;}

.con2 {	width: 70%;	float: left;}

.con2 dl { width: 95%; padding-left: 5%; height: auto;}

.con2 dl dt  { width: 100%; height: auto; }

.con2 dl dt h3 { 	
	color: #fff;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 20px;
}

.con2 dl dt h3 i {
	display: inline-block;
	width: 77px;
	height: 5px;
	background-color: #fff;
	margin: 14px 1%;
}

.con2 dl dt p {
	color: #fff;
	line-height: 1.5;
	font-size: 15px;
	height: 128px;
	overflow: hidden;
}

.con2 dl dt p a { color: #fff;}

.cohen2 dl dd {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
	height: 150px;
	background: #eee;
}

.qyxc {
	position: relative;
	font-size: 18px;
	line-height: 2;

}

.qyxc:after {
	content: "";
	position: absolute;
	left: 10%;
  width: 90%;
	top: 50%;
	height: 1px;
	background-color: #000;
}

.qyxc_list {	width: 100%;}

.qyxc_list ul {
	display: flex;
	flex-flow: row nowrap; 
	justify-content: space-between;
	list-style: none;
}

.qyxc_list ul li {
	width: 33%;    
        height: 220px;
	float: left;
	margin-right: 1%;
}

.qyxc_list ul li:last-child { margin: 0;}

.qyxc_list ul li img { border: none; width: 100%; height:100%}

/*icon*/
.con3 {	
	width: 100%; 
	margin: auto;
	display: flex;
	flex-wrap: nowrap;
	margin: 30px 0;
	justify-content: space-between; 
}

.con3 dl {
	width: 25%;
	float: left;
	width: 230px;
	height: 234px;
	border-right: 1px solid #b3b3b3;
	text-align: center;
}

.con3 dl:last-child { border: none;}

.con3 dt {	width: 100%; height: 104px; margin-top: 20px; text-align: center;}

.con3 dl img {	width: 104px; height: 104px;	margin: auto;}

.con3 dd {display: block; margin: 20px 0; padding: 0; text-align: center;}

.con3 dd p{
	  color: #0082D0;
    font-family: 微软雅黑;
    font-size: 25px;
    line-height: 35px;
    white-space: normal;
}

.con3 dd span {
	  color: #5A5A5A;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 22.4px;
    white-space: normal;
}

/*main_pro*/
.main_pro {
	  background-color: rgb(242, 240, 240);
	  padding: 60px 0 40px 0;
	  margin: auto;  
}

.pro_list { margin: auto; width: 100%;}

.pro_left {
		width: 23%;
		float: left;
		margin-right: 2%;
}

.pro_left dl {  width: 250px;height: auto;}

.pro_left dt {
	  width: 100%;
    height: 113px;
    background-color: #0082D0;
    color: #fff;
}

.pro_left dt h3 {
	  font-size: 28px;
    text-align: center;
    line-height: 40px;
    padding-top: 25px;
    font-weight: normal;
    margin-bottom: 3px;
}

.pro_left dt p {
	font-size: 15px;
	color: #fff;
	text-align: center;
	margin: auto;
}

.pro_left dd {
	width: 100%;
	display: block;
	margin: 0;
	line-height: 60px;
	color: #000000;
	background: #fff;
	text-align: center;
	margin-top: 20px;
}

.pro_li {	background-color: #0082D0 !important; color: #fff;}

.pro_left dd:hover { background-color: #0082D0;}

.pro_left dd:hover a,.pro_li a { color: #fff;}

.pro_left .pro_li:hover  { background: #DA1010 !important;}

.pro_right {
	width: 75%;
	height: auto;
	float: left;
}

.fy { margin: 20px auto; }

.pro_right ul {	list-style: none;}

.pro_right ul li {
	  width: 32%;
    height: 260px;
    float: left;
    overflow: hidden;
    margin-right: 2%;
}

.pro_right ul li:nth-child(3n) {margin-right: 0;}

.pro_pic {
	border: 1px #eee solid;
	height: 220px;
	display: block;
	width: 99%;
	overflow: hidden;
	margin-bottom: 10px;
}

.pro_right ul li img {	width: 100%; height:100%}

.pro_right ul li p { 
	line-height: 1;
	text-align: center;
	font-size: 15px;
}

.pro_right ul li p a { color: #000; text-decoration: none;}

/*conpany-desc*/
.main_company {
	border-top: 10px #0082D0 solid;
	background-image: url(../images/dao.png);
	background-repeat: no-repeat; 
	background-position: center top;
}

.center_txt {
	  text-align: center;
    color: #fff;
    line-height: 1.7;
}

.box1,.box2 {
	  margin: 40px 0;
    height: auto;
}

.box_left,.box2_left{
	float: left;
	width: 47%;
	padding-right: 3%;
}

.box_left dl ,.box2_right dl{
	width: 100%;
	margin: auto;
}

.box_left dt,.box2_right dt {     
	  border-bottom: 3px #999 solid;
    height: 100px;
    margin-bottom: 15px;}

.num_red {
  float: left;
	color: #DA1010;
	font-size: 85px;
	display: inline-block;
	margin-right: 5px;
}

.box_right ,.box2_right {
		width: 45%;
		 margin-left: 5%;	
		 float: left;}

.box_tittle {
	  float: left;
    display: block;
    font-size: 30px;
    color: #0082D0;
    margin: 8px 0;
}

.box_desc { float: left; font-size: 16px;}

.box_left dd p ,.box2_right dd p{
	  color: #434343;
    font-family: 微软雅黑;
    font-size: 16px;
    line-height: 33.12px;
    white-space: normal;
}

/*area*/
.show_area {
	margin: auto;
	padding: 30px 0;
	background-color: rgb(247, 246, 246);	
}

.title { margin: 20px auto; text-align: center;}

.title h3 {
	    color: #0082D0;
    font-family: 微软雅黑;
    font-size: 26px;
    line-height: 36.4px;
    white-space: normal;
}

.title span {
	  color: #333333;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    text-transform: uppercase;
    white-space: normal;
    padding: 5px 15px;
    border-bottom: 1px solid #adadad;
}

.title p {
	  margin: 8px auto;
	  font-size: 14px;
    font-family: 'Microsoft YaHei';
    color: #666666;
    text-transform: capitalize;
}

.show_list {
	width: 100%;
	margin-top: 30px;
}
.show_list ul {	list-style: none;}

.show_list ul li {
	width: 32%;
	float: left;
	margin: 8px 2% 8px 0;
}

.show_list ul li:nth-child(3n) {
	margin: 8px 0;
}

.show_list_img {
	border: 1px #B3B3B3 solid;
	width: 99%;
	height: 280px;
	display: block;
}

.show_list_img img { width: 100%; height: 100%;}

.show_list ul li p {
	line-height: 2.3;
	text-align: center;
}

.kehu {padding-top: 30px;}

.kehu_list {
	background: #0082D0;
	padding: 20px 0;
	margin: auto;
}

.kehu_fankui { margin: auto;}

.kehu_fankui dl {
	width: 24%;
	float: left;
	margin-right: 1%;
	height: 380px;
	overflow: hidden;
	background-color: #fff;
}

.kehu_fankui dl:last-child {margin: 0;}

.kehu_fankui dt,.kehu_fankui dt img {
	width: 100%;
}

.kehu_fankui dd {
	margin: 0;
	width: 100%;
}

.kehu_fankui dd h4 {
	font-size: 18px;
	text-align: center;
	margin: 8px auto;
}

.kehu_fankui dd  p {
	line-height: 1.5;
	font-size: 15px;
	padding: 8px;
	text-align: justify;
	color: #333;
}

/*main_news*/
.main_news {
	 border-top: 10px solid rgb(218, 16, 16);
	 margin: auto;
	 padding: 30px 0;
}

.news_gs {
	width: 60%;
	float: left;
	margin-right: 1%;
}

.news_type {
	padding-left: 2%;
	border-bottom: 1px #B3B3B3 solid;
	padding-bottom:8px;
}

.news_type h3{
	color: #0082D0;
    font-family: 微软雅黑;
    font-size: 26px;
    line-height: 36.4px;
    white-space: normal;
    display: inline-block;
}

.news_type small {
	   color: #333333;
    font-family: 'Helvetica Neue', Helvetica, Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft YaHei', sans-serif;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    white-space: normal;
    margin-left: 1%;
}

.gs_box { 
	margin: auto; 
	width: 100%;
	height: 93px;
	padding: 10px 0;
	border-bottom: 1px #dadada dashed;
}

.gs_box dt {
	background-color: #0082D0;
	color: #fff;
	width: 12%;
  padding: 24px 0;
	float: left;
	text-align: center;
	font-size: 18px;
	margin-right: 2%;
}

.gs_box dd {	float: left;	width: 86%;}

.gs_box dd h4 {    font-size: 14px;}

.news_desc { font-size: 13px; margin: 7px 0;  height: 39px;  overflow: hidden;}

.news_btn {	display: block; margin-top: 2px;}

.news_date{	display: inline-block; font-style: normal;}

.news_btn a {
	display: inline-block;
	width: 76%;
	text-align: right;
	color: #000;
	float: right;
}

.news_gs2 { width: 100%;}

.news_gs2 .gs_box dt { width: 9%;}

.news_gs2 .gs_box dd { width: 89%;}

.news_gs2 .news_desc { height: 35px; overflow: hidden;}

.news_gs2 .news_btn a { width: 86%;}

.news_type2 {	width: 100%; text-align: center;}

.news_type2 h3 { 
	display: inline-block;
	padding: 8px 65px;
	margin: 5px 0;
	background: #0082D0;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}

.news_type2 h3 a,.news_type2 h3:hover a { color:#fff;}

.news_type2 h3:hover { background: #DA1010;}

.news_active { background: #DA1010; }

.news_hy {
	width: 39%;
	float: left;
}

.hy { height: 70px;}

.hy>.news_desc { margin: 1px 0; height: 33px;  overflow: hidden;}

/*news-detail*/
.main_newslists {
	margin: auto;
	height: auto;
	margin-top: 20px;
}

.news_bt {text-align: center;}

.news_bt h3 { font-size: 24px; line-height: 2;}

.news_bt p {
	width: 100%;
	line-height: 2;
	font-size: 14px;
	border-bottom: 1px #B3B3B3 dashed;
	display: flex;
	flex-flow: row;
	justify-content: space-between;
}

.news_bt p span {display: inline-block;}

.news_info { margin: 20px auto;}

.news_info p { 
	text-indent: 2rem; 
	font-size: 16px; 
	line-height: 1.5;
}

.page_loding {
	height: 45px;
	line-height: 45px;
	background-color: #0082D0;
	color: #fff;
}

.page_loding p {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left center;
	background-size: 25px auto;
	padding-left: 3%;
}

.page_loding {
	height: 45px;
	line-height: 45px;
	background-color: #0082D0;
	color: #fff;
}

.page_loding p {
	background-image: url(../images/home.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-position: left center;
	background-size: 25px auto;
	padding-left: 3%;
}

.page_loding a { color: #fff;}

.content { padding: 20px 0; margin: auto;} 

/*公司简?/
.gs_jianjie { margin-bottom: 30px;}

.gs_jianjie p{
	  font-size: 16px;
    line-height: 2;
    text-indent: 2rem;
}

/*产品详情*/
.pro_box {	width: 100%; margin: auto;}

.pro_info { display: block; width: 100%; height: 300px; }

.pro_info dt {
	width: 49%;
	float: left;
	margin-right: 1%;
       text-align: center;
	height: 100%;
	overflow: hidden;
}

.pro_info dt img {
	height: 100%;
	width: auto;
	/*transform: translate(-11%,-5%);*/
}

.pro_info dd {
	display: block;
	width: 49%;
	margin-left: 1%;
	float: left;
	height: 100%;
	overflow: hidden;
}

.pro_info dd h4 {
	    font-size: 18px;
    line-height: 2.5;
    border-bottom: 1px #333 solid;
    margin-bottom: 15px;
}

.pro_info dd p {
	font-size: 14px;
	line-height: 1.5;
}

.pro_desc { color: #ADADAD;}

.pro_content {	width: 100%;	margin: 30px auto;}

.pro_content p {text-indent: 2rem; line-height: 1.5;}

.ti {
	font-size: 24px;
	background: #eee;
	color: #000;
	line-height: 1.5;
	border-top:2px #FEB70F solid ;
	padding: 5px 15px ;
	margin-bottom: 30px;
}



/*联系我们*/
.gs_jianjie dl {
	width: 100%;
	height: 350px;
	background-image: url(../images/contact_img.png);
	background-position: right top;
	background-repeat: no-repeat;
}

.gs_jianjie dt {
	width: 50%;
	float: left;
	height: 300px;
	margin: 25px 0;
}

.gs_jianjie dd {
	display: block;
	float: left;
	width: 50%;
	height: auto;
	margin-top: 25px;
	color: #fff;
	font-size: 18px;
	line-height: 2;
}

/*foot*/
.foot {
	background: #0082D0;
	height: 363px;
	overflow: hidden;
	margin: auto;
}

.ft_menu {
	width: 20%;
	height: 363px;
	float: left;
	margin-right: 3%;
	background: #fff;
}

.ft_menu ul { list-style: none;}

.ft_menu ul li {
	line-height: 50px;
	text-align: center;
}

.ft_menu ul li a { color: #000;}

.ft_desc {
	width: 34%;
	float: left;
	margin-right:1% ;
	height: 100%;
}

.ft {	
    width: 100%;
    color: #fff;
    font-size:22px;
    margin: 20px 0;
}

.ft p {font-size: 14px; }

.copyright p {
	color: #fff; font-size: 16px;
	line-height: 1.2;
	margin-bottom: 10px;
}

.wechart img { width: 35%;}

.ft_msg {
	float: left;
	width: 42%;
	height: 100%;
}

.ft_msg table {
	  width: 100%;
    margin: 26px 0;
    font-size: 17px;
    color: #fff;
    line-height: 2;
}

.ft_msg table tr { vertical-align: top;}

.ft_msg table tr td:first-child { text-align: right;}

textarea {width:100%; min-height: 70px;}

.sex input {
	display: inline-block !important;
    width: 4% !important;
}

.ft_msg table input {
	width: 100%;
	height: auto;
	outline: none;
  line-height: 1.8;
  margin-bottom: 13px;
}

table button { 
	border: none; 
	outline: none; 
	padding: 8px 15px; 
	background-color: #fff;
	margin-top: 15px;
}


