/**
 全屏滑动框架部分
 */

html, body {
    margin: 0;
    padding: 0;
    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    background: #fff;
}
#superContainer {
    height: 100%;
    position: relative;
    /* Touch detection for Windows 8 */
    -ms-touch-action: none;
    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative;
    /*background: url("../images/suoyi.png")no-repeat center;*/
    background: #F4F4F4;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;
}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}
#fp-nav li,
.fp-slidesNav li {
    display: block;
    width: 15px;
    height: 15px;
    margin: 7px auto;
    position:relative;
    color: #F6AD0E;
}
.fp-slidesNav li {
    display: inline-block;
}
#fp-nav li a,
.fp-slidesNav li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav li .active span,
.fp-slidesNav .active span {
    background: #076490;
}
#fp-nav span,
.fp-slidesNav span {
    top: 2px;
    left: 2px;
    width: 15px;
    height: 15px;
    border: 1px solid #076490;
    background: rgba(7, 99, 144, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
.fp-tooltip {
    position: absolute;
    top: -2px;
    font-size: 15px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
}
.fp-tooltip.right {
    right: 20px;
}
.fp-tooltip.left {
    left: 20px;
}


/*头部行业*/
.header{width: 950px;height: 100px;position: relative;}
.head_100{width: 950px;height: 22px;padding: 10px 0 0;}
.header_ce a{display: inline-block;padding: 0 10px 0;background: url("../images/up.png") no-repeat left;color: #999999;font-size: 16px;}
.header_ce a:first-child{background: none;}
.fixd{height: 120px;width: 100%;}
.pos_fixd{width: 100%;height: auto;background: #fff;position: absolute;top: 0;left: 0;z-index: 999;}
/*导航条*/
.nav_ul{width: 750px;margin-left: 400px;}
.nav_ul li{float: left;}
.nav_ul li a{display: block;padding: 15px 22px 15px;font-size: 16px;color: #111111;}
.nav_ul li a:hover{background: url("../images/hen.png") no-repeat bottom center;text-decoration: none;color: #0876BB;}
.nav_ul li a.cur{background: url("../images/hen.png") no-repeat bottom center;text-decoration: none;color: #0876BB;}
/*logo*/
.div_logo{width: 140px;height: 44px;position: absolute;top: 25px;left: 0;}
.div_logo>img{display: block;width: 140px;height: 44px;margin: 0 auto 0;}
.div_logo>strong{display: none;}
.img_main{position: absolute;left: 0;top: 0;}
.img_main .main_pc{position: absolute;bottom: 0;left: 0;}
.img_main .main_pc,.img_main .main_pc img{width: 100%;display: block;}
.img_main .main_ph{	
	display: none;
   }
.encoded{height: 153px;display: table-cell;vertical-align:middle;}
.def_img{background: url("../images/img_main_2.jpg") no-repeat center;background-size: 100% 100%;width: 100%;height: 100%;display: table;}
.encoded>em{display: block;padding: 7px 0 7px;}
.encoded>em{font-size: 30px;text-align: center;color: #fff;font-weight: 800;}
.encoded>em a{display: block;padding: 7px 25px 7px;background: #8fbe16;color: #fff;font-size: 22px;width: 120px;margin: 25px auto 0;border-radius: 6px;font-weight: 200;}
.encoded>em a:hover{text-decoration: none;background: rgba(185,77,82,.8);}
/*主干部分*/
.tow_box{width: 950px;height: auto;/*margin-top: 45px;*/background: #fff;}
.tow_left{width: 320px;height: auto;}
.tow_right{width: 600px;height: auto;position: relative;}
.tow_right>img{display: block;height: auto;}
/*margin: 0 auto 0;max-width: 600px;*/
.tow_left_ul>li h3{font-size: 18px;font-weight: bold;}
.tow_left_ul>li em{display: block;font-size: 14px;color: #111;padding: 35px 0 35px;line-height: 180%;font-weight: 600;}
.gengduo{display: block;padding: 10px 25px 10px;font-size: 16px;width: 100px;text-align: center;border: 1px solid #076490;color: #076490;}
.gengduo:hover{text-decoration: none;background: #076490;color: #fff;border: 1px solid #076490;}
.tow_right_ul{background: url("../images/right_jian.png") no-repeat center;background-size: 100%;}
.tow_right_ul>li{float: left;width: 185px;padding: 15px 7px 15px;}
.tow_right_ul>li a,.tow_right_ul li em{display: block;font-size: 14px;}
.tow_right_ul li em i{font-size: 34px;display: inline-block;padding-right: 10px;}
.tow_right_ul>li a{line-height: 150%;height: 63px;overflow: hidden;color: #076490;font-size: 14px;}
.tow_right_ul li em{border-bottom: 1px solid #111;}
.tow_right_ul>li:nth-child(4){margin-left: 135px;}
.text_box_1_h3{font-size: 20px;width: 950px;font-weight: bold;padding: 0 0 35px;}
.axiba{width: 950px;margin: 0 auto 0;}
.axiba>li{float: left;padding: 0 37px 0;width: 230px;}
.axiba>li em,.axiba>li i{display: block;}
.axiba>li h4{width: 100%;height: 230px;text-indent: -9999px;}
.axiba>li em{font-size: 20px;color: #1F5880;text-align: center;padding: 10px 0 10px;font-weight: bold;}
.axiba>li i{font-size: 14px;color: #656565;line-height: 180%;}
.axiba>li.cur{width: 265px;}
.xd1{background: url("../images/xd.png") no-repeat center;background-size: 230px 230px;}
.xd2{background: url("../images/xd1.png") no-repeat center;background-size: 230px 230px;}
.xd3{background: url("../images/xd2.png") no-repeat center;background-size: 230px 230px;}
.axib{width: 950px;}
.mt150{margin-top: 10px;}
.xibala{background: #F4F4F4;margin-top: 50px;}
/*底部*/
.footer{border-top: 1px solid #999;height: 58px;width: 100%;position: absolute;bottom: 0;left: 0;background: #fff;}
.footer>em{display: block;color: #111111;font-size: 14px;padding: 5px 0 2px;width: 1200px;text-align: right;margin: 0 auto 0;}
/*.footer>em:first-child{margin-top: 20px;}*/
/*new*/
.dna_ul{padding-top: 30px;width: 835px;display: block;margin: 0 auto 0;height: 70px;}
.dna_ul>li{float: left;width: 191px;height: 70px;padding: 0 8px 0 9px;background: url("../images/li_bg1.png") no-repeat center;color: #fff;overflow: hidden;background-size: 100% 100%;}
.dna_ul>li:hover{opacity: .8;}
.dna_ul>li:nth-child(even){background: url("../images/li_bg2.png") no-repeat center;background-size: 100% 100%;}
.dna_ul>li em{display: block;padding: 3px 5px 0;font-size: 12px;}
.dna_ul>li .o_i{
	display: inline;
}
.bg_new{background: url("../images/jishu_bg.png") no-repeat center top;height: 130px;width: 100%;}
.tow_left1{width: 450px;height: auto;padding: 0 12px 0;}
.bianma{font-size: 20px;font-weight: bold;margin-bottom: 35px;}
.bianma>em{display: block;padding: 10px 15px 10px;background: #076390;color: #fff;border-bottom-left-radius: 15px;border-top-right-radius: 35px;}
.dna_zhil>li{padding: 10px 0 10px;}
.dna_zhil>li img{display: block;margin: 0 auto 0;max-width: 450px;height: auto;}
.dna_zhil>li em,.dna_zhil>li span{display: block;}
.dna_zhil>li em{width: 40px;height: 40px;text-align: center;line-height: 45px;background: #1F7BB6;color: #fff;font-size: 26px;}
.dna_zhil>li span i,.dna_zhil>li span b{display: block;padding: 3px 0 3px;}
.dna_zhil>li .tiu{padding-left: 15px;}
.dna_zhil>li span i{font-size: 18px;color: #076390;line-height: 30px;}
.dna_zhil>li span b{font-size: 18px;color: #5BB3DE;}
.dna_zhil>li p{font-size: 12px;color: #111111;}
.liuyanban{font-size: 30px;color: #076390;text-align: center;padding: 10px 0 10px;background: url("../images/heng.png") no-repeat center bottom;font-weight: bold;}
.liu{width: 505px;height: 320px;background: url("../images/liu.png") no-repeat center top;padding-top: 10px;}
.liu_tab{width: 420px;height: auto;margin: 0 auto 0;}
.liu_tab tbody tr td{padding: 10px 0 10px;}
.liu_tab tbody tr td input{outline: none;border: 1px solid #DBDBDB;border-radius: 3px;padding: 7px 10px 7px;width: 130px;}
.liu_tab tbody tr td{font-size: 16px;color: #111111;}
.text_atarea_box{outline: none;border: 1px solid #DBDBDB;padding: 7px 10px 7px;resize: none;width: 344px;height: 80px;border-radius: 3px;}
.img_main{position: relative;}
.tel_box{width: 415px;height: auto;position: absolute;left: 7%;bottom: 60px;line-height: 150%;overflow: hidden;}
.tel_box>p{font-size: 14px;}
.tel_box>h3{font-size: 16px;font-weight: bold;}
.new_yao{padding: 50px 0 40px;font-weight: bold;font-size: 24px;width: 950px;margin: 0 auto 0;}
.new_yao_ul>li{float: left;width: 250px;padding: 65px 28px 0;}
.new_yao_ul>li h3{font-size: 18px;font-weight: bold;text-align: center;padding: 10px 0 10px;}
.new_yao_ul>li em{display: block;font-size: 14px;color: #111111;line-height:142%;}
.new_yao_ul>li:nth-child(1){background: url("../images/new_guan1.png") no-repeat top center;}
.new_yao_ul>li:nth-child(2){background: url("../images/new_guan2.png") no-repeat top center;}
.new_yao_ul>li:nth-child(3){background: url("../images/new_guan3.png") no-repeat top center;}
.zuqun{background: #F9F9F9;color: #6C6C6C;font-size: 14px;padding: 10px;line-height: 180%;clear: both;height: 42px;overflow: hidden;}
.zhongyong{padding: 30px 0 30px;}
.zhongyong>li{float: left;padding: 55px 5px 0;font-size: 12px;}
.zhongliu1{display: inline-block;width: 65px;text-align: center;font-size: 14px;background: url("../images/zhong1.png") no-repeat center top;}
.zhongliu2{display: inline-block;width: 72px;text-align: center;font-size: 14px;background: url("../images/zhong2.png") no-repeat center top;}
.zhongliu3{display: inline-block;width: 66px;text-align: center;font-size: 14px;background: url("../images/zhong3.png") no-repeat center top;}
.zhongliu4{display: inline-block;width: 65px;text-align: center;font-size: 14px;background: url("../images/zhong4.png") no-repeat center top;}
.zhongliu5{display: inline-block;width: 65px;text-align: center;font-size: 14px;background: url("../images/zhong5.png") no-repeat 8px 10px;}
.zhongliu1:hover{background: url("../images/fanx.png") no-repeat center top;}
.zhongliu2:hover{background: url("../images/fanx1.png") no-repeat center top;}
.zhongliu3:hover{background: url("../images/fanx2.png") no-repeat center top;}
.zhongliu4:hover{background: url("../images/fanx3.png") no-repeat center top;}
.zhongliu5:hover{background: url("../images/fanx4.png") no-repeat 8px 10px;}
.head_bg{width: 100%;height: 80px;/*background: url("../images/jishu_bg.png") no-repeat center;background-size: 100% 100%;*/}
.pos_fixd1{width: 100%;height: 100px;background: #fff;}
.head_biaoti{width: 950px;height: 70px;overflow: hidden;font-size: 14px;}
.liuyanban1{font-size: 30px;color: #076390;text-align: center;padding: 0 0 10px;background: url("../images/heng.png") no-repeat center bottom;font-weight: bold;width: 180px;}
.news_list{width: 950px;height: auto;}
.news_a,.news_a>img{display: block;width: 300px;height: 165px;}
.news_a>img:hover{opacity: .8;}
.news_r{width: 950px;}
.news_r>a{display: block;}
.news_r>a h3{font-size: 18px;margin: 0 0 10px;font-weight: bold;height: 25px;overflow: hidden;}
.news_r>a:hover{text-decoration: none;}
.news_r>a h3:hover{color: #076390;}
.news_r>em{display: block;line-height: 180%;margin: 0 0 25px;font-size: 16px;height: 53px;overflow: hidden;}
.news_r>span{display: block;height: 42px;}
.list_but{display: block;padding: 10px 25px 10px;background: #076390;color: #fff;font-size: 16px;}
.list_but:hover{text-decoration: none;background: #1F7BB6;}
.news_r>span i{display: block;line-height: 42px;}
.news_ul>li{padding: 20px 0 10px;}
.news_ul>li{border-bottom: 1px dashed #076390;}
.news_ul>li:first-child{background: url("../images/border_bot.png") repeat-x bottom;border-bottom: none;padding: 20px 0 20px;}
.list_time{width: 95px;height: 95px;border: 1px solid #DBDBDB;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;}
    
    
.list_time>em,.list_time>span{display: block;text-align: center;height: 40px;line-height: 40px;width: 90px;}
.list_time>img{  width: 95px;height: 95px;}
.list_time>em i{font-size: 30px;color: #111111;}
.list_time>span{border: 1px solid #076390;color: #fff;background: #076390;border-bottom-left-radius: 3px;border-bottom-right-radius: 3px;font-size: 20px;}
.list_text{width: 830px;height: auto;}
.list_text>a,.list_text a h3{font-size: 16px;}
.list_text a h3{margin-bottom: 5px;font-weight: bold;height: 50px;line-height: 25px;
overflow:hidden;
text-overflow:ellipsis;
white-space:nowrap;
}
.list_text a h3:hover{color: #076390;}
.list_text a:hover{text-decoration: none;}
.list_text>em{display: block;line-height: 180%;font-size: 14px;height: 50px;overflow: hidden;}
.list_text > a.list_but1{display: block;color: #111111;font-size: 14px;margin-top: 10px;}
.list_text > a.list_but1:hover{text-decoration: none;color: #076390;}
/*分页*/
.next_big{width: 580px;height: 43px;}
.next_big_ul>li{float: left;padding: 0 5px 0;}
.next_big_ul>li a{display: block;padding: 10px 15px 10px;border: 1px solid #076390;color: #076390;border-radius: 4px;}
.next_big_ul>li a:hover{text-decoration: none;}
.next_big_ul>li a.cur{border: 1px solid #076390;color: #fff;background: #076390;}

.dna_zhil>li:nth-child(2){height: 265px;}

.next_big_ul>div span,.next_big>div a{display: block;padding: 10px 15px 10px;border: 1px solid #BBBBBB;color: #BBBBBB;float: left;margin-left: 5px;}
.next_big_ul>div a:hover{text-decoration: none;}
.next_big_ul>div .current{
    background: #F7AD0E;
    color: #fff;
    border: 1px solid #F7AD0E;
   padding: 10px 15px 10px;
    margin-left: 15px;
}
.next_big_ul>div .num{background: #0876BB;color: #fff;border: 1px solid #0876BB;padding: 10px 15px 10px;margin-left: 15px;}
.next_big_ul>div .prev{
    position: absolute;
    left: -20px;
    top: 1px;
}
.next_big_ul>div .next{
    /*display: block;*/
    /*margin-left: 580px;*/
    /*margin-top: -20px;*/
    display: block;
    position: absolute;
   /* right: 182px;*/
  right: 0;
  top: 1px;
  margin-bottom: 0;
    /* margin-left: 580px; */
   /* margin-top: -20px;*/
}

/*new_footer*/
.footer1{border-top: 1px solid #999;height: 80px;width: 100%;background: #fff;}
.footer_box_ul>li{padding: 15px 0 0;}
.footer_box_ul>li em{display: block;color: #111111;font-size: 14px;width: 950px;text-align: right;margin: 0 auto 0;}
.footer_box_ul>li a{cursor: pointer;display: block;padding: 5px 0 5px;color: #111111;font-size: 14px;}
.footer_box{width: 950px;}
/*新闻详情*/
.text_h3{padding: 60px 0 10px;font-size: 24px;text-align: center;color: #111111;}
.text_h3_em{text-align: center;display: block;padding: 7px 0 20px;border-bottom: 1px dashed #DBDBDB;}
.text_mi{padding: 40px 0 50px;line-height: 180%;text-indent: 2em;}

.text_img{display: block;padding: 10px 15px 0 0;}
/*招聘*/
.head_biaoti{width: 950px;height: 80px;overflow: hidden;}
.liuyanban1{font-size: 30px;color: #076390;text-align: center;padding: 10px 0 10px;background: url("../images/heng.png") no-repeat center bottom;font-weight: bold;width: 180px;}
.zhaop_bg{width: 100%;height: 100px;margin-top: 15px;}
.zhaop{width: 950px;height: 200px;overflow: hidden;/*background: url("../images/bg_zhao.png") no-repeat center;*/background-size: 100% 100%;}
.zhaop1{font-size: 30px;color: #076390;text-align: center;padding: 10px 0 10px;background: url("../images/heng.png") no-repeat center bottom;font-weight: bold;width: 180px;}
.zhao_ul{height: 50px;width: 950px;margin: 0 auto 0;}
.zhao_ul>li{float: left;width: 314px;border-left: 1px solid #1F83B2;background: #076490;}
.zhao_ul>li:first-child{border-left: none;}
.zhao_ul>li a{display: block;line-height: 50px;text-align: center;color: #fff;font-size: 18px;}
.zhao_ul>li a:hover{text-decoration: none;background: #8fbe16;cursor: pointer;}
.zhao_ul>li a.cur{background: #8fbe16;}
.news_list_new{width: 868px;height: auto;padding: 10px 40px 10px;border: 1px solid #DBDBDB;background: #fff;}
.list_bg{width: 180px;height: 40px;background: url("../images/list_bg.png") no-repeat center;padding: 26px 30px 5px;line-height: 35px;text-align: center;font-size: 18px;font-weight: bold;}
.list_bg2{
	width: 180px;
	height: 40px;
	background: url("../images/list_bg.png") no-repeat center;
    background-size: auto 120px;	
}
.list_div{border-top: 1px solid #076490;padding: 1px 0 1px;}
.list_div>em{display: block;line-height: 180%;font-size: 14px;color: #656565;}
.list_ul{width: 790px;margin: 0 auto 0;}
.list_ul>li{float: left;;padding: 10px 0 10px;width: 33.33%;}
.list_ul>li img,.list_ul>li em{display: block;text-align: center;}
.list_ul>li img{margin: 0 auto 0;width: 100px;height: 100px;}
.list_ul>li em{padding: 15px 0 15px;}
.list_em,.list_em i{display: block;text-align: center;}
.list_em i{padding: 5px 0 5px;font-size: 14px;color: #111111;font-weight: bold;}
.new_linst>li{padding: 20px 40px 20px;}
.new_linst>li img{display: block;width: 165px;height: 165px;}
.jileishu{width: 635px;}
.jileishu h3{font-size: 18px;color: #8fbe16;padding-bottom: 15px;}
.jileishu em{display: block;line-height: 180%;font-size: 14px;color: #656565;font-family: "font-siyuan";}

.mmb_box{width: 350px;padding: 25px 0 25px;}

/*招聘1*/
.recruit1{height: auto;width: 950px;}
.recruit_tab{width: 950px;border-top: 1px solid #DBDBDB;border-left: 1px solid #DBDBDB;border-right: 1px solid #DBDBDB;margin: 0 auto 0;background: #fff;}



#mmb2,#mmb3,#mmb4,#mmb5,#mmb6,#mmb7,#mmb8,#mmb9,#mmb10,#mmb11,#mmb12,#mmb13,#mmb14,#mmb15,#mmb16,#mmb17,#mmb18,#mmb19,#mmb20,#mmb21{display: none;}


.recruit_tab>tbody tr td{padding: 10px 60px 10px;border-top: 1px solid #DBDBDB;}
.recruit_tab>tbody tr th{font-size: 16px;color: #111;font-weight: 500;height: 30px;line-height: 30px;/*border-bottom: 1px solid #DBDBDB;*/}
.recruit_tab>tbody tr th:nth-child(1){text-align: left;padding: 10px 60px 10px;}
.recruit_tab>tbody tr th:nth-child(2){text-align: center;padding: 10px 0 10px;}
.recruit_tab>tbody tr th:nth-child(3){padding: 10px 0 10px;}
.list_em .devel{
	text-decoration: none;
}

.recruit_tab>tbody tr th {background: url("../images/bottom.png") no-repeat 900px 21px;cursor: pointer;}
.recruit_tab>tbody tr th.cur{background: url("../images/top.png") no-repeat 900px 21px;}
/*#down1{outline: none;border: none;width: 50px;height: 28px;text-indent: -9999px;cursor: pointer;}*/
.rec_ol{width: 950px;height: 50px;background: #fff;display: none;overflow: hidden;margin: 0 auto 0;}
.rec_ol>li{float: left;width: 20%;text-align: center;line-height: 50px;cursor: pointer;font-size: 20px;font-weight: bold;}
.rec_ol>li.cur{color: #8fbe16;}
#sheng2,#sheng3,#sheng4,#sheng5,#sheng6{display: none;}
#hideAndshow2,#hideAndshow3,#hideAndshow4{display: none;}
.huan{display: block;max-width: 850px;height: auto;margin: 40px auto 0;}
.huodong1{width: 865px;margin: 0 auto 0;}
.huodong1>li{float: left;width: 432px;height: 147px;background: #8CA4A4;}
.huodong1>li em,.huodong1>li img{display: block;width: 216px;height: 147px;float: left;}
.huodong1>li em i,.huodong1>li em span{display: block;color: #fff;}
.huodong1>li em i{padding: 7px 0 7px;text-align: center;font-size: 16px;font-weight: bold;}
.huodong1>li em span{display: block;font-size: 14px;padding: 0 16px 0;line-height: 154%;height: 105px;overflow: hidden;}
.huodong1>li:nth-child(even){background: #5A9BD5;}
.huodong1>li.cur{background: #8fbe16;}
.yen_big{width: 870px;height: 300px;}
.yen_bg{padding: 15px;background: #076390;width: 340px;height: 230px;}
.yen_bg>h3{display: block;padding: 15px 30px 15px;color: #fff;font-size: 18px;border: 2px solid #fff;border-bottom: none;font-weight: bold;}
.yen_bg>ul{border: 2px solid #fff;height: 175px;overflow: hidden;}
.yen_bg>ul li{color: #fff;padding: 7px 10px 7px 30px;background: url("../images/quan.png") no-repeat 15px 15px;font-size: 14px;}
.yen_bg1{padding: 15px;background: #8CA4A4;width: 340px;height: 230px;}
.yen_bg1>h3{display: block;padding: 15px 30px 15px;color: #fff;font-size: 18px;border: 2px solid #fff;border-bottom: none;font-weight: bold;}
.yen_bg1>ul{border: 2px solid #fff;height: 175px;overflow: hidden;}
.yen_bg1>ul li{color: #fff;padding: 5px 10px 5px 30px;background: url("../images/quan.png") no-repeat 15px 12px;font-size: 14px;}
/*培训*/
.Train{padding: 30px 0 15px;font-size: 22px;color: #076390;font-weight: bold;text-align: center;}
.content_body>img{display: block;margin: 0 auto 0;max-width: 800px;}
.content_body>em i{display: block;padding: 10px 0 10px;font-size: 14px;text-align: center;}
.Train_bg_big{width: 100%;height: auto;position: relative;}
.Train_bg_big>img{display: block;width: 100%;height: 100%;}
.train_div{width: 325px;height: 460px;position: absolute;right: 20%;top: 14.5%;}
.train_div_ul>li a{display: block;width: 120px;height: 138px;background: url("../images/ling_bg1.png") no-repeat center;color: #4F4B43;font-size: 26px;text-align: center;line-height: 138px;}
.train_div_ul>li a:hover{background: url("../images/ling_bg.png") no-repeat center;color: #fff;text-decoration: none;background-size: 100% 100%;}
.liu_tab tbody tr td input.tijao{outline: none;border: none;padding: 5px 40px 5px;background: #076390;color: #fff;border-radius: 5px;font-size: 16px;display: block;margin: 0 auto 0;cursor: pointer;}
.tow_left_ul_new>li h3{font-size: 20px;font-weight: bold;}
.tow_left_ul_new>li em{display: block;font-size: 14px;padding: 20px 0 20px;line-height: 180%;}
/*9-14修改*/
.ppi_ul>li.ml18{margin-left: 18px;}
.ppi_em{display: block;padding: 10px;width: 370px;margin: 10px auto 0;background: #EFEFEF;color: #F6AD0E;text-align: center;}
.ppi_ul{width: 600px;height: 220px;position: absolute;top: 0;left: 0;}
.ppi_ul>li{float: left;width: 26px;height: 220px;/*border-left: 1px solid transparent;*/text-indent: -9999px;margin-left: 1px;}
.ppi_ul>li:first-child{/*border-left: none;*/margin-left: 0;}
.ppi_ul>li:nth-child(1):hover{background: url("../images/kaka2.png") no-repeat -0 -0;}
.ppi_ul>li:nth-child(2):hover{background: url("../images/kaka2.png") no-repeat -27px -0;}
.ppi_ul>li:nth-child(3):hover{background: url("../images/kaka2.png") no-repeat -55px -0;}
.ppi_ul>li:nth-child(4):hover{background: url("../images/kaka2.png") no-repeat -82px -0;}
.ppi_ul>li:nth-child(5):hover{background: url("../images/kaka2.png") no-repeat -109px -0;}
.ppi_ul>li:nth-child(6):hover{background: url("../images/kaka2.png") no-repeat -136px -0;}
.ppi_ul>li:nth-child(7):hover{background: url("../images/kaka2.png") no-repeat -163px -0;}
.ppi_ul>li:nth-child(8):hover{background: url("../images/kaka2.png") no-repeat -190px -0;}
.ppi_ul>li:nth-child(9):hover{background: url("../images/kaka2.png") no-repeat -217px -0;}
.ppi_ul>li:nth-child(10):hover{background: url("../images/kaka2.png") no-repeat -244px -0;}
.ppi_ul>li:nth-child(11):hover{background: url("../images/kaka2.png") no-repeat -287px -0;}
.ppi_ul>li:nth-child(12):hover{background: url("../images/kaka2.png") no-repeat -314px -0;}
.ppi_ul>li:nth-child(13):hover{background: url("../images/kaka2.png") no-repeat -341px -0;}
.ppi_ul>li:nth-child(14):hover{background: url("../images/kaka2.png") no-repeat -368px -0;}
.ppi_ul>li:nth-child(15):hover{background: url("../images/kaka2.png") no-repeat -395px -0;}
.ppi_ul>li:nth-child(16):hover{background: url("../images/kaka2.png") no-repeat -422px -0;}

.ppi_ul>li:nth-child(17):hover{background: url("../images/kaka2.png") no-repeat -466px -0;}
.ppi_ul>li:nth-child(18):hover{background: url("../images/kaka2.png") no-repeat -493px -0;}
.ppi_ul>li:nth-child(19):hover{background: url("../images/kaka2.png") no-repeat -520px -0;}
.ppi_ul>li:nth-child(20):hover{background: url("../images/kaka2.png") no-repeat -547px -0;}
.ppi_ul>li:nth-child(21):hover{background: url("../images/kaka2.png") no-repeat -574px -0;}
.ang{position: absolute;top: 0;left: 4px;width: 390px;height: 231px;margin-left: 110px;}
.ang>li{float: left;width: 27px;height: 231px;border-right: 5px solid transparent;text-indent: -9999px;}
.ang>li:last-child{border: none;}
.ml18{margin-left: 18px;}
.ml14{margin-left: 14px;}
.ang>li:nth-child(1):hover{background: url("../images/show_new.png") no-repeat -114px 0;}
.ang>li:nth-child(2):hover{background: url("../images/show_new.png") no-repeat -146px 0;}
.ang>li:nth-child(3):hover{background: url("../images/show_new.png") no-repeat -178px 0;}
.ang>li:nth-child(4):hover{background: url("../images/show_new.png") no-repeat -210px 0;}
.ang>li:nth-child(5):hover{background: url("../images/show_new.png") no-repeat -254px 0;}
.ang>li:nth-child(6):hover{background: url("../images/show_new.png") no-repeat -286px 0;}
.ang>li:nth-child(7):hover{background: url("../images/show_new.png") no-repeat -318px 0;}
.ang>li:nth-child(8):hover{background: url("../images/show_new.png") no-repeat -350px 0;}
.ang>li:nth-child(9):hover{background: url("../images/show_new.png") no-repeat -404px 0;}
.ang>li:nth-child(10):hover{background: url("../images/show_new.png") no-repeat -437px 0;}
.ang>li:nth-child(11):hover{background: url("../images/show_new.png") no-repeat -470px 0;}
/*.ang>li:last-child{width: 30px;}*/
.ang>li:nth-child(9){margin-left: 0px;}
.ang>li:last-child{width: 38px;margin-left: 12px;}
/*.qiling{width: 117px;position: absolute;right: 0px;top: 0px;}*/
.qiling {
    width: 117px;
    position: absolute;
    height: 226px;
    right: 9px;
    top: 4px;
}
.qiling>dd{display: block;width: 117px;height: 32px;border-bottom: 1px solid transparent;text-indent: -9999px;}
.qiling>dd:first-child{height: 30px;}
.qiling>dd:nth-child(2){height: 31px;}
/*.qiling>dd:nth-child(1):hover{background: url("../images/show2.png") no-repeat -504px 0;}*/
/*.qiling>dd:nth-child(2):hover{background: url("../images/show2.png") no-repeat -504px -42px;}*/
/*.qiling>dd:nth-child(3):hover{background: url("../images/show2.png") no-repeat -504px -84px;}*/
/*.qiling>dd:nth-child(4):hover{background: url("../images/show2.png") no-repeat -504px -126px;}*/
/*.qiling>dd:nth-child(5):hover{background: url("../images/show2.png") no-repeat -504px -168px;}*/
/*.qiling>dd:nth-child(6):hover{background: url("../images/show2.png") no-repeat -504px -210px;}*/
.kakal1{width: 510px;height: 230px;position: absolute;top: 0;left: 30px;}
.kakal1>li{float: left;width: 27px;margin-right: 4px;height: 230px;text-indent: -9999px;}
.aktion1:hover{background: url("../images/tdo2-x.png") no-repeat -30px -0px;}
.aktion2:hover{background: url("../images/tdo2-x.png") no-repeat -61px -0px;}
.aktion3:hover{background: url("../images/tdo2-x.png") no-repeat -92px -0px;}
.aktion4:hover{background: url("../images/tdo2-x.png") no-repeat -123px -0px;}
.aktion5:hover{background: url("../images/tdo2-x.png") no-repeat -154px -0px;}
.aktion6:hover{background: url("../images/tdo2-x.png") no-repeat -185px -0px;}
.aktion7:hover{background: url("../images/tdo2-x.png") no-repeat -216px -0px;}
.aktion8:hover{background: url("../images/tdo2-x.png") no-repeat -247px -0px;}
.aktion9:hover{background: url("../images/tdo2-x.png") no-repeat -278px -0px;}
.aktion10:hover{background: url("../images/tdo2-x.png") no-repeat -309px -0px;}
.aktion11:hover{background: url("../images/tdo2-x.png") no-repeat -340px -0px;}
.aktion12:hover{background: url("../images/tdo2-x.png") no-repeat -371px -0px;}
.aktion13:hover{background: url("../images/tdo2-x.png") no-repeat -402px -0px;}
/*.aktion14:hover{background: url("../images/tdo2-x.png") no-repeat -403px -0px;}*/
/*.aktion15:hover{background: url("../images/tdo2-x.png") no-repeat -434px -0px;}*/
/*.aktion16:hover{background: url("../images/tdo2-x.png") no-repeat -448px -0px;}*/
.toson{width: 90px;position: absolute;right:62px;top: 2px;height: 225px;}
.toson>dd{display: block;width: 118px;height: 31px;border-bottom: 1px solid transparent;text-indent: -9999px;}
.toson>dd:first-child{height: 30px;}
.toson>dd:last-child{border-bottom: none;}
/*.AdnShow1:hover{background: url("../images/tdo2-x.png") no-repeat -675px -1px;}*/
/*.AdnShow2:hover{background: url("../images/tdo2-x.png") no-repeat -675px -43px;}*/
/*.AdnShow3:hover{background: url("../images/tdo2-x.png") no-repeat -675px -84px;}*/
/*.AdnShow4:hover{background: url("../images/tdo2-x.png") no-repeat -675px -126px;}*/
/*.AdnShow5:hover{background: url("../images/tdo2-x.png") no-repeat -675px -168px;}*/
/*.AdnShow6:hover{background: url("../images/tdo2-x.png") no-repeat -675px -210px;}*/

/*.AdnShow7{background: url("../images/tdo2-x.png") no-repeat -448px -193px;}*/

#ill7r-3,#ill7r-4,#ill7r-5,#ill7r-6,#ill7r-7,#ill7r-8,#ill7r-9,#ill7r-10,#ill7r-11,#ill7r-12,#ill7r-13,#ill7r-14,#ill7r-15,#ill7r-16{display: none;}
#kayun2,#kayun3,#kayun4,#kayun5,#kayun6,#kayun7,#kayun8,#kayun9,#kayun10,#kayun11{display: none;}
.come_top{width: 50px;height: 50px;background: url("../images/top2.png") no-repeat center;position: fixed;bottom: 15%;right: 10px;text-indent: -9999px;cursor: pointer;}
.come_top:hover{background: url("../images/top1.png") no-repeat center;}
.huodong1>li:last-child{background: red;}
.more_box{display: block;width: 120px;text-align: center;font-size: 18px;color: #F6AD0F;padding-bottom: 30px;background: url("../images/more1.png") no-repeat bottom center;position: absolute;bottom: 55px;left: 47%;}
.more_box:hover{text-decoration: none;}
.liyuan>dd{display: block;padding: 8px 0 8px;}
.liyuan>dd img{display: block;margin: 0 auto 0;max-width: 850px;height: auto;}
.liyuan>dd i{display: block;font-size: 12px;width: 835px;margin: 0 auto 0;}
.liyuan>dd .xian2{
	border-bottom: 1px solid #076490;padding-bottom: 35px;
}
/*.liyuan>dd div{border-bottom: 1px solid #076490;padding-bottom: 35px;}*/
/*.index_bg{background: url("../images/index_bg.png") no-repeat left;padding: 54px 0 7px;width: 190px;text-align: center;font-size: 18px;font-weight: bold;color: #fff;height: 25px;}*/

.in_bg{
	width: 190px;
	display: block;
	margin: 0;
}
.di_yi,.di_er,.di_san,.di_si,.di_wu{
	position: relative;
}
.index_bg{
    position: absolute;
    display: block;
    width: 190px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    left: 0;
    top: 0;
    padding-top: 50px;	
}

.heiran{padding-bottom: 25px;width: 950px;}
.fuck_you{border: 1px solid #076390;padding: 15px;height: 205px;}
.fenleishiyingz>em{display: inline-block;font-size: 14px;color: #999;}
.fenleishiyingz>em:nth-child(1){width: 245px;height: 20px;text-align: center;}
.fenleishiyingz>em:nth-child(2){width: 150px;height: 20px;text-align: center;margin-left: 25px;}
.fenleishiyingz>em:nth-child(3){width: 135px;height: 20px;text-align: center;margin-left: 25px;}

/*研发合作*/
.banner_box{width: 100%;height: 300px;background-size: 100% 300px;}
.list_shoufengqing{width: 950px;height: auto;}
.click_h3{height: 80px;width: 950px;background: #F4F4F4; border-radius:40px;cursor: pointer; }
.click_h3>em{display: block;line-height:80px;height: 80px;font-size: 18px;font-weight: bold;width: 875px;text-align: center;}
.click_h3>i{display: block;width: 75px;height: 80px;background: url("../images/bottom.png") no-repeat left;text-indent: -9999px;}
.click_h3>i.cur{background: url("../images/top.png") no-repeat left;}
.list_shoufengqing h4{
    width: 950px;
    height:50px;
    font-size:21px ;
  line-height: 50px;
   font-weight:bold ;
    color: #277acd;
    margin:0px auto;
    text-align: left;


}
.tel_info h4{
    width: 950px;
    height: 50px;
    font-size:21px ;
    line-height: 50px;
    font-weight:bold ;
    color: #277acd;
    margin:0 auto;
    text-align: left;

}
.sobo{width: 950px;height: auto;padding: 0 0 35px;}
.sobo_ul{padding: 35px 0 0;line-height: 180%;}
.sobo_ul>li{padding: 5px 20px 5px;background: url("../images/shidi.png") no-repeat left;font-size: 14px;color: #111111;}
.sodo_dl>dd{display: block;width: 127px;height: 60px;padding: 0 15px 0;float: left;background: url("../images/li_bg1.png") no-repeat center;background-size: 100% 100%;}
.sodo_dl{padding: 35px 0 0;}
.sodo_dl>dd:nth-child(even){background: url("../images/li_bg2.png") no-repeat center;background-size: 100% 100%;}
.sodo_dl>dd em{display: block;margin: 10px 0 10px;color: #fff;font-size: 14px;height: 40px;overflow: hidden;}
#lot1,#lot2,#lot3,#lot4,#lot5,#lot6{display: none;}
.list_shoufengqing>h3{margin: 0 0 15px;}
.tel_info{width: 950px;height: auto;}
.info_style{display: block;padding: 15px 0 15px;border-bottom: 1px solid #076490;font-size: 20px;color: #111111;font-weight: 600;}
.tel_info>em{display: block;padding: 5px 0 5px;font-size: 14px;}
.hangqi>li{float: left;
    width: 180px;
    height: 100px;
    border: 1px solid #efefef;
    margin: 20px 27px 0;

}
/*.hangqi:nth-child(2){*/
    /*background-color: red;*/
/*}*/




.rollBox{width:950px;overflow:hidden;margin:0 auto;position: relative;}
.rollBox .Cont{width:900px;overflow:hidden;margin:0 auto;padding-top:20px;}
.rollBox .ScrCont{width:10000000px;}
.rollBox .Cont .pic{width:205px;float:left;text-align:center;padding-right:20px;}
*+html .rollBox .Cont .pic{width:205px;float:left;text-align:center;padding-right:30px;}
.rollBox .Cont .pic img{padding:0;background:#fff;border:1px solid #ccc;display:block;margin:0 auto;}
.rollBox .Cont .pic p{line-height:26px;color:#505050;}
.rollBox .Cont a:link,.rollBox .Cont a:visited{color:#626466;text-decoration:none;}
.rollBox .Cont a:hover{color:#f00;text-decoration:underline;}
.rollBox #List1,.rollBox #List2{float:left;}
.img1_box,.img2_box{position: absolute;top: 50%;cursor: pointer;}
.img1_box{right: 5px;}
.img2_box{left: 5px;}


/*2017.2.13 合作伙伴选项卡部分修改   wx */
.xuan_box{
    width:100% ;
    height: 66px;

}
#xun_box_info{
    width: 950px;
    height: 64px;
    margin:0 auto;
}

#xun_box_info .title{
        width:460px;
        height:64px ;
        line-height:64px ;
        font-family:"font-siyuan";
        font-size: 16px;
        float: left;
        margin-right:10px ;
        text-align: center;
        cursor: pointer;
}


#xun_box_info .title:hover{
    background: #277acd;
    color: #ffffff;
}



.menghao{display: block;color:#076490;text-align:center;}
#menghao_1{
		display: block;
        color: #076490;

		margin-top:30px;	
}
#menghao_1:hover{
    color: #ffffff;
}
.jiedian>p{height: 100px;}
/**/

.header_ph{
height: auto;
display: none;
}
.ph_fenlei{
	width: 32px;
}	
.ph_fenlei img{
	width: 100%;
}
.phone_c{
	padding: 15px;
	box-sizing: border-box;
	box-shadow: 0px 3px 13px 0px 
 rgba(0, 0, 0, 0.18) !important;
 position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;	
    background: #ffffff;
}
.ph_logo{
	float: left;
	width: 106px;
}
.ph_logo img{
	width: 100%;
}
.ph_aa{
	float: left;
	margin-left: 13%;
	line-height: 30px;
}
.ph_aa>a:first-of-type{
	margin-right: 10px;
}

.ph_fenlei{
	float: right;
}
.ph_box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 25;
    transition: 0.5s;
    display: block;
    padding-top: 70px;
    box-sizing: border-box;
    display: none;
}
.ph_ul li{
	width: 100%;
    height: 46px;
    color: #fff;
    font-size: 14px;
    line-height: 46px;
    border-bottom: 1px solid #fff;
    padding-left: 25px;
    box-sizing: border-box;
}
.xian{
	width:950px;
	height:1px;
	 background:#F1F1F1;
	 margin-top: 30px; 
}
.ph_ul li a{
	display: block;
	color: #fff;
}
.ph_ul{
	overflow: hidden;
}
.ing_img{
width:180px;
height:100px;	
}
.next_big_ul>div a{
	display: inline-block;
	margin-bottom: 10px;
}
 .bigimg{width:600px;position: fixed;left: 0;top: 0; right: 0;bottom: 0;margin:auto;display: none;z-index:9999;}
        .mask{position: fixed;left: 0;top: 0; right: 0;bottom: 0;background-color: #000;opacity:0.5;filter: Alpha(opacity=50);z-index: 98;transition:all 1s;display: none}
        .bigbox{width:840px;background: #fff;border:1px solid #ededed;margin:0 auto;border-radius: 10px;overflow: hidden;padding:10px;}
        .bigbox>.imgbox{width:400px;height:250px;float:left;border-radius:5px;overflow: hidden;margin: 0 10px 10px 10px;}
        .bigbox>.imgbox>img{width:100%;}
        .imgbox:hover{cursor:zoom-in}
        .mask:hover{cursor:zoom-out}
        .mask>img{position: fixed;right:10px;top: 10px;width: 60px;}
        .mask>img:hover{cursor:pointer}





@media only screen and (min-width: 100px) and (max-width: 1000px) {
	
	
	.in_bg{
		width: 130px;
	}
	.index_bg {   
    width: 130px; 
    padding-top: 33px;
}
	.pos_fixd1{
		height: 70px;
	}
	.header{
		display: none;
	}
	.head_biaoti,.bg_u img{
		width: 100%;
	}
.liyuan>dd img{
	height: auto !important;
	max-width: 100% !important;
   
}
.xian2>dd img{
	height: auto !important;
	max-width: 100% !important;
   
}
.dna_ul{
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	
}	

.dna_zhil>li img{
max-width: 100%;	
}
.tow_left1{
	width: 100%;
	box-sizing: border-box;
}
.liyuan>dd i{
	width: 100%;
	padding: 0 12px;
	box-sizing: border-box;
	text-align: justify;
}
.head_biaoti{
	height: auto;
}
.dna_zhil>li span{
	     padding-left: 0;
}
.liuyanban1{
	font-size: 20px;
}
.head_bg{
height: auto;
}
.list_bg{
	padding:10px 0px 5px;
	background-size: auto 50px;
	 width: 142px;
    height: 30px;
        line-height: 35px;
    font-size: 14px;
	    margin-bottom: 20px;
}
.list_bg2{
	padding: 10px 0px 5px;
    background-size: auto 93px;
    width: 250px;
    height: 30px;
    line-height: 35px;
    font-size: 14px;	
}
.sodo_dl{
	padding: 10px 0 0;
}
.sodo_dl>dd{
	width: 33%;
	margin-bottom: 10px;
	box-sizing: border-box;
	padding: 0px 8px 0;
	display: table;
}
.sodo_dl>dd em{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.dna_zhil>li img{
max-width: 100%;	
}
.dna_zhil>li:nth-child(2){
	height: auto;
}
.mt65,.mt150{
	margin-top: 20px;
}
.dna_ul{
	height: auto;
}
.dna_ul>li{
	/*width: 45%;*/
	width:95%;
    height: 60px;
    margin-bottom: 10px;
    display: table;
    float: initial;
}
/*.dna_ul>li:nth-of-type(2n){
	float: right;
}*/
.dna_ul>li em{
	display: table-cell;
	vertical-align: middle;
}
.header_ph{
	display: block;
}
.footer_box{
	width: 100%;
}
.footer_box_ul>li em{
	width: 100%;
	font-size: 12px;
	text-align: center;
}
.tow_right>img{
	width: 100%;
}
   .tonjitu{
   	width: 320px;
   	margin: 0 auto;
   }
.footer>em{
	width: 100%;
	font-size: 12px;
	text-align: center;
}

.new_yao_ul>li{
	width: 100%;
	box-sizing: border-box;
}
#xun_box_info{
	width: 100%;
	padding: 0 10px;
	height: 30px;
	box-sizing: border-box;
}
#xun_box_info .title{
	width: 46%;
	height: 30px;
	line-height: 30px;
}
.list_shoufengqing h4,.tel_info h4{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	padding-left: 15px;
	box-sizing: border-box;
}
.xuan_box{
height: auto;
margin-top: 10px;
}
.xian{
	width: 100%;
}
.list_shoufengqing{
	width: 100%;
}
.click_h3{
	    width: 100%;
	    padding: 0 15px;
	    box-sizing: border-box;
	    height: 40px;
	    border-radius: 20px;
}
.click_h3>em{
    line-height: 40px;
    height: 40px;
    width: 86%; 
    font-size: 16px;
}
.sobo,.tel_info{
	width: 100%;
}
.sobo_ul{
	padding: 15px;
	box-sizing: border-box;
}
.click_h3>i{
	width: 33px;
    height: 40px;
}
.hangqi>li {
    float: left;
    width: 41%;
    border: 1px solid #efefef;
   margin: 15px 15px 0;
    height: 87px;
    overflow: hidden;
}
.ing_img{
	height: auto;
	width: 100%;
}
.news_list{
	width: 100%;
	
}
.news_list img{
	max-width: 100% !important;
	
}
.list_text{
	width: 70%;
}	
.news_ul{
	padding: 0 15px;
	box-sizing: border-box;
}
.list_text a h3{
	height: auto;
}
.next_big{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.next_big_ul>div .next,.next_big_ul>div .prev{
	display: none;
}
.text_h3{
	padding: 40px 15px 10px;
}
.text_mi{
	padding: 20px 15px 30px;
}
.text_f{
	     text-indent:inherit;
}
.train_div_ul>li a{
	background: url(../images/ling_bg.png) no-repeat center;
}
.train_div_ul{
	float: initial !important;
	margin-top: initial !important;
}
.train_div_ul>li a{
    width: 70px;
    height: 40px;
    font-size: 12px;
    line-height: 40px;
    background-size: 100%;
    color: #ffffff;
    background-size: 100%;
    background: #076490;
    border: 2px solid #ffffff;
    margin-top: 5px;
}
.train_div_ul>li a:hover{
	 background: #F6AD0E;
}
.Train_bg_big>img {
	width: auto;
  height: 214px;
    margin-left: -29%;
}
.Train_bg_big {
    overflow: hidden;
    }

.train_div{
   width: auto;
    height: auto;
}
.mt69{
	margin-top: 66px;
}
.img_main{
    width: 100%;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}
.img_main .main_ph{
	width: 100%;
	position: initial;
	display: block;
	overflow: hidden;
   }
   .img_main .main_pc{
   	display: none;
   }
.img_main .main_ph img{
	width: 100%;
	height: auto !important;
	margin-top: -2px;
}

.tel_box{
    width: 100%;
    bottom: 120px;
    left: 7px;
    height: auto;
    line-height: 120%;
    position: absolute;
    
}
/*.tel_box p:first-of-type span{
	font-size: 14px !important;
}*/
.tel_box p:first-of-type span,.tel_box p:nth-of-type(5) span,.tel_box p:nth-of-type(6) span{
	font-size: 12px !important;
}
.tel_box p:nth-of-type(2) span,.tel_box p:nth-of-type(3) span,.tel_box p:nth-of-type(4) span,.tel_box p:nth-of-type(9) span.tel_box p:nth-of-type(6) span,.tel_box p:nth-of-type(7) span,.tel_box p:nth-of-type(8) span{
	font-size: 12px !important;
}
.tel_box p:nth-of-type(9) span{
	font-size: 12px !important;
}


.fp-table{
	width: 100% !important;
	/*height: auto !important;*/
}
/*.section2{
	margin-top: -332px;
	height: auto !important;
}*/
.fp-tableCell{
	padding-top: 50px;
}
.liu_o{
    padding: 15px;
	box-sizing: border-box;	
}
.liu_tab{
	width: 100%;
	
}
.liuyanban{
	font-size: 20px;
}

.text_atarea_box{
	width: 97%;
}
.liu{
	width: 100%;
	background: none;

}
.liu_tab tbody tr td input{
	    width: 80px;
}
.zhaop_bg,.zhaop{
	height: auto;
}
.zhaop {
	background: none;
}
.zhaop1{
font-size: 20px;
}
.zhaop,.zhao_ul,.rec_ol{
	width: 100%;
}
.zhao_ul>li{
	width: 48%;
	margin-bottom: 10px;
}
.zhao_ul>li a{
	line-height: 40px;
}
.recruit1,.recruit_tab{
	width: 100%;
}
.zhao_ul,.rec_ol{
	overflow: hidden;
	height: auto;
}
.yen_big,.list_ul{
	width: 100%;
}
.recruit_tab>tbody tr th{
	background: url(../images/bottom.png) no-repeat 95% 21px; 
}
.recruit_tab>tbody tr th:nth-child(1){
	padding: 10px;
}
.rec_ol>li{
	width: auto;
	margin-left: 10px;
font-size: 14px;
}
.news_list_new{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}
.new_linst>li{
	width: 100%;
	box-sizing: border-box;
	padding: 0;
}

.list_div video,.list_div div,.list_div img{
	max-width: 100% !important;
	height: auto !important;
	overflow: hidden;
	float: initial !important;
	}
.huodong1{
	width: 100%;
}
.list_div img{
	float: inherit !important;
	margin: 0 auto;
}
.list_div .yen_bg,.list_div .yen_bg1{
    width: 100%;
    box-sizing: border-box;
}
.huodong1>li{
	width: 100%;
	height: auto;
	margin-left: 0 !important;
}
.huodong1>li em, .huodong1>li img{
	width: 100%;
}
/*.huodong1>li img{
	margin: 10px auto;
}*/
.list_div .yen_bg1{
	float: none !important; 
	margin-top: 10px;
}
#fp-nav.right {
    right: 0px;
}

.axiba>li,.axiba>li.cur{
	width: 100%;
	padding: 0 15px 0 10px;
	box-sizing: border-box;
}
.axiba>li{
	margin-bottom: 8px;
}
.xd1,.xd2,.xd3{
	background-size: 28%;
}
.axiba>li h4,.axiba>li.cur h4{
	width: auto;
	margin: 0 auto;
	height: 50px;
}

.axiba>li em{
	font-size: 12px;
}
.mores{
	margin-left: 10px;
	margin-top: 10px;
}
.tow_left{
	width: 100%;
} 
.tow_left_ul{
	padding: 10px;
}
.mbpo{
	width: 100%;
}
.mbpo i{
	width:  auto !important;
	font-size: 14px !important;
	padding: 0 !important;
	display: inline-block !important;
}
.mbpo i:first-of-type{
	display: block !important;
	width: 100% !important;
}
.mbpo b{
	display: inline-block !important;
	width: 100% !important;
	width: auto !important; 
	font-size: 14px !important;
}
.mbpo em{
	display: inline-block !important;
	width: 100% !important;
	width: auto !important; 
	font-size: 14px !important;
}
/*.index_bg{
	padding: 40px 0 7px;
}*/
.tow_left_ul li{
	width: 100%;	
	text-align: center;
}
.tow_right{
	float: none !important;
}
.tow_right_ul>li:nth-child(4){
	margin-left: 0;
}
.tow_right_ul>li {
    width: 96%;
    box-sizing: border-box;
    padding: 2px;
    height: auto;
}
.tow_right_ul>li a{
	display: block;
	height: auto !important;
}
.next_big_ul>div .num,.next_big_ul>div .current{
	padding: 5px 10px;
}
.new_yao_ul>li{
	background-size: 34px !important;
	padding: 50px 15px 10px;
}
.new_yao_ul>li h3{
	padding: 0;
	margin-bottom: 10px;
}
.fuck_you{
	height: auto;
	text-align: center;
}
.tow_right_ul li em i{
	font-size: 18px;
}
/*.fenleishiyingz{
	width: 33%;
	box-sizing: border-box;
}*/
.fenleishiyingz>em{
	font-size: 12px;
}
.fenleishiyingz>em:nth-child(1){
	width: 46%;
	float: left;
}
.fenleishiyingz>em:nth-child(2){
	 width: 27%;
	margin-left: 0;
	float: left;
}
.fenleishiyingz>em:nth-child(3){
	width: 27%;
	margin-left: 0;
	float: left;
}
/*.index_bg{
	padding: 20px 0 0 !important;
	width: 140px;
	font-size: 14px;
}*/
.index_bg{

	font-size: 16px !important;
}
.footer{
	bottom: 40px;
}
.tow_right{
	position: initial;
}
.tow_left {
	float: initial !important;
}
.axiba>li em{
	padding: 5px 0;
}
.jiedian{
	padding: 0 !important;
	height: auto !important;
}
.xibala{
	margin-top: 30px;
}
.ppi_ul{
	width: 320px;
	margin: 0 auto;
	height: 117px;
}
.mmb_box{
	height: 30px;
	width: 90%;
	padding: 0;
	margin: 0 auto;
}
.ppi_em{
	width: 100%;
	padding: 0;
}
.ppi_ul>li{
	width: 14px;
	height: 117px;
}
.ppi_ul>li.ml18{
	margin-left: 8px;
}
.ppi_ul>li:nth-child(6),.ppi_ul>li:nth-child(7),.ppi_ul>li:nth-child(8),.ppi_ul>li:nth-child(9)
,.ppi_ul>li:nth-child(16),.ppi_ul>li:nth-child(18),.ppi_ul>li:nth-child(19),.ppi_ul>li:nth-child(20),.ppi_ul>li:nth-child(21){
	margin-left: 0;
}
.ppi_ul>li:nth-child(1):hover{background: url("../images/kaka2.png") no-repeat -0 -0;
background-size: 320px;
margin-left: 0;
}
.ppi_ul>li:nth-child(2):hover{background: url("../images/kaka2.png") no-repeat -15px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(3):hover{background: url("../images/kaka2.png") no-repeat -30px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(4):hover{background: url("../images/kaka2.png") no-repeat -44px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(5):hover{background: url("../images/kaka2.png") no-repeat -60px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(6):hover{background: url("../images/kaka2.png") no-repeat -72px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(7):hover{background: url("../images/kaka2.png") no-repeat -87px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(8):hover{background: url("../images/kaka2.png") no-repeat -102px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(9):hover{background: url("../images/kaka2.png") no-repeat -116px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(10):hover{background: url("../images/kaka2.png") no-repeat -131px -0;
background-size: 320px;

}
.ppi_ul>li:nth-child(11):hover{background: url("../images/kaka2.png") no-repeat -152px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(12):hover{background: url("../images/kaka2.png") no-repeat -167px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(13):hover{background: url("../images/kaka2.png") no-repeat -182px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(14):hover{background: url("../images/kaka2.png") no-repeat -197px -0;
background-size: 320px;
margin-left: 0;
}
.ppi_ul>li:nth-child(15):hover{background: url("../images/kaka2.png") no-repeat -213px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(16):hover{background: url("../images/kaka2.png") no-repeat -226px -0;
background-size: 320px;
}

.ppi_ul>li:nth-child(17):hover{background: url("../images/kaka2.png") no-repeat -249px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(18):hover{background: url("../images/kaka2.png") no-repeat -263px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(19):hover{background: url("../images/kaka2.png") no-repeat -278px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(20):hover{background: url("../images/kaka2.png") no-repeat -292px -0;
background-size: 320px;
}
.ppi_ul>li:nth-child(21):hover{background: url("../images/kaka2.png") no-repeat -307px -0;
background-size: 320px;
}
.w_b{
	width: 100%;
	margin-top: 10px;
}
.list_ul>li img{
  width: 50px;
}
#fp-nav span, .fp-slidesNav span{
	width: 10px;
    height: 10px;
}
.ppi_em{
width: 90%;
padding: 0;
height: 30PX;
line-height: 30px;	
}
.ppi_ul>li {
    width: 15.2px;
    height: 117px;
    margin-left: 0;
}	
.ppi_ul>li:nth-child(5),.ppi_ul>li:nth-child(21){	
	width: 13.2px;	
}
.ppi_ul>li:nth-child(2),.ppi_ul>li:nth-child(3),.ppi_ul>li:nth-child(6),.ppi_ul>li:nth-child(8),.ppi_ul>li:nth-child(10),.ppi_ul>li:nth-child(15),.ppi_ul>li:nth-child(19),.ppi_ul>li:nth-child(20),
.ppi_ul>li:nth-child(16){	
	width: 14.2px;	
}
.ppi_ul>li.ml18{
	width: 14.2px;
}
    .train_div{
        right: 15px;
        top:0.5%;
    }
.encoded em:nth-of-type(1){
margin-top: 0 !important;	
}
.encoded em:nth-of-type(2){
margin-top: 0 !important;	
}
.fo_ff{
	width: 100%;
}
.list_ul>li u{
	display: block;
}
.encoded>em a{
	padding: 7px 14px 7px;
	width: 70px;
    margin: 0 auto;
    margin-left: 35%;
    height: auto;
    font-size: 14px;
} 

.liu_tab tbody tr td input.tijao{
	    padding: 7px 10px 7px;
}
.axiba>li i span{
	font-size: 12px !important;
}
.dna_ul>li em{
	padding: 3px 0px 0;
}
.dna_ul>li em div,.dna_ul>li em p{
	padding:0 7px;
	border: none;
	line-height: 1.8;
	box-sizing: border-box;
}
.dna_ul>li em div span{
	display: inline-block;
}

.liyuan>dd .xian2{
	padding-bottom: 0;
}
.liyuan>dd ul li div .o_i,.liyuan>dd ul li p .o_i{
	display: block;
}
.liyuan .o_i>dd>i span{
	padding: 0 10px;
	box-sizing: border-box;
	display: block;
}
.dna_ul>li{
	background: url(../images/li_bg3.png) no-repeat center;
	background-size: 100% 100%;
}
.dna_ul>li:nth-child(even){
	background: url(../images/li_bg4.png) no-repeat center;
	background-size: 100% 100%;
}
.tow_left_ul>li em p span{
	font-size: 14px !important;	
	line-height:150% !important
}
   .gduo5{
   margin: 0 auto;
   }

.tow_left{
	margin-top: 10px;
}
.zw>li em p span{
	    font-size: 14px !important;
}
.zw>li{
	text-align: left;
}


.liyuan>dd i span{
	line-height: 1.8 !important;
}  
 .jiedian>div{
 	text-align: left !important;
 }
.recruit_tab>tbody tr td {
    padding: 15px;
}  
.content_body  span{
	font-size: 16px !important;
}
 .jileishu h3{
 	text-align: center;
 	font-size: 13px;
	padding-top: 15px;
 } 
 .list_em .devel{
	display: block;
	text-decoration: none;
}
.list_bg{
	margin-bottom: 10px;
}
.list_div{
	padding: 10px 0 10px;
}
.mt30{
	margin-top: 0 !important;
}

.content_body .peixun{
	display: block;
	text-decoration: none;
	font-size: 13px !important;
	margin: 10px 0;
	
}
.bigimg{
	width: 100% !important;
}
.hangqi{
padding: 0 10px;
box-sizing: border-box;
}
}

 /*wyt开始 */
 
    
    

 
.weixin{ width:30px; height:30px; position:relative; font-size:12px; padding-right: 50px;    float: right;} 
.weixin a{width:30px; height:30px; display:block; position:absolute; left:0; top:0;background:url(../images/weixin.png) no-repeat center top; } 
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; position:absolute; left:-45px; top:45px; display:none;z-index: 999;} 
.weixin .weixin_nr img{ margin-bottom:5px;} 
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;} 
.weixin.on .weixin_nr{ display:block;} 
.weixin.on a{ background:url(../images/weixin.png) no-repeat left bottom;} 

    
 
 




