﻿/***header***//*.banner{ width:100%; max-width:1280px; margin:0 auto;}*//***news***/
.new-bar
{
    border-bottom: 1px solid #e5e5e5;
    height: 42px;
    line-height: 42px;
    background: #fff;
    overflow: hidden;
}
.new-bar .bgcon
{
    height: 42px;
    position: relative;
    overflow: hidden;
}
.new-bar .clr-left
{
    width: 160px;
    color: #1968b3;
    font-size: 14px;
    font-weight: bolder;
    margin-left: 0;
    float: left;
    line-height: 42px;
}
.new-bar .clr-left i
{
    margin-right: 8px;
    color: #1968b3;
}
.new-bar .clr-con
{
    float: left;
}
.new-bar .clr-con-wrap
{
    color: #666;
    font-size: 14px;
    overflow: hidden;
    position: relative;
    height: 42px;
    line-height: 42px;
    width: 650px;
}
.new-bar .date
{
    font-size: 12px;
    color: #999;
    padding-left: 12px;
    margin-left: 100px;
    border-left: 1px solid #d1d1d1;
    font-weight: bold;
}
.new-bar .date i
{
    margin-right: 5px;
    color: #999;
}
.new-bar .clr-right
{
    width: 64px;
    float: right;
}
.new-bar .clr-right a
{
    cursor: pointer;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}
.new-bar .clr-right a.up
{
    background: url(keywords.png) no-repeat top;
}
.new-bar .clr-right a.down
{
    background: url(keywords.png) no-repeat top;
}
.new-bar .clr-right a:hover
{
    filter: alpha(opacity=.7);
    -moz-opacity: .7;
    -khtml-opacity: .7;
    opacity: .7;
}
.indexnew a
{
    color: #666;
}
.indexnew a:hover
{
    color: #ff6400;
    text-decoration: underline;
}
.newsleft
{
    float: left;
    background: #ff6400;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.newsright
{
    float: left;
    margin-left: 5px;
    background: #ff6400;
    width: 20px;
    height: 20px;
    margin-top: 10px;
}
.indexnew .tit
{
    float: left;
}
.indexnew .date
{
    float: left;
}
#newRun
{
    position: absolute;
    vertical-align: middle;
}
#newRun a:hover
{
    color: #333;
}
#newRun a
{
    color: #666;
}
.newsdot p
{
    font-size: 14px;
    color: #666;
    line-height: 24px;
}/***news***//***indexpro***/
.index-pro
{
    border-bottom: 1px solid #f5f5f5;
    background: #fff;
    width: 100%;
}
.index-pro ul
{
    width: 100%;
    padding: 30px 0 40px;
}
.main-div
{
    width: 100%;
}
.index-pro .tit
{
    font-size: 17px;
    line-height: 32px;
    padding-top: 15px;
    margin: 0;
}
.index-pro .dis
{
    font-size: 13px;
    color: #666;
    margin: 0;
}
.index-pro-bg img
{
    width: 100%;
}
.index-pro .tit a
{
    color: #333;
}
.index-pro .dis a:hover
{
    color: #f4a565;
}
.indexpro
{
    width: 100%;
}
.indexproimg
{
    position: relative;
    overflow: hidden;
}
.indexproimg img
{
    -webkit-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    -moz-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    -o-transform: scaleX(1) scaleY(1);
    transition: all .9s linear;
    -webkit-transition: all .9s linear;
    -moz-transition: all .9s linear;
    -ms-transition: all .9s linear;
    -o-transition: all .9s linear;
}
.indexproimg img:hover
{
    transform: scaleX(1.1) scaleY(1.1);
    -webkit-transform: scaleX(1.1) scaleY(1.1);
}
.hover
{
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 187px;
    cursor: pointer;
}
.hover p
{
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 99;
    font-size: 18px;
    letter-spacing: 1px;
    margin-top: 80px;
}
.hover i
{
    display: block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    z-index: 99;
    margin: 0 auto;
    margin-top: 10px;
}
.show
{
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.conbg
{
    width: 300%;
    height: 300%;
    background: rgba(0,64,141,.7);
    -moz-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    -webkit-transform: rotate(-20deg);
    transform: rotate(-20deg);
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: 0;
    left: 0;
}
.index-pro li:hover .hover
{
    height: 100%;
}
.index-pro li:hover .hover .conbg
{
    width: 200%;
    height: 200%;
    background: rgba(0,64,141,.4);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.index-pro li:hover .show
{
    filter: alpha(opacity=1);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}
.about_box_bot
{
    width: 100%;
    height: 390px;
    clear: both;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
    padding-top: 50px;
}
.about_box_bot ul
{
    width: 100%;
    height: 390px;
    float: left;
    position: absolute;
    clear: both;
    padding: 0;
    margin: 0;
}
.about_box_bot ul li
{
    width: 1170px;
    float: left;
    height: 390px;
    overflow: hidden;
    position: relative;
    padding: 0;
    margin: 0;
}
.about_box_bot .preNext
{
    width: 10px;
    height: 10px;
    position: absolute;
    background: #000;
    cursor: pointer;
}
.about_box_bot .pre
{
    left: 48.5%;
    background: url(keywords.png) no-repeat left top;
    bottom: 30px;
    opacity: .4!important;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
}
.about_box_bot .next
{
    right: 48.5%;
    background: url(keywords.png) no-repeat left top;
    bottom: 30px;
}/***indexpro***//***indexrec***/
.index-act
{
    padding: 30px 0 0;
    background: url(keywords.png) no-repeat top left;
    background-size: cover;
    border-bottom: 1px solid #f5f5f5;
}
.index-act .bgcon
{
    padding-bottom: 20px;
}
.index-act ul
{
    width: 100%;
    overflow: hidden;
}
.index-act ul li
{
    float: left;
}
.index_nleft
{
    width: 47%;
    text-align: left;
    margin-right: 3%;
    font-size: 14px;
    float: left;
}
.index_nright
{
    width: 47%;
    text-align: left;
    margin-left: 3%;
    font-size: 14px;
    float: right;
}
.index-act .tit
{
    font-size: 20px;
    color: #333;
    position: relative;
    margin-left: 14px;
}
.index-act .tit:after
{
    position: absolute;
    top: 3px;
    left: 0;
    width: 6px;
    height: 20px;
    background: #1968b3;
    content: "";
    margin-left: -14px;
}
.index-act .dis
{
    color: #666;
    line-height: 24px;
    margin-bottom: 0;
    letter-spacing: 1px;
}
.index-act .dis i
{
    margin-right: 5px;
}
.index-act .view a
{
    color: #e29758;
    width: 80px;
    line-height: 22px;
    display: block;
    font-size: 12px;
}
.index-act .view a:hover
{
    color: #333;
}
.indexaboutimg
{
    overflow: hidden;
    width: 100%;
}
.indexaboutimg img
{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
}
.indexaboutimg img:hover
{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transition: all .8s linear;
    -webkit-transition: all .8s linear;
    -moz-transition: all .8s linear;
    -ms-transition: all .8s linear;
    -o-transition: all .8s linear;
}
.indexabouttext
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.indexabouttext p
{
    color: #fff;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    width: 80%;
    margin: 0 auto;
    margin-top: 20px;
}
.alogo1
{
    margin-top: 80px;
}
#aboutleft
{
    position: relative;
    left: -200px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#aboutright
{
    position: relative;
    right: -200px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
@-webkit-keyframes rotate
{
    from
    {
        -webkit-transform: rotate(0deg);
    }
    to
    {
        -webkit-transform: rotate(360deg);
    }
}
@-moz-keyframes rotate
{
    from
    {
        -moz-transform: rotate(0deg);
    }
    to
    {
        -moz-transform: rotate(360deg);
    }
}
@-ms-keyframes rotate
{
    from
    {
        -ms-transform: rotate(0deg);
    }
    to
    {
        -ms-transform: rotate(360deg);
    }
}
@-o-keyframes rotate{from{-o-transform:rotate(0deg)}to{-o-transform:rotate(360deg)}}
.alogo
{
    background-repeat: no-repeat;
    animation: 6s linear 0s normal none infinite rotate;
    -webkit-animation: 6s linear 0s normal none infinite rotate;
}/***indexrec***//***indexnews***/
.index-news
{
    background: #ebebeb;
    padding-top: 20px;
    padding-bottom: 50px;
}
.index-news .title .tlr-left
{
    font-size: 26px;
    text-align: left;
    line-height: 80px;
    float: left;
}
.index-news .title .wb
{
    font-size: 16px;
    padding-left: 40px;
}
.index-news .title .tlr-right
{
    width: 150px;
    margin-left: -150px;
    font-size: 14px;
    line-height: 80px;
    vertical-align: middle;
    text-align: right;
    float: right;
}
.index-news .index-news-ul
{
    height: 170px;
    max-height: 170px;
}
.index-news .index-news-ul li
{
    background: #fff;
    float: left;
    max-height: 170px;
    margin-right: 6%;
    width: 47%;
}
.index-news .con-div
{
    padding: 18px;
    float: left;
    width: 40%;
}
.index-news .main-div
{
    float: left;
    margin-left: 2%;
    width: 50%;
}
.index-news .main-div div.tit
{
    font-size: 14px;
    color: #3d3d3d;
    font-weight: bolder;
    line-height: 20px;
    padding-top: 5px;
    line-height: 22px;
    margin-top: 18px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.index-news .main-div div.tit a:hover
{
    color: #ff6400;
}
.index-news .main-div div.dis a:hover
{
    color: #ff6400;
}
.index-news .main-div div.dis .index-news .main-div div.dis
{
    font-size: 12px;
    color: #5e5e5e;
    line-height: 22px;
    margin-top: 15px;
}
.index-news .title a
{
    width: 38px;
    height: 21px;
    border: 1px solid #cfcfcf;
    display: inline-block;
    vertical-align: middle;
}
.index-news .title a.left
{
    background: url(keywords.png) no-repeat top;
}
.index-news .title a.right
{
    background: url(keywords.png) no-repeat 0 -21px;
}
.index-news .title .num
{
    display: inline-block;
    vertical-align: middle;
    padding-right: 10px;
}
.bgcon
{
    width: 95%;
    margin: 0 auto;
    position: relative;
}
.swiper-slide
{
    width: 100%;
}
.indexnewsmore
{
    width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-top: 20px;
}
.indexnewsmore a
{
    display: block;
    border: 1px solid #ccc;
    color: #666;
    transition: color .6s,border-color .6s,background-color .6s;
}
.indexnewsmore a:hover
{
    background: #ff6400;
    color: #fff;
    border: 1px solid #ff6400;
    transition: color .6s,border-color .6s,background-color .6s;
}
#newsleft
{
    position: relative;
    left: 80px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
#newsright
{
    position: relative;
    right: 80px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
}
.dis a
{
    display: block;
    width: 100%;
    line-height: 22px;
    color: #666;
}
.dismain a
{
    display: block;
    width: 100%;
    font-size: 14px!important;
    color: #666;
}
.index_promore
{
    margin-top: 10px;
    display: block;
    color: #999;
}
.index_promore:hover
{
    color: #333;
}
.f-cb li:hover .dis a
{
    margin-left: 10px;
}
.f-cb li:hover .view a
{
    margin-left: -10px;
}
.indexpro:hover .dis a
{
    color: #1968b3;
    text-decoration: none;
}/***indexnews***//********内页*********/
.header_mian
{
    width: 100%;
    position: fixed;
    z-index: 999;
}
.navigation-up
{
    width: 67%;
    margin: 0 auto;
}
.navigation-inner2
{
    width: 100%;
    height: 88px;
    position: relative;
    background-color: #fff;
}
.navmenu_main
{
    float: right;
    position: relative;
    width: 64%;
}
.menuxl_box01
{
    width: 730px;
    margin: 0 auto;
}
.menuxl_box02
{
    width: 550px;
    margin: 0 auto;
}
.menuxl_box03
{
    width: 500px;
    margin: 0 auto;
}
.menuxl_box04
{
    width: 540px;
    margin: 0 auto;
}
.menuxl_box05
{
    width: 565px;
    margin: 0 auto;
}/*********三级导航******//*********三级导航******//*******分页*******/
.page
{
    margin: 0 auto;
    margin-top: 50px;
    width: 385px;
}
.page a
{
    display: block;
    padding: 0 20px 0 20px;
    height: 30px;
    background: #fff;
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 30px;
    color: #333;
    border: 1px solid #e5e5e5;
    transition: all .6s linear;
    -webkit-transition: all .6s linear;
    -moz-transition: all .6s linear;
    -ms-transition: all .6s linear;
    -o-transition: all .6s linear;
}
.page .curone
{
    background: #ff6400;
    color: #fff;
    border: 1px solid #ff6400;
}
.page a:hover
{
    background: #ff6400;
    color: #fff;
    border: 1px solid #ff6400;
}/*******分页*******//*** maga ***/
.maga
{
    margin-top: 30px;
}
.maga_warp
{
    border: 1px solid #a9a9a9;
    min-height: 302px;
}
.maga_text
{
    padding: 10px 15px 10px 15px;
}
.maga_text h2
{
    font-size: 15px;
    font-weight: 600;
    margin: 0;
    padding: 10px 0;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.maga_text p
{
    line-height: 22px;
    color: #666;
    margin: 0;
    padding-bottom: 6px;
    max-height: 48px;
    overflow: hidden;
}
.maga_text a
{
    margin-top: 5px;
    display: block;
    color: #ff6400;
}
.maga_text a i
{
    margin-right: 8px;
}
.maga_warp:hover .maga_text a
{
    margin-left: 10px;
}
.maga_warp:hover .maga_text h2
{
    color: #ff6400;
    margin-left: -8px;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.maga_warp:hover .maga_img 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);
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.maga_img img
{
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -ms-transition: all .4s linear;
    -o-transition: all .4s linear;
}
.maga_img
{
    overflow: hidden;
    margin: 1px;
}
.show_main .col-lg-4
{
    padding-left: 0;
}/*** maga ***//***********show*****//*******公司活动*****//*******公司活动*****//********公司简介******//********公司简介******//******创始人********//******创始人********//******公司文化*******//*******公司文化*****/
.fuwy_sati_table table th
{
    padding: 10px 10px;
    color: #222;
    text-align: center;
    font-size: 14px;
}
.fuwy_sati_table table
{
    border: none;
    background: #fbfbfb;
}
.fuwy_sati_table tbody
{
    border: none;
}
.fuwy_sati_table
{
    margin-top: 20px;
}
.fuwy_sati_table table td
{
    padding: 10px 10px 5px;
    line-height: 1.6;
    font-size: 13px;
    color: #333;
}
.fuwy_sati_table table td label
{
    font-weight: normal;
    cursor: pointer;
    color: #666;
    font-size: 12px;
}
.fuwy_sati_table table td label input
{
    position: relative;
    top: 2px;
    margin-right: 5px;
}
.fuwu_sati_lis p
{
    width: 50%;
    float: left;
    font-size: 13px;
    padding: 5px 0;
    padding-left: 15px;
    position: relative;
}
.fuwu_sati_lis p input
{
    outline: none;
    border: none;
    padding: 2px 20px;
    font-size: 12px;
    width: 70%;
    margin-left: 17%;
    border-bottom: solid 1px #ccc;
}
.fuwu_sati_lis
{
    margin-top: 15px;
    padding: 0 0;
}
.fuwu_sati_main
{
    padding-top: 15px;
}
.fuwu_sati_lis p span
{
    line-height: 25px;
    position: absolute;
}
.fuwy_sati_table table td textarea
{
    width: 100%;
    border: none;
    resize: none;
    outline: none;
    padding: 0 10px;
    background: none;
}
.fuwy_sati_table table td p
{
    color: #333;
    padding: 5px 10px;
}
.fuwu_btn
{
    margin-top: 30px;
}
.fuwu_botton
{
    display: block;
    float: right;
    padding: 10px 50px;
    font-size: 13px;
    background: #ff6400;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #ff6400;
    box-shadow: 0 0 1px #03587f;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.fuwu_btn_btn
{
    display: block;
    float: right;
    padding: 10px 50px;
    font-size: 13px;
    background: #ff6400;
    color: #fff;
    border-radius: 4px;
    border: solid 1px #ff6400;
    box-shadow: 0 0 1px #03587f;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}
.fuwu_btn a:hover
{
    background: #fff;
    color: #ff6400;
}
.fuwu6_main
{
    margin-top: 40px;
}
.fuwu6_t h3
{
    font-size: 16px;
    color: #ff6400;
    margin-bottom: 5px;
}
.fuwu6_t p
{
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}
.fuwu6_t
{
    margin-bottom: 50px;
}
.map_point
{
    position: absolute;
    width: 58px;
    height: 23px;/* background-color: #004098; *//* opacity: 0.4; */
    cursor: pointer;
    text-indent: -99999px;
}
.map_point.map_point1
{
    left: 75.5%;
    top: 65%;
}
.map_point.map_point2
{
    left: 68.5%;
    top: 36%;
}
.map_point.map_point3
{
    left: 70%;
    top: 46.5%;
}
.map_point.map_point4
{
    left: 73.5%;
    top: 53%;
}
.map_point.map_point5
{
    left: 76.5%;
    top: 60%;
}
.map_point.map_point6
{
    left: 72.5%;
    top: 72.6%;
}
.map_point.map_point7
{
    left: 63%;
    top: 81%;
}
.map_point.map_point8
{
    left: 55.5%;
    top: 65%;
}
.map_point.map_point11
{
    left: 74%;
    top: 42%;
}
.map_point.map_point12
{
    left: 44.5%;
    top: 40%;
}
.map_point.map_point13
{
    left: 28%;
    top: 46.5%;
}
.map_point.map_point14
{
    left: 14.5%;
    top: 31%;
}
.map_point.map_point15
{
    left: 35.5%;
    top: 57%;
}/**honor**/
.honor_t_l
{
    width: 50%;
    float: left;
}
.honor_t_r
{
    width: 50%;
    float: left;
}
.honor_txt_ul li
{
    margin: 0;
    padding: 16px 0;
    position: relative;
    color: #fff;
}
.honor_txt_ul li:after
{
    content: "";
    position: absolute;
    width: 10px;
    height: 1px;
    background: #f1f1f1;
    bottom: 0;
}
.honor_txt_ul
{
    padding: 0 20px;
}
.honor_main
{
    margin-top: 40px;
}
.honor_t_r #marquee1
{
    width: 110%;
    height: 86%;
    top: 7%;
    position: relative;
}
.honor_t_r
{
    overflow: hidden;
    background: #ff6400;
    padding: 0 5px;
}
.honor_txt_ul li p span
{
    display: inline-block;
    margin-left: 10px;
    padding-left: 10px;
    border-left: solid 1px #fff;
}
.honor_txt_ul li p
{
    font-size: 12px;
}
.honor_img img
{
    width: 100%;
    border: solid 1px #a9a9a9;
}
.honor_img
{
    padding: 10px;
}
.honor_b_main
{
    padding: 0;
    margin: 0 -10px;
}
.honor_b
{
    margin-top: 20px;
}
.histogram-container
{
    position: relative;
    margin-left: 60px;
    margin-top: 10px;
    margin-bottom: 25px;
}
.histogram-bg-line
{
    border: #999 solid;
    border-width: 0 1px 1px 1px;
    border-right-color: #eee;
    overflow: hidden;
    width: 99%;
}
.histogram-bg-line ul
{
    overflow: hidden;
    border: #eee solid;
    border-width: 1px 0 0 0;
}
.histogram-bg-line li
{
    float: left;
    width: 20%;
    overflow: hidden;
}
.histogram-bg-line li div
{
    border-right: 1px #eee solid;
}
.histogram-content
{
    position: absolute;
    left: 0;
    top: 0;
    width: 99%;
    height: 100%;
}
.histogram-content ul
{
    height: 100%;
}
.histogram-content li
{
    float: left;
    height: 100%;
    width: 20%;
    text-align: center;
    position: relative;
}
.histogram-box
{
    position: relative;
    display: inline-block;
    height: 100%;
    width: 20px;
}
.histogram-content li a
{
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 20px;
}
.histogram-content li .name
{
    position: absolute;
    bottom: -20px;
    left: 0;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #666;
}
.histogram-y
{
    position: absolute;
    left: -60px;
    top: -10px;
    font: 12px/1.8 verdana,arial;
}
.histogram-y li
{
    text-align: right;
    width: 55px;
    padding-right: 5px;
    color: #333;
}
.histogram-bg-line li div, .histogram-y li
{
    height: 60px;
    color: #666;
}/**daili**/
.daili_img
{
    width: 40%;
    float: left;
}
.daili_img img
{
    width: 100%;
}
.daili_txt
{
    width: 60%;
    float: left;
    position: relative;
}
.daili_box .row
{
    margin-top: 30px;
}
.daili_txt_box
{
    position: relative;
    height: 100%;
    margin-left: 5px;
    border: solid 1px #ddd;
    padding: 9px;
    color: #444;
    letter-spacing: 1px;
}
.daili_txt_box h3
{
    font-size: 18px;
    margin: 5px 0 10px;
    color: #ff6400;
}
.daili_txt_box h4
{
    margin: 5px 0;
    font-size: 14px;
    color: #666;
    line-height: 1.6;
}
.daili_txt_box span
{
    letter-spacing: 0;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.social_main
{
    margin-top: 40px;
}
.social_sec1_txt h3
{
    font-size: 22px;
    text-align: center;
    margin: 20px 0;
    color: #1c98fc;
}
.social_sec1_txt h5
{
    font-size: 15px;
    text-align: left;
    padding-right: 10px;
    line-height: 24px;
    color: #666;
    text-align: justify;
}
.social_sec1_txt ul li
{
    position: relative;
    font-size: 13px;
    padding-left: 13px;
    line-height: 1.6;
    margin-bottom: 6px;
    color: #808080;
}
.social_sec1_txt ul li:before
{
    content: "♦";
    color: #333;
    position: absolute;
    left: 0;
}
.social_sec1_img
{
    padding-left: 15px;
}
.social_sec.social_sec2
{
    margin-top: 45px;
    padding-top: 25px;
    border-top: solid 1px #eee;
}
.social_sec2_t h5
{
    font-size: 12px;
    color: #999;
}
.social_sec2_t h4
{
    font-size: 16px;
    color: #333;
    line-height: 24px;
}/**优势**//**honor2**/
label.get_label
{
    margin: 0 15px;
    font-weight: normal;
    cursor: pointer;
}
label.get_label input
{
    margin: 0;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
textarea.gys_textarea.col_3
{
    margin: 5px 0;
    line-height: 1.4;
    margin-left: 2%;
    width: 96%;
    border: solid 1px #ddd;
    border-radius: 5px;
    outline: none;
    padding: 2px 10px;
    font-size: 14px;
    color: #666;
    resize: none;
}
.he8
{
    height: 80px;
}
h3.gys_tit2 span
{
    font-size: 14px;
    margin-left: 5px;
    color: #787878;
}/** job_boxs **/
.xinwenny h3.job
{
    color: #ff6400;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 10px 0;
}
.xinwenny h4.name
{
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    margin-top: 20px;
}
.ckgdzy
{
    height: auto;
    margin-top: 15px;
}
.djckgd
{
    width: 120px;
    height: 35px;
    background: #ff6400;
    text-align: center;
    float: left;
}
.djckgd a
{
    color: #fff;
    display: block;
}
.djckgd a:hover
{
    background: #000;
}
.djckgd1
{
    width: 120px;
    height: 35px;
    text-align: center;
    float: left;
    border: 1px solid #ff6400;
    margin-left: 10px;
}
.djckgd1 a
{
    color: #ff6400;
    display: block;
}
.djckgd1 a:hover
{
    background: #ff6400;
    color: #fff;
}/** job_boxs **/
