﻿@import url('../css/fonts.css');
html{font-size: 100px;}
@media (max-width: 1600px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 991px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 60px;}}
body{ font-family: 'SourceSansPro',Arial, Helvetica, sans-serif; background-color:#fff; overflow-x:hidden; color: #0f1821;}
a{ color:#0f1821; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#0f1821;}
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: 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: 'SourceSansPro',Arial, Helvetica, sans-serif; font-size:12px;}
input,textarea{ font-family: 'SourceSansPro',Arial, Helvetica, sans-serif; border:0; outline:medium;}

@media (min-width:1px) and (max-width:991px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:992px){
	.container{ width: 960px;}
}
@media (min-width:1200px){
	.container{ width: 1030px}
}
@media (min-width:1400px){
	.container{ width: 1200px}
}


/*头部*/
.header{ z-index: 9; transition: all 0.35s ease; box-sizing: border-box; position: fixed; left: 0; right: 0; top: 0; background: none;}

@media (min-width:992px){
.header.on{padding: 0.4rem 0; }
.header .container{ display: flex; justify-content: space-between; align-items: center;}
.header.fis_show{ background: rgba(0,0,0,.8);}
}
@media (min-width: 1px) and (max-width: 991px) {
.header{box-shadow: 0 0 10px #d5d5d5; background: #fff;}
}

.header .logo{ display: inline-block; margin: 0;  transition: all 0.35s;}
.header .logo a{ display: block;}
.header .logo img{ height: 45px; transition: all 0.35s;}

@media (min-width:992px){
.header.fis_show .logo{ -webkit-filter: brightness(0) invert(1);filter: brightness(0) invert(1);}
}
@media (min-width: 1px) and (max-width: 991px) {
.header .logo{}
.header .logo a{ padding: 10px 0;}
.header .logo img{ height: 30px;}
}

/*导航*/
.header .menu{ display: inline-block; transition: all 0.35s; margin-right: 0;}
.header .jdmenu{ }
.header .jdmenu .nav{}
.header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0;}
.header .jdmenu .nav #jdmenu>li>a{ display: block; color: #000; transition: all 0.35s; text-transform: uppercase; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9}

.header .jdmenu .nav #jdmenu>li.searchclick{ margin: 0; display: inline-block; cursor: pointer; vertical-align: middle; transition: all 0.35s;}
.header .jdmenu .nav #jdmenu>li.searchclick a{ padding: 5px; background: #fff; border-radius: 50%; height: 30px; width: 30px; display: inline-flex; align-items: center; justify-content: center;}
.header .jdmenu .nav #jdmenu>li.searchclick .siconfont{ color: #104eb4; transition: all 0.35s; font-size: 16px; display: inline-block; font-weight: bold; }
.header .jdmenu .nav #jdmenu>li.searchclick .siconfont:before{content:"\e752"}

.header .jdmenu .nav #jdmenu>li.langer{ margin: 0; display: inline-block; cursor: pointer; vertical-align: middle; transition: all 0.35s; margin-left: 15px; }
.header .jdmenu .nav #jdmenu>li.langer a{ padding-left: 0; padding-right: 0; display: flex; font-size: 12px; align-items: center; text-transform: capitalize;}

.header .jdmenu .nav #jdmenu>li.langer a img{ display: inline-block; margin-right: 5px;}

.header .searchclick{ margin: 0; display: none; cursor: pointer; vertical-align: middle; transition: all 0.35s;}
.header .searchclick a{ padding: 5px; background: #fff; border-radius: 50%; height: 30px; width: 30px; display: inline-flex; align-items: center; justify-content: center;}
.header .searchclick .siconfont{ color: #104eb4; transition: all 0.35s; font-size: 16px; display: inline-block; font-weight: bold; }
.header .searchclick .siconfont:before{content:"\e752"}

.header .langer{ margin: 0; display:none; cursor: pointer; vertical-align: middle; transition: all 0.35s; margin-left: 15px; position: relative;}
.header .langer>a{ padding-left: 0; padding-right: 0; display: flex; font-size: 12px; align-items: center; text-transform: capitalize;}
.header .langer>a>img{ display: inline-block; margin-right: 5px;}
.header .langer>ul{ min-width: 100%; background: #104eb4; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 2px 2px 5px #d5d5d5;}
.header .langer>ul{ width: 120px; box-sizing: border-box;}
.header .langer>ul>li{ display: block; border-bottom: 1px solid #fff;}
.header .langer>ul>li>a{ padding: 8px 15px; box-sizing: border-box; display: block; color: #fff; font-size: 12px;}
.header .langer>ul>li>a>img{ width: 20px;}

@media (min-width:992px){
.header.fis_show .jdmenu .nav #jdmenu>li>a{ color: #fff;}
.header .jdmenu .nav #jdmenu>li{ font-size: 14px; margin: 0 0.1rem;}
.header .jdmenu .nav #jdmenu>li>a{padding:0.23rem 0.1rem;}
.header .jdmenu .nav #jdmenu>li:nth-child(7){ margin-left: 0.7rem;}
.header .jdmenu .nav #jdmenu>li:nth-child(7)>a:after{ display: none!important;}
.header .jdmenu .nav #jdmenu>li.active>a:after,.header .jdmenu .nav #jdmenu>li:hover>a:after{ content: ""; position: absolute; left: 0; bottom: 0.1rem; right: 0; height: 2px; background: #104eb4;}
}
@media (min-width:1230px){
.header .jdmenu .nav #jdmenu>li{ font-size: 16px; margin: 0 0.15rem;}
.header .jdmenu .nav #jdmenu>li>a{padding:0.23rem 0.1rem;}
}

@media (min-width: 1px) and (max-width: 991px) {
.header .logo{ display: inline-block;}

.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 50px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
.header .jdmenu .nav .container{ margin: 0;}
.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px;}
.header .jdmenu .nav #jdmenu>li>a{ padding: 15px 20px; display: block; color: #fff; font-size: 18px; border-right: 0; border-left: 0; }

.header .jdmenu .nav #jdmenu>li.langer{ display: none;}
.header .jdmenu .nav #jdmenu>li.searchclick{ display: none;}
.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}

.header .container{ display: flex; align-items: center;}
.header .searchclick{ display: inline-block;}
.header .langer{ display: inline-block; margin-right: 40px}
.header .langer.active>ul{ display: block;}
}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; background: #104eb4; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; box-shadow: 2px 2px 5px #d5d5d5;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ border-bottom: #ddd solid 1px; position: relative;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li>a{ color: #fff; font-weight: 500; font-size: 14px; padding: 12px 20px 12px 26px; display: block;text-transform: capitalize}

.header .jdmenu .nav>#jdmenu>li>.dropdown>li ul{ position: absolute; left: 100%; top: 0; background: #104eb4; display: none; border-left: 5px solid #fff;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li ul>li{ position: relative; font-size: 13px;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li ul>li:before{ content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 3px; height: 50%; background: #104eb4;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li ul>li>a{ padding: 12px 20px 12px 26px; display: block; color: #fff;}


.header .jdmenu .nav #jdmenu>li.langer>.dropdown{ width: 120px; box-sizing: border-box;}
.header .jdmenu .nav #jdmenu>li.langer>.dropdown>li>a{ padding: 10px 15px; box-sizing: border-box;}
.header .jdmenu .nav #jdmenu>li.langer>.dropdown>li>a>img{ width: 20px;}

@media (min-width: 992px) {
.header .jdmenu .nav>#jdmenu>li>.dropdown>li a{ text-overflow:ellipsis; white-space: nowrap;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:hover>a{ background: #fff; color: #104eb4;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:last-child{ border-bottom: 0;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:hover>ul{ display: block;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li:hover ul>li:hover>a{ background: #fff; color: #104eb4;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li>ul>li:hover>ul{ display: block;}
}
@media (min-width: 1px) and (max-width: 991px){
.header .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit; left: inherit; right: inherit; top: inherit; min-width: inherit; display: none; margin: 0;}
.header .jdmenu .nav>#jdmenu>li>.dropdown>li{ text-align: left; font-size: 14px;}
}

/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: all 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 991px) {

}
/*endregion*/


/*region banner*/
.bframe{ position: relative; overflow: hidden;}
/*flexslider*/
.bframe .flexslider{ width: 100%; position:relative;height:auto;overflow:hidden;}
.bframe .slides{  position:relative;z-index:1; width:100%;}
.bframe .slides li{height:auto; width:100%;background-position:center top; background-repeat:repeat-x; position: relative;}
.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: 8px; height: 8px; line-height: 60px; cursor: pointer; color: transparent; border: 2px solid #d5d5d5; background: #fff; box-sizing: border-box; opacity: 1; overflow: hidden; margin-right: 10px; transition:all 0.5s; border-radius: 50%;}
.bframe .flex-control-nav .flex-active{ opacity: 1; border-color: #104eb4;} 
.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;}

@media (min-width:992px) {	
.bframe{ }
}
@media (min-width:1px) and  (max-width:991px){
.bframe{ position: relative; z-index: 1; margin-top: 50px;}
.bframe .flex-control-nav{ bottom: 0;}
}

/*endregion*/

/*首页*/

.iframe{ position: relative; overflow: hidden; margin-top: 0.5rem; }
.iframe .indextit{ text-align: center;}
.iframe .indextit h2{ font-size: 0.55rem; line-height: 1.2; position: relative; text-transform: uppercase; margin-bottom: 0.3rem;}
.iframe .indextit h2 span{ display: inline-block; position: relative; padding-bottom: 0.2rem;}
.iframe .indextit h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 4px; background: #104eb4;}
.iframe .list{ display: flex; flex-wrap: wrap;}
.iframe .list .ipto{ overflow: hidden; margin: 0; width: calc((100%)/4); position: relative;}
.iframe .list .ipto a{ display: block; position: relative;}
.iframe .list .ipto .ipti{ overflow: hidden; position: relative;}
.iframe .list .ipto .ipti img{ width: 100%; transition: 0.5s all ease; opacity: 0; position: relative; }
.iframe .list .ipto .ipti .img{ z-index: 2; opacity: 1;}
.iframe .list .ipto .ipti .bgimg{ z-index: 1; opacity: 0; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0; height: 0; transition: all 0.35s ease;}
.iframe .list .ipto .iptz{ overflow: hidden;}
.iframe .list .ipto .iptz h3{ display:none; text-align: center; font-size: 16px; line-height: 1.4; height: 2.8em; /*display: -webkit-box;*/ -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
/*.iframe .item{ overflow: hidden; background-position:0 0; background-size:cover; background-image: url("../images/1_01.jpg");}
.iframe .item a{ display: block; position: relative; height: 100%;}
.iframe .item .img{ overflow:hidden; box-sizing: border-box; border: 1px solid #f5f5f5; position: relative;}
.iframe .item .img img{ width: 100%;}
.iframe .item .img:before {background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;content: "";display: block;height: 100%;left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 2;opacity: 0.35;transition: all 0.4s ease;}
.iframe .item .img:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.4s ease;}
.iframe .item .item_mask{ position: absolute; left: 0; width: 100%; height: 100%; background: #104eb4; display: none;}
.iframe .item .txt{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); z-index: 2; padding: 5% 15%; box-sizing: border-box; text-align: center;}
.iframe .item .txt h3{ font-size: 0.36rem; max-height: 2.2em; font-weight: normal; line-height: 1.1; overflow: hidden;}
.iframe .item .txt p{ max-height: 4.5em; line-height: 1.5; overflow: hidden; font-size: 16px; padding-top: 3em; box-sizing: content-box; position: relative;}
.iframe .item .txt p:before{content: '';display: block;width: 20%;height: 3px;background-color: #104eb4;position: absolute;left: 40%;top: 1.5em;margin-top: -1px;}
.iframe .item .txt span{ display: inline-block; padding-top: 1.8em; font-size: 16px; text-transform: uppercase;}*/
@-webkit-keyframes shine {100% {left: 125%;}}
@keyframes shine { 100% {left: 125%;}}
@media (min-width:992px) {	
.iframe .list .ipto .iptz{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0; height: 0; transition: 0.35s all ease; z-index: 4;}
.iframe .list .ipto .iptz h3{ position: absolute; left: 0.3rem; right: 0.3rem; top: 50%; transform: translateY(-50%); color: #fff;}
.iframe .list .ipto:hover .ipti .bgimg{ opacity: 1; z-index: 3; width: 100%; height: 100%;}
.iframe .list .ipto:hover .iptz{background-color: rgba(0,0,0,0.5);transition-duration: 0.35s; width: 100%; height: 100%;}	
/*.iframe .item{ margin: 0; flex: 0 0 33.33%;}
.iframe .item:hover .img:before {animation: shine 1.5s;-webkit-animation: shine 1.5s;}
.iframe .item:hover .img:after{background-color: rgba(0,0,0,0.5);-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}	
.iframe .item:hover .txt h3{ color: #fff;}
.iframe .item:hover .txt p{ color: #fff;}
.iframe .item:hover .txt p:before{background-color: #fff;width: 100%;left: 0;transition: all .6s ease-in-out;}
.iframe .item:hover .txt span{ color: #fff;}*/
}
@media (min-width:1px) and  (max-width:991px){
.iframe{ margin-top: 30px;}
.iframe .list .ipto{ width: calc((100% - 20px)/2); margin-right: 20px; margin-bottom: 20px;}
.iframe .list .ipto:nth-child(2n){ margin-right: 0;}
.iframe .list .ipto .iptz{ margin-top: 10px;}
/*.iframe .item{ margin: 0; flex: 0 0 100%;}
.iframe .item .txt{ position: inherit; left: inherit; top: inherit; transform: none; padding: 10% 8%;}*/
}

.linkmore{}
.linkmore a{font-size: 15px;padding: .2em .8em; display: inline-flex; line-height: 25px; position: relative; color: #fff; background:linear-gradient(180deg,#104eb4 50%,#1857bd 50%); z-index: 2; overflow: hidden; align-items: center; justify-content: center;}
.linkmore a:before{z-index: -1; content: '';display: block;width: 0;height: 100%;position: absolute;left: 50%;top: 0;transition: all .35s ease;transform: skew(-20deg);}
.linkmore a:hover:before{left: -50%;width: 200%;background-color: #000;}

.iframe1{ overflow: hidden; padding-top: 1.1rem;}
.iframe1 .indextit{ text-align: center;}
.iframe1 .indextit h2{ font-size: 0.55rem; line-height: 1.2; position: relative; text-transform: uppercase; margin-bottom: 0.3rem;}
.iframe1 .indextit h2 span{ display: inline-block; position: relative; padding-bottom: 0.2rem;}
.iframe1 .indextit h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 4px; background: #104eb4;}
.iframe1 .list{}
.iframe1 .list .contxt{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.iframe1 .list .ipto{  overflow: hidden; width: 100%; }
.iframe1 .list .ipto .ipti{ overflow: hidden; border: 1px solid #e8e6e6;}
.iframe1 .list .ipto .ipti img{ width: 100%; transition: all 0.55s;}
.iframe1 .list .ipto .iptz{ overflow: hidden; transition: all 0.35s;}
.iframe1 .list .ipto .iptz h3{  font-size: 0.2rem; margin-bottom: 0.5em; text-transform: uppercase;}
.iframe1 .list .ipto .iptz p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; line-height: 1.5; height: 4.5em; font-size: 16px;}
.iframe1 .list .linkmore{ overflow: hidden; padding-top: 0.25rem; text-align: center;}
/*.iframe1 .list .txt{}
.iframe1 .list .txt h2{ font-size: 0.55rem; padding-bottom: 0.1em; line-height: 1.1; position: relative; text-transform: uppercase; margin-bottom: 0.3rem;}
.iframe1 .list .txt h2:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 1.8rem; height: 4px; background: #104eb4;}
.iframe1 .list .txt h3{ font-size: 0.26rem; text-transform: uppercase;}
.iframe1 .list .txt .context{ font-size: 18px; line-height: 1.8; margin-top: 0.2rem;}
.iframe1 .list .txt .linkmore{ overflow: hidden; padding-top: 0.25rem;}
.iframe1 .list .img:before {background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;content: "";display: block;height: 100%;left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 2;opacity: 0.35;transition: all 0.4s ease;}
.iframe1 .list .img:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.4s ease;}*/
@media (min-width:992px) {	
.iframe1 .list{  width: 92%; margin: 0 auto;}
.iframe1 .list .ipto a{ display: block; position: relative;}
.iframe1 .list .ipto .ipti{ position: relative;}
.iframe1 .list .ipto .ipti:before{content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0; height: 0; overflow: hidden; background: rgba(16,78,180,0.95); transition: all 0.35s;}
.iframe1 .list .ipto .iptz{ padding:0.15rem 0.3rem; position: absolute; top: 50%; width: 100%; box-sizing: border-box; transition: all 0.35s; opacity: 0; text-align: center;}
.iframe1 .list .ipto .iptz h3{ color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe1 .list .ipto .iptz p{ color: #fff;}
.iframe1 .ipto:hover .ipti:before{ width: 100%; height: 100%;}
.iframe1 .ipto:hover .iptz{ transform: translateY(-50%); opacity: 1;}
/*//.iframe1 .list .txt{ flex: 1; max-width: 70.5%; padding: 30px 5.5%; box-sizing: border-box;}*/

/*.iframe1 .list .img{ flex: 0 0 502px; width: 502px; overflow: hidden; position: relative; margin-right: 0;}*/
.iframe1 .list .img:hover:before {animation: shine 1.5s;-webkit-animation: shine 1.5s;}
.iframe1 .list .img:hover:after{background-color: rgba(0,0,0,0.5);-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}	
}
@media (min-width:1400px) {	
.iframe1 .list{ width: 88%;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe1{ padding: 0;}
.iframe1 .list{ padding: 30px 15px;}
.iframe1 .list .ipto{  overflow: hidden; width: calc((100% - 0.8rem)/2); margin: 0 0.2rem 0.4rem; }
.iframe1 .list .ipto .iptz{ margin-top: 10px;}
.iframe1 .list .ipto .iptz h3{ font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe1 .list .ipto .iptz p{ display: none;}
}

.iframe2{ overflow: hidden; padding: 1.15rem 0 0.15rem 0; position: relative;}
.iframe2 .indextit{ text-align: center;}
.iframe2 .indextit h2{ font-size: 0.55rem; line-height: 1.2; position: relative; text-transform: uppercase; margin-bottom: 0.3rem;}
.iframe2 .indextit h2 span{ display: inline-block; position: relative; padding-bottom: 0.2rem;}
.iframe2 .indextit h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 4px; background: #104eb4;}
.iframe2 .indextit p{ padding-top: 1.6em; line-height: 1.7; font-size:0.18rem;}
.iframe2 .list{ margin-top: 0.45rem; display: flex; flex-wrap: wrap;}
.iframe2 .list .ipto{  overflow: hidden; width: calc((100% - 1.6rem)/4); margin: 0 0.2rem 0.4rem; }
.iframe2 .list .ipto .ipti{ overflow: hidden; border: 1px solid #e8e6e6;}
.iframe2 .list .ipto .ipti img{ width: 100%; transition: all 0.55s;}
.iframe2 .list .ipto .iptz{ overflow: hidden; transition: all 0.35s;}
.iframe2 .list .ipto .iptz h3{  font-size: 0.2rem; margin-bottom: 0.5em; text-transform: uppercase;}
.iframe2 .list .ipto .iptz p{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; line-height: 1.5; height: 4.5em; font-size: 16px;}
.iframe2 .linkmore{ text-align: center;}
.iframe2 .linkmore a{ padding: .5em 2em;}

@media (min-width:992px) {
.iframe2 .list{ width: 92%; }
.iframe2 .list .ipto a{ display: block; position: relative;}
.iframe2 .list .ipto .ipti{ position: relative;}
.iframe2 .list .ipto .ipti:before{content: ''; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 0; height: 0; overflow: hidden; background: rgba(16,78,180,0.95); transition: all 0.35s;}
.iframe2 .list .ipto .iptz{ padding:0.15rem 0.3rem; position: absolute; top: 50%; width: 100%; box-sizing: border-box; transition: all 0.35s; opacity: 0; text-align: center;}
.iframe2 .list .ipto .iptz h3{ color: #fff; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe2 .list .ipto .iptz p{ color: #fff;}
.iframe2 .ipto:hover .ipti:before{ width: 100%; height: 100%;}
.iframe2 .ipto:hover .iptz{ transform: translateY(-50%); opacity: 1;}
}
@media (min-width:1400px) {	
.iframe2 .list{ width: 88%;}
}
@media (min-width:1px) and  (max-width:991px){
.iframe2{  padding: 30px 0 ; }
.iframe2 .indextit h2{ padding: 0 0 .2rem; margin-bottom: 0.1rem;}
.iframe2 .indextit p{ font-size: 13px; text-align: left;}
.iframe2 .list .ipto{  overflow: hidden; width: calc((100% - 0.8rem)/2); margin: 0 0.2rem 0.4rem; }
.iframe2 .list .ipto .iptz{ margin-top: 10px;}
.iframe2 .list .ipto .iptz h3{ font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.iframe2 .list .ipto .iptz p{ display: none;}
}

.iframe3{ padding: .4rem  0; position: relative; background: #f7f7f7; text-align: center;}
.iframe3 h2{ font-size: 0.4rem; line-height: 1.1; text-transform: uppercase;}
.iframe3 p{ color: #666; padding-top: 0.2rem; line-height: 1.6; font-size: 0.2rem;}
.iframe3 .linkmore{ padding-top: 0.25rem;}
.iframe3 .linkmore a{ padding: .5em 1.5em; border-radius: 1em; font-size: 0.21rem; background: #fff; color: #104eb4; box-sizing: border-box; border: 1px solid #104eb4;}
.iframe3 .linkmore a:before{ background: #104eb4;}
.iframe3 .linkmore a:hover{ color: #fff; border-color: transparent;}
@media (min-width:992px) {	
}
@media (min-width:1px) and  (max-width:991px){
.iframe3{ padding: 30px 0; margin: 0;}
}


.list-link{ overflow: hidden; padding: 15px 0;}
.list-link li{ display: inline-block; font-size: 14px; margin-right: 10px;}

.footly{ display: none; margin: 0.22rem; background: #fff; box-shadow: 0 0 10px rgb(0,0,0,.1);}
.footly .tit{ height: 0.55rem; background: #013e5a; display: flex; align-items: center; padding: 0 0.2rem; font-size: 16px; color: #fff;}
.footly .list{ overflow: hidden; padding: 20px 20px 5px;}
.footly .list input{ width: 100%; border: 1px solid #eee; border-left: 3px solid #013e5a; height: 39px; padding: 0 10px; font-size: 13px; box-sizing: border-box; margin-bottom: 0.2rem; outline: none;}
.footly .list textarea{ width: 100%; border: 1px solid #eee; border-left: 3px solid #013e5a; padding: 10px; font-size: 13px; box-sizing: border-box; margin-bottom: 0.2rem; height: 95px; outline: none; resize: none;}
.footly .list button{ width: 100%; height: 33px; display: flex; align-items: center; justify-content: center; border: 0; background: #104eb4; color: #fff; cursor: pointer; outline: none; margin-bottom: 0.4rem;}
@media (min-width:1px) and  (max-width:991px){
.footly .tit{ font-size: 14px;}
.footly .list{ padding: 10px 10px 5px;}
.footly .list input{ height: 30px;}
.footly .list textarea{ height: 40px;}
.footly .list button{ margin-bottom: 0.2rem;}
}


/*region 底部*/
.footer{  position: relative; overflow: hidden; padding: 0.55rem 0 ; background: #3e3a39;}
.footer .container{ display: flex; justify-content: space-between}

.footer .foot{ flex:0 0 33.33%; width: 33.33%;}
.footer .foot h2{ font-size: 0.24rem; margin-bottom: 0.18rem; color: #fff; text-transform: uppercase;}

.footer .foot.f1 .footlogo{ margin-bottom: 0.35rem;}
.footer .foot.f1 p{ font-size: 15px; padding-bottom: 0.35rem; color: #e5e5e5;}
.footer .foot.f1 p a{ color: #e5e5e5;}
.footer .foot.f1 .share{}
.footer .foot.f1 .share a{ display: inline-flex; align-items: center; justify-content: center; padding: 8px; line-height: 14px; border: 1px solid #3e3a39; background: #fff; border-radius: 50%; transition: all 0.35s; margin: 0 5px 8px 0; width: 32px; height: 32px; box-sizing: border-box;}
.footer .foot.f1 .share a:hover{ transform: rotate(60deg)}

.footer .foot.f2 .item{ overflow: hidden; display: flex; align-items: center; margin-bottom: 10px;}
.footer .foot.f2 .item .img{ display: inline-block; margin: 0; width: 0.5rem;}
.footer .foot.f2 .item .img i{ font-size: 0.3rem; color: #fff;}
.footer .foot.f2 .item .txt{ display: flex; align-items: center; flex: 1; flex-wrap: wrap;}
.footer .foot.f2 .item .txt p{ width: 100%; font-size: 14px; color: #fff; line-height: 1.8;}
.footer .foot.f2 .item .txt p a{ color: #fff;}

.footer .foot.f3 .item{ overflow: hidden;  margin-bottom: 20px;}
.footer .foot.f3 .item a{ display: flex; justify-content: space-between; align-items: center;}
.footer .foot.f3 .item .img{ width: 30%; margin-right: 20px; overflow: hidden; position: relative;}
.footer .foot.f3 .item .img:before{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;z-index: 1;-webkit-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}
.footer .foot.f3 .item .txt{ line-height: 18px; flex: 1; color: #fff;}
.footer .foot.f3 .item .txt h4{ font-size: 16px; margin-bottom: 10px; font-style: italic;}
.footer .foot.f3 .item .txt h3{ height: 3em; line-height: 1.5; font-size: 14px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.footer .foot.f3 .item:hover .img:before{background-color: rgba(16,78,180,.5);}
.footer .foot.f3 .item:hover .txt h3{ color: #104eb4;}

@media (min-width:992px) {
.footer .foot{ display: inline-block; margin: 0; flex: 0 0 33.33%; box-sizing: border-box; max-width: 3rem;}
}
@media (min-width:1px) and  (max-width:991px){
.footer{ display: none;}
}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:991px){
.htmltop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:992px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:991px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; font-weight: bold; overflow: hidden; color: #fff; background: #104eb4; }
.copy a{ color: #fff;}
.copy .container{ padding: 0.2rem 0;}
@media (min-width:992px) {
.copy{ text-align: center;}
.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; margin-top: 0; padding: 0;}
.copy .container{ padding: 15px 0;}
}
/*endregion*/


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 10; background: #d5d5d5; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#898989;font-size:12px; font-family: "Arial"}
.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:1079px){
    .mobMenu{ display: block;}
}


/*内页*/
.body{}
.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
@media (min-width:992px){
.nbframe{ }
}

@media (min-width:1px) and (max-width:991px){
.nbframe{}
}
/*region 左侧导航栏目*/
.left_nav{ overflow: hidden; padding: 0.3rem 0; width: 260px; float: left;}
.left_nav>.lbt{ overflow: hidden; margin-bottom: 0.3rem;}
.left_nav>.lbt h2{ letter-spacing: 1px; font-weight: bold; color: #fff; font-size: 18px; text-transform: capitalize; background: #104eb4; padding: 0.25rem 0.15rem;}
.left_nav>.lbt>ul{ padding: 0.2rem 0; background: #efefef;}
.left_nav>.lbt>ul>li{ display: block; font-size: 14px; border-bottom: 1px #dddddd solid; text-align: left; position: relative;}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0.17rem .2rem; border-radius: 5px; color: #231f20; position: relative; text-transform: capitalize}
.left_nav>.lbt>ul>li:last-child{ border-bottom: 0;}

.left_nav>.lbt>ul>li:hover>a{ color: #104eb4;}
.left_nav>.lbt>ul>li.active>a{ color: #104eb4;}
.left_nav>.lbt>ul>li.active>ul{ display: block!important;}

.left_nav>.lbt>ul>li>ul{ padding: 0 0.2rem; display: none;}
.left_nav>.lbt>ul>li>ul>li{}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; padding: 5px 0.15rem; line-height: 0.2rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; display: inline-flex; width: 3px; height: 3px; background: #231f20; position: absolute; left: 0; top: 50%;}
.left_nav>.lbt>ul>li>ul>li:hover>a{ color: #104eb4;}
.left_nav>.lbt>ul>li>ul>li.active>a{ color: #104eb4;}

.left_nav>.lbt>ul>li>ul>li.active>ul{ display: block!important}
.left_nav>.lbt>ul>li>ul>li>ul{ padding: 0 0.2rem; display: none;}
.left_nav>.lbt>ul>li>ul>li>ul>li{}
.left_nav>.lbt>ul>li>ul>li>ul>li>a{ display: block; padding: 5px 0.15rem; line-height: 0.2rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a:before{ content: ""; display: inline-flex; width: 3px; height: 3px; background: #231f20; position: absolute; left: 0; top: 50%;}
.left_nav>.lbt>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li.active>a{ color: #104eb4;}


.left_nav .divkeyfrom{ margin-bottom: 0.2rem;  background: #0078d7; overflow: hidden; padding: 15px 20px;}
.left_nav .divkeyfrom form{ display: flex; background: #fff; padding: 5px;}
.left_nav .divkeyfrom input{ flex: 1;}
.left_nav .divkeyfrom button{ width: 34px; height: 34px; display: inline-flex; align-items: center; justify-content: center; background: #000; color: #fff; border: 0; cursor: pointer;}

@media (min-width:992px){
   
}
@media (min-width:1px) and (max-width:991px){
.left_nav{ width: auto; float: none; padding: 30px 0;}
.left_nav>.lbt{ margin-bottom: 0;}
.left_nav>.lbt h2{ padding: 15px; margin-bottom: 5px;}
.left_nav>.lbt>ul{display: none; transition: all 0.35s;}
.left_nav .divkeyfrom{ padding: 15px 10px;}
.left_nav .divkeyfrom button{ height: 30px; width: 30px;}
.hidden-xs{ display: none!important;}
}

/*endregion*/

/*右侧*/
.right_detail{ width: calc(100% - 310px); float: right; height: auto; padding: 30px 0px;}
@media (min-width:1px) and (max-width:991px){
.right_detail{ width: auto; float: none; padding: 0 0 30px 0;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 15px 0; border-bottom: 1px solid #333;}
.location .txt{ color: #666; overflow: hidden; text-transform: capitalize; font-size: 14px;}
.location .txt #ProShare{ display: inline-block; float: right; margin-top: 3px;}
.location .i-home{ color: #666; margin-right: 10px; display: inline-block; font-size: 14px; position: relative;}
.location .i-home:before{ content: "\e648";}
.location .here{ display: inline-flex; justify-content: center; align-items: center; margin: auto 5px; color: #666; overflow: hidden;}
.location .here:before{ content: "\eb0c";}
.location a{ display: inline-block; color: #666; font-size: 14px; }
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){
.location{ display: block; text-align: left;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location a{ font-size: 12px;}
.location .here{ margin: 0 1px; font-size: 10px;}
.location .txt #ProShare{ display: block; float: none; margin-top: 10px;}
}
/*endregion*/

/*横屏导航*/
.footer__subnavSelect{width:100%;background:#104eb4;height:45px;border:0;border-bottom:1px solid #104eb4;border-radius:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;color:#fff;padding:2px 15px 0;background-image:url("../images/arrow-down-select.svg");background-repeat:no-repeat;background-position-x:95%;background-position-y:center;background-size:15px;outline:0;display:none; filter: drop-shadow(144px 0 0 #fff);}
@media (min-width:1px) and (max-width:991px){
.footer__subnavSelect{ display: block;}
}

.page_lt{ overflow: hidden;}
.page_lt ul{}
.page_lt ul li{ display: inline-flex; padding: 20px 22px; font-size: 14px;}
.page_lt ul li>a{ display: block; color: #333;}
.page_lt ul li:hover>a,.page_lt ul li.active>a{ color: #104eb4;}
@media (min-width:1230px) {
.page_lt ul{ padding-left: 1.5rem;}
}
@media (min-width:1px) and (max-width:991px){
.page_lt .container{ margin: 0; margin-top: 15px;}
.page_lt ul{ display: none;}
}

/*公司简介*/
.atit{}
.atit span{ font-size: 0.27rem; text-transform: uppercase; display: block; margin-bottom: 0.1rem;}
.atit h2{ font-size: 0.45rem; color: #104eb4; position: relative; font-weight: bold; padding-bottom: 0.3rem; line-height: 1}
.atit h2:after{ content: ""; position: absolute; left: 0; bottom: 0; width: 0.77rem; height: 5px; background: #104eb4;}

.aframe{ overflow: hidden; background: url("../images/1_08.jpg") no-repeat center center / cover; padding: 1.15rem 0;}
.aframe .txt{ overflow: hidden;}
.aframe .txt .context{ overflow: hidden; margin-top: 0.75rem; line-height: 2; font-size: 22px;}
.aframe .txt .context p{ text-indent: 2em;}
.aframe .img{ overflow: hidden; position: relative;}
.aframe .img img{ width: 100%;}
@media (min-width:992px) {
.aframe .container{ padding: 0 0.4rem; width: auto; display: flex; flex-wrap: wrap; justify-content: space-between;}
.aframe .txt{ flex: 0 0 100%; padding: 0 0.2rem 0 0.35rem; box-sizing: border-box;}
.aframe .img{ flex: 0 0 100%; padding: 0 0.3rem; box-sizing: border-box;}
}
@media (min-width:1230px) {
.aframe .txt{ flex: 0 0 50%; }
.aframe .img{ flex: 0 0 50%; }
}
@media (min-width:1px) and (max-width:991px){
.aframe{ padding: 30px 0;}
.aframe .txt .context{ margin-top: 30px; font-size: 15px; margin-bottom: 15px;}
}

.aframe1{ overflow: hidden; padding: 1.15rem 0;}
.aframe1 .tit{ overflow: hidden;}
.aframe1 .tit p{ font-size: 0.45rem; color: #333; line-height: 1.4; display: flex; align-items: center;}
.aframe1 .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #333; margin-right: 0.5rem;}
.aframe1 .img{ overflow: hidden; margin-top: 0.8rem;}
.aframe1 .img img{ width: 100%;}
.aframe1 .list{ overflow: hidden; margin-top: 1rem;}
.aframe1 .list .item{ overflow: hidden;}
.aframe1 .list .item .txt{ overflow: hidden;}
.aframe1 .list .item .txt .item-txt{ flex: 0 0 50%;}
.aframe1 .list .item .txt .item-txt h3{ margin-top: 0.8rem; font-size: 0.45rem; color: #333;}
.aframe1 .list .item .txt .item-img{ flex: 0 0 50%;}
.aframe1 .list .item p{ font-size: 0.27rem; margin-top: 0.45rem; line-height: 2;}
@media (min-width:992px) {
.aframe1 .container{ padding: 0 0.4rem; width: auto; }
.aframe1 .tit{ display: flex; justify-content: space-between;}
.aframe1 .tit .atit{ flex: 0 0 50%; box-sizing: border-box;}
.aframe1 .tit p{ flex: 0 0 50%; box-sizing: border-box;}
.aframe1 .list{ display: flex; justify-content: space-around;}
.aframe1 .list .item{ flex: 0 0 50%;}
.aframe1 .list .item .txt{ display: flex; justify-content: space-between;}
}
@media (min-width:1230px) {
.aframe1 .tit .atit{ padding-left: 2.23rem;}
.aframe1 .tit p{ padding-right: 1.55rem;}
}
@media (min-width:1px) and (max-width:991px){
.aframe1{ padding: 30px 0 15px 0;}
.aframe1 .tit p{ font-size: 16px; margin-top: 15px;}
.aframe1 .img{ margin-top: 20px;}
.aframe1 .list{ margin-top: 30px;}
.aframe1 .list .item{ margin-bottom: 15px;}
.aframe1 .list .item .txt .item-txt h3{ font-size: 16px; margin-top: 20px;}
.aframe1 .list .item .txt .item-img{ margin-top: 10px;}
.aframe1 .list .item p{ font-size: 14px; margin-top: 15px;}
}

.aframe2{ overflow: hidden;position: relative;}
.aframe2 img{ width: 100%;}
.aframe2 .atit{ position: absolute; top: 0.4rem; left: 50%; transform: translateX(-50%); z-index: 2; display: inline-block; text-align: center;}
.aframe2 .atit span{ color: #fff;}
.aframe2 .atit h2:after{ left: 50%; transform: translateX(-50%);}
@media (min-width:992px) {
}
@media (min-width:1px) and (max-width:991px){
}

/*单页面*/

.atitle{ overflow: hidden;  box-sizing: border-box;}
.atitle img[align='right']{ width: 50%; padding-left: 15px; padding-bottom: 15px;}
.atitle img[align='left']{ width: 50%; padding-right: 15px; padding-bottom: 15px;}
@media (min-width:1px) and (max-width:991px){
}
.neirnr{ overflow: hidden; padding: 30px 0;}
@media (min-width:1px) and (max-width:991px){
}

.business{ overflow: hidden; padding: 0.5rem 0;}
.business .p{ font-size: 30px; margin-bottom: 25px; color: #000;}
.business .list{ overflow: hidden;}
.business .list .item{ overflow: hidden; margin-bottom: 20px;}
.business .list .item .tit{ overflow: hidden; background: #104eb4; padding: 35px 37px 10px; color: #fff;}
.business .list .item .tit h2{ font-size: 0.76rem; line-height: 1.5;}
.business .list .item .tit h3{ font-size: 30px; line-height: 1.3;}
.business .list .item .txt{ border: 1px solid #104eb4;}
.business .list .item .txt .img{}
.business .list .item .txt .conter{ overflow: hidden; padding: 39px 60px 39px 26px; box-sizing: border-box;}
.business .list .item .txt .conter h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .list .item .txt .conter p{ font-size: 14px; line-height: 2; color: #666; }
.business .context{ display: flex; flex-wrap: wrap;}
.business .context .item{ overflow: hidden; border: 1px solid #104eb4; padding: 35px 37px 10px; color: #fff; box-sizing: border-box;}
.business .context .item:nth-child(1){ background: #104eb4;}
.business .context .item h2{ font-size: 0.76rem; line-height: 1;}
.business .context .item h3{ color: #000; padding-bottom: 13px; font-size: 21px;}
.business .context .item p{ font-size: 14px; line-height: 2; color: #666;}
@media (min-width:992px) {	
.business .list .item{ display: flex; justify-content: space-between;}
.business .list .item .tit{ width: calc(33.33% - 12px); box-sizing: border-box;}
.business .list .item .txt{ flex: 1; margin-left: 20px; box-sizing: border-box; display: flex;}
.business .list .item .txt .img{ flex: 1;}
.business .list .item .txt .conter{ flex: 2.5;}
.business .list .item:nth-child(2n){ flex-direction: row-reverse;}
.business .list .item:nth-child(2n) .txt{ margin-left: inherit; margin-right: 30px;}
.business .context .item{ width: calc((100% - 40px)/3); margin: 0; margin-right: 20px; margin-bottom: 20px;}
.business .context .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
.business .p{ font-size: 14px; margin-bottom: 15px;}
.business .list .item .tit{ padding: 15px;}
.business .list .item .tit h2{ font-size: 18px;}
.business .list .item .tit h3{ font-size: 14px;}
.business .list .item .txt .conter{ padding: 15px;}
.business .list .item .txt .conter h3{ font-size: 15px;}
.business .list .item .txt .conter p{ font-size: 12px;}
.business .context .item{ width: 100%; padding: 15px; margin-bottom: 15px;}
.business .context .item h2{ font-size: 18px;}
.business .context .item h3{ font-size: 16px;}
.business .context .item p{ font-size: 12px;}
}

/*产品中心*/
.outputlist{ overflow: hidden; margin-top: 30px;}
.outputlist .ipto{ width: calc((100% - 60px)/4); float: left; margin-right: 20px; margin-bottom: 40px;}
.outputlist .ipto .ipti{ overflow: hidden; border: 1px solid #f8f8f8;}
.outputlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.outputlist .ipto .iptz{ overflow: hidden; border: 1px solid #e6e6e6; text-align: center;}
.outputlist .ipto .iptz h3{ padding: 19px 15px; font-size: 22px;}
@media (min-width:992px) {	
.outputlist .ipto:nth-child(4n){ margin-right: 0;}
.outputlist .ipto:hover .iptz h3{color:#fff; background:#133984;}
}
@media (min-width:1px) and (max-width:991px){
.outputlist{ padding: 30px 0;}
.outputlist .ipto{ width: calc((100% - 20px)/2); margin-bottom: 20px}
.outputlist .ipto:nth-child(2n){ margin-right: 0;}
.outputlist .ipto .iptz h3{ padding: 7px 15px; font-size: 16px;}
}



.productslist{ display: flex; flex-wrap: wrap;}
.productslist .ipto{ margin: 0; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem;  margin-bottom: 0.25rem; box-shadow:  0 0 5px #d5d5d5; background: #fff; padding: 10px; box-sizing: border-box;}
.productslist .ipto .ipti{ overflow: hidden; box-sizing: border-box; position: relative;}
.productslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.productslist .ipto .ipti:before {background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;content: "";display: block;height: 100%;left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 2;opacity: 0.35;transition: all 0.4s ease;}
.productslist .ipto .ipti:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.4s ease;}
.productslist .ipto .iptz{ overflow: hidden; padding: 0.2rem; box-sizing: border-box;}
.productslist .ipto .iptz h3{ font-size: 15px; font-weight: bold; letter-spacing: 0.5px; color: #575757; margin-bottom: 10px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; line-height: 1.5; height: 3em;}
.productslist .ipto .iptz p{ font-size: 13px; line-height: 1.8; height: 5.4em; border-bottom: 1px solid #d5d5d5; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.productslist .ipto .iptz span{ display: inline-block; background: #104eb4; color: #fff; padding: 7px 30px; border-radius: 20px; font-size: 14px; margin-top: 10px;}

@media (min-width:992px){
.productslist .ipto:hover .ipti:before {animation: shine 1.5s;-webkit-animation: shine 1.5s;}
.productslist .ipto:hover .ipti:after{background-color: rgba(0,0,0,0.5);-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}	
.productslist .ipto:hover .iptz span{ opacity: 0.5;}
} 
@media (min-width:992px) and (max-width:1529px){
.productslist .ipto:nth-child(3n){ margin-right: 0;}
} 
@media (min-width:1530px) {	
#products{ width: 1400px;}
.productslist .ipto{  width: calc((100% - 0.75rem)/4);}
.productslist .ipto:nth-child(4n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:991px){
.productslist{}
.productslist .ipto{ width: calc((100% - 0.25rem)/2);}
.productslist .ipto .iptz h3{ font-size: 12px; margin: 0;}
.productslist .ipto .iptz p{ display: none;}
.productslist .ipto .iptz span{ display: none;}
.productslist .ipto:nth-child(2n){ margin-right: 0;}
}

/*产品详情*/
.details{overflow: hidden; padding: 0.5rem 0; background: #f3f3f3;}

.details .html{ }
.details .html .bigimg{ box-sizing: border-box;}
.details .html .bigimg .gallery-top{ background: #fff; box-shadow: 0 0 10px #d5d5d5;}
.details .html .bigimg .gallery-top .swiper-slide{ overflow: hidden; box-sizing: border-box; text-align: center;}
.details .html .bigimg .gallery-top .swiper-slide img{ width: 100%; max-width: 4rem;}
.details .html .bigimg .gallery-top .btn{ display: inline-flex; top: 50%; transform: translateY(-50%); z-index: 5; position: absolute; cursor: pointer; outline: none;}
.details .html .bigimg .gallery-top .btn i{ font-size: 0.3rem;}
.details .html .bigimg .gallery-top .btn-prev{ left: 0;}
.details .html .bigimg .gallery-top .btn-next{ right: 0;}
.details .html .bigimg .gallery-thumbs{ margin-top: 0.1rem;}
.details .html .bigimg .gallery-thumbs .swiper-slide{ opacity: 1; cursor: pointer; margin: 0; box-sizing: border-box; border: 1px solid #b8b8b8;}
.details .html .bigimg .gallery-thumbs .swiper-slide-thumb-active{ opacity: 1; border-color: #000f6f;}
.details .html .txt{ overflow: hidden;}
.details .html .txt h1{ font-size: 0.36rem; color: #104eb4; font-weight: bold;}
.details .html .txt .context{ overflow: hidden; padding: 0.1rem 0rem 0.3rem 0rem; color: #666; font-size: 16px; line-height: 2;}
.details .html .txt h2{ font-size: 18px; margin-top: 0.3rem; font-weight: bold; color: #000;}
.details .html .txt .downlistp{ overflow: hidden; font-size: 16px;}
.details .html .txt .downlistp a{ color: #104eb4; line-height: 2;}
.details .html .txt .concp{ overflow: hidden; margin-top: 0.3rem; font-size: 16px; line-height: 2;}
.details .html .txt .concp a{ background: #104eb4; padding: 0.1rem 0.4rem; font-size: 0.2rem; color: #fff; display: inline-block;}

.details .details-txt{ overflow: hidden; background: #fff; margin-top: 0.3rem;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ overflow: hidden; border-bottom: 1px solid #dbdbdb; background: #eaeef1;}
.details .xgeffect .detailtop h2{ display: inline-block; padding: 0rem 0.4rem; line-height: 0.4rem; text-transform: capitalize; cursor: pointer; font-size: 16px; text-align: center; margin-bottom: -1px; box-sizing: border-box; background: #104eb4; color: #fff;}
.details .xgeffect .detalist{ overflow: hidden; font-size: 16px; line-height: 2; padding: 30px;}
.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{background:#104eb4;color:#FFF;border:1px solid #104eb4;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}

.details .xgeffect .detalist .item{ width: calc((100% - 0.5rem)/2); float: left; margin-right: 0.5rem; margin-bottom: 0.4rem;}
.details .xgeffect .detalist .item .img{ overflow: hidden}
.details .xgeffect .detalist .item .img img{ width: 100%; height: auto;}
.details .xgeffect .detalist .item .txt{ background: #014da1; text-align: center;}
.details .xgeffect .detalist .item .txt h3{ color: #fff; font-size: 18px; line-height: 2; padding: 10px;}

.details .xgeffect .detalist .item:nth-child(2n){ margin-right: 0;}
.details .xgeffect .detalist .item:nth-child(2n+1){ clear: both;}
@media (min-width:992px){
.details .html{ display: flex; justify-content: space-between;}
.details .html .bigimg{ width: 45%; margin: 0;}
.details .html .txt{ width: 50%; margin: 0;}
} 
@media (min-width:1px) and (max-width:991px){
.details{ }
.details .left_nav{ float: none;}
.details .right_detail{ float: none;}
.details .html .txt{ margin-top: 30px;}
.details .xgeffect .detailtop h2{ padding: 7px 20px;}
.details .xgeffect .detalist{ padding: 15px;}
.details .xgeffect .detalist .item .txt h3{  font-size: 14px; padding: 5px;}
}



.relatedProducts{}
.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 45px)/4); float: left; margin-right: 15px;}
.relatedProducts .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.relatedProducts .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.relatedProducts .ipto .iptz{ overflow: hidden; text-align: center; margin-top: 0.1rem;}
.relatedProducts .ipto .iptz h3{font-size: 14px; }
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
@media (min-width:992px)  {
.relatedProducts .ipto:nth-child(4n){ margin-right: 0;}
.relatedProducts .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px) {

.relatedProducts .ipto{ overflow: hidden; width: calc((100% - 15px)/2); }
.relatedProducts .ipto:nth-child(2n){ margin-right: 0;}
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry h2{ font-size: 20px; text-transform: uppercase; margin-bottom: 10px; color: #262626; }
.Inquiry p{overflow: hidden; font-size: 16px; line-height: 1.6em; color: #939393; }
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: #f5f8fa; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  5px; margin-bottom: 25px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #6b6b6b; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 35px; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 0px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: all 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden;}
.onlineInquiry .button>button:before{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; background: #1f1f1f; z-index: -2;}
.onlineInquiry .button>button:after{ content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 0; background: #104eb4; transition: 0.35s; z-index: -1;}
.onlineInquiry .button>button:hover:after{ width: 100%;}

@media (min-width:992px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/

.contactusinfo{ overflow: hidden; padding: 0.5rem;text-align: center; background: #fff;}
.contactusinfo h2{ font-size: 0.45rem; font-weight: bold; margin-bottom: 0.5rem; }
.contactusinfo h2 span{ position: relative; padding-bottom: 0.2rem; display: inline-block;}
.contactusinfo h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 5px; background: #104eb4;}
.contactusinfo .lxfs{}
.contactusinfo .lxfs .item{ overflow: hidden; background: url("../images/1_01.jpg"); padding: 0.5rem; text-align: center; color: #333;}
.contactusinfo .lxfs .item span{ display: block;}
.contactusinfo .lxfs .item span i{ font-size: 0.36rem}
.contactusinfo .lxfs .item h4{ font-size: 0.2rem; line-height: 2;}
.contactusinfo .lxfs .item p{ font-size: 15px; line-height: 1.6;}
.contactusinfo .lxfs .item p a{ color: #333;}
.maps{ overflow: hidden; height: 470px; padding: 0 0.5rem; background: #fff;}

@media (min-width:992px){
.contactusinfo .lxfs{ display: flex;}
.contactusinfo .lxfs .item{ flex: 1;  margin-right: 0.3rem;}
}
@media (min-width:1px) and (max-width:991px){
.maps{ height: 200px; padding: 0;}
.contactusinfo{ padding: 15px 15px 0 15px;}
.contactusinfo .lxfs .item{ padding: 15px; margin-bottom: 20px;}
.contactusinfo .lxfs .item h4{ font-size: 14px; }
.contactusinfo .lxfs .item p{ font-size: 14px; line-height: 2;}
}

/*留言*/
.leave{ overflow: hidden; padding: 0.5rem; background: #fff;}
.leave h2{ font-size: 0.45rem; font-weight: bold; margin-bottom: 0.5rem; position: relative; text-align: center;}
.leave h2 span{ position: relative; padding-bottom: 0.2rem; display: inline-block;}
.leave h2 span:after{ content: ""; position: absolute; left: 0; bottom: 0; right: 0; height: 5px; background: #104eb4;}

.feedback{ overflow: hidden; margin-top: 0.3rem;}
.feedback .input_div{ overflow: hidden;  margin-bottom: 20px; position: relative;}
.feedback .input_div>label{ background: none; font-size:15px; font-weight: bold; color: #666; display: block; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis; margin-bottom: 10px;}
.feedback .input_div>label>span{ font-weight: normal;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; height: 40px; color: #333; padding: 10px;}
.feedback .input_div>textarea{ background:none; border: 1px solid #d8d8d8; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1rem; color: #333; padding: 10px;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ background: #000; border: 0; padding: 10px 30px; overflow: hidden; position: relative; display: inline-block; color: #fff; font-size: 16px; cursor: pointer; margin-top: 0px; outline: none; z-index: 1;  text-transform: uppercase; width: 100%; box-sizing: border-box;}
.hidden{ display: none!important;}
@media (min-width:992px)  {
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1030px) {
.leave .container{ width: 1000px;}
}
@media (min-width:1px) and (max-width:991px) {
.leave{ padding: 15px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button .submit{ font-size: 14px;}
.feedback .button .submit>i{ font-size: 14px; padding-right: 5px;}
}

/*新闻中心*/
.newsbody{ background: #f3f4f6; padding: 0.4rem 0;}


.newslist{  box-sizing: border-box;}
.newslist .ipto{ width: calc((100% - 40px)/3); float: left; margin-right: 20px; margin-bottom: 20px;}
.newslist .ipto .ipti{ position: relative; overflow: hidden; border: 1px solid #f5f5f5;}
.newslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.newslist .ipto .ipti:before {background: rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0) 0px, rgba(255, 255, 255, 0.3) 100%) repeat scroll 0 0;content: "";display: block;height: 100%;left: -75%;position: absolute;top: 0;transform: skewX(-25deg);width: 50%;z-index: 2;opacity: 0.35;transition: all 0.4s ease;}
.newslist .ipto .ipti:after{content: '';display: block;width: 100%;height: 100%;position: absolute;left: 0;top: 0;transition: all 0.4s ease;}
.newslist .ipto .ipti h4{ display: inline-block; background: #0078d7; color: #fff; font-size: 14px; padding: 5px 10px; position: absolute; top: 0; right: 0; }
.newslist .ipto .iptz{ overflow: hidden; padding: 15px; box-sizing: border-box;}
.newslist .ipto .iptz h3{ font-size: 14px; margin-bottom: 15px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}

.newslist .ipto .iptz span{ display: inline-flex; align-items: center; margin-top: 20px; padding: 10px 32px; background: #104eb4; color: #fff;}
.newslist .ipto .iptz span:after{ content: "\eb08"; font-family: 'iconfont'; font-size: 16px; margin-left: 7px;}
@media (min-width:992px){
.newslist .ipto:nth-child(3n){ margin-right: 0;}
.newslist .ipto:nth-child(3n+1){ clear: both;}
.newslist .ipto:hover .ipti:before {animation: shine 1.5s;-webkit-animation: shine 1.5s;}
.newslist .ipto:hover .ipti:after{background-color: rgba(0,0,0,0.5);-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;-webkit-transition-duration: 1s;-o-transition-duration: 1s;transition-duration: 1s;}	
.newslist .ipto:hover{ box-shadow: 0px 0px 5px #d5d5d5;}
}
@media (min-width:1px) and (max-width:991px){
.newslist{}
.newslist .ipto>a{ display: flex; justify-content: space-between;}
.newslist .ipto .ipti{ width: 2rem; }
.newslist .ipto .ipti img{ width: 100%; }
.newslist .ipto .iptz{ flex: 1; margin-left: 20px;}
.newslist .ipto .ipti h4{ font-size: 10px; transform: none; opacity: 0.7;}
.newslist .ipto .iptz{ padding: 10px;}
.newslist .ipto .iptz h3{ font-size: 14px; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}
.newslist .ipto .iptz p{ font-size: 12px;}
.newslist .ipto .iptz span{ background: #0078d7; color: #fff; display: none;}
}

.newsdetail{ overflow: hidden; }
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.3rem; line-height: 1.4; color: #114da3; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 20px 0;  border-top: 1px solid #d5d5d5; border-bottom: 1px solid #d5d5d5; display: flex;}
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #d5d5d5;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:991px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 00; display: block;}
.newsdetail .Title .txt .item{ font-size: 12px; margin-bottom: 5px;}
.newsdetail .Title .txt .item .bshare-custom,.newsdetail .Title .txt .item .addthis_toolbox{ margin: 0;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*解决方案*/
.solutionlist{ }
.solutionlist .ipto{ overflow: hidden; box-shadow: 0 0 20px #f5f5f5; margin-bottom: 20px;}
.solutionlist .ipto>a{ display: flex; justify-content: space-around;}
.solutionlist .ipto .ipti{ overflow: hidden;}
.solutionlist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.solutionlist .ipto .iptz{ overflow: hidden; background: #f5f5f5;}
.solutionlist .ipto .iptz h3{ font-size: 20px; margin-bottom: 0.3rem;}
.solutionlist .ipto .iptz p{font-size: 15px; line-height: 2; color: #838383;}

.solutionlist .ipto:nth-child(2n) .iptz{ background: #fff;}
@media (min-width:992px){

.solutionlist .ipto .ipti{ width: 30%; margin: 0;}
.solutionlist .ipto .iptz{ width: 70%; margin: 0; box-sizing: border-box; padding: 0.4rem;}
.solutionlist .ipto:nth-child(2n)>a{ flex-direction: row-reverse;}

}
@media (min-width:1px) and (max-width:991px){
.solutionlist{ }
.solutionlist .ipto .iptz{ padding: 15px;}
.solutionlist .ipto .iptz h3{ font-size: 18px; margin-bottom: 10px;}
.solutionlist .ipto .iptz p{ font-size: 12px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
}

.solutiondetail{ overflow: hidden; }
.solutiondetail .container{ background: #fff;}
.solutiondetail .title{ overflow: hidden; margin-top: 0.2rem;}
.solutiondetail .title h1{ font-size: 24px; font-weight: bold;}
.solutiondetail .title .txt{ overflow: hidden; margin-top: 0.15rem; padding-bottom: 0.1rem; border-bottom: 1px solid #ddd; font-size: 16px; color: #104eb4;}
.solutiondetail .context{ overflow: hidden; margin-top: 0.2rem; line-height: 2; font-size: 16px;}
.solutiondetail .pagelist{ padding: 0.4rem 0rem 0.2rem 0rem; border-top:1px solid #ddd; margin-top: 0.2rem;}
.solutiondetail .pagelist a{ padding: 0.1rem 0.2rem; border: 1px solid #ddd; font-size: 14px; line-height: 2; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: inline-block;}
.solutiondetail .pagelist a:hover{background:#104eb4;border:1px solid #104eb4;color:#FFF;}
@media (min-width:992px){
.solutiondetail .pagelist a{ max-width: 45%;}
.solutiondetail .pagelist a:last-child{ float: right;}
}
@media (min-width:1px) and (max-width:991px){
.solutiondetail .container{ padding: 0 0 0.3rem 0;}
.solutiondetail .title{}
.solutiondetail .title h1{ font-size: 18px;}
.solutiondetail .title .txt{ font-size: 12px;}
.solutiondetail .context{ font-size: 14px;}
.solutiondetail .pagelist{ padding: 0.2rem 0 0 0;}
.solutiondetail .pagelist a{ display: block; margin-bottom: 10px; font-size: 14px;}
}

/*案例中心*/

.caseslist{ overflow: hidden; padding: 0.5rem 0;}
.caseslist .ipto{ width: calc((100% - 0.7rem)/3); float: left; margin-right: 0.35rem; margin-bottom: 0.4rem;}
.caseslist .ipto .ipti{ overflow: hidden;}
.caseslist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.caseslist .ipto .iptz{ overflow: hidden; padding: 0.3rem 0.2rem; background: #F5F5F5;}
.caseslist .ipto .iptz h3{ font-size: 0.22rem; font-weight: 700;}
.caseslist .ipto .iptz p{ font-size: 16px; line-height: 2; color: #999; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
@media (min-width:992px){
.caseslist .ipto:nth-child(3n){ margin-right: 0;}
.caseslist .ipto:hover .ipti img{ transform: scale(1.1)}
	.caseslist .ipto:hover .iptz{ background: #104eb4;}
	.caseslist .ipto:hover .iptz h3{ color: #fff;}
	.caseslist .ipto:hover .iptz p{ color: #fff;}
}
@media (min-width:1px) and (max-width:991px){
.caseslist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.caseslist .ipto:nth-child(2n){ margin-right: 0;}
.caseslist .ipto .iptz h3{ font-size: 14px;}
.caseslist .ipto .iptz p{font-size: 12px;}
}

/*服务中心*/
.servicelist{ overflow: hidden; padding:0.3rem 0 1.7rem; background: #f6f6f6; position: relative;}
.servicelist .tit{ overflow: hidden;}
.servicelist .tit h2{}
.servicelist .tit h2 span{ display: block;}
.servicelist .tit h2 span:nth-child(1){ text-transform: uppercase; color: #666; font-size: 0.3rem;}
.servicelist .tit h2 span:nth-child(2){color: #0f82dd; font-weight: bold; font-size: 0.45rem;}
.servicelist .tit h2 span:nth-child(3){color: #333; font-weight: bold; font-size: 0.4rem;}
.servicelist .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist>div>p{ text-align: center; font-size: 0.22rem; color: #333; margin: 0.4rem 0;}
.servicelist .list{ overflow: hidden; display: flex; justify-content: space-between; flex-wrap: wrap;}
.servicelist .list .item{ margin: 0; width: calc((100% - 1.8rem)/4); margin-right: 0.6rem; margin-bottom: 0.3rem; background: #fff; box-sizing: border-box; text-align: center; padding: 0.5rem 0.3rem;}
.servicelist .list .item .img{ overflow: hidden;}
.servicelist .list .item .img img{ width: 1rem;}
.servicelist .list .item .txt{ overflow: hidden;}
.servicelist .list .item .txt h3{ font-size: 15px; margin-top: 20px;}
.servicelist .list .item .txt h4{ font-size: 15px; margin-top: 20px; position: relative; padding-bottom: 20px;}
.servicelist .list .item .txt h4:after{ content: ""; position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); width: 0.42rem; height: 2px; background: #333;}
.servicelist .list .item .txt p{ font-size: 14px; line-height: 2; margin-top: 20px;}
.servicelist .list .item .txt p a{font-weight: bold;}

@media (min-width:992px) {
.servicelist .tit{ display: flex; justify-content: space-between;}
.servicelist .tit h2{ flex: 0 0 40%; box-sizing: border-box;}
.servicelist .tit p{ flex: 0 0 60%; box-sizing: border-box;}
.servicelist .list .item:nth-child(4n){ margin-right: 0;}
.servicelist:after{ content: "Team"; font-size: 2.4rem; color: #d9d9d9; text-transform: capitalize; position: absolute; bottom: -0.5rem; right: 0; z-index: 0}
}
@media (min-width:1px) and (max-width:991px){
.servicelist{ padding: 30px 0;}
.servicelist .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist .list .item{ width: calc((100% - 0.3rem)/2); margin-right: 0.3rem;}
.servicelist .list .item .txt h3{ font-size: 13px; margin-top: 10px;}
.servicelist .list .item .txt h4{ font-size: 13px; margin-top: 10px; padding-bottom: 10px;}
.servicelist .list .item .txt p{ font-size: 12px; line-height: 2; margin-top: 10px;}
.servicelist .list .item .txt p a{font-weight: bold;}
.servicelist .list .item:nth-child(2n){ margin-right: 0;}
}


.servicelist1{ overflow: hidden; padding:0.5rem 0; position: relative;}
.servicelist1 .tit{ overflow: hidden;}
.servicelist1 .tit p{ font-size: 0.45rem; color: #0f82dd; line-height: 1.4; display: flex; align-items: center;}
.servicelist1 .tit p:before{ content: ""; display: inline-block; width: 0.75rem; height: 2px; background: #0f82dd; margin-right: 0.5rem;}
.servicelist1 .img{ overflow: hidden; margin-top: 0.4rem;}
.servicelist1 .img img{ width: 100%;}
.servicelist1 .list{ overflow: hidden; margin-top: 0.5rem;}
.servicelist1 .list .item{ overflow: hidden; box-sizing: border-box;}
.servicelist1 .list .item img{ width: 100%;}
.servicelist1 .list .item h3{ font-size: 1rem; font-weight: bold; color: #0f56b3; position: relative; display: inline-block;}
.servicelist1 .list .item h3:before{ content: "+"; display: inline-block; position: absolute; top:-0.3rem; right: -0.5rem;}
.servicelist1 .list .item h4{ font-size: 0.4rem; color: #0f56b3; font-weight: normal; margin-left: 0.6rem; margin-right: 1.15rem; padding-top: 0.2rem; margin-top: 0.4rem; border-top: 2px solid #7c97c1; text-align: left}
.servicelist1 .list .item p{ font-size: 0.22rem; line-height: 2; color: #333; margin-top: 0.3rem;text-align: left}
@media (min-width:992px) {
.servicelist1 .tit{ display: flex; justify-content: space-between;}
.servicelist1 .tit .atit{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .tit p{ flex: 0 0 50%; box-sizing: border-box;}
.servicelist1 .img{ padding: 0 1.65rem;}
.servicelist1 .list{ padding: 0 0.3rem; display: flex; justify-content: space-between; align-items: center;}
.servicelist1 .list .item{ margin: 0; flex: 0 0 33.330%; box-sizing: border-box;}
.servicelist1 .list .item:nth-child(1){ padding-right: 0.66rem;}
.servicelist1 .list .item:nth-child(2){ text-align: center;}
.servicelist1 .list .item:nth-child(3){ padding-left: 0.4rem;}
}
@media (min-width:1230px) {
.servicelist1 .tit .atit{ padding-left: 2.23rem;}
.servicelist1 .list{ padding: 0 0.7rem;}
}
@media (min-width:1px) and (max-width:991px){
.servicelist1{ padding: 30px 0;}
.servicelist1 .tit p{ font-size: 14px; margin-top: 15px;}
.servicelist1 .list .item:nth-child(2){ padding: 15px;}
.servicelist1 .list .item h3{ font-size: 24px;}
.servicelist1 .list .item h3 br{ display: none;}
.servicelist1 .list .item h4{ margin-left: 0; font-size: 18px;}
.servicelist1 .list .item p{ font-size: 14px;}
}


/*常见问题*/
.faqlist{ overflow: hidden;}
.faqlist .item{ overflow: hidden; margin-bottom: 0.25rem;}
.faqlist .item h3{ background: #efefef; padding: 0.1rem 0.3rem; font-size: 16px;}
.faqlist .item p{ margin-top: 10px; font-size: 13px; line-height: 2; padding: 0.1rem 0.3rem;}
@media (min-width:992px){

}
@media (min-width:1px) and (max-width:991px){

}

/*图库中心*/
.gallerylist{ overflow: hidden;}
.gallerylist .ipto{ width: calc(33.33% - 14px); float: left; margin-right: 20px; margin-bottom: 20px;}
.gallerylist .ipto .ipti{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .ipto .ipti img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .ipto .iptz{ overflow: hidden; background: #0556b1; color: #fff; text-align: center; padding: 5px;}
.gallerylist .ipto .iptz h3{ font-size: 16px;}
@media (min-width:992px){
.gallerylist .ipto:nth-child(3n){ margin-right: 0;}
.gallerylist .ipto:nth-child(3n+1){ clear: both;}
.gallerylist .ipto:hover .ipti img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:991px){

}

/* 视频中心 */
.videolist{ overflow: hidden;}
.videolist .ipto{ width: calc((100% - 0.5rem)/3); float: left; margin-right: 0.25rem; margin-bottom: 0.25rem; cursor: pointer;}
.videolist .ipto .ipti{ overflow: hidden; border: 1px solid #d7d7d7; box-sizing: border-box;}
.videolist .ipto .ipti img{ width: 100%; transition: all 0.35s;}
.videolist .ipto .iptz{ overflow: hidden; padding: .22rem 0; box-sizing: border-box;}
.videolist .ipto .iptz h3{ font-size: 14px; letter-spacing: 0.5px; color: #575757; text-align: center;}
.videolist .ipto .iptz .nr{ display: none!important;}
@media (min-width:992px){
.videolist .ipto:nth-child(3n){ margin-right: 0;}
.videolist .ipto:hover .ipti img{ transform: scale(1.1)}
} 
@media (min-width:1px) and (max-width:991px){
.videolist{ padding: 3vw 0;}
.videolist .ipto{ width: calc((100% - 0.15rem)/2); margin-right: 0.15rem; margin-bottom: 0.15rem;}
.videolist .ipto:nth-child(2n){ margin-right: 0;}
.videolist .ipto .iptz h3{ font-size: 12px;}
}

/*region 其他*/
.thk_nav{ text-align: justify; 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;}
.hidden-xs{ display: none;}
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 10px 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px; padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:991px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:991px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #104eb4; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:992px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:991px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}

/*下载中心*/
.downloadlist{ overflow: hidden; padding: 0.5rem 0;}
.downlist {overflow: hidden; width:99%;box-shadow: darkgrey 10px 10px 30px 5px;padding:0.5%;margin-bottom:20px; box-sizing: border-box; display: flex; justify-content: space-between;}
.convImgs { overflow: hidden; margin: 0; width: 1.5rem;}
.convText {float:left;padding:30px; margin-left:70px;}
.convText strong{float:left; width:100%;color:#363636; text-transform:uppercase}
.convText p{float:left; width:100%;margin-top:10px}
.convDown {float:right;margin-right:30px;margin-top:40px;}

@media (max-width: 767px) {
   .downlist {width:94%; margin-left:3%;padding:20px}
   .convImgs img{width:100%;}
   .convText {float:left;padding:30px 0px; margin-left:0px;width:100%}
   .convDown {float:left;margin-right:0px;margin-top:10px;}
}

/*效果*/
.onlineservice{ position: fixed; top: 180px; right: 15px; z-index: 99;}
.onlineservice li{  background: #fff; border: 1px solid #d5d5d5; margin-bottom: 10px; text-align: center; font-size: 12px; position: relative;}
.onlineservice li a{ padding: 10px; display: block; }
.onlineservice li i{ font-size: 30px;}
.onlineservice li.wechat{ position: relative;}
.onlineservice li.wechat .codeimg{ position: absolute; top: -30px; left: -120px; display: none; transition: all 0.35s; width: 120px;}
.onlineservice li.gotop{ display: none;}
.onlineservice li:hover{ background: #3b579d; color: #fff;}
.onlineservice li:hover h3{ color: #fff;}
.onlineservice li:hover i{ color: #fff;}
.onlineservice li.wechat:hover .codeimg{ display: block;}


/*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:#0556b1;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:#0556b1;}
.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:#0556b1;background-color:#0556b1;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*/








