/* 
* @Author: anchen
* @Date:   2017-06-27 12:18:30
* @Last Modified by:   anchen
* @Last Modified time: 2018-03-09 15:47:07
*/
@charset "utf-8";
/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
/* 去除iPhone中默认的input样式 */
input[type="submit"],

input[type="reset"],

input[type="button"],

input{-webkit-appearance:none; resize: none;}
/* 取消链接高亮  */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{ -webkit-tap-highlight-color:rgba(0, 0, 0, 0); }
body{overflow-x:hidden;}
/* 设置HTML5元素为块 */
article, aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section {
display: block;
}
/* 图片自适应 */
img {
max-width: 100%;
height: auto;
width:auto\9; /* ie8 */
-ms-interpolation-mode:bicubic;/*为了照顾ie图片缩放失真*/
}
body{overflow-x:hidden;}
/* 初始化 */
body,div,ul,li,ol,h1,h2,h3,h4,h5,h6,input,textarea,select,p,dl,dt,dd,a,img,button,form,table,th,tr,td,tbody,article, 
aside, details,figcaption,figure,footer,header,hgroup, menu,nav,section{margin:0; padding:0; border:none;}
body{font: normal 14px/1.5 Tahoma,"Lucida Grande",Verdana,"Microsoft Yahei",STXihei,hei;}
em,i{font-style:normal;}
strong{font-weight: normal;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}
a{text-decoration:none; color:#333; font-family:Microsoft YaHei,Tahoma,Arial,sans-serif;}
a:hover{text-decoration:none;}
ul,ol{list-style:none;}
h1, h2, h3, h4, h5, h6{ font-size:100%; font-family: Microsoft YaHei;}
img{border: none;}
.clearfix:after{content:""; display:block; visibility:hidden; height:0; clear:both;}
.clearfix{zoom:1;}


.data-tab{
  display: none;
}
.data-tab.active{
  display: block;
}

.el-tabs--border-card {
    background: #fff;
    border: 1px solid #dcdfe6;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12), 0 0 6px 0 rgba(0,0,0,.04);
    overflow: hidden;
}

.el-tabs--left .el-tabs__header.is-left{
  padding: 0;
  position: relative;
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4e7ed;
  margin: 0;
  height: 100%;
  float: left;
  margin-right: 10px;
  border-right: 1px solid #dfe4ed;
}

.el-tabs--left .el-tabs__nav-wrap.is-left{
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  height: 100%;
  margin-right: -1px;
  padding: 0;
  color: #000;
}

.el-tabs__nav-scroll{
  overflow: hidden;
  height: 100%;
}

.el-tabs__nav {
  position: relative;
  transition: transform .3s;
  float: left;
  z-index: 2;
  float: none;
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: left!important;
}
.el-tabs__item {
    padding: 0 20px;
    height: 40px;
    box-sizing: border-box;
    line-height: 40px;
    display: inline-block;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
    color: #303133;
    position: relative;
    outline: none;
    cursor: pointer;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    background: blanchedalmond;
    height: 73px;
    line-height: 73px;
}
.el-tabs__item >span.is-double{
	display: inline-block;
	line-height: 20px;
	margin-top: 16px;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item {
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    border: 1px solid transparent;
    margin: -1px -1px 0;
    color: #909399;
}

.el-tabs--left .el-tabs__item.is-left, .el-tabs--left .el-tabs__item.is-right, .el-tabs--right .el-tabs__item.is-left, .el-tabs--right .el-tabs__item.is-right {
    display: block;
}

.el-tabs--left .el-tabs__item.is-left {
    text-align: right;
}

.el-tabs--border-card>.el-tabs__header .el-tabs__item.active {
    color: #409eff;
    background-color: #fff;
    border-right-color: #dcdfe6;
    border-left-color: #dcdfe6;
}

.el-tabs--left.el-tabs--border-card .el-tabs__item.is-left {
    border: 1px solid transparent;
    margin: -1px 0 -1px -1px;
}

.el-tabs__content {
    overflow: hidden;
    position: relative;
}

.el-tabs--border-card>.el-tabs__content {
    padding: 15px;
}

.el-tabs__content textarea{
    outline: none;
    resize: none;
    font-size: 14px;
    padding: 5px 3%;
    width: 94%;
    border: 1px solid #ccc;
    height: 170px;
    border-radius: 5px;
    background: #fff;
    font-family: "微软雅黑";
}

.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    transition: .1s;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}

.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}

.common-width{width:1200px;margin:0 auto;}
/*index*/
.banner-bx{position: relative;width: 100%;overflow:hidden;}
.banner-container{width:100%;height:100%;}
.banner-wrapper{position:relative;}
.link-btn-bx{position:absolute;left:50%;top:64%;margin-left:-175px;z-index: 22;
    opacity:0;
    transform:scale(0);
}
.link-btn-bx.btn-animated{
    opacity:1;
    transform:scale(1);
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
.link-btn-bx a{    
    display: inline-block;
    padding: 8px 14px;
    background: rgba(201,76,64,.5);
    color: #fff;
    border-radius: 4px;
    margin: 0 10px;
    border: 1px solid rgba(218, 71, 57, 0.79);}
.link-btn-bx a:hover{background: rgba(49, 137, 191, 0.79);border:1px solid #2181b7;}
.banner-wrapper.banner-bx,div.banner-slide {
    height: 100%;
}
.banner-slide {
    width: 100%;
}

.banner-container {
    position: relative;
}

.banner-wrapper>.banner-slide {
    position: absolute;
    left: 0;
    top: 0;
}

.banner-wrapper>.banner-slide {
    display: none;
}

.banner-wrapper>.banner-slide:nth-child(1) {
    display: block;
}
.banner-slide img {
    position: relative;
    left: 50%;
    margin-left: -50%;
    width: 100%;
}
.swiper-button-white.swiper-button-next {
    left: 6%;
}
.swiper-button-white.swiper-button-prev {
    right: 6%;
}
.swiper-button-white {
    position: absolute;
    top: 40%;
    width: 28px;
}
.swiper-button-white img{width:100%;height:auto;opacity:.5;cursor:pointer;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;}
.swiper-button-white:hover img{opacity:1;}
.nav {
    /*position: absolute;
    left: 0;*/
    /*top: 20px;*/
    position:relative;
    width: 100%;
    height: 93px;
    z-index: 99;
	border-bottom: 1px solid #ddd;
}
.focus {
    display: none;
}
.nav-bg {
    height: 20px;
    width: 100%;
    background: rgba(255,255,255,.25);
    border-radius: 5px;
}
.nav-white-bg {
    background: #fff;
    height: 90px;
    width: 100%;
    border-radius: 5px;
    /*margin-top: -10px;*/
}
.nav-white-bg h1 {
    vertical-align: middle;
    margin-left: 20px;
    margin-right: 30px;
    display: inline-block;
}
.nav-white-bg h1 img{vertical-align: middle;    /*margin-top: 18px;*/}
.nav-white-bg ul {
    float: right;
}
.nav-white-bg ul li {
    float: left;
}
.nav-white-bg ul li a:hover, .nav-white-bg ul li a.cur {
    color: #c94c40;
}
.nav-white-bg ul li a {
    position: relative;
    display: inline-block;
    height: 50px;
    margin: 20px 0;
    padding: 0 20px;
    line-height: 50px;
    font-size: 16px;
}
.nav-white-bg ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #d6812f;
  transition: all 0.3s;
}
.nav-white-bg ul li a:hover:before {
  width: 100%;
}
.nav-white-bg ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 1px;
  background-color: #d6812f;
  transition: all 0.3s;
}
.nav-white-bg ul li a:hover:after {
  width: 100%;
}
.banner-bx.layout {
    padding-top: 94px;
}
.banner-bx.layout .nav {
    background: #fff;
    top: 0;
    position: fixed;
    height: 93px;
    z-index: 999;
}
.banner-bx.layout .nav .nav-bg {
    display: none;
}
.banner-bx.layout .nav .nav-white-bg {
    margin-top: 0;
}
.telphone-number {
    /*float: right;*/
    position:absolute;
    right:75px;
    top:20px;
    width: auto;
    height: 50px;
    /*background: #c94c40;*/
    border-radius: 50%;
    cursor: pointer;
    /*position: relative;*/
    text-align: center;
    /*margin-top: 15px;*/
    /*margin-right: 20px;*/
}
.telphone-number a{
    display: block;
    width: 50px;
}
.telphone-number img {
    margin-top: 8px;
    /*margin-left: 8px;*/
    position: relative;
    z-index: 9;
}
.telphone-number a span {
  line-height: 50px;
  color: #333;
  font-size: 18px;
}
.telphone-number a:hover span {
  color: #409EFF;
}
.telphone-number i {
    position: absolute;
    left: 22px;
    top: 0;
    height: 50px;
    width: 110px;
    background: #c94c40;
    line-height: 50px;
    color: #fff;
    border-radius: 0;
    padding-left: 0;
    text-align: left;
    opacity: 0;
}
.slz-hamburger-menu {
    display: none;
    position: absolute;
    left: 30px;    
    top: 32px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 101;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.slz-hamburger-menu .bar:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slz-hamburger-menu .bar:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 10px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slz-hamburger-menu .bar.animate:before {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23,1,0.32,1);
}
.slz-hamburger-menu .bar.animate:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.slz-hamburger-menu .bar, .slz-hamburger-menu .bar:after, .slz-hamburger-menu .bar:before {
    width: 28px;
    height: 2px;
}
.slz-hamburger-menu .bar.animate {
    background: rgba(255, 255, 255, 0) !important;
}
.slz-hamburger-menu .bar {
    position: relative;
}
.slz-hamburger-menu .bar, .slz-hamburger-menu .bar:before, .slz-hamburger-menu .bar:after {
    background:#cecece;
}

.telphone-number:hover i {
    opacity:1;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}
.telphone-number:hover img {
    opacity:0;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

.bg_bottom{
    width: 100%;
    line-height: 90px;
    padding: 70px 30px;
    text-align: center;
    font-weight: 800;
    font-size: 60px;
    color: #efd1bc;
    background: url(../images/link-bg.jpg) no-repeat center left;
}

.login_track{
  width: 400px;
  height: 430px;
  background: #fff;
  position: absolute;
  top: 150px;
  right: 50%;
  margin-right: -600px;
  z-index: 3;
  border-radius: 8px;
  -webkit-box-shadow: 3px 3px 3px #777777;
          box-shadow: 3px 3px 3px #777777;
}
.login_track_header{
  width: 100%;
  height: 110px;
  border-bottom: 1px solid #e0e0e0;
}
.login_track_header span{
	display: inline-block;
	padding: 40px;
	cursor: pointer;
	box-sizing: border-box;
	width: 50%;
	text-align: center;
}
.login{
  float: left;
}
.track{
  float: right;
}
.login_track_header span div:nth-of-type(1){
  font-size: 19px;
  font-weight: 600;
}
.login_track_header span div:nth-of-type(2){
  color: #ccc;
  font-size: 15px;
}
.userName,.password,.register{
  text-align: center;
  margin: 20px 0;
}
.userName label img{
  width: 20px;
  position: absolute;
  top: 146px;
  left: 90px;
}
.password label img{
  width: 20px;
  position: absolute;
  top: 225px;
  left: 90px;
}
@media not all and (min-resolution:.001dpcm)
{ @supports (-webkit-appearance:none) {
   .userName label img,.password label img{
	  left:90px;
  }
}}
.userName input,.password input{
  border: 1px solid #ccc;
  margin: 10px ;
  padding: 10px 50px;
  border-radius: 5px;
}
.register button{
  padding: 10px 113px;
  margin-top: 15px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #d6812f;
}
.box_left div{
  width: 90%;
  padding: 16.66% 0;
  border-radius: 5px 0 0 5px;
  cursor: pointer;
  background: blanchedalmond;
}
.box_left div:nth-of-type(1),.box_left div:nth-of-type(2){
  border-bottom: 1px solid #fff;
}
.box_right div{
  width: 90%;
  margin: 3% 5%;
  height: 80%;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
}
.search_btn button{
  padding: 10px 160px;
  margin-top: 30px;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  background: #d6812f;
}
.show{
  color: #d6812f;
}
.hide{
  color: #000;
}


.my-product{padding-top: 6%;padding-bottom: 6%;}
.common-index-title{text-align: center;}
.common-index-title h1{    
    position: relative;
    width: 360px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: normal;}
.common-index-title h1:before,.common-index-title h1:after{
    content: "";
    position: absolute;
    width: 84px;
    border-bottom: 3px solid #c94c40;top:28px;}
.common-index-title h1:before{left:0;}
.common-index-title h1:after{right:0;}
.common-index-title p{font-weight: normal;color:#c94c40;font-size: 18px;}
.id-product-list {margin-top: 4%;}
.id-product-list ul li{float: left;width:28%;overflow:hidden;}
.id-product-list ul li:nth-child(2){margin: 0 7%;}
.pl-img{height:140px;overflow:hidden;width:100%;}
.id-product-list ul li img{width:100%;display:block;    transition: all 1.8s ease;
    -webkit-transition: all 1.8s ease;
    -moz-transition: all 1.8s ease;
    -o-transition: all 1.8s ease;}
.id-product-list ul li .pl-ft{background: #eeeeee;color:#333;padding-left: 10%;padding-right: 10%;padding-top: 6%;padding-bottom: 16%;}
.id-product-list ul li .pl-ft h3{margin:0 auto;font-size: 22px;text-align: center;margin-bottom: 10px;}
.id-product-list ul li .pl-ft p{font-size: 16px;font-weight: normal;line-height: 30px;}
.id-product-list ul li:hover img{transform:scale(1.2);}
.id-product-list ul li:hover .pl-ft h3{color:#c94c40;}
.my-majors{height:446px;width:100%;}
.my-majors>div{width:50%;height:100%;float: left;}
.left-red{background: url(../images/left-red_02.jpg) no-repeat center center;background-size: cover;}
.right-gray{background: url(../images/right-gray.jpg) no-repeat center center;background-size: cover;}
.right-gray img{margin-top: 8%;margin-left: 8%;}
.left-red h4{font-size: 36px;color:#fff;font-weight: normal;margin-bottom: 10%;}
.left-red p{font-size: 64px;color:rgba(255,255,255,.24);font-weight: normal;    letter-spacing: 2px;
}
.left-red>div{width:74%;text-align: center;    float: right;
    margin-right: 8%;
    margin-top: 16%;}
.my-about{padding-top: 6%;padding-bottom: 10%;background: url(../images/about-bg.png) no-repeat left top;position:relative;}
.my-about .about-bg-02{position:absolute;bottom:2%;}
.my-about p.my-about-ft{width:90%;text-align: center;margin:0 auto;margin-top: 2%;line-height: 50px;color:#313131;font-size: 18px;}
.my-about .common-index-title,.my-about .my-about-ft{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    opacity:0;
    transform:translate(0,300%);
}
.my-about.w-animate .common-index-title,.my-about.w-animate .my-about-ft{
    opacity:1;   
    transform:translate(0,0);
}


.my-service{width:100%;height:446px;}
.my-service>div{width:50%;height:100%;float: left;}
.left-sv{background: url(../images/index_img_05.jpg) no-repeat center center;background-size:cover;}
.right-sv{background: url(../images/left-red_01.jpg) no-repeat center center;background-size:cover;}
.icon-bx ul{width:600px;margin-top:10%;margin-left: 8%;}
.icon-bx ul li{box-sizing:border-box;width:144px;height:144px;float: left;text-align: center;border-radius: 50%;margin-bottom: 6%; border:2px solid rgba(238,238,238,0);color:#fff;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    cursor:pointer;
}
.icon-bx ul li:nth-child(3n-1){margin:0 84px;}
.icon-bx ul li img{width:133px;height:auto;}
.icon-bx ul li p{font-size: 16px;padding-bottom: 25px;margin-top: 4px;}
.icon-bx ul li:hover{height:144px;border:2px solid rgba(238,238,238,1);}
.partners {
    padding-top:4%;
    padding-bottom: 6%;
    text-align: center;
}
.partners-list {
    padding: 4% 8%;
}
.partners-list li {
    float: left;
}
.partners-list li img {
    transition: all .8s ease;
    width:100%;
    height:auto;
    cursor:pointer;
}
.partners-list li img:hover {
    transform: scale(1.2);
}
/*底部*/
.footer {
    height: 100px;
    background: #000;
    color: #fff;
}
.footer-left {
    float: left;
}
.footer ul li {
    float: left;
}
.footer ul li a {
    color: #fff;
    padding: 16px;
    padding-top: 20px;
    display: inline-block;
}
.footer ul li a:hover{
    color:#c94c40;
}
.footer p {
    padding-left: 16px;
}
.footer-right {
    float: right;
    margin-top: 2px;
}

/*news*/
.news-bx{padding-top: 4%;padding-bottom: 4%;}
.view_select {
    height: 60px;
    margin-top: 26px;
    border-top: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.view_select a.cur, .view_select a:hover {
    background-color: #f7f7f7;
}
.view_select a {
    display: inline-block;
    float: left;
    font-size: 18px;
    width: 50%;
    height: 60px;
    box-sizing: border-box;
    line-height: 60px;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color:#313131;
}
.view_select a span {
    display: inline-block;
    height: 60px;
}
.view_select a:hover span ,.view_select a.cur span{
    background: url(../images/select_ac.png) no-repeat bottom;
    padding-bottom: 13px;
}
.news-list-bx,.news-lis{width:80%;margin:0 auto;}
.news-lis{margin-top: 40px;}
.news-lis li{margin-bottom: 30px;}
.news-img,.news-s-contents{display:inline-block;vertical-align: top;}
.news-img{width:26%;}
.news-s-contents{width:72%;padding-left: 4%;box-sizing: border-box;}
.news-img img{width:100%;height:auto;}
.news-time{color:#888888;font-size: 12px;}
.news-s-contents h2{font-size: 16px;font-weight: bold;color:#333;line-height: 32px;}
.news-s-contents p{font-size: 16px;color:#333;line-height: 24px;height:48px;overflow:hidden;}
.line{margin-top: 50px;border-top:1px solid #e3e3e3;}


.pages {
    padding: 20px 0;
    text-align: center;
    position: relative;
    top: -1px;
    border-top: 1px #f1f1f1 solid;
}
.pages a {
    text-decoration: none;
    cursor: pointer;
    outline: 0 none;
    -webkit-tap-highlight-color: transparent;
    background: url(../images/vivo-news-ico.jpg) no-repeat;
}
.pages a.next {
    background-position: -32px -80px;
}
.pages a.prev {
    background-position: 0 -80px;
}
.pages a {
    width: 31px;
    height: 31px;
    overflow: hidden;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}
.pages strong {
    font-size: 18px;
    color: #666;
    display: inline-block;
    padding: 0 10px;
    font-weight: normal;
    position: relative;
    vertical-align: middle;
    letter-spacing: 0;
}
.pages a.prev:hover {
    background-position: 0 -112px;
}
.pages a.next:hover {
    background-position: -32px -112px;
}
.news-ct-bx{width:80%;margin:0 auto;padding-top: 4%;padding-bottom: 6%;}
.color1{color:#f29a76;}
.color2{color:#888;}
.color3{color:#367bc2;display:block;}
.news-contents-container{padding-top: 4%;color:#333;}
.news-contents-container h1{font-size: 36px;font-weight: normal;text-align: center;}
/*.news-contents-container img{max-width:80%;display:block;margin:0 auto;height:auto;margin-bottom: 4%;margin-top: 4%;}*/
.news-contents-container img{max-width:80%;}
.news-contents-container p{/*text-indent: 32px;*/font-size: 16px;line-height: 32px;}
.check-detail{color:#1b6faf;margin-top: 10px;display:block;}
.product-bx{color:#333;width:80%;margin:0 auto;padding-top: 4%;padding-bottom: 4%;}
.product-bx img{display:block;margin:0 auto;margin-top: 4%;margin-bottom: 4%;}
.product-bx h2{font-size: 36px;font-weight: normal;margin-bottom: 10px;}
.product-bx h2 span{display:inline-block;width:18px;height:18px;background: url(../images/star.png) no-repeat;vertical-align: middle;margin-left: 4px;padding-right: 4px;}
.product-bx h2 i{vertical-align: middle;display:inline-block;}
.pr-servide-detail{padding-left: 3%;padding-right: 3%;font-size: 16px;}
.product-bx h5{margin-bottom: 6px;}
.product-bx p{line-height: 28px;}
.about-bx{margin-top: 4%;padding-bottom: 4%;background: url(../images/about-bg-03.png) no-repeat left top;}
.about-bx p{margin:0 auto;/*text-indent:32px;*/font-size: 16px;margin-bottom: 10px;}
.about-bx h1{text-align: center;font-size: 30px;font-weight: normal;color:#333;margin-bottom: 20px;}
.about-img{width:30%;height:auto;float: right;margin-top: 4%;}
#map {
    height: 240px;
    width: 80%;
    margin: 0 auto;
    margin-top: 4%;
    margin-bottom: 4%;
}
#map img{max-width:initial;height:initial;}
.contact-info {
    padding: 0 10%;
}
.contact-info .ci-bx>div.ci-l {
    width: 30%;
    text-align: center;
}
.contact-info .ci-bx>div {
    float: left;
}
.contact-info .ci-bx>div.ci-l img {
    max-width: 100%;
}
.contact-bx img {
    height: auto;
}
.contact-info .ci-bx>div.ci-r {
    width: 70%;
    color: #333;
    padding-top: 2%;
    overflow: hidden;
}
.contact-info .ci-bx>div.ci-r h5 {
    margin-bottom: 10px;
}
.contact-info .ci-bx>div.ci-r h5, .contact-info .ci-bx>div.ci-r p {
    font-size: 16px;
}
.contact-info .ci-bx>div.ci-r p {
    line-height: 28px;
}
.contact-info .ci-bx>div.ci-r h5, .contact-info .ci-bx>div.ci-r p {
    font-size: 16px;
}
.contact-bx p {
    color: #333;
    line-height: 28px;
}
.ab-bx{padding-top: 4%;padding-bottom: 6%;}
.contact-info .ci-bx:nth-child(2) {
    margin-top: 6%;
}
.gb-gnb__dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .5;
    z-index: 9;
}
.posi-r{position:relative;}
.common-page-title{position:absolute;width:100%;left:3%;bottom:30%;}
.common-page-title>div{width:1100px;margin:0 auto;}
.common-page-title>div p{color:#fff;font-size: 48px;font-weight: normal;}
.common-page-banner{    
    max-width: inherit;
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;}
.small-img{display:none;}


.b-icon{
  vertical-align: middle;
  display: inline-block;
  background-image: url(../images/search_icon.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 54px;
}
.b-icon-express{
    background-position: 3px -182px;
}
.b-icon-express-hover,.active .b-icon-express{
    background-position: 3px -122px;
}
.b-icon-air{
    background-position: 3px -417px;
}
.b-icon-air-hover,.active .b-icon-air{
    background-position: 3px -357px;
}
.b-icon-fba{
    background-position: 3px -69px;
}
.b-icon-fba-hover,.active .b-icon-fba{
    background-position: -2px -8px;
}
.b-icon-package{
    background-position: 3px -296px;
}
.b-icon-package-hover,.active .b-icon-package{
    background-position: 3px -240px;
}
.b-icon-shipping{
    background-position: 3px -530px;
}
.b-icon-shipping-hover,.active .b-icon-shipping{
    background-position: 3px -473px;
}
.b-icon-sh{
    background-position: 3px -646px;
}
.b-icon-sh-hover,.active .b-icon-sh{
    background-position: 3px -589px;
}

@media screen and (max-width: 1920px) {
    .my-about .about-bg-02{right:4%;}
}
@media screen and (max-width: 1440px) {
    .nav-white-bg ul{margin-right: 30px;}
}
@media screen and (max-width: 1366px) {
    .my-about .about-bg-02{right:0;}
    .login_track{ margin-right: -420px;}
    .nav-white-bg ul{margin-right: 120px;}
}
@media screen and (max-width: 1200px) {
    .common-width{
        width: 100%
    }
}
@media screen and (max-width: 1080px) {
    .nav-white-bg h1 img.pro {
        display: none;
    }
    .nav-bg ,.telphone-number{
        display: none;
    }
    .nav-white-bg ul{margin-right: 20px;}
}
@media screen and (max-width:1024px){
    /*.nav-white-bg ul li a{padding:0 8px;font-size: 14px;}
    .nav-white-bg h1{margin-right: 0;}
    .nav-white-bg ul{margin-right: 20px;}*/
    

    .pl-img{height:auto;}
    .left-red p{font-size: 48px;}
    .my-majors,.my-service{height:340px;}
    .left-red h4{font-size: 32px;}
    .right-gray img {    
        margin-top: 10%;
        margin-left: 10%;
        width: 82%;
    }
    .icon-bx ul {
        width: 476px;
    }
    .icon-bx ul li:nth-child(3n-1){margin:0 70px;}
    .icon-bx ul li{height:100px;width:100px;}
    .icon-bx ul li:hover{border:2px solid rgba(238,238,238,1);height: 100px;}
    .partners-list{padding:4% 0;}
    .partners-list li{width:16.666666666667%;}
    .login_track{ margin-right: -200px;}
}
@media screen and (max-width:768px) {
    .login_track{ margin-right: -200px;}
    .news-bx{padding-top: 8%;}
    .small-img{display:block;width:100%;height:auto;}
    .common-page-banner{display:none;    margin-left: 0;
    width: inherit;position:static;left:0;}
    .common-page-title>div{width:auto;padding-left: 3%;}
    .common-page-title{left:0;}
    .nav-white-bg{margin-top: 0;}
    .nav{background: #fff;position:static;height: 56px;}
    .nav-white-bg h1 img {
        width: 40px;
        height: auto;
    }
    .footer-right{
      display: none;
    }
    .nav-white-bg h1 img.pro {
        display: none;
    }
    .nav-white-bg h1 img{margin-top: 0;}
    .banner-bx.layout{padding-top: 0}
    .banner-bx{overflow:initial;}
    .common-width{width:100%;}
    .slz-hamburger-menu{display:block;}
    .nav-bg ,.telphone-number{
        display: none;
    }
    .banner-bx.layout .nav{
      position:static;
      background: #fff;
      position: static;
      height: 56px;
    }
    .nav-white-bg {
        background: rgba(0,0,0,0);
    }
    .nav-white-bg h1 {
        width: 100%;
        text-align: center;
        margin-right: 0;
        margin-left: 0;
    }
    .nav-white-bg ul {
        position: absolute;
        left: -75%;
        top: 56px;
        background: #18364a;
        width: 50%;
        z-index: 9999;
    }
    .nav-white-bg ul.move-left {
        left: 0;
        transition: left 300ms cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    }
    .nav-white-bg ul li {
        float: initial;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    }
    .nav-white-bg ul li a {
        color: #fff;
        line-height: 48px;
        height: 48px;
        font-size: 14px;
    }
    .nav-white-bg ul li a:hover:before,.nav-white-bg ul li a:hover:after{display: none;}
    .id-product-list ul li{width:100%;}
    .id-product-list ul li:nth-child(2){margin:0;}
    .id-product-list ul li .pl-ft{padding-bottom: 6%;margin-bottom: 4%;}
    .my-majors>div{width:100%;}
    .my-majors, .my-service{height:auto;}
    .right-gray img{width:60%;height:auto;margin-left:0;display:block;margin:6% auto;}
    .left-red>div{width:100%;margin:6% auto;}
    .left-red h4{margin-bottom: 4%;}
    .my-about .about-bg-02{width:23%;height:auto;}
    .my-service>div{width:100%;}
    .my-service>div.left-sv{height:280px;}
    .icon-bx ul {
        width: 64%;
        display: block;
        margin: 6% auto;
    }
    .contact-info{padding-top: 4%;}
    .contact-info .ci-bx>div.ci-l{width:18%;margin-right: 4%;}
    .contact-info .ci-bx>div.ci-r{width:76%;}
    .icon-bx ul li:hover{border:2px solid rgba(238,238,238,0);height: 100px;}
    .focus {
        width: 100%;
        height: auto;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        display: block;
    }
    .focus .hd {
        width: 100%;
        height: 11px;
        position: absolute;
        z-index: 1;
        bottom: 10%;
        text-align: center;
    }
    .focus .hd ul {
        display: inline-block;
        height: 5px;
        padding: 3px 5px;
        background-color: rgba(255,255,255,0.7);
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        font-size: 0;
        vertical-align: top;
    }
    .focus .hd ul li{display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#8C8C8C; margin:0 5px;  vertical-align:top; overflow:hidden;   }
    .focus .hd ul .on{ background:#c94c40;  }
    .focus .bd {
        position: relative;
        z-index: 0;
    }
    .focus .bd li a {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }
    .focus .bd li img {
        width: 100%;
        height: auto;
        background: url(../images/loading.gif) center center no-repeat;
    }
    /*.banner-container{display:none;}*/
}

@media screen and (max-width:667px){
    .icon-bx ul {width:80%;margin:6% auto;}
    .icon-bx ul li:nth-child(3n-1) {
        margin: 0 100px;
    }
}

@media screen and (max-width: 667px){
.icon-bx ul li:nth-child(3n-1) {
    margin: 0 72px;
}
@media screen and (max-width:414px) {
    .icon-bx ul li {
        height: 78px;
        width: 78px;
    }
    .my-about p.my-about-ft{line-height: 36px;}
    .common-page-title>div p{font-size: 30px;}
    .icon-bx ul li:hover{border:2px solid rgba(238,238,238,0);height: 78px;}
    .news-contents-container h1{font-size: 22px;}
    .icon-bx ul {
        width: 90%;
    }
    .icon-bx ul li:nth-child(3n-1) {
        margin: 0 66px;
    }
    .common-index-title h1:before, .common-index-title h1:after {
        width: 60px;
        top: 18px;
    }
    .common-index-title h1 {
        width: 60%;
        font-size: 24px;
    }
    .common-index-title p{font-size: 16px;}
    .partners{padding-top: 8%;}
    .footer-left>div{display:none;}
    .footer p{text-align: center;padding-left: 0;line-height: 40px;}
    .footer{height:40px;}
    .footer-left{float: initial;}
    .about-bx p{width:88%;}
    .about-bx h1{font-size: 24px;}
    .news-s-contents p{display:none;}
    .news-s-contents h2{line-height: 24px;font-weight: normal;}
    .news-img{width:40%;}
    .news-s-contents{width:55%;}
    .news-list-bx, .news-lis{width:90%;}
    .news-lis li {
        margin-bottom: 22px;
        padding-bottom: 4%;
        border-bottom: 1px solid #ececec;
    }
    .line{display:none;}
    .pages{border-top-width:0 ;}
    .product-bx h2{font-size: 26px;}
    .product-bx{padding-top: 8%;width:90%;}
    .news-ct-bx{width:90%;}
    .contact-info .ci-bx>div.ci-l{display:none;}
    .contact-info .ci-bx>div.ci-r{width:90%;}
}

@media screen and (max-width:375px){
    .left-red h4{font-size: 26px;}
    .left-red p {
        font-size: 36px;
    }
    .nav-white-bg h1 img{
        width:40px;
    }
    .nav-white-bg h1 img.pro{
        display: none;
    }
    .contact-info {
        padding: 0 5%;
    }
    .my-about{padding-top: 10%;}
    .icon-bx ul li:nth-child(3n-1) {
        margin: 0 48px;
    }

}
@media screen and (max-width:360px){
    .contact-info .ci-bx>div.ci-r{width:96%;}
    .icon-bx ul li:nth-child(3n-1) {
        margin: 0 42px;
    }
    .common-index-title h1 {
        width: 70%;
    }
}

@media screen and (max-width:320px){
    .icon-bx ul li:nth-child(3n-1) {
        margin: 0 25px;
    }
    .contact-info .ci-bx>div.ci-r h5, .contact-info .ci-bx>div.ci-r p {
        font-size: 14px;
    }
}