@charset "utf-8";
/* CSS Document */
.pc_banner{display:block;}
.wap_banner{display:none;}
.banner_title {
    font-size: 48px;
    color: #ffffff;
	margin-top:-8rem;
}
.banner_title3 {
    font-size: 58px;
    color: #ffffff;
	margin-bottom:2.5rem;
}

.banner_en {
    font-size: 32px;
    color: #000000;
}

.banner_text {
    font-size: 30px;
    color: #ffffff;
    padding-top: 30px;
}

.banner_button {
    margin-top: 60px;
    font-size: 0;
    background: #ffffff;
}

.banner_button a {
    display: block;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text {
    position: relative;
    z-index: 1;
    color: #333333;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    transition: all .5s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .5s cubic-bezier(.645, .045, .355, 1);
}

.banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(1) {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    opacity: 0;
}

.banner_button a:hover .banner_button_text span:nth-child(2) {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:after {
    -webkit-transform: translateX(-50%) translateX(0);
    transform: translateX(-50%) translateX(0);
    opacity: 1;
}

.banner_button a:hover .banner_icon span:before {
    -webkit-transform: translateX(-50%) translateX(8px);
    transform: translateX(-50%) translateX(8px);
    opacity: 0;
}

.banner_button_title {
    width: 170px;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner_button_title:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: #0061ae;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon {
    width: 50px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    background: #0061ae;
}

.banner_icon span {
    color: #ffffff;
    display: block;
    position: relative;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:after {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateX(-8px);
    transform: translateX(-50%) translateX(-8px);
    opacity: 0;
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}

.banner_icon span:before {
    content: "\e685";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: all .6s cubic-bezier(.645, .045, .355, 1);
    -webkit-transition: all .6s cubic-bezier(.645, .045, .355, 1);
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 5%;
    left: 50%;
    width: auto;
    z-index: 50;
    transform: translate(-50%,0);
    border-bottom:none;
}
/*--banner--*/
.title_index{margin-bottom:3rem;}
.title_index .en {font-size:16px;color:#999999;text-transform: uppercase;}
.title_index .zh {font-size:36px;line-height: 1.3;color:#0037a3;font-weight: bold;}
.index_pro{width:100%; background:url(../images/pro_bg.jpg) center top no-repeat; background-size:cover;padding:5rem 0;}

.index_about .nav_title,.index_about .about_content{color:#FFF;}
.about2_sum {
}

.about2_sum .boxs {
    position: relative;
}

/*.about2_sum a {
    background: url(../images/probg.jpg) center top no-repeat;
    border-radius: 5px;
    overflow: hidden;
    display: block;
}*/

.about2_sum .about_lans {
    text-align: center;
    padding-bottom: 40px;
}

.about2_sum .lans {
    text-align: center;
    color: #222222;
    padding: 25px 25px 30px 25px;
}

.about2_sum .lans .l1 {
    font-size: 24px;
    padding-bottom: 5px;
}

.about2_sum .lans .l2 {
    font-size: 16px;
}

.about2_sum .lans .l3 {
    display: none;
}

.about2_sum a:hover .l1 {
    color: #0062ff;
}

.about2_sum .swiper-button-next,
.about2_sum .swiper-button-prev {
    background: url('../images/ico_prev.png');
    width: 55px;
    height: 55px;
    background-size: 100% 100%;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .3;
    transition: all .5s;
    -webkit-transition: all .5s;
    top: 58%;
}

.about2_sum .swiper-button-prev {
    left: -100px;
}

.about2_sum .swiper-button-next {
    right: -100px;
}


.about2_sum .swiper-button-next:hover,
.about2_sum .swiper-button-prev:hover {
    opacity: 1;
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}

.index_about{width:100%;background: url(../images/index_about.jpg) center center no-repeat #255971 fixed;padding:6rem 0 8rem;}
.about_content{width:80%; margin:0 auto; text-align:center;line-height:2rem;}
.about_list{width:100%;margin-top:7rem; display:flex;}
.about_list dl{width:25%; text-align:center;color:#FFF;margin-right:3%;}
.about_list dl:last-child{margin-right:0;}
.about_list dl dt{border-radius:50%; background:#1fa1cc;width:120px;height:120px;margin:0 auto;padding-top:25px;}
.about_list dl dd h2{padding:15px 0 10px;}
.index_news_wrap {
        padding: 5rem 0;
    }
.index_news_item {
    width: 31.987179%;
    margin-right: 2.0192315%;
    opacity: 0;
}


.index_news_item:nth-child(3n+2) {
    -webkit-animation-delay: 50ms;
    animation-delay: 50ms;
}

.index_news_item:nth-child(3n) {
    margin-right: 0;
    -webkit-animation-delay: 100ms;
    animation-delay: 100ms;
}

.index_news_item a {
    position: relative;
    overflow: hidden;
    display: inline-block;
    width: 100%;
}


.index_news_tips_box {
    -webkit-align-items: center;
    align-items: center;
}

.index_news_tips_icon {
    color: #c8c8c8;
}

.index_news_time {
    color: #a5a5a5;
}

.index_news_tips_title {
    color: #000000;
}

.index_news_tips_text {
    color: #6c6c6c;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
    overflow: hidden;
}

.index_news_tips_text_inner {
    overflow: hidden;
}

.index_news_item .index_core_item_button {
    margin: 0;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item .index_core_item_button .index_news_click, .index_core_item_button a {
    margin: 0;
}

.index_news_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 11.041666vw; /*æœ‰å¾…å•†è®®*/
    z-index: 1;
}

.index_news_content {
    position: relative;
    z-index: 2;
    background: #f2f2f2;
    -webkit-transform: translateY(11.041666vw); /*æœ‰å¾…å•†è®®*/
    transform: translateY(11.041666vw); /*æœ‰å¾…å•†è®®*/
    -webkit-transition: all .6s ease;
    transition: all .6s ease;
}

.index_news_item:hover .index_news_content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.index_news_item:hover .index_news_tips_text {
    opacity: 1;
}

.index_news_item:hover .index_core_item_button {
    opacity: 1;
}

.AddItemFade {
    -webkit-animation: CaseTranslateY 1s forwards normal cubic-bezier(.32, .03, .34, .88);
    animation: CaseTranslateY 1s forwards normal cubic-bezier(.32, .03, .34, .88);
}

@-webkit-keyframes CaseTranslateY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes CaseTranslateY {
    0% {
        opacity: 0;
        -webkit-transform: translateY(30%);
        transform: translateY(30%);
    }
    50% {
        opacity: 1;
    }
    70% {
        opacity: 1;
        -webkit-transform: translateY(-2%);
        transform: translateY(-2%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.inner_page_animate {
    position: relative;
    top: -40%;
    left: 0;
    width: 100%;
    -webkit-transition: all cubic-bezier(.54, .07, .38, .93);
    transition: all cubic-bezier(.54, .07, .38, .93);
}


/*--内页--*/
.bannernav {
    width: 100%;
    height: 600px;
    overflow: hidden;
    position: relative;
}

.bannernav .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background: url(.) center center no-repeat;
    background-size: cover;
}

.bannernav .bg.op:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .1;
}

.bannernav .lans {

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -50%);

    -webkit-transform: translate(-50%, -50%);

    z-index: 2;

    color: #ffffff;

    text-align: center;

    max-width: 600px;

    width: 80%;
}

.bannernav .title {
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 25px;

}

.bannernav .content {
    font-size: 24px;
}
.navigation_list {
    position: relative;
    font-size: 20px;
    border-bottom: 1px solid #eeeeee;
    box-sizing: border-box;
	background:#f5f5f5;
}
.navigation_list .wrapper {
    padding-top: 20px;
}
.navigation_list a {
    display: inline-block;
    color: #222222;
    margin-left: 62px;
    padding-bottom: 26px;
    position: relative;
    z-index: 5;
}

.navigation_list a:first-child {
    margin-left: 0;
}

.navigation_list a:hover, .navigation_list a.on {
    color: #1fa1cc;
}
.navigation_list .line {
    width: 0;
    height: 3px;
    background: #1fa1cc;
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
}
.contentnav{padding:5rem 0;}
.nav_title{width:100%;font-size:2rem;text-align:center;margin-bottom:1.5rem;}
.nav_title:after {
    content: "";
    display: block;
    margin:1rem auto;
    width:4rem;
    height: 3px;
    background-color: #ffa800;}
	
.about1_sum {
    padding: 100px 0;
}

.about1_sum .left {
    width: 44%;
    float: left;
    padding-top: 30px;
}

.about1_sum .right {
    width: 45%;
    float: right;
    position: relative;
    margin-top: 100px;
}



.about_lans .l1 {
    font-size: 44px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 25px;
}

.about_lans .l2 {
    font-size: 16px;
    line-height: 1.8rem;
    color: #444444;
}

.about1_sum .video {
    display: none;
}

.about3_sum{
	padding: 80px 0 50px; 
	text-align:center; 
	background:url(../images/about3_bg.png) center center no-repeat fixed; 
	background-size:cover;
}
.about3_sum .about_lans .l1 {
    color: #ffffff;
}
.about3_sum .about_lans .l2 {
    color: #ffffff;
	padding:1rem 0 3rem;
}
.about4_sum {
    text-align: center;
    background: #f8fafd;
    padding: 80px 0 50px;
}

.about4_sum .swiper-container {
    margin-top: 40px;
}
.about4_sum .swiper-container .swiper-pagination-bullets{bottom:5%;}
.about4_sum a {
    position: relative;
    color: #222222;
    box-sizing: border-box;
    padding: 35px;
    margin-bottom: 80px;
    background: #FFFFFF;
}

.about4_sum a:after {
    position: absolute;
    content: '';
    width: 0;
    left: 50%;
    bottom: 0;
    height: 4px;
    background: #0062ff;
    transition: all .3s;
    -webkit-transition: all .3s;
}

.about4_sum a:hover:after {
    left: 0;
    width: 100%;
}

.about4_sum .lans {
    margin-top: 20px;
}

.about4_sum .lans .l1 {
    font-size: 20px;
    width: calc(100% - 25px);
    float: left;
    text-align: center;
}

.about4_sum .lans .icon {
    float: right;
    background: url("../images/g20.png");
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    margin-top: 4px;
}

.about4_sum a:hover .icon {
    background: url("../images/g21.png");
    background-size: 100% 100%;
}

.about4_sum a:hover {
    color: #0062ff;
}
.swiper-pagination .swiper-pagination-bullet, .about4_sum .swiper-pagination-bullet {
    width: 5px !important;
    height: 5px !important;
    margin: 5px 15px !important;
    background: #ccdefb;
    border: 0;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active, .about4_sum .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 15px !important;
    height: 15px !important;
    background: url("../images/g23.jpg");
    background-size: 100%;
    margin: 0 10px !important;
}

.about5_sum{padding:5rem 0; text-align:center;}
.about5_sum .list{margin-top:3rem;}
.about5_sum .list ul{display:flex;}
.about5_sum .list li{width:16%; background:#FFF;padding:10px;border:#ececec 1px solid;margin:0 2%;}
.product_list{margin:1rem 0;  }
.pro_img{border-radius:10px;border:#ececec 1px solid;box-sizing:border-box; background:url(../images/probg.jpg) center top no-repeat; background-size:cover;overflow:hidden;}
.pro_img:hover{
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
	transition: all .4s;
    -webkit-transition: all .4s;
	cursor:pointer;
	border:#1fa1cc 1px solid;
	}
.pro_img img{
		transition: all .6s;
	-moz-transition: all .6s;	/* Firefox 4 */
	-webkit-transition: all .6s;	/* Safari å’Œ Chrome */
	-o-transition: all .6s;	/* Opera */
	
}
.product_list:hover img {
    -webkit-transform:  scale(1.1) ; 
    -moz-transform: scale(1.1) ; 
    -ms-transform: scale(1.1);     
    -o-transform:  scale(1.1) ; 
    transform:  scale(1.1);
}

/*--服务支持--*/
.neiye h2.title {
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    color: #222222;
    padding: 110px 0 40px;
}
.zhize_list {
    background: #ffffff;
    padding-bottom: 125px;
}

.zhize_list .list {

}

.zhize_list li {
    vertical-align: top;
    display: inline-block;
    width: calc(33.3% - 4px);
    box-sizing: border-box;
    border-left: 1px dashed #e7ecf5;
}

.zhize_list li:hover, .zhize_list li:hover + li {
    border: 0;
}

.zhize_list li:nth-child(3n+1) {
    border-left: 0;
}

.zhize_list .item {
    height: 420px;
    text-align: center;
    display: block;
    padding: 80px 10% 0;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    border-radius: 10px;
}

.zhize_list .item:hover {
    box-shadow: 3px 0 20px 0 rgba(0, 0, 0, .15);
    position: relative;
    background: #fff;

}

.zhize_list .icon {
    width: 65px;
    margin: auto;
}

.zhize_list .tit {
    font-size: 24px;
    color: #000000;
    font-weight: bold;
    margin: 45px 0 25px;
}

.zhize_list .content {
    font-size: 16px;
    line-height: 1.8;
    color: #444;
}

.service2 {
    background:#f5f5f5;
}
.service2 .about1_sum .right{margin-top:-5px;}
.picScroll-left{ width:100%;  overflow:hidden; position:relative; }
.picScroll-left .hd{ overflow:hidden;}
.picScroll-left .hd ul{ float:left;width:100%;overflow:hidden; zoom:1; margin:10px 0; zoom:1; text-align:center;}
.picScroll-left .hd ul li{ display:inline-block;width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("../images/icoCircle.gif") 0 -9px no-repeat; }
.picScroll-left .hd ul li.on{ background-position:0 0; }
.picScroll-left .bd{}
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{width:100%; margin:0 15px 0 0; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic{width:100%; text-align:center; }
.picScroll-left .bd ul li .pic img{ width:100%; display:block;}
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{
	background:#FFF;
    font-size:1rem;
    -webkit-line-clamp: 3;
    line-height:3.5rem;
    color: #666666;
}
		
.hang_sum4 .swiper-button-prev {
    left: 55%;
}

.hang_sum4 .swiper-button-next,
.hang_sum4 .swiper-button-prev,
.hang_sum5_list .swiper-button-next, .hang_sum5_list .swiper-button-prev {
    background: url('../images/ico_prev1.jpg');
    background-size: cover;
    width: 55px;
    height: 55px;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.hang_sum4 .swiper-button-next:hover,
.hang_sum4 .swiper-button-prev:hover,
.hang_sum5_list .swiper-button-next:hover, .hang_sum5_list .swiper-button-prev:hover {
    background: url('../images/ico_prev.jpg');
    background-size: cover;

}
.swiper-button-next {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.hang_title {
    font-size: 46px;
    color: #000000;
    font-weight: bold;
    text-align: center;
}
.hang_sum5 {
    padding: 100px 0 0;
	background:#FFF;
}

.hang_sum5_list {
    position: relative;
    text-align: center;
    margin-bottom: 100px;
}

.hang_sum2 .swiper-pagination,.hang_sum5_list .swiper-pagination {
    width: 100%;
    bottom: 0;
}

.hang_sum5_list .swiper-button-next {
    right: -90px
}

.hang_sum5_list .swiper-button-prev {
    left: -90px;
}

.hang_sum5_list a {
    background: #f7f9fb;
    display: block;
    margin: 70px 5px;
    position: relative;
}

.hang_sum5_list a:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 4px;
    width: 0;
    background: #005ff6;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.hang_sum5_list a:hover:after {
    content: '';
    left: 0;
    width: 100%;
}

.hang_sum5_list .lans {
    padding:1rem;
    box-sizing: border-box;
    text-align: center;
}

.hang_sum5_list .l1 {
    font-size: 26px;
    font-weight: bold;
    color: #222222;
}

.hang_sum5_list a:hover {
    background: #FFFFFF;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.hang_sum5_list a:hover .l1 {
    color: #005ff6;
}

.hang_sum5_list .l2 {
    font-size: 16px;
    -webkit-line-clamp: 3;
    line-height: 1.5;
    color: #666666;
}
/*--news-*/
/*--新闻资讯--*/
.newslist{width:100%;border-bottom: 1px solid #e4e4e4;padding-top:40px;padding-bottom:34px; position:relative;}
.newslist:after{
	content: '';
	position: absolute;
	left: 0;
	bottom:-1px;
	width: 0;
	height: 1px;
	border-bottom: #1fa1cc solid 1px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.newslist:hover:after{
	width: 100%;
}
.newslist a {
    width:100%;
    display:table;
}
.newslist .news_pic {
    width:20%;
    float:left;
}
.newslist .newslist_text{
    width:75%;
    float:right;
}
.newslist .news_tit {
    font-size:18px;
    line-height:32px;
    font-weight:bold;
    color:#000;
    margin-top:-3px;
    margin-bottom:8px;
    transition: all ease .2s;
}
.newslist:hover .news_tit{ color:#1fa1cc;}
.newslist .news_con {
    font-size:16px;
    line-height:30px;
    color:#777;
}

.view_content{margin:3rem 0 1rem;}
.view_title{width:100%; border-bottom:#d2d2d2 1px dotted;color:#999999; text-align:center;padding-bottom:1rem;}
.view_title span{font-size:20px;line-height:50px;color:#333333;}
.view_text{font-size:16px;line-height:35px;padding:20px 0;border-bottom:#d2d2d2 1px solid;margin-bottom:15px;}
.newsviewnav{width:100%;padding-bottom:2rem;}
.posts_b{}
.posts_b .bb{margin-bottom:.725rem;color:#666;}
.newsviewnav .index_about_button{ margin-top:0;}


.career_linian{display:flex;width:100%; flex-wrap:wrap;}
.career_list{width:30%; text-align:center;margin-top:2rem;margin-right:3.3%;}
.career_list:nth-child(3n){margin-right:0;}
.career_list a {
        -webkit-transition: all ease .5s;
        -o-transition: all ease .5s;
        -moz-transition: all ease .5s;
        transition: all ease .5s;
		display:block;
    }
.career_list .career_text{
    padding: 10px 1rem;
    background-color: #f0f0f2;
    border-top: 2px solid #d82019;
    text-align: center;
    position: relative;
}
.career_list .career_text:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: -2px;
    background: #0c337f;
    height: 2px;
    -webkit-transition-property: right;
    -o-transition-property: right;
    -moz-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.career_list .career_text h2 {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 45px;
}
.career_list .career_text p{display: -webkit-box;
    height: 96px;
	font-size:14px;
    line-height: 24px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    color: #929292;}
.career_list:hover .solut-text:before {
    right: 0;
    z-index: 2;
}
.career_list img{width:100%;}

.career_info{width:100%; background:#f5f5f5;padding:5rem 0;}

.menu_list{background:#f2f2f2;width:100%;margin-top:3rem;}
.menu_head1{width:100%;padding-left:5%;line-height:65px;font-size:20px;font-weight:bold;color:#1fa1cc;cursor:pointer;border-bottom:1px solid #e1e1e1;position:relative;background:#ddd;}
.menu_head{width:100%;line-height:65px;font-size:16px;color:#525252;cursor:pointer;border-bottom:1px solid #e1e1e1;position:relative;background:url(../images/pro_left.png) center right no-repeat #f2f2f2;}
.menu_list .joinname{width:100%; display: inline-block;padding-left:5%}
.menu_list .current{background:url(../images/pro_down.png) center right no-repeat;}
.menu_body{width:100%;height:auto;overflow:hidden;line-height:38px; background:#f2f2f2;padding:5%;}
.menu_body a{display:block;line-height:38px;}
.menu_body a:hover{text-decoration:none;}

.contact_left{float:left;width:40%;margin-right:3%;}
.contact_map{float:left;width:57%;}


.sitemap{}
.title_h2 {
    font-size: 40px;
    font-weight: bold;
    color: #222222;
    margin-bottom: 25px;
	text-align:center;
}
.editor {
	font-size:14px;
	line-height:30px;
	color:#666666;
}
.sitemap .f_list h4 {
	font-size:16px;
	line-height:4;
	color:#000;
	font-weight:bold;
}
.sitemap .f_list a {
	font-size:14px;
	line-height:30px;
	display:inline-block;
	margin-right:1%;
	color:#666;
	font-weight:lighter;
}