* {
    margin: 0;
    padding: 0;
    font-family: "微软雅黑";
}
.no-select {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
}

.head {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11111;
}

.fixed {
	position: fixed;
	top: -5px;
	left: 0;
	width: 100%;
	background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.fixed .nav > ul > li > a {
	color: #000 !important;
}

.fixed .nav > ul > li > a:hover {
	color: #FF2600 !important;
}

.head-logo {
    margin: 10px auto;
    width: 1400px;
    height: 80px;
}

.logo {
    float: left;
    margin-left: 50px;
    width: 260px;
}

.logo figure img {
    /*width: 230px;*/
    height:80px;
    display: block;
}

.logo figure figcaption {
    float: left;
    margin-left: 10px;
}

.logo figure figcaption h1,
.logo figure figcaption h2 {
    font-size: 28px;
    color: #000;
    font-weight: bold;
    font-family: "楷体";
}

.logo figure figcaption span {
    font-size: 12px;
    color: #000;
    text-transform: uppercase;
}

/* .head-img {
    float: left;
    width: 300px;
}

.head-img img {
    float: left;
    margin-left: 20px;
    margin-top: 13px;
    width: 120px;
    display: block;
} */

.p-nav {
    float: left;
    margin-left: 150px;
    width: 670px;
}

.nav > ul > li {
    float:left;
    width: 133.3px;
}

.nav > ul > li > a {
    font-size: 18px;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 76px;
}

.nav > ul > li > a:hover {
    color: #FF2600;
}

.s_navbox {
    display:none; 
    position: absolute;
    top: 100px;
    left: 0;
    padding: 30px 0;
    width: 100%; 
    background:#fff;
    z-index: 9999;
    box-shadow: 2px 2px 3px #808080;
    box-sizing: border-box;
}

.s-navbg {
    width: 1400px;
    margin: 0 auto;
}

.s-navbg figure {
    float: left;
    width: 400px;
    display: block;
}

.s-navbg figure img {
    width: 400px;
    display: block;
}

.s-l {
    float: left;
    width: 400px;
}
.s-l img{
   
    width: 100%;
}

.s-l video {
    width: 100%;
}

.s-navbg ul {
    float: left;
    width: 500px;
}

.s-navbg ul li {
    margin-top: 30px;
    text-align: center;
}

.s-navbg ul li a {
    font-size: 16px;
    color: #000;
    display: inline-block;
}

.s-navbg ul li a:hover {
    padding: 10px;
    background: #0059FF;
    color: #fff;
}

.s-r {
    float: right;
    width: 500px;
}

.s-r h2 {
    font-size: 24px;
    color: #000;
    text-align: left;
}

.s-r p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    text-align: left;
    line-height: 36px;
}

.s-r a {
    margin-top: 30px;
    padding: 10px;
    font-size: 14px;
    color: #fff;
    background: #3D81FF;
    display: inline-block;
}

.s-r a:hover {
    background: #005aff;
}

.sbag {
    width: 1400px;
    margin: 0 auto;
}

.sbag ul {
    float: left;
    width: 1000px;
}

.sbag ul li {
    float: left;
    margin-bottom: 30px;
    width: 200px;
}

.sbag ul li figure img {
    margin: 0 auto;
    width: 50px;
    display: block;
}

.sbag ul li:hover figure img {
    transform: scale(1.05);
}

.sbag ul li figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #000;
    text-align: center;
}

.sbag ul li:hover figure figcaption {
    color: #FF2600;
    font-weight: bold;
}

.sbag > figure {
    float: right;
    width: 400px;
    display: block;
}

.sbag > figure img {
    width: 400px;
    display: block;
}

.head-r {
    float: left;
    margin-left: 150px;
    margin-top: 23px;
    width: 30px;
}

.head-r figure img {
    width: 30px;
    cursor: pointer;
    display: block;
}

.head-r figure:last-child {
    display: none;
}

.fixed .head-r figure:first-child {
    display: none;
}

.fixed .head-r figure:last-child {
    display: block;
}

.fixed .search-box {
    margin-top: 15px;
}

.search-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    background: #fff;
}

.search-box div {
    margin: 0 auto;
    width: 1400px;
}

.t {
    float: left;
    margin-left: 30px;
    margin-top: 15px;
    width: 1000px;
    font-size: 14px;
    color: #333;
    line-height: 24px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #000;
    padding-left: 14px;
    padding-right: 5px;
    outline: none;
}

.suo {
    float: left;
    margin-left: 20px;
    margin-top: 15px;
    width: 50px;
    height: 44px;
    border: none;
    cursor: pointer;
    background: url(../images/sss.png) no-repeat center;
    background-size: 50%;
}

.search-box figure {
    float: right;
    margin-top: 25px;
}

.search-box figure img {
    display: block;
}

#divSmallBox {
    overflow:hidden;
    display:inline;
    zoom:1;
    width: 15px;
    height: 15px;
    margin:0 5px;
    border-radius: 15px;
    background:#ffffff;
}

#playBox { 
    position: relative; 
    width: 100%; 
    height: 920px; 
    background:#333; 
    overflow:hidden;
}

.oUlplay { 
    position: absolute; 
    left: 0; 
    top: 0;
    width: 99999px; 
}

.oUlplay li { 
    float:left;
}

#playBox .smalltitle {
    width: 100%; 
    height: 15px; 
    position: absolute; 
    bottom: 25px;
    z-index: 10;
}

#playBox .smalltitle ul { 
    width: 120px; 
    margin: 0 auto;
}

#playBox .smalltitle ul li { 
    float: left; 
    width: 15px; 
    height: 15px; 
    margin: 0 10px; 
    border-radius: 15px; 
    background:#ffffff; 
    overflow: hidden;
    display: inline;
    zoom:1;
}

#playBox .smalltitle .thistitle { 
    background:#005aff;
}

.banner figure img {
    width: 100%;
    display: block;
}

.cpfl {
    margin: 0 auto;
    margin-top: 40px;
    width: 1400px;
}

.title strong {
    position: relative;
    font-size: 46px;
    color: #000;
    text-align: center;
    display: block;
    z-index: 1;
}

.title span {
    position: relative;
    margin-top: -30px;
    font-size: 40px;
    color: #eee;
    letter-spacing: 8px;
    text-align: center;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
}

.fl-box ul li {
    position: relative;
    float: left;
    margin-top: 40px;
    margin-left: 32px;
    width: 310px;
}

.fl-box ul li:hover {
    transform: scale(1.05);
}

.fl-box ul li figure img {
    margin: 0 auto;
    width: 310px;
    height: 260px;
    display: block;
}

.fl-box ul li a {
    position: absolute;
    display: none;
    width: 310px;
    height: 260px;
    background: rgba(0, 0, 0, 0.6);
}

.fl-box ul li a h2 {
    font-size: 18px;
    color: #fff;
    line-height: 260px;
    text-align: center;
}

.fl-box ul li:hover a {
    display: block;
}


/* .fl-box ul li a:last-child {
    margin: 10px auto;
    width: 25px;
    height: 25px;
    font-size: 21px;
    color: #fff;
    text-align: center;
    line-height: 22px;
    font-weight: bold;
    display: block;
    background: #7AA9FF;
    border-radius: 100px;
} */

.cp-more a {
    margin: 0 auto;
    margin-top: 50px;
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background: #005aff;
    display: table;
}

.cp-more a:hover {
    background: #FF2600;
}

.about {
    margin-top: 60px;
    width: 100%;
    height: 930px;
    background: url(../images/22.jpg) no-repeat center;
}

.about-box {
    margin: 0 auto;
    width: 1400px;
}

.about-box > strong {
    padding-top: 50px;
    font-size: 46px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    display: block;
}

.about-box span {
    margin-bottom: 30px;
    font-size: 25px;
    color: #fff;
    text-align: center;
    letter-spacing: 5px;
    display: block;
    z-index: 1;
    text-transform: uppercase;
    font-weight: bold;
}

.about-box > p {
    margin-top: 20px;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    text-indent: 40px;
    font-weight: bold;
    letter-spacing: 1px;
    font-family: "宋体";
}

.about-box ul li {
    float: left;
    padding: 20px 0;
    margin-top: 40px;
    margin-left: 80px;
    width: 250px;
    border: 1px solid #e9bd16;
    box-shadow: 5px 5px #e9bd16;
    -webkit-box-shadow: 5px 5px #e9bd16;
    -o-box-shadow: 5px 5px #e9bd16;
    -moz-box-shadow: 5px 5px #e9bd16;
    -ms-box-shadow: 5px 5px #e9bd16;
}

.about-box ul li figure img {
    margin: 0 auto;
    display: block;
}

.about-box ul li strong {
    margin-top: 20px;
    font-size: 30px;
    color: #e9bd16;
    text-align: center;
    letter-spacing: 2px;
    display: block;
}

.about-box ul li p {
    margin-top: 20px;
    font-size: 20px;
    color: #e9bd16;
    text-align: center;
}

.rongyu {
    padding: 50px 0;
    width: 100%;
    background: #f7f7f7;
}

.rongyu-box {
    margin: 0 auto;
    width: 1400px;
}

.txtMarquee-left,.bd1,.tempWrap{
    margin: 0 auto;
    width: 1400px !important;
}

.infoList li {
    position: relative;
    float: left;
    margin: 0 10px;
    margin-top: 50px;
    width: 300px !important;
}

.infoList li img {
    width: 300px;
    height: 200px;
    display: block;
}

#popup {
    position: fixed;
    left: 0px;
    top: 30px;
    width: 100%;
    text-align: center;
    display: none;
    z-index: 9999999;
}

.bg img {
    width: 650px;
}

.cqzs {
    margin: 0 auto;
    margin-top: 60px;
    width: 1400px;
}

.hezuo {
    margin: 0 auto;
    margin-top: 60px;
    width: 1400px;
}

.hezuo ul li {
    float: left;
    margin-top: 40px;
    width: 200px;
}

.hezuo ul li figure img {
    margin: 0 auto;
    width: 150px;
    display: block;
}

.hezuo ul li figure figcaption {
    margin-top: 10px;
    font-size: 18px;
    color: #000;
    text-align: center;
}

.footer {
    margin-top: 70px;
    padding: 40px 0;
    width: 100%;
    height: 420px;
    background: #7AA9FF;
}

.footer-box {
    margin: 0 auto;
    width: 1400px;
}

.foot-l {
    float: left;
    width: 320px;
    color: #fff;
}

.foot-l h3 {
    margin-top: 10px;
    font-size: 22px; 
}

.foot-l strong {
    margin-top: 30px;
    font-size: 40px;
    color: #fff;
    font-family: "楷体";
    display: block;
}

.foot-l p {
    margin-top: 20px;
    font-size: 16px;
    line-height: 36px;
}

.foot-c {
    float: left;
    margin-left: 60px;
    width: 400px;
    color: #fff;
}

.foot-c h3 {
    margin-top: 10px;
    font-size: 22px; 
}

.foot-c ul li {
    float: left;
    margin-top: 30px;
    width: 100px;
}

.foot-c ul li a {
    font-size: 16px;
    color: #fff;
}

.foot-c ul li a:hover {
    color: #0059FF;
}

.foot-rr {
    float: left;
    margin-left: 60px;
    width: 220px;
    color: #fff;
}

.foot-rr h3 {
    margin-top: 10px;
    font-size: 22px; 
}

.foot-rr ul li {
    float: left;
    margin-top: 30px;
    width: 110px;
}

.foot-rr ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.foot-rr ul li a:hover {
    color: #0059FF;
}

.foot-r {
    float: right;
    width: 315px;
    color: #fff;
}

.foot-r h3 {
    margin-top: 10px;
    font-size: 22px; 
}

.foot-r figure {
    float: left;
    margin-top: 30px;
    width: 120px;
    display: block;
}

.foot-r figure:last-child {
    margin-left: 50px;
}

.foot-r figure img {
    width: 100%;
    display: block;
}

.foot-r figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    text-align: center;
}

.xian {
    margin-top: 30px;
    width: 100%;
    height: 1px;
    background: #fff;
}

.footer > p {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.footer > a {
    margin-top: 30px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    display: block;
}

.guanyu {
    margin: 0 auto;
    margin-top: 20px;
    width: 1400px;
}

.wei {
    height: 60px;
    border-bottom: 1px solid #eee;
}

.wei figure,
.wei a,
.wei span,
.wei strong,
.wei h1 {
    float: left;
    display: block;
}

.wei a,
.wei span,
.wei strong,
.wei h1 {
    margin-left: 10px;
    font-size: 15px;
    color: #333;
    line-height: 52px;
    font-weight: normal;
}

.guan-box ul li {
    float: left;
    margin-top: 30px;
    margin-bottom: 30px;
    width: 350px;
}

.guan-box ul li figure img {
    margin: 0 auto;
    display: block;
}

.guan-box ul li strong {
    margin: 10px 0;
    font-size: 32px;
    color: #FF2600;
    text-align: center;
    display: block;
}

.guan-box ul li span {
    font-size: 18px;
    color: #000;
    text-align: center;
    display: block;
}

.guan-box h3 {
    margin-top: 20px;
    font-size: 28px;
    color: #005aff;
    text-align: center;
}

.guan-box p {
    margin-top: 20px;
    font-size: 16px;
    color: #000;
    line-height: 36px;
}

.guan-box > figure img {
    float: left;
    width: 450px;
    margin-left: 25px;
    margin-top: 40px;
    display: block;
}

.guan-box > figure img:first-child {
    margin-left: 0;
}

.wenh h3 {
    margin-top: 40px;
    font-size: 30px;
    color: #005aff;
    text-align: center;
}

.wenh ul li {
    float: left;
    margin-top: 40px;
    width: 650px;
}

.wenh ul li figure {
    float: left;
    width: 300px;
}

.wenh ul li figure img {
    width: 300px;
    height: 320px;
    display: block;
}

.wenh ul li div {
    float: left;
    width: 350px;
    height: 320px;
    box-shadow: 0px 10px 30px 0px rgb(0 0 0 / 6%);
}

.wenh ul li div strong {
    padding-left: 30px;
    margin-top: 50px;
    font-size: 26px;
    color: #000;
    display: block;
}

.wenh ul li div span {
    margin-top: 30px;
    margin-left: 30px;
    width: 60px;
    height: 6px;
    background: #FF2600;
    border-radius: 3px;
    border: none;
    display: block;
}

.wenh ul li div p {
    margin-top: 30px;
    padding-left: 30px;
    font-size: 18px;
    color: #000;
    line-height: 36px;
}

.wenh ul li:nth-child(2),
.wenh ul li:nth-child(4) {
    margin-left: 100px;
}

.honor h3 {
    margin-top: 40px;
    font-size: 30px;
    color: #005aff;
    text-align: center;
}

.honor-box figure {
    float: left;
}

.honor-box figure:last-child {
    margin-left: 100px;
}

.honor-box figure img {
    margin-top: 50px;
    width: 650px;
    display: block;
}

.aside {
    float: left;
    margin-top: 20px;
    width: 300px;
}

.p-item {
    margin-top: 20px;
}

.p-item h3 {
    padding: 15px 0;
    border: 1px solid #e3e6e7;
}

.p-item h3 a {
    padding-left: 30px;
    font-size: 17px;
    color:#000;
    letter-spacing: 1px;
    display: block;
}

.p-item .active {
    background: #0059FF;
    border: 1px solid #0059FF;
}

.p-item .active a {
    color:#fff;
}

.sub-item  a {
    margin-top: 10px;
    padding: 15px 0 15px 30px;
    font-size: 16px;
    color:#000; 
    display: block;
    border-bottom: 1px solid #e3e6e7;
}

.sub-item a:hover {
    color: #ea1b29;
    border-bottom: 1px solid #ea1b29;
}

.pro-box {
    float: left;
    margin-left: 50px;
    width: 1050px;
}

.pro-box ul li {
    float: left;
    margin-left: 45px;
    margin-top: 40px;
    width: 320px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}

.pro-box ul li:nth-child(3n+1) {
    margin-left: 0;
}

.pro-box ul li figure {
    margin: 0 auto;
    margin-top: 10px;
    width: 300px;
    height: 280px;
    overflow: hidden;
}

    .pro-box ul li figure img {
        margin: 0 auto;
        width: 300px;
        height: 280px;
        border-radius: 10px;
        display: block;
        overflow: hidden;
        object-fit: contain;
    }

.pro-box ul li:hover figure img {
    transform: scale(1.1);
    overflow: hidden;
}

    .pro-box ul li a h2 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        margin-top: 25px;
        font-size: 18px;
        color: #000;
        font-weight: normal;
        text-align: center;
    }

.pro-box ul li a h2:hover {
    color: #005aff;
    font-weight: bold;
} 

.pro-box ul li div a {
    float: left;
    position: relative;
    margin: 25px 0;
    margin-left: 40px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #9C9C9C;
    text-align: center;
    line-height: 30px;
    border: 1px solid #dddddd;
    display: block;
}

.pro-box ul li div a::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background-color: #FF2600;
    transform: scale(0.2,1);
    z-index: -1;
}

.pro-box ul li div a:hover {
    border: 1px solid #FF2600;
    color: #fff;
}

.pro-box ul li div a:hover::after{
	opacity: 1;
	transform:scale(1,1);
}

.xin-bg {
    padding: 20px 0;
    width: 100%;
    background: #f2f2f2;
}

.xin-box {
    margin: 0 auto;
    width: 1400px;
}

.xin-list ul li {
    margin-top: 20px;
    padding: 20px 0;
    height: 240px;
    background: #fff;
}

.xin-list ul li figure {
    float: left;
    margin-left: 30px;
    width: 300px;
    height: 240px;
}

.xin-list ul li figure img {
    width: 300px;
    height: 240px;
    display: block;
}

.xin-list ul li div:nth-child(2) {
    float: left;
    margin-left: 50px;
    width: 800px;
}

.xin-list ul li div:nth-child(2) a h2 {
    padding-top: 20px;
    font-size: 20px;
    color: #121212;
    line-height: 30px;
}

.xin-list ul li div:nth-child(2) a h2:hover {
    color: #005aff;
}

.xin-list ul li div:nth-child(2) p {
    margin-top: 20px;
    font-size: 15px;
    color: #4d4d4d;
    line-height: 30px
}

.xin-list ul li div:nth-child(2) a:last-child {
    margin-top: 30px;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    display: block;
    background: #FFA600;
}

.xin-list ul li div:nth-child(2) a:last-child:hover {
    background: #FF2600;
}

.xin-list ul li div:last-child {
    float: left;
    margin-top: 40px;
    padding: 20px 0;
    margin-left: 50px;
    width: 150px;
}

.xin-list ul li div:last-child time {
    margin-top: 20px;
    font-size: 19px;
    color: #7AA9FF;
    text-align: center;
    line-height: 30px;
    display: block;
}

.xin-list ul li div:last-child time:first-child {
    font-size: 31px;
}

.p-right {
    float: left;
    margin-left: 50px;
    width: 1050px;
}

.d-top {
    margin-top: 30px;
    display: table;
}

.singleimg { 
    float: left;
    margin-right: 50px;
    width: 300px; 
    height: 260px; 
    border: 1px solid #ccc; 
    padding: 9px; 
}

    .singleimg img {
        object-fit: contain;
        width: 100%;
        height: 240px;
    }

.singletitle { 
    float: left;
    width: 680px;
}

.singletitle h1 { 
    font-size: 20px; 
    color:#000; 
    border-bottom:1px solid #ccc; 
    padding:10px 0;
}

.singletitle span {
    margin-top: 30px;
    font-size: 15px;
    color: #333;
    display: block;
}

.singletitle span a {
    padding-right: 10px;
    font-size: 15px;
    color: #333;
}

.singletitle > p {
    font-size: 14px;
    line-height: 25px; 
    padding: 30px 0 20px 0; 
    color:#031821;
}

.singletitle div {
    margin-top: 25px;
}

.singletitle div figure {
    float: left;
    margin-right: 20px;
    padding: 10px 15px;
    background: #FF2600;
}

.singletitle div figure img {
    float: left;
    width: 26px;
    display: block;
}

.singletitle div figcaption {
    float: left;
    margin-left: 10px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 26px;
    font-family: "楷体";
}

.product-tj {
    margin-top: 50px;
}

.product-tj strong {
    position: relative;
    padding-left: 30px;
    font-size: 22px;
    color:#000;
    display: block;
}

.product-tj strong::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #005aff;
}

.box-lanrenzhijia1 {
    position: relative;
	width: 1070px;
	height: 220px;
    margin: 30px auto;
}

.ashow21 {
    float: left;
    margin-left: 40px;
}

.list_021 li {
	padding-right: 16px! important;
	float: left;
	overflow: hidden;
	width: 235px;
	height: 220px;
}

.list_021 li a img {
    width: 235px;
    height: 177px;
    display: block;
}

.list_021 li a h2 {
    font-size: 16px;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-weight: normal;
}

.list_021 li a h2:hover {
    color: #005aff;
}

.al1 {
    left: -16px;
    top: 75px;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    line-height: 200px;
    overflow: hidden;
    background: url(../images/zjt.png) no-repeat 0px 0;
}

.ar1 {
    right: -19px;
    top: 75px;
    position: absolute;
    width: 48px;
    height: 48px;
    cursor: pointer;
    line-height: 200px;
    overflow: hidden;
    background: url(../images/yjt1.png) no-repeat 0px 0;
}

.pro-c > strong {
    position: relative;
    padding-left: 30px;
    padding-bottom: 10px;
    font-size: 22px;
    color:#000;
    display: block;
}

.pro-c > strong::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 20px;
    height: 20px;
    background: #005aff;
}

.pro-c > strong::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: #eee;
}

.pro-c p {
    margin-top: 25px;
    font-size: 17px;
    line-height: 34px;
    color: #000;
}

.pro-c img {
    margin: 0 auto;
    margin-top: 20px;
    width: 750px;
    display: block;
}

.xin-c h1 {
    margin-top: 30px;
    font-size: 22px;
    color: #000;
    text-align: center;
}

.tag {
    margin: 0 auto;
    margin-top: 30px;
    display: table;
}

.tag time,
.tag span {
    float: left;
    margin-left: 50px;
    font-size: 15px;
    color: #333;
}

.tag span a {
    margin-right: 20px;
    font-size: 15px;
    color: #333;
}

.xin-cc {
    margin-top: 40px;
}

.xin-cc p {
    margin-top: 20px;
    font-size: 17px;
    color: #000;
    line-height: 34px;
}

.xin-cc img {
    margin: 0 auto;
    margin-top: 20px;
    display: block;
}

.contact {
    margin-top: 40px;
    height: 560px;
}

.con-l {
    float: left;
    width: 650px;
}

.con-l ul li {
    padding: 25px 0;
    font-size: 18px;
    color: #000;
}

.con-dt {
    float: left;
    width: 700px;
}

.con-dt iframe {
    width: 700px;
    height: 550px;
}

.ser-bot ul li {
    float: left;
    margin-left: 40px;
    margin-top: 30px;
    width: 320px;
}

.ser-bot ul li:first-child {
    margin-left: 0;
}

.ser-bot ul li div {
    height: 160px;
    background: #f7f7f7;
}

.ser-bot ul li div strong {
    padding: 20px 0 0 30px;
    font-size: 22px;
    color: #005aff;
    display: block;
}

.ser-bot ul li div span {
    margin-top: 20px;
    margin-left: 30px;
    width: 50px;
    height: 5px;
    background: #3D81FF;
    display: block;
}

.ser-bot ul li div p {
    margin-top: 15px;
    padding: 0 30px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
}

.ser-bot ul li figure img {
    width: 320px;
    height: 170px;
    display: block;
}

.ser-top {
    margin-top: 30px;
    height: 500px;
}

.sert-box figure {
    float: left;
    width: 700px;
}

.sert-box figure img {
    display: block;
}

.sert-box div {
    float: left;
    width: 700px;
    height: 400px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, .16);
}

.sert-box div strong {
    padding-top: 40px;
    padding-left: 40px;
    font-size: 22px;
    color: #FF2600;
    display: block;
}

.sert-box div p {
    margin-top: 20px;
    padding: 0 40px;
    font-size: 16px;
    color: #333;
    line-height: 40px;
}

.diu {
    float: left;
    margin-left: 50px;
    margin-top: 40px;
    width: 1050px;
}

.diu figure img {
    margin: 0 auto;
    display: block;
}

.foot-bot {
    position: fixed;
    bottom: 30%;
    right: 0;
    z-index: 11111;
}

.foot-bott {
    width: 140px;
}

.foot-bott ul li {
    position: relative;
    padding: 10px 5px;
    margin-top: 10px;
    background: #0059FF;
}

.foot-bott ul li figure img {
    margin: 0 auto;
    width: 30px;
    display: block;
}

.foot-bott ul li figure:nth-child(2) {
    position: absolute;
    top: 0;
    right: 140px;
    display: none;
}

.foot-bott ul li figure:nth-child(2) img {
    width: 150px;
    display: block;
}

.foot-bott ul li figure figcaption {
    margin-top: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

.foot-bott ul li:hover {
    background: #FF2600;
}

.foot-bott ul li:hover figure:nth-child(2) {
    display: block;
}

.Top_Record {
    padding: 10px 0;
    width: 140px;
    background: #0059FF;
}

.maquee { 
    overflow: hidden; 
}

.topRec_List strong { 
    margin-bottom: 10px;
    font-size: 16px;
    text-align: center; 
    color:#fff;
    display: block;
}

/* .maquee { 
    height: 397px;
} */

.topRec_List li { 
    margin-top: 10px;
    width: 100%; 
    height: 38px; 
    font-size: 20px; 
    color: #fff;
    line-height: 30px; 
    text-align: center; 
    border-bottom: 1px dashed #fff;
}

.pagination { 
    float:left; 
    width:100%; 
    height: 60px; 
    line-height: 60px;
    text-align:center; 
    border: none;
    margin-top:40px;
}

.pagefy {
     width: 100%;  
}

.pagefy a {    
    border: 1px solid #cfcfcf; 
    cursor: pointer;
    display: inline-block; 
    /*height: 20px;*/ 
    line-height: 20px; 
    color:#666;
    padding: 10px 15px; 
    text-align: center; 
    margin-top: 20px; 
    margin-right: 5px;
}

.pagination .pagefy .current { 
    background-color: #ea1b29; 
    color: #fff;
}

.pagination .pagefy a:hover {
    background-color: #005aff; 
    color: #fff;
}

.zuoyou {
    margin-top: 60px;
    height: 30px;
}

.top1 {
    float: left;
}

.boot1 {
    float: right;
}

.top1 a,
.boot1 a {
    font-size: 15px;
    color: #000;
}

.top1 a:hover,
.boot1 a:hover {
    color: #f00;
}

