﻿@charset "utf-8";
@import url('fonts.css');

body{ font-family:'RedHatDisplay-Regular','Arial'; background-color:#fff;  overflow-x:hidden;}
a{ color:#333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#333;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: inherit; font-weight: normal;}
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family:'RedHatDisplay-Regular','Arial';font-size:12px;}
input{font-family:'RedHatDisplay-Regular','Arial'; border:0; outline:medium;}
@media (min-width:1px) and (max-width:1229px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1230px){
	.container{ width: 1200px;}
}

/*头部*/
.header{position: fixed; left: 0px; top: 0px; right: 0px; z-index: 10; background: #fff;}
@media (min-width:1510px){
	.header .container{ width: 1480px;}
}
.header .top{ overflow: hidden; background: linear-gradient(to right, #0a152d 50%, #0b1f4f 50%); padding: 15px 0px;  position: relative; transition: all 0.35s;}
.header .top:before{ content: ""; position: absolute; right: 0; top: 0; bottom: 0; background: #0b1f4f; width: 65%;}
.header .top .tel{ color: #fff; font-family: "ROpen-Sans"; text-transform: uppercase; font-size: 17px; display: inline-block; }
.header .top .langer{ display: inline-block; float: right; color: #fff; font-size: 17px; font-family: "ROpen-Sans"; position: relative; z-index: 1;}
.header .top .langer>a{ color: #fff; padding-left: 15px;}
.header .top .langer>a:first-child{ padding-right: 15px;}

.header.fis_show .top{ height: 0; padding: 0 40px;}

@media (min-width:1px) and  (max-width:991px){
.header .top{ height: 0; padding: 0px 40px;}
}

/*region 导航*/
.jdmenu{}

.jdmenu .logo{ overflow: hidden; display: inline-block; float: left; margin: 15px auto;}
.jdmenu .logo>a>img{ height: 50px; transition:all 0.5s;}
@media (min-width: 1px) and (max-width: 1230px){
.jdmenu .logo{ margin: 7px auto;}
.jdmenu .logo>a>img{ height: 30px;}
}


.jdmenu .nav{ display: inline-block; float: right;}
.jdmenu .nav>#jdmenu{ display: inline-block; float: left; font-family: "Open-Sans-Bold";}
.jdmenu .nav>#jdmenu>li{ display: inline-block; float: left; font-size: 17px; position: relative;}
.jdmenu .nav>#jdmenu>li>a{ display: block; color: #131313; padding: 28px 15px; position: relative; transition: all 0.35s;}

.jdmenu .nav_right{ display: inline-block; float: left; margin-left: 15px; margin-top: 28px; }

.jdmenu .search{ display: inline-block; float: left; transition: all 0.5s;}
.jdmenu .search>form{ display: flex;}
.jdmenu .search>form>input{ width: 0; float: left; height: auto; background: none; color: #333; border-bottom: 1px solid #333; transition: all 0.5s;}
.jdmenu .search>form>button{ background: none; border: 0; cursor: pointer; outline: none; color: #333;}
.jdmenu .search>form>button>i{ font-size: 20px; overflow: hidden; display: inline-block;}
/*.jdmenu .search>form>input::-webkit-input-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-moz-placeholder{ color: #fff; font-size: 18px;}
.jdmenu .search>form>input::-ms-input-placeholder{ color: #fff; font-size: 18px;}*/
.jdmenu .search[type=on]>form>input{ width: 150px}

.jdmenu .langer{ display: inline-block; float: left; margin-left: 30px; font-size: 18px;}
.jdmenu .langer>a{ display: block; float: left; color: #fff;}
.jdmenu .langer>span{ display: inline-block; width: 73px; height: 1px; border-bottom: 1px solid #fff; float: left; margin: 9px 7px 0 7px}

@media (min-width:992px){
	.jdmenu .nav>#jdmenu>li:first-child{ display: none;}
    .jdmenu.fis_show .nav>#jdmenu>li>a{ padding: 10px 15px; color: #333; font-size: 16px;}
    .jdmenu .nav>#jdmenu>li:hover>a,.jdmenu .nav>#jdmenu>li.active>a{ color: #00379c;}
    .jdmenu.fis_show .nav>#jdmenu>li:hover>a,.jdmenu.fis_show .nav>#jdmenu>li.active>a{ color: #00379c;}
    .jdmenu.fis_show .nav_right{ margin-top: 8px;}
    .jdmenu.fis_show .search>form>input{ color: #333; border-color: #333;}
    .jdmenu.fis_show .search>form>button{color: #333;}
    .jdmenu.fis_show .search>form>input::-webkit-input-placeholder{ color: #333;}
    .jdmenu.fis_show .search>form>input::-moz-placeholder{ color: #333;}
    .jdmenu.fis_show .search>form>input::-moz-placeholder{ color: #333;}
    .jdmenu.fis_show .search>form>input::-ms-input-placeholder{ color: #333;}
    .jdmenu.fis_show .langer>a{ color: #333;}
    .jdmenu.fis_show .langer>span{ border-color: #333;}
}
@media (min-width: 992px) and (max-width: 1230px){
.jdmenu .nav>#jdmenu>li{ font-size: 16px;}
.jdmenu .nav>#jdmenu>li>a{ padding: 11px 7px;}
.jdmenu.fis_show .nav>#jdmenu>li>a{ padding: 10px 7px; color: #333;}
.jdmenu .nav_right{ margin-left: 7px; margin-top: 11px;}
.jdmenu .langer{ margin-left: 14px;}
}

@media (min-width: 1px) and (max-width: 991px) {
    .jdmenu{ display: block;}
	.jdmenu .nav{ position: fixed; left: -220px; top: 0; bottom: 0px; z-index: 99; width:220px; background:#02247e; overflow-y:auto; transition:all .5s ease; margin: 0;}
    .jdmenu .nav>#jdmenu{ }
    .jdmenu .nav>#jdmenu>li:first-child{ background: #fff; padding: 0; text-align: center;}
    .jdmenu .nav>#jdmenu>li:first-child>a{ background: #fff; padding: 10px;}
    .jdmenu .nav>#jdmenu>li:first-child>a>img{ height: 40px;}
    .jdmenu .nav>#jdmenu>li{ display: block; float: none;}
    .jdmenu .nav>#jdmenu>li>a{ padding: 10px 15px; display: block; color: #fff; font-size: 16px;}
    
    .jdmenu .nav>#jdmenu>li.brand>a{ background: #fff; padding: 0; margin-left: 16px; margin-top: 20px;}
    
    .jdmenu .nav_right{ margin-bottom: 60px; overflow: hidden; float: none;}
    
    .jdmenu .search{ float: none; display: block; font-size: 16px;}
    
    .jdmenu .langer{ display: block; float: none; margin: 0; margin-top: 30px; font-size: 16px}
    .jdmenu .langer a{ width: 50%; float: left; margin-bottom: 10px;}
    .jdmenu .langer a img{ padding-right: 5px;}
}

/*二级导航*/
.jdmenu .nav>#jdmenu>li>.dropdown{width: auto; min-width: 100%; position: absolute; left: 0px; top: 78px; z-index: 99; padding:7px 0px; display: none; background: rgba(56,56,56,0.7);  color: #fff;}
.jdmenu .nav>#jdmenu>li>.dropdown>li{ padding: 7px 15px; font-size: 14px; }
.jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #fff}
.jdmenu .nav>#jdmenu>li>.dropdown>li:hover{ background: #00379c; }
@media (min-width: 992px) {
   .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-overflow:ellipsis; white-space: nowrap;}
}
@media (min-width: 1px) and (max-width: 991px){
    .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; top: inherit; display: block; min-width: inherit; padding: 15px 0;}
}
/*endregion*/

/*region 手机导航*/
.menu_btn{ width: 28px; height: 30px; cursor: pointer; position: relative; display: none; z-index: 99; float: right;}
.menu_btn>.menu_btn_top{ position:absolute; top:5px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#1f1f1f; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
.menu_btn>.menu_btn_med{ position:absolute; top:15px; left:50%; width:28px; height:3px; border-radius:1.5px; background:#1f1f1f; -webkit-transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);transition:top .3s,background-color .3s,transform .3s cubic-bezier(.5,.2,.6,1.4),-o-transform .3s cubic-bezier(.5,.2,.6,1.4),-ms-transform .3s cubic-bezier(.5,.2,.6,1.4),-moz-transform .3s cubic-bezier(.5,.2,.6,1.4),-webkit-transform .3s cubic-bezier(.5,.2,.6,1.4);-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
.menu_btn>.menu_btn_bot{ position:absolute; top:25px; left:50%; width:28px; height:3px; border-radius:1.5px; background-color:#1f1f1f; -webkit-transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;transition:top .3s,background-color .3s,transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-o-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-ms-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-moz-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s,-webkit-transform .18s cubic-bezier(.5,.2,.6,1.4) .12s;-webkit-transform:translate(-50%,-50%) rotate(0);-moz-transform:translate(-50%,-50%) rotate(0);-o-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0);-ms-transform:translate(-50%,-50%) rotate(0);}
.menu_btn[type=close]>.menu_btn_top{ top:50%; background:#1f1f1f; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg); transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
.menu_btn[type=close]>.menu_btn_med{ top:50%; background:#1f1f1f; -webkit-transform:translate(-50%,-50%) rotate(135deg); -moz-transform:translate(-50%,-50%) rotate(135deg); -o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg); -ms-transform:translate(-50%,-50%) rotate(135deg);}
.menu_btn[type=close]>.menu_btn_bot{ top:50%; background:#1f1f1f; -webkit-transform:translate(-50%,-50%) rotate(45deg); -moz-transform:translate(-50%,-50%) rotate(45deg); -o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg); -ms-transform:translate(-50%,-50%) rotate(45deg);}

@media (min-width:1px) and  (max-width:991px){
.jdmenu .menu_btn{ display: block; margin-top: 7px;}
.jdmenu.fis_show .menu_btn{ margin-top: 0px;}
}
/*endregion*/


/*region banner*/
.bframe{ overflow: hidden; position: relative; margin-top: 133px;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x;}
.bframe .slides li img{ width:100%;}
.bframe .flex-control-nav{position:absolute; width: 100%; text-align: center; bottom: 30px; z-index: 2;}
.bframe .flex-control-nav li{ display: inline-block; list-style-type: none; transition:all .35s;}
.bframe .flex-control-nav a{ display: inline-block; width: 30px; height: 2px; line-height: 60px; background: #fff; cursor: pointer; color: #fff; opacity: 1; overflow: hidden; margin-right: 5px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.bframe .flex-control-nav .flex-active{ opacity: 1; background: #a13925; width: 60px;} 
.bframe .flex-direction-nav{position:absolute;z-index:88;width:100%;top:45%;}
.bframe .flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; z-index: 99; line-height: 50px; text-align: center; color: #fff;}
.bframe .flex-direction-nav li a>i{ font-size: 40px;}
.bframe .flex-direction-nav li a.flex-prev{left:40px;}
.bframe .flex-direction-nav li a.flex-next{right:40px;}

.bframe .cont{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 9;}
.bframe .cont>h3{ font-family: "Open-Sans-Bold"; font-size: 43px; color: #fff; text-transform: uppercase;}

@media (min-width: 992px) and (max-width: 1230px){
.bframe{ margin-top: 97px;}
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ margin-top: 44px}
.bframe>img{ display: none!important;}
.bframe .cont{ display: none;}
}

/*endregion*/


/*region*/
.dframe{ overflow: hidden; padding: 30px 0; background: #f7f7f7;}
.dframe>div>h2{ font-family: "Open-Sans-Bold"; text-align: center; font-size: 31px; text-transform: uppercase;}
.dframe>div>.list{ position: relative; margin-top: 30px;}
.dframe>div>.list>.swiperpro{ overflow: hidden; position: relative; z-index: 1;} 
.dframe>div>.list>.swiperpro .swiper-slide{ overflow: hidden; }
.dframe>div>.list>.swiperpro .swiper-slide .ipto{ overflow: hidden; padding: 15px; background: #fff; }
.dframe>div>.list>.swiperpro .swiper-slide .ipto .ipti{ overflow: hidden;}
.dframe>div>.list>.swiperpro .swiper-slide .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.dframe>div>.list>.swiperpro .swiper-slide .ipto .iptz{ overflow: hidden; margin-top: 15px; padding-top: 15px; border-top: 1px solid #00379c;}
.dframe>div>.list>.swiperpro .swiper-slide .ipto .iptz>h3{ font-family: "Open-Sans-Bold"; font-size: 16px; margin-bottom: 10px;}
.dframe>div>.list>.swiperpro .swiper-slide .ipto .iptz>p{ font-size: 14px;}
.dframe>div>.list>.swiperbtn{ position: absolute; top: 50%; z-index: 9; margin-top: -25px; cursor: pointer;}
.dframe>div>.list>.swiperbtn>i{ font-size: 50px;}
.dframe>div>.list>.swiperbtn.btn-prev{ left: -100px; transform: rotate(180deg);}
.dframe>div>.list>.swiperbtn.btn-next{ right: -100px;}

@media (min-width:992px) {
.dframe>div>.list>.swiperpro .swiper-slide:hover .ipti img{ transform: scale(1.1);}
}

@media (min-width:1px) and  (max-width:991px){
.dframe>div>h2{ font-size: 24px;}
.dframe>div>.list{ margin-top: 15px;}
}


/*endregion*/

/*region*/
.dframe1{ overflow: hidden; padding: 30px 0;}

.dframe1>div>.left{ flex: 1; margin-right: 60px;}
.dframe1>div>.left>h3{ color: #a6a6a6; font-size: 17px; text-transform: uppercase;}
.dframe1>div>.left>h2{ font-size: 31px; font-family: "Open-Sans-Bold"; color: #0b2050; text-transform: uppercase;}
.dframe1>div>.left>h4{ font-size: 19px; font-family: "Open-Sans-Bold"; color: #4b4b4b; margin-bottom: 60px;}
.dframe1>div>.left>p{ font-size: 14px; line-height: 21px; color: #a6a6a6; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 8; overflow: hidden;}
.dframe1>div>.right{ flex: 1;}
@media (min-width:992px) {
.dframe1>div{ display: flex;}
}

@media (min-width:1px) and  (max-width:991px){
.dframe1>div>.left{ margin: 0;}
.dframe1>div>.left>h2{ font-size: 24px;}
.dframe1>div>.left>h4{ margin-bottom: 30px;}
.dframe1>div>.right{ display: none;}
}
/*endregion*/


/*region*/
.dframe2{ overflow: hidden; display: flex;}
.dframe2>.ipto{ flex: 1; overflow: hidden; position: relative;}
.dframe2>.ipto .ipti{ overflow: hidden; position: relative;}
.dframe2>.ipto .ipti:before{ content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(36,36,36,0.55); z-index: 2}
.dframe2>.ipto .ipti img{ width: 100%; transition: all 0.35s;}
.dframe2>.ipto .iptz{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; color: #fff; z-index: 3; padding: 20px 10px;}
.dframe2>.ipto .iptz>h3{ font-family: "Open-Sans-Bold"; font-size: 36px; text-transform: uppercase; margin-bottom: 15px;}
.dframe2>.ipto .iptz>p{ font-size: 17px; line-height: 20px; margin-bottom: 15px;}
.dframe2>.ipto .iptz>span{ display: inline-block; font-size: 14px; padding: 7px 20px; border: 1px solid #fff;}

@media (min-width:992px){
.dframe2>.ipto:hover .ipti img{ transform: scale(1.1);}
.dframe2>.ipto:hover .iptz{ background: #fff; color: #333;}
.dframe2>.ipto:hover .iptz>span{ border-color: #333;}
}
@media (min-width:1px) and  (max-width:991px){
.dframe2{ display: none;}
}
/*endregion*/

/*region*/
.dframe3{ overflow: hidden; padding: 30px 0px; background: url("../images/1_01.jpg") no-repeat center center / cover;}
.dframe3>div>h2{ font-family: "Open-Sans-Bold"; text-align: center; font-size: 31px; text-transform: uppercase;}
.dframe3>div>.list{ overflow: hidden; margin-top: 30px;}
.dframe3>div>.list .honorlist{ overflow: hidden; position: relative}
.dframe3>div>.list .honorlist .swiper-slide{width:auto;height:533px;border-bottom:1px solid #555;border-radius:5px;background-position:50%;background-size:cover;background-repeat:no-repeat;-webkit-box-reflect:below 1px -webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent 20px);}
@media (min-width:992px){
}
@media (min-width:1px) and  (max-width:991px){
.dframe3>div>h2{ font-size: 24px;}
.dframe3>div>.list{ margin-top: 15px;}
.dframe3>div>.list .honorlist .swiper-slide{ height: 434px;}
}
@media (min-width:1px) and  (max-width:767px){
.dframe3>div>.list .honorlist .swiper-slide{ height: 225px;}
}
@media (min-width:1px) and  (max-width:380px){
.dframe3>div>.list .honorlist .swiper-slide{ height: 146px;}
}
/*endregion*/

/*region*/
.dframe4{ overflow: hidden; padding: 30px 0px;  background: #f7f5f6;}
.dframe4>div>h2{ font-family: "Open-Sans-Bold"; text-align: center; font-size: 31px; text-transform: uppercase;}
.dframe4>div>.list{ overflow: hidden; margin-top: 30px; display: flex;}
.dframe4>div>.list>.item{ flex: 1; margin-right: 12px;}

.dframe4>div>.list>.item:first-child>.ipto{ overflow: hidden; position: relative;}
.dframe4>div>.list>.item:first-child>.ipto:before{ content: ""; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: rgba(36,36,36,0.55); z-index: 2}
.dframe4>div>.list>.item:first-child>.ipto .ipti{ overflow: hidden;}
.dframe4>div>.list>.item:first-child>.ipto .ipti img{ width: 100%;}
.dframe4>div>.list>.item:first-child>.ipto .iptz{ position: absolute; left: 0; bottom: 0; right: 0; z-index: 3; padding: 40px;}
.dframe4>div>.list>.item:first-child>.ipto .iptz h3{ font-family: "Open-Sans-Bold"; font-size: 15px; color: #fff;}
.dframe4>div>.list>.item:first-child>.ipto .iptz i{ transform: rotate(180deg); color: #fff; display: inline-block; margin-top: 30px;font-size: 30px;}

.dframe4>div>.list>.item:nth-child(2)>.ipto{ overflow: hidden; position: relative; background: #fff; padding: 30px 20px; margin-bottom: 12px;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .iptz{ overflow: hidden;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .iptz h3{ font-family: "Open-Sans-Bold"; font-size: 15px; color: #333; margin-bottom: 15px;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .iptz p{ font-size: 14px; line-height: 21px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .ipti{ overflow: hidden; margin-top: 25px;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .ipti time{ float: left; font-size: 14px;line-height: 21px;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .ipti time span{ font-family: "Open-Sans-Bold"; font-size: 27px; color: #333; display: block; margin-bottom: 5px;}
.dframe4>div>.list>.item:nth-child(2)>.ipto .ipti i{ transform: rotate(180deg); float: right; color: #333; display: inline-block; font-size: 30px;}

.dframe4>div>.list>.item:last-child>.ipto{ overflow: hidden; position: relative; display: flex; background: #fff; padding: 30px 20px; margin-bottom: 12px;}
.dframe4>div>.list>.item:last-child>.ipto .ipti{ overflow: hidden; width: 80px; float: left; margin-top: 15px;}
.dframe4>div>.list>.item:last-child>.ipto .ipti time{ float: left; font-size: 14px;line-height: 21px;}
.dframe4>div>.list>.item:last-child>.ipto .ipti time span{ font-family: "Open-Sans-Bold"; font-size: 27px; color: #333; display: block; margin-bottom: 5px;}
.dframe4>div>.list>.item:last-child>.ipto .iptz{ overflow: hidden;}
.dframe4>div>.list>.item:last-child>.ipto .iptz h3{ font-family: "Open-Sans-Bold"; font-size: 15px; color: #333; margin-bottom: 15px;}
.dframe4>div>.list>.item:last-child>.ipto .iptz i{ transform: rotate(180deg); color: #333; display: inline-block; font-size: 30px;}

@media (min-width:992px){
.dframe4>div>.list>.item:last-child{ margin-right: 0;}
.dframe4>div>.list>.item>.ipto:hover{ background: #00379c;}
.dframe4>div>.list>.item>.ipto:hover .iptz h3{ color: #fff;}
.dframe4>div>.list>.item>.ipto:hover .iptz p{ color: #fff;}
.dframe4>div>.list>.item>.ipto:hover .iptz i{ color: #fff;}
.dframe4>div>.list>.item>.ipto:hover .ipti time{ color: #fff;}
.dframe4>div>.list>.item>.ipto:hover .ipti time span{ color: #fff;}
.dframe4>div>.list>.item>.ipto:hover .ipti i{ color: #fff;}
}
@media (min-width:1px) and  (max-width:991px){

.dframe4>div>h2{ font-size: 24px;}
.dframe4>div>.list{ margin-top: 15px; display: block;}
.dframe4>div>.list>.item{ margin-right: 0px;}
.dframe4>div>.list>.item:first-child{ display: none;}
.dframe4>div>.list>.item:last-child{ display: none;}
}
/*endregion*/



/*region 底部*/
.footer{ overflow: hidden; padding: 30px 0; background: #02247e;}
.footer>div>h2{ text-align: center;filter: grayscale(100%) brightness(500%); margin-bottom: 50px;}

.footer .foot{ width: 25%; float: left; height: auto;}
.footer .foot>h3{ font-family: "Open-Sans-Bold"; font-size: 17px; color: #fff; text-transform: uppercase; margin-bottom: 15px;}
.footer .foot>ul>li{ font-size: 14px; line-height: 21px; color: #cccfdf;}
.footer .foot>ul>li>a{ color: #cccfdf;}
.footer .foot>ul>li:hover>a{ padding-left: 5px;}
.footer .foot>p{ color: #fff; line-height: 21px;}

.footer .f5{ overflow: hidden; text-align: right;}
.footer .f5>a{ color: #cccfdf; padding-left: 5px;}
.footer .f5>a:hover{ color: #fff;}

@media (min-width:992px) {
.footer .foot.f1{ width: 230px;}
.footer .foot.f2{ width: 160px; margin-left: 265px;}
.footer .foot.f3{ width: 310px;  float: right;}
}
@media (min-width:1px) and  (max-width:991px){
.footer{ padding: 0;}
.footer .foot{ display: none;}
.footer .f5{ display: none;}
.footer>div>h2{ display: none;}
}

.gettop{ width: 45px; height: 45px; text-align: center; line-height: 45px; border-radius: 50%; border: 1px solid #fff; position: fixed; right: 15px; bottom: 10%; z-index: 99; font-size: 14px; color: #fff; text-transform: uppercase; cursor: pointer; background: #02247e;}
@media (min-width:1px) and  (max-width:991px){
.gettop{ display: none;}
}

.guangao{ position: fixed; width: 260px; top: 30%; left: 30px; z-index: 99; background: url("../images/guangaobg.png") no-repeat center center / cover; padding: 10px;}
.guangao>img{ width: 100px; margin-top: -90px;}
.guangao>.txt{ width: 160px; float: right; position: relative;}
.guangao>.txt>.close{ width: 20px; float: right; cursor: pointer;}
.guangao>.txt>p{font-size: 14px; line-height: 24px; margin-top: 10px; padding-bottom: 10px; color: #fff;}
@media (min-width:1px) and (max-width:991px){
.guangao{ display: none;}
}
/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0;}
.footer_language ul{ display: table;}
.footer_language ul>li{margin-right:17px; display: inline-block;}
.footer_language ul>li>a{font-size:18px; line-height:2em; color:#fff;}
.footer_language ul>li>a>img{border:solid 1px #eaeaea; margin-top:5px;}
.footer_language ul>li>a>span{font-size:18px; line-height:2em;}
.footer_language ul>li:last-child{ margin-right: 0px;}
@media (min-width:1200px) and  (max-width:1399px){
    .footer_language ul>li{ margin-right: 22px;}
}

@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/


/*region 版权*/
.copy{ padding: 15px 0px; font-size: 16px; overflow: hidden; color: #fff; border-top: 1px solid #fff; margin-top: 10px;}
.copy a{ color: #a4a4a4;}

@media (min-width:992px) {
.copy p{ display: inline-block; float: left;}
.copy p:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.copy{ margin-bottom: 40px; font-size: 12px; border: 0;}
}
/*endregion*/


/*region手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 7; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:991px){
    .mobMenu{ display: block;}
}
/*endregion*/


/*内页*/
.body{ }
/*region 左侧导航栏目*/
.left_nav{ width: 271px; float: left; overflow: hidden;}
.left_nav>.lbt{ overflow: hidden; padding-bottom: 30px; border-bottom: 1px solid #eaeaea; margin-bottom: 30px;}
.left_nav>.lbt>h3{ font-family: "RedHatDisplay-Bold"; font-size: 23px; position: relative; cursor: pointer; transition: all 0.35s;}
.left_nav>.lbt>h3:before{ content: ""; position: absolute; right: 0px; top: 16px; width: 15px; height: 4px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.lbt>h3:after{ content: ""; position: absolute; right: 5.5px; top: 10.5px; width: 4px; height: 15px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.lbt>h3.active:after{ height: 0;}

.left_nav>.lbt>ul{ margin-top: 20px; display: none;}
.left_nav>.lbt>ul>li{ font-size: 16px; position: relative;}
.left_nav>.lbt>ul>li:before{ content: ""; position: absolute; left:  16px; top: 17px; width:0; height:0; border-width:5px 5px; border-style:solid; border-color:transparent transparent transparent #6a6a6a; z-index: 8;}
.left_nav>.lbt>ul>li:after{ content: ""; position: absolute; left: 16px; right: 16px; bottom: 0px; height: 1px; background: #ededed;}
.left_nav>.lbt>ul>li>a{ display: block; color: #666; padding: 13px 36px; }

.left_nav>.lbt>ul>li:hover,.left_nav>.lbt>ul>li.active{ background: #85c7bd;}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ color: #fff;}
.left_nav>.lbt>ul>li:hover:after,.left_nav>.lbt>ul>li.active:after{ opacity: 0;}
.left_nav>.lbt>ul>li:hover:before,.left_nav>.lbt>ul>li.active:before{ border-color:transparent transparent transparent #fff;}

.left_nav>.ltb{ overflow: hidden; padding-bottom: 30px; border-bottom: 1px solid #eaeaea; margin-bottom: 30px;}
.left_nav>.ltb>h3{ font-family: "RedHatDisplay-Bold"; font-size: 23px; position: relative; cursor: pointer; transition: all 0.35s;}
.left_nav>.ltb>h3:before{ content: ""; position: absolute; right: 0px; top: 16px; width: 15px; height: 4px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.ltb>h3:after{ content: ""; position: absolute; right: 5.5px; top: 10.5px; width: 4px; height: 15px; background: #3b3b3b; transition: all 0.35s;}
.left_nav>.ltb>h3.active:after{ height: 0;}

.left_nav>.ltb>ul.close{ margin-top: 20px; display: none;}
.left_nav>.ltb>ul>li{ font-size: 19px; position: relative; line-height: 32px; color: #000000;}
.left_nav>.ltb>ul>li>input[type='checkbox']{ display: inline-block; margin-right: 12px; cursor: pointer;}

.left_nav>.ltb>.color{ overflow: hidden; margin-top: 20px; display: none;}
.left_nav>.ltb>.color>span{ width: 25px; height: 25px; border-radius: 50%; display: inline-block; border: 1px solid #ebebeb; position: relative; margin-left: 3px; margin-right: 10px; margin-top: 3px; margin-bottom: 10px; cursor: pointer;}
.left_nav>.ltb>.color>span:before{ content: ""; position: absolute; left: -3px; top: -3px; right: -3px; bottom: -3px; border: 1px solid #ebebeb; border-radius: 50%;}

.left_nav>.ltb>.color>span.active:before{ border-color: #5ba997}

@media (min-width:1px) and (max-width:991px){
.left_nav{ width: 100%; padding: 0px 0 0px 0;}
.left_nav>.lbt{ margin-bottom: 15px; padding-bottom: 15px;}
.left_nav>.lbt>h3{ font-size: 18px; padding: 10px 0;}
.left_nav>.lbt>ul{ display: none;}
.left_nav>.ltb{ margin-bottom: 15px; padding-bottom: 15px;}
.left_nav>.ltb>h3{ font-size: 18px; padding: 10px 0;}
}


/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 321px); float: right; height: auto; overflow: hidden; }
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: 100%; padding: 0 0 30px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 15px 0; font-family: "Open-Sans-Bold"; font-size: 19px; position: relative; z-index: 2; border-bottom: 1px solid #f8f8f8; text-transform: uppercase;}
.location>div>i.home{ color: #33; margin-right: 10px; font-size: 20px;}
.location>div>a{ color: #333;}
.location>div .here{ padding: 0 5px; display: inline-block; color: #00379c;}
@media (min-width:1px) and (max-width:991px){
.location{ margin: 0; text-align: left; color: #333; z-index: 1; font-size: 14px}
.location>div>i.home{ color: #333;}
.location>div>a{ color: #333;}
}
/*endregion*/

/*类别简介*/
.explicit{ overflow: hidden; display: flex; background: #f2f3f5; margin-bottom: 20px;}
.explicit>.txt{ position: relative; flex: 1;}
.explicit>.txt>.title{ position: absolute; left: 0px; top: 50%; padding: 0 60px; transform: translate(0,-50%);}
.explicit>.txt>.title>h2{ font-family: "Open-Sans-Bold"; font-size: 38px; margin-bottom: 30px;}
.explicit>.txt>.title>.context{ overflow: hidden; font-size: 16px; line-height: 22px;}
.explicit>.img{ flex: 1; margin-left: 30px; overflow: hidden;}
.explicit>.img img{ width: 100%; margin-bottom: -20%;}

/*region 关于我们*/

.aframe{ overflow: hidden; padding: 30px 0;}
.aframe>div{ display: flex;}
.aframe>div>.img{ flex: 1;}
.aframe>div>.txt{ flex: 1; margin-left: 30px;}
.aframe>div>.txt>h2{ font-family: "Open-Sans-Bold"; font-size: 19px; text-transform: uppercase; color: #2e1f0d; margin-bottom: 30px;}
.aframe>div>.txt>p{ font-size: 14px; line-height: 30px; margin-bottom: 30px;}

@media (min-width:1px) and (max-width:991px){
.aframe>div{ display: block;}
.aframe>div>.img{ display: none;}
.aframe>div>.txt{ margin: 0;}
.aframe>div>.txt>h2{ margin-bottom: 15px;}
}

.aframe1{ overflow: hidden; }
.aframe1>div{ display: flex; overflow: hidden;}
.aframe1>div>.item:first-child{ flex: 3; margin-right: 30px;}
.aframe1>div>.item:last-child{ flex: 1;}

.aframe1>div>.item>.img{ overflow: hidden;}
.aframe1>div>.item>.img img{ width: 100%;}

.aframe1>div>.item:first-child>.img img{ margin: -11% auto;}
.aframe1>div>.item:last-child>.img:first-child{ margin-bottom: 30px;}

@media (min-width:1px) and (max-width:991px){
.aframe1>div>.item:first-child{ margin: 0;}
.aframe1>div>.item:last-child{ display: none;}
}

.aframe2{ overflow: hidden; padding: 30px 0;}
.aframe2>div>h2{ font-family: "Open-Sans-Bold"; font-size: 30px; color: #005bac; text-transform: uppercase; text-align: center;}
.aframe2>div>img{ margin-top: 30px;}

@media (min-width:1px) and (max-width:991px){
.aframe2>div>h2{ font-size: 24px;}
.aframe2>div>img{ margin-top: 15px;}
}



/*单页面*/
.synopsis{ overflow: hidden; padding: 30px 0px;}
.synopsis>div>h1{ font-size: 34px; font-family: "Open-Sans-Bold"; text-align: center;margin-bottom: 10px; padding-bottom: 10px; text-transform: uppercase;}

.synopsis>div>.txt{ overflow: hidden; line-height: 2em;}
.synopsis>div>.txt img[align=right]{ padding-left: 15px;}
.synopsis>div>.txt img[align=left]{ padding-right: 15px;}

@media (min-width:1px) and (max-width:991px){
.synopsis{ padding: 30px 0px;}
.synopsis>h1{ font-size: 24px; }
}
/*endregion*/


/*region 图库*/
.gallery{ overflow: hidden;}
.gallery>.ipto{ width: calc(25% - 12px); float: left; height: auto; margin-right: 15px; margin-bottom: 15px; position: relative; overflow: hidden;}
.gallery>.ipto>a>.ipti{ overflow: hidden;}
.gallery>.ipto>a>.ipti>img{ opacity: 0.9; -webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1,1);transform:scale(1,1); border: 1px solid #f5f5f5;}
.gallery>.ipto>a>.iptz{ overflow: hidden; font-size: 14px; text-align: center;font-family: "Open-Sans-Bold"; margin: 5px auto;}
.gallery>.ipto:hover>a>.ipti>img{ opacity: 1; -webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}

@media (min-width:992px)  {
    .gallery>.ipto:nth-child(4n){ margin-right: 0px;}
    .gallery>.ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.gallery>.ipto{ width: calc(50% - 7.5px);}
.gallery>.ipto:nth-child(2n){ margin-right: 0px; float: right;}
.gallery>.ipto>a>.iptz{ padding: 5px; font-size: 12px;}
}
/*endregion*/


/*region 产品中心*/
.productlist{ padding: 30px 0px; }

.procategory{ margin-bottom: 30px; font-family: "Open-Sans-Bold"; font-size: 14px;}
.procategory .Majorclass{ width: 340px; margin-right: 30px; position: relative; background: #005bac; display: inline-block; text-transform: capitalize;}
.procategory .Majorclass>h3{ padding: 0 15px; height: 40px; line-height: 40px; cursor: pointer; vertical-align: middle; color: #fff; position: relative; }
.procategory .Majorclass>h3>i{ float: right; position: relative; right: 0px; z-index: 7;}
.procategory .Majorclass>ul{ min-width: 100%; width: auto; transition: 0.3s; display: none; position: absolute; left: 0px; top: 43px; background: #f1f1f1; z-index: 9; text-overflow:ellipsis; white-space: nowrap;}
.procategory .Majorclass>ul>li{ padding: 5px 15px; cursor: pointer;}
.procategory .Majorclass>ul>li:hover{ background: #005bac; color: #fff;}
.procategory #Smallclass{ background: #f5f5f5;}
.procategory #Smallclass>h3{ color: #333;}
@media (min-width:1px) and (max-width:991px) {
.procategory{ margin-bottom: 0;}
.procategory .Majorclass{ width: 100%; margin-right: 0; margin-bottom: 15px;}
}
.products{ overflow: hidden;}

.products .ipto{ overflow: hidden; width: calc(33.33% - 54px); float: left; padding: 20px; margin-right: 18px; margin-bottom: 18px; border: 1px solid #ebebeb;}
.products .ipto .ipti{ overflow: hidden; background: #eaeaea;}
.products .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.products .ipto .iptz{ overflow: hidden; margin-top: 20px;}
.products .ipto .iptz h3{ font-family: "Open-Sans-Bold"; font-size: 19px; margin-bottom: 10px;}
.products .ipto .iptz p{ font-size: 16px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.products .ipto .iptz .more{ overflow: hidden; text-align: center; background: #cecece; display: block; padding: 10px 0; text-transform: uppercase; margin-top: 10px;}

@media (min-width:992px)  {
.products .ipto:hover{ border-color: #005bac;}
.products .ipto:hover .ipti img{ transform: scale(1.1)}
.products .ipto:hover .iptz .more{ background: #005bac; color: #fff;}
.products>.ipto:nth-child(3n){ margin-right: 0px; }
.products>.ipto:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.products .ipto{ width: calc(50% - 21px); padding: 5px;}
.products .ipto:nth-child(2n){ margin-right: 0px;}
.products .ipto:nth-child(2n+1){ clear: both;}
.products .ipto .iptz h3{ font-size: 14px;}
.products .ipto .iptz p{ display: none;}
.products .ipto .iptz .more{ padding: 5px 0}
}
/*endregion*/

/*region 产品详情*/
.details{ overflow: hidden; padding-top: 30px;}
.details>.txtlist{ display: flex;}
.details .detail_left{ width: 50%; float: left; height: auto; position: relative;}
.details .detail_left>.detail_big{ overflow: hidden;  text-align: center;}
.details .detail_left>.detail_big>a>img{ width: 100%; display: inline-block;}
.details .detail_left>.rtp_small_img{ overflow: hidden; margin-top: -100px;}
.details .detail_left>.rtp_small_img .swiperpro{ position: relative; margin: auto 15px;} 
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide{ overflow: hidden; }
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide img{ border: 1px solid transparent; box-sizing: border-box;}
.details .detail_left>.rtp_small_img .swiperpro .swiper-slide.swiper-slide-active img{ border-color: #043688;}
.details .detail_left>.swiper-button-white{ width: auto; height: auto; color: #333; background: none; z-index: 8; margin-top: -60px;}
.details .detail_left>.swiper-button-white>i{ font-size: 60px;}
.details .detail_left>.swiper-button-white.swiper-button-prev{ transform: rotate(-270deg); left: 0px;}
.details .detail_left>.swiper-button-white.swiper-button-next{ transform: rotate(-90deg); right: 0px;}

.details .detail_right{ width: calc(50% - 40px); float: right; height: auto; background: #f5f7f9; padding: 20px; margin-top: 20px; padding-top: 20px;}
.details .detail_right>h1{ font-size: 24px; color: #333; padding-bottom: 10px; font-family: "Open-Sans-Bold";  border-bottom: 1px solid #B1B1AF;}
.details .detail_right>h2{ font-family: "NewsGoth BT"; font-size: 15px; margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #B1B1AF;}
.details .detail_right>h3{ font-family: "NewsGoth BT"; font-size: 15px; margin-top: 20px; margin-bottom: 10px;}

.details .detail_right>.txt{ overflow: hidden; padding-bottom: 20px; font-family: "NewsGoth BT"; font-size: 14px}

.details .detail_right>.share{ overflow: hidden; margin-top: 20px;}
.details .detail_right>.share i.iconfont{ font-size: 30px; color: #999; display: inline-block; margin-left: 20px;}
.details .detail_right>.share a:hover i.iconfont{ color: #043688;}

.details .detail_right>.bottom{ overflow: hidden; margin-top: 10px; border-top: 1px solid #dfdfdf; padding-top: 20px;}
.details .detail_right>.bottom .wk_arrow{padding: 10px 50px; position: relative; font-size: 16px; display: inline-block; transition: all 0.35s; z-index: 1; color: #fff; text-transform: uppercase;}
.details .detail_right>.bottom .wk_arrow>i{ font-size: 24px; padding-right: 5px; }
.details .detail_right>.bottom .wk_arrow:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #3b6eb5; z-index: -2;}
.details .detail_right>.bottom .wk_arrow:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #1a43c5; transition: 0.35s; z-index: -1;}
.details .detail_right>.bottom .wk_arrow:hover{ color: #fff; border-color: #fff;}
.details .detail_right>.bottom .wk_arrow:hover:after{ width: 100%;}



@media (min-width:1px) and (max-width:991px) {
.details>.txtlist{ display: block;}
.details .detail_left{ width: 100%;}
.details .detail_left>.detail_big{}
.details .detail_left>.rtp_small_img{ margin-top: 10px;}
.details .detail_left>.swiper-button-white>i{ font-size: 30px;}
.details .detail_right{ width: calc(100% - 30px); margin-top: 30px; padding: 15px;}
.details .detail_right>h2{ margin-top: 30px; margin-bottom: 10px;}
.details .detail_right>.bottom{ margin-top: 30px;}
.details .detail_right>.txt>.item{ width: 100%;}
.details .rtp_small_color{ margin-top: 20px;}
.details .rtp_small_color div{ width: 60px;}
.details .rtp_small_color div span{ line-height: 10px;}
.details .rtp_small_color div em{ width: 10px; height: 10px}
.details .detail_right>.bottom .wk_arrow{ margin-left: 0; margin-bottom: 10px;}
.details .detail_right>.bottom p a{ margin-right: 15px; margin-left: 0; margin-bottom: 15px;}
}


.details>.xgeffect{ overflow: hidden; position:relative; margin-top: 30px;}
.details>.xgeffect>.detailtop{ overflow: hidden;  display: block;  font-size: 16px; color: #333; text-align: left; position: relative; border-bottom: 1px solid #c7c7c7;}
.details>.xgeffect>.detailtop>strong{ font-family: "Open-Sans-Bold"; font-size: 15px; text-transform: uppercase; color: #171717; padding: 5px 7px; display: inline-block; margin: 0 10px 10px 10px; position: relative; cursor: pointer;}
.details>.xgeffect>.detailtop>strong.active{}
.details>.xgeffect>.detailtop>strong.active:before{ content: ""; position: absolute; left: -10px; right: -10px; bottom: -11px; height: 2px; background: #1a43c6;}
.details>.xgeffect>.detailtop:before{ content: ""; position: absolute; left: 0px; right: 0px; bottom: 0px; height: 2px; border-bottom: 2px solid #e2e2e2; z-index: -1;}
.details>.xgeffect>.detailtop>span{ float: right; background: #fff; display: inline-block; padding-left: 15px; cursor: pointer;}
.details>.xgeffect>.detalist{ float:left; width:100%; padding-top:30px;}

.details>.xgeffect.close>.detailtop{ border: 0;}
.details>.xgeffect.close>.detailtop:before{ display: none;}
.details>.xgeffect.close>.detailtop>strong{ font-size: 27px; padding-left: 0; margin-left: 0;}

@media (min-width:768px){
.details>.xgeffect>.detalist>.products .ipto:last-child{ display: none;}
}
@media (min-width:1px) and (max-width:767px) {
.details>.xgeffect>.detailtop>strong{ padding: 7px 10px; font-size: 12px;}
.details>.xgeffect>.detalist{ padding-top: 15px;}
.details>.xgeffect.close>.detailtop>strong{ font-size: 20px; margin: 0;}
}

.Spin{ position: fixed; top: 0; left: 0%; z-index: 99; bottom: 0;right: 0;background: rgba(0,0,0,0.5);}
.Spin .list{ overflow: hidden; width: 800px; z-index: 9; margin-top: 5%; background: #fff; padding: 10px;}
.Spin .list .close{ float: right; color: #333; font-size: 20px; cursor: pointer; z-index: 9;}
#circlr{position:relative;margin:0 auto;min-height:100px;cursor:move;}
#circlr #loader{position:absolute;top:0;right:0;bottom:0;left:0;display:none;background:url(../images/loader.gif) center center no-repeat;}
@media (min-width:1px) and (max-width:991px) {
.Spin .list{ width: auto;}
}

/*endregion*/

/*region 订单*/
.onlineInquiry{ overflow: hidden; }
.onlineInquiry .input{ width: 100%; float: left; overflow: hidden; margin-bottom: 10px; display: flex; line-height: 30px;}
.onlineInquiry .input p{ width: 100%; overflow: hidden; font-size: 14px; line-height: 24px; }
.onlineInquiry .input>label{ width: 90px; float: left; font-size: 14px; color: #333; padding-right: 10px;}
.onlineInquiry .input>input{ width: 100%; border: 1px solid #ebebeb; padding: 0 10px; border-radius: 3px; background: none; float: left;  font-size: 14px; color: #333;}
.onlineInquiry .input>textarea{ border: 1px solid #ebebeb; padding: 0 10px; height: 90px; border-radius: 3px; float: left; background: none; width: 100%; font-size: 14px; color: #333; outline: none; resize: none}

.onlineInquiry .input>button{ border: 0; padding: 10px 50px; position: relative; font-size: 16px; font-family: "Open-Sans-Bold"; display: inline-block; margin-left: 90px; transition: all 0.35; z-index: 1; cursor: pointer; color: #fff;}
.onlineInquiry .input>button:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #8493c6; z-index: -2;}
.onlineInquiry .input>button:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #3c63f5; transition: 0.35s; z-index: -1;}
.onlineInquiry .input>button:hover:after{ width: 100%;}

@media (min-width:768px)  {
.onlineInquiry .input.one{ width: 90%;}
.onlineInquiry .input.two{ width: 75%;}
}
@media (min-width:1px) and (max-width:991px) {
.onlineInquiry{}
}

/*endregion*/


/*region 新闻中心*/
.news{ overflow: hidden; padding: 30px 0px;}
.news>.ipto{ overflow: hidden; display: flex; background: #f9f9fb; margin-bottom: 30px;}
.news>.ipto .ipti{ width: 60px; background: #cbcacd; text-align: center; position: relative;}
.news>.ipto .ipti i{ font-size: 30px; position: absolute; left: 15px; top: 50%; margin-top: -16.5px;}
.news>.ipto .iptz{ overflow: hidden; width: 100%; padding: 30px;}
.news>.ipto .iptz h3{ font-family: "Open-Sans-Bold"; font-size: 18px; margin-bottom: 10px;}
.news>.ipto .iptz p{ font-size: 16px; line-height: 20px; height: 40px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.news>.ipto .iptz time{ font-size: 18px;}
.news>.ipto .iptz time i{ font-size: 20px; padding-right: 5px;}

@media (min-width:768px)  {
.news>.ipto:hover{ background: #61a6e3;}
.news>.ipto:hover .ipti{ background: #5085ba;}
.news>.ipto:hover .ipti i{ color: #fff;}
.news>.ipto:hover .iptz h3{ color: #fff;}
.news>.ipto:hover .iptz p{ color: #fff;}
.news>.ipto:hover .iptz time{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px) {

}
@media (min-width:1px) and (max-width:767px) {
.news>.ipto .ipti{ width: 40px;}
.news>.ipto .ipti i{ font-size: 20px; margin-top: -11.5px; left: 10px;}
.news>.ipto .iptz{ padding: 10px;}
.news>.ipto .iptz h3{ font-size: 14px;}
.news>.ipto .iptz p{ display: none;}
}
/*endregion*/

/*region 新闻详情*/
.detail{ overflow: hidden;}
.detail>h1{ font-size: 20px; text-align: center; font-weight: bold; margin-bottom: 20px;}
.detail>p{ font-size: 16px; text-align: center; color: #333; border-bottom: 1px solid #d5d5d5; padding-bottom: 20px;}
.detail>.context{ overflow: hidden; margin-top: 30px;}

.detail>.xgeffect{ overflow: hidden; position:relative; margin-top: 30px;}
.detail>.xgeffect>.detailtop{ overflow: hidden;  display: block; text-align: center; position: relative; }
.detail>.xgeffect>.detailtop>strong{ font-family: 'Acumin-Pro-Book'; display: inline-block; cursor: pointer; margin-right: 5px; font-size: 24px; color: #333; padding: 15px 50px; position: relative;}
.detail>.xgeffect>.detailtop>strong:after{ content: ""; position: absolute; left: 45%; right: 45%; bottom: 0; height: 1px; border-bottom:4px solid #043688;}
.detail>.xgeffect>.detailtop>span{ float: right; background: #fff; display: inline-block; padding-left: 15px; cursor: pointer;}

.detail>.xgeffect>.detalist{ float:left; width:100%; padding-top:30px;}
.detail>.xgeffect>.detalist>ul>li{ width: calc(50% - 10px); float: left; overflow: hidden;  border-bottom: 1px solid #d0d0d0; padding: 10px 0;}
.detail>.xgeffect>.detalist>ul>li b{ max-width: 60%; float: left; font-size: 14px; color: #333; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.detail>.xgeffect>.detalist>ul>li time{ float: right; font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li:hover b,.left_nav>.left_news>ul>li.active b{ color: #025297;}
.detail>.xgeffect>.detalist>ul>li:hover time,.left_nav>.left_news>ul>li.active time{ color: #025297;}

@media (min-width:992px)  {
.detail>.xgeffect>.detalist>ul>li:nth-child(2n){ float: right;}
}
@media (min-width:1px) and (max-width:991px) {
.detail>h1{ font-size: 16px;}
.detail>p{ font-size: 12px;}
.detail>.xgeffect>.detalist>ul>li{ width: 100%;}
.detail>.context{ font-size: 14px;}
}
/*endregion*/


/*region 联系我们*/
.touch{ overflow: hidden; padding: 30px 0px; display: flex; }
.touch>.left{ flex: 2; color: #fff; padding: 138px 60px 60px 138px; background-size: cover!important; position: relative;}
.touch>.left:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(53,77,153,0.75);}
.touch>.left .lxfs{ overflow: hidden; position: relative; z-index: 2; font-family: "Open-Sans-Bold";}
.touch>.right{ flex: 2; background: #fff;}

.touch1{ overflow: hidden; padding-bottom: 30px; display: flex; }
.touch1>.item{ flex: 1; margin-right: 30px; position: relative}
.touch1>.item:before{ content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; background: rgba(20,20,20,0.32);}
.touch1>.item>.txt{ position: absolute; left: 30px; right: 30px; top: 90px; bottom: 90px; color: #fff; text-align: center; z-index: 2;}
.touch1>.item>.txt>h3{ font-family: "Open-Sans-Bold"; font-size: 20px; text-transform: uppercase; margin-bottom: 20px;}
.touch1>.item>.txt>p{ font-size: 17px; line-height: 32px; color: #e2e2e2;}
.touch1>.item>.txt>span{ font-family: "Open-Sans-Bold"; font-size: 16px; text-transform: uppercase;  display: inline-block; margin-top: 20px;}
.touch1>.item>.txt>span>i{ font-size: 18px; padding-right: 5px;}

.mapstxt{ overflow:hidden; background:#fff; padding:15px 10px; font-size:14px; line-height:2em;}

@media (min-width:992px) {
    .touch1>.item:last-child{ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px) {
.touch1{ display: none;}
}
@media (min-width:1px) and (max-width:767px) {
.touch{ display: block;}
.touch>.left{ padding: 30px;}
.touch>.left .lxfs{ font-size: 14px!important;}
.touch>.right{ height: 200px;}
}

/*endregion*/


/*region 留言*/
.leave{ overflow: hidden; padding-bottom: 30px;}
.leave>h2{ font-family: "Open-Sans-Bold"; font-size: 20px; font-weight: bold; color: #46548c; text-transform: uppercase; margin-bottom: 10px; }
.leave>p{ font-size: 18px; color: #747474; overflow: hidden; line-height: 26px;}
.leave>p>a{ color: #2e4a82; text-decoration: underline;}

.feedback{ overflow: hidden; margin-top: 0px; }

.feedback .input_div{ overflow: hidden; position:relative; padding:12px 0; margin-bottom: 0px;}
.feedback .input_div>label{font-size:15px; display: block; color: #333; font-family: "RedHatDisplay-Bold"; margin-bottom: 5px;}
.feedback .input_div>textarea{ background: #f7f7f7; border: 1px solid #d8d8d8; width: 100%; float: left; padding: 0px 10px; height: 37px; line-height: 37px; outline: none; resize: none; box-sizing: border-box; border-radius: 5px}
.feedback .input_div>input{ width: 100%; float: left; background: #f7f7f7; border: 1px solid #d8d8d8; padding: 10px; box-sizing: border-box; border-radius: 5px}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; font-size: 15px;}
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999; font-size: 15px;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999; font-size: 15px;}

.hidden{ display: none!important;}

@media (min-width:992px)  {
    .feedback .w50{ width: 49%; }
    .feedback .w33{ width: calc(33.33% - 10px); }
    .feedback .w77{ width: calc(66.77% - 5px); }
    .feedback .w33:nth-child(2){ margin-left: 15px;}
    .feedback .fl{ float: left;}
    .feedback .fr{ float: right; }
}

.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button .submit{ width: 130px; background: none; border: 0;  height: 42px; line-height: 42px; text-align: center; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 16px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1;}
.feedback .button .submit:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #00379c; z-index: -2;}
.feedback .button .submit:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #fff; transition: 0.35s; z-index: -1;}
.feedback .button .submit:hover:after{ width: 100%;}
.feedback .button .submit:hover{ color: #333; border: 1px solid #333; box-sizing: border-box;}

.feedback .button .reset{ float:left;display:inline-block; box-sizing:border-box;width:46%!important; background:#666;padding:12px 10px;font-size:16px; color:#fff; text-align:center; border:0; cursor:pointer;}


@media (min-width:1px) and (max-width:991px) {
.leave>h2{ font-size: 24px;}
.leave>p{ text-align: left;}
.feedback{ display: block;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .input_div{ margin-bottom: 0;}
}

/*endregion*/


/*region 其他*/
.thk_nav{ padding: 0px 0; text-align: center; font-size: 16px; line-height: 2em;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}
@media (min-width:1px) and (max-width:991px) {
.thk_nav{ padding: 30px 0;}
}
/*endregion*/

/*下载中心*/
.downloadcate{ overflow: hidden; padding-top: 30px;}
.downloadcate>.context{ font-size: 14px; line-height: 22px; margin-bottom: 30px;}
.downloadcate>.lbt{ overflow: hidden;}
.downloadcate>.lbt>ul>li{ display: inline-block; font-size: 16px; font-family: "Open-Sans-Bold";}
.downloadcate>.lbt>ul>li>a{ display: block; color: #646464; padding: 10px 19px; background: #f5f5f5; }
.downloadcate>.lbt>ul>li.active>a{ color: #fff; background: #005bac;}

.downlist{ overflow: hidden; padding: 30px 0;}
.downlist>table{ width: 100%; border: 0; margin: 0; padding: 0;}
.downlist>table tr{ width: 100%; border: 0;}
.downlist>table>thead>tr{ background: #005bac;}
.downlist>table>thead>tr>th{ width: 20%; font-family: "Open-Sans-Bold"; font-size: 16px; color: #fff; padding: 10px 0; border: 0;}
.downlist>table>thead>tr>th:first-child{ width: 30%;}
.downlist>table>thead>tr>th:nth-child(2){ width: 20%; text-align: left;}
.downlist>table>thead>tr>th:nth-child(3){ width: 16.66%;}
.downlist>table>thead>tr>th:nth-child(4){ width: 16.66%;}
.downlist>table>thead>tr>th:last-child{ width: 16.66%;}

.downlist>table>tbody>tr{ background: #fff;  box-sizing: border-box;}
.downlist>table>tbody>tr>td{ width: 20%; font-size: 14px; color: #333; padding: 10px 0; border-bottom: 1px solid #666;}
.downlist>table>tbody>tr>td:first-child{ width: 30%;}
.downlist>table>tbody>tr>td:nth-child(2){ width: 20%;}
.downlist>table>tbody>tr>td:nth-child(3){ width: 16.66%; text-align: center;}
.downlist>table>tbody>tr>td:nth-child(4){ width: 16.66%; text-align: center;}
.downlist>table>tbody>tr>td:last-child{ width: 16.66%; text-align: center;}
.downlist>table>tbody>tr>td:last-child i{ font-size: 20px; color: #005bac;}


@media (min-width:1px) and (max-width:768px) {
.downlist>table>thead>tr>th:nth-child(2){ display: none;}
.downlist>table>thead>tr>th:nth-child(3){ display: none;}
.downlist>table>thead>tr>th:nth-child(4){ display: none;}
.downlist>table>tbody>tr>td:nth-child(2){ display: none;}
.downlist>table>tbody>tr>td:nth-child(3){ display: none;}
.downlist>table>tbody>tr>td:nth-child(4){ display: none;}
}


/*服务中心*/
.service{ overflow: hidden; padding: 40px;}
.service>.cont{ }
.service>.cont>h2{ background: #f0f1f1; font-family: "RedHatDisplay-Bold"; font-size: 35px; color: #282a2a; text-align: center; padding: 20px 0;}
.service>.cont>.list{  margin-top: 30px;}
.service>.cont>.list>.item{ width: calc(25% - 23px); float: left; height: auto; background: #fff; box-shadow: 0 0 30px #d5d5d5; margin-bottom: 30px; margin-right: 30px;}
.service>.cont>.list>.item .img{ overflow: hidden;}
.service>.cont>.list>.item .img img{ width: 100%}
.service>.cont>.list>.item .txt{ overflow: hidden; padding: 30px; font-size: 16px; line-height: 28px;}
.service>.cont>.list>.item .txt h3{ font-weight: normal; font-size: 16px;}
.service>.cont>.list>.item .txt a{ font-weight: bold;}

@media (min-width:1231px) {
.service>.cont>.list>.item:nth-child(4n){ margin-right: 0;}
.service>.cont>.list>.item:nth-child(4n+1){ clear: both;}
}
@media (min-width:992px) and (max-width:1230px) {
.service>.cont>.list>.item{ width: calc(33.33% - 20px);}
.service>.cont>.list>.item:nth-child(3n){ margin-right: 0;}
.service>.cont>.list>.item:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.service{ padding: 30px 15px;}
.service>.cont>.list>.item{ width: calc(100%); margin-right: 0}
}

.serving{ overflow: hidden; padding: 0 40px 40px 40px; border-bottom: 1px solid #ededed;}
.serving>.item{ width: calc(25% - 45px); float: left; margin-right: 60px; display: flex; position: relative;}
.serving>.item>i{ font-size: 60px; width: 60px; float: left;}
.serving>.item>.txt{ width: 100%; float: left; margin-left: 30px;}
.serving>.item>.txt>h3{ font-family: "RedHatDisplay-Bold"; font-size: 31px;}
.serving>.item>.txt>p{ font-size: 14px; line-height: 18px;}
.serving>.item:before{ content: ""; position: absolute; right: -30px; top: 15px; width: 2px; height: 60px; background: #ededed;}

@media (min-width:1231px) {
.serving>.item:last-child{ margin-right: 0;}
.serving>.item:last-child:before{ display: none;}
}
@media (min-width:1160px) and (max-width:1230px) {
.serving>.item{ width: calc(25% - 23px); margin-right: 30px;}
.serving>.item:before{ right: -15px;}
.serving>.item:last-child{ margin-right: 0;}
.serving>.item:last-child:before{ display: none;}
}
@media (min-width:992px) and (max-width:1159px) {
.serving>.item{ width: calc(50% - 10px); margin-right: 20px;}
.serving>.item:before{ right: -15px;}
.serving>.item:nth-child(2n){ margin-right: 0;}
.serving>.item:nth-child(2n):before{ display: none;}
}
@media (min-width:1px) and (max-width:991px) {
.service>.cont>h2{ font-size: 24px;}
.serving>.item{ width: calc(100%); margin-right: 0; margin-bottom: 15px;}
.serving>.item>.txt>h3{ font-size: 18px;}
}

/*常见问题*/
.faqlist{ overflow: hidden; padding: 30px 40px;}
.faqlist>h2{ font-family: "RedHatDisplay-Bold"; font-size: 36px; color: #181818; text-align: center;}
.faqlist>.list{ overflow: hidden; margin-top: 40px;}
.faqlist>.list>.item{ overflow: hidden; width: calc(50% - 50px); float: left; background: #f5f8f7; border-radius: 10px; margin-bottom: 30px; padding: 15px; display: flex;}
.faqlist>.list>.item>span{ width: 33px; height: 33px; float: left; background: #fff; border-radius: 50%; text-align: center; line-height: 33px;}
.faqlist>.list>.item>span>i{ color: #9ad267;}
.faqlist>.list>.item>.txt{ width: 100%; float: left; height: auto; margin-left: 20px;}
.faqlist>.list>.item>.txt>h3{ font-family: "RedHatDisplay-Bold"; font-size: 20px; margin-bottom: 30px;}
.faqlist>.list>.item>.txt>p{ font-size: 15px; line-height: 23px; height: 46px; overflow: hidden; margin-bottom: 30px;}
@media (min-width:992px) {
.faqlist>.list>.item:nth-child(2n){ float: right;}
.faqlist>.list>.item:nth-child(2n+1){ clear: both;}
}

@media (min-width:1px) and (max-width:991px) {
.faqlist{ padding: 30px 15px;}
.faqlist>h2{ font-size: 24px;}
.faqlist>.list{ margin-top: 15px;}
.faqlist>.list>.item{ width: calc(100% - 30px);}
.faqlist>.list>.item>.txt>h3{ font-size: 14px; margin-bottom: 15px;}
}
@media (min-width:1px) and (max-width:768px) {

}

/*region 网站地图*/
.sitemaps{ overflow: hidden; position:relative; padding: 30px 0;}
.sitemaps.fontbig { overflow: hidden;}
.sitemaps .bigli{float:left; width:100%; line-height:35px;font-size:18px;}
.sitemaps .bigli a { font-weight:bold;text-transform:capitalize;}
.sitemaps .bigli a:hover {text-decoration:underline;}
.sitemaps .abli_02{ float:left;width:44%;margin-left:5%;font-size:16px; height:30px; line-height:30px; overflow:hidden; display:inline;font-weight:normal; }
.sitemaps .abli_02 a:hover{text-decoration:underline;}
.jiange{ float:left; width:100%;  height:2px; border-bottom:dashed 1px #d2d2d2; }
.sitemaps .probigclass {padding-left:50px;}
.sitemaps .PROclass_01 { float:left;width:95%;margin-left:5%; font-size:16px; line-height:30px; display:inline;font-weight:bold; }
.sitemaps .PROclass_02 { float:left;width:90%;margin-left:8%;font-size:16px; height:22px; line-height:22px;  overflow:hidden;display:inline;font-weight:normal; }
.sitemaps .PROclass_01 a{  }
.sitemaps .PROclass_02 a{ }
.sitemaps .PROclass_01 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_02 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_03 { float:left;width:40%;margin-left:10%;color:#666666;font-size:14px;display:inline; line-height:20px;}
.sitemaps .PROclass_03 a:hover{ text-decoration:underline;}
.sitemaps .PROclass_04 { float:left;width:40%;margin-left:10%;display:inline;}
@media screen and (min-width:1px ) and (max-width:767px)
{
.sitemaps .abli_02{width:44%;}
}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
}
/*endregion*/


/*region 视频中心*/
.video{ overflow: hidden;}
.video>.ipto{ width: calc(25% - 12px); float: left; height: auto; margin-right: 15px; margin-bottom: 15px; position: relative; overflow: hidden;}
.video>.ipto>a>.ipti{}
.video>.ipto>a>.ipti>img{ opacity: 0.9; -webkit-transition:opacity .35s,-webkit-transform .35s;transition:opacity .35s,transform .35s;-webkit-transform:scale(1,1);transform:scale(1,1); width: 100%;}
.video>.ipto>a>.iptz{ position: absolute; left: 0px; bottom: 0px; right: 0px; background: rgba(1,83,148,0.8); text-align: center; color: #fff; font-size: 14px; padding: 10px; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; -o-transition:all 0.5s; transition:all 0.5s;}
.video>.ipto:hover>a>.ipti>img{ opacity: 1; -webkit-transform:scale(1.05,1.05);transform:scale(1.05,1.05)}

@media (min-width:992px)  {
    .video>.ipto:nth-child(4n){ margin-right: 0px;}
    .video>.ipto:nth-child(4n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:991px) {
.video>.ipto{ width: calc(50% - 7.5px);}
.video>.ipto:nth-child(2n){ margin-right: 0px; float: right;}
.video>.ipto>a>.iptz{ padding: 5px; font-size: 12px;}
}
/*endregion*/

/*效果*/



/*region 分页*/
.page{ overflow: hidden; text-align: center;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px;}
.pagination>li{display:inline;}
@media (min-width:992px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#223e7e;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#23527c;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#223e7e;background-color:#223e7e;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;}
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/