﻿/* CSS Document */
body, html {
    width: 100%;
    height: auto;
}

* {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-family: 'Microsoft YaHei';
    color: #000;
    font-size: 14px;
}

body {
    overflow-x: hidden;
}

@media screen and (max-width: 1920px) {
    .myMain {
        width: 1920px;
        position: absolute;
        left: 50%;
        margin-left: -960px;
        top: 0;
        overflow-x: hidden;
    }
}

.myMain {
    position: absolute;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

/*-------------------���߿ͷ�------------------*/

.contact_me {
    position: fixed;
    right: 20px;
    top: 80px;
    z-index: 10000;
}

.myQQ {
    z-index: 100;
    position: fixed;
    right: 20px;
    top: 100px;
    display: none;
}

.OnlineService_Box {
    position: fixed;
    right: 20px;
    top: 100px;
    overflow: hidden;
    background: #f5f5f5;
}

.OnlineService_Box a {
    display: block;
    width: 88px;
    overflow: hidden;
    border: 1px solid #cecece;
    text-decoration: none;
    color: #666;
    padding-left: 34px;
    font-size: 12px;
    line-height: 35px;
    background: url(../images/icon_QQ1.png) no-repeat 5px center;
    cursor: pointer;
}

.col-md-12 {
    padding: 0 !important;
}

.navList {
    position: fixed;
    right: 20px;
    top: 170px;
    z-index: 1000;
    display: none;
}

.navList a, .navList a b {
    text-decoration: none;
    color: #5EB5FC;
}

.navList label {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    color: #5EB5FC;
    border: 1px solid #5EB5FC;
    margin: 20px 10px 0 0;
    cursor: pointer;

}

.navList .active {
    background: #5EB5FC;
    color: #fff;
}

/*��δ��� ÿ��Ҫ����cssrest���� ��������һ��ģ����ʹ�� ʹ�÷������ǣ����߶����ݵ�Ԫ�� �������clearfix��������*/
.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

* + html .clearfix {
    min-height: 1%;
}

/*-----------index----------------*/
.container {
    margin: 0px auto 0 !important;
    width: 1920px;
    padding: 0px !important;
    height: auto;
    clear: both;
    position: relative;
}

.row {
    margin: 0;
}

.header {
    overflow: hidden;
    box-sizing: border-box;
    float: left;
    position: absolute;
    padding: 0;
}

.header.col-md-4 {
    padding: 0;
}

h1 {
    margin: 0;
    padding: 0;
    float: left;
}

.header p {
    float: left;
    margin: 10px 0 0 0px;
    padding: 0;
    color: #fff !important;
}

.header p label {
    display: block;
    font-size: 22px;
    margin: 0px 0 3px 0;
    padding: 0;
    letter-spacing: 2px;
    color: #fff !important;
}

nav {
    width: 1920px !important;
    margin: 10px auto 0;
    background: #0c93f5;
    height: 70px;
    z-index: 20;
    position: relative;
}

.nav {
    text-align: center;
    height: 70px;
    line-height: 50px;
    z-index: 20;
    float: right;
}

.nav a {
    color: #fff;
    font-size: 18px;
}

.nav ul {
    overflow: hidden;
}

.nav li {
    float: left;
}

.nav li a:hover {
    background: #fff;
    color: #0c93f5;
}

.active a {
    background: #fff;
    color: #0c93f5;
}

.active ul li {
    background: #0c93f5 !important;
}

.about-us {
    position: absolute;
    display: none;
    left: 0px;
    top: 70px;
    background: #0c93f5;
    width: 102px;
    text-align: center;
    z-index: 30;
}

.about-us li {
    float: none;
}

.about-us li a {
    display: block;
    text-decoration: none;
}

.login_list {
    position: absolute;
    display: none;
    left: 0px;
    top: 70px;
    background: #0c93f5;
    width: 102px;
    text-align: center;
    z-index: 30;
}

.login_list li {
    float: none;
}

.login_list li a {
    display: block;
    text-decoration: none;
}

.main_con {
    height: auto;
    clear: both;
    padding: 0;
    display: block;
    position: relative;
}

.userLogin {
    color: #fff;
    line-height: 70px;
}

.myImg{
    overflow: hidden;
    position: relative;
}

/*----------banner�ֲ�-----------------*/
.mySlide ol {
    bottom: 0px;
    width: 323px;
    margin-left: -161px;
}

.mySlide ol li {
    width: 100px;
    height: 46px;
    overflow: hidden;
    background-color: none;
    background: url(../images/banner1.jpg) no-repeat center center;
    background-size: 100px 38px;
    border: none;
    padding: 0;
    border: none;
    border-radius: 0;
}

.mySlide ol li.active {
    width: 110px;
    height: 46px;
    background-color: none;
}

.mySlide ol li:nth-of-type(1) {
    background-color: none;
    background-image: url(../images/banner_s01.jpg);
}

.mySlide ol li:nth-of-type(2) {
    background-color: none;
    background-image: url(../images/banner_s02.jpg);
}

.mySlide ol li:nth-of-type(3) {
    background-color: none;
    background-image: url(../images/banner_s03.jpg);
}

/*---------------index����---------------*/
.wrap {
    width: 1200px;
    height: 343px;
    overflow: hidden;
    margin: 10px auto;
    position: relative;
}

.wrap ul {
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: 0px;
}

.wrap li {
    width: 400px;
    float: left;
    height: auto;
    overflow: hidden;
}

.wrap p {
    padding: 15px;
    box-sizing: border-box;
    background: #f8fafb;
    border-left: 1px solid #fff;
    height: 100px;
    margin-top: -4px;
}

.wrap a {
    color: #666;
}

.wrap label {
    font-size: 18px;
    font-weight: bold;
}

.wrap ul li span {
    height: 233px;
    width: 400px;
    overflow: hidden;
    display: inline-block;
}

.wrap ul li img:hover {
    animation: toBig 1s;
}

@keyframes toBig {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.2);
    }
}

/*---------------index���ֲ�------------------*/
.product {
    width: 1200px;
    margin: 30px auto;
    position: relative;
    clear: both;
}

.product h3 {
    text-align: center;
    color: #000;
    margin: 0;
}

.myHr {
    width: 160px;
    margin: 0 auto;
}

.bottom_lun1 {
    display: block;
    font-size: 20px;
}

.bottom_lun1 label {
    margin-bottom: 20px;
}

.footer_con {
    width: 1920px;
    height: 180px;
    margin: 0px auto 10px;
    background: #0c93f5;
    overflow: hidden;
    clear: both;
    position: relative;
    display: block;
}

.footer_con p {
    width: 1200px;
    margin: 16px auto;
    text-align: center;
    color: #fff;
    line-height: 20px;
    position: absolute;
    left: 50%;
    margin-left: -600px;
    top: auto;
}

.footer_con .myFT_top {
    height: 110px;
    width: 1200px;
    margin: 0 auto;
}

.footer_con .myFT_top .ft_left, .footer_con .myFT_top .ft_right {
    float: left;
    width: 50%;
    height: 100px;
}

.footer_con .myFT_top .ft_left {
    width: 100%;
}

.footer_con .myFT_top .ft_right {
    margin-left: 30px;
}

.footer_con .myFT_top .ft_right dl dt, .footer_con .myFT_top .ft_right dl dd, .footer_con .myFT_top .ft_left dl dt, .footer_con .myFT_top .ft_left dl dd a {
    color: #fff;
    line-height: 25px;

}
.ft_left dl{
    margin-top:50px;
    text-align: center;
    overflow: hidden;
}
.ft_left dl dd {
    margin-left: 50px;
    float: left;
}

.footer_con .copyright2, .footer_con .Statistics2 {
    color: #fff;
    font-weight: 200;
}

/*---------------�ײ��ֲ�-------------*/
.box2 {
    width: 1200px;
    height: 300px;
    margin: 20px auto 50px;
    overflow: hidden;
    position: relative;
}

.box2 a {
    text-decoration: none;
}

.picBox2 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    width: 4800px;
    overflow: hidden;
    height: 300px;
    position: absolute;
    left: 0;
    top: 0px;
}

.picBox2:hover {
    cursor: pointer;
}

.picBox2 li {
    float: left;
}

.picBox2 label {
    color: #fff;
    background: #5EB5FC;
    display: block;
    height: 30px;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
}

.picBox2 label.active {
    background: #37a3fb;
}

/*-------------------product----------------*/

.pro_wrap {
    width: 1200px;
    margin: 40px auto 50px;
    overflow: hidden;
}

.mycon {
    overflow: hidden;
    padding: 0 0 40px 60px;
    width: 1146px;
}

.pro_wrap .no_top {
    margin-top: 20px;
}

.my_pro {
    height: 382px;
    width: 302px;
    margin: 40px 60px 0 0;
    border: 1px solid #ccc;
    padding: 0 !important;
    position: relative;
    float: left;
    overflow: hidden;
    border-radius: 5px;
}

.my_pro .title {
    height: 270px;
    display: block;
    text-align: center;
}

.title_con {
    display: block;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 25px 20px 0;
}

.title_con2 {
    display: block;
    border-top: 1px solid #ccc;
    text-align: center;
    padding: 25px 5px 0;
}

.title_con label {
    cursor: pointer;
}

.title_con .sw {
    font-size: 12px;
    font-weight: 500;
}

.title_con2 .sw td {
    width: 140px;
    text-align: left;
}

.title_con2 .sw .smallTr td {
    font-size: 12px;
}

.pro_Model {
    width: 100px;
    height: 40px;
    background: #30b4ff;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -50px;
    top: 248px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    border-radius: 20px;
}

.no_right {
    margin-right: 0;
}

/*-------------------details----------------*/
.con_top, .con_top2 {
    overflow: hidden;
}

.con_top h4 {
    background: url(../images/Corner.png) no-repeat left center;
    padding-left: 44px;
    float: left;
}

.con_top2 h4 {
    background: url(../images/Corner.png) no-repeat left center;
    padding-left: 44px;
    float: left;
}

.con_top2 ul {
    font-weight: 500;
    float: right;
    margin: 10px 90px 0 0;
    font-size: 16px;
}

.con_top2 li {
    float: left;
    cursor: pointer;
    font-size: 16px;
    width: 80px;
    height: 24px;
    text-align: center;
    border-right: 2px solid #ccc;
    position: relative;
}

.con_top2 li:last-child {
    border: none;
}

.con_top2 li:hover, .con_top2 .mytop .liActive {
    color: #0094ff;
}

.triangle-down {
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 13px solid #fbfbfb;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
    display: none;
}

.det_wrap {
    width: 1200px;
    margin: 40px auto 50px;
}

.det_wrap .partsDet {
    overflow: hidden;
}

.det_wrap .partsDet .left1, .det_wrap .partsDet .right1 {
    float: left;
    margin: 20px 0 0 80px;
}

.det_wrap .partsDet .right1 {
    margin: 40px 0 0 30px;
}

.to_list {
    width: 1000px;
}

.to_list li {
    margin-left: 80px;
    line-height: 26px;
    background: url(../images/icon1.png) no-repeat left center;
    padding-left: 20px;
}

.to_list .special {
    background-position: left 7px;
}

.four_five .to_list2 {
    width: 574px !important;
    overflow: hidden;
}

.to_list2 li {
    margin-left: 80px;
    line-height: 26px;
    font-size: 16px;
}

.to_list2 label {
    margin-top: 16px !important;
}

.setUse {
    margin-left: 80px;
    line-height: 28px;
}

.det_wrap p {
    padding: 0 !important;
    margin: 20px auto;
    overflow: hidden;
    font-size: 16px;
}

.det_wrap label {
    margin-top: 20px;
    font-size: 16px;
}

.explain {
    text-indent: 2em;
}

.con_top a {
    color: #000;
    font-size: 18px;
    font-weight: bold;
}

.parameter {
    margin-left: 80px;
    overflow: hidden;
}

.parameter td {
    line-height: 30px;
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
}

.parameter tr td:nth-of-type(1), .parameter tr td:nth-of-type(3) {
    background: #5EB5FC;
    width: 150px;
    color: #fff;
    opacity: 0.8;
}

.parameter tr td:nth-of-type(2), .parameter tr td:nth-of-type(4) {
    background: #f2f3f4;
    width: 370px;
    text-align: left;
    padding-left: 20px;
    color: #333;
}

.right1 .parameter .spc td:nth-of-type(2), .right1 .parameter .spc td:nth-of-type(4) {
    width: 250px;
}

.pl {
    margin: 0px !important;
    text-indent: 1.5em;
}

.card_set, card_set2 {
    margin-left: 80px;
    overflow: hidden;
}

.card_set tr td {
    width: 180px;
    background: #5EB5FC;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 30px;
}

.card_set tr td:nth-of-type(2) {
    width: 870px;
    background: #f2f3f4;
    color: #333;
}

.card_set2 tr td:nth-of-type(1) {
    width: 80px;
    background: #5EB5FC;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 30px;
}

.card_set2 tr td:nth-of-type(2) {
    width: 550px;
    background: #f2f3f4;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #000;
    padding-left: 30px;
}

.card_set2 tr td:nth-of-type(3) {
    width: 400px;
    background: #5EB5FC;
    text-align: left;
    font-size: 16px;
    line-height: 30px;
    border: 1px solid #fff;
    color: #fff;
    padding-left: 30px;
}

.sk692 {
    margin-left: 90px;
    border: 1px solid #ccc;
}

.four_five {
    overflow: hidden;
    margin-top: 20px;
}

.four_five ul, .four_five p {
    width: 400px;
}

.four_five ul, .four_five img, .four_five p {
    float: left;
}

.mt {
    margin-top: 40px !important;
    line-height: 30px;
}

/*-------------ģ̬����---------------*/
.grayDiv {
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.7;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10001;
    display: none;
    overflow: hidden;
}

.loginDiv {
    width: 80%;
    height: 90%;
    position: absolute;
    z-index: 10001;
    left: 10%;
    top: 0;
    display: none;
    overflow: scroll;
    overflow-x: hidden;
}

.loginDiv img {
    position: absolute;
    width: 100%;
    height: auto;
}

.closeBtn {
    width: 35px;
    height: 35px;
    display: block;
    position: absolute;
    right: 10px;
    top: 20px;
    z-index: 10003;
    font-size: 40px;
    color: #fff;
    background: #000;
    text-align: center;
    line-height: 35px;
    display: none;
}

/*-------------news-----------------*/

.new_wrap {
    width: 1200px;
    margin: 40px auto 50px;
    overflow: hidden;
}

.new_top {
    width: 1200px;
    margin: 20px 0 0 0px;
}

.my_news {
    overflow: hidden;
}

.my_news .a_src {
    width: 300px;
    height: 170px;
}

.be_dn {
    margin-top: 30px;
    display: inline-block;
}

.my_news img, .my_news ul {
    float: left;
}

.my_news ul {
    margin: 20px 0 0 50px;
    width: 850px;
}

.my_news ul li {
    line-height: 30px;
}

.page2, .mycon_page2 {
    display: none;
}

.new_top dd, .new_top dt {
    float: left;
}

.new_top dl {
    overflow: hidden;
}

.new_top dd {
    width: 850px;
    margin: 20px 0 0 50px;
}

a.flr {
    color: #000;
}

a.sec {
    float: right;
    margin-right: 20px;
}

.new_top dd p {
    color: #666;
}

.new_top dt p {
    width: 300px;
    height: 60px;
    background: #163d5a;
    color: #FFFFFF;
    text-align: right;
    padding: 20px 20px 0 0;
    font-size: 20px;
}

.newsImg {
    width: 300px;
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
}

.new_con {
    background: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.new_con p {
    color: #666;
}

.new_con p a {
    float: right;
    margin-right: 20px;
}

.news1 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
}

.new_con h3 {
    color: #000;
}

.btn_list {
    width: 1200px;
    padding: 30px 0 0 40%;
    background: #fff;
    text-align: right;
}

.btn_list button {
    margin: 10px;
}

.btn_list button:hover {
    background: #0C93F5;
    color: #fff;
    cursor: pointer;
}

.goTop {
    display: none;
    width: 50px;
    height: 50px;
    background: #0C93F5;
    position: fixed;
    right: 20px;
    bottom: 100px;
    z-index: 30000;
}

/*--------------newsDetails-----------*/
.news3_img {
    width: 650px;
    margin: 10px auto;
}

.news3_img img {
    margin: 10px auto;
}

/*---------------about-us------------*/
.about_wrap {
    width: 1200px;
    margin: 0px auto;
    text-align: left;
}

.about_wrap .about_us01, .about_wrap .about_us02, .about_wrap .about_us03, .about_wrap .about_us04 {
    padding: 0;
}

.about_us01 {
    height: 300px;
    background: url(../images/about_us_bg.jpg) no-repeat left center;
    padding: 20px !important;
    color: #fff;
    text-align: center;
}

.about_wrap p {
    width: 700px;
    margin: 40px auto;
    color: #fff;
    line-height: 40px;
    text-indent: 2em;
}

.bd01 {
    border-bottom: 2px solid #ccc;
    width: 220px;
    margin: 20px auto;
}

.bd02 {
    border-bottom: 2px solid #0C93F5;
    width: 120px;
    margin: -22px auto;
}

.about_us02 {
    height: 300px;
    background: url(../images/about_bg-bottom.jpg) no-repeat left center;
    padding: 35px !important;
    text-align: left;
}

.about_us02 img {
    width: 332px;
    margin: 0 auto !important;
    display: block;
}

.about_wrap .about_us_p {
    color: #000;
    margin-top: 20px;
}

.about_us03 {
    height: 300px;
    width: 1200px;
    background: url(../images/about-us_03.jpg) no-repeat right bottom;
}

.about_us03 .ab3_left, .about_us03 .ab3_right {
    float: left;
}

.about_us03 .ab3_right {
    width: 940px;
    padding: 40px 0 0 50px !important;
}

.about_us03 .ab3_right p {
    margin: 0 0 10px 0;
    line-height: 34px;
    width: 800px;
}

.about_us04 {
    height: 300px;
    text-align: center;
    margin-top: 40px;
}

.about_us04 .ab_3_01 {
    background: url(../images/about_ico1.png) no-repeat center 50px;
    background-size: 80px;
}

.about_us04 .ab_3_02 {
    background: url(../images/about_ico2.png) no-repeat center 50px;
    background-size: 80px;
}

.about_us04 .ab_3_03 {
    background: url(../images/about_ico3.png) no-repeat center 50px;
    background-size: 80px;
}

.about_us04 .ab_3_03 p {
    line-height: 18px;
    font-size: 12px;
    margin-top: 120px;
}

.about_us04 .ab_3_01, .about_us04 .ab_3_02, .about_us04 .ab_3_03 {
    padding-top: 50px;
    height: 240px;
    width: 400px;
    color: #000;
    border-right: 2px solid #ccc;
}

.about_us04 .ab_3_03 {
    border-right: none;
}

.about_us04 p {
    width: 80%;
    display: block;
    margin: 130px auto;
    text-align: center;
    color: #000;
    text-indent: 0;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 2px;
}

.about_cont {
    width:1200px;
    text-align: center;
    position: relative;
}
.cont_img {
    margin: 0 auto 50px;
    width:913px;
}
.about_cont dl{
    position: absolute;
    top:116px;
    left:546px;
    text-align: left;
}
.about_cont dl dd{
    line-height:30px;
    letter-spacing: 1px;
    }
/*------------mycase----------------*/
.case_wrap {
    width: 1200px;
    margin: 40px auto 50px;
    overflow: hidden;
}

.case_con {
    margin-top: 20px;
}

.case_list {
    width: 346px;
    height: 265px;
    overflow: hidden;
    padding: 0;
    margin-right: 10px;
    border-radius: 10px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
    text-align: center;
    box-shadow: 0px 2px 2px #ccc;
}

.case_list label {
    margin-top: 15px;
}

/*----------------download----------*/
.lf_icon {
    width: 70px;
    height: 50px;
    background: #0C93F5;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    color: #FFFFFF;
    margin-right: 20px;
}

.down_list {
    margin-top: 20px;
    overflow: hidden;
}

.down_list dl {
    overflow: hidden;
    width: 1100px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.down_list dt {
    width: 380px;
    height: 260px;
    overflow: hidden;
}

.down_list dd {
    width: 680px;
    height: 260px;
    margin-left: 40px;
    position: relative;
    overflow: hidden;
}

.down_list dt, .down_list dd, .down_list div, .down_list dl {
    float: left;
}

.btn_down {
    width: 85px;
    height: 35px;
    border: 1px solid #0C93F5;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    line-height: 32px;
    text-align: center;
    font-size: 16px;
    color: #0C93F5;
    text-decoration: none !important;
}

.btn_down:hover {
    text-decoration: none;
    background: #0C93F5;
    color: #fff;
}

.title_label {
    font-size: 16px !important;
    margin-bottom: -10px !important;
    display: block;
    font-weight: bold;
}

.myview {
    width: 800px;
    margin: 20px;
    display: block;
}

.myimg {
    margin: 20px auto 20px;
}

.newsImg, .myview {
    float: left;
}

#ListView1_DataPager1 input {
    padding: 0 10px 0;
}

/*----------------newsDetails------------*/

.nd_wrap {
    width: 1200px;
    margin: 40px auto;
}

.myTitle {
    text-align: center;
    margin: 50px auto 10px;
}

.newsTime {
    text-align: center;
}

.mynewCon {
    text-indent: 2em;
    width: 800px;
    margin: 20px auto 0;
    letter-spacing: 3px;
    line-height: 26px;
    text-align: justify;
}

.newsTimeBt {
    text-align: right;
    width: 800px;
    margin: 20px auto;
}

/*-----------L80--------------*/

.L80 {
    margin-left: 40%;
}

/*----------------------banner特效------------*/

.banner1 {
    width: 1920px;
    height: 222px;
    position: absolute;
    left: 0px;
    top: 88px;
    background: #7cbdf9;
    opacity: 1;
    -webkit-animation: banner1 2s;
    -o-animation: banner1 2s;
    animation: banner1 2s;

}

@keyframes banner1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.txt1 {
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -208px;
    font-size: 50px;
    font-family:  'Microsoft YaHei';
    color: #fff;
    animation: txt1 2s;
    letter-spacing: 2px;
}

@keyframes txt1 {
    0% {
        top: -250px;
    }
    100% {
        top: 130px;
    }
}

.hr1 {
    position: absolute;
    left: 50%;
    top: 190px;
    margin-left: -208px;
    font-size: 52px;
    color: #fff;
    border: 1px solid #fff;
    animation: hr1 2s;
    opacity: 0.5;
}

@keyframes hr1 {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 0.34;
    }
}

.ban_p1 {
    position: absolute;
    left: 50%;
    bottom: 140px;
    margin-left: -90px;
    font-size: 22px;
    color: #fff;
    animation: ban_p1 2s;
    letter-spacing: 6px;
}

@keyframes ban_p1 {
    0% {
        bottom: -50px;
    }
    100% {
        bottom: 140px;
    }
}

.banner2_01 {
    position: absolute;
    right: 574px;
    top: 56px;
    -webkit-animation: banner2_01 2s;
    -o-animation: banner2_01 2s;
    animation: banner2_01 2s;
}

@keyframes banner2_01 {
    0% {
        right: -256px;
    }
    100% {
        right: 574px;
    }
}

.banner2_02 {
    position: absolute;
    right: 187px;
    bottom: 0px;
    opacity: 1;
    -webkit-animation: banner2_02 3s infinite;
    -o-animation: banner2_02 3s infinite;
    animation: banner2_02 3s infinite;
}

@keyframes banner2_02 {
    0% {
        opacity: 0.5;
    }
    50% {
        opacity: 1;
    }

    100% {
        opacity: 0.5;
    }
}

.txt2 {
    position: absolute;
    left: 544px;
    top: 118px;
    font-size: 60px;
    font-family:  'Microsoft YaHei';
    color: #33404e;
    animation: txt2 2s;
    letter-spacing: 3px;

}

@keyframes txt2 {
    0% {
        top: -250px;
    }
    100% {
        top: 118px;
    }
}

.hr2 {
    position: absolute;
    left: 544px;
    top: 194px;
    color: #CDD1D3;
    animation: hr2 2s linear;
    border: 1px solid #CDD1D3;
    width: 408px;

}

@keyframes hr2 {
    0% {
        left: 648px;
        width: 0px;
        transform: scaleX(1)
    }
    100% {
        width: 204px;
        left: 648px;
        transform: scaleX(2)
    }
}

.ban_p2 {
    position: absolute;
    left: 544px;
    bottom: 130px;
    font-size: 24px;
    color: #233140;
    animation: ban_p2 2s;
    letter-spacing: 3.5px;
}

@keyframes ban_p2 {
    0% {
        bottom: -50px;
    }
    100% {
        bottom: 130px;
    }
}

.banner3_01 {
    position: absolute;
    right: 587px;
    top: 56px;
    -webkit-animation: banner3_01 2s;
    -o-animation: banner3_01 2s;
    animation: banner3_01 2s;
}

@keyframes banner3_01 {
    0% {
        right: -236px;
    }
    100% {
        right: 587px;
    }
}

.txt3 {
    position: absolute;
    left: 544px;
    top: 118px;
    font-size: 60px;
    font-family:  'Microsoft YaHei';
    color: #BDE9FF;
    animation: txt3 2s;
    letter-spacing: 3px;

}

@keyframes txt3 {
    0% {
        top: -250px;
    }
    100% {
        top: 118px;
    }
}

.hr3 {
    position: absolute;
    left: 544px;
    top: 194px;
    color: #BDE9FF;
    animation: hr3 2s linear;
    border: 1px solid #BDE9FF;
    width: 408px;
    opacity: 0.5;

}

@keyframes hr3 {
    0% {
        left: 648px;
        width: 0px;
        transform: scaleX(1)
    }
    100% {
        width: 204px;
        left: 648px;
        transform: scaleX(2)
    }
}

.ban_p3 {
    position: absolute;
    left: 544px;
    bottom: 130px;
    font-size: 24px;
    color: #BDE9FF;
    animation: ban_p3 2s;
    letter-spacing: 11px;
}

@keyframes ban_p3 {
    0% {
        bottom: -50px;
    }
    100% {
        bottom: 130px;
    }
}
.white_bg{
    width:1920px;
    height:220px;
    position: absolute;
    background: #fff;
    top:90px;
    left:0;
    opacity: 0.2;
    -webkit-animation:white_bg 2s;
    -o-animation:white_bg 2s;
    animation:white_bg 2s;
}
@keyframes white_bg {
    0%{
        opacity:0;
    }
    100%{
        opacity:0.2;
    }
}
.blue_bg{
    width:1920px;
    height:220px;
    position: absolute;
    background: #438dd1;
    top:90px;
    left:0;
    opacity: 0.5;
    -webkit-animation:blue_bg 2s;
    -o-animation:blue_bg 2s;
    animation:blue_bg 2s;
}
@keyframes blue_bg {
    0%{
        opacity:0;
    }
    100%{
        opacity:0.5;
    }
}

.pagination {
    text-align: center;
}

.pagination ul li {
    float: left;
    word-wrap: break-word;
    padding: 5px;
    margin-right: 5px;
    border: 1px solid #ccc;
}

.pagination ul li a {
    text-decoration: none;
}

.img_cen {
    width: 1200px;
    margin-left: 300px;
    overflow: hidden;
}
