.header_main{
    min-height:90px;
    height:50%;
}
.wrapper_main{
}
.header_min .header_logo {
    width: 175px;
}
.header_bg{
    background: rgba(41,48,66,.3);
}
.header_min .header_bg{
    background: rgba(41,48,66,.6);
}


/**contact**/
.contact_box{
    padding:80px 0;
}
.contact_img {
    width: 28px;
    position: absolute;
    top: 50%;
    left: 5px;
    margin-top: -14px;
}
.contact_wz {
    padding-left: 55px;
}
.contact_li {
    position: relative;
    margin-top: 35px;
}
.contact_tit h3 {
    margin: 0 0 20px;
    font-size: 40px;
    text-transform: capitalize;
    color: #0B419B;
    font-family: 'Roboto Condensed';
}
.contact_tit h5 {
    margin: 0;
    line-height: 24px;
    font-size: 16px;
    color: #888;
}
.contact_wz h3 {
    font-size: 16px;
    margin: 10px 0;
    font-family: 'Roboto Condensed';
}
.contact_wz h5 {
    font-size: 15px;
    color: #666;
    letter-spacing: 0.5px;
}
.contact_wz li h3{
    margin-bottom: 10px;
}
.contact_wz li h3 span {
    font-family:"Microsoft YaHei",Î¢ÈíÑÅºÚ,STHeiti;
}
.contact_list span {
    display: inline-block;
    width: 30%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    line-height: 35px;
    font-weight: 600;
    color:#2174B5;
    font-family: 'Roboto Condensed';
}
.contact_list input {
    width: 70%;
    display:inline-block;
    line-height: 36px;
    height: 36px;
    padding: 0 6px;
    color: #666;
    font-size:16px;
}
.contact_list textarea{
    line-height: 36px;
    width:70%;
    padding:0 6px;
    font-size:16px;
    color: #666;
}
.contact_list select {
    width: 70%;
    display:inline-block;
    height: 36px;
    line-height: 36px;
    padding:0 2px;
    text-transform: capitalize;
    line-height: 30px;
    border: 1px solid #ccc;
    font-size:16px;
    color: #666;
}
.contact_list select:focus{
    outline:none;
}
.contact_list {
    padding: 7px 0;
}
.contact_list:after {
    content: "";
    display: table;
    clear: both;
}
.contact_sub input {
    width: 200px;
    height: 36px;
    text-transform: uppercase;
    color: #fff;
    background: #0482CB;
    border-color: #0482CB;
    padding-right: 36px;
    border-radius: 2px;
    font-size: 14px;
    letter-spacing: 0.5px;
}
.contact_sub {
    margin-top: 15px;
    text-align: right;
    position: relative;
}
.contact_sub img {
    position: absolute;
    top: 3px;
    right: 20px;
    z-index: 1;
    width: 26px;
}


.news_main {
    padding-bottom: 80px;
}

/**products**/
.intpro{
    padding-bottom: 60px;
    margin:0 auto;
}
.intro__header {
    width: 92%;
    margin: auto;
    max-width: 900px;
}
.intro__title {
    color: #2174B5;
    margin: 0;
    font-size: 24px;
    letter-spacing: 1px;
    text-align: center;
}
.sep-center {
    margin: 15px auto;
    width: 40px;
    border-top: 2px #2174B5 solid;
}
.intro__text {
    margin: auto;
    max-width: 800px;
    font-size: 15px;
    line-height: 28px;
    color: #666;
    text-align: center;
}

.product_main{
    margin-bottom: 80px;
}
.product_list{
    position: relative;
    text-align: center;
}
.product_img{
    max-height:450px;
    overflow: hidden;
    width: 100%;
}
.product_img img{
    width: 100%;
}

.product_list:hover .pro_bg{
    background: rgba(0,0,0,0.5);
    transition: all 0.8s ease-out;
}
.product_list:hover .product_img img{
    transform:scale(1.05);
    -webkit-transform:scale(1.05);
    -moz-transform:scale(1.05);
    -o-transform:scale(1.05);
    -ms-transform:scale(1.05);
    transition: all 0.8s ease;
}
.product_list:hover .personal_con{
    transform: rotate(360deg);
    transition: all 0.8s ease-in;
}
.product_cot li {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.prod_img img {
    width: 100%;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.prod_img{
    position: relative;
}

.prod_li {
    position: relative;
    left:600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    margin-bottom: 2%;
}
.prod_img_txt{
    width: 80%;
    font-size: 16px;
    line-height: 32px;
    text-transform: capitalize;
    color: #272727;
    position: absolute;
    left: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.prod_li:hover .prod_img_txt{
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
.prod_wz {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    text-align: center;
    color: #fff;
    padding: 0 10%;
    background: rgba(0, 0, 0, 0.2);
    transition:all 0.5s ease-in;
    -webkit-transition:all 0.5s ease-in;
    -moz-transition:all 0.5s ease-in;
    -ms-transition:all 0.5s ease-in;
    -o-transition:all 0.5s ease-in;
}
.ind_cell{
    text-align: center;
    padding: 0 15px;
}
.ind_cell h3 {
    margin: 0;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height:36px;
    color: #3f76b1;
}
.product_cot li:hover img{
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
}
.prod_img {
    overflow: hidden;
}

.product_cot_ad{
    width: 80%;
    margin: 0 auto;
}


.pro_bg{
    background: rgba(0,0,0,0.3);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
}
.pro_dt{
    padding: 0;
}
.pro{
    /*opacity: 0;
    top: 420px;
    position: relative;*/
}
.per_main{
    /*margin-top: 150px;*/
}
.about_show img{
    display: block;
    opacity: 1;
    transform: scale(1);
    transition: all 0.5s ease;
}
.product_box1 {
    padding: 100px 15%;
}


.index_pro{
    padding: 140px 0 0px;
}
.news_banner{
    max-height: 450px;
    width: 100%;
    overflow: hidden;
}
.news_banner img{
    width: 100%;
}
.news_title{
    width: 100%;
    margin-top: 20px;
}
.news_logtit{
    color: #222;
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 2px;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 4px solid #222!important;
}
.news_smtit{
    font-size: 14px;
    line-height: 22px;
    color: #999999;
    margin-top: 30px;
}
.news_img img {
    width: 100%;
}
.news_list {
    margin-bottom: 30px;
    position:relative;
    top:300px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.news_list a{
    text-decoration: none;
}
.news_list h2{
    max-height: 300px;
    width: 100%;
    overflow: hidden;
    margin: 0;
}
.news_list h2 img{
    width: 100%;
}
.news_list h3 {
    font-size: 14px;
    color: #aaa;
    line-height: 24px;
    margin: 10px 0 0;
}
.news_list h3 a{
    color: #222;
    font-size: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_list h4{
    margin:0;
    line-height: 30px;
    min-height: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.news_list h4 a{
    color: #222;
    font-size: 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;

}
.news_list h5{
    color: #999;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news_list:hover img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.news_list:hover h4{
    color:#2174b5;
}


/********newsdatils***********/
.newdt_title{
    /*border-bottom: 1px dashed #222;*/
    padding-bottom: 20px;
}
.newdt_title span{
    line-height: 40px;
    font-size: 24px;
    color: #333;
    font-weight: bold;
}
.newdt_title {
    text-align: center;
}
.newdt_main{
    margin-top: 50px;
    padding: 0 20px 80px;
}
.newdt_time{
    font-size: 14px;
    line-height: 24px;
    color: #aaa;
}
.newdt_time a{
    color: #222;
    text-decoration: none;
}
.newdt_con .newdt_txt {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-bottom: 14px;
}
.newdt_con h3{
    font-weight: bold;
    color: #222;
    font-size: 16px;
    padding-top: 15px;
}
.newdt_txt img{
    width: 100%;
}
.newdt_txt a{
    text-decoration: none!important;
    color: #222;
    border-bottom: 2px solid #222;
}
.newsback a {
    font-size: 14px;
    color: #fff;
    position:relative;
    padding: 10px 40px;
    overflow:hidden;
    display: inline-block;
    border: solid 1px #0382CC;
}
.newsback a:hover b{
    left:0;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.newsback a b{
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    background: #0383CB;
    left:-100%;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.newsback a:hover span{
    color:#fff;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.newsback a span{
    position:relative;
    color:#0382CC;
    z-index:1;
    display: inline-block;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.newsback {
    text-align: center;
    margin-top: 60px;
}


.about_sec.about_sec1 {
    padding: 120px 0;
}

.about1_title h3 {
    margin: 0;
    line-height: 1;
    font-size: 38px;
    color: #333;
    font-style: italic;
    font-family: 'renardno3roman';
}

.about1_title h4 {
    font-size: 46px;
    font-weight: bold;
    margin: 0;
    line-height: 1.42;
    color: #033567;
}

.about1_title {
    padding: 8px 15px;
    position: relative;
}

span.ab1_tbox {
    position: absolute;
    width: 190px;
    z-index: -1;
    left: 0;
    height: 100%;
    top: 0;
    border: solid 1px #d0c8bd;
}

span.ab1_tbox:before {content: "";display: block;width: 1000px;height: 1px;background: #d0c8bd;position: absolute;top: 40%;right: 100%;}

.about1_main h2 {
    font-size: 15px;
    line-height: 28px;
    color: #2174b5;
    margin: 0 0 50px;
    position:relative;
    left:60%;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}

.about1_main .row h4 {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 5px;
    color: #888;
    position:relative;
    left:60%;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}








.ab2_img {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 0;
}

.ab2_img img {
    max-width: 700px;
    width: 95%;
    margin-top: 0;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ab2_img.active img{
    margin-top: -150px;
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}
.about_sec.about_sec2 {
    position: relative;
    padding: 150px 0 0;
}

.ab2_bt {
    width: 80%;
    margin: 90px auto 20px;
}

.ab2_timeline {
    width: 80%;
    margin: 0 auto;
    padding-bottom: 80px;
}

.ab2_bt h2 {
    font-size: 48px;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    white-space: nowrap;
    font-family: 'Roboto Condensed';
    font-weight: 600;
}

ul.ab2_tl {
    list-style: none;
    padding: 0;
    margin: 0;
    -webkit-transition: opacity .2s cubic-bezier(.25,.74,.22,.99);
    transition: opacity .2s cubic-bezier(.25,.74,.22,.99);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    padding: 150px 0 80px;
}

ul.ab2_tl li {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative;
}

ul.ab2_tl time {
    position: absolute;
}
ul.ab2_tl time {
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    width: 80px;
    top: 0;
    left: -40px;
    padding-top: 18px;
    -webkit-transition: color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: color 150ms cubic-bezier(.25,.74,.22,.99);
}
ul.ab2_tl time, ul.ab2_tl time:after, ul.ab2_tl time:before {
    -webkit-transition-delay: .2s;
    transition-delay: .2s;
}
ul.ab2_tl time:after, ul.ab2_tl time:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl time:before {
    left: 29px;
    top: -10px;
    width: 21px;
    height: 21px;
    border: 1px solid #fff;
    /*border-color: rgba(255,255,255,.35);*/
    border-radius: 21px;
    -webkit-transition: border-color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: border-color 150ms cubic-bezier(.25,.74,.22,.99);
}
ul.ab2_tl time:after {
    left: 34px;
    top: -5px;
    width: 11px;
    height: 11px;
    border-radius: 11px;
    background-color: rgba(255,255,255,.35);
    background-color: #fff;
    -webkit-transition: background-color 150ms cubic-bezier(.25,.74,.22,.99);
    transition: background-color 150ms cubic-bezier(.25,.74,.22,.99);
}


ul.ab2_tl time {
    color: rgba(255,255,255,.35);
    color: #fff;
}

ul.ab2_tl li:after, ul.ab2_tl li:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl li:before {
    left: 10px;
    right: 11px;
    border-top: 1px solid #fff;
    border-color: rgba(255,255,255,.35);
    border-color: #fff;
}

ul.ab2_tl li:after {
    width: 100%;
    min-width: 100px;
    height: 140px;
    left: 0;
    top: -70px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

ul.ab2_tl li span:after, ul.ab2_tl li span:before {
    content: "";
    display: block;
    position: absolute;
}
ul.ab2_tl li span:before {
    left: 0;
    bottom: 10px;
    height: 118px;
    border-left: 1px solid #fff;
    border-color: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    -ms-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition: -webkit-transform 150ms cubic-bezier(.25,.74,.22,.99);
    transition: transform 150ms cubic-bezier(.25,.74,.22,.99);
    -webkit-transition-delay: 50ms;
    transition-delay: 50ms;
}
ul.ab2_tl li span:after {
    left: 0;
    width: 7px;
    bottom: 128px;
    border-top: 1px solid #fff;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
    -webkit-transition: -webkit-transform 50ms cubic-bezier(.25,.74,.22,.99);
    transition: transform 50ms cubic-bezier(.25,.74,.22,.99);
}

ul.ab2_tl li p {
    position: absolute;
    font-size:14px;
    line-height:24px;
    margin:0;
    color:#fff;
    left: 20px;
    top: -140px;
    width: 320px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
    -webkit-transition: opacity 125ms cubic-bezier(.25,.74,.22,.99),-webkit-transform 125ms cubic-bezier(.25,.74,.22,.99);
    transition: opacity 125ms cubic-bezier(.25,.74,.22,.99),transform 125ms cubic-bezier(.25,.74,.22,.99);
}

ul.ab2_tl li:last-child {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

ul.ab2_tl li:last-child:before{
    display:none;
}
ul.ab2_tl li:last-child span:after {
    left: auto;
    right: 100%;
    margin-right: -1px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
ul.ab2_tl li:last-child p {
    left: auto;
    right: 100%;
    margin-right: 15px;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
    text-align: right;
}
ul.ab2_tl li:nth-last-child(2) span:after , ul.ab2_tl li:nth-last-child(3) span:after , ul.ab2_tl li:nth-last-child(4) span:after, ul.ab2_tl li:nth-last-child(5) span:after, ul.ab2_tl li:nth-last-child(6) span:after, ul.ab2_tl li:nth-last-child(7) span:after, ul.ab2_tl li:nth-last-child(8) span:after, ul.ab2_tl li:nth-last-child(9) span:after{
    left: auto;
    right: 100%;
    margin-right:-1px;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
}
ul.ab2_tl li:nth-last-child(2) p , ul.ab2_tl li:nth-last-child(3) p, ul.ab2_tl li:nth-last-child(4) p, ul.ab2_tl li:nth-last-child(5) p, ul.ab2_tl li:nth-last-child(6) p, ul.ab2_tl li:nth-last-child(7) p, ul.ab2_tl li:nth-last-child(8) p, ul.ab2_tl li:nth-last-child(9) p {
    left: auto;
    right: 100%;
    text-align: right;
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px);
}





ul.ab2_tl li:hover p {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: .112s;
    transition-delay: .112s;
}
ul.ab2_tl li:hover:nth-last-child(2) p , ul.ab2_tl li:hover:nth-last-child(3) p, ul.ab2_tl li:hover:nth-last-child(4) p, ul.ab2_tl li:hover:nth-last-child(5) p, ul.ab2_tl li:hover:nth-last-child(6) p, ul.ab2_tl li:hover:nth-last-child(7) p, ul.ab2_tl li:hover:nth-last-child(8) p, ul.ab2_tl li:hover:nth-last-child(9) p{
    -webkit-transform: translateX(-18px);
    -ms-transform: translateX(-18px);
    transform: translateX(-18px);
}
ul.ab2_tl li:hover span:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
ul.ab2_tl li:hover span:after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-delay: 150ms;
    transition-delay: 150ms;
}
ul.ab2_tl li:hover time{
    color: #fff;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

ul.ab2_tl li:hover time:before {
    border-color: #fff;
}
ul.ab2_tl li:hover time:after {
    background-color:#fff;
}




p.timeline-text-wide {
    min-width: 560px;
}




.about_sec.about_sec3 {
    padding: 120px 0;
}

.ab3_img img {
    width: 100%;
}

.ab3_tit h2 {
    margin: 0;
    font-size: 30px;
    color: #333;
    font-family: 'renardno3roman';
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.ab3_tit {
    margin-bottom: 30px;
}

.ab3_l ul li {
    position: relative;
    padding: 10px 0 25px 55px;
}

span.ab3_l_sp {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 45px;
    top: 8px;
}

span.ab3_l_sp img {
    width: 100%;
}

.ab3_l ul li h3 {
    margin: 0;
    line-height: 30px;
    font-size: 20px;
    color: #333;
    text-transform: capitalize;
}

.ab3_l ul li h4 {
    margin: 0;
    color: #999;
    font-size: 16px;
    line-height: 24px;
}
.ab4_lis_box {
    width: 100%;
    margin:0 auto;
    padding: 0;
}
.ab4_lis {
    padding: 0 15px;
    opacity:0;
    filter:alpha(opaicty=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    position:relative;
    top:200px;
}
.swiper_ab4 {
    overflow:hidden;
}
.ab4_lis_img img {
    width: 100%;
}

.about_sec.about_sec4 {
    padding: 120px 0;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}

.ab4_title h3 {
    margin: 0;
    line-height: 1.42;
    font-size: 16px;
    letter-spacing: 2px;
    color: #000;
    text-transform: uppercase;
}

.ab4_title h4 {
    margin: 0;
    line-height: 1.42;
    font-size: 32px;
    color: #e1663b;
}

.ab4_main {
    margin-top: 0;
}

.ab4_main h5 {
    padding: 0 8%;
    font-size: 20px;
    margin: 0 0 60px;
    line-height: 30px;
    color: #666;
}

.ab4_sw {
    margin-top: 25px;
    position: relative;
}

.ab4_lis_txt h6 {
    margin: 15px 0 0;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    display:none;
}

a.ab4_arrl , a.ab4_arrr {
    position:absolute;
    font-size: 32px;
    z-index: 2;
    top:50%;
    margin-top:-20px;
    color: #666;
    background:#fff;
    background: rgba(207, 207, 207, 0.55);
    width: 42px;
}
a.ab4_arrl .fa , a.ab4_arrr .fa {
    line-height:42px;
}
a.ab4_arrl {
    left: -30px;
}

a.ab4_arrr {
    right: -30px;
}
.ind_tit {
    text-align: center;
    padding-bottom: 60px;
}
.ind_tit h3 {
    margin: 0 0 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
    color: #2174B5;
    font-weight: 600;
}
.ind_tit h4 {
    color: #2174B5;
    margin: 0;
    font-size: 32px;
    letter-spacing: 1px;
}


.ind_tit hr {
    margin: 15px auto;
    width: 40px;
    border-top: 2px #2174B5 solid;
}


.ind_tit_l h3 { text-align:left}

.ind_tit_l h4 { text-align:left}

.ind_tit_l hr { float:left;
    text-align:left
}

.index6_hz ul{
    margin:0 -20px;
}
.index6_hz li {
    width: 25%;
    float: left;
    padding: 0 10px 5px;
    position:relative;
    top:100px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.index6_cot {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}
.index6_tit h3 {
    font-size: 30px;
    text-transform: capitalize;
    color: #000;
    letter-spacing:3px;
}
.index6_tit h5 {
    margin: 0;
    line-height: 24px;
}
.index6_bottom li {
    width: 50%;
}
.index6_bottom ul{
    width:50%;
    display:inline-block;
}
.index_box6 {
    margin-bottom: 80px;
}
.about_sec5{
    padding:120px 0;
}




.about3_img img {
    width: 100%;
}
.about3_img {
    padding-left: 2%;
    position:relative;
    left:600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.about_box3{
    padding:120px 0;
}
/*.about3_left h3 {
    margin: 0;
    font-size: 30px;
    line-height: 30px;
    color: #0283CE;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
	font-weight:bold;
}
.about3_left h4 {
    margin: 0;
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #888;
}*/
.about3_left p {
    margin: 0;
    margin-top: 20px;
    line-height: 28px;
    font-size: 14px;
    color: #888;
}
.about3_left{
    position:relative;
    left:-600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
/**about**/





/**job**/
.job1_list h4 {
    padding-right: 100px;
    margin: 0;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 1px;
}

.job1_list:hover h4{
    color:#0283CE;
}

.job1_list h5 {
    position:absolute;
    top:24px;
    right:0;
    margin:0;
    font-size:14px;
    color: #0283CE;
}
.job1_list {
    position: relative;
    border-bottom: solid 1px #ddd;
}
.job1_list a {
    padding: 24px 24px 24px 0;
}
.job_box1 {
    padding: 120px 0;
}

.job1_wz h3 {
    margin: 0;
    font-size: 26px;
    letter-spacing: 2px;
    font-weight: 200;
    margin-top: 0;
    margin-bottom: 30px;
    color: #2174b5;
}

.job1_wz {
    text-align: center;
    margin-bottom:60px;
}

.job1_wz h4 {
    color: #888;
    font-size: 14px;
    line-height: 24px;
    font-weight: 200;
}
.job1_btn {
    margin-top: 60px;
    text-align: center;
}

.job1_btn h4 {
    margin: 0;
    font-size: 14px;
    color: #888;
}


.job_box2 {
    padding: 120px 0;
    background:url(../images/job2_bg.jpg) no-repeat center center;
    background-size:cover;
}
.job2_right {
    width: 52%;
    float: right;
    color:#fff;
}
.job2_right h3{
    font-size:24px;
    margin:0;
    line-height:38px;
    margin-bottom:20px;
}
.job2_right h5 {
    font-size: 14px;
    margin: 0;
    line-height: 28px;
    margin: 0 0 2px;
}
.job1_cot {
    max-width: 950px;
    margin: 0 auto;
}



/**jobdot**/
.title_con {
    margin-bottom: 50px;
}
.title_con h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: rgb(45, 45, 45);
    text-align: center;

}

.title_con h2 { text-align:center;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.bt {
    float: left;
    padding: 0 6px;
    line-height: 20px;
}
.sc {
    float: left;
    outline: none;
}
.jobdot {
    padding: 150px 0 100px;
}
.zpxxnrtop_job {
    width: auto;
    height: 35px;
    line-height: 30px;
    border-bottom: 1px #ddd dashed;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.zpxxnrtop_job span {
    color: #dab866;
    font-size: 12px;
}
.zpxxnrbody {
    width: auto;
    border-bottom: 1px #ddd dashed;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 10px;
}
.zpxxnrbodynr {
    width: 50%;
    height: 50px;
    float: left;
    padding-right: 30px;
}
.zpxxnrbodynrs {
    width: auto;
    height: auto;
}
.zpxxnrbodynrsz {
    width: 85px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    float: left;
    color: #666;
}
.zpxxnrbodynrsy {
    width: 70%;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color:#888;
}
.zxzpnr p {
    color: #888;
    line-height: 24px;
}
.zxzpnr {
    line-height: 24px;
    font-size: 14px;
}
.jianli {
    width: 100%;
    height: auto;
    position: relative;
}
.shangchuan {
    width: 80px;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
    right: 0px;
    position: absolute;
    border: 1px #dab866 solid;
    color: #dab866;
    text-align: center;
    font-size: 12px;
}
.shangchuan a {
    color: #0068B3;
}
.shangchuan a:hover {
    color: #fff;
    background: #0068B3;
    display: block;
}
.tjl {
    width: 100%;
    left: 0px;
}
.tjl form:after {content: "";display: table;clear: both;}
.conbg {
    padding: 60px 0;
}
.job1_btn h4 span {
    color: #0283CE;
    text-decoration: underline;
    margin-left: 2px;
    font-family:Arial, Helvetica, sans-serif;
}












/**science**/
.science_slide:after {content: "";display: table;clear: both;}

.science1_txt {
    width: 48%;
    float: left;
    position: relative;
    padding-right: 10%;

    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
.science_slide {
    display: none;
}
.science_slide.active .science1_txt {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;opacity:1;
}
.science1_img {
    width: 52%;
    float: left;
    position: relative;
}
.txt-content .seq {
    -webkit-transform-origin: left bottom;
    -moz-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    margin-bottom: 20px;
}
.txt-content .seq.lupa {
    width: 130px;
    height: 142px;
    background:url(../images/lupa.png) no-repeat;
    background-position: 0 0;
    -ms-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
}

.txt-content .s1_line {
    margin: 25px 0 30px 0;
    width: 51px;
    background: #0283CE;
    height: 3px;
}

.txt-content h5 {
    margin: 0;
    color: #666;
    font-size: 15px;
    line-height: 28px;
}

.science1_img img {
    width: 100%;
}

.s1_img1 {
    left: 0;
    top: 0;
    width: 48%;
    z-index: 1;
    position: absolute;
}

.s1_img2 {
    width: 84%;
    margin: 16% 0 0;
    margin-left: 16%;
    position: relative;
}

.s1_img_cube {
    width: 16%;
    padding-bottom: 16%;
    background: #00A3DA;
    position: absolute;
    left: 0;
    top: 50%;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    -webkit-transition: opacity 400ms ease-in-out;
    -moz-transition: opacity 400ms ease-in-out;
    -ms-transition: opacity 400ms ease-in-out;
    transition: opacity 400ms ease-in-out;
}
.science_slide.active .s1_img_cube {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;opacity:1;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    transition-delay: 500ms;
}
.science_slide.active .seq.lupa {
    -webkit-animation: playlupa 0.5s steps(30) forwards 400ms;
    -moz-animation: playlupa 0.5s steps(30) forwards 400ms;
    -ms-animation: playlupa 0.5s steps(30) forwards 400ms;
    -o-animation: playlupa 0.5s steps(30) forwards 400ms;
    animation: playlupa 0.5s steps(30) forwards 400ms;
}
@keyframes playlupa {
    from {
        background-position: 0px bottom
    }
    to {
        background-position: -3900px bottom
    }
}
@-webkit-keyframes playlupa {
    from {
        background-position: 0px bottom
    }
    to {
        background-position: -3900px bottom
    }
}
@-moz-keyframes playlupa {
    from {
        background-position: 0px bottom
    }
    to {
        background-position: -3900px bottom
    }
}
@-ms-keyframes playlupa {
    from {
        background-position: 0px bottom
    }
    to {
        background-position: -3900px bottom
    }
}
@-o-keyframes playlupa {
    from {
        background-position: 0px bottom
    }
    to {
        background-position: -3900px bottom
    }
}
.txt-content {
    padding-bottom: 35px;
}

.s1_img_over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 101%;
    background: #fff;
    -webkit-transition: width 600ms ease-in-out;
    -moz-transition: width 600ms ease-in-out;
    -ms-transition: width 600ms ease-in-out;
    transition: width 600ms ease-in-out;
}

.science_slide.active .s1_img1 .s1_img_over{
    width: 0;
    -webkit-transition-delay: 200ms;
    -moz-transition-delay: 200ms;
    -ms-transition-delay: 200ms;
    transition-delay: 200ms;
}
.science_slide.active .s1_img2 .s1_img_over{
    width: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    transition-delay: 0s;
}

.science1 {
    position: relative;
}

.s1_controls {
    width: 48%;
    padding-right: 10%;
    margin-top: -6px;
    position:absolute;
    bottom:0;
}

div#s1_preloader {
    margin-top: 5px;
    float: left;
    width: 43%;
    background: #E4E4E3;
    height: 2px;
    display: inline-block;
}
#s1_preloader .preloader-bar {
    position: relative;
    width: 0%;
    background: #00A3DA;
    height: 100%;
    -webkit-transition: width 8000ms ease-in-out;
    -moz-transition: width 8000ms ease-in-out;
    -ms-transition: width 8000ms ease-in-out;
    transition: width 8000ms ease-in-out;
}
#s1_preloader.out .preloader-bar {
    width: 0%;
    -webkit-transition: width 400ms ease-in-out;
    -moz-transition: width 400ms ease-in-out;
    -ms-transition: width 400ms ease-in-out;
    transition: width 400ms ease-in-out;
}
#s1_preloader.in .preloader-bar {
    width: 100%;
}

.s1_arrows {
    float: right;
    text-align: right;
    display: inline-block;
    margin-top: -4px;
}

.s1_arrows a {
    margin-left: 15px;
    display: inline-block;
}

.s1_arrows a img {
    height: 12px;
}

.s1_controls:after {content: "";display: table;clear: both;}

.science_sec1 {
    padding-bottom: 120px;
}

.science2 {
    padding: 120px 5%;
}

.science2_tit h2 {
    margin: 0;
    font-size: 16px;
    line-height: 34px;
    color: #fff;
}

.science2_tit {
    margin-bottom: 80px;
    padding: 0 10%;
}

.science2_top ul:after , .science2_bottom ul:after {content: "";display: table;clear: both;}

.science2_top ul li {
    width: 33.33%;
    float: left;
    text-align: center;
    position:relative;
    top:100px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}

.science2_lis {
    display: inline-block;
    color: #fff;
}

.science2_bottom ul li {
    width: 50%;
    float: left;
    text-align: center;
    position:relative;
    top:100px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}

.science2_bottom ul {
    width: 66.66%;
    margin: 0 auto;
}

.science2_lis img {
    width: 100%;
    max-width: 120px;
    margin: 0 0 10px;
}

.science2_lis h3 {
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}

.science2_lis h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-transform:capitalize;
    font-family: Arial, Helvetica, sans-serif;
}

.science2_top {
    margin-bottom: 80px;
}












.swiper-sc3 {
    max-height: 500px;
    height: 30.677vw;
    width: 160%;
    left: -30%;
    position: relative;
}

.science_sec3 {
    padding: 120px 0;
    margin-top: 25px;
}

.science3_swiper {
    position: relative;
    overflow:hidden;
}

.sc3_lis {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
    padding: 4% 20% 4% 20%;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    top:300px;
}
.sc3_lis .sc3_lis_box{
    background: #fff;
}
.swiper-slide-active .sc3_lis{
    padding: 0% 5% 0% 5%;
}
.swiper-slide-active .sc3_lis .ind3_lis_bg{
    width: 50%;
}

.ind3_lis_bg {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.science3_swiper .arrow-left_sc3 , .science3_swiper .arrow-right_sc3 {
    z-index: 9;
    width: auto;
    height: auto;
    font-size: 36px;
    padding: 10px 0;
    margin-top: -19px;
}
.science3_swiper .arrow-left_sc3 img, .science3_swiper .arrow-right_sc3 img{
    height:18px;
}
a.arrow-left.arrow-left_sc3 {
    left: 10%;
}

a.arrow-right.arrow-right_sc3 {
    right: 10%;
}
.sc3_lis_box {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: #000;
}



.sc3_ab {
    position: absolute;
    z-index: 9;
    top: 60px;
    right: 19%;
    width: 20%;
    min-height: 1px;
}

.sc3_ab_lis {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
}

.sc3_ab_lis h2 {
    margin: 0;
    font-size: 25px;
    line-height: 40px;
    height: 40px;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: bold;
    margin-left: -40px;
    color: #333;
    overflow: hidden;
    position: relative;
}

.sc3_ab_lis span.sc3_en{
    display:block; font-family:Arial, Helvetica, sans-serif; font-size:20px;
    margin-left: -40px;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    transition: all .3s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .3s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .3s cubic-bezier(.165,.84,.44,1);
}
.sc3_ab_lis.active span.sc3_en {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;opacity:1;
}

.sc3_ab_lis.active {
    visibility: visible;
}

.sc3_abLine span {
    width: 40px;
    height: 2px;
    display: inline-block;
    background: #0383CC;
    position:relative;
}

.sc3_abLine {

    margin: 20px 0;
    display: inline-block;
    overflow: hidden;
}

.sc3_ab_lis h3 {
    font-size: 16px;
    line-height: 24px;
    height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #0382cc;
    margin: 0;
    overflow: hidden;
    position: relative; font-weight:bold;
}
.sc3_ab_lis h3 span{font-family:"Microsoft YaHei",Î¢ÈíÑÅºÚ,STHeiti; color:#000}

.sc3_btn {
    margin-top: 25px;

    overflow: hidden;
    position: relative;
}

.sc3_btn a {
    line-height: 36px;
    border: 2px solid #0382cc;
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 100%;
    max-width: 160px;
    text-transform: uppercase;
    color: #0382cc;
    font-size: 12px;
    position: relative;
}

span.sc3_btn-over {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1);
    transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
    overflow: hidden;
    pointer-events: none;
}

span.sc3_btn-over:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0382cc;
    -webkit-transform: translate3d(-100%,0,0);
    -moz-transform: translate3d(-100%,0,0);
    -ms-transform: translate3d(-100%,0,0);
    -o-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}

span.sc3_btn-over:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #0382cc;
    -webkit-transform: translate3d(100%,0,0);
    -moz-transform: translate3d(100%,0,0);
    -ms-transform: translate3d(100%,0,0);
    -o-transform: translate3d(100%,0,0);
    transform: translate3d(100%,0,0);
}
.sc3_btn-over:after, .sc3_btn a:hover .sc3_btn-over:before {
    transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: -webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: transform .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .7s cubic-bezier(.165,.84,.44,1);
    transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    opacity: 1;
    -webkit-transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: transform .7s cubic-bezier(.165,.84,.44,1),-webkit-transform .7s cubic-bezier(.165,.84,.44,1);
}
.sc3_btn a:hover .sc3_btn-over:after , .sc3_btn a:hover .sc3_btn-over:before {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}
.sc3_btn a:hover .sc3_btn-over:after {
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}
span.sc3_btn-txt {
    position: relative;
    z-index: 1;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .7s cubic-bezier(.165,.84,.44,1);
    text-shadow:none;
    font-size: 13px;
}
.sc3_btn a:hover span.sc3_btn-txt {
    color:#fff;
}





.sc3_ab_lis h2 span ,.sc3_ab_lis h3 span , .sc3_btn_box a {
    position: relative;
    top: 100%;
}
.sc3_btn_box {
    position: relative;
    overflow: hidden;
    height: 40px;
}

.sc3_ab_lis.active h2 span ,.sc3_ab_lis.active h3 span , .sc3_ab_lis.active .sc3_btn_box a{
    top:0;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .7s cubic-bezier(.165,.84,.44,1);
}
.sc3_ab_lis.top h2 span ,.sc3_ab_lis.top h3 span , .sc3_ab_lis.top .sc3_btn_box a{
    top:-100%;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .7s cubic-bezier(.165,.84,.44,1);
}


.sc3_abLine span{
    left:100%;
}
.sc3_ab_lis.active .sc3_abLine span{
    left:0;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .7s cubic-bezier(.165,.84,.44,1);
}
.sc3_ab_lis.top .sc3_abLine span{
    left:-100%;
    transition: all .7s cubic-bezier(.165,.84,.44,1);
    -webkit-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -moz-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -ms-transition: all .7s cubic-bezier(.165,.84,.44,1);
    -o-transition: all .7s cubic-bezier(.165,.84,.44,1);
}



.science_sec4{
    padding: 120px 0 160px;
    background:url(../images/sec4_bg.jpg) no-repeat center center;
    background-size:cover;
    overflow:hidden;
}
.sec4_cot {
    max-width: 1000px;
    margin: 0 auto;
    text-align:center;
}
.sec4_wz {
    position: absolute;
    top: 50%;
    transform:translateY(-50%);
    z-index: 1;
    width: 80%;
    left: 10%;
}
.sec4_wz h3 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px;
    color:#0283CE;
}
sec4_wz h5 {
    margin: 0;
    font-size: 14px;
    line-height: 20px;
    font-family:Arial, Helvetica, sans-serif;
}

.sec4_wz h5 {
    font-size: 15px;
    left: 28px;
}
.sec4_cot li {
    width: 25%;
    float: left;
    position:relative;
}
.sec4_li{
    position:relative;
    top:60px;
}
.sec4_img>img {
    visibility: hidden;
    width:100%;
    max-width: 190px;
}
.sec4_img {
    display: inline-block;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top:150px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.sec4_tb img {
    width: 50px;
    margin-bottom:5px;
}
.sec4_tb {
    display: none;
}
.txt-content h4 {
    font-size: 20px;
    text-transform: uppercase;
    color: #666;
    letter-spacing: 1px;
    line-height: 30px;
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
}
.txt-content h3 {
    color: #333;
    line-height: 1.2;
    font-size: 30px;
    letter-spacing: 0;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 0;
}

/**science**/





/*11.26ÐÂÔö*/
.science2 .ind_tit{

}
.science2_top{
    margin: 0
}
.science2_tit h2 {
    text-align: center;
}
.steps_on{
    color: #fff;
    text-align: center;

}
.steps_on h5{
    position: relative;
    display: inline-block;
    border: 3px solid #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 100px;
    height: 100px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;

}
.steps_on:hover h5{
    border: 3px solid #34a5e3;
}
.steps_on h5 span{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.steps_on p{
    font-size: 14px;
    line-height: 24px;
    padding: 0 5px;
}
.science2_top {
    position: relative;
}
.steps_btn{
    position: absolute;
    top: 50%;
    cursor:pointer;
    margin-top: -25px;
}
.steps_le{
    left:-50px;
}
.steps_rig{
    right: -50px;
}
.process_steps{
    top: 150px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
}
.new_tit {
    text-align: center;
    padding-bottom: 60px;
}
.new_tit h3{
    margin: 0 0 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
    color: #333;
    font-weight: 600;
}
.new_tit h4 {
    color: #333;
    margin: 0;
    font-size: 32px;
    letter-spacing: 1px;
    margin: 0 0 15px 0;
}
.new_tit p{
    font-size: 14px;

}
.service_network{
    padding: 120px 0;
}
.development_txt{
    color: #fff;
    text-align: center;
    width: 55%;
    margin: 0 auto
}
.development_txt p{
    font-size: 16px;
    line-height: 28px;
}
.network_one h5{
    text-align: center;
    line-height: 60px;
    margin: 0;
    background: #ebebed;
    height: 60px;
    font-size: 20px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.network_one{
    width: 16%;
    float: left;
    margin: 0 2%;

    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}
.network_txt{
    padding: 20px 25px;
    border: 2px solid #ebebed;
    border-top: none;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.network_one:hover{
    transform: scale(1,1);
    -ms-transform: scale(1,1);
    -webkit-transform: scale(1.2,1.2);
}
.network_one:hover .network_txt{

    border: 2px solid #34a5e3;
    border-top: none;

}
.network_one:hover h5{

    background: #34a5e3;
    color: #fff
}
.network_txt{
    min-height: 185px;
}
.network_txt p{
    margin: 0 0 5px 0;
}
.science_sec1{

}
.index_pro{
    padding:0;
}
.science_sec1{
    padding: 120px 0 0 0;
    background-size: cover;
}
.history_line{
    width: 80px;
    height: 5px;
    background: #0283ce;
    margin: 0 auto
}
.round{
    background: url(../images/round.png) no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-size: cover;

}

.history_al{
    position: relative;
    margin-bottom:40px;

}
.history_al .line{
    width: 40px;
    height:2px;
    background: #333;
    display: inline-block;
    margin:0px 10px 5px 10px


}
.history_al p{
    display: inline-block;
    width: 45%;
    margin-bottom: 0

}
.history_text{
    font-size: 16px;
    line-height: 24px;
}

.history_text b{
    font-weight: 500
}


.history_right{
    left: 50%;
}
.smart_history{
    position: relative;
    padding: 100px 0;
    overflow: hidden;
}
.line_bg{
    width: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -41px;

}
.history_left p{
    text-align: right;
}
.history_left .round{
    margin: 0px -7px 0 10px
}
.history_right .round{
    margin: 0px 5px 0 -9px;

}
.history_left{
    margin-right: -6px;
    text-align: right;
    width: 50%;
}
.news_top{
    padding: 140px 0 0 0;
}
.job1_list h5{
    top: 10px;
    line-height: 30px;

}
.job1_list a {
    padding: 0
}
.job1_list {

    padding: 10px 0;

}
@media (max-width: 768px){
    .news_top{
        padding: 40px 0 0 0;
    }

}



/*****case******/
.case_box .ind_tit h3{
    color: #333333;
}
.case_box .ind_tit h4{
    color: #333333;
}
.case_sec2 .ind_tit h3{
    color: #fff;
}
.case_sec2 .ind_tit h4{
    color: #fff;
}
.case_sec4 .ind_tit h3{
    color: #fff;
}
.case_sec4 .ind_tit h4{
    color: #fff;
}

.case_sec1{
    padding: 6% 0;
    background: url(../images/case_sec1_bg.jpg) center no-repeat;
    background-size: 100% 100%;
}

.case_sec1_box{
    width: 90%;
    margin: 0 auto;
}
.case_sec1_list{
    float: left;
    cursor: pointer;
    padding: 100px 0 150px 0;
    position: relative;
}
.case_sec1_list_box{
    position: relative;
}
.case_sec1_line{
    float: left;
    position: relative;
}
.case_sec1_line img:nth-child(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.case_tip1{
    position: absolute;
    left: 0;
    bottom: 120%;
}
.case_tip1 span{
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #333333;
    position: relative;
}
.case_tip1 span::before{
    content: '';
    position: absolute;
    top: -3px;
    bottom: -3px;
    left: -3px;
    right: -3px;
    border: 1px solid #333;
    border-radius: 50%;
}
.case_tip1 i{
    display: block;
    width: 1px;
    height: 0px;
    background-color: #333;
    margin: 0 auto;
    margin-top: 2px;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.case_txt1{
    position: absolute;
    left: 15px;
    bottom: 105%;
}
.case_txt1 h5{
    margin: 0;
    font-size: 13px;
    color: #212121;
    margin: 0;
    margin-bottom: 6px;
}
.case_txt1 p{
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #212121;
    height: 0;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.case_txt2{
    position: absolute;
    top: 120%;
    width: 25%;
    opacity:0;
    -moz-opacity:0;
    -khtml-opacity:0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition: all cubic-bezier(.18,1,.21,1) .9s;
    transition: all cubic-bezier(.18,1,.21,1) .9s;
}
.case_txt2 span{
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #333333;
    position: relative;
}
.case_txt2 span::before{
    content: '';
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    border: 1px solid #333;
    border-radius: 50%;
}
.case_txt2 i{
    display: block;
    width: 1px;
    height: 35px;
    background-color: #333;
    margin-left: 2px;
    margin-bottom: 2px;
}
.case_txt2 h5{
    margin: 0;
    font-size: 13px;
    color: #212121;
    margin: 0;
    margin-bottom: 6px;
    padding-top: 5px;
    padding-left: 5px;
}
.case_txt2 p{
    padding-left: 5px;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    color: #212121;
}

.case_sec1_list1{
    width: 12.5%;
}
.case_sec1_list2{
    width: 25%;
}
.case_sec1_list3{
    width: 25%;
}
.case_sec1_list4{
    width: 37.5%;
}
.case_sec1_list1 .case_sec1_line{
    width: 100%;
}
.case_sec1_list2 .case_sec1_line{
    width: 50%;
}
.case_sec1_list3 .case_sec1_line{
    width: 50%;
}
.case_sec1_list4 .case_sec1_line{
    width: 33.33%;
}
.case_sec1_list:hover .case_sec1_line img:nth-child(2){
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}
.case_sec1_list:hover .case_tip1 i{
    height: 70px;
}
.case_sec1_list:hover .case_txt1 p{
    height: 70px;
}
.case_sec1_list:hover .case_txt2{
    opacity:1;
    -moz-opacity:1;
    -khtml-opacity:1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

.case_sec2{
    padding: 6% 0;
    background: url(../images/case_sec2_bg.jpg) center no-repeat;
    background-size: cover;
}
.case_sec2_txt{
    font-size: 15px;
    color: #eee;
    text-align: center;
    line-height: 24px;
    margin-bottom: 60px
}
.case_sec2_con{
    padding: 0 12%;
    position: relative;
}
.case_sec2_list{
    padding: 0 30px;
}
.case_sec2_list_img{
    background-color: #000;
    padding: 10px 0;
}
.case_sec2_list_txt{
    background-color: #fff;
    padding: 0 10%;
    padding-top: 20px;
    /* min-height: 150px; */
    min-height: 85px;
}
.case_sec2_list_txt h5{
    font-size: 20px;
    color: #212121;
    margin: 0;
    margin-bottom: 15px;
}
.case_sec2_list_txt p{
    font-size: 14px;
    color: #212121;
    line-height: 24px;
    margin: 0;
    padding: 0 10%;
    text-align: center;
}
.case_sec2_prev{
    position: absolute;
    top: 50%;
    left: 9%;
    cursor: pointer;
    /* margin-top: -30px; */
    margin-top: -50px;
}
.case_sec2_prev i{
    font-size: 60px;
    color: #fff;
}
.case_sec2_next{
    position: absolute;
    top: 50%;
    right: 9%;
    cursor: pointer;
    /* margin-top: -30px; */
    margin-top: -50px;
}
.case_sec2_next i{
    font-size: 60px;
    color: #fff;
}

.case_sec3{
    padding-top: 6%;
    padding-bottom: 2%;
}
.case_sec3_con{
    position: relative;
}
.case_sec3 .ind_tit{
    padding-bottom: 0;
}
.case_sec3_txt{
    font-size: 15px;
    color: #212121;
    text-align: center;
    line-height: 24px;
    margin-top: 30px
}
.swiper_honor_list{
    padding: 0 20px;
}

.nation-circle{
    position:absolute;
    left:31%;
    top:44%;
    display:inline-block;
    width:240px;
    height:240px;
    margin:-120px 0 0 -120px;
}
.nation-circle > span:nth-child(2) {
    -webkit-animation-delay: -2s;
    animation-delay: -2s;
}
.nation-circle > span:nth-child(3) {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.nation-circle > span {
    border:2px solid rgba(52,165,227,0.8) ;
    border-radius: 50%;
    margin: 10px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    position: absolute;
    left: -115px;
    top: -115px;
    opacity: 0.1;
    margin: 0;
    width: 500px;
    height: 500px;
    -webkit-animation: nation-circle 4s cubic-bezier(0.22, 0.61, 0.36, 0.5) infinite;
    animation: nation-circle 4s cubic-bezier(1, 2, 0.66, 3) infinite;
}
@keyframes nation-circle {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0.5;
    }
    50% {
        opacity: 1.0;
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
}

.case_sec3_box{
    width: 240px;
    position: absolute;
    top: 16%;
    left: 48%;
}
.case_sec3_list{
    border: 3px solid #ebebed;
}
.case_sec3_list h5{
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #34a5e3;
    background-color: #ebebed;
    margin: 0;
    letter-spacing: 1px;
}
.case_sec3_list_txt{
    padding: 20px 20px;
    background-color: #fff;
    min-height: 240px;
}
.case_sec3_list_txt p{
    font-size: 14px;
    line-height: 30px;
    color: #212121;
    margin-bottom: 0;
}
.case_sec3_prev{
    position: absolute;
    bottom: 10px;
    left: -40px;
    cursor: pointer;
}
.case_sec3_prev i{
    font-size: 24px;
    color: #34a5e3;
}
.case_sec3_next{
    position: absolute;
    bottom: 10px;
    right: -40px;
    cursor: pointer;
}
.case_sec3_next i{
    font-size: 24px;
    color: #34a5e3;
}


.case_sec4{
    padding: 6% 0 8% 0;
    background: url(../images/case_sec4_bg.jpg) center no-repeat;
    background-size: cover;
}
.case_sec4_txt{
    font-size: 15px;
    color: #eee;
    text-align: center;
    line-height: 24px;
    margin-bottom: 60px
}

.case_sec5{
    padding: 6% 0;
}
.case_sec5_con{
    padding: 0 12%;
}

@media (max-width: 768px){

}
/*****case******/








@media (max-width:1440px){


    .about_sec.about_sec1{padding: 80px 0;}
    .ind_tit{padding-bottom: 30px;}
    .ab2_bt h2{font-size: 36px;}
    .about_box3{padding: 80px 0;}
    .ind_tit h4{font-size: 26px;}
    .ind_tit h3{font-size: 24px;}
    .about_sec.about_sec4{padding: 80px 0;}
    .about_sec5{padding: 80px 0;}
    .product_box1 {padding: 80px 0;}
    .index_pro {padding: 80px 0 0;}
    .newsdot{padding-top: 40px;}
    .newdt_main{margin-top: 20px; padding-bottom: 60px;}
    .newsback{margin-top: 40px;}
    .newdt_title span {font-size: 20px;line-height: 30px;}
    .science2_tit h2{font-size: 14px;}
    .txt-content h3{font-size: 24px;}
    .txt-content h4{font-size: 18px;}
    .science2{padding: 80px 5%;}
    .science_sec3{padding: 80px 0;}
    .science_sec4{padding: 80px 0 120px;}
    .job_box1 {padding: 80px 0;}
    .job1_wz h3 {font-size: 22px;}
    .job1_wz {margin-bottom: 40px;}






}


@media (max-width:1000px){



    .contact_list:after{content: "";display: table;clear: both;}
    .contact_list span{font-size: 14px; line-height: 24px; width: 100%;}
    .contact_list input{width: 100%;}
    .contact_list textarea{width: 100%;}
    .contact_wz li h3{font-size: 14px;}
    .contact_wz h3{font-size: 14px;}
    .contact_wz h5{font-size: 14px;}
    .jobdot {
        padding: 100px 0 60px;
    }
    .ind_tit{padding-bottom: 20px;}
    .ind_tit h4{font-size: 22px;}
    .ind_tit h3{font-size: 20px;}
    .about_sec.about_sec1{padding: 100px 0 60px;}
    .ab2_timeline{width: 90%; overflow: auto; padding-bottom: 0;}
    .ab2_timeline::-webkit-scrollbar-track-piece{width:8px;background-color:#ffffff}
    .ab2_timeline::-webkit-scrollbar{width:10px;height:10px}
    .ab2_timeline::-webkit-scrollbar-thumb{height:8px;background-color:#0066a0;}
    .ab2_timeline::-webkit-scrollbar-thumb:hover{background:#005cc1}
    .ab2_bt{margin: 60px auto 0;}
    ul.ab2_tl{margin-left: 20px;}
    .about_sec.about_sec2 .ab2_box{padding-bottom: 60px;}
    ul.ab2_tl li{min-width: 100px;}
    .about_sec.about_sec4{padding: 60px 0;}
    .index6_cot{width: 80%;}
    .about_sec5{padding: 60px 0;}
    .about_box3{padding: 60px 0;}

    .prod_wz h3{font-size: 18px; line-height: 28px;}
    .prod_wz h4{font-size: 18px; line-height: 30px;}
    .product_box1{padding: 100px 0 60px;}

    .news_list h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .txt-content h3{font-size: 18px;}
    .txt-content h4{font-size: 16px;}
    .index_pro{padding: 100px 0 0;}
    .science_sec1{padding-bottom: 60px;}
    .science2{padding: 60px 0;}
    .science2_lis img{width: 70px;}
    .science2_tit{margin-bottom: 60px;}
    .science2_top{margin-bottom: 60px;}
    .sc3_ab_lis h2{font-size: 18px; line-height: 30px; height: 30px;}
    .sc3_ab_lis span.sc3_en{font-size: 14px;}
    .sc3_ab_lis h3{font-size: 14px;}
    .sec4_cot li{padding: 0 15px;}
    .sec4_wz h3{font-size: 18px; margin-bottom: 10px;}
    .sec4_wz h5{font-size: 13px; line-height: 1.2; margin: 0;}
    .science_sec4{padding: 60px 0 100px;}

    .job_box1 {padding: 100px 0 60px;}
    .job_box2 {padding: 60px 0;}






}



@media (max-width:768px){

    .about_sec.about_sec1{padding: 40px 0 40px;}
    .ind_tit h3{font-size: 18px; margin-bottom: 5px;}
    .ind_tit h4{font-size: 20px;}
    .ind_tit hr{margin: 10px auto;}
    .about1_main h2{margin-bottom: 15px; font-size: 14px; line-height: 26px;}
    .about_sec.about_sec2{padding: 100px 0 0;}
    .ab2_img.active img{margin-top: -100px;}
    .ab2_bt h2{font-size: 18px; margin: 0;}
    ul.ab2_tl li span:before{height: 80px;}
    ul.ab2_tl li span:after{bottom: 90px;}
    ul.ab2_tl li p{top: -102px; font-size: 12px;}
    ul.ab2_tl time{font-size: 12px;}
    .about_box3{padding: 40px 0;}
    .about3_left p{line-height: 26px; margin-top: 15px;}
    .about3_img{padding-left: 0; margin-top: 15px;}
    .ab4_sw{margin-top: 0;}
    .about_sec.about_sec4{padding: 40px 0;}
    .about_sec5{padding: 40px 0;}
    .index6_cot{width: 100%;}
    .about6_sw{position: relative; padding-bottom: 25px;}
    .swiper-pagination.pagination_ab6 , .swiper-pagination.pagination_sc3 , .swiper-pagination.pagination_sc4{z-index: 1; bottom: 0;}
    .swiper-pagination.pagination_ab6 .swiper-pagination-switch , .swiper-pagination.pagination_sc3 .swiper-pagination-switch , .swiper-pagination.pagination_sc4 .swiper-pagination-switch{width: 8px; height: 8px; margin: 0 3px; background: #aaa;}
    .swiper-pagination.pagination_ab6 .swiper-active-switch , .swiper-pagination.pagination_sc3 .swiper-active-switch , .swiper-pagination.pagination_sc4 .swiper-active-switch{background: #2174B5;}


    .intro__header{width: 100%;}
    .product_box1{padding: 40px 0 40px;}
    .product_cot li{width: 50%;}
    .intpro{padding-bottom: 40px;}
    .prod_wz{padding: 0 10px; background: rgba(0, 0, 0, 0.3);}
    .prod_wz h3{font-size: 14px; line-height: 24px;}
    .prod_wz h4{font-size: 14px; line-height: 24px;}
    p.intro__text{font-size: 14px; line-height: 26px;}
    .news_list h4{font-size: 14px; line-height: 24px;}
    .news_list h3{font-size: 12px; line-height: 22px;}
    .news_list h5{font-size: 12px; line-height: 22px; margin: 5px 0;}
    .index_pro{padding: 40px 0 0;}
    .news_main{padding-bottom: 40px;}
    .newsdot{padding: 0 15px;}
    .newdt_title span{font-size: 16px; line-height: 26px;}
    .newdt_main{padding: 0 0 40px; margin: 0;}
    .newdt_con .newdt_txt{font-size: 12px; line-height: 22px; margin-bottom: 10px;}
    .newdt_time{font-size: 12px;}
    .newsback a{font-size: 12px; padding: 8px 40px;}
    .newsback{margin-top: 20px;}
    .science1_txt{width: 100%;}
    .science1_img{width: 100%;}
    .txt-content .seq.lupa{display:none}
    .txt-content .s1_line{margin: 15px 0;}
    .txt-content{padding-bottom: 15px;}
    .science1{padding-bottom: 40px;}
    .s1_controls{width: 100%; padding: 0; margin-top: 0;}
    .txt-content h5{font-size: 12px; line-height: 22px;}
    .science2_tit{margin-bottom: 40px; padding: 0;}
    .science2{padding: 40px 0;}
    .science2_tit h2{font-size: 12px; line-height: 24px;}

    .science2_lis{width: 100%; text-align: center;}
    .science2_sw{padding-bottom: 30px; position: relative;}
    .sc3_p_img img{width: 100%;}
    .science3_sw{position: relative; padding-bottom: 10px;}
    .sc3_phone_lis{overflow: hidden;}
    .sc3_p_img{margin: 0 -1px;}
    .sc3_p_txt h2{margin: 0; font-size: 18px; line-height: 28px; color: #333; font-weight: bold; letter-spacing: 1px;}
    .sc3_p_txt h3{font-size: 14px; line-height: 24px; font-family: Arial, Helvetica, sans-serif; color: #666; margin: 0;}
    .sc3_p_txt{padding: 15px; text-align: center;}
    .sc3_p_txt h4{font-size: 12px; color: #888;}
    .science4_sw{text-align: center; position: relative; padding-bottom: 30px;}
    .science_sec4{padding: 40px 0 40px;}
    .job_box1{padding: 40px 0 40px;}
    .job1_wz h3{font-size: 18px; margin-bottom: 15px;}
    .job1_list a{display: block;padding: 8px 0;}
    .job1_list h5{font-size: 12px; top: 14px;}
    .job1_list h4{font-size: 13px; line-height: 24px; padding-right: 65px;}
    .job1_btn{margin-top: 40px;}
    .job1_btn h4{font-size: 12px; line-height: 22px;}
    .job2_right{width: 100%; float: none;}
    .job_box2{padding: 40px 0;}
    .job2_right h3{font-size: 18px; line-height: 28px; margin-bottom: 15px;}
    .job2_right h5{font-size: 13px; line-height: 24px; text-shadow: 0 0 1px #666;}
    .job1_wz{margin-bottom: 20px;}




    .jobdot{padding: 40px 0 40px;}
    .zpxxnrbodynr{width: 100%; height: auto; padding: 0;}
    .zpxxnrbodynrs{margin-bottom: 10px;}
    .zpxxnrbody{padding: 15px 0;}
    .zpxxnrbodynrsy{width: auto; height: auto; line-height: 24px; font-size: 12px;}
    .zpxxnrbodynrsz{width: auto; min-width: 75px; font-size: 12px; line-height: 24px; height: auto;    color: #333;}
    .zxzpnr{font-size: 12px; line-height: 22px;}



    .contact_box{padding: 40px 0 40px;}
    .contact_li{margin-top: 0; margin-bottom: 30px;}
    .contact_list input , .contact_list textarea{font-size: 12px; line-height: 24px;}
    .contact_list input{height:32px;}
    .contact_list textarea{height: 80px;}









}