/*头部样式开始*/
ul{list-style: none;margin: 0;padding: 0;}
.yy{
	padding:0 40px
}
h3 {
    font-weight:bold;
}
.blue{
    height: 55px;
    background-color: #0a81c5;
}
.navbar-default{
    box-shadow: 3px 3px 5px #f0f0f0;
}
.navbar-default .navbar-nav > li > a{
    color: #0A81C5;
}

.nav > li{
    margin-left: 60px;
}
.nav > li > a{
    padding: 25px 0;
    height: 100px;
    line-height: 50px;
    /*font-size: 20px;*/
    font-size: 18px;
    transition: all 0.2s;
}
.blue ul{
	text-align:right;
    display:none;
}
.blue ul li{
	display:inline-block;
	margin-left:10px;
}
.blue ul li a{
	display:block;
	height:55px;
	line-height:55px;
	/*font-size:16px;*/
    font-size:14px;
	color:#fff;
}

/*顶部热门部分样式开始*/
.top_hot{
    background-color: #EFEFEF;
    padding: 50px 0;
}
.top_hot h3.title{
    margin: 0 0 50px 0;
    text-align: center;
    /*font-size: 42px;*/
    font-size: 36px;
    color: #0A81C5;
    font-weight: 600;
}
.top_hot ul.hot_list{
    list-style: none;
}
.hot_list li{
    text-align: center;
}
.hot_list li i{
    display: block;
}
.hot_list li img{
    max-width: 100%;
}
.hot_list li span{
    display: inline-block;
    /*font-size: 22px;*/
    font-size: 20px;
    line-height: 22px;
    color: #3F3F41;
    margin-top: 60px;
    height: 66px;
    overflow: hidden;
  	font-weight: 600;
}
/*顶部问答部分样式开始*/
.index_ask{
    /*margin: 45px 0 0 0;*/
    margin: 15px 0 0 0;
}
.index_ask .left{
    padding: 20px;
    background-color: #EFEFEF;
    color: #3F3F41;
}
.index_ask .right{
    padding: 20px;
    background-color: #B5B5B6;
    color: #fff;
}
.index_ask h3{
    /*font-size: 28px;*/
    font-size: 26px;
  	font-weight: 600;
  	/*margin-bottom: 30px;*/
    margin-bottom: 15px;
}
.index_ask p{
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 26px;
    text-align:justify;
    text-justify:inter-ideograph;
}

.stands_for{
    color: #fff;
}
.stands_for h3{
    /*font-size: 28px;*/
    font-size: 26px;
    font-weight: bold;
}
.stands_for p{
    /*font-size: 20px;*/
    font-size: 18px;
}
.stands_for .left{
    padding: 15px;
    background: #3f3f41;
}





@media (min-width: 1200px){
    .index_ask{
        background: url("../images/ask_bg.png") repeat-y center;
        margin-bottom: 15px;
    }
    .index_ask .left{
        margin-right: 20px;
        margin-left: -20px;
        height: 240px;
        overflow: hidden;
    }
    .index_ask .right{
        height: 240px;
        overflow: hidden;
        padding-right:1px;
    }
    .stands_for{
        background: #3f3f41 url("../images/stands_bg.jpg") no-repeat right;
        height: 225px;
        overflow: hidden;
    }
    .stands_for h3{
        padding-top: 30px;
        font-weight: bold;
    }
    .stands_for .left{
        height: 225px;
        background-color: #3f3f41;
        margin-left:-15px;
    }

}

/*为什么选择我们部分样式开始*/
.why_choose{
    /*margin-top: 40px;*/
    margin-top: 15px;
    padding: 40px 0;
    background-color: #0A81C5;
}
.why_choose h3.title{
    text-align: center;
    color: #fff;
    /*font-size: 42px;*/
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 50px;
}
.why_choose .choose_list{
    list-style: none;
	/* display: -webkit-box;
    display: -webkit-flex;
	display: box;
    display: flex;
    -webkit-flex-wrap: wrap;  
    -moz-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    -o-flex-wrap: wrap;  
    flex-wrap: wrap; */
	
}
.why_choose .choose_list li{
	/* display: -webkit-box;
    display: -webkit-flex;
	display: box;
	display: flex;
	margin-bottom: 10px;
	-webkit-flex-direction: column;
    flex-direction: column;
	-webkit-vertical-align: top;
    vertical-align: top; */
	overflow:hidden;
}
.why_choose .choose_list li>i{
    display: block;
    text-align: center;
}
.why_choose .choose_list li>i img{
    max-width: 100%;
}
.why_choose .choose_list li>p.tit{
    margin: 10px 0;
    /*font-size: 28px;*/
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    height: 84px;
}
.why_choose .choose_list li>p.desc{
    margin-top: 20px;
	
    margin-bottom: 0;
	overflow:hidden;
    /*font-size: 20px;*/
    font-size: 16px;
    color: #fff;
    text-align:justify;
	text-justify:inter-ideograph;
}
/*友情链接部分样式开始*/
.partners{
    padding-bottom: 40px;
}
.partners h3.title{
    margin: 50px 0 30px 0;
    text-align: center;
    /*font-size: 42px;*/
    font-size: 36px;
    color: #0A81C5;
}
.partners ul.partners_list li{
    position: relative;
    margin-bottom: 10px;
}
.partners ul.partners_list li img.img1{
    width: 100%;
}
.partners ul.partners_list li img.img2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-height: 100%;
    max-width: 100%;
    margin: auto;
    transition: all 0.4s;
}
.partners ul.partners_list li:hover img.img2{
    transform: scale(1.1);
}
.partners .more{
    margin-top: 30px;
    text-align: center;
}
.partners .more a{

    color: #000;
    font-weight: 400;
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 15px;
    text-align: center;
    padding: 15px 20px;
    letter-spacing: 1px;
    display: inline-block;
    border-radius: 0;
    background: none;
    border: 1px solid #201D1D;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    text-decoration: none;
}
.partners .more a:hover{
    background-color: #0a81c5;
    border-color: #0a81c5;
    color: #fff;
}
/*footer部分样式开始*/
.footer_top{
    background-color: #3F3F41;
    padding: 40px 0;
    padding: 0;
    margin-top: 0px;
}
.footer_top i.logo{
    display: block;
    margin-top: 60%;
}
.footer_top i.logo img{
    max-width: 100%;
}
.footer_top p.title{
    /*font-size: 23px;*/
    font-size: 21px;
    color: #fff;
    padding: 0;
    margin-top: 30px;
}
.footer_top ul.footer_nav li a{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #0A81C5;
    text-decoration: none;
    transition: all 0.4s;
    line-height: 25px;
}
.footer_top ul.footer_nav li a:hover{
    color: #fff;
}
.footer_top ul.lx_list li{
    line-height: 24px;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #898989;
    margin-bottom: 25px;
    padding-left: 24px;
}
.footer_top ul.lx_list li a{
    color:#0A81C5;
}
.footer_top ul.lx_list li a:hover,.footer_top ul.lx_list li a:active{
    color:#0A81C5;
    text-decoration:underline;
}
.footer_top ul.lx_list li:nth-of-type(1){
    background: url("../images/ico_lx2.png") no-repeat left 3px;
}
.footer_top ul.lx_list li:nth-of-type(2){
    background: url("../images/ico_lx3.png") no-repeat left 3px;
}
.footer_top ul.lx_list li:nth-of-type(3){
    background: url("../images/ico_lx1.png") no-repeat left 3px;
}
.footer_top p.content{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #898989;
    line-height: 24px;

}
.footer_top p.content:last-of-type{
    margin-bottom: 5px;
}
.footer_top form{
    font-size: 0;
}
.footer_top form label{
    display: inline-block;
    vertical-align: top;
}
.footer_top form label input.text{
    background-color: #fff;
    border: 0;
    height: 27px;
    width: 200px;
    /*font-size: 14px;*/
    font-size: 12px;
    color: #666;
    text-indent: 10px;
}
.footer_top form label input.sub{
    background: url("../images/form_btn.png") no-repeat;
    width: 32px;
    height: 27px;
    border: 0;
}
.footer_bot{
    padding: 10px 0;
    line-height: 20px;
    background-color: #201D1D;
    text-align: center;
    /*font-size: 14px;*/
    font-size: 12px;
    color: #898989;
    padding: 0;
    margin-top: 0px;
}
/*内页部分样式开始*/
.page_lco{
    padding: 20px 15px;
}
.page_lco,.page_lco a{
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
}
.page_lco a{
    text-decoration: none;
    margin: 0 10px;
    transition: all 0.4s;
}
.page_lco a:nth-of-type(1){
    margin-left: 0;
}
.page_lco a:hover{
    color: #0A81C5;
}
.page_lco a:last-of-type{
    font-weight: 600;
}
.page_banenr{
    position: relative;
}
.page_box{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 100%;
}
.page_box h3.title{
    /*font-size: 54px;*/
    font-size: 46px;
    color: #fff;
    text-align: center;
}
.page_box span.dian{
    display: block;
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin: 20px auto;
}
.page_box p.desc{
    /*font-size: 24px;*/
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    text-align: center;
}


.page_map{
    padding: 40px 0;
    background-color: #EFEFEF;
}
.page_map img{
    max-width: 100%;
}
.page_map p.title{
    /*font-size: 20px;*/
    font-size: 18px;
}
.page_map p.content{
    margin-top: 10px;
    /*font-size: 20px;*/
    font-size: 18px;
    line-height: 30px;
}

/*服务页面选项卡样式开始*/
.service_tab{
    padding: 50px 0;
}
.service_tab ul.tab_list li{
    margin-bottom: 10px;
}
.service_tab ul.tab_list li>a{
    display: block;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background-color: #36A3D5;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}
.service_tab ul.tab_list li.active>a{
    background-color: #1274B4;
}
.service_tab .tab-content{
    margin-top: 20px;
}
.service_tab .tab-content>div{
    min-height: 150px;
    /*font-size: 22px;*/
    font-size: 20px;
    color: #5D5D5D;
}
.service_tab .tab-content>div img{
    max-width: 100%;
}


/*联系我们页面样式开始*/
.contact_list{
    padding: 50px 15px 40px 15px;
}
.contact_list .row{
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
    -webkit-flex-wrap: wrap;  
    -moz-flex-wrap: wrap;  
    -ms-flex-wrap: wrap;  
    -o-flex-wrap: wrap;  
    flex-wrap: wrap; */
	
}
.contact_list li{
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;
	-webkit-flex-direction: column;  
    -moz-flex-direction: column;  
    -ms-flex-direction: column;  
    -o-flex-direction: column;  
    flex-direction: column; */
}
.contact_list li i img{
    width: 100%;
}
.contact_list li p.title{
    margin: 20px 0 10px 0;
    /*font-size: 24px;*/
    font-size: 22px;
    color: #0A81C5;
    font-weight:bold;
    min-height: 44px;
}
.contact_list li p.desc{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #3D3D3D;
    line-height: 24px;
    min-height: 144px;
}
.contact_list li div.xx{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #3D3D3D;
    line-height: 24px;
    min-height: 144px; 
}
.contact_list li div.xx span{
    color: #0A81C5;
    font-weight:bold;
}
.contact_list li p.title2{
    margin-top: 15px;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #0A81C5;
    margin-bottom: 0;
    font-weight:bold;
    
    
}
.contact_list li p.desc2{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #3D3D3D;
}
.jq{
	/*font-size: 18px;*/
    font-size: 16px;
    color: #a6a6a6;
    margin-top: 15px;
	
}
.page_dy{
    padding: 40px 0;
    background-color: #0A81C5;
}
.page_dy .left{
    border-right: 1px solid #fff;
}
.page_dy .left h3.title{
    margin: 0 0 20px 0;
    /*font-size: 28px;*/
    font-size: 26px;
    color: #fff;
}
.page_dy .left p.desc{
    /*font-size: 18px;*/
    font-size: 16px;
    color: #fff;
    line-height: 26px;
}
.page_dy .right{
    padding-left: 50px;
    padding-top: 20px;
}
.page_dy .right span.tit{
    display: block;
    margin-bottom: 10px;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #fff;
}
.page_dy .right form{
    overflow: hidden;
    width: 100%;
}
.page_dy .right form>label{
    display: block;
    margin-bottom: 0;
}
.page_dy .right form>label.rightBox{
    float: right;
    width: 40px;
}
.page_dy .right form>label.leftBox{
    margin-right: 40px;
}
.page_dy .right form>label.rightBox input{
    width: 100%;
    height: 36px;
    background-color: #898989;
    border: 0;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.page_dy .right form>label.leftBox input{
    background-color: #fff;
    width: 100%;
    height: 36px;
    border: 0;
    text-indent: 10px;
}
.contact_form{
    padding: 50px 15px 30px 15px;
}
.contact_form label{
    display: block;
    margin-bottom: 10px;
}
.contact_form label>span.tit{
    display: block;
    /*font-size: 18px;*/
    font-size: 16px;
    color: #3D3D3D;
    margin-bottom: 8px;
}
.contact_form label.text input{
    width: 100%;
    height: 50px;
    background-color: #fff;
    border: 1px solid #575555;
    box-sizing: border-box;
    text-indent: 10px;
}
.contact_form label.content textarea{
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    padding: 10px;
    border: 1px solid #575555;
}
.contact_form label.submit{
    text-align: center;
}
.contact_form label.submit input{
    width: 140px;
    height: 40px;
    background-color: #fff;
    border: 1px solid #575555;
    /*font-size: 22px;*/
    font-size: 20px;
    color: #3F3F41;
    font-weight: 400;
    transition: all 0.4s;
}
.contact_form label.submit input:hover{
    background-color: #0A81C5;
    border-color: #0A81C5;
    color: #fff;
}
.contact_form label.text input::-webkit-input-placeholder,.contact_form label.content textarea::-webkit-input-placeholder{ /* WebKit browsers */
     color:#7dbcdf;
 }
.contact_form label.text input:-moz-placeholder,.contact_form label.content textarea:-moz-placeholder{ /* Mozilla Firefox 4 to 18 */
    color:#0A81C5;
}
.contact_form label.text input::-moz-placeholder,.contact_form label.content textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color:#0A81C5;
}
.contact_form label.text input:-ms-input-placeholder,.contact_form label.content textarea:-ms-input-placeholder{ /* Internet Explorer 10+ */
    color:#0A81C5;
}


/*合作伙伴页面样式开始*/
.partners_list{
    padding: 40px 60px;
}
.partners_list ul li{
    padding: 0 70px;
    margin-bottom: 30px;
}
.partners_list ul li a{
    text-decoration: none;
}
.partners_list ul li i{
    display: block;
    position: relative;
}
.partners_list ul li i img.img1{
    width: 100%;
}
.partners_list ul li i img.img2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.partners_list ul li p.title{
    margin-top: 30px;
    /*font-size: 20px;*/
    font-size: 14px;
  	font-weight: 600;
    color: #B5B5B6;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.join_us{
    min-height: 315px;
    background: url("../images/nei_banner3.jpg") no-repeat bottom center;
    background-size: cover;
}
.join_us h3.title{
    margin-top: 5%;
    /*font-size: 54px;*/
    font-size: 52px;
    color: #fff;
    text-align: center;
}
.join_us p.desc{
    /*font-size: 20px;*/
    font-size: 18px;
    color: #fff;
    line-height: 24px;
    text-align: center;
}
.join_us a.singn{
    display: block;
    margin: 0 auto;
    margin-top: 30px;
    width: 160px;
    height: 40px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 40px;
    /*font-size: 22px;*/
    font-size: 20px;
    color: #fff;
    text-decoration: none;
}
/*我们的故事页面样式开始*/
.about_story{
    background: url("../images/story_bj.jpg") no-repeat bottom center;
    background-size: cover;
    padding: 45px 0;
}
.about_story .story_box{
    padding: 30px 15px;
    background: rgba(255,255,255,0.6);
}
.about_story .story_box h3.title{
    /*font-size: 28px;*/
    font-size: 26px;
    color: #3F3F41;
}
.about_story .story_box div.desc{
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
    line-height: 24px;
}
.page_cn{
    padding: 50px 15px;
}
.page_cn li{
    text-align: center;
    margin-bottom: 20px;
}
.page_cn li p.title{
    margin: 10px 0;
    /*font-size: 28px;*/
    font-size: 26px;
    color: #3F3F41;
    font-weight: bold;
}
.page_cn li p.desc{
    margin: 0 25px;
    margin-top:25px;
    line-height: 24px;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
    text-align:justify;
	text-justify:inter-ideograph;
}
/*学习页面样式开始*/
.study>.row{
    overflow: hidden;
}
.study>.row>div{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.study_box{
    padding: 50px 50px 50px 120px;
}
.study_box>h3.title{
    margin: 0 0 30px 0;
    /*font-size: 32px;*/
    font-size: 30px;
    color: #0A81C5;
    text-align: center;
}
.study_box>p.title{
    /*font-size: 28px;*/
    font-size: 26px;
    color: #3F3F41;
}
.study_box>p.desc{
    margin-bottom: 40px;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
    line-height: 24px;
}
.study_list p.title{
    /*font-size: 28px;*/
    font-size: 26px;
    color: #3F3F41;
}
.study_list p.desc{
    margin-bottom: 20px;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
    line-height: 24px;
}
.study_right{
    position: relative;
    background: #898989 url("../images/right_bg.jpg") repeat-y left;
    padding-left: 10px;
    padding-right: 0;
}
.study_right::before{
    content: " ";
    display: block;
    position: absolute;
    top: 300px;
    left: -15px;
    width:0;
    height:0;
    border-top:15px solid transparent;
    border-bottom:15px solid transparent;
    border-right:15px solid #3F3F41;
}
.study_right i.logo{
    display: block;
    background-color: #3F3F41;
    text-align: center;
    padding: 40px 2%;
}
.study_right i.logo img{
    max-width: 100%;
}
.gg_list{
    padding-bottom: 100px;
}
.gg_list li{
    position: relative;
    background-color: #fff;
    margin-bottom: 1px;
}
.gg_list li img.img1{
    width: 100%;
}
.gg_list li img.img2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
/*工作页面样式开始*/
.page_job{
    padding: 50px 15px ;
}
.page_job .job_dd{
    border-bottom: 0;
}
.page_job .job_dd li{
    padding: 0 80px;
    margin-bottom: 0;
}
.page_job .job_dd li a{
    text-decoration: none;
    display: block;
    border: 0;
}
.page_job .job_dd li i{
    display: block;
    position: relative;
    background: url("../images/job_dt.png") no-repeat top left;
    background-size: 100%;
    transition: all 0.4s;
}
.page_job .job_dd li span.tit{
    display: block;
    margin: 20px 0;
    text-align: center;
    /*font-size: 24px;*/
    font-size: 22px;
    color: #3F3F41;
    transition: all 0.4s;
    font-weight: bold;
}
.page_job .job_dd li span.sj{
    display: block;
    margin: 0 auto;
    width:0;
    height:0;
    border-left:22px solid transparent;
    border-right:22px solid transparent;
    border-bottom:22px solid #fff;
}
.page_job .job_dd li i span.cicle{
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #3F3F41;
    border-radius: 50%;
    transition: all 0.4s
}
.page_job .job_dd li:nth-of-type(1) i span.cicle{
    top: 90%;
    left: 63%;
}
.page_job .job_dd li:nth-of-type(3) i span.cicle{
    top: 91%;
    left: 61%;
}
.page_job .job_dd li:hover a,.page_job .job_dd li.active a{
    border: 0;
}
.page_job .job_dd li:hover i span.cicle,.page_job .job_dd li.active i span.cicle{
    background-color: #0A81C5;
}
.page_job .job_dd li:nth-of-type(3):hover i span.cicle,.page_job .job_dd li:nth-of-type(3).active i span.cicle{
    background-color: #05b1bb;
}

.page_job .job_dd li:hover span.tit,
.page_job .job_dd li.active span.tit{
    color: #0A81C5;
}
.page_job .job_dd li:nth-of-type(3):hover span.tit,
.page_job .job_dd li:nth-of-type(3).active span.tit{
    color: #05b1bb;
}
.page_job .job_dd li:nth-of-type(2):hover i,
.page_job .job_dd li:nth-of-type(2).active i{
    background: url("../images/job_dt_h.png") no-repeat top left;
    background-size: 100%;
}
.page_job .job_dd li.active span.sj{
    border-bottom-color: #898989;
}
.page_job .job_dd li:nth-of-type(2):hover span.tit,
.page_job .job_dd li:nth-of-type(2).active span.tit{
    color: #f15424;
}
.job_list .job_box{
    border: 1px solid #898989;
    overflow: hidden;
}
.job_list .job_box>.job_left,.job_left>.content{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.job_box .job_left{
    padding: 0;
    background-color: #e7e7e7;
    min-height: 300px;
    border-right: 1px solid #898989;
    padding-bottom: 30px;
}
.job_box .job_left ul{
    width: 100%;
    min-height: 1px;
}
.job_box .job_left li{
    height: 80px;
    padding: 0 15px;
    text-align: center;
    line-height: 80px;
    background-color: #e7e7e7;
    border-bottom: 1px solid #898989;
    transition: all 0.4s;
}
.job_box .job_left li a{
    display: block;
    text-decoration: none;
    /*font-size: 16px;*/
    font-size: 14px;
    color: #3F3F41;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all 0.4s;
    font-weight: bold;
}
.job_box .job_left li:hover,
.job_box .job_left li.active{
    background-color: #fff;
}
.job_box .job_left li:hover a,
.job_box .job_left li.active a{
    color: #F15424;
}
.job_list .content{
    position: relative;
    padding: 30px 15px;
    padding-bottom: 80px;
    background-color: #f3f3f3;
    /*font-size: 16px;*/
    font-size: 14px;
    color: #3F3F41;
    line-height: 24px;
    min-height: 800px;
}
.job_list .content img{
    max-width: 100%;
}
.job_list .content>h3.title{
    /*font-size: 24px;*/
    font-size: 22px;
    color: #F15424;
    margin-top: 0;
    margin-bottom: 20px;
}
.job_list .content>p.title{
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
}
.job_list .content a.apply{
    position: absolute;
    left: 15px;
    bottom: 30px;
    border: 0;
    border-radius: 0;
    background-color: #f15424;
    height: 40px;
}
.job_list .job_box:nth-of-type(2n+1) .job_left li:hover a,
.job_list .job_box:nth-of-type(2n+1) .job_left li.active a,
.job_list .job_box:nth-of-type(2n+1) .content>h3.title{
    color: #0A81C5;
}
.job_list .job_box:nth-of-type(2n+1) .content a.apply{
    background-color: #0A81C5;
}
.job_list .job_box:nth-of-type(3) .job_left li:hover a,
.job_list .job_box:nth-of-type(3) .job_left li.active a,
.job_list .job_box:nth-of-type(3) .content>h3.title{
    color: #05b1bb;
}
.job_list .job_box:nth-of-type(3) .content a.apply{
    background-color: #05b1bb;
}
/*解决方案页面样式开始*/
.top_jt{
    background: url("../images/banner_bj.png") no-repeat top center;
    background-size: 100%;
    padding-top: 20px;
}
.page_sol h3.title{
    margin: 30px 0 50px 0;
    /*font-size: 42px;*/
    font-size: 30px;
    color: #0A81C5;
    text-align: center;
}
.page_sol ul li{
    margin-bottom: 20px;
    text-align: center;
}
.page_sol ul li p.title{
    margin-top: 10px;
    /*font-size: 28px;*/
    font-size: 26px;
    color: #0A81C5;
    font-weight: bold;
}
.page_sol ul li p.desc{
    margin-top: 25px;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #5D5D5D;
    line-height: 24px;
    font-weight:bold;
}
.page_tab .row{
    overflow: hidden;
}
.page_tab .row>div{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}
.page_tab .left{
    background-color: #0f5a81;
    text-align: center;

}
.page_tab .left>i{
    display: none;
    margin-top: 20%;
    padding: 15px 0;
}
.page_tab .left>i.active{
	display: inline-block;
}
.page_tab .right{
    background-color: #EFEFEF;
}
.page_tab .right{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 40px;
    min-height: 300px;
}
.page_tab .right ul.cloud_nav li{
    float: left;
    /*font-size: 22px;*/
    font-size: 20px;
    color: #0F5981;
    line-height: 28px;
}
.page_tab .right ul.cloud_nav li a{
    text-decoration: none;
    color: #0F5981;
    font-weight: 600;
}
.page_tab .right ul.cloud_nav li>span{
    margin: 0 15px;
}
.page_tab .right ul.cloud_nav li a:hover,.page_tab .right ul.cloud_nav li.active a{
    color: #0A81C5;
}
.cloud_list{
    padding: 30px 0 50px 0;
}
.cloud_list .item{
    transition: all 0.4s;
}
.cloud_list .content{
    line-height: 24px;
    /*font-size: 20px;*/
    font-size: 18px;
    color: #383838;
    padding-bottom: 30px;
    min-height: 220px;
    text-align:justify;
	text-justify:inter-ideograph;
}
.cloud_list .content p.title{
    /*font-size: 28px;*/
    font-size: 26px;
    color: #0A81C5;
    font-weight:600;
}
.cloud_list .link_list{
	min-height:76px;
}
.cloud_list .link_list li{
    float: left;
    border: 1px solid #A5A5A5;
    background-color: #fff;
    margin-right: 10px;
}
.cloud_list .link_list li a{
    position: relative;
    display: block;
    width: 154px;
    height: 74px;
}
.cloud_list .link_list li a img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.page_cyber .solutions_why ul li{
    padding: 0 40px;
}
.page_cyber .solutions_why ul li p.desc{

}
.page_cyber .solutions_why ul li p.desc{
    text-align: left;
    line-height: 28px;
}
.page_cyber .solutions_why ul li:nth-of-type(2) p.title{
    color: #F15424;
    height: 80px;
}
.page_cyber .solutions_why ul li:nth-of-type(3) p.title{
    color: #06B2B8;
    height: 80px;
}
/*.page_ly{
    position: relative;
}*/
.page_ly .row>div{
    padding: 0;
}
.page_ly .row>div img{
    width: 100%;
}
/*.page_ly::before{
    content: " ";
    position: absolute;
    left: 50%;
    top: -25px;
    margin-left: -2%;
    display: block;
    background: url("../images/piaofu_img.png") no-repeat top center;
    background-size: 100%;
    width: 4%;
    height: 195px;
    z-index: 99;
}*/
.page_solution .solutions_why{
    margin-top: 20px;
}
.solution_img{
    text-align: center;
    padding: 0 15px;
    padding-bottom: 30px;
}
.solution_img img{
    max-width: 100%;
}
/*视频部分样式开始*/
.video_list{
    padding: 30px 0;
    margin-bottom:-30px;
}
.video_list .item{
    position: relative;
    /*padding: 35px 0;*/
    padding: 50px 0;
}
.video_list .item:nth-of-type(2n+1){
    background-color: #F4F4F4;
}
.video_box{
    position: relative;
}
.video_bj{
    background: url("../images/computer.png") no-repeat;
    background-size: 100%;
}
.video_pos{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_pos .video_size{
    position: relative;
    top: 5.5%;
    width: 82%;
    margin: 0 auto;
}
.video_pos .video_size .video_sp{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    height: 100%;
    z-index: 99;
}
.video_list .item .wenzhang h3.title{
    margin-top: 0;
    /*font-size: 28px;*/
    font-size: 26px;
    color: #004377;
    margin-bottom:20px;
}
.video_list .item .wenzhang div.wz{
    /*font-size: 20px;*/
    font-size: 18px;
    color: #3F3F41;
    line-height: 24px;
    font-weight: 400;
    min-height: 300px;
    text-align:justify;
	text-justify:inter-ideograph; 
}
.video_list .item .wenzhang .comp_list{
    margin-top: 20px;
}
.video_list .item .wenzhang .comp_list li{
    position: relative;
    float: left;
    width: 140px;
    height: 70px;
    border: 1px solid #A5A5A5;
    margin-right: 25px;
}
.video_list .item .wenzhang .comp_list li img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}
.video_list .item .wenzhang .comp_list li.active{
    border-color: #0A81C5;
}
.video_list .item .top{
    position: absolute;
    bottom: -40px;
    right: 30px;
    background: url("../images/ico_jt.jpg") no-repeat left center;
    padding-left: 25px;
    /*font-size: 22px;*/
    font-size: 20px;
    color: #004377;
    cursor: pointer;
    font-weight:bold;
	display:none;
}



#myTabContent img{
	max-width:100%;
}
/*手机版样式调整*/
@media (max-width: 1239px){
    .nav > li > a{
        height: 80px;
        line-height: 30px;
    }
    .partners_list ul li p.title{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .partners_list ul li{
        padding: 0 80px;
    }
    .nav > li{
    	margin-left: 28px;
    }
	.why_choose .choose_list li{
		height:270px;
	}
	.contact_list li{
		height:780px;
	}
}
.nav > li:hover a{
    color: #3F3F41;
}

@media (max-width: 992px){
  	.partners_list{
  		padding: 40px 15px;
  	}
  	/*2021-9-29 Patrick Edit*/
    .footer_top i.logo{
        margin-top: 30px;
    }
    .footer_top .container>div{
        margin-bottom: 5px;
    }
    .footer_top ul.lx_list li{
        margin-bottom: 5px;
    }
    .page_box h3.title{
        /*font-size: 28px;*/
        font-size: 26px;
    }
    .page_box p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
        line-height: 25px;
        text-align:justify;
		text-justify:inter-ideograph;
    }
    .contact_list li p.title{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .contact_list li p.desc,.contact_list li p.title2,.contact_list li p.desc2{
        /*font-size: 14px;*/
        font-size: 12px;
    }
    .page_dy .left{
        border-right: 0;
    }
    .page_dy .right{
        padding-left: 15px;
        padding-top: 10px;
    }
    .partners_list ul li{
        padding: 0 15px;
    }
    .partners_list ul li p.title{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .join_us h3.title{
        /*font-size: 30px;*/
        font-size: 28px;
    }
    .join_us p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .page_cn li p.title{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .page_cn li p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .study_box{
        padding: 20px 15px;
    }
    .study_box>h3.title{
        /*font-size: 28px;*/
        font-size: 26px;
    }
    .study_box p.title{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .study_box p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .study_right{
        display: none;
    }
    .page_job .job_dd li{
        padding: 0 15px;
    }
    .page_job .job_dd li span.tit{
        /*font-size: 14px;*/
        font-size: 12px;
    }
    .page_job .job_dd li span.sj{
        border-left:10px solid transparent;
        border-right:10px solid transparent;
        border-bottom:10px solid #fff;
    }
    .job_box .job_left{
        border-right: 0;
    }
    .page_sol h3.title{
        /*font-size: 28px;*/
        font-size: 26px;
        margin: 20px 0;
    }
    .page_sol ul li p.title{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .page_sol ul li p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .page_tab .left>i{
        margin-top: 0;
    }
    .page_tab .right{
        padding-left: 15px;
        padding-right: 15px;
    }
    .page_tab .right ul.cloud_nav li{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .cloud_list .content{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .cloud_list .content p.title{
        /*font-size: 24px;*/
        font-size: 22px;
    }
    .page_ly::before{
       display: none;
    }
    .video_list .item .wenzhang h3.title{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .video_list .item .wenzhang div.wz{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .video_list .item .wenzhang .comp_list li{
        margin-bottom: 10px;
        width: 100px;
        height: 50px;
    }
    .video_list .item .row>div{
        margin-bottom: 20px;
    }
	.video_list .item .top{
		display:none;
	}
	.video_list .item .wenzhang div.wz{
		min-height: auto;
	}
	.yy{
		padding:0 15px
	}
}

@media (max-width: 768px){
    .nav > li{
        margin-right: 20px;
    }
    .navbar-default .navbar-nav > li > a{
        color: #6f6f6f;
    }
    .nav > li > a{
        padding: 10px 0;
        height: 50px;
        line-height: 30px;
        border-bottom: solid 1px #e0e0e0;
        /*font-size: 16px;*/
        font-size: 14px;
        color: #6f6f6f;
    }

    nav.navbar.bootsnav li.dropdown a.dropdown-toggle:before{
        font-family: 'Glyphicons Halflings';
        content: "\e080";
        float: right;
        /*font-size: 16px;*/
        font-size: 14px;
        margin-left: 10px;
    }
    nav.navbar.bootsnav li.on a.dropdown-toggle:before{
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        /*font-size: 16px;*/
        font-size: 14px;
        margin-left: 10px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu{
        width: 100%;
        position: relative !important;
        background-color: transparent;
        float: none;
        border: none;
        padding: 0 0 0 15px !important;
        margin: 0 0 -1px 0 !important;
        -moz-box-shadow: 0px 0px 0px;
        -webkit-box-shadow: 0px 0px 0px; 
        -o-box-shadow: 0px 0px 0px;
        box-shadow: 0px 0px 0px;
        -moz-border-radius: 0px 0px 0px;
        -webkit-border-radius: 0px 0px 0px;
        -o-border-radius: 0px 0px 0px;
        border-radius: 0px 0px 0px;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li{
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    nav.navbar.bootsnav ul.nav li.dropdown ul.dropdown-menu li a{
        padding-left: 0;

    }

    .top_hot{
        padding: 20px 0;
    }
    .top_hot h3.title{
        /*font-size: 30px;*/
        font-size: 28px;
        margin-bottom: 20px;
    }
    .hot_list li span{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .why_choose h3.title,.partners h3.title{
        /*font-size: 26px;*/
        font-size: 24px;
		padding: 0 15px;
    }
    .why_choose .choose_list li>p.tit{
        /*font-size: 24px;*/
        font-size: 22px;
    }
    .why_choose .choose_list li>p.desc{
        /*font-size: 18px;*/
        font-size: 16px;
    }


    .page_lco,.page_lco a{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .page_box h3.title{
        /*font-size: 20px;*/
        font-size: 18px;
    }
    .page_box span.dian{
        display: none;
    }
    .page_box p.desc{
        display: none;
    }

    .page_map p.title,.page_map p.content{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .service_tab .tab-content>div{
        /*font-size: 16px;*/
        font-size: 14px;
    }
    .partners_list ul li p.title{
        /*font-size: 14px;*/
        font-size: 12px;
    }
    .about_story .story_box h3.title{
        /*font-size: 18px;*/
        font-size: 16px;
    }
    .about_story .story_box div.desc{
        /*font-size: 16px;*/
        font-size: 14px;
    }
	.why_choose .choose_list li{
		height:300px;
	}
}
@media (max-width: 620px){
	.why_choose .choose_list li{
		height:400px;
	}
	
}
@media (max-width: 460px){
	.contact_list li{
		height:630px;
	}
}