@charset "utf-8";
.cb:after {
    content: ".";
    display: block;
    height: 0px;
    overflow: hidden;
    visibility: hidden;
    clear: both;
}

body,
html {
    /* background-color: #efefef !important; */
}

em{
	font-style: normal;
}

header, section, footer, aside, nav, article, figure{ 
    display: block; 
}

/*蓝海产品*/

.content {
    width: 100%;
}

.content.goodsBg {
    background: #f9f9f9;
}

.content .conWidth {
    width: 100%;
}

.newsCon h3,
.newsCon .Info {
    text-align: center;
}


/*标题*/

.index_title {
    text-align: center;
}

.index_title h2 {
    color: #36478c;
    font-size: 24px;
    line-height: 24px;
    margin-bottom: 15px;
    font-weight: normal;
}

.index_title p {
    color: #909090;
    font-size: 14px;
    margin-bottom: 8px;
}

.index_title a {
    width: 128px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #bec3d8;
    border-radius: 5px;
    color: #909090;
    display: inline-block;
    transition: .5s;
}

.index_title a:hover {
    background: #36478c;
    color: #fff;
    border-color: #36478c;
}


/*列表*/

.indexProList {
    width: 100%;
    height: auto;
    margin-top: 25px;
}

.indexProList li {
    float: left;
    overflow: hidden;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: inset 0 0 0 0 rgba(54, 71, 140, 0);
}

.indexProList li:hover {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: inset 0 0 0 10px rgba(54, 71, 140, .05);
}

.indexProList li a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.indexProList li .img img {
    width: 100%;
    display: block;
}

.indexProList li.first {
    width: 25%;
    height: 300px;
    background: #f1f1f1;
}

.indexProList li.first:hover {
    background: #fff;
}

.indexProList li.first a {
    border: 1px solid #ececec;
}

.indexProList li.first h4 {
    color: #333;
    font-size: 20px;
    padding-top: 20px;
    font-weight: normal;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.indexProList li.first:hover h4 {
    color: #36478c
}

.indexProList li.first p {
    color: #999;
    font-size: 16px;
    line-height: 30px;
}

.indexProList li.first .img {
    width: 184px;
    height: 193px;
    margin: 10px auto 0;
    overflow: hidden;
}

.indexProList li.second {
    width: 25%;
    height: 150px;
    background: #fff;
}

.indexProList li.second a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.indexProList li.second .img {
    width: 160px;
    height: 80px;
    margin: 15px auto;
    overflow: hidden;
}

.indexProList li.second p {
    text-align: center;
    margin: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.indexProList li.second:hover p {
    color: #36478c
}

.indexProList li.third {
    width: 25%;
    height: 150px;
    background: #f6f6f6
}

.indexProList li.third a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.indexProList li.third .img {
    width: 120px;
    height: 75px;
    margin: 0 auto;
    padding: 20px 0 15px;
    overflow: hidden;
}

.indexProList li.third .img img {
    height: 100%;
    display: block;
}

.indexProList li.third p {
    text-align: center;
    margin: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.indexProList li.third:hover p {
    color: #36478c
}

.indexProList li.fourth {
    width: 25%;
    height: 150px;
    background: url(../images/indexProImg9_bg.jpg) no-repeat;
}

.indexProList li.fourth a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.indexProList li.fourth .img {
    width: 75px;
    height: 75px;
    margin: 20px auto 15px;
    overflow: hidden;
}

.indexProList li.fourth .img img {
    height: 100%;
    display: block;
}

.indexProList li.fourth p {
    text-align: center;
    margin: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.indexProList li.fourth:hover p {
    color: #36478c
}

.indexProList li.fifth {
    width: 50%;
    height: 150px;
    background: url(../images/indexProImg10_bg.jpg) no-repeat;
}

.indexProList li.fifth a {
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-right: 1px solid #ececec;
    border-top: 1px solid #ececec;
    border-bottom: 1px solid #ececec;
}

.indexProList li.fifth .img {
    width: 75px;
    height: 75px;
    margin: 20px auto 15px;
    overflow: hidden;
}

.indexProList li.fifth .img img {
    height: 100%;
    display: block;
}

.indexProList li.fifth p {
    text-align: center;
    margin: 0 15px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #666;
}

.indexProList li.fifth:hover p {
    color: #36478c
}


/*蓝海产品*/


/*解决方案*/

.solutionList {
    width: 1200px;
    height: 400px;
    margin: 0 auto;
    text-align: left;
    margin-top: 25px;
    position: relative;
}

.solutionList .plan_box {
    width: 100%;
    height: 400px;
    position: relative;
    overflow: hidden;
}

.solutionList ul {
    overflow: hidden;
    width: 999999px;
    height: 400px;
    position: absolute;
    top: 0;
    left: 0;
}

.solutionList ul li {
    position: relative;
    width: 400px;
    float: left;
    background: #f9f9f9;
    height: 400px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.solutionList ul li article {
    height: 200px;
    overflow: hidden;
}

.solutionList ul li:hover {
    background: #fff;
}

.solutionList ul li article h3 {
    margin: 40px 30px 10px;
    font-size: 24px;
    color: #333;
    font-weight: normal;
}

.solutionList ul li article p {
    margin: 0 30px;
    color: #999;
    max-height: 80px;
    line-height: 20px;
    font-size: 14px;
    overflow: hidden;
}

.solutionList ul li picture {
    position: relative;
    height: 200px;
    overflow: hidden;
}

.solutionList ul li picture img {
    display: block;
    width: 100%;
}

.solutionList ul li picture i {
    position: absolute;
    left: 35px;
    top: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #f2f2f2;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
}

.solutionList ul li.aroww picture i {
    top: 192px;
    bottom: 0px;
    border-top: 0;
    border-bottom: 8px solid #f2f2f2;
}

.solutionList ul li:hover picture i {
    border-top-color: #fff;
}

.solutionList ul li.aroww:hover picture i {
    border-bottom-color: #fff;
}

.solutionList #scheme_prev {
    position: absolute;
    right: 30px;
    top: -70px;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #1c2e79;
    background-size: 50% auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-size: 20px;
    font-family: '宋体';
    background: #36478c;
    color: #fff;
    border-radius: 3px;
}

.solutionList #scheme_prev:hover {
    background: #1c2e79;
}

.solutionList #scheme_next {
    position: absolute;
    right: 0;
    top: -70px;
    width: 25px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    background-size: 50% auto;
    border: 1px solid #1c2e79;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    opacity: .5;
    font-size: 20px;
    font-family: '宋体';
    background: #36478c;
    color: #fff;
    border-radius: 3px;
}

.solutionList #scheme_next:hover {
    opacity: 1;
    background: #1c2e79;
}


/*解决方案*/


/*文字宣传语*/

.txtAd {
    width: 100%;
    height: auto;
    text-align: center;
    color: #747474;
}

.txtAd h4 {
    font-size: 44px;
    padding-bottom: 10px;
}

.txtAd p {
    font-size: 18px;
}


/*文字宣传语*/


/*新闻/企业视频*/

.news-group {
    float: left;
    width: 750px;
    height: 322px;
}

.news-group-title {
    height: 50px;
    margin-bottom: 22px;
    line-height: 50px;
}

.news-group-title li {
    float: left;
    width: 138px;
    height: 100%;
    margin-right: 5px;
    background: #f1f1f1;
    color: #000;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news-group-title li:hover,
.news-group-title li.act {
    background: #2680c4;
    color: #fff;
}


/*新闻列表*/

.news-group-content {
    height: 250px;
    background: #fbfbfb;
}

.news-group-content .group-item {
    display: none;
    overflow: hidden;
}

.news-group-content .group-list.txt {
    padding: 20px 0;
}

.news-group-content .group-list li {
    height: 30px;
    padding: 0 3%;
    line-height: 30px;
}

.news-group-content .group-list li a {
    display: block;
    height: 100%;
    color: #666;
    font-size: 13px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news-group-content .group-list li a span {
    float: right;
    color: #999;
}

.news-group-content .group-list .first {
    position: relative;
    height: 90px;
    margin-bottom: 15px;
    padding: 20px 25px 20px 125px;
    border-bottom: 1px dotted #c5c5c5;
    line-height: 1.6;
    background: #f8f8f8;
}

.news-group-content .group-list .first div {
    position: absolute;
    top: 20px;
    left: 25px;
    width: 85px;
    height: 90px;
    padding-right: 15px;
    border-right: 1px dotted #a9a9a9;
}

.news-group-content .group-list .first div span {
    float: none;
    display: block;
    color: #000;
    font-size: 30px;
}

.news-group-content .group-list .first div em {
    float: right;
    color: #727272;
    font-style: normal;
}

.news-group-content .group-list .first h4 {
    margin: 5px 0 8px 4%;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news-group-content .group-list .first p {
    margin-left: 4%;
    color: #999;
    font-size: 13px;
    line-height: 24px;
    max-height: 48px;
    overflow: hidden;
}

.news-group-content .group-list li a:hover,
.news-group-content .group-list .first a:hover h4 {
    color: #2680c4;
}

.news-group-content .group-item-img {
    float: left;
    width: 250px;
    height: 250px;
    overflow: hidden;
}

.news-group-content .group-item-img img {
    vertical-align: top;
    width: auto;
    height: 100%;
}

.news-group-content .group-list.pic {
    float: left;
    width: 440px;
    margin: 0 30px;
}

.news-group-content .group-list.pic li {
    padding: 0;
}

.news-group-content .group-list.pic .first {
    height: 130px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.news-group-content .group-list.pic .first h4 {
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news-group-content .group-list.pic .first p {
    font-size: 13px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    margin: 0 0 5px;
}

.news-group-content .group-list.pic li a span {
    float: none;
    display: block;
    color: #999;
}


/*底部文字宣传广告*/

.ft-freeBg {
    width: 100%;
    height: 130px;
    background: #363c4a;
}

.ft-free {
    width: 1200px;
    margin: 0 auto;
    height: 130px;
}

.ft-free h5 {
    float: left;
    color: #fff;
    font-size: 30px;
    line-height: 130px;
    font-weight: normal;
}

.ft-free a {
    float: right;
    width: 222px;
    height: 50px;
    margin-top: 40px;
    border-radius: 25px;
    background: #2680c4;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    display: block;
}

.ft-free a:hover {
    background: #176daf;
}

.ft-free .icon {
    display: inline-block;
    font-family: "仿宋";
    font-size: 18px;
    padding-left: 8px;
    font-weight: bold;
}


/*底部文字宣传广告*/


/*产品频道页*/

.probg {
    background: #fafafa;
    padding-bottom: 50px;
}

.pro_typ_list {
    float: left;
    width: 100%;
}


/*标题*/

.pro_typ_list .title1 {
    padding: 46px 0 30px 0;
}

.pro_typ_list .title1 h1 {
    float: left;
    font-size: 24px;
    color: #666;
    font-weight: normal;
}

.pro_typ_list .title1 a {
    float: right;
    font-size: 14px;
    line-height: 30px;
    color: #666;
    display: block;
    transition: .3s;
}

.pro_typ_list .title1 a:hover {
    color: #00a0de;
}

.pro_typ_list .title1 a .i {
    width: 18px;
    height: 18px;
    display: inline-block;
    background: #d3d3d3;
    color: #fff;
    border-radius: 10px;
    font-family: "仿宋";
    text-align: center;
    line-height: 18px;
    margin-left: 5px;
}

.pro_typ_list .title1 a:hover .i {
    background: #00a0de;
}


/*列表*/

.pro_typ_list .pop_img {
    float: left;
    height: 300px;
    overflow: hidden;
    background: #000;
}

.pro_typ_list ul {
    float: left;
}

.pro_typ_list li {
    width: 225px;
    height: 300px;
    float: left;
    box-sizing: border-box;
    background: #fff;
    margin-left: 15px;
}

.pro_typ_list li .p_img {
    height: 190px;
    width: 225px;
    overflow: hidden;
    text-align: center;
}

.pro_typ_list li .p_img img {
    height: 190px;
    transform: scale(1, 1);
    transition: .5s;
}

.pro_typ_list li:hover .p_img img {
    transform: scale(1.1, 1.1);
    transition: .5s;
}

.pro_typ_list li .p_info {
    line-height: 18px;
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
}

.pro_typ_list li .p_info h3 {
    color: #666;
    font-weight: normal;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pro_typ_list li .p_info h3:hover {
    color: #00a0de;
}

.pro_typ_list li .p_info p {
    color: #999;
    padding: 0 10px;
    line-height: 24px;
    height: 24px;
    overflow: hidden;
}

.pro_typ_list li .p_info span {
    color: #f1503f;
    font-size: 14px;
    padding-top: 10px;
    display: block;
}


/*产品频道页*/


/*面包屑导航*/

.ChanelBanner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
}

.ChanelBanner .img {
    width: 1920px;
    height: 600px;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -960px;
}

.ChanelBanner .img img {
    width: 100%;
    height: 600px;
}

.ChanelBanner .proTitle {
    width: 1000px;
    margin: 0 auto;
    height: auto;
    position: absolute;
    top: 40%;
    left: 50%;
    margin-left: -500px;
    z-index: 99;
    display: none;
}

.ChanelBanner .proTitle h4 {
    font-size: 40px;
    color: #fff;
    line-height: 80px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-left: 0;
    animation: myfirst 1s;
    transition: all .5s;
}

.ChanelBanner .proTitle p {
    font-size: 14px;
    color: #ddd;
    width: 60%;
    line-height: 28px;
    position: relative;
    bottom: 0;
    animation: mySecond 1s;
    transition: all .5s;
}

@keyframes myfirst {
    from {
        margin-left: -500px;
        opacity: 0;
    }
    to {
        margin-left: 0;
        opacity: 1;
    }
}

@keyframes mySecond {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}

.InBanner {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.InBanner .img {
    width: 100%;
    /* height: 100%; */
}

.InBanner .img img {
    width: 100%;
    /* height: 100%; */
}

.InBanner .proTitle {
    width: 1100px;
    margin: 0 auto;
    height: 180px;
    overflow: hidden;
    position: absolute;
    top: 20%;
    left: 50%;
    margin-left: -550px;
    z-index: 99;
    display: none;
}

.InBanner .proTitle h4 {
    font-size: 30px;
    color: #fff;
    line-height: 60px;
    font-weight: normal;
    padding-bottom: 5px;
    margin-left: 0;
}

.InBanner .proTitle p {
    font-size: 14px;
    color: #fff;
    width: 60%;
    line-height: 26px;
    position: relative;
    bottom: 0;
}

#crumb-box {
    margin-top: 10px;
    margin-bottom: 30px;
}

#crumb-box .crumbBox {
    text-align: center;
    background-color: #fff;
}

#crumb-box .crumbBox ul li {
    height: 40px;
    line-height: 40px;
}

#crumb-box .crumbBox ul li a {
    display: block;
    font-size: 16px;
    color: #878787;
}

.crumb {
    width: 210px;
}

.crumb .crumbBox h4 {
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #303030;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}

.content-info {
    padding: 15px;
    background-color: #fff;
    color: #000;
    margin-top: 10px;
}

.content-info p {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 20px;
}

.info-code {
    text-align: center;
}

.info-code span {
    display: block;
    font-size: 14px;
    color: #afafaf;
    margin-top: 10px;
}

#crumb-box .crumbBox ul li,
.goodsList ul li.ll .img img {
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}

#crumb-box .crumbBox ul li:hover,
#crumb-box .crumbBox ul li.active {
    background-color: #099ef2;
}

#crumb-box .crumbBox ul li:hover a {
    color: #fff;
}

.details-info {
    width: 100%;
    height: 55px;
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 10px;
}

.details-info h4 {
    float: left;
    width: 200px;
    font-size: 20px;
    line-height: 40px;
}

.details-info .crumbInfo {
    float: right;
    padding-top: 13px;
}

.details-info .crumbInfo a,
.details-info .crumbInfo span {
    font-size: 14px;
    line-height: 40px;
}

.details-info .crumbInfo a:hover {
    color: #099ef2;
}

.details-box {
    padding-bottom: 50px;
}

.news-box-list {
    width: 1100px;
    /* margin-top: 2px; */
    margin: 2px auto 0;
}

.crumb .crumbBox h4 span {
    color: #333;
    font-size: 18px;
}

.crumb .crumbBox h4 i {
    color: #ccc;
}

.crumb .crumbBox .crumbInfo {
    float: right;
    margin-right: 20px;
    padding-left: 25px;
    background: url(../images/crumbIcon.png) left 22px no-repeat;
}

.crumb .crumbBox .crumbInfo a {
    font-size: 14px;
    color: #999;
    padding-right: 5px;
}

.crumb .crumbBox .crumbInfo a:hover {
    color: #00a0de;
}

.crumb .crumbBox .crumbInfo span {
    font-family: "仿宋";
    padding-right: 5px;
    color: #333;
}

.InBanner .crumb .crumbBox ul {
    float: right;
    font-size: 14px;
}

.InBanner .crumb .crumbBox ul li {
    margin: 0 25px;
    line-height: 78px;
    float: left;
    position: relative;
}

.InBanner .crumb .crumbBox ul li:hover :after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #00a0de;
}

.InBanner .crumb .crumbBox ul li:hover a {
    color: #00a0de;
}

.InBanner .crumb .crumbBox ul li:hover {
    border-bottom: 2px solid #00a0de;
    color: #36478c;
}

.InBanner .crumb .crumbBox ul li.act {
    border-bottom: 2px solid #00a0de;
    color: #36478c;
}

.InBanner .crumb .crumbBox ul li.act:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #00a0de;
}

.InBanner .crumb .crumbBox ul li a {
    color: #666;
}

.InBanner .crumb .crumbBox ul li.act a {
    color: #00a0de;
}


/*面包屑导航*/


/*产品列表页*/

.goodsList {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.goodsList ul.clearfix {
    border-top: 1px solid #eee;
    border-left: 1px solid #eee;
    overflow: hidden;
}

.goodsList ul li.ll {
    width: 33.33333333%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border-bottom: 1px solid #eee;
    border-right: 1px solid #eee;
    overflow: hidden;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: inset 0 0 0 0 rgba(54, 71, 140, 0);
    background: #fff;
    transform: scale(0);
    opacity: 0;
}

.goodsList ul li.ll:hover {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    box-shadow: inset 0 0 0 10px rgba(54, 71, 140, .05);
}

.goodsList ul li.ll a {
    display: block;
    height: 100%;
}

.goodsList ul li.on {
    -webkit-animation: scale 1s .2s ease both;
    -moz-animation: scale 1s .2s ease both;
}

@keyframes scale {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.goodsList ul li.ll .img {
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding: 10px;
}

.goodsList ul li.ll .img img {
    max-width: 100%;
    max-height: 100%;
}

.goodsList ul li.ll p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
    font-size: 14px;
    color: #666;
    padding-bottom: 10px;
}

.goodsList div.pagination {
    width: 100%;
    text-align: center;
}

.goodsList ul li.ll:hover .img img {
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
    transform: scale(.9);
    transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -moz-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -ms-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
    -o-transition: all .5s cubic-bezier(0, 0.93, 1, 1);
}

.product-details-box h4 {
    float: left;
    width: 200px;
    font-size: 20px !important;
    line-height: 55px !important;
    background-color: transparent !important;
    color: #000 !important;
    text-align: left !important;
    margin-left: 20px;
}

.product-details-box .crumb {
    width: 100%;
    height: 55px;
    background-color: #fff;
}

.product-details-box {
    margin-top: 25px !important;
}

.product-details-box .crumbInfo {
    padding-top: 20px;
}

.product-max-box {
    padding-bottom: 0px;
}


/*产品列表页*/


/*产品详情页*/

.pro_details01 {
    background: #f8f8f8;
    overflow: hidden;
    min-width: 1200px;
    padding-bottom: 20px;
}

.pro_details01 section {
    width: 1200px;
    margin: auto;
}

.pro_details01_con {
    margin: 40px 0;
    overflow: hidden;
    box-sizing: border-box;
    padding: 0 20px;
}


/*图片切换介绍*/

.pro_img {
    width: 420px;
    float: left;
    position: relative;
    overflow: hidden;
}

.pro_img picture {
    width: 418px;
    height: 418px;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background: #fff;
}

.pro_img picture img {
    width: 100%;
    height: 100%;
}

.pro_img ul {
    overflow: hidden;
    /* margin-top:25px;*/
    padding-top: 8px;
    position: absolute;
    left: 25px;
    bottom: 10px;
}

.pro_img ul li {
    width: 60px;
    height: 60px;
    float: left;
    margin-right: 15px;
    border: 1px solid #e9e9e9;
    position: relative;
    cursor: pointer;
}

.pro_img ul li img {
    width: 100%;
    height: 100%;
}

.pro_img ul li em {
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: 100%;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #36478c;
    display: none;
}

.pro_img ul li em i {
    position: absolute;
    left: 0;
    top: 1px;
    margin-left: -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
}

.pro_img ul li.act {
    border-color: #36478c;
}

.pro_img ul li.act em {
    display: block;
}


/*文字介绍*/

.pro_details01_rl {
    float: right;
    width: 690px;
}

.pro_details01_rl p {
    line-height: 26px;
    font-size: 14px;
    color: #666;
}


/*尺寸规格*/

.pro_size_list {
    overflow: hidden;
    margin-top: 20px;
}

.pro_size_list li {
    border: 1px solid #e0e0e0;
    text-align: center;
    line-height: 33px;
    color: #707070;
    width: 13.4%;
    float: left;
    margin: 0 24px 15px 0;
    border-radius: 5px;
    cursor: pointer;
    font-size: 13px;
}

.pro_size_list li.act {
    border-color: #36478c;
    background: #36478c;
    color: #fff;
}

.pro_size {
    width: 1200px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
    overflow: hidden;
}

.pro_size h2 {
    line-height: 68px;
    border-bottom: 1px solid #eee;
    color: #36478c;
    font-size: 20px;
    position: relative;
    font-weight: normal;
    margin-bottom: 25px;
    display: none;
}

.pro_size h2 a {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    color: #36478c;
}

.pro_size .pro_size_list li {
    width: 158px;
    margin: 0 40px 15px 0;
    height: 40px;
    line-height: 40px;
}

.pro_size h2 span {
    color: #666;
    font-size: 13px;
    margin-left: 10px;
}

.pro_table {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 40px;
}

.pro_table thead {
    background: #36478c;
    color: #fff;
}

.pro_table thead tr td {
    padding: 10px;
    text-align: center;
    font-size: 14px;
}

.pro_table tbody tr td {
    border: 1px solid #d3d3d3;
    padding: 16px 10px;
    font-size: 12px;
    text-align: center;
}

.pro_table tbody tr td.pro_car a {
    color: #36478c;
}


/*相关知识*/

.pro_related h3 {
    font-size: 20px;
    height: 32px;
    color: #36478c;
    padding-bottom: 15px;
    border-bottom: 1px solid #dedede;
    font-weight: normal;
    display: none;
}

.pro_related ul {
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
}

.pro_related ul li {
    position: relative;
    float: left;
    width: 48%;
    line-height: 38px;
    padding-left: 10px;
    font-size: 14px;
}

.pro_related ul li em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #666;
}

.pro_related ul li a {
    color: #666;
}


/*产品详情页*/


/*侧边工具*/

#sideTool {
    position: fixed;
    right: 8px;
    bottom: 80px;
    width: 92px;
    border: 1px solid #ececec;
    background: #fff;
    z-index: 1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    z-index: 999
}

#sideTool a {
    height: 80px;
    border-bottom: 1px solid #ececec;
    display: block;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding-top: 6px;
    position: relative;
    color: #666;
}

#sideTool a:hover {
    color: #fff;
    background: #2680c4;
}

#sideTool i {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#sideTool a.icon01 i {
    background: url(../images/icon01.png) no-repeat;
}

#sideTool a.icon01:hover i {
    background-position: 0 -40px;
}

#sideTool a.icon02 i {
    background: url(../images/icon02.png) no-repeat;
}

#sideTool a.icon02:hover i {
    background-position: 0 -40px;
}

#sideTool .icon03 i {
    background: url(../images/icon03.png) no-repeat;
}

#sideTool .icon03:hover i {
    background-position: 0 -40px;
}

#sideTool .icon03 article {
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    border: 1px solid #ececec;
    background: #fcfcfc;
    font-size: 16px;
    padding: 0 6px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

#sideTool .icon03 article p {
    padding: 0 6px;
    color: #36478c;
    width: 160px;
    text-align: left;
    padding-left: 36px;
    line-height: 32px;
}

#sideTool .icon03 article p.phone {
    background: url(../images/icon05.png) no-repeat 6px center;
    border-bottom: 1px dotted #d2d2d2;
}

#sideTool .icon03 article p.mail {
    background: url(../images/icon06.png) no-repeat 6px center;
    text-align: right;
}

#sideTool .icon03 article p.mail a {
    height: auto;
    border: none;
    padding: 0;
}

#sideTool .icon03 {
    height: 80px;
    border-bottom: 1px solid #ececec;
    display: block;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    padding-top: 6px;
    position: relative;
}

#sideTool .icon03:hover {
    color: #fff;
    background: #2680c4;
}

#sideTool .icon03:hover article {
    display: block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}


/*侧边工具*/


/*新闻列表页*/

.newsList {}


/*左边*/

.news_fl {
    width: 100%;
    float: left;
    overflow: hidden;
    background-color: #fff;
    margin-top: -2px;
    padding: 15px;
}

.news_fl ul {
    overflow: hidden;
}

.news_fl ul li .info_right {
    float: left;
    width: 740px;
    height: 195px;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}

.news_fl ul li .info_right h3 {
    color: #565656;
    font-size: 24px;
    line-height: 28px;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    font-weight: normal;
}

.news_fl ul li .info_right aside {
    color: #999;
    line-height: 24px;
    font-size: 12px;
    margin-top: 15px;
}

.news_fl ul li .info_right aside span {
    margin-left: 20px;
}

.news_fl ul li div em {
    position: absolute;
    top: 0;
    right: 0;
    height: 28px;
    line-height: 28px;
    padding-left: 26px;
    background: url(../img/news/news02.jpg) no-repeat left center;
    cursor: pointer;
}

.news_fl ul li div em i {
    font-size: 16px;
    margin: 0 8px;
    color: #36478c;
}

.news_fl ul li img {
    width: 100%;
    display: block;
}

.news_fl ul li summary {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 20px;
}

.news_fl ul li a {
    display: block;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
}

.news_fl ul li:hover .info_right {
    border-color: #099ef2;
}

.news_fl ul li:hover div h3 {
    color: #099ef2;
}


/*右边*/

.news_rl {
    width: 330px;
    background: #f9f9fb;
    padding: 20px;
    float: right;
}

.news_rl h2 {
    color: #333;
    font-size: 20px;
    font-weight: normal;
}

.news_rl ul li {
    width: 100%;
    padding: 15px 0;
    border-bottom: 1px dotted #dedede;
    overflow: hidden;
}

.news_rl ul li a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    color: #666;
    font-size: 14px;
}

.news_rl ul li a:hover {
    color: #099ef2;
}

.news_rl ul li aside {
    color: #999;
    font-size: 12px;
}

.news_fl ul li .info_right .chk_all {
    display: block;
    width: 85px;
    height: 30px;
    border: 1px solid #666;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    position: absolute;
    bottom: 0;
    left: 32px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_fl ul li a .info_img {
    display: block;
    float: left;
    width: 290px;
    height: 195px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_fl ul li a .info_img img {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_fl ul li:hover .info_img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_fl ul li:hover .info_right .chk_all {
    color: #fff;
    border-color: #099ef2;
    background-color: #099ef2;
}

.pagination {
    display: block !important;
    text-align: center;
    margin: 0px !important;
}

.pagination>li {
    display: inline-block !important;
    *display: inline;
    *zoom: 1;
}


/*新闻列表页*/

.product-max-box .content {
    width: 980px
}



/*新闻详情页*/

.newsCon {
    padding: 28px;
    border: 1px solid #eee;
}

.newsCon h3 {
    padding: 0 10px;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: normal;
}

.newsCon .Info {
    padding: 0 10px;
    background: #f9f9f9;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
}

.newsCon .Info span {
    padding-right: 20px;
}

.newsCon .newsConBox {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.newsCon .newsConBox p {
    font-size: 13px;
    color: #666;
    line-height: 25px;
    padding-bottom: 10px;
}

.newsCon .newsConBox span {
    display: block;
    font-size: 13px;
    color: #666;
    text-indent: 2em;
    line-height: 25px;
    padding-bottom: 10px;
}

.newsCon .newsConBox img {
    max-width: 100%;
    height: auto;
    padding-bottom: 10px;
}


/*新闻详情页*/


/*解决方案列表页*/

.solution {
    width: 100%;
    height: auto;
}

.solution h4 {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 20px 0 40px;
    color: #666;
}

.solutionBox {
    width: 100%;
}

.solutionBox ul {}

.solutionBox li {
    width: 380px;
    float: left;
    margin: 0 10px 20px;
    background: #f8f8f8;
    height: 360px;
    overflow: hidden;
}

.solutionBox li a {
    display: block;
    height: 320px;
    line-height: 22px;
}

.solutionBox li a:hover p,
.solutionBox li a:hover h1 {
    color: #008cd6;
}

.solutionBox li h1 {
    font-size: 18px;
    color: #333;
    line-height: 56px;
    font-weight: normal;
    padding: 0 15px;
}

.solutionBox li p {
    color: #999;
    padding: 0 15px;
    font-size: 14px;
}


/*解决方案列表页*/


/*解决方案详情页*/

.solutionBg {
    background: #f9f9f9;
    width: 100%;
    height: auto;
    padding: 20px 0 50px;
}

.solutionBg h2 {
    line-height: 80px;
    font-weight: normal;
    font-size: 28px;
    color: #00a0de;
    text-align: center;
}

.solutionInfo {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: #fff;
}

.solutionInfo .solutionCon {
    padding: 50px;
}

.solutionInfo .solutionCon h4 {
    font-size: 16px;
    line-height: 150%;
    color: #00a0de;
    padding: 10px 0;
    font-weight: normal;
}

.solutionInfo .solutionCon p {
    font-size: 14px;
    line-height: 150%;
    color: #666;
    padding-bottom: 10px;
}

.solutionInfo .solutionCon b {
    font-size: 14px;
    line-height: 150%;
    color: #666;
    padding-bottom: 10px;
    display: inline-block;
}


/*解决方案详情页*/


/*服务支持列表页*/

.serviceSupport {
    width: 100%;
    height: auto;
    padding: 20px 0;
}

.ny_banner2 {
    width: 100%;
    height: 300px;
}

.ny_banner2 img {
    width: 100%;
    height: auto;
}

.ny_banner2 .left {
    width: 700px;
    float: left;
}

.ny_banner2 .right {
    width: 500px;
    height: 300px;
    float: left;
    padding: 50px 30px 0;
    background: #639fc0;
}

.ny_banner2 h1 {
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    font-weight: normal;
}

.ny_banner2 h2 {
    font-size: 30px;
    line-height: 30px;
    color: #7aadc9;
    font-family: "Arial";
    margin: 8px 0 90px 0;
}

.ny_banner2 p {
    font-size: 14px;
    max-height: 48px;
    line-height: 24px;
    overflow: hidden;
    color: #fff;
}

.back_white {
    background: #fff;
}

.hq_zc li {
    width: 50%;
    height: 290px;
    float: left;
    position: relative;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.hq_zc li img {
    margin: 68px 0 15px 0;
}

.hq_zc li .line {
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0;
    top: 0;
    background: #f5f5f5;
}

.hq_zc li a {
    display: block;
    border-bottom: 4px solid #fff;
    height: 286px;
}

.hq_zc li a:hover {
    border-bottom: 4px solid #008cd6;
    background: #fcfcfc;
}

.hq_zc li a h1 {
    font-weight: normal;
    font-size: 18px;
    color: #666;
}

.hq_zc li a:hover h1 {
    color: #008cd6;
}


/*服务支持列表页*/


/*服务支持详情页*/

.serviceSupportInfo {
    padding: 50px;
    margin-top: 20px;
    border: 1px solid #f5f5f5;
    box-sizing: border-box;
    text-align: center;
}

.serviceSupportInfo h1 {
    font-size: 30px;
    line-height: 30px;
    color: #099ef2;
    margin-bottom: 30px;
    font-weight: normal;
}

.serviceSupportInfo h2 {
    text-align: left;
    font-size: 18px;
    color: #099ef2;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: normal;
}

.serviceSupportInfo p {
    text-align: left;
}

.serviceSupportInfo span {
    text-align: left;
    display: block;
    padding: 20px 0;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.serviceSupportInfo img {
    padding: 10px 0;
}

.serviceSupportInfo span b {
    color: #099ef2;
    font-weight: normal;
}


/*服务支持详情页*/


/*关于我们*/

.aboutUs {
    width: 100%;
    height: auto;
    padding: 20px 0;
}


/*公司简介*/

.introduce {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.introduce .title {
    float: left;
    background: #e5e5e5 url(../images/introduceTitBg.jpg) no-repeat left bottom;
    width: 30%;
    height: 600px;
    position: relative;
}

.introduce .title h4 {
    width: 195px;
    height: 58px;
    border: 4px solid #36478c;
    color: #36478c;
    text-align: right;
    line-height: 50px;
    font-size: 30px;
    padding-right: 15px;
    font-weight: normal;
    position: absolute;
    top: 40px;
    right: 30px;
}

.introduce .title p {
    margin-right: 30px;
    margin-top: 20px;
    text-align: right;
    font-size: 35px;
    line-height: 35px;
    color: #666;
    position: absolute;
    top: 130px;
    right: 30px;
}

.introduce .list {
    width: 70%;
    float: left;
    background: #fff;
}

.introduce .list li {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.introduce .list li:after {
    content: " ";
    display: block;
    clear: both;
}

.introduce .list li .img {
    width: 50%;
    height: 100%;
    float: left;
    overflow: hidden;
}

.introduce .list li .img img {
    width: 100%;
    min-height: 300px;
    height: auto;
}

.introduce .list li .txt {
    float: left;
    width: 50%;
    line-height: 26px;
}

.introduce .list li .txt p {
    padding: 60px 30px 0;
    max-height: 180px;
    font-size: 14px;
    color: #666;
}

.introduce .list li:nth-of-type(2n) .img {
    float: right;
}

.introduce .list li:nth-of-type(2n) .txt {
    float: right;
}


/*公司能力*/

.switch {
    width: 100%;
    height: auto;
}

.switchTit {
    text-align: center;
    padding: 50px 0;
    background: #f9f9f9;
    margin-top: 50px;
}

.switchTit .titBox {
    width: 1000px;
    margin: 0 auto;
}

.switchTit h2 {
    color: #36478c;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
}

.switchTit span {
    color: #cfcfcf;
    font-size: 14px;
    display: block;
}

.switchTit p {
    font-size: 14px;
    color: #666;
    margin-top: 20px;
    line-height: 24px;
}

.switch .titList {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
}

.switch .titList li {
    display: inline-block;
    width: 100px;
    height: 110px;
    background: url(../images/indexTxtListIcon1.png) no-repeat;
    background-size: 100%;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    margin: 0 20px;
    line-height: 113px;
    position: relative;
    cursor: pointer;
    font-size: 14px;
    color: #666;
}

.switch .titList li.act,
.switch .titList li:hover {
    background: url(../images/indexTxtListIcon2.png) no-repeat;
    background-size: 100%;
    color: #fff;
}

.switch .titList li .hoverIcon {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -30px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #3a4e91;
}

.switch .titList li.act .hoverIcon {
    display: block;
}

.switch .switchList {
    width: 100%;
    overflow: hidden;
    height: auto;
    padding: 30px 0;
    background: url(../images/switchListBg.jpg) center;
    color: #fff;
    min-width: 1200px;
}

.switch .switchList .switchBox {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    display: none;
}

.switch .switchList .switchBox .tit {
    width: 100%;
    height: 45px;
    margin-top: 10px;
}

.switch .switchList .switchBox .tit h4 {
    display: inline;
    font-size: 30px;
    line-height: 45px;
    font-weight: normal;
}

.switch .switchList .switchBox .tit span {
    color: #9da6c3;
    margin-left: 20px;
}

.switch .switchList .switchBox .switchInfo {
    position: relative;
    margin-top: 30px;
    overflow: hidden;
    width: 100%;
    min-height: 300px;
}

.switch .switchList .switchBox .switchInfo .splitLine {
    border-left: 1px dotted #9aa8c7;
    height: 100%;
    position: absolute;
    left: 50%;
    top: 0;
}

.switch .switchList .switchBox .switchInfo li {
    width: 46%;
    float: left;
    line-height: 26px;
    margin-bottom: 20px;
    font-size: 14px;
}

.switch .switchList .switchBox .switchInfo li.right {
    float: right;
}


/*合作客户*/

.customerTit {
    text-align: center;
    padding: 50px 0 30px;
}

.customerTit h2 {
    color: #36478c;
    font-size: 30px;
    font-weight: normal;
    line-height: 45px;
}

.customerTit span {
    color: #cfcfcf;
    font-size: 14px;
    display: block;
}

#customer {
    position: relative;
    width: 1200px;
    height: 332px;
    margin: 0 auto;
    overflow: hidden;
}

#customer .flashBg {
    width: 962px;
    height: 332px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #f1f1f1;
}

#customer .flashBg .customerList {
    width: 99999px;
    height: 326px;
    position: absolute;
    top: 0;
    left: 0;
}

#customer .flashBg ul.mobile {
    float: left;
    width: 960px;
    height: 329px;
    overflow: hidden;
    position: relative;
}

#customer .flashBg ul.mobile li {
    float: left;
    width: 160px;
    height: 110px;
    background: #000;
    box-sizing: border-box;
    border-right: 1px solid #f1f1f1;
    border-bottom: 1px solid #f1f1f1;
}

#customer .flashBg ul.mobile li:nth-of-type(6n) {
    border-right: none;
}

#customer .flashBg ul.mobile li a {
    display: block;
    height: 100%;
}

#customer .flashBg ul.mobile li img {
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

#customer .flashBg ul.mobile li:hover img {
    opacity: 0.9;
}

#customer .but_left {
    position: absolute;
    left: 20px;
    top: 140px;
    width: 32px;
    height: 44px;
    border: 1px solid #f1f1f1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#customer .but_left:hover,
#customer .but_right:hover {
    opacity: 0.8;
}

#customer .but_left:active {
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    transform: translateX(-10px);
}

#customer .but_right {
    position: absolute;
    right: 20px;
    top: 140px;
    width: 32px;
    height: 44px;
    border: 1px solid #f1f1f1;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#customer .but_right:active {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    transform: translateX(10px);
}


/*关于我们*/


/*在线留言*/

.message {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}


/*留言图片*/

.message .img {
    width: 500px;
    height: auto;
    float: left;
}

.message .img img {
    width: 500px;
    height: auto;
}


/*留言框*/

.message .messageCon {
    width: 550px;
    height: auto;
    float: right;
}

.message .messageCon .title {
    width: 100%;
    height: auto;
    padding-top: 20px;
    margin-bottom: 30px;
}

.message .messageCon .title h4 {
    font-size: 30px;
    font-family: "Times New Roman";
    color: #099ef2;
    font-weight: normal;
    padding-bottom: 10px;
}

.message .messageCon .title h5 {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    font-weight: normal;
}

.message .messageCon .messageBox {
    width: 100%;
    height: auto;
}

.message .messageCon .messageBox .text {
    width: 550px;
    height: 45px;
    box-sizing: border-box;
    border: 1px dashed #099ef2;
    background: rgba(0, 139, 214, .05);
    margin-bottom: 10px;
}

.message .messageCon .messageBox .text i {
    display: block;
    float: left;
    width: 59px;
    height: 43px;
}

.message .messageCon .messageBox .text .i1 {
    background: url(../images/messageIcon1.png) center no-repeat;
}

.message .messageCon .messageBox .text .i2 {
    background: url(../images/messageIcon2.png) center no-repeat;
}

.message .messageCon .messageBox .text span {
    display: block;
    float: left;
    width: 1px;
    height: 20px;
    margin: 12px 0;
    background: #ccc;
}

.message .messageCon .messageBox .text input {
    width: 488px;
    height: 20px;
    float: left;
    box-sizing: border-box;
    padding: 0 15px;
    margin: 12px 0;
    border: none;
    background: none;
}

.message .messageCon .messageBox .textarea {
    width: 550px;
    height: 120px;
    box-sizing: border-box;
    border: 1px dashed #099ef2;
    background: rgba(0, 139, 214, .05);
    margin-bottom: 10px;
}

.message .messageCon .messageBox .textarea textarea {
    border: none;
    background: none;
    padding: 10px 10px;
    line-height: 25px;
    width: 100%;
    height: 100%;
}

.message .messageCon .messageBox .vCode {
    width: 550px;
    height: 45px;
    margin-bottom: 20px;
}

.message .messageCon .messageBox .vCode input {
    border: 1px dashed #099ef2;
    background: rgba(0, 139, 214, .05);
    box-sizing: border-box;
    width: 200px;
    height: 45px;
    float: left;
    padding: 12px 15px;
    line-height: 25px;
}

.message .messageCon .messageBox .vCode p {
    width: 80px;
    height: 28px;
    float: left;
    margin: 7px 20px;
}

.message .messageCon .messageBox .button {
    width: 200px;
    height: 45px;
}

.message .messageCon .messageBox .button input {
    width: 200px;
    height: 45px;
    background: #099ef2;
    color: #fff;
    border: none;
    font-size: 16px;
}


/*about*/

#page-about-list {
    margin-bottom: 30px;
    margin-top: 50px;
}

.page-about-list {
    margin-bottom: 30px;
}

.page-about-list ul li {
    width: 100%;
    height: 280px;
    font-weight: normal;
    margin-top: 20px;
    transition: all 0.3s;
    overflow: hidden;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.page-about-list ul li a {
    display: block;
    padding: 0;
    height: 100%;
}

.page-about-list ul li div.img {
    width: 500px;
    height: 100%;
    float: left;
    overflow: hidden;
}

.page-about-list ul li div.img img {
    width: 100%;
}

.page-about-list ul li .first-list-content {
    margin-left: 520px;
    overflow: hidden;
    margin-right: 20px;
}

.page-about-list ul li h5 {
    width: 100%;
    color: #333;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 60px;
    line-height: 60px;
    margin: 0;
    margin-top: 20px;
}

.page-about-list ul li p {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    height: 72px;
    line-height: 24px;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden;
    position: relative;
}

.page-about-list ul li span {
    margin-top: 10px;
    font-size: 14px;
    color: #fff !important;
    display: block;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #099ef2;
    width: 120px;
    text-align: center;
    transition: all 0.3s;
}

.page-about-list ul li:hover {
    background: #f7f7f7;
    cursor: pointer;
}

.page-about-list ul li:hover span {
    margin-top: 10px;
    font-size: 14px;
    display: block;
    line-height: 40px;
    height: 40px;
    border-radius: 3px;
    background-color: #099ef2;
    width: 120px;
    text-align: center;
}

.page-title {
    width: 210px;
    height: 45px;
    background-color: #099ef2;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    margin-top: 0;
}

.page-nav {
    margin-bottom: 40px;
}

.page-nav a {
    display: block;
    float: left;
    width: 120px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color: #fff !important;
    background-color: #099ef2;
    margin-left: 10px;
    transition: .3s;
}

.page-nav a.active,
.page-nav a:hover {
    background-color: #000;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #fff !important;
    background-color: #099ef2 !important;
    border-color: #099ef2 !important;
}

.pagination>li>a,
.pagination>li>span {
    color: #099ef2 !important;
    cursor: pointer;
}


/*about*/


/*contact*/

#contact-us {
    height: 567px;
    margin-top: 10px;
}

.contact-top {
    width: 100%;
    height: 59px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #fff;
}

.contact-top h4 {
    font-size: 24px;
    color: #000;
    width: 100px;
    float: left;
    line-height: 38px;
}

.contact-top>span {
    display: block;
    float: right;
    height: 100%;
    font-size: 14px;
    color: #000;
    line-height: 59px;
}

.contact-top>span a {
    color: #222;
    font-size: 14px;
}

.contact-top>span a:hover {
    color: #099ef2;
}

.content-bottom {
    margin-top: 2px;
    background-color: #fff;
    height: 509px;
    padding-top: 47px;
    padding-left: 47px;
    border: 1px solid #eee;
}

.content-bottom .map {
    width: 599px;
    height: 394px;
    float: left;
}

.content-bottom .map #container {
    width: 100%;
    height: 100%;
}

.content-bottom .Info {
    width: 385px;
    height: 394px;
    float: left;
    margin-left: 45px;
    position: relative;
}

.content-bottom .Info h4 {
    font-size: 26px;
    color: #000;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
    margin-top: -10px;
    margin-bottom: 45px;
}

.content-bottom .Info>p {
    font-size: 14px;
    color: #707070;
    margin: 0px;
    line-height: 25px;
}

.content-bottom .Info>p em {
    font-size: 30px;
    color: #5c5c5c;
}

.content-erweima {
    width: 100%;
    height: 198px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 0;
}

.content-erweima span {
    display: block;
    float: left;
    width: 180px;
    height: 198px;
    background-color: #efefef;
    text-align: center;
    padding-top: 10px;
}

.content-erweima span em {
    display: block;
    font-size: 12px;
    color: #000;
    margin-top: 5px;
}


/*contact*/


/*修改过后的样式*/

.proTitle {
    display: none;
}

.news_fl ul.ulist li {
    position: relative;
    border-bottom: 1px solid #efefef;
    padding-bottom: 10px;
    margin-bottom: 25px;
    overflow: hidden;
}

.news_fl ul li .news_info_content {
    width: 650px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    bottom: -110px;
    right: 0;
    z-index: 100;
    padding-left: 30px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.news_fl ul.ulist li:last-child {
    margin-bottom: 0px;
}

.news_fl ul li:hover .news_info_content {
    height: auto;
}

.product_max_box {
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, .8);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -5000;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.Close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    right: calc((100% - 1280px) / 4);
    top: 7.5%;
    font-size: 45px;
    color: #0d4c97 !important;
    z-index: 6000;
    font-family: -webkit-pictograph;
    overflow: hidden;
    background: url(../images/Close.png) 0px no-repeat;
    line-height: 100px;
}

.product_max_box .product_box_info {
    width: 1200px;
    height: 85%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    overflow-y: auto;
    background-color: #fff;
    padding: 20px;
}

.product_max_box .product_box_info .product_info_title {
    text-align: center;
    font-size: 20px;
    color: #099ef2;
}

#changpage{
    text-align: center;
    font-size: 0px;
    margin-top: 21px;
        margin-bottom: 20px;
}
#changpage a{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 12px;
    border: 1px solid #ddd;
    line-height: 1.42857143;
    font-size: 12px;
    transition: .3s;
    background-color: #fff;
    margin-left: -1px;
    color: #099ef2;
}
#changpage a:first-child{
    border-left: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
#changpage a:last-child{
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
#changpage a.active,#changpage a:hover{
    background-color: #099ef2;
    border-color: #099ef2;
    color: #fff;
}


.Return {
    display: block;
    width: 210px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    text-align: center;
    background-color: #099ef2;
    color: #fff !important;
}


/*修改过后的样式*/


/*加载*/

#ajax_load_progessbar {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    z-index: 500;
    display: none;
}

#ajax_load_progessbar.show_load {
    display: block;
}

#ajax_load_progessbar.hide_load {
    display: none;
}

.loadEffect {
    width: 100px;
    height: 100px;
    position: relative;
    margin: 0 auto;
}

.loadEffect span {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ed5c29;
    position: absolute;
    -webkit-animation: load 1.04s ease infinite;
}

@-webkit-keyframes load {
    0% {
        background: #cacaca;
    }
    100% {
        background: #ed5c29;
    }
}

.loadEffect span:nth-child(1) {
    left: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.13s;
}

.loadEffect span:nth-child(2) {
    left: 14px;
    top: 14px;
    -webkit-animation-delay: 0.26s;
}

.loadEffect span:nth-child(3) {
    left: 50%;
    top: 0;
    margin-left: -8px;
    -webkit-animation-delay: 0.39s;
}

.loadEffect span:nth-child(4) {
    top: 14px;
    right: 14px;
    -webkit-animation-delay: 0.52s;
}

.loadEffect span:nth-child(5) {
    right: 0;
    top: 50%;
    margin-top: -8px;
    -webkit-animation-delay: 0.65s;
}

.loadEffect span:nth-child(6) {
    right: 14px;
    bottom: 14px;
    -webkit-animation-delay: 0.78s;
}

.loadEffect span:nth-child(7) {
    bottom: 0;
    left: 50%;
    margin-left: -8px;
    -webkit-animation-delay: 0.91s;
}

.loadEffect span:nth-child(8) {
    bottom: 14px;
    left: 14px;
    -webkit-animation-delay: 1.04s;
}


/*分页*/

#content-page .pagination>.active>a {
    color: #fff;
}

.pagination ul .active a {
    background-color: #099ef2;
}

#content-page .pagination>.disabled>a {
    color: #777;
}

#content-page .pagination>li {
    cursor: pointer;
}

#content-page .pagination>li>a {
    color: #099ef2;
}

#content-page .pagination>.active>a:hover {
    background-color: #099ef2;
}

.pagination>.active>a {
    border-color: #099ef2!important;
}


/*分页*/

/* 视频 */
.vidMb{
    width: 100%;
    height: 0px;
    background-color: rgba(0, 0, 0, .5);
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: -5000;
    opacity: 0;
    filter: alpha(opacity=0);

    -webkit-transition: 0.5s;
       -moz-transition: 0.5s;
        -ms-transition: 0.5s;
         -o-transition: 0.5s;
            transition: 0.5s;
}

.vidList{
    width: 740px;
    height: 481px;
    background-color: #000;
    overflow: hidden;
    position: relative;
    top: 50%;
    left: 50.22%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);    
}
.vidList > .vidGb{
    color: #e1e1e1;
    cursor: pointer;
    display: block;
    font-style: normal;
    font-size: 36px;
    position: absolute;
    top: 2px;
    right: 12px;
    z-index: 99;
    overflow: hidden;

    -webkit-transform: scaleY(0.8);
       -moz-transform: scaleY(0.8);
        -ms-transform: scaleY(0.8);
         -o-transform: scaleY(0.8);
            transform: scaleY(0.8);

    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}
.vidList .vidCon{
    width: 100%;
    height: 100%;
    position: relative;
}
.vidCon > embed{
    width: 100%;
    height: 100%;
}
.videoTop{
    width: 1196px;
    height: 59px;
    padding-left: 34px;
    padding-right: 34px;
    background-color: #fff;
    margin: 0 auto;
}
.videoTop h4{
    font-size: 24px;
    color: #000;
    width: 100px;
    float: left;
    line-height: 38px;
}
.videoTop > span{
    display: block;
    float: right;
    height: 100%;
    font-size: 14px;
    line-height: 59px;
    color: #000;
}
.videoTop > span a {
    color: #222;
    font-size: 14px;
}
.videoTop > span a:hover {
    color: #099ef2;
}
#videoCon{
    width: 100%;
    overflow: hidden;
    margin: auto;
    padding-top: 2px;
    padding-bottom: 80px;
}
.vidsListCon{
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

.vidsListCon > ul{
    width: 1197px;
    overflow: hidden;
    margin: auto;
    /* min-height: 600px; */
    border-top: 1px solid #efefef;
    border-left: 1px solid #efefef;
}
.vidsListCon > ul li{
    box-sizing: content-box!important;
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    background: #fff;
    float: left;
    width: 298px;
    height: 286px;
    padding: 10px 10px 20px;
    box-sizing: border-box!important;
    overflow: hidden;
}
.vidsListCon > ul li a{
    height: 100%;
    display: block;
    overflow: hidden;
}
.vidsListCon > ul li a > .img{
    width: 100%;
    height: 188px;
    position: relative;
    overflow: hidden;
}
.vidsListCon > ul li a > .img img{
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
       -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
         -o-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}
.vidsListCon > ul li a >.liText{
    width: 100%;
    height: auto;
    margin-top: 9px;
    overflow: hidden;
}
.vidsListCon > ul li a >.liText h4{
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.vidsListCon > ul li a >.liText span{
    display: block;
    font-size: 12px;
    width: 100px;
    margin: auto;
    text-align: center;
    border: 1px solid #efefef;
    border-radius: 50px;
    line-height: 30px;
    margin-top: 10px;
    color: #999;
}
.vidsListCon > ul li:hover{
    box-shadow: inset 0 0 12px #e6e6e6;
}
.vidsListCon > ul li:hover span{
    box-shadow: inset 0 0 12px #e6e6e6;
}
.vidsListCon > ul li,
.liText span{
    -webkit-transition: 0.3s;
       -moz-transition: 0.3s;
        -ms-transition: 0.3s;
         -o-transition: 0.3s;
            transition: 0.3s;
}