﻿html{width: 100%;min-width:1200px;-ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%;}
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td{padding:0;margin:0}
body,button,input,select,textarea{font:14px/1.5 Microsoft Yahei,Arial,sans-serif}
body{
    width: 100%;
    background:#fff;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
    color:#333;
}
h1,h2,h3,h4,h5,h6,button,input,select,textarea{font-size:100%}
address,cite,dfn,em,var{font-style:normal}
code,kbd,pre,samp{font-family:courier new, courier, monospace}
small{font-size:12px}
ul,ol{list-style:none}
hr{border: none;height: 1px}
a{color:inherit;text-decoration:none;outline:none;background-color: transparent}
a:hover,a:active{outline: none;text-decoration: none}
img{border:none}
b,strong{font-weight: bold}
table{border-collapse:collapse}
td,th{border: 1px solid #333}
input,input:focus{border: none;outline: none}
input[type="submit"]{cursor: pointer}
/*  * {
    box-sizing: border-box;
 } */ 
*{
    outline:none;
    padding:0;
    margin: 0;
     behavior: url(ie-css3.htc); 
} 
header {
    width: 1100px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}

header div {
    display: inline-block;
}
.top-text ul{font-size: 0;}
.top-text ul li {
    display: inline-block;
    padding: 0px 38px;
    border-right: 1px solid #eee;
    font-size: 16px;
    height: 43px;
    line-height: 43px;
    position: relative;
    font-weight: bold;
    

}


.nav-two{
    display: none;
    position: absolute;
    z-index: 999999;
    width: 100%;
    top: 43px;
    left: 0;
    background: rgba(2,50,141,.6);
    text-align: center;
}
.nav-two a{
    display: block;
    color: white;
    line-height: 38px;
    border-bottom: 1px solid #204fa0;
        padding: 0 3px;
    font-weight: normal;

}
.nav-two a:last-child{
    border-bottom: none;
}
.top-text .nav-two a:hover{
    background: #27509e;
    color: #fff;
}

.top-text li.active .nav-two a{
    color: #fff;
}



.top-phone {
    position: absolute;
    right: 0px;
    top: 10px;
}

.top-phone span:nth-child(2) {
    font-size: 20px;
    color: #fd5b06;
    font-style: italic;
}

.top-phone img {
    padding-left: 33px;
}

.top-phone span {
    font-weight: bold;
}

.logo {
    padding-top: 10px;
}

.top-right {
    position: absolute;
    top: 17px;
    right: 0px;
}

.top-text ul li:nth-child(7) {
    border-right: none;
    padding-right: 0px;
}

.index {
    width: 100%;
    height: 540px;
    position: relative;
    overflow: hidden;
}

#index-banner {
    width: 1920px;
    height: 100%;
    margin-left: -960px;
    position: absolute;
    left: 50%;
    top: 0px;
}

section.banner-text {
    background-color: #f1f1f1;
    background-image: url(../images/ban-wapper.png);
    height: 510px;
}

.in-text {
    width: 1100px;
    margin: 0 auto;
    height: 100%;
    position: relative;
}

.text-left {
    width: 700px;
    padding-top: 60px;
}

.titl-text {
    font-size: 24px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #333333;
    font-weight: bold;
}

.titl-text span {
    font-size: 12px;
    line-height: 25px;
    letter-spacing: 0px;
    color: #999999;
    width: 286px;
    height: 11px;
}

.text-ban {
    width: 705px;
    height: 219px;
    font-size: 15px;
    line-height: 29px;
    color: #333333;
    text-indent: 2rem;
}

.bto-text ul li {
    display: inline-block;
    width: 98px;
    height: 57px;
    padding: 0px 39px;
    border-right: 1px solid #ddd;
}

.bto-text ul li:nth-child(1) {
    padding-left: 0px;
}

.bto-text ul li span:nth-child(1) {
    line-height: 45px;
    letter-spacing: 1px;
    color: #256dc7;
    font-size: 45px;
}

.bto-text ul li:nth-child(3) {
    padding-right: 0px;
    border-right: none;
}

.bto-text {
    padding-top: 37px;
}

.img-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 133px;
}

.ol-img img {
    border-radius: 303px;
}

section.show-prodc {
    position: relative;
    width: 100%;
}

.swiper-button-box {
    position: absolute;
    bottom: 36px;
    left: 50%;
    margin-left: -91px;
    width: 183px;
    height: 32px;
    text-align: center;
}

.swiper-button-prev {
    height: 36px;
    left: -79px;
}

.swiper-button-next {
    height: 36px;
    left: 79px;
}

/**********test**********/
/*.solar {
    height: 100%;
    position: relative;
}

.sun {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    box-shadow: 0 0 10px 10px gold;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.globe {
    width: 400px;
    height: 400px;
    border-radius: 50%;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    animation: rotate 5s linear infinite;
}

.globe::before {
    content: "";
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    position: absolute;
    left: 165px;
    top: -35px;
}

.moon {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    left: 100px;
    top: -25%;
    animation: moon1 4s linear infinite;
}

@keyframes moon1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.moon::before {
    content: "";
    display: block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
*/
/********************show***************/
.ban-show {
    width: 1100px;
    margin: 0 auto;
    height: 800px;
    overflow: hidden;
}

.show-titl span:nth-child(1) {
    font-size: 36px;
    line-height: 25px;
    color: #256dc7;
    font-weight: bold;
}

.show-titl {
    text-align: center;
}

.show-titl span:nth-child(2) {
    font-size: 14px;
}

.show-titl {
    font-size: 14px;
    color: #333333;
    line-height: 25px;
    padding: 60px 0 20px;
}

.show-iteam ul li {
    display: inline-block;
    width: 260px;
    height: 240px;
    margin: 20px 15px 0px 0px;
}
.show-iteam ul li:nth-child(4n){
    margin-right: 0;
}

.show-img {
    text-align: center;
    height: 186px;
    overflow: hidden;
}

.show-text {
    background-color: #1155ab;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: relative;
}

.show-img img {
    width: 259px;
    height: 100%;
}

.show-text a {
    color: #f5f4f1;
}

.show-iteam ul li:hover .show-text {
    background-color: #fd5b06;
    text-align: left;
    padding-left: 10px;
}

.show-iteam ul li:hover .show-text a img {
    position: absolute;
    right: 10px;
    top: 13px;
    display: block;
}

.show-text img {
    display: none;
}

.show-text a {
    width: 100%;
    height: 100%;
}

span.swiper-pagination-bullet {
    margin: 0px 5px;
}

.swiper-button-box div {
    height: 32px;
}

/**********footer************/
.up-box {
    height: 263px;
    width: 1100px;
    margin: 0 auto;
}

.fot-up {
    width: 1100px;
    margin: 0 auto;
}

.link-iteam a {
    color: #fff;
}

.read-iteam ul li {
    display: inline-block;
    margin-right: 20px;
    text-align: center;
    width: 340px;
    height: 353px;
    padding: 5px;
    background: #fff;
}

.case-box {
    width: 1100px;
    margin: 0 auto;
}

.read-img img {
    width: 340px;
    height: 240px;
}

.read-iteam ul li:nth-child(3) {
    margin-right: 0px;
}

.read-text {
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding-top: 13px;
}

.read-more {
    display: inline-block;
    width: 115px;
    height: 35px;
    line-height: 35px;
    background-color: #e3e3e3;
    border-radius: 100px;
    margin-top: 15px;
    font-size: 12px;
}

.read-iteam li:hover .read-more {
    background-color: #256dc7;
    box-shadow: 0px 1px 9px 1px rgba(37, 109, 199, 0.6);
    color: #fff;
}

.swiper-container-case-show {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.swiper-case-box {
    text-align: center;
    height: 91px;
}

.swiper-case-next ,.swiper-case-prev {
    background-repeat: no-repeat;
}

.swiper-case-prev {
    background-image: url(../images/case-arrow-left1.png);
    display: inline-block;
    width: 55px;
    height: 55px;
    position: absolute;
    right: -85px;
    top: 320px;
    z-index: 99999;

}

.swiper-case-prev:hover {
    background-image: url(../images/case-arrow-left.png);
}

.swiper-case-next:hover {
    background-image: url(../images/case-arrow-right.png);
}

.swiper-case-next {
    background-image: url(../images/case-arrow-right1.png);
    width: 55px;
    height: 55px;
    display: inline-block;
    position: absolute;
    left:-85px;
    top: 320px;
    z-index: 99999;
}

.yeji{
    width: 100%;
    background-color: #f2f2f2;
}
.case {
    position: relative;
    width: 1100px;
    margin:0 auto;
}
.news{
    padding-bottom: 60px;
}
.news-iteam-index ul li {
    display: inline-block;
    width: 508px;
    height: 90px;
    margin: 0px 75px 30px 0px;
}
.news-iteam-index ul li:nth-child(2n) {
margin-right: 0;
}

.news-box {
    width: 1100px;
    margin: 0 auto;
}

.news-data {
    display: inline-block;
    width: 80px;
    height: 90px;
    background-color: #ccc;
    border-radius: 6px;
    text-align: center;
    color: #333;
    font-size: 15px;
    line-height: 0px;
}

.news-text {
    width: 392px;
    float: right;
    padding: 5px 16px 0px 0px;
}

.news-data span:nth-child(1) {
    font-size: 34px;
    line-height: 70px;
}

.news-data span:nth-child(2) {
    font-size: 15px;
}

.news-iteam-index .news-title {
    color: #333333;
    padding-top: 10px;
    font-weight: bold;
}

.news-text .news-title span {
    color: #999999;
    font-size: 14px;
}

.swiper-container-news-show {
    width: 1100px;
    margin: 0 auto;
    overflow: hidden;
}

.news-text p {
    font-size: 14px;
    line-height: 23px;
    color: #999;
}

.news-iteam-index ul li:hover {
    background-color: #eee;
    border-radius: 6px;
}

.news-iteam-index ul li:hover .news-data {
    background-color: #256dc7;
    border-radius: 6px;
    color: #fff;
}

.news-iteam-index ul li:hover .news-title {
    font-weight: bold;
    color: #256dc7;
    padding-top: 10px;
}

.news-iteam-index ul li:hover .news-text span:nth-child(4) {
    display: none;
}

.news-pagination {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
}

.news-pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #256DC7;
    width: 13px;
    height: 13px;

}

.footer-box {
    background-color: #333;
    color: #fff;
}

.fot-up div {
    display: inline-block;
}

.fast-link a {
    color: #fff;
}

.fast-link {
    display: inline-block;
    position: absolute;
    top: -46px;
    font-size: 18px;
    font-weight: bold;
}

.banner-us-img {
    height: 300px;
    width: 100%;
    position: relative;
}
.banner-us-img img{
    position: absolute;
    left: 50%;
    margin-left: -960px;
}

.us-tit {
    text-align: center;
    font-size: 34px;
    font-weight: bold;
    color: #256dc7;
    margin-top: 38px;
    line-height:34px;
    margin-bottom: 20px;
}

.us-tit span:nth-child(4) {
    font-size: 18px;
    color: #999999;
}

.contact-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 34px;
}

.maps {
    position: absolute;
    right: 0;
    top: 0;
}

.contact-text {
    display: inline-block;
}

.con-top-text {
    font-size: 20px;
    font-weight: bold;
}

.con-text ul li {
    line-height: 26px;
    padding: 20px 0px;
}

.top-text ul li.active>a,.top-text ul li>a:hover {
    color: #256dc7;
    font-weight: bold;
}

li {
    list-style: none;
}

.eng-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.eng-iteam ul li {
    margin:0  20px 20px 0; 
}


.eng-img a:nth-child(1) {
    width: 358px;
    height: 237px;
}

.abc ,.def {
    display: none;
}

.tab-box {
    width: 1100px;
    margin: 0 auto;
}

.tab-head div {
    display: inline-block;
    width: 190px;
    height: 55px;
    line-height: 55px;
    background-color: #266dc7;
    box-shadow: 2px 4px 5px 0px rgba(8, 61, 128, 0.6);
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0px 10px;
    cursor: pointer;
}

.tab-head {
    text-align: center;
}

.tab-head a{display: inline-block;width: 100%;height: 100%;}

.tab-head .selected {
    background-color: #333;
}

.tab-content1 p {
    font-size: 15px;
    line-height: 30px;
    color: #333333;
    text-indent: 2em;
}

.tab-content1 {
    width: 1100px;
    margin: 0 auto;
    padding-top: 31px;
}

.news-title div {
    background-color: #eee;
    float: left;

}

.tit-boxs a img {
    width: 220px;
    height: 220px;
    border-radius: 20px;
}

.tit-boxs a .title-img {
    display: inline-block;
    width: 220px;
    height: 220px;
}


.title-top {
    font-weight: bold;
    color: #333;
}



.tit-boxs a .title-top {
    width: 237px;
    height: 30px;
    position: absolute;
    white-space: nowrap; 
    position: relative;   
        float: right;
        margin-bottom: 30px;

}
.tit-boxs a .title-top:before{
    content: ' ';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 45px;
    height: 8px;
    border-bottom: 2px solid #333;
}

.tit-boxs:hover a .title-top:before{
    border-bottom: 2px solid #fff;
}


.title-top span {
}

.tltle-text {
    font-size: 14px;
    color: #666;
    width: 238px;
    padding-top: 20px;
}

.title-top {
    font-size: 16px;
}

.tltle-text span:nth-child(5) {
    font-size: 12px;
}

.tit-boxs {
    width: 540px;
    height: 260px;
    border-radius: 20px;
   margin-bottom: 50px;
}

.tit-boxs a title-img {
    border-radius: 20px;
}

.tit-boxs a .title-img {
    border-radius: 20px;
    padding: 20px;
}

.tltle-text span {
}

.tit-boxs a {
    display: inline-block;
}

.tit-boxs:nth-child(1) {
    margin-right: 15px;
}

.tit-boxs:hover {
    background-color: #266dc7;
}

.tit-boxs:hover .title-img {
    background-color: #266dc7;
}

.tit-boxs:hover .tltle-text {
    background-color: #266dc7;
    color: #fff;
}

.tit-boxs:hover .title-top {
    background-color: #266dc7;
    color: #fff;
}

.iteam-left div {
    display: inline-block;
}

.iteam-left {
    height: 100%;
}

.news-iteam div {
    display: inline-block;
}

.iteam-right {
    width: 1015px;
    float: right;
    background-color: #eee;
    height: 165px;
}

.news-iteam {
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden;
}

.date-iteam {
    width: 85px;
    height: 80px;
    background-color: #266dc7;
    text-align: center;
    color: #fff;
}

.date-iteam span:nth-child(1) {
    font-size: 34px;
    font-weight: bold;
}

.tt, .xt {
    padding: 30px 22px 0px;
}

.iteam-right .tt {
    font-weight: bold;
    position: relative;
}

.iteam-right .tt:before{
    content: ' ';
    position: absolute;
    left: 20px;
    bottom: -10px;
    width: 45px;
    height: 8px;
    border-bottom: 2px solid #333;
}

.iteam-right:hover .tt:before{
        border-bottom: 2px solid #266DC7;

}

.tt span {
}



.xt {
    font-size: 14px;
    color: #666;
    line-height: 25px;
}

.news-iteam:hover .tt {
    color: #266dc7;
}

.news-iteam:hover .xt span {
    color: #266dc7;
}

.change-nubmer {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
}

.change-nubmer ul li {
    display: inline-block;
    width: 45px;
    height: 40px;
    background-color: #999999;
    border-radius: 8px;
    line-height: 40px;
    margin: 0px 5px;
}

.change-nubmer a {
    color: #fff;
    display: block;
}

.change-nubmer ul li:hover {
    background-color: #266dc7;
}

.eng-img {
    width: 345px;
    height: 250px;
    position: relative;
    overflow: hidden;
}

.eng-iteam ul li {
    width: 345px;
    overflow: hidden;
}

.eng-img a {
    display: block;
    position: absolute;
    z-index: 2;
    width: 345px;
    height: 250px;
    top: 0px;
    text-align: center;
    color: #fff;
    background-color: #266dc7;
    line-height: 35px;
    opacity: .8;
}

.eng-img a img {
    padding-top: 100px;
}

.pro-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.pro-box-left {
    float: left;
    width: 278px;
}

.pro-title {
    width: 250px;
    height: 85px;
    background-color: #f5f5f5;
    color: #266dc7;
    line-height: 37px;
    padding-left: 20px;
    padding-top: 10px;
    border-radius: 10px 10px 0px 0px;
    font-weight: bold;
}

.pro-title span:nth-child(1) {
    font-size: 24px;
}

.pro-title span:nth-child(3) {
    font-size: 18px;
}

.tab-name {
    width: 238px;
    height: 55px;
    background-color: #f5f5f5;
    padding-left: 28px;
    border-left: 4px solid #c6c6c6;
    border-bottom: 1px solid #e6e6e6;
    line-height: 55px;
    cursor: pointer;
    float: left;
}

.tab-name a {
    display: block;
    font-size: 16px;
/*     font-weight: bolder;
 */}

.tab-name.active,.tab-name:hover {
/*     background-color: #266dc7;
     */    border-left: 4px solid #0c4c9d;
}

.tab-name.active a,.tab-name:hover a {
    color: #266dc7;
}

.tab-mod{
    position: relative;
    display: block;
    width: 100%;
    float: left;

}

.tab-tips{
    /* position: absolute;
    top: 5px;
    right: 0;
    z-index: 9999; */
    overflow: hidden;
    width: 270px;
/*  margin-right: -278px;
*/    
    display: none;
}

 .active + .tab-tips{display: block;}
 
.tab-tips ul li {
    display: block;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #fcfcfc;
    padding-left: 30px;
}

.tab-tips ul li a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tab-tips ul li {
    background-image: url(../images/tat.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
/*     font-weight: bold;
 */}
.tab-tips ul li:last-child{
    border-bottom: 0;
}

.tab-tips ul li.active a,.tab-tips ul li a:hover {
    color: #266dc7;
}

.tab-tips ul li:hover , .tab-tips ul li.active {
    background-image: url(../images/tat-blue.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
}

.tab-tips ul  li.son{
    background: #fcfcfc;
    font-weight: normal;
    text-indent: 24px;
}

.pro-box-right {
    width: 800px;
    float: right;
        overflow: hidden;

}

.tab-iteam ul{
    overflow: hidden;
    min-height: 600px;
}
.tab-iteam ul li {
    width: 245px;
    height: 233px;
    text-align: center;
    margin: 0 30px 20px 0;
    float: left;

}
.tab-iteam ul li:nth-child(3n){
    margin-right: 0;
}

.tqt-img{
    height: 201px;
    overflow: hidden;
    margin-bottom: 10px;

 }
.tqt-img img {
}

.tab-iteam a:hover {
    color: #266dc7;
}

.show {
    margin: 31px 0;
    font-size: 15px;
    color: #333;
    line-height: 30px;
}

.pirct {
    display: inline-block;
    position: absolute;
    top: 15px;
}

.pirct-text {
    display: inline-block;
    color: #333;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0px;
    padding-left: 29px;
}

.pirct-text span {
    font-weight: initial;
}

.con-text {
    position: relative;
}

.eng-iteam {
    text-align: center;
}

.eng-img a {
    display: none;
}
.eng-iteam ul{overflow: hidden;}
.eng-iteam li{float: left;}
.eng-iteam li:hover .eng-img a {
    display: block;
}

.eng-img a {
    color: #fff;
}

.eng-iteam li:hover .ment a {
    color: #266dc7;
}

.ment {
    font-weight: bold;
    font-size: 16px;
    margin-top: 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fot-box {
    width: 1100px;
    margin: 0 auto;
    position: relative;
    height: 185px;
}

footer {
    background-color: #333;
    color: #fff;
}

.fot-box a {
    color: #fff;
}

.link-index {
    display: inline-block;
    width: 65px;
    line-height: 30px;
    margin-right: 30px;
    opacity: .6;
}

.link-index ul li {
    display: inline-block;
}

.fot-top-img {
    position: absolute;
    top: 62px;
}

.link-box {
    display: inline-block;
    position: absolute;
    left: 336px;
    top: 74px;
}

.fot-ns {
    display: inline-block;
    position: absolute;
    left: 267px;
    top: 30px;
}

.link-phone {
    display: inline-block;
    width: 270px;
    position: absolute;
    right: 205px;
    top: 80px;
}

.phone-nub {
    display: inline-block;
    position: absolute;
    top: -55px;
    font-size: 18px;
    font-weight: bold;
}

.link-meu {
    position: absolute;
    top: -7px;
    width: 306px;
    opacity: .6;
    line-height: 30px;
}

.fot-ns1 {
    display: inline-block;
    position: absolute;
    right: 530px;
    top: 30px;
}

.wechat {
    display: inline-block;
    position: absolute;
    right: 0;
    text-align: center;
    top: 26px;
}

.wechat img{
    width: 110px;
}

.fot-down-url {
    background-color: #252525;
    height:100px;
}

.fot-down {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px;
    font-size: 14px;
}

.fot-text a {
    color: #fff;
    padding: 0px 10px;

}
.fot-text a + a{
    border-left: 1px solid #fff;
}

section.contact {
    height: 430px;
}

section.engg {
}

section.news-boxes {
}

section.prodd {
   overflow: hidden;
}

/****************/
.text-right div {
    display: inline-block;
}

.text-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 90px;
}

.grey-om {
    width: 325px;
    height: 325px;
    background-color: #e5e5e5;
    border-radius: 100%;
    position: relative;
}

.w-om {
    width: 320px;
    height: 320px;
    background-color: #f2f2f2;
    border-radius: 100%;
    position: absolute;
    left: 3px;
    top: 3px;
}

.grey-02 {
    width: 256px;
    height: 256px;
    background-color: #e5e5e5;
    border-radius: 100%;
    position: absolute;
    top: 30px;
    left: 30px;
}

.grey-02 img {
    top: 30px;
    left: 30px;
    position: absolute;
}


@-webkit-keyframes mymove{
    from{-webkit-transform: rotate(0deg)}
    to{-webkit-transform: rotate(360deg)}
}
@-moz-keyframes mymove{
    from{-moz-transform: rotate(0deg)}
    to{-moz-transform: rotate(359deg)}
}
@-o-keyframes mymove{
    from{-o-transform: rotate(0deg)}
    to{-o-transform: rotate(359deg)}
}
@keyframes mymove{
    from{transform: rotate(0deg)}
    to{transform: rotate(359deg)}
}


@-webkit-keyframes mymoveb{
    from{-webkit-transform: rotate(359deg)}
    to{-webkit-transform: rotate(0deg)}
}
@-moz-keyframes mymoveb{
    from{-moz-transform: rotate(358deg)}
    to{-moz-transform: rotate(0deg)}
}
@-o-keyframes mymoveb{
    from{-o-transform: rotate(359deg)}
    to{-o-transform: rotate(0deg)}
}
@keyframes mymoveb{
    from{transform: rotate(359deg)}
    to{transform: rotate(0deg)}
}



.a ,.b ,.c ,.d {
    width: 50px;
    height: 50px;
    padding: 2px;
    border-radius: 100%;
    text-align: center;
    line-height: 50px;
    position: absolute;
    z-index: 2;
    background-repeat: no-repeat;
    color: #fff;
    font-weight: bold;
    font-family:Microsoft YaHei;
    

}
.a:hover ,.b:hover ,.c:hover ,.d:hover {
    animation:mymove 5s linear infinite;
    -webkit-animation:mymove 5s linear infinite; /* Safari 和 Chrome */
}

.a span,.b span,.c span,.d span {
    display:  block;
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align:  center;
    line-height: 50px;

}
.a:hover span,.b:hover span,.c:hover span,.d:hover span {
    animation:mymoveb 5s linear  infinite;
    -webkit-animation:mymoveb 5s linear  infinite; /* Safari 和 Chrome */
}

.a {
    bottom: 50px;
    left: -5px;
    border:2px dotted #fd5b06;
}
.a span{
        background-color: #fd5b06;

}
.b {
    bottom: 0;
    right: 51px;
    border:2px dotted #25a7c7;

}
.b span{
    background-color: #25a7c7;

}

.c {
   
    right: -30px;
    top: 103px;
    border:2px dotted #25c7bd;
}
.c span{
     background-color: #25c7bd;
}

.d {
    top: -25px;
    left: 111px;
    border:2px dotted #256dc7;
    
}
.d span{
        background-color: #256dc7;

}

.r{ float:right;}
.l{ float:left;}
.ws{overflow: hidden;white-space: nowrap;text-overflow: ellipsis}
/* .p{padding: 0 calc(50% - 550px)} */
.blue{ color:#256dc7;}
.m_t10{margin-top:10px;}
.m_t20{margin-top:20px;}
.m_t30{margin-top:30px;}
.m_t40{margin-top:40px;}
.m_t50{margin-top:50px;}
.mar_20{margin-top:40px;}

.p_t10{padding-top:10px;}
.p_t20{padding-top:20px;}
.p_t30{padding-top:30px;}
.p_t40{padding-top:40px;}
.p_t50{padding-top:50px;}

.ny_pad{ min-height:300px;  overflow:hidden; padding: 10px 0 30px 0; }
.ny_pad img{max-width: 100%;}
.ny_news_ct88{padding:0px 0px 30px; line-height:30px; text-align: left;}
.ny_news_ct88 .info{ padding-bottom: 10px; margin-bottom: 0; overflow: hidden; }
.ny_news_ct88 .info p{text-indent: 0;float: left;background:#ccc; padding:2px 5px; margin-right:8px;  overflow: hidden; text-overflow: ellipsis; white-space:nowrap;}
.ny_news_tl88 li{text-align:center; height:40px; line-height:40px;}
.ny_news_tl88 .new_title{font-size:18px; font-weight:bold; border-bottom:1px solid #ddd; white-space: nowrap; text-overflow: ellipsis;overflow: hidden;}
.ny_news_tl88 span{padding:0 5px; color:#999;}
.ny_news_ct88 p{ text-indent: 24px; }
.news_fy{padding:10px 50px 0; height:55px; border-top:#ccc solid 1px;position: relative;z-index: 999;text-align: left;}
.news_fy_l{width:300px;}
.news_fy_l li{height:24px; line-height:24px;}
.news_fy_l span{font-weight:bold;}
.news_fy_r{height:35px; overflow:hidden; padding-top:12px; width:200px;}
.news_fy_r .bdsharebuttonbox{float: right;}

caption{font-size: 20px;line-height: 35px;}
.feedback_table{border-collapse:collapse; color:#696969}
.feedback_table h4,.feedback_table h3{color: #666;}
.feedback_table tr td{padding: 5px 5px 5px 20px; }
.feedback_table tr td:nth-child(2){text-align: left; }
.feedback_table tr td input{height: 30px;line-height: 15px; }
.feedback_table tr td{ border: 1px solid #ececec;line-height: 40px;}
.feedback_table tr td input[type=submit]{background-color: #DD1F2B; color: #fff;}
.feedback_table tr td input[type=reset]{background-color: #ccc; color: #fff;}
.feedback_table tr td .bt{ width: 85px; height:35px;  border-radius: 5px; cursor: pointer;}
.feedback_table tr td input,.feedback_table tr td textarea{padding:3px 5px;color: #666; margin:0 10px; border: 1px solid #ececec; width: 50%;border-radius: 3px;}
.feedback_table tr td #address{ width: 80%; }
.feedback_table tr td textarea{margin:10px 0px 10px 10px; width: 80%; border-radius: 20px;}

.sub{width: 320px;white-space:nowrap; overflow:hidden; text-overflow: ellipsis;}

.news_image{ padding:20px 0; position:relative;}
.news_image img{ display:block; margin:0 auto;max-width:680px; 

    max-height: 100%}
.news_image #pre1{position:absolute; display:block; width:50%; height:100%; top:0; z-index:9; cursor: url(../images/1_5D1221FE.cur),auto;}
.news_image #next1{position:absolute;display:block; width:50%; height:100%; top:0; left:50%;z-index:9;cursor: url(../images/2_5D1221FE.cur),auto;}
 
/*翻页*/
.fy{height:80px;; text-align:center; width:100%; clear: both;}
.fy a,.fy span{    
    display: inline-block;
    width: 45px;
    height: 40px;
    background-color: #999999;
    border-radius: 8px;
    line-height: 40px;
    margin: 0px 5px;color: #fff;}
.fy span,.fy a:hover{
    color:#fff;    
    background-color: #266dc7;
}
.flink a{ margin:0 5px;}
 
 /*job*/
.job_tab{border-top: #999 solid 1px;border-right: #999 solid 1px;}
.job_tab td{line-height: 40px;border-left: #999 solid 1px;border-bottom: #999 solid 1px;padding-left: 24px;}
.job_ct{padding: 24px 24px 24px 0;}
.td_back{background: #f6f6f6;}
.job_go{height: 30px;line-height: 30px;text-align: center;color: #ff3300;padding: 10px 0;}


.proinfo-img-show {
    position: relative;
}

.proinfo-img-show-big {
    width: 100%;
    height: 454px;
    position: relative;
}

.proinfo-img-show-big ul {
    height: 100%;
}

.proinfo-img-show-big ul li {
    border: 1px solid #ddd;
    width: 100%;
    height: 100%;
}

.proinfo-img-show-big ul img,
.proinfo-img-show-sml li img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.proinfo-img-show-sml {
    width: 680px;
    height: 117px;
    margin: 0 auto;
    overflow: hidden;
}

.proinfo-img-show-sml-warp {
    height: 100%;
}

.proinfo-img-show-sml ul {
    height: 100%;
}

.proinfo-img-show-sml li {
    float: left;
    width: 152px;
    height: 115px;
    margin: 0 20px 0 0;
    border: 1px solid #9d9d9d;
}

.proinfo-img-show-sml li.smlz_cls {
    border: 1px solid #1964C4;
}

.proinfo-img-show-prev,
.proinfo-img-show-next {
    position: absolute;
    display: block;
    width: 78px;
    height: 103px;
    top: 215px;
    z-index: 9;
    cursor: pointer;
}

.proinfo-img-show-prev {
    left: -27px;
    background: url("../images/i_p_info_l.png") no-repeat center;
}

.proinfo-img-show-next {
    right: -27px;
    background: url("../images/i_p_info_r.png") no-repeat center;
}





/*tab*/
.i-p-info-list{
    margin-top: 40px;
    padding-bottom: 30px;
    overflow: hidden;
    padding-left: 60px;
}
.i-p-info-list li{
    width: 146px;
    height: 45px;
    line-height: 45px;
    background: #c4e2ff;
    text-align: center;
    float: left;
    font-size: 16px;
    cursor: pointer;  
    position: relative;

}

.i-p-info-list li:nth-child(1):after,
.i-p-info-list li:nth-child(2):after,
.i-p-info-list li:nth-child(3):after,
.i-p-info-list li:nth-child(4):after{
    position: absolute;
    right: -32px;
    content: "";
    width: 32px;
    height: 32px;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;

    transform: rotateZ(45deg);
    -ms-transform:rotate(45deg); /* IE 9 */
    -webkit-transform:rotate(45deg); /* Safari and Chrome */

    z-index: 9999;

}


.i-p-info-list li + li{
}

.i-p-info-list li:nth-child(1){
    background: #C6C6C6 ;
}
.i-p-info-list li:nth-child(1):after{
    background: #C6C6C6;
}

    

.i-p-info-list li:nth-child(2){
    background: #D7D7D7 ;
}
.i-p-info-list li:nth-child(2):after{
    background: #D7D7D7;
}

.i-p-info-list li:nth-child(3){
    background: #E1E1E1 ;
}
.i-p-info-list li:nth-child(3):after{
    background: #E1E1E1;
}

.i-p-info-list li:nth-child(4){
    background: #EDEBEC ;
}
.i-p-info-list li:nth-child(4):after{
    background: #EDEBEC;
}

.i-p-info-list li.active{
    color: white;
    background: #266DC7;
}
.i-p-info-list li.active:after,
.i-p-info-list li.active:after,
.i-p-info-list li.active:after,
.i-p-info-list li.active:after{
 background: #266DC7;
}



.i-p-p-con{
    padding:0 60px;
}
.i-p-p-con>div{
    display: none;
    padding-bottom: 30px;
}
.i-p-p-con>div.active{
    display: block;
}
.i-p-info-con-two-title{
    border-bottom: 2px solid #183883;
    line-height: 40px;
    height: 40px;
    margin-bottom: 10px;
    font-size: 16px;
}
.i-p-info-con-two-title span:nth-child(1),.i-p-info-con-two li p{
    float: left;
    text-indent: 20px;
}
.i-p-info-con-two-title span:nth-child(2),.i-p-info-con-two li span{
    float: right;
}
.i-p-info-con-two li{
    line-height: 45px;
    height: 45px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.i-p-info-con-two li p{
    width: 700px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.i-p-info-con-two li:hover{
    background: #eee;
}
.i-p-info-con-two li b{
    float: left;
    font-size: 14px;
}
