html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;vertical-align:baseline;margin:0;padding:0}
ol,ul{list-style:none}
html,body{font-family: "Microsoft Yahei",simhei; }

a:hover{
	text-decoration: none;
}
p{
	margin: 0;
}

body{
    max-width: 1920px;
    margin: 0 auto;
}

.navbar{
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
    background: #fff;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #000;
}

.part-title{
	font-size: 32px;
	text-align: center;
	display: table;
	line-height: 2;
	color: #343434;
	margin: 0 auto;
	font-weight: 500;
	position: relative;
}
.part-title:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.part-title:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}
.part-subtitle{
	font-size: 20px;
	text-align: center;
	color: #4d4d4d;
	padding: 15px 0;
	margin: 0;
	display: none;
}

.navbar-default {
    border: none;
}
.navbar-brand{
	height: unset;
    padding: 0 15px
}
.navbar-brand img{
    max-height: 96px;
}
.navbar{
	margin-bottom: 0;
}

.nav > li > a{
	padding: 24px 12px;
	font-size: 18px;
	font-weight: bold;
	line-height: 48px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background-color: unset;
}


.navbar .dropdown:hover .dropdown-menu{
    display: block;
}



.navbar-form{
	margin-top: 32px;
}
.navbar-form .form-group{
	position: relative;
}
.navbar-form .form-group input{
	width: 160px;
	border-radius: 50px;
	padding-left: 40px;
}
.navbar-form .btn{
	position: absolute;
	top: 0;
	left: 0;
	width: 34px;
	height: 34px;
	border-radius: 100%;
	padding: 0;
}
.navbar-form .btn img{
	width: 34px;
	height: 34px;
	display: block;
	padding: 7px;
}


.wap-nav .item{
    width: 20%;
    float: left;
    background: #f9f9f9;
}
.wap-nav .item a{
    color: #333;
    line-height:40px;
    text-align: center;
    display: block;
    font-size: 14px;
}


@media (min-width: 768px) and (max-width: 1200px)
{
	.navbar-nav > li > a {
	    padding: 24px 5px;
	    font-size: 16px;
	}
}
@media (max-width: 768px){
    .navbar-brand > img {
        height: 60px;
    }
    .navbar-toggle{
        margin-top: 13px;
    }
    .nav > li > a{
        padding: 10px 15px;
    }
}



.more_btn{
	width: 236px;
	height: 50px;
	border: 1px solid #666666;
	color: #666666;
	display: block;
	margin: 70px auto 0;
	text-align: center;
	line-height: 50px;
	border-radius: 50px;
	text-decoration: none;
}
.more_btn:hover{
	background: #2d4fa9;
	color: #fff;
	border-color: #2d4fa9;
	text-decoration: none;
}


.banner{
    padding-top: 96px;
}

.glyphicon-chevron-left:before{
    content: "";
    background: url(../images/a_left.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
}
.glyphicon-chevron-right:before{
    content: "";
    background: url(../images/a_right.png) center no-repeat;
    background-size: contain;
    display: block;
    width: 30px;
    height: 30px;
}

/* 品牌视频 开始 */
.video_part{
	padding-top:80px;
}
.ppgs_detail_video {
  display: flex;
  flex-direction: column;
  padding: 30px 0 55px;
}

.ppgs_detail_video > h2 {
  font-size: 20px;
  font-family: MicrosoftYaHei;
  font-weight: bold;
  color: #000000;
  padding-top: 22px;
  padding-bottom: 27px;
  display: none;
}

.ppgs_detail_video > p {
  font-size: 16px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
  line-height: 24px;
}

.video_con {
  /* display: flex; */
}

.video_con .video_con_left {
  flex: 1;
  position: relative;
}

.video_con .video_con_left > video {
  width: 100%;
  height: 591px;
  object-fit: contain;
}

.video_con_left > img {
  width: 122px;
  height: 122px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ppgs_detail_video > .video_con .video_con_right {
  height: 591px;
  padding-top: 21px;
  padding-right: 35px;
  overflow-y: auto;
}

.video_con_right_item {
  margin-bottom: 27px;
  position: relative;
}

.video_con_right_item > img:first-child {
  width: 185px;
  height: 94px;
  display: block;
  margin: 0 auto;
}
.video_con_right_item > h3 {
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #000000;
  padding-top: 18px;
  margin: 0;
}

.video_con_right_item > img:last-child {
  width: 33px;
  height: 33px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
}
/* 品牌视频 结束 */


/* 品牌产品 开始 */
.product_part{

	padding: 45px 0;
}
.product_part .type_list{
	padding-top: 30px;
}
.product_part .type_list::after{
	content: "";
	display: block;
	clear: both;
}
.product_part .type_list .itemText{
	width: 95%;
	background: #2d4fa9;
	color: #fff;
	font-weight: bold;
	font-size: 32px;
	height: 82px;
	line-height: 82px;
	text-align: center;
	margin: 0 auto;
}
.product_part .type_list .itemImg{
	display: block;
	width: 95%;
	margin: 0 auto;
	    background: #fff;
    border-radius: 10px;
}


@media (max-width: 768px){
    
    .product_part{
	padding: 15px 0;
    }
.product_part .type_list{
	padding-top: 15px;
}
   .product_part .type_list > div{
       padding: 0 10px;
       margin-bottom: 15px;
   } 
   .product_part .type_list .itemText{
	width: 100%;
	font-size: 20px;
	height: 40px;
	line-height: 40px;

}
.product_part .type_list .itemImg{
	width: 100%;
} 
    
    .more_btn{
           margin: 30px auto 0;
    }
    
    .video_part{
        padding-top: 30px;
    }
    .ppgs_detail_video{
        padding-top: 0;
        padding-bottom: 15px;
    }
    
    .video_con .video_con_left > video{
        height: 240px;
    }
    .video_con_left > img{
        width: 60px;
        height: 60px;
    }
    .ppgs_detail_video > .video_con .video_con_right {
        height: auto;
        padding-top: 20px;
        padding-right: 0;
        overflow-y: unset;
         overflow-x: unset;
    }
    .video_con_right_item{
        width: 46%;
        margin: 0 2%;
        float: left;
    }
    .video_con_right_item > h3{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding: 10px 0;
    }
    .video_con_right_item img{
        width: 100% !important;
        object-fit: contain;
    }
    .video_con_right_item > img:last-child{
        top: 24%;
    }
}



/* 品牌产品 结束 */


/* 新闻中心 开始 */
.news_part{
	padding:60px 0;
}
.news_part .news_list{
	padding-top: 30PX;
}
.news_part .news_list .left-con{
	
}
.news_part .news_list .left-con .item{
	margin-bottom: 15px;
	background-color: #f8f8f8;
	height: 226px;
}
.news_part .news_list .left-con .item .img{
	height: 100%;
	padding: 0;
}
.news_part .news_list .left-con .item img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.news_part .news_list .left-con .item .itemText{
	color: #000000;
	font-size: 16px;
	font-weight: bold;
	padding-top: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news_part .news_list .left-con .item .itemTextEx{
	color: #7f7f7f;
	font-size: 14px;
	padding-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp:4;
	display: -webkit-box;
	-webkit-box-orient:vertical;
}
.news_part .news_list .left-con .item .more{
	width: 100px;
	height: 26px;
	display: block;
	line-height: 26px;
	background: #2d4fa9;
	color: #fff;
	text-align: center;
	margin-top: 20px;
	font-size: 14px;
}

.news_part .news_list .left-con .item::after{
	content: "";
	display: block;
	clear: both;
}
.news_part .news_list .right-con{
	padding-left: 30px;
}
.news_part .news_list .right-con .item{
	position: relative;
	padding-left: 25px;
}
.news_part .news_list .right-con .item::after{
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	border: 1px solid #cdcdcd;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top:-6px;
}
.news_part .news_list .right-con .item a{
	font-size: 14px;
	color: #333;
	line-height: 2;
	padding: 10px 0;
	display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 768px){
    .news_part {
    padding: 30px 0;
    }
    .news_part .news_list .left-con .item{
        height: auto;
    }
    .news_part .news_list .left-con .item .text{padding-bottom:15px}
}




/* 新闻中心 结束 */

footer{
	background: #f8f8f8;
	padding: 60px 0 0;
}

.footer_logo img{
    max-width: 100%;
    max-height: 140px;
    object-fit: contain;
    margin-top: 15px;
}

footer .hotline{
	font-size: 13px;
	line-height: 2;
}
footer .time{
	font-size: 13px;
	line-height: 2;
}


.footer_search{
	clear: both;
	padding-top: 15px;
}
.footer-form .form-group{
	position: relative;
}
.footer-form .form-group input{
	width: 100%;
	border-radius: 50px;
	padding-right: 40px;
}
footer .code_list img{
	padding: 0 15px;
}
.footer-form .btn{
	position: absolute;
	right: 5px;
	top: 1px;
	width: 32px;
	height: 32px;
	border-radius: 100%;
	padding: 0;
	border:none;
}
.footer-form .btn img{
	width: 34px;
	height: 34px;
	display: block;
	padding: 7px;
}


.footer_nav p{
	color: #083190;
	font-size: 20px;
	font-weight: bold;
}
.footer_nav ul {
	padding: 0;
	margin-top: 10px;
}
.footer_nav ul li{
	padding: 3px 0;
}
.footer_nav ul li a{
	font-size: 16px;
	color: #444;
	line-height: 2;
	
}


.copyright{
	background: #bfbfbf;
	text-align: center;
	margin-top:60px;
	
}
.copyright p{
	display: inline-block;	
	line-height: 54px;
	color: #fff;
}
.copyright a{color: #fff;}


/* 内页导航 */
.nynav{}
.nynav .ny_url{
	text-align: center;
	border-bottom:1px solid #e0e0e0;
	padding: 50px 0 30px;
}
.nynav .ny_url .nav_item{
	font-size: 18px;
	color: #666;
	margin: 0 30px;
	padding: 5px 10px;
}
.nynav .ny_url a.active,.nynav .ny_url a.on{
	background: #2d4fa9;
	color: #fff;
}

.nynav .slogan{
	text-align: center;
	font-size: 26px;
	color: #666;
	line-height: 1;
	padding: 30px 0;
	margin:20px 0;
	display: none;
}
.nynav .type_list{
	padding: 10px 0;
}
.nynav .type_list p{
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.nynav .type_list ul li{
	text-align: left;
	font-size: 16px;
	color: #666;
	padding: 0;
}
.nynav .type_list ul li a{
	color: #666;
	line-height: 2;
}

.nynav .style_list{
	padding: 10px 0;
}
.nynav .style_list p{
	font-size: 16px;
	color: #666;
	font-weight: 500;
}
.nynav .style_list ul li{
	text-align: left;
	font-size: 16px;
	color: #666;
	padding: 0;
}
.nynav .style_list ul li a{
	color: #666;
}
@media (max-width: 1200px){
    .footer_nav p{
	font-size: 16px;
	
    }

    .footer_nav ul li a{
	    font-size: 14px;
    }
}



@media (max-width: 768px){
    .nynav .ny_url{
        padding: 15px 0 0;
    }
    .nynav .ny_url .nav_item{
        display: inline-block;
        margin: 0 15px 15px;
        font-weight: bold;
            font-size: 20px;
    }
    
    .nynav .type_list p,.nynav .style_list p{
        text-align: left;
        margin-bottom: 15px;
    }
    .nynav .slogan{
	font-size: 18px;
	padding: 15px 0;
	margin:0
    }
    
    .nynav .type_list ul li a,.nynav .style_list ul li a{
            display: block;
        padding: 0 15px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    
    footer{padding-top:30px}
    
    .footer_logo {
        text-align: center;
        margin-left: 25%;
    }
    .footer_logo img{
        margin: 0 auto;
    }
    
    footer .code_list:after{
        content: "";
        display: block;
        clear: both;
    }
    
    footer .code_list img{
	margin: 0 4.1666666%;
	
    }
    
    .footer_nav{
        padding-top: 15px;
    }
    .footer_nav div{
        padding: 0 5px;
    }
    .footer_nav p{
	font-size: 14px;
	text-align: center;
    }
    .footer_nav ul {
        margin-top: 0;
    }
    .footer_nav ul li a{
	    font-size: 12px;
	    text-align: center;
	    display: block;
    }
    
    .copyright{
        margin-top: 30px;
    }

}




/* 新闻中心子页 */
.baike_list {
  width: 100%;
  padding-bottom: 30px;
  margin: 0 auto;
  overflow: hidden;
  font-size: 16px;
}
.baike_list ul{
	padding: 30px 0 0;
}
.baike_list li {
  overflow: hidden;
  padding: 30px 0;
}

.baike_list .pic {
  float: left;
  width: 100%;
  height: auto;
}

.baike_list .article {
  float: right;
  padding-top: 32px;
  padding-bottom: 10px;
  text-align: left;

}

.baike_list .article .time {
  float: left;
  color: #d1d1d1;
  font-size: 40px;
  padding: 0;
}

.baike_list .article .date {
  line-height: 40px;
}

.baike_list .article .year {
  display: block;
  font-size: 14px;
  line-height: 2;
}

.baike_list .article .cont {
  float: right;
  font-size: 14px;
  line-height: 21px;
}

.baike_list .article .cont .title {
  /* display: inline-block; */
  padding: 0;
  margin-bottom: 15px;
  color: #1f1f25;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.baike_list .article .cont .cont_main {
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #7f7f7f;
  font-size: 13px;
}
.baike_list .article i{
	display: block;
	clear: both;
	  border-bottom: 1px solid #efefef;
}
.baike_list .a_more {
  float: right;
  margin-top: 14px;
  padding-right: 20px;
  color: #161270;
  font-size: 14px;
  background: url("../images/arrow2.png") right center no-repeat;
  cursor: pointer;
}

.video_list{
	width: 100%;
	padding-bottom: 75px;
	margin: 40px auto 0;
	overflow: hidden;
	font-size: 16px;
}
.video_list li{margin: 20px 0;}
.video_list img{
	width: 100%;
	object-fit: contain;
}
.video_list p{
	text-align: center;
	font-size: 17px;
	color: #000000;
	line-height: 2;
}
.news_show {
	margin-top: 40px;
	
}
.news_show p img,.news_show img{
	max-width: 100%;
}

.news_show .pre{
	padding: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
}
.news_show .pre a{
	color: #393838;
	font-weight: normal;
	font-size: 15px;
}

.news_show .next{
	padding: 10px;
	border: 2px solid #cccccc;
	color: #000000;
	font-weight: bold;
	margin-top: 10px;
	font-size: 16px;
}
.news_show .next a{
	color: #393838;
	font-weight: normal;
	font-size: 15px;
}


.isrecommend{
	margin-top: 30px;
	padding: 10px;
	border: 2px solid #cccccc;
	    clear: both;
	
}
.isrecommend h4{
	font-size: 15px;
	color: #121212;
	font-weight: bold;
}
.isrecommend ul li{
	font-size: 15px;
	line-height: 1.6;
	margin-bottom: 15px;
}
.isrecommend ul li:nth-last-child(1){
	margin-bottom: 0;
}
.isrecommend ul li p{
	color: #393838;
}
.isrecommend ul li span{
	display: block;
	color: #393838;
}

h2.content_title{
	font-size: 24px;
	color: #121212;
	line-height: 2;
	font-weight: bold;
}
span.content_time{
	font-size: 14px;
	color: #121212;

}
.content_content{
	padding: 30px 0;
}


.product_list{
	margin: 50px 0;
	height: 760px;
    overflow-y: scroll;
}
.product_list:after{
	content: "";
	display: block;
	clear: both;
}
.product_list ul li{
	margin-bottom: 15px;
}
.product_list ul li:after{
    content: "";
    display: block;
    clear: both;
}

.product_list ul li .pic{
	width: 100%;
}
.product_list ul li .title{
	font-size: 18px;
	color: #666;
	line-height: 90px;
	text-align: center;
}
.product_list ul li .a_more{
	font-size: 14px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	background-color: #2d4fa9;
}

.pro_show p img,.pro_show img{
	width: 100%;
}

.pro_show .part_a{
	margin: 50px 0 40px;
}
.pro_show .part_a::after{
	content: "";
	display: block;
	clear: both;
}
.pro_show .part_a img{
	max-height: 600px;
	object-fit: cover;
	display: block;
	line-height: 0;
}

.pro_show .part_a .pro_title{
	font-size: 32px;
	color: #282828;
	padding: 30px 30px 60px;
	position: relative;
}
.pro_show .part_a .pro_title:after{
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #2d4fa9;
	position: absolute;
	left: 30px;
	bottom: 30px;
	font-weight: bold;
}
.pro_show .part_a .pro_info{
	padding: 0 30px;
}

.pro_show .part_b{
	padding: 20px 0;
}

.pro_show .part_c .part_title{
	font-size: 36px;
	color: #013893;
	text-align: center;
	padding: 30px 0;
}

.pro_show .part_d .part_title{
	font-size: 36px;
	color: #013893;
	text-align: center;
	padding: 30px 0;
}


.relevant_case{
	clear: both; 
}
.relevant_case::after{
	content: "";
	display: block;
	clear: both;
}
.relevant_case .relevant_title{
	font-size: 36px; 
	color: #013893;
	text-align: center;
	padding: 30px 0;
}
.relevant_case .item img{
	width: 100%;
}
.relevant_case .item p{
	font-size: 16px;
	color: #282828;
	text-align: center;
	line-height: 2;
	padding: 10px 0;
}

.nybg{
	position: relative;
}
.float_nav{
	position: fixed;
	left: 5%;
	top: 30%;
	width: 134px;
	
	
}
.float_nav p{
	font-size: 22px;
	color: #fff;
	font-weight: bold;
	background: #2d4fa9;
	border:1px solid #999999;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	text-align: center;
	padding: 20px;
}
.float_nav ul {
	padding: 0 10px;
	border:1px solid #999999;
	border-top: none;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	background: #fff;
}
.float_nav ul li{
	position: relative;
	padding: 15px 0;
	text-align: center;
	color: #999;
}
.float_nav ul li::after{
	content: "";
	display: block;
	width: 80%;
	border:1px dashed #999;
	position: absolute;
	bottom: 0;
	left: 10%;
}
.float_nav ul li:nth-last-child(1)::after{
	display: none;
}
.float_nav ul li a{
	font-size: 14px;
	text-align: center;
	color: #999;
}

.float_nav ul li button{
	background: #fff;
	border: none;
	padding: 0;
	font-size: 14px;
	color: #999;
}


@media (min-width: 768px) and (max-width: 1200px)
{
	.pro_show .part_a .pro_title{
		padding: 0 40px 30px;
	}
	.pro_show .part_a .pro_title:after{
		bottom: 15px;
		left: 40px;
	}
	.pro_show .part_a .pro_info{
		padding: 0 40px;
	}
}

@media (max-width: 768px){
    .baike_list{
        padding-bottom: 15px;
    }
    .baike_list ul{
          padding-bottom: 0;
    }
    
    .baike_list li{
        padding-top: 0;
    }
    
    
	.pro_show .part_a .pro_title{
		padding: 0 15px 30px;
	}
	.pro_show .part_a .pro_title:after{
		left: 15px;
	}
	.pro_show .part_a .pro_info{
		padding: 0 15px;
	}
	
	
	.news_show{
	    padding-bottom: 30px;
	}
	
	.news_show .next{margin-bottom:15px}
	
	
}

/* 联系我们 */
.contact_show{
	
}
.contact_show h1{
	font-size: 38px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 100px 0;
	position: relative;
	display: table;
	margin: 0 auto;
}
.contact_show h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.contact_show h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}

.contact_show h3{
	font-size: 28px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 150px 0 50px;
	clear: both;
	position: relative;
}
.contact_show h3:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: 49px;
    left: 50%;
    margin-left: -200px;
}
.contact_show h3:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: 49px;
    right: 50%;
    margin-right: -200px;
}

.address{
	background: #f8f8f8;
	padding: 60px 50px;
	height: 360px;
}
.address p{
	line-height: 2.2;
	font-size: 17px;
}
.map_box{
	padding: 0;
}

.add_a3{
	padding: 0 5px 80px;
}
.add_a3 img{
	width: 100%;
}
.add_a4{
	padding: 0 15px 80px;
}
.add_a4 img{
	width: 100%;
}


@media (max-width:768px) {
    .address{
	padding: 30px 15px;
	height: auto;
    }
    .contact_show h1{
            font-size: 30px;
        padding: 30px 0;
    }
    
    .contact_show h3{
        padding: 50px 0 30px;
    }
    .contact_show h3:before{
        margin-top: 10px;
    }
    .contact_show h3:after{
        margin-top: 10px;
    }
}



/* about */
.about_show{
	border-bottom: 1px solid #bfbfbf;
	    overflow: hidden;
}
.about_show h1{
	font-size: 38px;
	font-weight: bold;
	color: #013893;
	display: table;
	margin: 0 auto;
	padding: 50px 0;
	position: relative;
}
.about_show h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.about_show h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}




.about_show img{
	max-width: 100%;
}
.about_show .about_1{
	padding: 50px 0;
}
.about_show .about_1 .img{
	padding: 0;
}
.about_show .about_1 .img img{
	width: 100%;
}
.about_show .about_1 .text{
	padding: 50px 15px 0;
}
.min-title{
    position: relative;
    margin-bottom: 20px;
}
.min-title:after{
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background: #013893;
    position:absolute;
    left: 0;
    bottom: 0;
}
.min-title h2{
    font-size: 28px;
    line-height: 2;
}
.min-title h3{
    font-size: 20px;
    
}

.about_show .about_1 .text p{
	line-height: 2 !important;
	text-indent: 32px;
}
.about_show .about_1 .text.p0{
	padding: 0 50px;
}
.about_show .about_1 .text.p30{
	padding-left: 50px;
	padding-right: 50px;
}
.about_show .about_1 .text.mt{
    margin-top: 15px;
}

.about_2{
	padding: 50px 0;
}



.about_2 .history_tree{
	position: relative;
	padding: 50px 0;
}
.about_2 .history_tree::after{
	content: "";
	display: block;
	clear: both;
}
.about_2 .history_tree .item{
	width: 49%;
	border-bottom: 2px dashed #e0e0e0;
	height: 120px;
	margin-bottom: 20px;
}
.about_2 .history_tree .item:nth-child(2n){
	margin-left: 51%;
	padding-left: 5%;
}
.about_2 .history_tree .item span{
	display: block;
	width: 180px;
	text-align: center;
	font-size: 35px;
	color: #fff;
	font-weight: bold;
	line-height: 1.8;
	padding: 0;
	border-radius: 30px; 
	background: #2359af;
}
.about_2 .history_tree .item p{
	font-size: 18px;
	color: #333333;
	line-height: 2;
	margin-top: 10px;
}
.about_2 img{
    width: 100%;
    margin: 0 auto;
    display: block;
}

.about_3{
    padding: 30px 0;
}
.about_show .about_3 .text{
	padding: 50px 15px 0;
}
.about_show .about_3 .text p{
	line-height: 2 !important;
	text-indent: 32px;
}


.about_2,.about_4{
	background: #f8f8f8;
}

.about_4  .part-subtitle{
	line-height: 2;
	color: #333;
}
.about_4 .video_part{
	padding-top: 0;
}


.patent_show h1{
	font-size: 48px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	position: relative;
}
.patent_show h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 50%;
    margin-left: -250px;
}
.patent_show h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: 50%;
    margin-right: -250px;
}

.patent_show h3{
	font-size: 28px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	clear: both;
	position: relative;
	display: table;
	margin: 0 auto;
}

.patent_show h3:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.patent_show h3:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}
.patent_show img{max-width: 100%;}

.patent_show .part_a{
	padding: 50px 15px;
}
.patent_show .part_a img{
	margin-bottom: 15px;
}

.patent_show .part_b{
	background: #f8f8f8;
	padding: 50px 15px;
}
.patent_show .part_c{
	padding-bottom: 50px;
}
.patent_show .part_c .item{
	margin-bottom: 15px;
}

.honor_show h1{
	font-size: 48px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 80px 0;
}
.honor_show h3{
	font-size: 28px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	clear: both;
}

.honor_show img{
        display: block;
        max-width: 100%;
            margin: 0 auto;
}
.honor_show .part_a{
	background: #f3f3f3;
	padding-top: 50px;
}
.honor_show .honor_list {
	margin-bottom: -50px;
}
.honor_show .part_a p{
	background: #f3f3f3;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.honor_show .part_b{
    padding-top: 100px;
}
.honor_show .part_b .item{
    margin-bottom: 15px;
}
.honor_show .part_b p{
	color: #333;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.honor_show .part_c{
    padding: 50px 15px 100px;
}
.honor_show .part_c .item{
    margin-bottom: 15px;
}
.honor_show .part_c p{
	color: #333;
	line-height: 40px;
	text-align: center;
	font-size: 12px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


.cert_show h1{
	font-size: 48px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
}
.cert_show h3{
	font-size: 28px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	clear: both;
}

.cert_show img{
        display: block;
        max-width: 100%;
        margin: 0 auto;
}
.cert_show .part_a{
	background: #f3f3f3;
	padding-top: 50px;
}
.cert_show .cert_list {
	margin-bottom: -50px;
}
.cert_show .part_a p{
	background: #f3f3f3;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.cert_show .part_b{
    padding: 150px 15px 100px;
}
.cert_show .part_b .item{
    margin-bottom: 15px;
}
.cert_show .part_b p{
	color: #333;
	line-height: 50px;
	text-align: center;
	font-size: 12px;
}


.job_about{
    padding-bottom: 100px;
}
.job_about h1{
	font-size: 38px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	position: relative;
	display: table;
	margin: 0 auto;
}
.job_about h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.job_about h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}


.job_about img{
        display: block;
        max-width: 100%;
}




.job_list{
    padding-top: 60px;
}
.job_list li{
    height: 80px;
    line-height: 80px;
    color: #666666;
    border-bottom: 1px solid #eeeeee;
}
.job_list li a{
    color: #666666;
}
.job_list .frist{
    background: #eeeeee;
    height: 40px;
    line-height: 40px;
     border-bottom: none;
   
    
}
.job_list .j1{
     padding: 0 48px;
     position: relative;
}
.job_list .j1 span{
    position: absolute;
    left: 0;
    top: 25px;
    background: #fff1f0;
    color: #ff8075;
    display: block;
    padding: 5px;
    line-height:20px;
    border-radius: 5px;
}

.job_about_list{
    padding:50px 0 100px;
}
.job_about_list:after{
    content: "";
    display: block;
    clear: both;
}
.job_about_list .item img{
    max-width: 100%;
    display: block;
}
.job_about_list .item p{
    font-size: 22px;
    color: #000;
    line-height: 2;
    margin: 10px 0;
}
.job_about_list .item a{
    font-size: 16px;
    background:#2d4fa9;
    color: #fff;
    display: block;
    width: 80px;
    padding: 0 5px;
    text-align: center;
    border-radius: 5px;
    line-height: 26px;
}


.job_show .top{
    background: #f5f7fb;
    padding: 50px 0;
    position: relative;
}
.job_show .top h1{
    position: relative;
    display: table;
    padding-right: 80px;
    font-size: 28px;
    color: #000;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
}
.job_show .top h1 span{
    position: absolute;
    right: 0;
    top: 5px;
    background: #fff1f0;
    color: #ff8075;
    display: block;
    padding: 5px 10px;
    line-height:20px;
    border-radius: 5px;
    font-size: 13px;
}
.job_show .top ul {
    margin:25px 0;
}
.job_show .top ul li{
    font-size: 16px;
    color: #666666;
    line-height:1;
    padding: 0 15px;
    border-right:1px solid #666;
    display: inline-block;
}
.job_show .top ul li:nth-child(1){
    padding-left: 0;
}
.job_show .top ul li:nth-last-child(1){
    border-right: none;
}
.job_show .top .mail{
    width: 102px;
    height: 36px;
    line-height: 36px;
    font-size: 18px;
    color: #fff;
    background: #2d4fa9;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 20%;
}


.job_show .content_content{
    padding: 50px 0;
}

#mail_int{
    width: 428px;
    height: 530px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin:-265px 0 0 -214px;
    display: none;
}
#mail_int img{
    display: block;
    width: 100%;
}
#mail_int #close_mail{
    width: 25px;
    height: 24px;
    display: block;
    position: absolute;
    top: 15px;
    right: 15px;
    background: url(../images/close.png);
    cursor: pointer;
}

@media (max-width: 1440px){
.about_show .about_1 .text{
    padding: 15px 15px 0;
}
.about_show .about_3 .text{
    padding: 15px 15px 0;
}
}

@media (max-width: 1280px){
.about_show .about_1 .text{
    padding: 0 15px;
}
.about_show .about_3 .text{
    padding: 15px;
}
}


@media (min-width: 768px){
    .job_list .j1{
     padding: 0 15px 0 48px;
     position: relative;
    }
    
    
    
}

@media (max-width: 768px){
    .about_show .about_1{
        padding: 20px 0;
    }
    .about_show h1{
	padding: 30px 0;
	
	font-size: 36px;
}


.about_2{padding:0}

.about_3{padding:0 0 20px}
    
    .honor_show .part_a,.cert_show .part_a{
        padding-top: 0;
    }
    .honor_show h1,.cert_show h1{
        padding: 40px 0;
    }
    .honor_show img{
        object-fit: contain;
        height: 140px;
    }
    .patent_show .part_a{
        padding: 0 15px;
    }
    .patent_show .part_b{
        padding: 0 15px;
    }
    
    
    .job_about_list{
        padding: 30px 0;
    }
     .job_about_list .item{
         margin-bottom: 15px;
     }
    .job_about_list .item img{
    margin: 0 auto;
    }
        .job_about_list .item p{
     text-align: center;
        }
        .job_about_list .item a{
    margin: 0 auto;
        }



.content_content p iframe{
  max-width: 100%;
}


#mail_int{
    width:80%;
    height: auto;
    position: fixed;
    top: 20%;
    left: 10%;
    margin:0;
    display: none;
}
#mail_int img{
    display: block;
    width: 100%;
}




}


@media (max-width: 425px){
    .job_list .j1{
     padding: 0 15px ;
     position: relative;
    }
    .job_list .j1 span{
        display: none;
    }
}


.join_show{
    padding: 50px 0;
}

.join_show h1{
	font-size: 38px;
	font-weight: bold;
	color: #013893;
	text-align: center;
	padding: 50px 0;
	display: table;
	margin: 0 auto;
	position: relative;
}
.join_show h1:before{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: -140px;
}
.join_show h1:after{
    content: "";
    display: block;
    width: 120px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    right: -140px;
}



.join_show img{
        display: block;
        max-width: 100%;
}
.join_show .p1{
    color: #555;
    line-height: 1;
    font-size: 20px;
    margin-bottom: 0.8rem;
    color: #013893;
    font-weight: bold;
    padding-top: 20px;
    padding-left: 15px;
}
.join_show .p2{
    font-size: 15px;
    line-height: 2.5;
    color: #666;
    font-weight: bold;
    padding-left: 15px;
}
.join_show .p3{
    color: #555;
    line-height: 1;
    color: #013893;
     font-size: 20px;
    font-weight: bold;
    padding: 20px 0;
    padding-left: 15px;
}
.join_show .p4{
    font-size: 14px;
    line-height: 2;
}
.join_show .p4 span{
    color: red;
}
.join_show input{
    width: 100%;
    padding: 10px;
    height: 45px;
    line-height: 23px;
    border: 1px solid #ebebeb;
    background: #f5f5f5;
    text-align: right;
    border-radius: 3px;
    color: #ccc;
    text-align: left;
    margin-bottom: 15px;
}


.join_show .tips{
        font-size: 14px;
    color: #c1c1c1;
    margin-top: 20px;
     padding-left: 15px;
}

.btn-list{
    padding: 15px;
    margin-top: 15px;
    clear: both;
}
.btn-list:after{
    content: "";
    display: block;
    clear: both;
}
.join_show .btn{
    display: block;
        width: 132px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-right: 30px;
    float: left;
    padding: 0;
    background: #013893;
    color: #fff;
}

.join_show #reset{
   display: block;
        width: 132px;
    height: 44px;
    line-height: 44px;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    color: #666;
    text-align: center;
    background: #eeeeee;
     float: left;
}


.nybanner{
    padding-top: 96px;
}
.nybanner img{
    display: none;
}


/* 分页 */
.page{
	text-align: center;
	padding-bottom: 50px;
}
.pagination > li > a, .pagination > li > span{
	color: #999999;
}
.pagination > li > a.page-num-current{
	color: #fff;
	background: #428bca;
	border-color: #428bca;
}
.pagination > li > a:hover{
	color: #428bca;
	background: noen;
}
.pagination > li > a:hover.page-num-current{
	color: #fff;
}


.pro_nav {
    padding-top: 50px;
}
.pro_nav .type_f{
    
}
.pro_nav .type_f .nav_item{
    display: block;
    height: 58px;
    line-height: 58px;
    color: #f7f7f7;
    background: #848484;
    padding-left: 25px;
    border-radius: 5px;
    font-weight: bold;
    margin-bottom: 2px;
}
.pro_nav .type_f .nav_item.active,.pro_nav .type_f .nav_item.on{
    background-color: #55adff;
}
.pro_nav .type_s{
    margin-bottom: 2px;
    display: none;
}
.pro_nav .type_s .nav_item2{
    display: block;
    background: #f7f7f7;
    color: #000;
    padding-left: 37px;
    height: 40px;
    line-height: 40px;
}
.pro_nav .type_s .nav_item2:nth-child(1){
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pro_nav .type_s .nav_item2:nth-last-child(1){
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.pro_nav .type_t{
    margin-bottom: 2px;
}
.pro_nav .type_t .nav_item3{
    display: block;
    background: #f7f7f7;
    padding-left: 49px;
    color: #999;
    height: 40px;
    line-height: 40px;
}
.pro_nav .type_t .nav_item3:hover{
    color: #000;
}



@media (max-width: 768px){
    .page{
	    padding-bottom: 0;
	}
}





