@charset "utf-8";
/* CSS Document akakaz */
* {
    margin: 0;
    padding: 0
    font-family: "宋体", "微软雅黑", "新宋体", "仿宋_GB2312";
}

.clear {
    clear: both;
}

div, strong, a, span, li {
    font-size: 12px;
}

img {
    border: none;
}

ul, li, ol {
    list-style: none;
}

/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

ul {
    list-style: none;
}

/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* 兼容清除浮动和错位 */
a {
    text-decoration: none;
    color: #333;
}

a:hover {
    color: #ec3b02;
}

.clearfix:after {
    clear: both;
    content: ' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
    background: #fff;
    min-width: 1200px;
}

.box {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.flex-between {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    justify-content: space-between;
}

.flex-around {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    -ms-justify-content: space-around;
    -o-justify-content: space-around;
    justify-content: space-around;
}

.flex-center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -webkit-justify-content: space-center;
    -moz-justify-content: space-center;
    -ms-justify-content: space-center;
    -o-justify-content: space-center;
    justify-content: space-center;
}

.flex-wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.ll {
    float: left;
}

.rr {
    float: right;
}

.scale {
    transition: 1s;
    transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2); /* IE 9 */
    -moz-transform: scale(1.2, 1.2); /* Firefox */
    -webkit-transform: scale(1.2, 1.2); /* Safari å’Œ Chrome */
    -o-transform: scale(1.2, 1.2);
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*公共头部样式*/
.headtop {
    width: 100%;
    max-width: 1920px;
    height: 35px;
    margin: 0 auto;
    background: #333;
}

.headtop span {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 35px;
}

.headtop span a {
    color: #fff;
    font-family: "微软雅黑";
    font-size: 12px;
    line-height: 35px;
    text-align: center;
    margin: 0 3px;
}

.welcome {
    width: 562px;
}

.hottel {
    background: url(../images/tel.png) no-repeat left center;
    padding-left: 35px;
    font-size: 14px !important;
    margin-left: 180px;
}

.head {
    width: 100%;
    max-width: 1920px;
    height: 135px;
    margin: 0 auto;
}

.header {
    width: 1300px;
    height: 135px;
    margin: 0 auto;
}

.nav {
    width: 840px;
    height: 135px;
}

.nav ul {
    width: 840px;
    height: 135px;
    position: relative;
}

.nav li {
    width: 105px;
    height: 135px;
    line-height: 135px;
    text-align: center;
}

.nav li a {
    display: block;
    width: 105px;
    font-family: "微软雅黑";
    color: #333;
    font-size: 16px;
}

.nav dl {
    display: none;
    width: 105px;
    position: absolute;
    top: 135px;
    z-index: 99;
}

.nav dl dd {
    height: 40px;
    line-height: 40px;
    border-top: 1px solid #fff;
    background: #1857a4;
    overflow: hidden;
}

.nav dl dd a {
    display: block;
    font-family: "微软雅黑";
    color: #fff;
    font-size: 14px;
}

.nav li.on, .nav li:hover {
    background: url(../images/jt.png) no-repeat center 110px #1857a4;
}

.nav li.on a, .nav li:hover a {
    color: #fff;
}

.nav li:hover dl {
    display: block;
}

.nav dl dd:hover {
    background: #000;
}

/*banner*/
.ny-banner {
    max-width: 1920px;
    clear: both;
    margin 0 auto
}

.flexslider {
    margin: 0px auto;
    position: relative;
    width: 100%;
    height: 500px;
    overflow: hidden;
    zoom: 1;
}

.flexslider .slides li {
    width: 100%;
    height: 100%;
}

.flex-direction-nav a {
    width: 70px;
    height: 70px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    background: url(../images/ad_ctr.png) no-repeat;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease;
    border-radius: 0px;
}

.flex-direction-nav .flex-next {
    background-position: 0 -70px;
    right: 0;
}

.flex-direction-nav .flex-prev {
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 10px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: url(../images/dot.png) no-repeat 0 -16px;
    display: block;
    height: 16px;
    overflow: hidden;
    text-indent: -99em;
    width: 16px;
    cursor: pointer;
}

.flex-control-paging li a.flex-active, .flex-control-paging li.active a {
    background-position: 0 0;
}

.flexslider .slides a img {
    width: 100%;
    height: 500px;
    display: block;
}

/*公共栏目样式*/
/*设备导航样式*/
.pornav {
    width: 1199px;
    height: 75px;
    margin: 0 auto 50px;
    background: url(../images/prolm.jpg) no-repeat top center;
}

.pro-t {
    color: #fff;
    font-size: 20px;
    line-height: 75px;
    text-align: center;
    width: 140px;
    float: left;
    font-weight: bold;
    margin-right: 20px;
}

.pornav ul {
    width: 985px;
    height: 60px;
    overflow: hidden;
    float: left;
    padding-top: 22px;
}

.pornav ul li {
    float: left;
    width: 190px;
    height: 30px;
    line-height: 30px;
    background: url(../images/pic-jt.jpg) no-repeat left center;
    padding-left: 40px;
}
.pornav ul li .on{ font-weight: bold; color: #1857a4}

.pornav li a {
    font-size: 18px;
    color: #333;
    font-family: "微软雅黑";
}

.pornav li a:hover {
    color: #1857a4;
}
.newsTitle{
    clear: both;
    font-weight: bold;
    font-size: 30px;
    line-height: 50px;
    text-align: center;
    margin: 10px auto;
    color: #c5161d;
}
.infoImage{text-align:center;margin:10px 0;}
.infoImage img{padding:4px; max-width: 80%;}
/*底部公用样式*/
.links {
    width: 100%;
    max-width: 1920px;
    height: 60px;
    margin: 0 auto;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
}

.links ul {
    height: 60px;
}

.links li {
    height: 60px;
    line-height: 60px;
    float: left;
    margin-right: 22px;
}

.links li a, .links li {
    font-size: 16px;
    font-family: "微软雅黑";
    color: #333;
    line-height: 60px;
}

.links li a:hover {
    color: #f90a0a;
}

.footer {
    width: 100%;
    max-width: 1920px;
    height: 225px;
    margin: 0 auto;
    padding-top: 25px;
    background: #1857a4;
}

.fleft {
    width: 600px;
    height: 200px;
    overflow: hidden;
}

.fnav {
    width: 600px;
    height: 30px;
    overflow: hidden;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
}

.fnav ul {
    height: 30px;
    overflow: hidden;
}

.fnav li {
    line-height: 30px;
    float: left;
    margin-right: 28px;
}

.fnav li a {
    font-family: "微软雅黑";
    color: #fff;
    font-size: 14px;
    display: block;
}

.fnav li a:hover {
    color: #eab117;
}

.copyright {
    margin-top: 10px;
}

.copyright p {
    line-height: 25px;
    font-family: "微软雅黑";
    color: #fff;
    font-size: 14px;
}

.copyright a {
    color: #fff;
    font-size: 16px;
}

.copyright a:hover {
    color: #fff;
}

#debug {
    position: fixed;
    top: 50px;
    right: 50px;
    width: 480px;
    height: 56px;
    border: #89bc43 4px solid;
    font-size: 20px;
    line-height: 56px;
    color: #89bc43;
    text-align: center;
    font-weight: bold;
    z-index: 9999999;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

/* 简易表单-2 */
.m-form2 {
    line-height: 29px;
    color: #555;
}

.m-form2 legend {
    font-size: 14px;
    font-weight: bold;
}

.m-form2 .formitm {
    width: 232px;
    float: left;
    color: #fff;
}

.m-form2 .formitm-1 {
    padding-left: 100px;
}

.m-form2 .ipt * {
    vertical-align: middle;
}

.m-form2 .ipt a, .m-form .ipt a:hover {
    text-decoration: none;
    color: #fff;
}

.m-form2 .ipt img {
    height: 32px;
    margin: 0 15px 0 5px;
}

.m-form2 .ipt .domain {
    margin: 0 0 0 5px;
    font-weight: bold;
    color: #777;
}

.m-form2 .ipt p {
    height: 22px;
    line-height: 22px;
    color: #999;
}

.button1 {
    background: #89bc43;
    width: 188px;
    height: 38px;
    border: none;
    margin-top: 10px;
    color: #fff;
    float: right;
}


@keyframes zoomIn {
    0% {
        opacity: 0;
        transform: scale(0.5, 0.5);
    }
    100% {
        opacity: 1;
        transform: scale(1, 1);
    }

@keyframes fadeInTop {
    0% {
        opacity: 0;
        transform: translate(0, -100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInRightTop {
    0% {
        opacity: 0;
        transform: translate(100%, -100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        transform: translate(100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInRightBottom {
    0% {
        opacity: 0;
        transform: translate(100%, 100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInBottom {
    0% {
        opacity: 0;
        transform: translate(0, 100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInLeftBottom {
    0% {
        opacity: 0;
        transform: translate(-100%, 100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translate(-100%, 0);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fadeInLeftTop {
    0% {
        opacity: 0;
        transform: translate(-100%, -100%);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0);
    }
}

@keyframes fromBigtoSmall {
    0% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes fromSmalltoBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes Breathing {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes UpDown {
    0% {
        transform: translateY(0);
        opacity: 1;
    }
    10% {
        transform: translateY(0);
        opacity: 1;
    }
    50% {
        transform: translateY(30%);
        opacity: 0.6;
    }
    90% {
        transform: translateY(0);
        opacity: 1;
    }
    100% {
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes Round {
    0% {
        transform: rotate(0deg);
    }
    25% {
        transform: rotate(-50deg);
    }
    75% {
        transform: rotate(50deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

@keyframes RoundinDown {
    0% {
        opacity: 0;
        transform: scale(0) rotateY(360deg) translate(500%, -600%);
    }
    100% {
        opacity: 1;
        transform: scale(1) rotateY(0deg) translate(0, 0);
    }
}

@keyframes ZerotoOne {
    0% {
        transform: scale(0);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}












