@charset "utf-8";
/* CSS Document */
/*前景色*/
/*#073f7e*/
.ban {
    width: 1020px;
    height: auto;
    min-width: 1020px;
    overflow: hidden;
    margin-top: 60px;
    background-size: cover;
    background-position: center;
	margin-left: auto;
	margin-right: auto;
}
.ban_h1 {
    width: 100%;
    height: 270px;
    overflow: hidden;
    background-color: rgba(0,0,0,0.3);
    text-align: center;
    line-height: 410px;
    color: #fff;
    font-size: 48px;
    font-weight: bold;
	opacity: 0;
}
.page_box {
    width: 1020px;
    height: auto;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    background-color: #f6f6f6;
}
.pagel {
    float: left;
    width: 250px;
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}
.pager {
    float: left;
    width: calc( 100% - 250px );
    height: auto;
    overflow: hidden;
    background-color: #fff;
	font-size: 14px;
	line-height: 24px;
/*	line-height: 150%;  */
	color: rgb(90, 86, 86);
}
.pagel_tit {
    height: 70px;
    width: 100%;
    overflow: hidden;
    background-color: #073f7e;
    color: #fff;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}
.pagel_tit img {
    height: 30px;
    float: left;
    display: block;
    margin-right: 15px;
}
.pagel_p {
    width: 100%;
    line-height: 50px;
    border-bottom: solid 1px #eee;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    height: auto;
    overflow: hidden;
}
.pagel_p span {
    width: 2px;
    height: 12px;
    background-color: #dfdede;
    display: block;
    float: left;
    margin-top: 20px;
    margin-right: 10px;
}
.pagel_p a {
    color: #444;
    display: block;
}
.pagel_p:hover {
    background-color: #eee;
}
.pagel_p:hover a {
    color: #073f7e;
}
.pagel_p:hover span {
    background-color: #073f7e;
}
.pagel_p.on {
    background-color: #eee;
}
.pagel_p.on a {
    color: #073f7e;
}
.pagel_p.on span {
    background-color: #073f7e;
}
.pagerk {
    width: 100%;
    height: auto;
	min-height: 500px;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
	padding-right: 0;
}
.pager_tit {
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 40px;
    text-align: center;
}
.pager_cont{
    width: 100%;
    height: auto;
    overflow: hidden;
/*
	font-size: 15px;
	line-height: 28px;
*/
}
.pager_cont img{
    max-width: 100%;
}
.news_list{
    width: 100%;
    height: auto;
    overflow: hidden;
    box-sizing: border-box;
    padding: 50px;
    padding-right: 0;
    padding-bottom: 0;
}
.news_item{
    width: 223px;
    height: auto;
    overflow: hidden;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
}
.news_item:nth-child(3n){
    margin-right: 0;
}
.news_item a{
    display: block;
}
.news_item_img{
    width: 100%;
    height: 140px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition:  all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out; 
}
.news_item:hover .news_item_img{
    transform: scale(1.05);
}
.news_item_tit{
    font-size: 15px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    margin-bottom: 10px;
    color: #333;
}
.news_item:hover .news_item_tit{
    color: #073f7e;
}
.news_item_time{
    font-size: 12px;
    color: #999;
}
.news_more {
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding-bottom: 50px;
	cursor: pointer;
}
.news_more a {
    display: inline-block;
    width: auto;
    height: 44px;
    position: relative;
    line-height: 42px;
    overflow: hidden;
    background-color: #073f7e;
    border: solid 1px #073f7e;
    color: #fff;
    border-radius: 22px;
    box-sizing: border-box;
}
.news_more .more1 {
    width: 100%;
    height: 42px;
    position: relative;
    z-index: 2;
    text-align: center;
    display: block;
    border-radius: 22px;
    padding-left: 25px;
    padding-right: 25px;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_more .more2 {
    width: 100%;
    height: 42px;
    border: solid 1px rgba(0,0,0,0);
    color: #073f7e;
    text-align: center;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 1;
    box-sizing: border-box;
    padding-left: 35px;
    padding-right: 35px;
    display: block;
    border-radius: 22px;
    background-color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.news_more  a:hover .more1 {
    color: #073f7e;
}
.news_more  a:hover .more2 {
    left: 0;
}
.more1 svg {
    width: 20px;
    height: 20px;
    margin-left: 11px;
    margin-top: 11px;
    float: right;
}
.more1 svg path {
    fill: #fff;
}
.news_more  a:hover .more1 svg path {
    fill: #073f7e;
}
.news_tit{
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 20px;
    color: #333;
}
.news_tips{
    font-size: 16px;
    line-height: 40px;
    padding-bottom: 20px;
    border-bottom: solid 1px #eee;
    margin-bottom: 40px;
    color: #999;
}
.services_tit {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}
.services_tit span {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75px;
    height: 4px;
    background-color: #073f7e;
    margin-top: 25px;
}
.join_top{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 50px;
	display: none;
}
.join1_item{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.join1_item_img{
    float: left;
    width: 50%;
    height: 300px;
    background-size: cover;
    background-position: center;
}
.join1_item_cont{
    float: left;
    width: 50%;
    height: 300px;
    box-sizing: border-box;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 40px;
    padding-bottom: 0;
    background-color: #fafafa;
}
.join1_item:nth-child(2n) .join1_item_img{
    float: right;
}
.join1_item_tit{
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.join1_item_tit2{
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #999;
}
.join1_item_line{
    width: 30px;
    height: 2px;
    background-color: #073f7e;
    margin-bottom: 15px;
}
.join1_item_txt{
    font-size: 12px;
    line-height: 22px;
    color: #666;
    margin-bottom: 15px;
}
.join1_item_btn{
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border: solid 1px #ddd;
}
.join1_item_btn a{
    color: #073f7e;
}
.join_tabk{
    width: 100%;
    height: 36px;
    overflow: hidden;
    text-align: center;
    border-bottom: solid 2px #eee;
    margin-bottom: 30px;
}
.join_tab{
    display: inline-block;
    overflow: hidden;
    height: 36px;
}
.join_tab_item{
    float: left;
    width: 175px;
    height: 36px;
    background-color: #eee;
    color: #666;
    line-height: 36px;
    text-align: center;font-size: 14px;
    margin-right: 1px;
}
.join_tab_item a{
    color: #666;
}
.join_tab_item.on{
    background-color: #073f7e;
    color: #fff;
}
.join_tab_item.on a{
    color: #fff;
}
.join_list_box{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.join_listk{
    width: 100%;
    height: auto;
    overflow: hidden;
}

.join_list_titk{
    float: left;
    width: 170px;
    
}
.join_list_tit{
    font-size: 14px;
    line-height: 290px;
    text-align: center;
    border-right: solid 1px #999999;
    box-sizing: border-box;cursor: pointer;
}
.join_list_tit span{
    float: right;
    overflow: hidden;
    width: 12px;
    height: 20px;
    margin-top: 135px;
}
.join_list_tit svg {
    width: 20px;
    height: 20px;
    margin-right: -9px;
    float: right;
    display: none;
}
.join_list_tit svg path {
    fill: #aaa;
}
.join_list_tit.on{
    border-right: solid 2px #aaa ;
    background-color: #073f7e;
    color: #fff;
}
.join_list_tit.on span svg{
    display: block;
}
.join_list{
    width: calc( 100% - 170px );
    height: auto;
    overflow: hidden;
    float: left;
}
.join_list_item{
    display: none;
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 14px;
    line-height: 28px;
    padding-left: 60px;
    box-sizing: border-box;
}
.join_list_item.on{
    display: block;
}
.contactk{
    width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    
}
.contact_icon{
    display: inline-block;
    margin-bottom: 20px;
}
.contact_h1{
    font-size: 28px;

    line-height: 30px;
    margin-bottom: 40px;
}
.contact_h2{
    font-size: 18px;
    line-height: 36px;
    margin-bottom: 40px;
}