@media print {
    @page
    {
        size: auto;   /* auto is the current printer page size */
        margin: 0mm;  /* this affects the margin in the printer settings */
    }

    body
    {
        margin: 0px;  /* the margin on the content before printing */
    }
}

@font-face {
    font-family:"微软雅黑";
   
}
* {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-family:"微软雅黑",sans-serif;
  
}
html {
    background-color: #fff;
    height: 100%;
}
body {
    color: #333333;
    height: auto;
}
header{
    height: 83px;
	
}
input,text,button{
    outline: medium;
}
a:link ,a:visited, a:hover,a:active{text-decoration: none;}
.nav-tabs>li>a{
    color: #333333;
}
.notposition{
    position: static!important;
}
.block{
    display: block;
    width: 100%;
}
.inlineBlock{
    display: inline-block;
}
.floatLeft{
    float: left;
}
/*topsen1*/
#topsen_body{
    background: url("../images/topsen1_back2_1.jpg") no-repeat;
    background-size: cover;
    height: 100%;
    border-top:5px solid #ca291c;
}
#topsen_body header{
    padding-top: 30px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#topsen_body header .topsen1_imglogo{
    display: block;
    width: 200px;
}

.topsen1_main{
    position: relative;
    top: 60%;
    transform: translateY(-50%)!important;

}
.topsen1_main h1,.topsen1_main h2,.topsen1_main h5{
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    max-width: 80%;
    margin: 0 auto 30px;
}
.topsen1_main h5{
    font-size: 20px;
    line-height: 1.5em;
}
.topsen1_qxz{
    margin-top: 130px;
    width: 100%;
    text-align: center;
}
.topsen1_qxz span{
    font-size: 20px;
    color: #ca291c;
    font-weight: 100;
    padding: 6px 12px;
    background: url("../images/qxz.png") no-repeat;
    background-size: cover;
    padding-bottom: 22px;
}
.topsen1_sjx{
    display: block;
    list-style-type: none;
    margin-right: auto!important;
    margin-left: auto!important;
    margin-top: 100px;
    text-align: center;
    width: 800px;
}
.topsen1_sjx li{
    display: inline-block;
    position: relative;
    float: left;
    width: 100px;
    height: 90px;
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
    transition: all 800ms ease-in-out;

}
.topsen1_sjx li:nth-child(odd){
    background: url("../images/sjx.png") no-repeat;
    background-size: cover;
}
.topsen1_sjx li:nth-child(even){
    background: url("../images/sjx1.png") no-repeat;
    background-size: cover;
}
.topsen1_sjx li:hover{
    background-size: cover;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    transition: all 500ms ease-in-out;
}
.topsen1_sjx li:nth-child(1):hover{
    background: url("../images/sjx_hover_1.png") no-repeat;
}
.topsen1_sjx li:nth-child(2):hover{
    background: url("../images/sjx_hover_2.png") no-repeat;
}
.topsen1_sjx li:nth-child(3):hover{
    background: url("../images/sjx_hover_3.png") no-repeat;
}
.topsen1_sjx li:nth-child(4):hover{
    background: url("../images/sjx_hover_4.png") no-repeat;
}
.topsen1_sjx li:nth-child(5):hover{
    background: url("../images/sjx_hover_5.png") no-repeat;
}
.topsen1_sjx li:nth-child(6):hover{
    background: url("../images/sjx_hover_6.png") no-repeat;
}
.topsen1_sjx li:nth-child(7):hover{
    background: url("../images/sjx_hover_7.png") no-repeat;
}
.topsen1_sjx li:nth-child(8):hover{
    background: url("../images/sjx_hover_8.png") no-repeat;
}

.topsen1_sjx li:hover a{
    -moz-transform:scaleX(-1);
    -webkit-transform:scaleX(-1);
    -o-transform:scaleX(-1);
    -ms-transform:scaleX(-1);
    transform:scaleX(-1);
}
.topsen1_sjx li a{
    position: absolute;
    left: 25px;
    z-index: 77;
    font-size: 14px;
    display: block;
    margin: 0;
    padding: 0;
    width: 50px;
    text-align: center;
    color: #ffffff;
}
.topsen1_sjx li:nth-child(odd) a{
    top: 25px;
}
.topsen1_sjx li:nth-child(even) a{
    top: 48px;
}

/*topsen1 end*/


/*topsen2*/
.topsen2_head{
    display: block;
    width: 100%;
    height: 159px;
    position: absolute;
    top: 58%!important;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;
}
.topsen2_head h1{
    text-align: center;
    color: #ffffff;
    font-weight: 100;
    margin: 30px auto;
    max-width: 80%;
}
.topsen2_head h5{
    font-size: 20px;
    line-height: 1.5em;
    color: #FFF;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}
.header2_main{
    position: absolute;
    width: 100%;
    height: 400px;
    width: 303px;
    left: 50%;
    margin-left: -151px;
    top: 50%;
    transform: translateY(-50%)!important;
    -webkit-transform: translateY(-50%)!important;
    -o-transform: translateY(-50%)!important;
    -moz-transform: translateY(-50%)!important;
    -ms-transform: translateY(-50%)!important;

}
.header2_main_logoban,
.header2_main_logoban2{
    position: absolute;
    list-style-type: none;
    display: block;
    /*height: 303px;*/
    /*width: 303px;*/
    /*left: 50%;*/
    /*margin-left: -151px;*/
    /*top: 50%;*/
    /*transform: translateY(-50%)!important;*/
    /*-webkit-transform: translateY(-50%)!important;*/
    /*-o-transform: translateY(-50%)!important;*/
    /*-moz-transform: translateY(-50%)!important;*/
    /*-ms-transform: translateY(-50%)!important;*/
}
.header2_main_logoban2{
    z-index: 999;
}
.header2_main_logoban2 li{
    position: absolute;
    /*border: 1px solid #FFF;*/
}
.header2_main_logoban2 li:nth-child(1){
    width: 60px;
    height: 80px;
    top: 22px;
    left: 120px;
}
.header2_main_logoban2 li:nth-child(2){
    width: 60px;
    height: 60px;
    top: 60px;
    left: 185px;
}
.header2_main_logoban2 li:nth-child(3){
    width: 80px;
    height: 60px;
    top: 120px;
    left: 200px
}
.header2_main_logoban2 li:nth-child(4){
    width: 70px;
    height: 60px;
    top: 180px;
    left: 180px;
}
.header2_main_logoban2 li:nth-child(5){
    width: 50px;
    height: 80px;
    top: 200px;
    left: 130px;
}
.header2_main_logoban2 li:nth-child(6){
    width: 70px;
    height: 60px;
    top: 180px;
    left: 48px;
}
.header2_main_logoban2 li:nth-child(7){
    width: 80px;
    height: 60px;
    top: 120px;
    left: 22px;
}
.mian_li_1_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: -20px!important;
}
.mainFrame{
    display: block;
    width: 100%;
    border: none;
}
.mian_li_2_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 10px!important;
    left: 149px!important;
}
.mian_li_3_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    left: 177px!important;
}
.mian_li_4_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 145px!important;
    left: 149px!important;
}
.mian_li_5_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 170px!important;
}
.mian_li_6_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    top: 146px!important;
    left: 9px!important;
}
.mian_li_7_hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    left: -16px!important;
}
.header2_main_logoban li{
    z-index: 1;
    position: absolute;
    display: inline-block;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}

.header2_main_logoban li:nth-child(1){
    top: 0px;
    left: 78px;
}
.header2_main_logoban li:nth-child(2){
    top: 22px;
    left: 137px;
}
.header2_main_logoban li:nth-child(3){
    top: 77px;
    left: 159px;
}
.header2_main_logoban li:nth-child(4){
    top: 134px;
    left: 138px;
}
.header2_main_logoban li:nth-child(5){
    top: 157px;
    left: 80px;
}
.header2_main_logoban li:nth-child(6){
    top: 135px;
    left: 20px;
}
.header2_main_logoban li:nth-child(7){
    top: 77px;
    left: 0px;
}
.header2_main_logoban2 li:hover{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.header2_main_logoban2 li:hover:nth-child(1){
    top: 0px!important;
}
.header2_main_logoban2 li:hover:nth-child(2){
    top: 50px!important;
    left: 200px!important;
}
.header2_main_logoban2 li:hover:nth-child(3){
    top: 120px!important;
    left: 220px!important;
}
.header2_main_logoban2 li:hover:nth-child(4){
    top: 190px!important;
    left: 190px!important;
}
.header2_main_logoban2 li:hover:nth-child(5){
    top: 215px!important;
    left: 120px!important;
}
.header2_main_logoban2 li:hover:nth-child(6){
    top: 190px!important;
    left: 38px!important;
}
.header2_main_logoban2 li:hover:nth-child(7){
    top: 120px!important;
    left: 5px!important;
}
.header2_main_logoban li a,
.header2_main_logoban li img{
    display: block;
}
.header2_main_logoban li img{
    width: 145px;
}

.header2_main_logoban2 li span{
    position: absolute;
    z-index: 999;
    color: #FFF;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    opacity: 0;
}
.topsen2_span1{
    top: 22px;
    left: 0px;
}
.topsen2_span2{
    top: 6px;
    left: 5px;
}
.topsen2_span3{
    top: 20px;
    left: 0px;
}
.topsen2_span4{
    top: 30px;
    left: 8px;
}
.topsen2_span5{
    bottom: 15px;
    left: 5px;
}
.topsen2_span6{
    bottom: 15px;
    left: -5px;
}
.topsen2_span7{
    top: 21px;
    left: 0px;
}

.header2_main_logoban2 li:hover .header2_main_logoban_tit{
    opacity: 1;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}
.topsen2_footer{
    background: url("../images/topsen2footer.png") no-repeat;
    background-size: cover;
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 600px;
    margin-left: -300px;
    padding: 20px 0!important;
    border: none!important;
}
.topsen2_footer p{
    color: #FFF!important;
    font-size: 18px;
}
.btn_index{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}
.btn_index a{
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    -ms-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
    border: 1px solid #1f5a92;
    color: #1f5a92;
    padding: 6px 70px;
    border-radius: 6px;
    background: rgba(3,33,67,0.5);
}
.btn_index a:hover{
    border: 1px solid #059ed8;
    color: #059ed8;
    padding: 6px 70px;
    border-radius: 6px;
}
/*topsen2 END*/


.ind_header{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    box-shadow: 0 5px 6px -3px rgba(227, 227, 227, 0.5);
    background: #FFF;
    position: fixed;
    z-index: 99;
    border-top: 5px solid #ca291d;
    top: 0;
    transition: top .5s;
}
.gizle {
    top: -143px;
}
.sabit {
    top:0;
    z-index: 99;
	border-bottom:1px solid #e5e5e5;box-shadow:0 2px 8px rgba(0,0,0,.1);
	
}

.haeader_logo{
    padding-top: 20px;
    /*padding-bottom: 20px;*/
    /*position: relative;*/
}
.header_ss{
    float: right;
    border-bottom: 1px solid #444444;
    margin-top: 5px;
}
.header_ss input[type="text"]{
    border: none;
    display: inline-block;
    padding: 6px 0;
}
.header_ss a{
    display: inline-block;
    float: right;
    padding: 6px 0;
}
.haeader_logo>img{
    display: block;
    float: left;
    max-width: 150px;
    margin-bottom: 5px;
}
#nav{
    float: right;
    background-color: #ffffff;
    /*vertical-align:bottom!important;*/
    margin: 12.5px 0 0 0;
}
#nav, #nav ul {
    list-style-type: none;
}

#nav > li {
    margin-right: 3px;
    float: left;
    display: inline-block;
    /*margin-bottom: -10px;*/
    text-align: center;
    /*-moz-transition: all 300ms ease-in-out 0s;*/
    /*-ms-transition: all 300ms ease-in-out 0s;*/
    /*-o-transition: all 300ms ease-in-out 0s;*/
    /*-webkit-transition: all 300ms ease-in-out 0s;*/
    /*transition: all 300ms ease-in-out 0s;*/
}
/*#nav>li>a {*/
    /*-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;*/
    /*-ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;*/
    /*-o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;*/
    /*-webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;*/
    /*transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;*/
    /*white-space: normal;*/
/*}*/
#nav > li > a {
    padding: 0 15px;
    color: #333333;
    display: block;
    font-size: 16px;
    line-height: 35px;
    text-transform: uppercase;
    border-bottom: 5px solid transparent;
    text-align: center;
}
.header_navtk{
	
	position: absolute;
	z-index: 999;
	background: #FFF;
	width: 100%;
	left: 0px;
	top: 78px;
	padding: 30px 0 20px;
	overflow: hidden;
	border-bottom: 5px solid #f0ad4e;
}
.header_navtk_left{
    width: 50%;
    padding-right: 15%;
    float: left;
    text-align: right;

}
.header_navtk .subs{
    display: inline-block;
    width: auto;
    text-align: left;
    float: right;
}
.header_navtk .subs>li{
    display: block;
    margin: 10px 0;
}
.header_navtk .subs>li>a{
    color: #333333;
    transition-duration: 300ms;
    -o-transition-duration: 300ms;
    -webkit-transition-duration: 300ms;
    -ms-transition-duration: 300ms;
    -moz-transition-duration: 300ms;
    padding-bottom: 5px;
}
.header_navtk .subs>li>a:hover {
    color: #d9534f;
    border-bottom: 1px solid #d9534f;
}
.header_navtk .subs>li>a:hover span{
    color: #d9534f;
}
.header_navtk .subs>li>a>span{
    margin-left: 10px;
}
.header_navtk .header_navtk_right{
    width: 50%;
    float: left;
    border-left: 2px solid #ddd;
    padding-left: 40px;
    padding-bottom: 20px;
}
.header_navtk_right h1{
    font-size: 28px;
    color: #333333;
    margin-bottom: 15px;
    margin-top: 0;
    font-weight: bold;
}
.header_navtk_right img{
    max-width: 100%;
    max-height: 150px;
    display: block;
}





.active_a1{
    border-bottom: 5px solid #d35252;
}
.active_a2{
    border-bottom: 5px solid #d3c47b;
}
.active_a3{
    border-bottom: 5px solid #5dafc6;
}
.active_a4{
    border-bottom: 5px solid #b0c17a;
}
.active_a5{
    border-bottom: 5px solid #0f76b9;
}
.active_a6{
    border-bottom: 5px solid #c74a68;
}
.active_a7{
    border-bottom: 5px solid #d3927b;
}
.active_a8{
    border-bottom: 5px solid #d26e66;
}

/* responsive rules */
@media all and (max-width : 980px) {
    #nav > li {
        float: none;
        border-bottom: 0;
        margin-bottom: 0;
    }
    #nav ul.subs {
        position: relative;
        top: 0;
    }
    #nav li:hover ul.subs {
        display: none;
    }
    /*#nav li #s1:target + ul.subs,*/
    /*#nav li #s2:target + ul.subs {*/
        /*display: block;*/
    /*}*/

    #nav ul.subs > li {
        display: block;
        width: auto;
    }
}
.banner {
    position: relative;
    /*margin-top: 133px;*/
    height: 100%;
    z-index: 0;
    background: url("../images/slide_1.jpg") no-repeat;
    background-size:100% 100%;
    width: 100%;
    
    height: 400px;
    /*background-position: 0px 133px ;*/
}
.carousel-control span{
    color: #999999;
}
.carousel-control span:hover{
    color: #FFF;
}
.lbtitlecon{
    position: absolute;
    z-index: 1;
    height: 227px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.carousel-control{
    z-index: 2;
}
.lbtitle{
    /*color: #fdbb30;*/
    color: #CF462F;
    /*margin-top: 130px;*/
    text-align: center;
    font-size: 1.2cm;
    font-weight: bold;
    font-family: "微软雅黑";
}
.lbtext{
    color: #484848;
    text-align: center;
    margin-top: 30px;
    font-size: 24px;
    font-family: "微软雅黑";
}
.ind_main_dsj{
    background: #FFF;
}
.ind_main_title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    color: #333333;
}
.ind_main_title1{
    color: #FFF;
}
 .ind_main_dsj-fl{
    border: 1px solid #c7c7c7;
    /*margin-top: 40px;*/
    height: 412px;
    padding-bottom: 20px;
    position: relative;
     background: #FFF;
}
.ind_main_dsj-fl img{
    display: block;
    width: 100%;
    height: 192px;
}

.ind_main_dsj-fl h3{
    font-weight: bold;
    overflow : hidden;
    line-height: 1.5em;
    padding-right: 15px;
    padding-left: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    height: 1.5em;

}
.ind_main_dsj-fl p{
    margin-top: 20px;
    margin-bottom: 20px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 1.5em;
    padding-right: 15px;
    padding-left: 15px;
    max-height: 3em;

}
.ind_main_dsj-fl>a{
    display: block;
    color: #3b6caa;
    /*padding-right: 15px;*/
    /*padding-left: 15px;*/
    /*margin-bottom: 20px;*/
    position: absolute;
    bottom: 20px;
    left: 15px;

}
.ind_main_dsj-fl a i{
    color: #3b6caa;
    font-size: 18px;
    margin-right: 5px;
}
#ibm-homepage-cognitive,.ibm-cci_particles {
    background-color:#0a4d93;
    margin-top: 50px;
    position: relative;
    min-height: 610px;
}
.ibm-cci_particles {
    position:relative;
    box-sizing:border-box
}
.ibm-cci_particles .ibm-cci_particles-background {
    width:100%;
    height:100%;
    position:absolute;
    top:0
}
#particles-js {
    background: linear-gradient(145deg, #2f517e 30%,#4178be 80%);
    /*background-image:url();*/
    background-position:50% 50%;
    background-repeat:no-repeat;
    background-size:cover
}
.ind_main_2{
    position: absolute;
    z-index: 99;
    left: 0;
    top: 0;
    width: 100%;
}
.ind_main_3{
    background: #f5f6f7;
    padding-bottom: 50px;
}
.ind_mian3_img{
    display: block;
    width: 100%;
    border-radius: 50%;
    border: 5px solid #fdbb30;
}
.ind_mian3_fl_title{
    margin-top: 0;
    font-weight: bold;
    line-height: 1.5em;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.ind_mian3_fl_pp{
    line-height: 1.5em;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.ind_main_4{
    background:#ffffff;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 50px;
}
.ind_main_4_img{
    display: block;
    width: 100%;
    border-radius: 4px;
}
.ind_main_5{
    background: url("../images/main_5-1.jpg") no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding:50px 0;
}
.ind_main_5_fl{
    border: 1px solid #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}
.ind_main_5_fl p{
    color: #FFF;
    text-align: center;
    font-size: 35px;
}
.ind_main_5_fl span{
    font-size: 3em;
    color: #FFF;
    display: block;
    text-align: center;
}
.index_hydtmain{
    width: 100%;
    background: rgba(0, 0, 0, 0.03);
    /*background: rgba(234, 238, 249, 0.6);*/
    padding: 50px 0;
}

footer{
    background: #f2f2f2;
    padding: 40px 0;
    border-bottom: 5px solid #ca291d;
}
footer p{
    text-align: center;
    margin-bottom: 0;
    color: #333;
    font-size: 16px;
}
.dtimg{
    position: fixed;
    z-index: 999;
    bottom: 50px;
    right: 70px;
    -webkit-animation: dtimg 5000ms ease-in-out infinite alternate;
    -o-animation: dtimg 5000ms ease-in-out infinite alternate;
    -moz-animation: dtimg 5000ms ease-in-out infinite alternate;
    animation: dtimg 5000ms ease-in-out infinite alternate;
}
.dtimg:hover{
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
}
.dtimg img{
    max-width: 70px;
    display: block;
    transition:All 0.5s ease-in-out;
    -webkit-transition:All 0.5s ease-in-out;
    -moz-transition:All 0.5s ease-in-out;
    -o-transition:All 0.5s ease-in-out;
}
.dtimg img:hover{
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
}
@keyframes dtimg {
    0%{
        bottom: 50px;
        right: 70px;
    }
    40%{
        bottom: 60px;
        right: 80px;
    }
    70%{
        bottom: 50px;
        right: 80px;
    }
    100%{
        bottom: 50px;
        right: 70px;
    }
}
.index_article{
    background: #FFF;
    width: 100%;
    margin: 50px 0;
}
.index_more{
    float: right;
    display: block;
    color: #ca291d;
}
.index_article_title{
    position: relative;
    border: none!important;
    width: 100%!important;
    margin-bottom: 20px!important;
    margin-top: 0;
}
.index_article_title>span{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #f53030;
    border: 1px solid #f53030;
    padding: 10px 0;
    width: 230px;
    margin: 0 auto;
}
.index_article_title>.index_more{
    position: absolute;
    right: 0px;
    top: 20px;
    color: #f53030;

}
/*首页--业务介绍*/
.ind_mian_ywjs{
    /*background: #f2f2f2;*/
}

.ind_ywjs_con{
   /*margin-top: 30px;*/
    padding: 50px 0;

}
.ind_ywjs_con h1{
    text-align: center;
    margin: 0;
    font-size: 18px;
    /*color: #ca291d;*/
    color: #f53030;
    border: 1px solid #f53030;
    padding: 10px 0;
    width: 230px;
    margin: 0 auto;
}
.ind_ywjs_wow{
    margin-top: 40px;
    position: relative;
    overflow: hidden;
    /*border: 10px solid #f2f2f2;*/
    /*height: 350px;*/
    /*border-radius: 10px;*/
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover{
    bottom:0px;
    background: rgba(202,41,29,0.6);
    background: rgba(22,38,56,0.6);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover2{
    bottom:0px;
    background: rgba(25,63,56,0.6);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover3{
    bottom:0px;
    background: rgba(25,58,67,0.6);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover4{
    bottom:0px;
    background: rgba(75,44,33,0.6);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover5{
    bottom:0px;
    background: rgba(66,27,24,0.6);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover6{
    bottom:0px;
    background: rgba(59,49,18,0.6);
}
.ind_ywjs_wow img{
    display: block;
    width: 100%;
    height: auto;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
    transition-duration:0.3s;
}
.ind_ywjs_wow:hover img{
    -webkit-transform:scale(1.1,1.1);
    -moz-transform:scale(1.1,1.1);
    transform:scale(1.1,1.1);
}
.ind_ywjs_wow_hover{
    display: block;
    position: absolute;
    /*bottom: 0;*/
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    bottom:-100%;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
    transition-duration:0.3s;
    padding: 25px;
}
.ind_ywjs_wow_hover span{
    position: absolute;
    color: #FFF;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);

}
.ind_ywjs_wow_hover h3{
    color: #fdbb30!important;
    font-size: 18px;
    margin: 0;
}
.ind_ywjs_wow_hover h3 i{
    color: #fdbb30!important;
    display: inline-block;
    margin-right: 5px;
}
.ind_ywjs_wow_hover_nr{
    position: relative;
    height: 100%;
    width: 88%;
    margin: 0 auto;
}
.ind_ywjs_wow_hover_nr1,
.ind_ywjs_wow_hover_nr2,
.ind_ywjs_wow_hover_nr3{
    position: absolute;
    display: block;
    height: 34px;
    width: 100%;
    text-align: center;
    -webkit-transition: transform 300ms;
    -moz-transition: transform 300ms;
    -o-transition: -o-transform 300ms;
    -ms-transition: -ms-transform 300ms;
    transition: transform 300ms;
}
.ind_ywjs_wow_hover_nr1{
    bottom: 74px;
    left: 0;
}
.ind_ywjs_wow_hover_nr2{
    bottom: 20px;
    left: 0;
}
.ind_ywjs_wow_hover_nr3{
    bottom: 30px;
    left: 0;
}
.ind_ywjs_wow_hover_nr1::before,
.ind_ywjs_wow_hover_nr1::after,
.ind_ywjs_wow_hover_nr2::before,
.ind_ywjs_wow_hover_nr2::after,
.ind_ywjs_wow_hover_nr3::before,
.ind_ywjs_wow_hover_nr3::after{
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    content:  '';
    opacity: 0;
    -webkit-transition: opacity 0.35s,-webkit-transform 500ms;
    -moz-transition: opacity 0.35s, -moz-transform 500ms;
    -o-transition: opacity 0.35s, -o-transform 500ms;
    -ms-transition: opacity 0.35s, -ms-transform 500ms;
    transition: opacity 0.35s, transform 500ms;
}

.ind_ywjs_wow_hover_nr1:before,
.ind_ywjs_wow_hover_nr2:before,
.ind_ywjs_wow_hover_nr3:before{
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    -moz-transform: scale(0,1);
    -o-transform: scale(0,1);
    -ms-transform: scale(0,1);
    transform: scale(0,1);
}

.ind_ywjs_wow_hover_nr1:after,
.ind_ywjs_wow_hover_nr2:after,
.ind_ywjs_wow_hover_nr3:after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    -moz-transform: scale(1,0);
    -o-transform: scale(1,0);
    -ms-transform: scale(1,0);
    transform: scale(1,0);
}
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr1:before,
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr1:after,
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr2:before,
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr2:after,
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr3:before,
.ind_ywjs_wow:hover .ind_ywjs_wow_hover_nr3:after {
    height: 34px;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.ind_ywjs_wow:hover:hover span{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ind_ywjs_wow_hover_nr span{
    display: block;
    color: #FFF;
    height: 34px;
    line-height: 0px;
    -webkit-transition: transform 500ms;
    -moz-transition: transform 500ms;
    -o-transition: -o-transform 500ms;
    -ms-transition: -ms-transform 500ms;
    transition: transform 500ms;
    -webkit-transform: translate3d(0,-20px,0);
    -moz-transform: translate3d(0,-20px,0);
    -o-transform: translate3d(0,-20px,0);
    -ms-transform: translate3d(0,-20px,0);
    transform: translate3d(0,-20px,0);
    opacity:0;
    font-size: 16px;
}
.ind_ywjs_wow_hover_nr1:hover::after,
.ind_ywjs_wow_hover_nr2:hover::after{
    /*border: 1px solid #fdbb30;*/

}
.ind_ywjs_wow_hover_nr1:hover{
    -webkit-transform:skew(-25deg);
    -moz-transform:skew(-25deg);
    -o-transform:skew(-25deg);
    -ms-transform:skew(-25deg);
    transform:skew(-25deg);
}
.ind_ywjs_wow_hover_nr2:hover{
    -webkit-transform:skew(25deg);
    -moz-transform:skew(25deg);
    -o-transform:skew(25deg);
    -ms-transform:skew(25deg);
    transform:skew(25deg);
}
.ind_ywjs_wow_hover_nr1:hover span,
.ind_ywjs_wow_hover_nr2:hover span{
    /*color: #fdbb30;*/
}
.ind_ywjs_wow img{
    display: block;
    width: 100%;
    /*border-radius: 10px;*/
}
/*首页--业务介绍 END*/

/*首页--成就*/
.ind_main_cj{
    background: url("../images/slide_3.jpg") no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.ind_main_cj_title{
    color: #54ccf0!important;
    border: none!important;
    /*background: #5bc0de;*/
    border: 1px solid #54ccf0!important;
}
.ind_main_cj_a{
    display: block;
    /*webkit-transform: rotateY(0deg);*/
    /*-moz-transform: rotateY(0deg);*/
    /*-ms-transform: rotateY(0deg);*/
    /*-o-transform: rotateY(0deg);*/
    /*transform: rotateY(0deg);*/
    transition: all 500ms ease-in-out;
}
.ind_main_cj_a:hover{
    /*-webkit-transform: rotateY(360deg);*/
    /*-moz-transform: rotateY(360deg);*/
    /*-ms-transform: rotateY(360deg);*/
    /*-o-transform: rotateY(360deg);*/
    /*transform: rotateY(360deg);*/
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    transition: all 300ms ease-in-out;
}
.ind_main_cj_nr{
    margin-top: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    /*border-radius: 6px;*/
    /*position: relative;*/
    border: 1px solid #FFF;
    padding: 20px 0;
    background: rgba(1,155,193,0.3);
}
.ind_main_cj_a1:hover .ind_main_cj_nr{
    border: 1px solid #ff0000;
}
.ind_main_cj_a2:hover .ind_main_cj_nr{
    border: 1px solid #fdbb30;
}
.ind_main_cj_a3:hover .ind_main_cj_nr{
    border: 1px solid #00fef5;
}
.ind_main_cj_a4:hover .ind_main_cj_nr{
    border: 1px solid #fbfe00;
}
.ind_main_cj_a5:hover .ind_main_cj_nr{
    border: 1px solid #4de846;
}
.ind_main_cj_a6:hover .ind_main_cj_nr{
    border: 1px solid #ed6942;
}
.ind_main_cj_nr img{
    display: block;
    width: 100%;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    /*border-radius: 50%;*/
    /*border: 5px solid #d9534f;*/
}
.ind_main_cj_nr_a{
    /*position: absolute;*/
    width: 100%;
    /*border-radius: 50%;*/
    /*top: 50%;*/
    /*left: 50%;*/
    /*-webkit-transform: translateY(-50%);*/
    /*-moz-transform: translateY(-50%);*/
    /*-ms-transform: translateY(-50%);*/
    /*-o-transform: translateY(-50%);*/
    /*transform: translateY(-50%);*/
}
.ind_main_cj_nr_a span{
    display: block;
    font-size:60px;
    text-align: center;
    color: #FFF;
}
.ind_main_cj_nr_a p{
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px;
    font-size: 16px;
}
/*首页--成就END*/


/*企业简介*/
.qyjj_banner>img{
    display: block;
    width: 100%;
}
.qyjj_main{
    padding-top: 50px;
    padding-bottom: 50px;
}
.qyjj_main article{
    padding: 20px;
    border: 1px solid #ddd;
    border-top-color: transparent;
    min-height: 516px;
}
.qyjj_nottab_main>article{
    border-top-color: #DDD;
}
.qyjj_main article>h3,
.nav-tabs-row>h3{
    font-size: 14px;
    line-height: 1.5em;
    color: #FFF;
    background: #d43434;
    /*width: 120px;*/
    text-align: center;
    padding: 4px 10px;
    margin-bottom: 20px;
    margin-top: 0;
    display: inline-block;
}
.qyjj_main article>h3 .dangqianweizhi,
.nav-tabs-row>h3 .dangqianweizhi,
.qyjj_main article>h3>.fa,
.nav-tabs-row>h3>.fa {
    color: #d43434;
    font-size: 14px;
    margin-right: 5px;
    font-weight: bold;
}
.mianbaoxie{
    background: transparent!important;
    color: #d43434!important;
}
.dangqianweizhi>i.fa{
    color: #d43434;
    font-weight: bold;
}
.qyjj_main article>p,
.nav-tabs-row>p{
    line-height: 1.5em;
    color: #575757;
    text-indent: 2em;
}
.qyjj_main article p{
    font-family:微软雅黑;
    font-size: 14px;
}
.qyjj_main article>p>.fa{
    margin-right: 3px;
}
.qyjj_main article img{
    display: block;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.qyjj_main article img:first-child{
    margin-bottom: 0;
}
.qyjj_main_nav-tabs{
    border-radius: 0!important;
}
.qyjj_main_right{
    border: 1px solid #ddd;
    padding: 20px;
}
.qyjj_main_right h3{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #575757;
    border-bottom: 2px solid #575757;
    padding-bottom: 5px;
}
.qyjj_main_right h3 span{
    font-size: 16px;
    color: #575757;
    font-weight: 400;
}
.qyjj_main_right img{
    display: block;
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    margin-top: 20px;
}
.qyjj_mian_right_neeq p{
    color: #d43434;
    display: inline-block;
}
.qyjj_mian_right_neeq p:nth-child(1){
    font-size: 30px;
}
.qyjj_mian_right_neeq p:nth-child(1) span{
    color: #d43434;
    font-size: 28px;

}
.fnegcaimian-row-data{
    position: absolute;
    bottom: 15px;
    right: 0px;
    color: #999999;
}
/*END企业简介*/

@media (max-width: 1199px){

    .header_ss input{
        width: 150px;
    }
    #nav > li > a{
        padding: 0 10px;
    }
}
/*企业荣誉*/
.nav-tabs-row{
    /*margin-top: 20px;*/
}
.nav-tabs-row:first-child{
    margin-top: 0;
}
.qyjj_nottab_mainconterow{
    border-top: 1px solid #ddd;
    padding: 20px 0;
}
.qyjj_nottab_mainconterow:nth-last-child(2){
    border-bottom: 1px solid #ddd;
}
.qyjj_nottab_mainconterow-p1 > span:nth-child(1){
    display: inline-block;
    width: 40px;
    height: 36px;
    border-radius: 50%;
    background: #d43434;
    color: #FFF;
    text-align: center;
    line-height: 36px;
    font-size: 14px;
}
.qyjj_nottab_mainconterow-p1 > span:nth-child(2) {
    color: #d43434;
    display: inline-block;
    line-height: 36px;
    font-size: 16px;
}
.qyjj_nottab_mainconterow-p2{
    padding: 6px 10px;
    background: #f8f8fa;
}
.BtnLoadingMore{
    padding: 6px;
    border: 1px solid #d43434;
    display: block;
    text-align: center;
    color: #d43434;
    margin-top: 20px;
    font-size: 16px;
}
.BtnLoadingMore:hover{
    color: #FF0000;
    border-color: #FF0000;
}
/*企业荣誉ENd*/
/*企业文化*/
.yuanjingmain{
    position: relative;
    background: #FFF;
}
.yuanjingmain-h3{
    color: #d43434;
    font-size: 16px;
    padding-left: 15px;
}
.yuanjingmain-border{
    border: 1px solid #d43434;
    padding: 15px 15px 5px;
}
.yuanjingmain-gaixiantop{
    position: absolute;
    right: 15%;
    height: 8px;
    width: 30%;
    top: 23px;
    background: #FFF;
}
.yuanjingmain-gaixianyuandian{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #d43434;
    display: block;
}
.yuanjingmain-gaixianbot{
    text-align: right;
    position: absolute;
    left: 8%;
    height: 8px;
    width: 40%;
    background: #FFF;
    bottom: -3px;
}
.jiazhiguanrow{
    position: relative;
    padding-left: 2em;
}
.jiazhiguanrow>span{
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #999999;
    color: #FFF;
    display: inline-block;
    text-align: center;
    line-height: 32px;
    position: absolute;
    top: 20px;
    left: 2em;
}
.jiazhiguanrow>p{
    padding-left: 42px;
    border-left: 2px dotted #999999;
    margin-left: 16px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
}
.fengcaimain{
    position: relative;
    border-bottom: 1px solid #DDD;
    padding-bottom: 20px;
}
/*.fengcaimain:last-child{*/
    /*border-bottom: none;*/
    /*padding-bottom: 0;*/
/*}*/
.fengcaititleimg{
    position: absolute;
    display: block;!important;
    top: 0;
    left: 0;
    width: 140px!important;
    height: 140px;
    border-radius: 50%;
    border: 1px solid #DDD;
    padding: 5px;
}
.fengcaititleimg img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.fnegcaimian-row{
    padding-left: 160px;
}
.fnegcaimian-row>h3{
    padding-top: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.fnegcaimian-row>p{
    color: #999999;
    height: 3em;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    /*position:relative;*/
    /*line-height:1.5em;*/
    /*overflow:hidden;*/
}
/*.fnegcaimian-row>p::after,*/
/*.fnegcaimian-row>p:after{*/
    /*content:"...";*/
    /*font-weight:bold;*/
    /*position:absolute;*/
    /*bottom:0;*/
    /*right:0;*/
    /*padding:0 20px 1px 45px;*/
    /*background:url(../images/ellipsis_bg.png) repeat-y;*/
/*}*/
.fnegcaimian-row-a{
    display: inline-block;
    padding: 4px 12px;
    background: #d9534f;
    color: #FFF;
    font-size: 14px;
}
.fnegcaimian-row-a:hover{
    background: #c9302c;
    color: #FFF;
}
.texttitle{
    font-size: 28px;
    text-align: center;
}
.texttitle-fu{
    text-align: right;
    font-size: 16px;
}
/*企业文化ENd*/
/*产品和解决方案第一种展现方式*/
.chanpin_article{
    border:none!important;
    background: #FFF;
}
.film_focus {
    width:100%;
    height:504px;
    overflow:hidden;
    position:relative;
    margin-top: 40px;
}
.film_focus ul.film_focus_imgs {
    width: 100%;
    display: block;
    list-style-type: none;
    padding-left: 140px;
    /*height:9999em;*/
    position:absolute;
    right:0;
    top:0;
    /*overflow:hidden;*/
    /*width: 80%;*/
}
.film_focus ul.film_focus_imgs li {
    height:504px;
    overflow:hidden;
    display: block;
}
.film_focus ul.film_focus_imgs li img {
    height:auto;
    width:100%;
    max-height: 504px;
}
.film_focus_desc{
    width: 100%;
}
.film_focus ul.film_focus_nav {
    position: absolute;
    left: auto;
    top: 0;
}
.film_focus ul.film_focus_nav li {
    width:120px;
    padding: 15px;
    background: #b4b4b4;
    cursor: pointer;
    overflow:hidden;
    text-align: center;
    /*margin-bottom: 20px;*/
    /*line-height: 1.4em;*/
    /*border-bottom: 1px solid #FFF;*/
}
.film_focus ul.film_focus_nav li:nth-child(1){
    background: #779aba;
}
.film_focus ul.film_focus_nav li:nth-child(2){
    background: #8ad2c7;
}
.film_focus ul.film_focus_nav li:nth-child(3){
    background: #dbd68a;
}
.film_focus ul.film_focus_nav li:nth-child(4){
    background: #aca588;
}
.film_focus ul.film_focus_nav li:nth-child(5){
    background: #e99366;
}

.film_focus ul.film_focus_nav li>span {
    color: #FFF;
    display: block;
    font-size: 14px;
}
.film_focus ul.film_focus_nav li>i{
    color: #FFF;
    display: block;
}
.film_focus ul.film_focus_nav li.cur {
    word-break:break-all;
    background: #e66464;
}
.film_focus ul.film_focus_nav li >span {
    display:block
}
/*产品和解决方案第一种展现方式END*/
/*招聘*/
.zhaopin_article{
    background: rgba(255,255,255,0.8);
    border:none!important;
}
.shezhao-main{
    position: relative;
    /*margin-top: 20px;*/
}
.shezhao_tabs{
    position: absolute;
    width: 220px;
    right: 0;
    top: 0;
    border: none;
}
.shezhao_tabs>li{
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    text-align: center;
    border: 0;
    float: right;
}
.shezhao_tabs>li>a{
    border: none;
    border-radius: 0;
    display: block;
    color: #FFF;
    text-align: center;
    background: #b4b4b4;
    padding: 0;
    margin: 0;
    line-height: 1.5em;
    width: 90px;
    height: 77px;
    font-size: 14px;
    padding-top: 18px;
}
.shezhao_tabs>li>a>img{
    display: block;
    width: 20px;
    margin: 0 auto;
}
.shezhao_tabs>li>a:hover{
    background: #d43434;
}
.shezhao_tabs>.active>a{
    background: #d43434!important;
    color: #FFF!important;
    border: none!important;
    border-radius: 0!important;
}
.shezhao_tab-content{
    width: 100%;
    padding-right: 210px;
}
.shezhao_tab-content>.tab-pane{
    /*padding: 15px 0;*/
    /*background: #f8f8fa;*/
}
.shezhao_tab-content>.tab-pane>table th,
.shezhao_tab-content>.tab-pane>table td{
    font-size: 14px;
}
.shezhao_tab-content>.tab-pane>table td input[type="checkbox"]{
    margin-right: 5px;
}
.shezhao-mian-first-child_th{
    padding-left: 26px!important;
}
.xiaozhao_list{
    position: relative;
    height: 50px;
    overflow: hidden;
    margin-bottom: 20px;
}
.xiaozhao_list_p{
    display: block;
    background: #f1eff2;
    padding: 15px;
    text-align: center;
}
.xiaozhao_list_p:hover > .xiaozhao_list_a{
    top: 0;
}
.xiaozhao_list_p>span{
    font-size: 14px;
    color: #f0ad4e;
    margin-right: 5px;
}
.xiaozhao_list_a>span{
    font-size: 14px;
    margin-right: 5px;
    color: #FFF;
}
.xiaozhao_list_a{
    display: block;
    width: 100%;
    padding: 15px;
    position: absolute;
    top: 50px;
    left: 0;
    background: url("../images/zhaopinlist_back.jpg") no-repeat;
    background-size: cover;
    /*background: #f0ad4e;*/
    color: #FFF!important;
    text-align: center;
    font-size: 14px;
    -webkit-transition-duration:0.3s;
    -moz-transition-duration:0.3s;
    -ms-transition-duration:0.3s;
    transition-duration:0.3s;
}
.xiaozhao_list_a:hover {
    text-decoration: none;
}
.zhaopinxiangqing_title{
    margin-bottom: 20px;
    margin-top: 0;
}
.shenqingbtn{
    border:1px solid #d43434;
    float: right;
    color: #d43434;
    border-radius: 4px;
    padding: 6px 12px;
    font-size: 14px;
    background: transparent;
    width: 90px;
}
.shenqingbtn:hover{
    background: #d43434;
    color: #FFF;
}
.zhaopinxiangqing_sm_row{
    background: #f1eff2;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.zhaopinxiangqing_sm_rowul{
    display: block;
    list-style-type: none;
    position: relative;
    margin-bottom: 15px;
}
.zhaopinxiangqing_sm_rowul>li{
    display: block;
    font-size: 14px;
}
.zhaopinxiangqing_sm_rowul>li:first-child{
    position: absolute;
    width: 80px;
    top: 0;
}
.zhaopinxiangqing_sm_rowul>li:last-child{
    padding-left: 80px;
}
.renzhizige_main{
    position: relative;
    border: 1px solid #ec971f;
    margin-top: 40px;
    padding: 15px 15px 5px;

}
.renzhizige_main-h3{
    color: #ec971f;
    font-size: 16px;
    margin-top: 0px;
}
.renzhizige_mian_xian{
    position: absolute;
    background: #FFF;
}
.xian-left{
    width: 2px;
    height: 60%;
    left: -1px;
    top: 40%;
}
.xian-right{
    width: 2px;
    height: 60%;
    right: -1px;
    top: -1px;
}
.xian-top{
    width: 90%;
    left: 10%;
    height: 2px;
    top: -1px;
}
.xian-bottom{
    width: 85%;
    height: 2px;
    left: -1px;
    bottom: -1px;
}
.jianlishangchuan_mian{
    background: url("../images/0002back.jpg") no-repeat #f1eff2;
}
.jlshangchuan_ss{
    position: relative;
    width: 500px;
    margin: 12% auto 0;
}
.jlshangchuan_ss_btn>.xuanzebtn{
    display: inline-block;
    float: left;
}
.jlshangchuan_ss_btn>span{
    font-size: 14px;
    display: inline-block;
    max-width: 150px;
    height: 34px;
    float: left;
    line-height: 34px;
    margin-left: 10px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.jlshangchuan_ss_file{
    position: absolute;
    top: 0;
    left: 0;
    height: 34px;
    width: 80px;
    opacity: 0;
}
.jianli_submit{
    float: right;
}
.jlshangchuan_ss_btn_notjianli{
    display: inline-block;
    float: right;
    color: #d43434;
    font-size: 14px;
    line-height: 34px;
    margin-left: 10px;
}
.jlshangchuan_ss_btn_notjianli:hover{
    color: #d43434;
    text-decoration: underline;
}
.lvlibiao_zhu{
    text-indent: 0!important;
    color: #d43434!important;
}
.lvlibiao_headerul{
    display: block;
    list-style-type: none;
    padding: 0;
    position: relative;
}
.lvlibiao_headerul>li:first-child{
    position: absolute;
    font-size: 14px;
    width: 70px;
    left: 0;
    height: 34px;
    line-height: 34px;
    top: 0;
    text-align: right;
}
.lvlibiao_headerul>li:last-child{
    display: block;
    padding-left: 70px;
}
.lvlibiao_headerul_text>input[type='text']{
    border-top: none;
    border-left: none;
    border-right: none;
    webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    border-radius: 0;
    background: transparent;
}
.lvlibiao_table tr td{
    text-align: center;
    vertical-align: middle!important;
    font-size: 14px;
}
.lvlibiao_table tr>td> input[type='text'],
.lvlibiao_table tr>td> select ,
.lvlibiao_table tr>td> input[type='email']{
    display: block;
    background: transparent;
    width: 100%;
    border:none;
    outline:medium;
    max-width: 100px;
}
.yicunzhaopian{
    position: relative;
    width: 129px;
}
.yicunzhaopian>img{
    display: block;
    width: 129px!important;
    height: 180px;
}
.yicunzhaopian>input[type="file"]{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.lvlibiao_table tr>td> input[type='checkbox']{
    display: inline-block;
    margin-left: 10px;
}
.lvlibiao_table tr>td> input[type='checkbox']:first-child{
    margin-left: 0;
}
.gzdd-td{
    text-align: left!important;
}
.lvlibiao_tijiao{
    float: right;
}
.zhaopin_article>p>span{
    color: #d43434;
    margin-right: 15px;
}
.ReContactUs-mian{
    background: url("../images/hr.png") no-repeat 60px;
    min-height: 500px;
    position: relative;
}
.ReContactUs-mian_duihuakuang{
    width: 329px;
    height: 198px;
    background: url("../images/duihuakuang.png") no-repeat;
    padding: 20px;
    position: absolute;
    top: 120px;
    left: 400px;
    vertical-align: middle!important;
    padding-top: 40px;
}
.ReContactUs-mian_duihuakuang>p{
    padding-left: 30px;
}
.contactUs-mian{
    background: url("../images/usback.jpg") no-repeat;
    background-size: cover;
    position: relative;
}
.contactUs-miana{
    padding-top: 50px;
    padding-bottom: 50px;
}
.contactUs_article{
    border:none!important;
    position: absolute;
    top: 40%;
    webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.contactUs_article_title{
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.5em;
    color: #FFF;
    background: #d43434;
    /*width: 120px;*/
    text-align: center;
    padding: 4px 10px;
    margin-top: 0;
    display: inline-block;
}
.contactUs_article_title>a.dangqianweizhi{
    font-size: 14px;
    color: #d43434;
    margin-right: 5px;
}
.contactUs_article>p{
    color: #FFF;
    text-indent: 2em;
    font-size: 14px;
}
.mianbaoxie>i.fa{
    color: #d43434;
}

/*招聘END*/
/*新闻*/
.news-mian{
    background: url("../images/newsback.jpg") no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.news-miana{
    position: relative;
}
.news_article{
    background: #FFF;
    padding: 20px;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
}
.news_article>p{
    font-size: 14px;
    text-indent: 2em;
}
.news-miana_ul{
    display: block;
    list-style-type: none;
    padding: 0;
}
.news-miana_ul>li{
    margin-bottom: 15px;
    display: block;
    background: #f8f8fa;
}
.news-miana_ul>li:last-child{
    margin-bottom: 0;
}
.news-miana_ul>li>a{
    display: block;
}
.news-maina_ul_first{
    padding-right: 20px;
}
.news-maina_ul_first>a{
    display: block;
    position: relative;
    height: 100px;
    overflow: hidden;
}
.news-maina_ul_first>a>img{
    display: block;
    width: 200px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
}
.news-maina_ul_first_title{
    padding-left: 220px;
    /*padding-top: 20px;*/
}
.news-maina_ul_first_title>p{
    /*font-size: 22px;*/
    font-size:14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-bottom: 0;
}
.news-miana_ul_lia{
    position: relative;
    height: 91px;
    overflow: hidden;
}
.news-miana_ul_lileft{
    position: absolute;
    top: 0;
    left: 0;
    background: #b4b4b4;
    padding: 20px;
    width: 88px;
    height: 91px;
}
.news-miana_ul_lileft>p:first-child{
    font-size: 24px;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}
.news-miana_ul_lileft>p:last-child{
    font-size: 12px;
    color: #FFF;
    text-align: center;
    margin-bottom: 0;
}
.news-miana_ul_liright{
    padding-left: 108px;
    padding-right: 20px;
    height: 71px;
    overflow: hidden;
}
.news-miana_ul_liright>h3{
    font-size: 22px;
    margin-bottom: 10px;
}
.news-miana_ul_liright>p{
    font-size: 14px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

/*分页*/
.pages {
    float: right;
    margin-bottom: 10px;
}
.pages #Pagination {
    float: left;
    overflow: hidden;
}
.pages #Pagination .pagination {
    height: 40px;
    text-align: right;
    font-family: Microsoft YaHei;
    margin: 0;
}
.pages #Pagination .pagination a,
.pages #Pagination .pagination span {
    float: left;
    display: inline;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    border-right: none;
    background: #f6f6f6;
    color: #666666;
    font-family: Microsoft YaHei;
    font-size: 14px;
    cursor: pointer;
}
.pages #Pagination .pagination .current {
    background: #d43434;
    color: #fff;
}
.pages #Pagination .pagination .prev,
.pages #Pagination .pagination .next {
    float: left;
    padding: 6px 10px;
    border: 1px solid #e6e6e6;
    background: #f6f6f6;
    color: #666666;
    cursor: pointer;
}
.pages #Pagination .pagination .prev i,
.pages #Pagination .pagination .next i {
    display: inline-block;
    width: 4px;
    height: 11px;
    margin-right: 5px;
    background: url(../images/icon.fw.png) no-repeat;
}
.pages #Pagination .pagination .prev {
    border-right: none;
}
.pages #Pagination .pagination .prev i {
    background-position: -144px -1px;
    *background-position: -144px -4px;
}
.pages #Pagination .pagination .next i {
    background-position: -156px -1px;
    *background-position: -156px -4px;
}
.pages #Pagination .pagination .pagination-break {
    padding: 6px 5px;
    border: none;
    border-left: 1px solid #e6e6e6;
    background: none;
    cursor: default;
}
.pages .searchPage {
    float: left;
    padding: 6px 0;
}
.pages .searchPage .page-sum {
    padding: 6px 10px;
    color: #999999;
    font-family:Microsoft YaHei;
    font-size: 14px;
}
.pages .searchPage .page-go {
    padding: 8px 0;
    color: #999999;
    font-family: Microsoft YaHei;
    font-size: 14px;
    padding: 10px 0\9;
    *padding: 6px 0;
}
.pages .searchPage .page-go input {
    width: 21px;
    height: 20px;
    margin: 0 5px;
    padding-left: 5px;
    border: 1px solid #e4e4e4;
}
.pages .searchPage .page-btn {
    margin: 9px 0 5px 5px;
    padding: 2px 5px;
    background: #d43434;
    border-radius: 2px;
    color: #ffffff;
    font-family: '微软雅黑';
    font-size: 14px;
    text-decoration: none;
}

/*分页END*/
.news_article_title{
    font-size: 14px;
    line-height: 1.5em;
    color: #FFF;
    background: #d43434;
    width: 120px;
    text-align: center;
    padding: 4px 10px;
    margin-top: 0;
    display: inline-block;
    margin-bottom: 20px;
}
.news_article_title>.dangqianweizhi{
    font-size: 14px;
    color: #FFF;
    margin-right: 5px;
}
.newsxiangqing_date{
    margin-right: 15px;
}
/*新闻END*/
/*产品2*/


/*产品2END*/

/*行业动态*/
.LD-main{
    background: url("../images/LDback.jpg") no-repeat;
    background-size: cover;
}
/*行业动态END*/
/*公司公告*/
.gonggao-ul{
    display: block;
    list-style-type: none;
    padding-left: 0;
}
.gonggao-ul>li,
.gonggao-ul>li>a.gonggao_aa_right-ul-li-a{
    display: block;
}
.gonggao-ul>li{
    border-bottom: 1px dashed #DDD!important;
    margin-left: -20px;
    margin-right: -20px;
    padding: 10px 20px;
}
.gonggao-ul>li:hover{
    background: #f8f8f8;
}
.gonggao-ul>li:last-child{
    border-bottom: none!important;
}
.gonggao_aa_right-ul-li-a{
    position: relative;
}
.gonggao_aa_right-ul-li-a>p{
    padding-right: 97px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    margin-bottom: 0;
}
.gonggao_aa_right-ul-li-a>span{
    position: absolute;
    top: 0;
    right: 0;
    color: #9f9f9f;
    font-size: 14px!important;
    width: 97px;
    text-align: right;
}
/*公司公告END*/
/*简历填写*/
.sec1{
    max-width: 100%;
    overflow: hidden;
    text-align: left;
    margin-bottom: 20px;
}
.sec2{
    height: 36px;
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    font-weight: bold;
    padding: 0px 10px;
    line-height: 36px;
    vertical-align: top;
    box-sizing: border-box !important;
    background-color: #e66736;
    float: left;
}
.sec3{
    display: inline-block;
    height: 36px;
    vertical-align: top;
    border-left-width: 9px;
    border-left-style: solid;
    border-left-color: #e66736;
    box-sizing: border-box !important;
    border-top-width: 18px !important;
    border-top-style: solid !important;
    border-top-color: transparent !important;
    border-bottom-width: 18px !important;
    border-bottom-style: solid !important;
    border-bottom-color: transparent !important;
    float: left;
}
.row1{
    display: block;
    width: 100%;
    padding: 5px 15px 15px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    /*border: 1px solid #ccc;*/
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.row1-1{
    border: 1px solid #a94442;
}
.row1-2{
    border: 1px solid #3c763d;
}
.row1 label{
    color: #333!important;
}
.btnsub{
    background: #e66736!important;
    color: #FFF;
    width: 100%;
}
.btnsub:hover{
    background: #e66736!important;
}
.yebody{
    background-image: radial-gradient(circle,#ffffff,#b2b2b2);
    background-image: -webkit-radial-gradient(circle,#ffffff,#b2b2b2);
    background-image: -moz-radial-gradient(circle,#ffffff,#b2b2b2);
    background-image: -o-radial-gradient(circle,#ffffff,#b2b2b2);
    background-image: -ms-radial-gradient(circle,#ffffff,#b2b2b2);
}
.yemain{
    width: 150px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 120px;
}
.yemain img{
    display: block;
    width: 100%;
}
.yep{
    margin-top: 290px;
    padding: 0 15px;
    text-align: center;
}
.btnye{
    border: 1px solid #e66736;
    background: transparent;
    color: #e66736;
    margin: 50px auto 0!important;
    width: 80px;
    display: block;
}
/*简历填写END*/
/*投资者关系*/
#viewerPlaceHolder{
    width: 100%;
    height: 700px;
    display: block;
}
/*投资者关系END*/

/*inded后改*/
.index_a1_5_con{
    padding: 40px 0;
}
.index_a1_5_con_col{
    margin-bottom: 20px;
}
.index_a1_5_con_col:nth-child(odd) .index_main_faion{
    background: #008ed4;
}
.index_a1_5_con_col:nth-child(even) .index_main_faion{
    background: #8dc641;
}
.index_main_faion{
    position: absolute;
    top: 0;
    left: 15px;
    width: 66px;
    height: 66px;
    border-radius: 50%;
    text-align: center;
}
.index_main_faion>i.fa{
    line-height: 66px;
    font-size: 30px;
    color: #FFF;
}
.inxdex_main_col-right{
    padding-left: 76px;
}
.inxdex_main_col-right>h1{
    font-size: 20px!important;
    border: none;
    color: #333333;
    text-align: left;
    width: 100%;
    margin-top: 0;
    height: 66px;
    line-height: 66px;
    margin-bottom: 0;
}
.inxdex_main_col-right>.inxdex_main_col-right_p{
    height: 60px;
    /*overflow: hidden;*/
}
.inxdex_main_col-right-more{
    color: #00aeef;
    display: block;
    margin-top: 50px;
}
/*inded后改END*/

/*人力资源后改*/
.zhaopin_tab{
    display: block;
}
.zhaopin_tab_col:nth-child(1) .zhaopin_tab{
    background: #f6f5ee;
}
.zhaopin_tab_col:nth-child(2) .zhaopin_tab{
    background: #f4f7fa;
}
.zhaopin_tab:nth-child(2){
    background: #f6f5ee;
}
.zhaopin_tab>img{
    display: block;
    width: 100%;
}
.zhaopin_tab >p{
    font-size: 16px!important;
    font-weight: bold;
    margin-bottom: 0;
    text-transform: Uppercase;
}
.zhaopin_tab p.zhaopin_tab_title{
    padding: 15px 20px 0 20px;
    color: #d43434;
}
.zhaopin_tab p.zhaopin_tab_titless{
    padding: 0px 20px 15px 20px;
    color: #cdb090;
}
.jssc-main{
    position: absolute;
    background: rgba(241,239,242,0.66);
    padding: 20px 40px;
    top:50%;
    left: 50%;
    webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);

}
/*人力资源后改ＥＮＤ*/

/*投资者关系后改*/
.gupiaoimg{
    display: block;
    width: 100%;
    margin-bottom: 20px!important;
}
.table_header-b{
    display: block;
    text-align: right;
}
.zhaogugonggaoxiazai{
    font-size: 14px!important;
    color: #d43434;
    display: block;
    margin-bottom: 10px;
    text-align: right;
}
.TC_table tr td{
    padding: 6px 15px;
}
.TC_table tr td:nth-child(1){
    text-align: right;
}
.FR_table_title{
    margin-top: 50px!important;
    margin-bottom: 10px!important;
}
.FR_table_title:first-child{
    margin-top: 0px!important;
}
/*投资者关系后改END*/

/*管理团队后改*/
.MT-tab{
    position: relative;
    height: 300px;
    border-bottom: 1px solid #DDD;
    margin-top: 20px;
}
.MT-tab:last-child{
    border-bottom: none;
}
.MT-tab:first-child{
    margin-top: 0;
}
.MT-tab:nth-child(even) .MT_main_row_img{
    display: block;
    width: 200px;
    position: absolute;
    left: 0;
    top: 0;
}
.MT-tab:nth-child(odd) .MT_main_row_img{
    display: block;
    width: 200px;
    position: absolute;
    right: 0;
    top: 0;
}
.MT-tab:nth-child(even) .MT_main_row_con{
    margin-bottom: 0px;
    padding-left: 220px;
    padding-top: 50px;
}
.MT-tab:nth-child(odd) .MT_main_row_con{
    margin-bottom: 0px;
    padding-right: 220px;
    padding-top: 50px;
}
.MT_zhiwutitle{
    font-size: 14px;
    color: #FFF;
    display: inline-block;
    background: #d43434;
    padding: 6px 12px;
}
.MT-tab:nth-child(odd) .MT_zhiwutitle{
    float: right;
}
.MT_main_row_con_p{
    text-indent: 2em;
    width: 100%;
}
.MT-tab:nth-child(odd) .MT_main_row_con_p{
    float: right;

}
/*管理团队后改END*/


.footer-bottom {
    width: 100%;
    padding: 25px 0;
    background: #f3f3f3;
    border-bottom: 2px solid #ca291d;
    bottom: 0;
}
#footer {
    width: 1200px;
    margin: 0 auto;
    border-top: none;
}
#footer span {
    display: inline-block;
}
.footer-bottom span {
    margin-right: 15px;
    vertical-align: middle;
    color: #333;
    font-size: 12px;
    vertical-align: middle;
}
#footer img {
    vertical-align: top;
}
img {
    border: 0;
}
.footer-bottom span a {
    color: inherit;
    font-size: inherit;
}


.suCai17-content {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding: 0 10px;
    clear: both;
}

.suCai17-background {
    width: 100%;  
    position: relative;
    height: 100%;
}

.suCai17-nav {
   
    width: 245px;
    float: left;
}

.suCai17-logo {
    width: 140px;
    margin: 23px 20px 0 30px;
}

.suCai17-logo img {
    width: 140px;
    height: auto;
    display: block;
    border: none;
}

.suCai17-info {
    float: left;
    width: 890px;
    background: #fff;
    border-radius: 0 4px 4px 0;
    padding: 0px 40px;
   
}

.suCai17-search {
    height: 78px;
    position: absolute;
    right: 45px;
    top: 0;
    background: #fff;
    z-index: 1002;
    padding-top: 20px;
}

.suCai17-search-input {
    border: 1px #e5e6e6 solid;
    background: #fff;
    padding: 0 10px;
    float: left;
    position: relative;
    width: 670px;
    height: 44px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.suCai17-search-input input {
    font-size: 14px;
    color: #313534;
    padding: 10px 0;
    line-height: 22px;
    width: 643px;
    border: none;
    background: none;
}

.suCai17-search-input:hover {
    border: 1px solid #08acee;
}

.suCai17-search-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    cursor: pointer;
    padding: 0px 11px;
    background: #2698e4;
    float: right;
    width: 122px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 15px;
}

.suCai17-nav-list .suCai17-item {
    padding-left: 24px;
    height: 52px;
    cursor: pointer;
    font-size: 20px;
    line-height: 49px;
}
.suCai17-nav-list .suCai17-item span{ font-size: 16px;}
.suCai17-nav-list .suCai17-item.on {
    background: #f8f8f8;
	color: #d43434!important;
}
.suCai17-nav-list .suCai17-item.on::after {
    
    display: inline-block;
    position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    left: 205px;
    background: url(../images/top_more2.png) no-repeat center;
    transform: rotate(0);
	margin-top: 11px;
}
.icon {
    width: 22px;
    height: 22px;
    display: block;
    float: left;
    margin-right: 8px;
    margin-top: 15px;
}

.icon-image01 {
    background: url("../image/icon001.png") left no-repeat;
    background-size: contain;
}

.icon-image02 {
    background: url("../image/icon002.png") left no-repeat;
    background-size: contain;
}

.icon-image03 {
    background: url("../image/icon003.png") left no-repeat;
    background-size: contain;
}

.icon-image04 {
    background: url("../image/icon004.png") left no-repeat;
    background-size: contain;
}

.icon-image05 {
    background: url("../image/icon005.png") left no-repeat;
    background-size: contain;
}

.suCai17-info ul li h2 {
    font-weight: normal;
    color: #000;
    font-size: 16px;
}

.suCai17-info ul li h3 {
    font-weight: normal;
    color: #666;
    font-size: 16px;
}

.lin {
    width: 63px;
    height: 1px;
    background: #313534;
    margin: 8px 0 10px 0;
}

.suCai17-info ul li p {
    font-size: 16px;
    color: #999;
    padding-bottom: 8px;
	line-height: 28px;
	text-indent: 2em;
}

.suCai17-side {
    padding-top: 1px;
}

.suCai17-info .suCai17-side h3 {
    color: #333;
    font-size: 15px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-bottom: 1px dotted #999;
    cursor:pointer;
}

.suCai17-info .suCai17-side h3:hover{
    color:#08acee;
}

.suCai17-info .suCai17-side ul {
    padding-top: 14px;
}

.suCai17-info .suCai17-side ul li {
    color: #999;
    font-size: 13px;
    padding: 5px 0;
}

.suCai17-info ul li a {
    color: #08acee;
    text-decoration: underline;
}

.suCai17-info ul li .suCai17-info-title {
    font-size: 14px;
    padding-bottom: 4px;
}

.suCai17-info ul li h4 {
    font-size: 14px;
    padding-bottom: 10px;
}

.table-pub {
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.table-pub table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}

.table-pub table tr th {
    background: #f5f5f5;
    padding: 20px 0;
    text-align: center;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.table-pub table tr td {
    padding: 15px 0;
    text-align: center;
    color: #333;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}

.table-pub table tr td a {
    background: #08acee;
    color: #fff;
    text-decoration: inherit;
    padding: 5px 10px;
}

li {
    list-style: none;
}
.content-box h2 {
    color: #333;
    text-align: center;
    position: relative;
    padding: 0;
    padding-bottom: 8px;
    display: inline-block;
    margin: 0;
    float: none !important;
    max-width: 80%;
	margin-bottom: 50px
}
.content-box h2:after {
    content: '';
    width: 30%;
    height: 2px;
    background-color: #c7000b;
    position: absolute;
    left: 50%;
    margin-left: -15%;
    bottom: 0;
    min-width: 35px;
	
}
.content-box {
    text-align: center;
    position: relative;
}



 .content-box .panel-img-box {
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
}

.content-box .panel-img-box a {
    color: #fff;
    text-decoration: none;
    display: block;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.content-box .panel-img-box .mask {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
    background-image: url('../images/mask_grad.png');
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: auto 100%;
    visibility: visible;
    opacity: 0;
}

.content-box .panel-img-box img {
    float: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 100%;
    position: relative;
}

.content-box .panel-img-box .text-box {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    color: #fff;
    text-align: left;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 4;
    bottom: 0;
    padding: 15px;
    font-size: 14px;
}

.tuijian-img.content-box .panel-img-box .btn-play,.tuijian-img .panel-img-list-mobile-slide .slide >.btn-play {
    width: 100%;
    height: 100%;
    margin-left: 0px;
    margin-top: 0px;
    border: 0;
    border-radius: 0;
    position: static;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 {
    background-color: #fff;
}

.tuijian-img.content-box .panel-img-box .btn-play:hover .btn-play-1 i {
    color: #000;
}

@media (min-width: 992px) {
    .content-box .panel-img-box .text-box {
        font-size:16px;
    }

    .tuijian-img.content-box .panel-img-box .btn-play-1 {
        height: 80px;
        position: absolute;
    }
}

@media (min-width: 1440px) {
    .content-box .panel-img-box .text-box {
        font-size:18px;
    }
}

@media (min-width: 1680px) {
    .content-box .panel-img-box .text-box {
        font-size:20px;
    }
}

.content-box .panel-img-box .text-box .category {
    font-size: 0.875em;
    line-height: 1.8em;
    color: #fff;
}

.content-box .panel-img-box .text-box .name {
    line-height: 1.4em;
    font-weight: bold;
    margin: 0;
    font-size: 1.2em;
}

.content-box .panel-img-box .text-box .text {
    font-size: 0.75em;
    line-height: 1.8em;
    opacity: 0.7;
    display: none;
}

.content-box .panel-img-box .text-box .read-more {
    opacity: 1;
    margin-top: 15px;
}

@media (min-width: 992px) {
    .content-box h1 {
        font-size:2.5em;
    }

    .content-box .subtitle {
        margin-top: 22px;
        max-width: 75%;
    }

    .content-box .subtitle.pull-left {
        max-width: 100%;
    }

    .content-box .panel-img-list {
        font-size: 0;
        -webkit-text-size-adjust: none;
    }

    .content-box .panel-img-box {
        width: auto;
        margin-bottom: 30px;
        overflow: hidden;
        display: inline-block;
        vertical-align: top;
    }

    .content-box .panel-img-box img {
        width: 100%;
        height: 100%;
    }

    .content-box .panel-img-box.mr {
        margin-right: 30px;
    }

    .content-box .panel-img-box .mask {
        visibility: visible;
        opacity: 1;
        height: 70%;
        width: 100%;
        content: "";
        background: linear-gradient(rgba(0,0,0,0) 0%,rgba(0,0,0,0.3) 70%);
        display: block;
        top: auto;
        bottom: 0;
    }

    .content-box .panel-img-box .text-box {
        padding: 25px 30px;
        bottom: -50px;
    }

    .content-box .panel-img-box .btn-play .text-box {
        bottom: -20px;
    }

    .content-box .panel-img-box .text-box .name {
        margin-bottom: 12px;
        font-size: 1.2em;
        line-height: 1.4em;
    }

    .content-box .panel-img-box .text-box.text-box-1 .name {
        margin-bottom: 0;
    }

    .content-box .panel-img-box .text-box.text-box-1 .text {
        margin-bottom: 12px;
    }

    .content-box .panel-img-box .text-box .text {
        font-size: 0.875em;
        display: block;
    }

    .content-box .panel-img-box .text-box .category {
        font-size: 0.91em;
    }

    .content-box .panel-img-box .text-box .read-more {
        opacity: 0;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        font-size: 0.875em;
    }

    .content-box .panel-img-box:hover .text-box {
        bottom: 0;
    }

    .content-box .panel-img-box:hover .text-box .read-more {
        visibility: visible;
        opacity: 1;
    }

    .content-box .panel-img-box:hover img {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

    .content-box .panel-img-box:hover .mask {
        opacity: 1;
        visibility: visible;
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 2;
        background-image: url(../image/mask_grad.png);
        background-repeat: repeat-x;
        background-position: left bottom;
        background-size: auto 100%;
    }

    .content-box .panel-img-box:hover .read-more {
        opacity: 1;
    }

    .content-box .bottom-c {
        padding-bottom: 40px;
        padding-left: 40px;
        padding-right: 40px;
    }
}

.content-img-box {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
}

.content-img-box .mobile-link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.content-img-box video {
    width: 100%;
    display: block;
}

.content-img-box img.bg {
    width: 100%;
    height: auto;
    float: left;
}

.event-card .content-img-box img.bg {
    float: none;
}

.content-img-box .banner-mask {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../image/mask05.png);
}

.content-img-box .content-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
@media (min-width:992px){
    .h1style .content-box .vertical-middle-sm,
    .inside-swiper-banner .content-box .vertical-middle-sm{
        width: 80%;
        margin: 0 auto;
        max-width: 1366px;
    }
}

.content-img-box .content-box h1,.content-img-box .content-box h2,.content-img-box .content-box h3 {
    color: #fff;
}
.h1style.content-img-box .content-box h3{
    padding:0 15px;
}

.content-img-box .content-box .subtitle,
.content-img-box .content-box .subtitle p {
    color: #fff;
    font-size: 1em;
    line-height: 1.95em;
}

.content-img-box .content-box .subtitle.p1 {
    font-size: 1em;
    line-height: 1.95em;
}

.content-img-box .content-box a.btn-more {
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: inline-block;
    padding: 12px 60px;
    margin-top: 34px;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.content-img-box .content-box a.btn-more:hover {
    background-color: #fff;
    color: #000;
}

.main {
    display: inline-block;
    width: 100%;
}

.main>.subtitle {
    text-align: center;
    max-width: 53%;
    margin-top: 22px;
    margin: 22px auto 0 auto;
}

@media (max-width:991px){
    .main>.subtitle{
        max-width:75%;
    }
}

.content-img-box .banner-mask + .content-box .subtitle{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
    overflow: hidden; 
}
.content-list-box .c-box .img-box,.content-list-box-other .c-box .img-box {
    overflow: hidden;
    position: relative;
}
@media (min-width: 992px) {
    .content-img-box .content-box .subtitle {
        max-width:50%;
    }

    .container-custom .content-img-box .content-box .subtitle {
        max-width: 75%;
    }
}
.read-more .iconfont, .read-more-white .iconfont {
    /*float: left;*/
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    color: #c7000b;
    font-size: 1.1em;
    line-height: inherit;
    display: inline;
    vertical-align: middle;
	margin-left: 7px;
}
.iconfont {
    font-family: "微软雅黑" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.aon {
    background-color: #e6eaee;
    color: #000;
    display: block;
    font-size: 18px;
    line-height: 56px;
    padding: 0 35px 0 25px;
}

.click:after{
   
	background: url(../images/sanjiao.png) no-repeat left top;
}
.Menu002499{ width: 100%; position: relative; background: #fff; } 

.Menu002499::before,

.Menu002499::after{ position: absolute; display: block; content: ''; } 

.Menu002499::before{ left: -70px; bottom: 1px; } 

.Menu002499::after{ right: -100%; bottom: 1px; } 

.WapMenu{padding-top: 0;text-align: left;  }

.MenuBox{position: relative; }

.Menu002499 .MeunTop{padding: 5px 60px 5px 15px; height:56px;line-height: 40px;position: relative;  font-size: 16px; font-weight: normal; color: #fff; background: #1361a7;}



.Menu002499 .MeunTop .menuBtn{display: block; width: 40px;height: 40px; position: absolute; right: 15px; top: 5px; background: url(../images/Menu002499-menubtn.png) no-repeat center; }

.Menu002499 .MeunTop .h3{font-weight: normal; font-size: 16px; margin: 0;}

.Menu002499 .navMenu{ position: absolute; display: none; left: 0;top: 100%;width: 100%;  background:#1361a7; color: #fff; z-index: 88;}

.Menu002499 .navMenu a{color: #fff; font-size: 18px; display: block; padding: 5px 15px; text-decoration-line: none;}

.Menu002499 .navMenu a:hover,.navMenu li.on a{background: #d43418; text-decoration-line: none;}
.sol_tit {
    margin: 0 0 10px;
    font-size: 30px !important;
    color: #000;
    border-bottom: 1px solid #efefef;
    padding: 0 0 20px;
	
}




@media screen and (min-width:1000px ){ 

.Menu002499 .navMenu{display: block; height: 56px; position: relative; background: none; color: #000; max-width: 1200px; margin: 0 auto;}

.Menu002499 .navMenu a{color: #000; padding: 0 0 20px;}

.Menu002499 .navMenu ul{  border-bottom: 1px solid #efefef; }

.Menu002499 .navMenu ul li{display: inline-block; padding-right: 90px; }

.Menu002499 .navMenu a:hover,.Menu002499 .navMenu li.on a{color: #d43418; background: none; font-weight: bold; border-bottom: 2px solid #d43418; padding: 0 0 18px;}

.Menu_fixed .Menu002499 .navMenu a:hover,.Menu_fixed .Menu002499 .navMenu li.on a{ padding: 0 0 20px;}

}