/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
p,big,small,font,em{display:block;margin:0;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif;text-align: justify; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;*max-width:100%;-webkit-touch-callout:none;}

/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}


/*body:hover {            */
/*    cursor: url('../images/cursor.png'), default;*/
/*}*/

/*显示屏-滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 0px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #004386;
}
/*城市筛选下拉-滚动条样式*/
select::-webkit-scrollbar {
    width: 2px;
    height: 4px;
    background-color: transparent;
}
select::-webkit-scrollbar-thumb {
    border-radius: 1px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #004386;
}
/*滚动条样式 end*/

/*字体*/
@font-face {
    font-family: "Futura-Light";
    src: url("../font/Futura-Light.woff2");
}
@font-face {
    font-family: "Futura-Medium";
    src: url("../font/Futura-Medium.woff2");
}
@font-face {
    font-family: "Montserrat-Bold";
    src: url("../font/Montserrat-Bold.otf");
}
@font-face {
    font-family: "Geometr";
    src: url("../font/Geometr.ttf");
}
@font-face {
    font-family: "Oswald-Regular";
    src: url("../font/Oswald-Regular.ttf");
}
@font-face {
    font-family: "ChaoPai";
    src: url("../font/ChaoPai.ttf");
}

/*video标签隐藏下载按钮*/
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}

/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:Arial,'Times New Roman','Microsoft YaHei',SimHei;   }
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.flex {
    display: box;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}
.full {
    width:100%;
}
.container {
    width: 92%;
    margin: 0 auto;
    padding:0 15px;
}
@media (max-width: 1920px){
.container {
    max-width: 1920px;
    margin: 0 auto;
    padding:0 15px;
} 
}
@media (max-width: 1024px){
.container {
    width: 100%;
    padding:0 15px;
}
.header .container {
    display: block;
}
}
/*头部*/
.header {
    display: flex;
    padding: 0% 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
    align-items: center;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background: none;
    transition:0.5s all;

}
.header::after{
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top,rgba(0,0,0,0.2) 0,rgba(0,0,0,.5) 100%);
}
.headerfix::after,
.headerfixmenu::after {
    background: none;
}
/*头部logo*/
.header .logo {
    width: 14.4%;
    min-width: 220px;
    max-width: 240px;
    height: 57px;
    background: url(../images/logo.svg) no-repeat left center/100%;
    transition:0.8s all;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

/*头部菜单*/
.header .nav {
    margin:0 5% 0 auto; 
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    position:relative;
    float: left;
    padding: 15px 30px;
    max-width: 150px;
    transition:padding 0.5s;
}
.header .nav ul li a {
    font-size: 18px;
    color:#fff;
    padding: 4px 0;
    transition: all 0.8s;
}
.header .nav ul li.active::after {
    position:absolute;
    left:50%;
    bottom:-1px;
    transform: translate(-50%,0%);
    content: "";
    width: 100%;
    height: 1px;
    background:#fff;
}
@media screen and (max-width:1600px){
.header .nav ul li {
    padding: 10px 20px;
}
}
@media screen and (max-width:1400px){
.header .submenu .tel{
    display:none;
}
}

/*头部-搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    display:none;
}
.header .nav .searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.header .nav .searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.header .nav .searchfix .box {
    max-width: 1530px;
    margin: -300px auto;
    padding: 150px 15px 100px 15px;
    top: 50%;
    position: relative;
    z-index: 1;
}
.header .nav .searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.header .nav .searchfix .box .test {
    float: left;
    width: 360px;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .searchfix .box .button {
    width: 60px;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;
}


.header .menu{ 
    display:none;
    width:39px; 
    height:39px; 
    margin-left:20px;
    margin-top:8px;background:url(../images/menu.svg) no-repeat center;
    background-size:cover;}

.header .submenu {
}
.header .submenu a {
    display:block;
}
.header .submenu .search {
    width: 20px;
    height: 21px;
    margin:8px 20px 0 0;
    background: url(../images/search.svg) no-repeat center/100%;
    cursor: pointer;
}
.header .submenu .en {
    width: 20px;
    height: 21px;
    margin:6px 20px 0 0;
    font-size: 18px;
    color:#fff;
    font-family: "Futura-Medium";
    cursor: pointer;
}
.header .submenu .tag {
    text-align: center;
    line-height: 23px;
    margin-left: 15px;
    margin-top: 18px;
    color:#fff;
}
.header .submenu .tel {
    width: 210px;
    line-height: 43px;
    margin:0 0 0 0;
    padding:0 0 0 0;
    border-radius: 50px;
    font-size: 24px;
    color: #fff;
    text-align: center;
    font-family: 'Futura-Medium';
    border: 2px solid rgba(255,255,255,0);
}
.header .submenu .tel::before {
    content: "";
    width: 30px;
    height: 30px;
    background: url(../images/tel-icon.svg) no-repeat center center/100%;
    margin: -5px 10px 0 0;
    display: inline-block;
    vertical-align: middle;
}

/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    border-bottom: solid 1px #d9d9d9;
    background: #fff;
}
.headerfix,.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .logo,.headerfixmenu .logo {
    background: url(../images/logo-fix.svg) no-repeat left center/100%;
} 
.headerfix .nav ul li {
    padding: 8px 30px;
}
.headerfix .nav ul li a { 
    font-size: 16px;
    color:#3a3a3a;
}
.headerfix .nav ul li.active::after {
    background:#004386;
}
.headerfix .submenu .search {
    background: url(../images/search-fix.svg) no-repeat center/100%;
}
.headerfix .submenu .en {
     color:#3a3a3a;
}
.headerfix .submenu .tag {
    color:#252525;
}
.headerfix .submenu .tel {
    color: #3a3a3a;
    border: 2px solid rgba(255,255,255,0.2);
}
.headerfix .submenu .tel::before {
    background: url(../images/tel-icon-fix.svg) no-repeat center center/cover;
}
/*头部绝对定位样式 end*/



/*尾部*/
.footer {
    position: relative;
    background-image: -webkit-linear-gradient(top,#004386,#004386);
    background-image: linear-gradient(to bottom,rgba(0,0,0,0.5) 0,rgba(0,0,0,.5) 100%);
}
.footer .container {
    position: relative;
    z-index: 2;
}
.footer::before {
    opacity: 1;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url(../images/footer-bg.jpg) no-repeat center center;
    z-index: -1;
    transition: all 3s;
}
.footer .footer-box {
    padding:4% 0;
}

.footer-logo {
    padding:5% 0;
    text-align: center;
}
.footer-logo img {
    max-width: 240px;
}


/*尾部-菜单*/
.footer .footer-box .foot-menu {
    float:left;
    width:50%;
    position:relative;
}

.footer .footer-box .foot-menu .item {
    float:left;
    width:33%;
}

.footer .footer-box .foot-menu .item a.tit {
    font-size: 20px;
    color: #fef6ec;
    opacity:1;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer .footer-box .foot-menu .item a {
    display:block;
    font-size: 16px;
    color:#fff;
    opacity:0.8;
    padding:6px 0;
    transition: transform 1s;
}
.footer .footer-box .foot-menu .item a:hover {
    transform: translate(5px,0px);
}
.footer-contact {
    width:30%;
    position:relative;
}
.footer-contact .address {
    margin:0 0 3% 0;
}
.footer-contact .address h6 {
    font-size: 20px;
    color: #fef6ec;
    margin-bottom: 20px;
    padding: 0px 0;
}
.footer-contact .address p{
    position:relative;
    padding: 5px 0 5px 0px;
    font-size: 16px;
    color:#fff;
}
.footer-contact .address p span {
}
.footer-contact .address p a {
    color:#fff;
}
.footer-contact .address p.call a {
    font-size: 30px;
    color:#fef6ec;
    font-family: "Montserrat-Bold";
}

.footer-guanzhu {
    width:20%;
    margin:0 0 0 0;
}
.footer-guanzhu .tit {
    font-size: 20px;
    color: #fef6ec;
    margin:0 0 30px 0;
}
.footer-guanzhu .icon {
}
.footer-guanzhu .icon .item {
    display:inline-block;
    width:40px;
    height:40px;
    border: 1px solid rgba(255,255,255,0.2);
    margin-right: 10px;
    padding:2px;
    -webkit-border-radius: 25px;
    position: relative;
}
.footer-guanzhu .icon .item i {
    display:table-cell;
    vertical-align:middle;
    width:40px;
    height:32px;
    text-align: center;
}
.footer-guanzhu .icon .item i img {
    opacity:1;
    max-width: 20px;
}
.footer-guanzhu .icon .item .fix {
    display:none;
    position: absolute;
    top: -164px;
    left: -50px;
    width: 150px;
    height: 150px;
}
.footer-guanzhu .icon .item .fix img {
    width: 100%;
    background: #fff;
    border-radius: 5px;
}
.footer-guanzhu .icon .item .fix:after {
   content: "";
    position: absolute;
    left: 38%;
    bottom: -18px;
    border-width: 10px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}
.footer-guanzhu .icon .item:hover .fix {
    display:block;
}


@media screen and (max-width:1024px){
.footer .footer-box {
    padding:4% 0;
}
.footer-contact .address h6 {
    font-size: 16px;
}
.footer-guanzhu .tit {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.footer-logo {
    padding:5% 0;
}
.footer-logo img {
    max-width: 30%;
}
.footer-contact {
    width:100%;
}

.footer-contact .tel {}
.footer-contact .tel p {
    font-size: 16px;
    margin-bottom: 5%;
}
.footer-contact .tel a {
    font-size: 36px;
    letter-spacing: 0;
    font-family: 'Futura';
}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
    font-size: 14px;
}

.footer-guanzhu {
    width:100%;
    margin:0 0 0 0;
}
}

/*尾部-版权*/
.copy {
    padding:30px 0 20px 0;
    border-top: 1px solid rgba(255,255,255,0.2);
}
.copy p {
    display:inline-block;
    margin:0 20px 0 0;
    font-size: 14px;
    color:#fff;
}
.copy a {
    color:#fff;
}
.copy .other a {
    padding:0 0 0 10px;
}

@media screen and (max-width:1024px){
.footer {
    padding:10% 0 6% 0;
}

.footer .footer-box {}

.footer .footer-box .foot-menu {
    width:100%;
    padding: 5% 0%;
}
.footer .footer-box .foot-menu::before {
    display:none;
}
.footer .footer-box .foot-menu .item {
    width:100%;
}

.footer .footer-box .foot-menu .item a.tit {
    display: block;
    font-size: 16px;
    margin-bottom:2%;
    padding: 3% 0 3% 0;
}
.footer .footer-box .foot-menu .item a {
    display:none;

}

.footer-contact .address {
    margin:5% 0 3% 0;
}
.footer-contact .address p{
}

.copy {
   
}
.copy p {

}
.copy a {
}
}



/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}



/*浮窗按钮*/
.fix-msg {
    position: fixed;
    right: 1%;
    bottom:40%;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
    background-size: 200% auto;
    box-shadow: 0 10px 6px 0 rgb(58 54 37 / 3%);
    cursor: pointer;
    transition: all 0.6s;
    animation: myfix 5s linear infinite normal;
}
/*@keyframes myfix*/
/*    {*/
/*        0%{background-position: right center;}*/
/*        50%{background-position: left center;}*/
/*        100%{background-position: right center;}*/
    
/*    }*/
.fix-msg:hover {
    background-position: right center;
}
.fix-msg a {
    position: absolute;
    z-index: 3;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:5px 8px;
    font-size: 12px;
    color: #fff;
    text-align: center;
}
.fix-msg a img {
    width: 70%;
}
.fix-msg a span {
    display: block;
}
.fix-msg::after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    background-image: url(../images/gobackground.svg);
    background-size: 4px;
    background-repeat: repeat;
    opacity: .2;
}

@media screen and (max-width:1024px){
.fix-msg {
    right:none;
    left:2%;
    bottom:10%;
    width: 50px;
    height: 50px;
}

.fix-msg a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding:4px 4px;
    font-size: 10px;
    color: #fff;
}
.fix-msg a img {
    width: 50%;
}
.fix-msg::before {
    right: 0;
    top: -12px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    font-size: 8px;
}

}
/*浮窗按钮end*/

/*浮窗留言*/
.fixshow {
    position: fixed;
    z-index: 1000;
    height: 60px;
    width: 60px;
    top: 80%;
    right: 0px;
	text-align:center;
    background:#005f38;
	border-radius: 50%;
}
.fixshow i {
    display:inline-block;
    width:30px;
    height:24px;
    line-height: 42px;
}
.fixshow i img {
    width:30px;
}
.fixshow span {
    font-size: 10px;
    color: #fff;
}

.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background:rgba(0, 0, 0, 0.2);
}
.fixed-msg .msg-box {
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 37px;
    color: #32beff;
}
.fixed-msg .msg-box h5 {
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.svg) no-repeat left top/20px;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 18px;
    color: #666;
    padding: 0 5%;
	margin:1%;
    line-height: 46px;
    width: 48%;
	height:46px;
}
.fixed-msg .msg-box .form input::-webkit-input-placeholder,
.fixed-msg .msg-box .form select::-webkit-input-placeholder {
    color: #666;
}
.fixed-msg .msg-box .form input#fcontent {
    width: 98%;
	height:100px;
}
.fixed-msg .msg-box .fixSubmit{
    background-image: linear-gradient(to right,#32beff 0,#005aab 51%,#32beff 100%);
    background-size: 200% auto;
    transition: all 0.6s;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
    box-shadow: 0 10px 6px 0 rgb(0 67 134 / 10%);
}
.fixed-msg .msg-box .fixSubmit:hover {
    background-position: right center;
}
/*以下代码是自适应样式*/

@media screen and (max-width:1320px){}

@media screen and (max-width:1178px){}
@media screen and (max-width:800px){
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	margin:1%;
    line-height: 46px;
    width: 100%;
	height:46px;
}
}

/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}


/*以下代码是自适应样式*/
@media screen and (max-width:1320px){
.header .logo {width: 14.4%;}
.header .logo a {display:block;width:100%;height:inherit;opacity: 0;}
.header .nav {}
.header .submenu {}

}


@media screen and (max-width:1178px){
.header .submenu {display:none;}
.header .nav {margin-left: 5%;line-height: 59px;}
}


@media screen and (max-width:800px){
.header {
    padding:10px 0;
}
.header .logo {
    width: 220px;
    height: 40px;
    background-size: 80%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

.header .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 20px 0;
    line-height: 46px;
    background: #fff;
}
.header .nav ul {
    padding:0 30px;
}
.header .nav ul li {
    float:left;
    width:100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255,255,255,0.2);
    background-size: 20px;
}
.header .nav ul li a {
    font-size: 18px;
    color:#3a3a3a;
    padding: 0px 10px;
}
.header .menu{ 
    display:block;
    width:32px; height:32px; margin-left:20px; margin-top:8px;background:url(../images/menu.svg) no-repeat center; background-size:30px;
}
.headerfix .menu {
    background: url(../images/menu-fix.svg) no-repeat center/30px;
}
.headerfixmenu .menu {
    background: url(../images/menu-close.svg) no-repeat center/30px;
}



/*搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    float:left;
    width:100%;
    display:block;
    margin-top: 3%;
}
.header .nav .search-product-fix {
	position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 20px;
    background:#fff;
}
.header .nav .search-product .bg {display:none;}
.header .nav .search-product .box {}
.header .nav .search-product .box .test {
    float: left;
    width:80%;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .search-product .box .button {
    width: 18%;
    height: 42px;
    line-height: 38px;
    background:#005f38 url(../images/search.png) no-repeat center;

}
.header .submenu {
    display:none;
}
}


/*搜索功能*/
.search-product {
    display:none;
}
.searchfix {
    display:block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999999;
}
.searchfix .bg {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    background:rgba(0, 0, 0, 0.6);
}
.searchfix .box {
    background: #fff url(../images/logo-fix.svg) no-repeat center 18%;
    background-size: 20%;
    max-width: 1200px;
    padding: 150px 15px 100px 15px;
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    box-shadow: 0px 2px 2px #ccc;
}
.searchfix .box form {
    display:block;
    width:424px;
    margin:0 auto;
}
.searchfix .box .test {
    float: left;
    width: 360px;
    line-height: 42px;
    border:1px solid #ccc;
    border-radius: 0px 0px 0px 0px;
    padding: 0 12px;
    font-size: 14px;
    color: #252525;
}
.searchfix .box .btn {
    width: 60px;
    height: 44px;
    line-height: 38px;
    border-radius: 0px;
    background:#004386 url(../images/search.svg) no-repeat center center/20px;
}
.searchfix .box .btn:hover {
    background:#004386 url(../images/search.svg) no-repeat center center/20px;
}

/*搜索功能*/






/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0 2px;
    padding:0 12px;
    text-align:center;
    color:#999;
    border:1px solid #f6f6f6;
    background:#fff;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#004386;
    border:1px solid #004386;
}
.page li.active a {
    color:#fff;
}
/*分页页码 end*/


.gomore {
    display: block;
    position: relative;
    z-index:0;
    max-width: 120px;
    line-height: 40px;
    border: 1px solid #322f2f;
    border-radius: 38px;
    font-size: 14px;
    color: #999;
    text-align: center;
    overflow: hidden;
}
.gomore:hover {
    color: #252525;
}
.gomore::after {
    position: absolute;
    content: '';
    left: -5px;
    right: -5px;
    top: 0;
    z-index:-1;
    height: 100%;
    background: linear-gradient(to right, #f7c600 50%, #f7c600 100%);

    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform-origin: right center;
}
.gomore:hover::after{
    transform-origin: left center;
    transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
}

/*公共按钮动画效果 end*/


/*下拉提示*/
.go-more {
    position: absolute;
    bottom: 5%;
    z-index: 1;
    width: 100%;
    height: 100px;
    animation: go-more 0.3s linear infinite;
}
.srolling { width: 24px; height: 34px;position:absolute;left:50%;bottom: 5%; margin-left: -12px;border-radius:30px; border: 1px solid #fcede4; cursor: pointer;}
.srolling span { position: relative;width:100%;height:100%; display: block;}
.srolling i{ height:8px; width: 2px;position:absolute;left:50%;top:10%; margin-left: -1px; background: #fff;animation: srolling 1000ms infinite ease-out;-webkit-animation: srolling 1000ms infinite ease-out;}
@keyframes srolling{
    0%{height:8px;top:10%;opacity: 1;} 
    100%{height:3px;top:85%;opacity: 0;}
}
/*下拉提示 end*/


/*浮窗视频播放样式*/
.modal .close {
    color: #fff;
    opacity: 1;
}
.modal .modal-content {
    background-color: #111210;
    border: 1px solid #111210;
    border: 1px solid rgba(0,0,0,.2);
}
/*浮窗视频播放样式*/

/*PC端和移动端显示和隐藏  公共样式*/
.pc {
    display:block !important;
}
.mobile {
    display:none !important;
}
@media screen and (max-width:1024px){
.pc {
    display:none !important;
}
.mobile {
    display:block !important;
}
}