.header {
    width:100%;
}

.header .container {
    overflow: visible;

}
.header .en{
    text-align: right;
    text-align: right;
}
.header .en a{
    display: inline-block;
    margin-right: 4%;
    margin-top: 1%;
    line-height: 30px;
    padding-left: 30px;
    background: url(../images/public/cn.jpg) no-repeat left center;
}
.header .logo {
    display: block;
    line-height: 80px;
    float: left;
    /*width: 24%;*/
}

.header .logo img {
    display: inline;
    width: auto;

}



.nav_pc{
    float: right;
    width: 80%;
    
}

.nav_pc .nav_ul{
    text-align: right;
    
}
.nav_pc .nav_ul .nav_item{
    display: inline-block;
    display: inline-block;
    position: relative;
   
}

.nav_pc .nav-link{
    display: block;
    vertical-align: middle;
    padding:0 8px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}
.nav_pc .nav-link:hover{
   /* background-color: #264486;*/
    
}

.nav_pc .nav-link>p{
    line-height: 80px;
    color: #264486;
    font-size: 1.8rem;
     -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}


.nav_pc a.nav-link:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 8px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #264486;
}

.nav_pc a.hover:before,
.nav_pc a:hover:before {
    width: 100%;
}

.nav_pc .uls2 {
    width: 100%;
    position: absolute;
    left: 0;
    top:80px;
    background: rgba(0, 0, 0, .3);
    padding-top: 14px;
    padding-bottom: 5px;
    display: none;
    z-index: 2000;

}

.nav_pc .uls2 a {
    display: block;
    text-align: center;
    line-height: 30px;
    font-size: 1.4rem;
    color: #fff;
    margin-right: -1px;
    /*background: url(../images/nav-icon.jpg) no-repeat center right;*/
    position: relative;
    -webkit-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
  text-transform: capitalize;
}


.nav_pc .uls2 a.novlink:before {
    position: absolute;
    bottom: 0px;
    left: 0;
    display: block;
    width: 0;
    height: 1px;
    content: '';
    -webkit-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out;
    background: #264486;
}

.nav_pc .uls2 a:hover:before {
    width: 100%;
}






.nav_button {
    overflow: hidden;
    width: 23px;

    position: relative;

    z-index: 999;
    display: none;
}

.nav_button .nav_bar {
    width: 23px;
    height: 2px;
    display: block;
    margin: 5px 0;
    background: #000;
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

.nav_button .mid {
    width: 18px;
}

.nav_button.animate .nav_bar {
    background: #949494;
}

.nav_button.animate .top {
    -webkit-transform: translateY(6px) rotate(45deg);
    -ms-transform: translateY(6px) rotate(45deg);
    -o-transform: translateY(6px) rotate(45deg);
    transform: translateY(6px) rotate(45deg);
}

.nav_button.animate .mid {
    width: 0;
}

.nav_button.animate .bottom {
    -webkit-transform: translateY(-8px) rotate(-45deg);
    -ms-transform: translateY(-8px) rotate(-45deg);
    -o-transform: translateY(-8px) rotate(-45deg);
    transform: translateY(-8px) rotate(-45deg);
}


/*nav for mobile*/
.nav_m {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}

.nav_m .head-wap {
    position: fixed;
    height: 60px;
    top: 0;
    /*background: #2e2929;*/
    width: 100%;
    max-width: 768px;
    margin-left: -15px;
    z-index: 999;
}

.nav_m .logo {
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}

.nav_m .logo img {
    width: 100%;
    display: block;
}

.nav_m .menu {
    min-height: 100%;
    margin-top: 64px;
    padding-bottom: 60px;
}

.nav_m .main_item {
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform: scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}

.nav_m .main_item:nth-child(2) {
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}

.nav_m .main_item:nth-child(3) {
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}

.nav_m .main_item:nth-child(4) {
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}

.nav_m .main_item:nth-child(5) {
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}

.nav_m .main_item:nth-child(6) {
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}

.nav_m .main_item:nth-child(7) {
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}

.nav_m .main_item:nth-child(8) {
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}

.nav_m .main_item:nth-child(9) {
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}

.nav_m .main_item:nth-child(10) {
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}

.nav_m .main_item>a {
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #333;
    background: url('../images/public/plus.png') 98% center no-repeat;
    background-size: 12px;
  text-transform: capitalize;
}

.nav_m .menu.show .main_item {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

.nav_m .on {
    border: none;
    height: auto;
}

.nav_m .on>a {
    background-image: url('../images/public/minus.png');
}

.nav_m .link>a {
    background-image: url('../images/public/arrow.png');
}

.drop_list {
    display: none;
}

.drop_list a {
    display: block;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #5a5a5a;
    text-indent: 20px;
    height: 42px;
    line-height: 42px;
  text-transform: capitalize;
}

/* 首页公共头部 */
.index_tit{
    padding-top: 6%;
    overflow: hidden;
    padding-bottom: 3%;
    display: table;
    width: 100%;
}
.index_tit .type{
    overflow: hidden;
    display: table-cell;
    vertical-align: middle;
    
    
}
.index_tit h1{
    color: #264486;
    font-size: 4rem;
    float: left;
    
}

.index_tit .rig{
    
    float: left;
    padding-left: 5px;
}
.index_tit .cn{
    font-size: 1.8rem;
    color: #c22d0a;
}

.index_tit .en{
    font-size: 3rem;
    color: #fff;
    line-height: 58px;
    background-color: #264486;
    text-align: center;
    padding:0 5px;
}

.index_tit .more_box{
     display: table-cell;
    vertical-align: middle;
    text-align: right;
    
}
.index_tit .more{
   max-width: 120px;
    display: inline-block;
    padding:0 62px 0 23px ;
    border: 1px solid #333;
    line-height: 40px;
    color: #264486;
    font-size: 1.6rem;
    background:url(../images/index_icon.png) no-repeat 74px center;
}



/* 首页应用领域 */

.index_app{
    padding-bottom: 4%;

}
.index_app ul{
    margin:0 -7px;
}

.index_app ul li{
    padding:0 7px;
}
.index_app ul h2{
    padding: 12% 6%;
    width: 100%;
    font-size: 1.6rem;
  	text-transform: capitalize;
    background:url(../images/index_icon2.png) no-repeat 92% center;
}

.index_app ul a{
    display: block;
    border-bottom: 2px solid #264486;

}
.index_app ul .img{
    overflow: hidden;
    
}
.index_app ul .img img{
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
    
}
.index_app ul a:hover .img img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    
}


/* 首页关于我们 */

.index_ab{
     padding-bottom: 4%;
    background: url(../images/index_bj.jpg) no-repeat center;
}

.index_ab .ab_con{
    display: table;
    width: 100%;
}

.index_ab .ab_con .sum{
    display: table-cell;
    vertical-align: middle;
    background: rgba(2,22,67,0.5);
    padding: 24px;
    width: 50%;
    color: #fff;
    line-height: 22px;
}

.index_ab .ab_con .img{
    width: 50%;
    display: table-cell;
    vertical-align: middle;

}
.index_ab .ab_con .img img{
    height: 100%;
}




/* 首页工程案例 */

.index_case{
    padding-bottom: 3%;
  background:url(../images/case_bj.jpg) no-repeat right center;  
}
.rvc .owl-carousel{
    overflow: hidden;
    
}
.rvc .owl-stage-outer {
    width: 100%;
    
}


.index_case .case_sum{
    padding: 5% 6%;
    background-color: #fff;
}

.index_case .case_sum h2{
    font-size: 2rem;
    color: #264486;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
    background:url(../images/index_icon2.png) no-repeat right center;
}

.index_case .case_sum .sum{
    color: #5b5b5b;
    line-height: 20px;
    padding-top: 10%;
    min-height: 120px;
}

.owl-theme .owl-controls{
    position: static;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
    position: static;
    
    width: 65px;
    height: 42px;

}

.owl-theme .owl-controls .owl-nav .owl-prev{
    background: url(../images/prev.jpg) no-repeat center;
}
.owl-theme .owl-controls .owl-nav .owl-next{
    background: url(../images/nex.jpg) no-repeat center;
}

.owl-theme .owl-controls .owl-nav .owl-next,
.owl-theme .owl-controls .owl-nav .owl-prev{
    margin:0 2%;
    
    background-color: #fff;
    margin-top: 4%;
}
.owl-carousel .owl-item .img-wrapper{
    overflow: hidden;
    
}
.owl-carousel .owl-item .img-wrapper img{
   -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}
.owl-carousel .owl-item a:hover .img-wrapper img{
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/*网站底部*/


.footer {
    background-color: #f8f8f8;
    padding: 1% 0;
}
.footer .index_con{
    width: 30%;
    float: left;
    
}
.footer .index_con h1{
    font-size: 1.6rem;
    padding: 1% 0;
}

.footer .index_con .sum{
    font-size: 1.2rem;
    line-height: 24px;
}

.footer .foo_nav{
    float: right;
    
    width: 60%;
}
.footer .foo_nav .uls{
 
    width: 100%;
 
}
.footer .foo_nav .nav-item{
    float: left;
    
    position: relative;
    width: 20%;
}

.footer .foo_nav .nav-link{
    display: block;
    text-align: center;
    
}

.footer .foo_nav .uls2{
    position: absolute;
    width: 100%;
    top: 100%;
    padding-top: 20px;
}

.footer .foo_nav .uls2 a{
    display: block;
    text-align: center;
    padding: 10px 0;
  text-transform: capitalize;
}


.foo-bottom{
    background-color: #264486;
}
.foo-bottom p{
    line-height: 48px;
    text-align: center;
    
}
.foo-bottom a{
    color: #fff;
    padding:0 20px;
}




/* 内页应用领域 */


.appli{
    padding-top: 4%;
    padding-bottom: 4%;
}

.appli ul li a{
    display: table;
    width: 100%;
    height: 100%;
    overflow: hidden;
    
}
.appli ul .img{
    display: table-cell;
    vertical-align: middle;
    width: 50%;

}

.appli ul .sum_box{
    width: 50%;
    display: table-cell;
    vertical-align: middle;
    background-color: #21438b;
    padding: 42px;
}

.appli ul h1{
    color: #fff;
    font-size: 3rem;
    padding-bottom: 3%;
    text-transform: capitalize;
}

.appli ul .sum{
    font-size: 1.6rem;
    color: #c4d6fc;
    padding-bottom: 3%;
    min-height: 130px;
}

.appli ul .more{
    display: block;
    color: #fff;
    border: 1px solid #ccc;
    line-height: 40px;
    max-width: 150px;
    padding-left: 20px;
    padding-right: 60px;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
    background:url(../images/app_icon.png) no-repeat 100px center;
}
.appli ul li a:hover .more{
    background-color: #ccc;
    color: #21438b;
}

.appli ul .wap_show{
    display: none;
}


/*浏览路径*/

.path{
    padding: 2% 0;
}
.guide{
    padding-left: 38px;
    background:url(../images/path.png) no-repeat left center;
}
.guide a{
    font-size: 2rem;
    text-transform: capitalize;
    
}
.guide a:last-child{
    color: #264486;
}
.appli_read{
    padding-bottom: 4%;
}
.appli_read h1{
    text-align: center;
    padding-bottom: 4%;
    font-size: 2.4rem;
    color: #264486;
  text-transform: capitalize;
}

.appli_read .appli_sum{
    font-size: 1.4rem;
    line-height: 26px;
}
.appli_read ul{
    margin:0 -12px;
}
.appli_read li{
    padding:0 12px;
    margin-bottom: 2%;
}

.appli_read li h2{
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3% 0;
  text-transform: capitalize;
}

.appli_type{
    padding-bottom: 4%;
}

.appli_type h1{
    text-align: center;
    padding-bottom: 4%;
    font-size: 2.4rem;
    color: #264486;
    padding-top: 2%;
  text-transform: capitalize;
}

.appli_type ul li{
    width: 20%;
    float: left;
    
}

.appli_type ul h2{
    text-align: center;
    color: #5e5e5e;
    font-size: 1.8rem;
    padding: 12% 0;
  text-transform: capitalize;
}

.appli_type ul{
    margin:0 -7px;
    overflow: hidden;
    
}
.appli_type li{
    padding:0 7px;
}

.appli_type li a{
    display: block;
}
.appli_type li a:hover h2{
    color: #264486;
}










/* 工程案例 */
.pub_left{
    padding: 3% 0;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px #c6ccd8;
}
.pub_left .container{
    width: 100%;
}
.pub-left .container{
    display: table;
}
.case_type{
    display: table-cell;
    vertical-align: middle;
    width: 21%;
    overflow: hidden;
    min-width: 256px;
}
.case_type .type{
    overflow: hidden;
    
    
    
    
}
.case_type h1{
    color: #264486;
    font-size: 5.6rem;
    float: left;
    
}

.case_type .rig{
    
    float: left;
    padding-left: 5px;
}
.case_type .cn{
    font-size: 3rem;
    color: #c22d0a;
    text-align: left;
}

.case_type .en{
    font-size: 2.4rem;
    color: #fff;
    
    background-color: #264486;
    text-align: center;
    padding:10px 10px;
}

/*二级菜单*/

.pub_left .treeview{
    display: table-cell;
    vertical-align: middle;
    width: 79%;
    text-align: right;
    
    
    
}

.pub_left .treeview li{
    display: inline-block;
    margin:0 6px;
    /*max-width: 134px;
    width: 100%;*/
}

.pub_left .treeview a{
    display: block;
    line-height: 40px;
    font-size: 1.8rem;
    color: #676767;
    padding:0 10px;
    border: 1px solid #264486;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
    
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}
.pub_left .treeview a:hover,
.pub_left .treeview a.hover{
    background-color: #264486;
    color: #fff;
}
.pub_left .treeview li:last-child{
    margin-right: 0;
}


.process,
.client,
.case{
    padding-top: 4%;
}
.case ul{
    margin:0 -13px;
}
.case ul li{
    padding:0 13px;
    margin-bottom: 3%;
}
.case ul .img{
    position: relative;
    overflow: hidden;
    
}

.case ul h1{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    line-height: 50px;
    text-transform: capitalize;
    
    text-overflow: ellipsis;
    white-space: nowrap;
    background: rgba(255,255,255,0.5);
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}

.case ul a{
    display: block;
}

.case ul a:hover h1{
    background:#264486;
    color: #fff;
}


.case_read{
    padding: 4% 0;
}

.case_read .img{
    width: 50%;
    margin: 0 auto;
    float: left;
    
}

.case_read .sum{
    width: 50%;
    margin: 0 auto;
    padding: 2%;
    line-height: 24px;
    float: left;
    
}

.case_read h1{
    font-size: 2.4rem;
    padding: 16px 0;
    border-bottom: 3px solid #264486;
    margin-bottom: 3%;
    padding-top: 0;

}
#pro_form .mess_input input{
    line-height: 30px;
}

#pro_form textarea{
    line-height: 30px;
}

#pro_form .submit input{
    width: 150px;
    line-height: 40px;
}

/*合作伙伴*/

.client ul{
    margin:0 -13px;
}

.client li{
    margin-bottom: 2%;
    padding:0 13px;
}
.client .img{
    border: 1px solid #ccc;
}

/* 制造工艺 */

.process{
    margin-bottom: 3%;
}
.process .img{
    width: 50%;
    float: left;
    
}

.process .sum{
    float: right;
    width: 50%;
    padding: 2%;
}





.process_list{
    margin-bottom: 4%;
}

.process_list ul{
    margin:0 -10px;
}
.process_list li{
    padding:0 10px;
    margin-bottom: 2%;
}
.process_list a{
    display: block;
}
.process_list h4{
    font-size: 2rem;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 4% 0;
    border-bottom: 1px solid #264486;
}
.process_list a:hover h4{
    color: #264486;
}


/*服务流程*/

.service{
    padding-top: 4%;
}
.service .recom{
    width: 100%;
   
   
}

.service .recom ul{
    margin:0 -13px;
}
.service .recom li{
    padding:0 13px;
}

.service .recom h2{
    font-size: 1.8rem;
    color: #264486;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 8% 0;
    text-align: center;
    
}

.recom_list{
    width: 100%;
   
    padding:3% 2%;
    margin-bottom: 4%;
}

.recom_list h2{
    font-size: 1.8rem;
    color: #264486;
}

.recom_list ul{
    padding-left: 40px;
    background:url(../images/ser_icon.png) repeat-y left top;
}
.recom_list ul li{
    margin-bottom: 37px;
}


.ten{
padding:3% 0;
}

#history .top{
	height: 128px;
	background: url('../images/l1.png') 55px top no-repeat;
}
#history .bottom{
	height: 88px;
	background: url('../images/icon1.png') 14px top no-repeat;
}
#history ul{
	background: url('../images/l2.png') 55px top repeat-y;
}
#history ul li{
	padding-bottom:3%;
	overflow: hidden;
}
#history ul li .t{
	width: 70px;
	float: left;
	background: url('../images/pot.png') right top no-repeat;
}
#history ul li .t p{
	line-height: 30px;
	font-size: 28px;
	color: #333;
	font-weight: bold;
	font-family: Arial;
}
#history ul li .c{
	
	float: left;
  padding-left:14px;
  line-height:24px;
}
#history ul li .c p{
	line-height: 24px;
	font-size: 14px;
	color: #333;
}









/* 下载中心 */
.down{
    padding-top: 4%;
}
.down ul{
    margin:0 -7px;
}
.down li{
    padding:0 7px;
}

.down li h1{
    color: #264486;
    float: left;
    text-transform: capitalize;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 1.6rem;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    
}

.down li .title img{
    display: inline;
    width: auto;
    float: right;
    
}

.down li .title{
    padding:10% 3%;
    overflow: hidden;
    
}

.down li a:hover h1{
    font-size: 1.8rem;
}


/*新闻中心*/

.news a{
    display: block;
    overflow: hidden;
    padding: 4% 0;
    border-bottom: 1px solid #ccc;
}
.news .img{
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 10px 10px #f2f2f2;
    float: left;
    max-width: 20%;
}
.news img{
    max-width: 100%;
    width: auto;
}
.news .news_main{
    float: right;
    width:80%;
    padding:0 18px;
}
.news li h1{
    font-size: 2rem;
    color: #264486;
    padding: 2% 0;
    line-height: 26px;
}

.news .sum{
    /*font-size: 1.6rem;*/
    color: #686868;
    line-height: 24px;
}

.news .time{
    padding: 2% 0;
}

/* 新闻详情 */
.news_read {
    padding-bottom: 3%;
}
.news_read .news_content h1{
    text-align: center;
    font-size: 1.8rem;
    color: #264486;
}

.news_read .news_content .time{
    text-align: center;
    padding: 2% 0;
}

.news_read .news_content .read_con{
    font-size: 1.4rem;
    line-height: 24px;
}

/* 公司简介 */


.about h1{
    font-size: 2.6rem;
    color: #264486;
    text-align: center;
    padding: 4% 0;
    text-transform: capitalize;
    
}
.about .about_con{
    overflow: hidden;
    
}
.about .ab_img{
    width: 100%;
    text-align: center;
    
    
}
.about .ab_img img{
    width: auto;
    max-width: 100%;
    display: inline;
}
.about .ab_sum{

    width: 100%;
    padding:2% 1%;
    line-height: 26px;
    font-size: 1.5rem;
}


.purpose{
    padding-bottom: 4%;
}

.purpose ul{
    overflow: hidden;
    margin:0 -9px;
}
.purpose li{
    width: 20%;
    float: left;
    padding:0 9px;
}

.purpose h2{
    text-align: center;
    color: #21438b;
    font-size: 1.8rem;
    padding: 8% 0;
}





/* 荣誉证书 */

.honor{
    padding: 4% 0;
}

.honor ul{
    margin:0 -15px;
}

.honor li {
    padding:0 15px;
}
.honor li a{
    display: block;
   
}
.honor li .img{
     border: 1px solid #ccc;
}
.honor li h1{
    font-size: 1.8rem;
    padding: 10% 0;
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    
}

.honor li a:hover h1{
    color: #264486;
}


.contact{
    padding: 4% 0;
}
 #map{
    width: 70%;
    float: left;
    height: 400px;
}
 #map img{
    width: auto;
    
 }
.contact .info{
    background-color: #264486;
    color: #fff;
    height: 400px;
    padding: 1%;
    width: 30%;
    float: right;
    font-size: 1.6rem;
    line-height: 28px;
}


.message h1{
    color: #646564;
    text-align: center;
    
    font-size: 3rem;
    padding-bottom: 3%;
}
.message .mess_input div{
    margin-bottom: 1%;
}
.message .mess_input input{
    
    width: 49.5%;
    margin-right: 1%;
    line-height: 52px;
    font-size: 1.7rem;
    padding:0 5px;
}
.message .mess_input input:last-child{
    margin-right: 0;
}

.message textarea{
    width: 100%;
    height: 124px;
    line-height: 52px;
    font-size: 1.7rem;
    padding:0 5px;
}

.message .submit input{
    display: block;
    width: 300px;
    line-height: 56px;
    background-color: #264486;
    color: #fff;
    font-size: 2.4rem;
    margin: 4% auto;
    cursor: pointer;
    
    
}
.mess_info{
    padding-bottom: 4%;
}

/* 视频中心 */

.video{
    padding: 4% 0;
}

.video h5{
    text-align: center;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 3% 0;
    font-size: 1.6rem;
}

.video .row>div{
    margin-bottom: 2%;
}


/*人才招聘*/
.join-list{
    margin-top: 4%;
  margin-bottom: 2%;
}
.join-list .col-12{
    margin-bottom: 20px;
}
.join-list .col-12 span{
    display: block;

    line-height:3rem;
    text-align: center;
}
.join-list .tit{
    overflow: hidden;
    background: #f2f2f2;
    cursor: pointer;
}
.join-list .icon{
    width: 3%;
    font-size: 2.4rem;
    font-family: "Microsoft YaHei";
    float: left;
    border-right: 1px solid #e3e3e3;
}
.join-list .col-12 h3{
    float: left;
    width: 66%; 
    line-height: 3rem;
    margin: 0;
    padding:0 10px;
    font-size: 1.6rem;
}

.join-list .time{
    width: 100px;
    float: right;
    padding-right: 10px;
    text-align: right;
}

.join-list .summary{
    padding: 2%;
    display: none;
}
.join-list .origin_over h3,
.join-list .origin_over span{
    color: #264486;
}

.join-list .t1{
    overflow: hidden;
    padding: 5px 0;
}
.join-list .bu{
    display: block;
    font-weight: bold;
    line-height: 26px;
  
   
    min-width: 78px;
  
    
}


.join-list .long{
    width: 100%;
  
    line-height: 26px;
}

.join-list .join-type-read{
    line-height: 24px;
}