/*
*   Author:Wu JiaHao
*   Time:2016/09/23
*   For:JiaLiDianZi
*/



/*--Public Setting Area--   --Public Setting Area--   --Public Setting Area--   --Public Setting Area--   --Public Setting Area--START*/
*{margin:0;padding:0;border:none;}

body{
    font-family: "Microsoft YaHei";
    font-size:15px;
    color:#666;
}

.main{
    padding:75px 0 80px 0;
    /*min-height:800px;*/

    transition: padding-top 559ms ease;
    -ms-transition:padding-top 559ms ease;
    -moz-transition:padding-top 559ms ease;
    -webkit-transition:padding-top 559ms ease;
    -o-transition:padding-top 559ms ease;

}
.main.fixed{
    padding-top:51px;
}

a{
    text-decoration: none;
    color:#666;
}

h1,h2,h3,h4,h5,h6{font-weight:300;}

img{vertical-align: bottom;}

input{font-family: "Microsoft YaHei";}

.textindent{text-indent: 2em;}

.clear{clear:both;}

.notebookWidth{
    /*max-width:1200px;*/
    width:1200px;
    margin:0 auto;
}

.trans{
    transition: all 350ms ease;
    -ms-transition:all 350ms ease;
    -moz-transition:all 350ms ease;
    -webkit-transition:all 350ms ease;
    -o-transition:all 350ms ease;
}
.trans1{
    transition: all 300ms ease;
    -ms-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}


/*--选中后的文字背景颜色--*/
::selection{color:#fff;background:#d70546;}
::-moz-selection{color:#fff;background:#d70546;}

/*--Public Setting Area--   --Public Setting Area--   --Public Setting Area--   --Public Setting Area--   --Public Setting Area--END*/




/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--START*/
/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--START*/
/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--START*/

/*.head_container .function .menu>li.visitied{*/
    /*background:#d70546;*/
    /*color:#fff;*/
/*}*/
/*.head.fixed .head_container .function .menu>li.visitied{*/
    /*background:#fff;*/
    /*color:#d70546;*/
/*}*/

.head{
    position:fixed;
    top:0;left:0;
    width:100%;
    background:#fff;z-index:9999;

    transition: background 550ms ease;
    -ms-transition:background 550ms ease;
    -moz-transition:background 550ms ease;
    -webkit-transition:background 550ms ease;
    -o-transition:background 550ms ease;
}

.head_container{
    padding:15px 0;font-size:15px;max-width:1200px;margin:0 auto;

    transition: padding 550ms ease;
    -ms-transition:padding 550ms ease;
    -moz-transition:padding 550ms ease;
    -webkit-transition:padding 550ms ease;
    -o-transition:padding 550ms ease;
}

/*--head_logo--*/
.head_container .logo{
    display:block;
    float:left;
    width:150px;
    height:45px;
    vertical-align: middle;
}
.head_container .logo a{display:block;height:100%;width:auto;}
.head_container .logo img{height:45px;width:150px;}

/*--head right--*/
.head_container .function{
    display:block;
    float:right;
    vertical-align: middle;
    height:45px;
    line-height:45px;
    /*padding:9px 0 0 0 ;*/
}

.head_container .menu,.head_container .language,.head_container .search{
    display:block;
    float:left;
    /*font-size:17px;*/
}

/*--head menu--*/
.head_container .function .menu>li{
    display:block;
    list-style-type: none;
    float:left;

    position:relative;
}
.head_container .function .menu>li>a{
    padding:6px 6px;
    margin:0 4px;
    border-radius: 4px;
}

/*--language select--*/
.head_container .language{
    display:block;
}
.head_container .language>a{
    padding:6px 6px;
    margin:0 4px;
    border-radius: 4px;
}


/*--search--*/
.head_container .search{position:relative;top:4px;}
.head_container .search input{
    display:block;
    border:1px solid #666;outline: none;
    height:28px;
    line-height:28px;
    padding:0 30px 0 5px;
    margin-left:20px;
    margin-top:3px;
    color:#a5a5a5;
    border-radius: 2px;

    transition: border-radius 400ms ease,box-shadow 400ms ease;
    -ms-transition:border-radius 400ms ease,box-shadow 400ms ease;
    -moz-transition:border-radius 400ms ease,box-shadow 400ms ease;
    -webkit-transition:border-radius 400ms ease,box-shadow 400ms ease;
    -o-transition:border-radius 400ms ease,box-shadow 400ms ease;
}
.searchButton{
    position:absolute;
    display:block;
    top:8px;right:7px;
    width:20px;height:20px;
}
.searchButton img{width:100%;height:100%;vertical-align: top;}

/*-- head fixed--*/
.head.fixed{
    /*background:#d70546;*/
    position:fixed;
    top:0;left:0;
    width:100%;
    color:#fff;
    box-shadow:2px 0 10px #383838;
}

/*.head.fixed a{color:#fff;}*/
.head.fixed .head_container{padding:8px 0;}

.head.fixed .head_container .logo{
    height:35px;
}
.head.fixed .head_container .logo img{
    height:100%;width:auto;
}

.head.fixed .head_container .function{
    height:35px;
    line-height:35px;
}

/*--搜索框--*/

/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--END*/
/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--END*/
/*--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--head--END*/





/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--START*/
/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--START*/
/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--START*/
.foot{background:#fff;padding:25px 0 10px 0;}

.foot_container{max-width:1200px;margin:0 auto;font-size:14px;}

/*--foot_top--foot_top--foot_top--*/
.foot_top{overflow: hidden;text-align: center;}
.foot_top>div{
    display:block;float:left;
}
.foot_top>div.foot_top_logo{width:19%;margin-top:45px;}
.foot_top>div.foot_top_logo a{display:block;width:150px;height:auto;margin:0 auto;}
.foot_top>div.foot_top_logo a img{width:100%;height:auto;}
.foot_top>div.foot_top_nav{width:19%;margin-top:30px;text-align: left;}
.foot_top>div.foot_top_contact{width:43%;}
.foot_top>div.foot_top_QR{width:19%;float: right}

/*-logo-*/

/*-nav-*/
.foot_top_nav ul li{
    list-style-type: none;
    display:block;float:left;
    width:40%;
}

.foot_top_nav ul li a{display:inline-block;padding:2px 4px;margin:3px auto;border-radius: 4px;font-size:16px;}

/*-contact-*/
.foot_top_contact{text-align:left;}
.foot_company1{margin-bottom:10px;}
.foot_top_contact p{margin:2px auto;}

.foot_top_contact_container{
    padding:0 0 0 15px;border-left:1px solid #9d9d9d;
}

/*-QR-*/
.foot_top .foot_top_QR p{font-size:16px;color:#333;text-align:left;padding-left:8px;margin-left: 23px;}
.foot_top .foot_top_QR_img{max-width:90%;margin:0 auto;}
.foot_top .foot_top_QR_img img{width:100%;cursor:pointer;max-width:48%;}

/*--foot_bottom--foot_bottom--foot_bottom--*/
.foot_bottom{background:#fff;padding:15px 0;}
.foot_bottom span{display:block;width:90%;height:1px;background:#9d9d9d;margin:0 auto;margin-bottom:15px;}
.foot_bottom p{text-align: center;font-size:13px;}
.foot_bottom p b{font-weight:300;}


/*--wx_mark--*/
.wx_mark{
    position:fixed;top:0;left:0;
    display:block;
    width:100%;height:100%;
    background:rgba(0,0,0,0.7);
    z-index:99999999;
    overflow: hidden;text-align:center;

    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transform: scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    -moz-transform:scale(0);
    transform: scale(0);

    transition: all 520ms ease;
    -ms-transition:all 520ms ease;
    -moz-transition:all 520ms ease;
    -webkit-transition:all 520ms ease;
    -o-transition:all 520ms ease;
}
.wx_mark.show{
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform: scale(1);
}

.wx_qr{
    display:inline-block;
    height:129px;width:129px;
    text-align:center;
    box-shadow: 0 0 18px #fff;

    position:absolute;
    top:50%;left:50%;
    margin-top:-64px;margin-left:-64px;
}
.wx_qr img{height:100%;width:100%;}

.identification{text-align: center;display:inline-block;max-width:48%;}
.identification img{width:100%;max-width:100%!important;}

/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--END*/
/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--END*/
/*--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--foot--END*/




/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--START*/
/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--START*/
/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--START*/
.body_index{background:#ececec;}

/*-index_banner-index_banner-index_banner-index_banner-START*/
.swiper-container2{display:none;}

.swiper-container-horizontal>.swiper-pagination-bullets{bottom:20px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px;}
.swiper-pagination-bullet{width:12px;height:12px;}
.swiper-pagination-bullet-active{background:#119d38;}

.swiper-slide a{display:block;}
.swiper-slide a img{width:100%;}

.swiper-container .swiper-wrapper{margin:0 auto;text-align: center;width:1200px;}
.swiper-slide{overflow: hidden;margin:0 auto;text-align: center;}

.index_banner_button{
    background-color: rgba(235,235,235,.4);
    display: block;
    height: 500px;
    width: 50%;
    top: 0;
    position: absolute;
    z-index:99;
    cursor:pointer;

    transition: background-color 400ms ease;
    -ms-transition:background-color 400ms ease;
    -moz-transition:background-color 400ms ease;
    -webkit-transition:background-color 400ms ease;
    -o-transition:background-color 400ms ease;
}
.index_banner_button:hover{
    background-color: rgba(235,235,235,0.5);
}
.index_banner-prev{
    background-image: url(../images/carousel-left.png);
    background-repeat: no-repeat;
    background-position: center right;

    left:0;
    margin-left:-600px;
}
.index_banner-next{
    background-image: url(../images/carousel-right.png);
    background-repeat: no-repeat;
    background-position: center left;

    right:0;
    margin-right:-600px;
}


/*-index_banner-index_banner-index_banner-index_banner-END*/

/*-main_index-main_index-main_index-main_index-main_index-START*/
.main_index{
    background:#eeeeee;
}

/*--index_block--*/
.index_block{
    margin-top:35px;
}

/*--index_block1--index_block1--index_block1--*/
.index_block1{
    background:#fff;
}
.index_block1_container{padding:30px 30px 50px 30px;}

.index_block1_header h1{
    background:url(../images/header_img_application.png) no-repeat;
    background-size:60px 64px;
    height:64px;
    line-height:64px;
    padding:0 0 0 80px;
    color:#333;
    font-size:33px;
}


.index_ApplicationFiledBox{
    display:block;float:left;
    width:33.3%;
    margin:30px 0 0 0;
}
.index_ApplicationFiled{
    display:block;
    margin:0 25px;padding:0 0 15px 0;
    border-bottom:1px solid #b0b0b0;
    overflow: hidden;

    cursor:default ;
    position:relative;
}

.index_ApplicationFiled .title{
    color:#333;font-size:14px;margin:0 0 15px 0;text-align:center;font-weight:700;

    transition: all 600ms ease;
    -ms-transition:all 600ms ease;
    -moz-transition:all 600ms ease;
    -webkit-transition:all 600ms ease;
    -o-transition:all 600ms ease;
}
.index_ApplicationFiled .img{
    width:80%;margin:0 auto;

    transition: all 500ms ease;
    -ms-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -o-transition:all 500ms ease;
}
.index_ApplicationFiled .img img{width:100%;}

.index_ApplicationFiled .desc{
    position:absolute;
    height:100%;width:100%;
    /*padding:20px;*/
    z-index:-1;
    text-align:center;

    opacity:1;
    filter:alpha(opacity=100);
    top: 100%;

    transition: all 450ms ease;
    -ms-transition:all 450ms ease;
    -moz-transition:all 450ms ease;
    -webkit-transition:all 450ms ease;
    -o-transition:all 450ms ease;
}
.index_ApplicationFiled .desc h3{font-size:18px;color:#333;margin-top:15px;}
.index_ApplicationFiled .desc p{font-size:12px;margin:10px 0 15px 0;}
.index_ApplicationFiled .desc>div{display:inline-block;border:1px solid #d70546;background:#d70546;color:#fff;border-radius: 5px;padding:3px 10px;cursor:pointer;}



/*--index_block2--index_block2--index_block2--*/
.index_block2_container{position:relative;}
.index_block2_controls a{
    position:absolute;top:50%;
    display:block;
    width:60px;height:60px;
    margin-top:-5px;
    cursor:pointer;
    z-index:1;
}
.index_block2_controls a.ToLeft{left:-80px;}
.index_block2_controls a.ToRight{right:-80px;}
.index_block2_controls a img{width:100%;height:100%;}

/*.index_block2_controls a span{*/
    /*display:block;*/
    /*position:absolute;height:100%;width:100%;top:0;left:0;*/
    /*margin-top:-4px;margin-left:-3px;*/
    /*border:3px solid #7c858d;*/
    /*border-radius: 50%;*/
    /*opacity:0;*/
    /*filter:alpha(opacity=0);*/
/*}*/



.index_block2_header{color:#727171;text-align:center;height:40px;line-height:40px;position:relative;margin-bottom:10px;}
.index_block2_header h2{display:inline-block;font-size:28px;background:#ececec;padding:0 30px;position:relative;z-index:10;}
.header-line{
    position:absolute;
    width:90%;
    height:1px;
    background:#727171;
    top:50%;left:5%;
    z-index:2
}

/*-长的-*/
.TXBox2{}
.TXBox2 img{width:100%;}
.TXBox2 .TX2{display:block;background:#fff;overflow: hidden;width:100%;}
.TX2 .left,.TX2 .right{
    display:block;float:left;
    width:50%;
    height:100%;
    text-align:center;
    color:#333;
    /*position:relative;*/
    overflow: hidden;
}

/*-短的-*/
.TXBox{
    display:block;float:left;
    width:50%;
}
.TXBox img{width:100%;}
.TX{display:block;background:#fff;overflow: hidden;}
.TX .left,.TX .right{
    display:block;float:left;
    width:50%;
    height:100%;
    text-align:center;
    color:#333;
    /*position:relative;*/
    overflow: hidden;
}
.TX .img{padding-top:10%;z-index:1;}
.TX .navname{z-index:2;}


/*--index_block3--index_block3--index_block3--*/
.index_block3_container .top{margin-top:30px;}
.index_block3_container .bottom{margin-top:30px;}

.index_NewsBox{
    display:block;float:left;
    width:33.3%;
}
.index_News{padding:30px 40px 50px 40px;margin:0 10px;background:#fff;min-height:300px;}
.index_News1{margin:0 20px 0 0;}
.index_News3{margin:0 0 0 20px;}

.index_News_header h2{
    background-size: 60px 64px;
    height: 64px;
    line-height: 64px;
    padding: 0 0 0 80px;
    color: #333;
    font-size: 28px;
}
.index_News_header_Inter h2{background: url(../images/index_block3_header_news.png) no-repeat;}
.index_News_header_Company h2{background: url(../images/index_block3_header_news.png) no-repeat;}
.index_News_header_Search h2{background: url(../images/index_block3_header_search.png) no-repeat;}

.index_News_content{margin-top:15px;}
.index_News_content_new{
    display:block;margin-top:10px;border-bottom:1px solid #333;
    position:relative;overflow: hidden;

    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    transition: all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}
.index_News h4{font-size:16px;color:#666;height:48px;overflow: hidden;}
.index_News_content_new i{display:block;position:absolute;top:0;left:-50px;color:#d70546;font-size:30px;}
.index_News_content_new p{font-size:13px;color:#989898;margin:10px 0;}

.index_News_footer{margin-top:15px;}
.index_News_footer a{font-size:16px;color:#d70546;border-radius:4px;}

.index_News_content ul{
    margin:15px 0 0 25px;
    padding-bottom:10px;
}
.index_Newes_content_Line{border-bottom:1px solid #333;}
.index_News_content ul li{color:#d70546;margin:5px 0;}
.index_News_content ul li a{
    color:#d70546;
}


/*--三条新闻--*/

.index_NewsBox.index_NewsImg .index_News{padding:15px;}
.index_NewsBox.index_NewsImg .index_News .img img{width:100%;}
.index_NewsBox.index_NewsImg .index_News .title{margin:15px 25px 0 25px;}
.index_NewsBox.index_NewsImg .index_News .title h3{height:45px;overflow: hidden;font-size:17px;}
.index_NewsBox.index_NewsImg .index_News .index_News_footer{margin:5px 25px;}

/*-main_index-main_index-main_index-main_index-main_index-END*/



/*--index_SearchBtn--index_SearchBtn--index_SearchBtn--*/
.index_searchBtn_Block{
    position:fixed;top:0;left:0;
    display:block;
    width:100%;height:100%;
    /*background:rgba(0,0,0,0.7);*/
    z-index:99999999;
    overflow: hidden;text-align:center;

    opacity: 0;
    filter:alpha(opacity=0);
    -webkit-transform: scale(0);
    -o-transform:scale(0);
    -ms-transform:scale(0);
    -moz-transform:scale(0);
    transform: scale(0);

    transition: all 520ms ease;
    -ms-transition:all 520ms ease;
    -moz-transition:all 520ms ease;
    -webkit-transition:all 520ms ease;
    -o-transition:all 520ms ease;
}
.index_searchBtn_Block.show{
    opacity: 1;
    filter:alpha(opacity=100);
    -webkit-transform: scale(1);
    -o-transform:scale(1);
    -ms-transform:scale(1);
    -moz-transform:scale(1);
    transform: scale(1);
}
.index_searchBtn_Mark{
    position:absolute;top:0;left:0;width:100%;height:100%;
    background:rgba(0,0,0,0.7);
    /*background:url(../images/mark_indexbg.png) 0/cover fixed;*/
    overflow: hidden;
    z-index:1;
}
.index_searchBtn_Mark::after{
    content:"";
    display:block;
    /*width:100%;height:100%;*/
    position:absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    /*background:rgba(0,0,0,0.4);*/
    background: hsla(0,0%,20%,0.6) border-box;
    -webkit-filter: blur(20px);
    -moz-filter: blur(20px);
    -ms-filter: blur(20px);
    -o-filter: blur(20px);
    filter: blur(20px);
    margin:-30px;
    box-shadow: 0 0 0 1px hsla(0,0%,0%,.5) inset,0 .5em 1em rgba(0, 0, 0, 0.6);
    /*text-shadow: 0 1px 1px hsla(0,0%,100%,.3);*/
    /*box-shadow: 0 0 5px 5px #000 inset;*/

    /*z-index:1;*/
}
.index_searchBtn_Input{
    width:320px;
    position:absolute;
    top:30%;left:50%;margin-left:-160px;margin-top:-20px;
    z-index:3;
    padding:70px 20px 30px 20px;
    background:rgba(255,255,255,0.4);
    box-shadow: 0 0 5px rgba(0,0,0,0.7);
    border-radius: 5px;
}
.index_searchBtn_Input_cha{
    display:block;
    width:30px;height:30px;
    background:url(../images/chacha.png) center center/30px 30px no-repeat;
    position:absolute;
    top:10px;right:10px;
    cursor:pointer;
}
.index_searchBtn_Input form{width:320px;height:40px;background:#fff;position:relative;}
.index_searchBtn_Input form input{
    position:absolute;left:0;top:0;
    width:250px;height:40px;text-indent: 10px;
    outline-color:#d70546;
}
.index_searchBtn_Input form .index_searchBtn_Input_Btn{
    position:absolute;
    top:0;right:0;
    width:70px;height:40px;
    background:#d70546;
    color:#fff;
    border-radius: 0;
    line-height:40px;
    text-align: center;
}

.index_searchBtn_Nav{;margin-top:8px;padding:15px 10px;}
.index_searchBtn_Nav ul li{list-style-type: none;margin:3px;display:inline-block;}
.index_searchBtn_Nav ul li a{display:block;padding:5px 6px;background:#d70546;color:#fff;}
.index_searchBtn_Nav ul li a:hover{background:#b1043a;}


/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--END*/
/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--END*/
/*--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--index--END*/








/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--START*/
/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--START*/
/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--START*/

.mainMain{background:#ececec;}

/*--统一banner区--统一banner区--统一banner区--*/
.MainBanner{
    width:1200px;margin:0 auto;
}

/*--正文区--正文区--正文区--正文区--正文区--*/
.MainBody{
    width:1200px;margin:20px auto 0 auto;
    background:#fff;
    color:#727171;
}

/*--位置显示区--*/
.MainBody_Position{background:#7d8890;color:#fff;padding:10px;position:relative;}
.MainBody_Position a{color:#fff;font-size:15px;}
.MainBody_Position .print{position:absolute;right:10px;top:0;height:40px;width:40px;line-height:40px;text-align:center;font-size:25px;}

/*--正文内容区--*/
.MainBody_Content{
    overflow: hidden;
    border-left:1px dotted #979ea3;
    border-right:1px dotted #979ea3;
    /*margin:0 -1px;*/
}

/*--内容区左侧--*/
.MainBody_Content_Left{
    float:left;width:70%;
    border-right:1px dotted #727171;
    /*margin:0 -1px 0 0;*/
    margin-left:-1px;
}

/*--内容区左侧标题区--*/
.MainBody_Content_Left_Header{padding:20px 20px 40px 20px;border-bottom:1px dotted #727171;}
.MainBody_Content_Left_Header h1{
    background:url(../images/header_img_application.png) left center/47px 50px  no-repeat;
    line-height:50px;overflow: hidden;padding-left:54px;
    color:#727171;font-size:28px;margin:20px auto 30px auto;
}
.MainBody_Content_Left_Header .info{overflow: hidden;}
.MainBody_Content_Left_Header .text{
    float:left;width:55.4%;margin-right:2%;
    font-size:16px;line-height: 1.5;color:#727171;
    overflow: hidden;
    text-align: justify;
}
.MainBody_Content_Left_Header .text.field-text{text-indent: 2em;text-align: justify;}
.MainBody_Content_Left_Header .text>span{display:block;float:left;}
.MainBody_Content_Left_Header .text p{text-indent: 2em;}
.MainBody_Content_Left_Header .img{float:right;width:42.6%;overflow: hidden;}
.MainBody_Content_Left_Header .img img{width:100%;}

/*--内容区左侧产品区--*/
.MainBody_Content_Left_Product{
    padding:20px;overflow: hidden;
}
.MainBody_Content_Left_Product .SortBox{float:left;width:33.3%;margin:0 auto 30px 0;}
.MainBody_Content_Left_Product .SortBox_container{display:block;margin:0 5%;border-bottom:1px dotted #727171;padding:5px;}
.MainBody_Content_Left_Product .SortBox_container .img{}
.MainBody_Content_Left_Product .SortBox_container .img img{width:100%;max-width:340px;max-height:200px;}
.MainBody_Content_Left_Product .SortBox_container .text{padding:10px;height:100px;overflow: hidden;text-align: center;}
.MainBody_Content_Left_Product .SortBox_container .text h3{color:#182026;line-height:1.6;font-size:17px;font-weight:700;text-align:center;}


/*--内容区右侧--*/
.MainBody_Content_Right{
    float:left;width:30%;
    border-left:1px dotted #727171;
    margin-left:-1px;
}

/*--右侧搜索模块--*/
.MainBody_Content_Right_SearchBlock{
    margin:15px;
    background: #ececec;
    /*padding:20px 0;*/
    background:url(../images/searchbg.png) center center/330px 200px no-repeat;
    height:200px;
}
.right_search{
    position:relative;
    top:60px;
    width:80%;
    margin:0 auto;
    background:#d70546;
    color:#fff;
    border-radius: 5px;overflow: hidden;
}
.right_search input{
    position:relative;
    top:0;left:0;
    width:80%;
    height:45px;
    text-indent: 10px;
    background:#d70546;
    color:#fff;
    font-size:16px;
    font-family: "Microsoft YaHei";
    outline: none;
}

.right_search input::-webkit-input-placeholder {
    color: #fff !important; /* WebKit browsers */
}
.right_search input:-moz-placeholder {
    color: #fff !important; /* Mozilla Firefox 4 to 18 */
}
.right_search input::-moz-placeholder {
    color: #fff !important; /* Mozilla Firefox 19+ */
}
.right_search input:-ms-input-placeholder {
    color: #fff !important; /* Internet Explorer 10+ */
}

.right_search .right_searchButton{
    position:absolute;
    top:0;left:80%;
    margin:5px 5px;
    height:35px;width:35px;
}
.right_search .right_searchButton img{width:100%;height:100%;}

/*--右侧新闻模块--*/
.MainBody_Content_Right_NewsBlock{margin:15px;background:#ececec;}
.MainBody_Content_Right_NewsBlock h3{padding:10px;color:#182026;font-size:18px;}

.MainBody_Content_Right_NewsBox{padding:10px;border-top:1px solid #7d8890;padding-right:45px;position:relative;}
.MainBody_Content_Right_NewsBox::after{
    content:"";
    display:block;
    position:absolute;
    top:10px;right:5px;
    background:url(../images/arrow_right.png) center center/20px 20px no-repeat;
    width:20px;height:20px;
}

.MainBody_Content_Right_NewsBox .img{float:left;width:26%;margin-right:4%;}
.MainBody_Content_Right_NewsBox .img img{width:100%;height:100%;}
.MainBody_Content_Right_NewsBox .text{float:left;width:70%;font-size:14px;}
.MainBody_Content_Right_NewsBox .text .info{
    height:40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.MainBody_Content_Right_NewsBlock .news_more{display:block;background:#7d8890;padding:10px;color:#fff;position:relative;}
.MainBody_Content_Right_NewsBlock .news_more::after{
    content:"";
    display:block;
    position:absolute;
    top:10px;right:5px;
    background:url(../images/arrow_right_white.png) center center/20px 20px no-repeat;
    width:20px;height:20px;
}


/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--END*/
/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--END*/
/*--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--Product--END*/






/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--START*/
/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--START*/
/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--START*/
/*.main_P_ProductCenter .MainBody_Content_Left_Header .text{*/
    /*float:none;width:auto;margin-right:0;*/
    /*margin-bottom:25px;*/
/*}*/
/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--END*/
/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--END*/
/*--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--ProductCenter--END*/







/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--START*/
/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--START*/
/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--START*/

.tableContainer{margin-bottom:60px;}
.tableContainer_header{margin-bottom:10px;}
.tableContainer_header h1{font-size:26px;}


/*--productTable--*/
.productTable{width:100%;overflow: auto;font-size:13px;}
.productTable table{width:100%;}
.productTable table,.productTable table th,.productTable table td{
    border:1px solid #fff;
    margin:-1px 0 0 0;
    height:40px;
}
.productTable table td:nth-child(1),.productTable table td:nth-child(2),.productTable table td:nth-child(3){word-break: keep-all;white-space: nowrap;}
.productTable table th{background: #7d8890;color:#fff;text-align:center;height:45px;padding:0;}
.productTable table td{background:#dce1e5;text-align:left;padding:0 10px;}
.productTable table td a{display:block;}
.productTable table td a img{width:25px;height:auto;vertical-align: middle;}
.productTable table tr:hover td,.productTable table tr:hover td a{background:#d70546;color:#fff;}
.productTable table td.table-product-pdf{text-align:center;padding:0 3px;}



.productTablePaging{margin-top:15px;text-align: center;}
.productTablePaging span, .productTablePaging a{color:#969c9c;font-size:13px;width:23px;height:23px;display:inline-block;text-align:center;font-family: "Helvetica";font-weight:700;background:#dce1e5;border:1px solid #c7cbce;line-height:23px;margin:0 2px;}
.productTablePaging span:hover{cursor:not-allowed;}
.productTablePaging a:hover{background:#969c9c;color:#fff;}



.applyTrHide{display:none;overflow: hidden;}
.applyTrShowBtn,.applyTrHideBtn{
    color: #969c9c;
    font-size: 13px;
    font-weight: 700;
    /*background: #dce1e5;*/
    text-align: center;
    width:80px;height:30px;line-height:30px;
    margin:12px auto;
    cursor: pointer;
}
.applyTrShowBtn:hover,.applyTrHideBtn:hover{background: #dce1e5;border-radius: 5px;box-shadow: 0 0 5px #969c9c;}
.applyTrHideBtn{display:none;}

/*--介质多工器表格--*/
.JZDGQTable{
    margin-bottom:60px;
}
.JZDGQTable h2{background:#7d8890;font-size:18px;padding:6px;margin:0 2px;overflow: hidden;}
.JZDGQTable h2 a{color:#fff;}
.JZDGQTable h2 a:hover{color:#d70546;}
.JZDGQTable h2 a.product_pdf{display:block;height:40px;float:right;margin-right:12px;}
.JZDGQTable h2 a.product_pdf img{height:100%;width:auto;}
.JZDGQTable table{width:100%;  text-align:center;}
.JZDGQTable table,.JZDGQTable table th,.JZDGQTable table td{
    border:1px solid #fff;
    margin:-1px 0 0 0;
    height:40px;
}
.JZDGQTable table th{background: #7d8890;color:#fff;height:40px;text-overflow:ellipsis;white-space:nowrap;}
.JZDGQTable table td{background-color:#dce1e5;text-overflow:ellipsis;white-space:nowrap;}
.JZDGQTable table td a{display:block;}


/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--END*/
/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--END*/
/*--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--P_Antenna_MDA_PageList--END*/








/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--START*/
/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--START*/
/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--START*/

.MainBody_Content_Left_Product.Ceramic_MainBody_Content_Left_Product p{margin:20px auto 70px auto;}
.MainBody_Content_Left_Product.Ceramic_MainBody_Content_Left_Product p img{width:100%;}

/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--END*/
/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--END*/
/*--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--P_Ceramic--END*/










/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--START*/
/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--START*/
/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--START*/

.SearchResultBox.Field_Plane_table{
    width: auto;
    margin: 0 auto;
}

/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--END*/
/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--END*/
/*--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--Field--END*/










/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--START*/
/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--START*/
/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--START*/
.main_News .MainBody_Content_Left_Product{border-bottom: 1px dotted #727171;}

.main_News .MainBody_Content_Left_Header{
}
.main_News .MainBody_Content_Left_Header h1{
     background:url(../images/index_block3_header_news.png) left top/47px 50px  no-repeat;
 }
.main_News .MainBody_Content_Left_Header .text{
    float:none;width:auto;margin:0 0 20px 0;
}



/*-- 内容区左侧新闻列表区--*/
.MainBody_Content_Left_NewsList{
    padding: 20px;
    /*border-top: 1px dotted #727171;*/
}
.MainBody_Content_Left_NewsList>h2{
    color:#282e33;
    margin-bottom:10px;
}

.left_News{margin:25px 0;}
.left_NewsBox{display:block;padding:10px;position:relative;overflow: hidden;}
.left_NewsBox .img{
    float:left;width:30%;
}
.left_NewsBox .img img{width:100%;}
.left_NewsBox .text{
    float:left;width:68%;margin-left:2%;padding:10px 0;
}
.left_NewsBox .text h3{font-size:16px;color:#464646;}
.left_NewsBox .text h5{font-size:13px;color:#828282;margin:15px 0 5px 0;}

.pagenumber{text-align:center;font-size:16px;}
.pagenumber a{display:inline-block;padding:0 5px;border-radius:3px;margin:0 3px;}
.pagenumber a:hover{background:#d70546;color:#fff;}
.pagenumber-span font{display:inline-block;background:#eeeeee;padding:0 5px;border-radius: 3px;box-shadow: 0 0 5px #b0b0b0 inset;margin:0 3px;}

/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--END*/
/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--END*/
/*--News--News--News--News--News--News--News--News--News--News--News--News--News--News--News--END*/










/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--START*/
/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--START*/
/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--START*/
.main_News.main_NewsPager .MainBody_Content_Left_Product{border-bottom:none;}
.main_News .MainBody_Content_Left_Header .text{
    margin:0;font-size:14px;text-indent: 2em;
}

.MainBody_Content_Left_Header_TagBlock{background:#ececec;padding:8px;margin-bottom:15px;font-size:13px;}
.MainBody_Content_Left_Header_TagBlock span{margin:0 15px 0 0 ;}
.MainBody_Content_Left_Header_JJ .text p{text-indent: 0;}

.NewsControl{margin:80px 0 0 0;font-size:15px;}
.NewsControl>div>a:hover{color:#d70546;text-decoration: underline;}

.main_News.main_NewsPager .MainBody_Content_Left_Product ul li{margin-left:1.6em;}
/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--END*/
/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--END*/
/*--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--NewsPager--END*/














/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--START*/
/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--START*/
/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--START*/

.MainBody_Content_About{
    border:none;
    padding:20px 45px;
}

.CompanyIntroduce_header h1{
    background:url(../images/header_img_about.png) left center/47px 50px  no-repeat;
    line-height:50px;overflow: hidden;padding-left:58px;
    color:#727171;font-size:32px;margin:20px auto 30px auto;
}

.JLSJ-content img{width:100%;}
/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--END*/
/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--END*/
/*--About--About--About--About--About--About--About--About--About--About--About--About--About--About--END*/









/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--START*/
/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--START*/
/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--START*/

.CompanyIntroduce{margin:0 auto;}
.CompanyIntroduce p{line-height:1.5em;text-indent: 2em;margin:10px 0;}

/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--END*/
/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--END*/
/*--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--Company_Introduce--END*/




/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--START*/
/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--START*/
/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--START*/

.About_Block{margin-bottom:15px;}

.About_Block_Img{margin-bottom:25px;}
.About_slogan{margin-bottom:25px;}
.About_slogan h4{font-size: 18px;line-height: 1.8em;color: #bd855f;}
.About_Block p{line-height:1.5em;margin-bottom:25px;text-indent: 2em;text-align:justify;}

.GroupIntroduce_block .ceo_left{
    float:left;width:25%;
}
.GroupIntroduce_block .ceo_left_container{padding-right:15%;}
.GroupIntroduce_block .ceo_left .ceo_img img{width:100%;}
.GroupIntroduce_block .ceo_name{font-size:18px;color:#333;font-family: "STSong";font-weight:700;margin-top:5px;position:relative;line-height:45px;}
.GroupIntroduce_block .ceo_name span{display:block;position:absolute;top:0;left:0;padding-left:150px;width:92px;height:50px;}
.GroupIntroduce_block .ceo_name span img{width:100%;height:100%;}

.GroupIntroduce_block .ceo_right{
    float:left;width:75%;
}

/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--END*/
/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--END*/
/*--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--About_GroupIntroduce--END*/







/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--START*/
/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--START*/
/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--START*/

.CompanyCulture_Block{margin:90px 90px 0 90px;position:relative;}
.CompanyCulture_Block p{line-height:1.6em;font-size:1.06em;text-indent: 0;color:#666;}
.CompanyCulture_Block img{width:100%;height:auto;}
.CompanyCulture_Block h1,h2,h3,h4{color:#a7783d;}
.CompanyCulture_Block h1{font-size:2em;}
.CompanyCulture_Block h2{font-size:1.20em;line-height:1.7em;color:#c49e64;}
.CompanyCulture_Block h3{font-size:1.46em;line-height:1.7em;margin-bottom:10px;color:#c49e64;}

.CompanyCulture_Block_header{margin-bottom:40px;}
.CompanyCulture_Block_header img{max-width:300px;}
.CompanyCulture_Block_content p{margin-bottom:15px;}
.CompanyCulture_Block_TeamPart1,.CompanyCulture_Block_TeamPart2{margin-bottom:40px;overflow: hidden;}
.CompanyCulture_Block_TeamPart1_left,.CompanyCulture_Block_TeamPart1_right{float:left;}
.CompanyCulture_Block_TeamPart1_left img{max-width:306px;}
.CompanyCulture_Block_TeamPart1_right{margin-left:10%;}
.CompanyCulture_Block_TeamPart1_right h3{margin-top:-7px;}
.CompanyCulture_Block_TeamPart1_right p{margin-bottom:8px;font-size:1.0em;}
.CompanyCulture_Block_TeamPart1_right p span{color:#828282;margin-right:4px;}

.CompanyCulture_Block_content{overflow: hidden;}
.CompanyCulture_Block_JLLN_left,.CompanyCulture_Block_JLLN_right{float:left;}
.CompanyCulture_Block_JLLN_left img{max-width:232px;}
.CompanyCulture_Block_JLLN_right{float:right;}
.CompanyCulture_Block_JLLN_right img{max-width:624px;}

.CompanyCulture_Block_content1 p{font-size:18px;margin-bottom:8px;}
.youxiaohui{float:right;max-width:105px;margin-top:12px;}

.CompanyCulture_logo{
    position: absolute;
    right: 0;
    top: -18px;
    height: 101px;
    max-width: 252px;
}

@media screen and (max-width:1200px){
    .CompanyCulture_Block{margin:90px 15px 0 15px;}
    .CompanyCulture_Block_TeamPart1_right{margin-left:5%;}
}
@media screen and (max-width:1025px){
    .CompanyCulture_logo{max-width:200px;}
    .CompanyCulture_Block_header img{max-width:230px;}
    .CompanyCulture_Block_content1 p{font-size:16px;margin-bottom: 6px;}
    .CompanyCulture_Block_JLLN_left,.CompanyCulture_Block_JLLN_right{float:none;}
    .CompanyCulture_Block_JLLN_right{margin-top:20px;max-width:520px;}
    .CompanyCulture_Block h3{font-size:1.4em;}
    .CompanyCulture_Block p{font-size:1.0em;}
}
@media screen and (max-width:1000px){
    .CompanyCulture_Block_TeamPart1_left, .CompanyCulture_Block_TeamPart1_right{float:none;margin:0;}
    .CompanyCulture_Block_TeamPart1_right{margin-top:15px;}
    .CompanyCulture_Block_TeamPart1, .CompanyCulture_Block_TeamPart2{margin-bottom:30px;}
    .CompanyCulture_Block h2{font-size:1.1em;}
}
@media screen and (max-width:600px){
    .CompanyCulture_logo{display:none;visibility: hidden;}
    .CompanyCulture_Block_header img{max-width:190px;}
    .CompanyCulture_Block h2{font-size:1em;margin-bottom:7px;line-height: 1.4em;}
    .CompanyCulture_Block:first-child{margin-top:20px;}
}

/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--END*/
/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--END*/
/*--About_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--bout_CompanyCulture--END*/












/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--START*/
/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--START*/
/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--START*/

.TimeLine{margin:0 auto 60px auto;}

.TimeLine ul{
    list-style: none;
    position: relative;
    /*padding:0 30px;*/
    margin: 0 auto;
    width:90%;
}
.TimeLine ul::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 10px;
    background: #afdcf8;
    left: 15%;
    margin-left: -10px;
    z-index:1
}

.TimeLine ul li{position:relative;}

.TimeLine ul li .time{
    display: block;
    width: 15%;
    padding-right: 100px;
    position: absolute;
}
.TimeLine ul li .time span{color:#46a4da;font-size:35px;}
.TimeLine ul li .time span:first-child{font-size:18px;}

.TimeLine ul li .text{
    margin: 0 0 30px 22%;
    background: #46a4da;
    color: #fff;
    padding: 2em;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    position: relative;
    border-radius: 5px;
}
.TimeLine ul li .text::before{
    right: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #3594cb;
    border-width: 10px;
    top: 10px;
}
.TimeLine ul li .text h3{
    font-size:25px;
    margin:0 0 15px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.4)
}
.TimeLine ul li .text p{margin:12px 0;}
.TimeLine ul li .text p::before{
    content:"▶";
    margin-right:8px;
}

.TimeLine ul li .icon{
    width: 40px;
    height: 40px;
    font-family: 'ecoico';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    font-size: 1.4em;
    line-height: 40px;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    color: #fff;
    background: #46a4da;
    border-radius: 50%;
    box-shadow: 0 0 0 8px #afdcf8;
    text-align: center;
    left: 15%;
    top: 0;
    margin: 0 0 0 -25px;
    z-index:2;
}
.TimeLine ul li .icon::before{
    content:"";
    position:absolute;
    top:0;left:0;
    background:url(../images/g.png) center center/30px 30px no-repeat;
    display:block;
    width:40px;height:40px;
}


/*.TimeLine ul li:nth-child(2n){background:orange;}*/
.TimeLine ul li:nth-child(2n) .time span{color:#6cbfee;}
.TimeLine ul li:nth-child(2n) .text{
    background: #6cbfee;
}
.TimeLine ul li:nth-child(2n) .text::before{
    border-right-color: #6cbfee;
}

/*--企业荣誉文字--*/
.honorText p{text-indent: 2em;}
.honorText .honorTextSlogan{margin:30px 0 0 0;}
.honorText .honorTextSlogan h3{color:#727171;position:relative;margin:8px 0;font-size:16px;float:left;width:48%;margin-left:2%;}
.honorText .honorTextSlogan h3::before{
    content:"";
    display:inline-block;
    height:12px;width:12px;
    background:url(../images/toright2.png) left center/12px 12px no-repeat;
    /*position:absolute;*/
    margin-right:4px;
    top:0;left:0;
}
@media screen and (max-width:600px) {
    .honorText .honorTextSlogan h3{float:none;width:auto;font-size:14px!important;margin-left:0;}
}

/*--企业荣誉图册--*/
.CompanyHonor_Img{overflow: hidden;margin:40px auto 60px auto;}
.honor_banner img{width:100%;}


/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--END*/
/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--END*/
/*--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--About_Honor--END*/








/*--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--START*/
.CompanyIntroduce_Block{overflow: hidden;}
.About_Quality_box{float:left;width:22%;margin:25px 1.5%;}
.About_Quality_box a{display:block;background:url(../images/bg_case_f.png) center bottom/100% auto no-repeat;padding-bottom:25px;}
.About_Quality_box img{width:96%;border:1px solid rgba(0,0,0,0.28);padding:2%;}
.About_Quality_box h5{font-size:16px;color:#333;text-align: center;margin-top:10px;}

.About_Quality_text{margin-bottom:40px;}
.About_Quality_text h2{font-size:18px;font-weight:700;color:#666;}
.About_Quality_text h2::before{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: url(../images/toright2.png) left center/12px 12px no-repeat;
    /* position: absolute; */
    margin-right: 4px;
}
.About_Quality_text p{margin-left:16px;margin-top:8px;}
.About_Quality_text p span{display:inline-block;margin-right:15px;white-space:nowrap; text-overflow:ellipsis;}

.About_Quality_textRight{float:right;text-align: left;width:50%;}
.About_Quality_textRight h2{font-size:18px;font-weight:700;color:#666;}
.About_Quality_textRight h2::before{
    content: "";
    display: inline-block;
    height: 12px;
    width: 12px;
    background: url(../images/toright2.png) left center/12px 12px no-repeat;
    /* position: absolute; */
    margin-right: 4px;
}
.About_Quality_textRight p{margin-left:16px;margin-top:25px;}
.About_Quality_textRight p span{font-weight:700;}

#imgbox-loading {position: absolute;top: 0;left: 0;	cursor: pointer;display: none;z-index: 90;}
#imgbox-loading div {background: #FFF;width: 100%;height : 100%;}
#imgbox-overlay {position: absolute;top: 0;	left: 0;width: 100%;height: 100%;background: #000;display: none;z-index: 80;}
.imgbox-wrap {position: absolute;top: 0;left: 0;background: #FFF;display: none;	z-index: 90;}
.imgbox-img {padding: 0;margin: 0;border: none;width: 100%;	height: 100%;vertical-align: top;}
.imgbox-title {	padding-top: 10px;font-size: 11px;text-align: center;font-family: Arial;color: #333;display: none;}
.imgbox-bg-wrap {position: absolute;padding: 0;margin: 0;display: none;}
.imgbox-bg {position: absolute;width: 20px;	height: 20px;}

@media screen and (max-width:600px){
    .About_Quality_textRight{display:none;overflow: hidden;}
    .About_Quality_text h2{font-size:16px;}
    .About_Quality_box{float:left;width:46%;margin:20px 2%;}
}
/*--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--About_Quality--END*/









/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--START*/
/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--START*/
/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--START*/

.Contact_header h1{
    background:url(../images/header_img_contact.png) left center/47px 50px  no-repeat;
    line-height:50px;overflow: hidden;padding-left:58px;
    color:#727171;font-size:32px;margin:20px auto 30px auto;
}


.Contact_Block{overflow: hidden;margin:30px 0 50px 0;}

.Contact_Block_map{float:left;width:47%;border-radius: 4px;overflow: hidden;}
#l-map,#m-map{height:210px;width:100%;}

.Contact_Block_Img img{width:100%;}
.Contact_Block .Contact_Block_info{float:left;width:52%;margin-right:1%;}
.Contact_Block .Contact_Block_info li{list-style-type: none;margin:8px 0;}
.Contact_Block .Contact_Block_info li a{color:#d70546;}
.Contact_Block .Contact_Block_info li a:hover{text-decoration: underline;}

.Contact_Block .Contact_Block_info li i{width:23px;text-align:center;margin-right:10px;}

.Contact_Block .Contact_Block_info li.name{font-size:18px;margin-bottom:10px;color:#333;font-weight:700;}
.Contact_Block .Contact_Block_info li.name span{display:inline-block;background:#d70546;color:#fff;padding:4px 9px 6px 9px;border-radius: 50%;font-weight:700;margin-right:2px;}

.Contact_Block3{background:url(../images/foot_tbd.png) center/cover no-repeat;}
.Contact_Block_message{overflow: hidden;margin:0 -5% 0 0;}
.Contact_Block_message li{overflow: hidden;margin:4px 5% 10px 0;float:left;width:45%;}
.Contact_Block_message li.Contact_Block_message_litextarea{width:60%;}
.Contact_Block_message li label{display:block;text-align: left;padding:0 2px;}
.Contact_Block_message li input,.Contact_Block_message li select,.Contact_Block_message li textarea{
    height: 30px;background: #f8fafa; border: 1px solid #dde1e1;;width:100%; box-sizing: border-box;border-radius: 3px;margin-top:5px; padding: 3px 3px;outline: none;
    -webkit-transition: all 0.1s ease-in-out 0s;
    -moz-transition: all 0.1s ease-in-out 0s;
    -ms-transition: all 0.1s ease-in-out 0s;
    -o-transition: all 0.1s ease-in-out 0s;
    transition: all 0.1s ease-in-out 0s;
    font-family: "Microsoft YaHei";font-size:14px;
}
.Contact_Block_message li textarea{resize:none;min-height:80px;}
.Contact_Block_message li input:focus,.Contact_Block_message li select:focus,.Contact_Block_message li textarea:focus{border-color: #d70546;background:#fff;}
.Contact_Block_message_libtn{
    display: inline-block;
    padding: 9px 12px 9px;
    border: 1px solid transparent;
    line-height: 18px;
    font-size: 14px;
    text-align: center;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    background: #d70546;
    color:#fff;
    transition: all 0.2s ease-in-out;
}
.Contact_Block_message_libtn:hover{background:#c21b2f;}
.Contact_Block_message li p{font-size:14px;color:#d01d33;display:none;}


@media screen and (max-width:700px) {
    .Contact_Block_map{float:none;width:auto;}
    .Contact_Block .Contact_Block_info{float:left;width:auto;margin-left:0;margin-top:12px;}
    .Contact_Block .Contact_Block_info li.name{font-size:15px;}
    .Contact_Block .Contact_Block_info li{font-size:14px;}

    .Contact_Block_message li{float:none;width:100%;margin:4px 0 10px 0;}
    .Contact_Block_message li.Contact_Block_message_litextarea{width:100%;}

    .Contact_Block_message li input, .Contact_Block_message li select, .Contact_Block_message li textarea{width:95%;}
}
/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--END*/
/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--END*/
/*--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--Contact--END*/










/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--START*/
/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--START*/
/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--START*/

.Recruitment_header h1{
    background:url(../images/header_img_recruitment.png) left center/47px 50px  no-repeat;
    line-height:50px;overflow: hidden;padding-left:58px;
    color:#727171;font-size:32px;margin:20px auto 30px auto;
}


.Recruitment_block{padding:30px 0 40px 0;}
.Recruitment_block h2{margin-bottom:30px;font-size:30px;color:#4c4948;}
/*--我们希望这样的您加入我们的团队--*/
.Recruitment_block1{background:url(../images/recruitment-block1-bg.png) right top/auto 100% no-repeat;}
.Recruiment_block_content_block1{padding-right:40%;color:#231815;font-size:16px;}
.Recruiment_block_content_block1 .text_left{float:left;width:60%;}
.Recruiment_block_content_block1 .text_right{float:left;width:40%;}
.Recruiment_block_content_block1 p{margin:6px 0;}
.Recruiment_block_content_block1 h5{display:inline-block;font-size:48px;border-top:3px solid #231815;margin-top:30px;}
.Recruiment_block_content_block1 h5 span{color:#d70546;}

/*--诚聘英才--*/
.Recruiment_block_content_block2{overflow: hidden;}
.Recruiment_block_content_block2_box{float:left;width:33.3%;text-align:center;}
.Recruiment_block_content_block2_box .left,.Recruiment_block_content_block2_box .right{float:left;width:50%;vertical-align: middle;}
.Recruiment_block_content_block2_box .left{}
.Recruiment_block_content_block2_box .right{text-align:left;margin-top:25px;}
.Recruiment_block_content_block2_box h5{color:#4c4948;font-size:18px;margin-top:20px;white-space:nowrap;}
.Recruiment_block_content_block2_box h6{color:#231815;font-size:16px;margin:4px 0;}


/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--END*/
/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--END*/
/*--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--Recruitment--END*/







/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--START*/
/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--START*/
/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--START*/
.SearchResultBox{width:80%;margin:30px auto;}
.SearchResultBox table{width:100%;}

.SearchResultBox table,.SearchResultBox table th,.SearchResultBox table td{
    border:1px solid #fff;
    margin:-1px 0 0 0;
    height:50px;
}
.SearchResultBox table th{background: #7d8890;color:#fff;text-align:center;height:55px;text-overflow:ellipsis;white-space:nowrap;}
.SearchResultBox table td{background-color:#dce1e5;text-align:left;padding:0 1.5em;text-overflow:ellipsis;white-space:nowrap;}
.SearchResultBox table td a{display:block;height:35px;line-height:35px;}
.SearchResultBox table td a img{height:100%;width:auto;}
/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--END*/
/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--END*/
/*--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--SearchResult--END*/
