﻿@charset "utf-8";
/* CSS Document */
/*切图：yf*/
html{ overflow-x:hidden; overflow-y:auto;}
body{ overflow-x: hidden;}
*{ padding:0; margin:0;}
ul,ol,li,dl,dd,dt{ list-style-type:none; line-height:normal;}
body, button, input, select, textarea{ font-family:'Microsoft yahei' ,Arial; font-size:12px;}
code, kbd, pre, samp { font-family:'Microsoft yahei' ,Arial;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
a{ text-decoration:none; color:#333;
        transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
-webkit-transition: all 0.5s linear;
     -o-transition: all 0.5s linear;
-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
-webkit-tap-highlight-color: transparent;
}
a:hover{color:#333; cursor:pointer; text-decoration: none;}
img{border:0; max-width:100%;}
table { border-collapse: collapse; border-spacing: 0; }
h1,h2,h3,h4,h5,h6{ margin:0; font-weight:normal; font-family:'Microsoft yahei' ,Arial;}
h1{font-size:36px;}
h2{font-size:24px;}
h3{font-size:22px;}
h4{font-size:18px;}
h5{font-size:14px;}
h6{font-size:12px;}
input,table,tr,td{ margin:0; padding:0; border:none;}
button,table{ border:none; background:none; margin:0; padding:0;}
select{ margin:0; padding:0; font-family:'Microsoft yahei' ,Arial;}
textarea{ resize:none; outline:0;}
input{ outline:0;}

.pz_banner{ float:left; width:100%;  overflow:hidden; position: relative;  }
.pz_main{ float:left; width:100%; background: #fff; }
.pz_down{ float:left; width:100%; }

.top1{ float: left; width:100%; background: #fff; position: relative; z-index: 1020;}
.top1 .cellect{}
.top1 .cellect a{ float: right; padding: 1px 0 0 0; color: #727171; line-height: 20px; }
.top1 .cellect a span{ float: left; margin: 0 5px;}
.top1 .cellect a.hover{color: #1a4989; font-weight: bold;}
.top1 .cellect a:hover{ color: #1a4989; }
.top1 .logo{ float: left; width: 227px; height: 50px; margin: 0 0 10px 6px; }

@media screen and (max-width:1169px){
    .top1 .logo{ width: 136px; height: 30px; margin: 20px 0 5px 10px; }
}
@media screen and (max-width:767px){
    .top1 .logo{ margin: 20px 0 5px 0; }
}


.menuBox{ height: 40px; background:url("images/top1.jpg") repeat-x;}
.menu{ }
.menu ul{ float:left;}
.menu ul .nli{ float: left; position: relative; }
.menu ul .nli span a{ float:left; height: 40px; padding:0 26px; color:#fff; font-size: 15px; line-height: 40px;  }
.menu ul .nli.active span a{ background: #fff; color: #5a5a5a;}

.menu .sub{ display: none; position: absolute; width:230px; left:50%; margin-left: -124px; top: 100%; background: #fff;
    -webkit-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    -moz-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    -o-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    box-shadow: 0 2px 3px rgba(133,133,133,0.5);
}
.menu .sub .first_li{ color: #5a5a5a; font-size: 12px; line-height: 25px; background: url("images/top2.png") bottom center no-repeat;position: relative;}
.menu .sub .first_li:last-child{ background: 0;}
.menu .sub .first_li .first_a{ float:left; width:100%; padding:5px 18px 5px 18px; color: #5a5a5a; font-weight: bold;  position: relative;}
.menu .sub .first_li .first_a b{ position: absolute; width: 7px; height: 12px; right: 15px; top: 50%; margin-top: -6px; line-height: 0; }
.menu .sub .first_li:hover .first_a{ color: #5a5a5a;}
@media screen and (max-width:1439px){
    .menu ul .nli{ padding: 0 13px; }
}

.menu .sub .two_sub{ display: none; position: absolute; width: 170px; background: #fff; left: 100%; top: 0;
    -webkit-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    -moz-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    -o-box-shadow: 0 2px 3px rgba(133,133,133,0.5);
    box-shadow: 0 2px 3px rgba(133,133,133,0.5);
}
.menu .sub .first_li:hover .two_sub{ display: block;}
.menu .sub .two_sub li{ background: url("images/top4.png") bottom center no-repeat;}
.menu .sub .two_sub li a{ float: left; width: 100%; padding: 5px 0 5px 20px; line-height: 26px; color: #5a5a5a; font-size: 12px; text-align: left;  }
.menu .sub .two_sub li a:hover{ color: #1a4989;}

/*手机按钮*/
.menuph{
    float:right;
    margin:10px 0 5px 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    /*background-color: #0e6fcf;*/
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 14px;
    position: relative;
}
.menuph .point:hover .navbtn,
.menuph .point:hover .navbtn::after,
.menuph .point:hover .navbtn::before
{
    width: 28px;
}
.menuph .navbtn
{
    position: absolute;
    top: 10px;
    right: 0;
    display: inline-block;
    width: 21px;
    height: 2px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #000000;
}
.menuph .navbtn::after,
.menuph .navbtn::before
{
    position: absolute;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 2px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;

    background: #000000;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 11px;
}
.menuph .point.active .navbtn{
    background: transparent;
}
.menuph .point.active .navbtn::after{
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}
.menuph .point.active .navbtn::before
{
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
    display: none;
    z-index: 1029;
    background: #fff;
}
.xialaph .img_d{ display:none;}
.xialaph .ul2,
.xialaph .ul3,
.xialaph .ul4
{
    display: none;
}
.xialaph .ul2{ background: #f8f8f8;}
.xialaph h4 a{
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    line-height: 50px;
}
.xialaph h4,
.xialaph h5,
.xialaph h6{
    position: relative;
}
.xialaph li:last-child h4::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    /*opacity: 0.1;*/
}
.xialaph h4::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e5e5e5;
    /*opacity: 0.1;*/
}
.xialaph h4 em{ font-size: 12px; margin-left: 5px; text-transform: uppercase;}

.xialaph h5 a{
    display: block;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
    /*opacity: 0.05;*/
}
.xialaph h6 a{ padding-left: 17px;}
.xialaph li:last-child h5::after{
    display: none;
}
.xialaph h4 img{
    width: 15px;
    height: 8px;
    float: right;
    margin-top: -29px;
    cursor: pointer;
}
.xialaph h5 img{
     width: 11px;
     height: 6px;
     float: right;
     margin-top: -24px;
     margin-right: 18px;
     cursor: pointer;
}
.xialaph h6 img{
    width: 7px;
    height: 7px;
    float: left;
    margin-top: -20px;
    margin-left: 0px;
    cursor: pointer;
}
.xialaph h4.active img.img_s,
.xialaph h5.active img.img_s{
    display: none;
}
.xialaph h4.active img.img_d,
.xialaph h5.active img.img_d{
    display: block;
}
.xialaph h6.active img{ display: none;}
.xialaph h6::before{ content:''; position: absolute; width: 7px; height: 1px; background: #4d4d4d; left: 0; top: 50%;}
.xialaph .ul2{

}
.xialaph .ul3{
    padding-top: 12px;
    padding-bottom: 18px;
    padding-left: 15px;
    position: relative;
}
.xialaph .ul3::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #e5e5e5;
}
.xialaph li:last-child .ul3::after{
    display: none;
}
.xialaph .ul3 li a{
    color: #666;
    font-size: 12px;
    line-height: 28px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}
.xialaph .ul4{ border-bottom: #e5e5e5 solid 1px; border-top: #e5e5e5 solid 1px;}
.xialaph .ul4 a{ float: left; padding: 0 10px;}
.xialaph .phsou{
    position: relative;
    margin-top: 20px;
}
.xialaph .phsou input{
    width: 100%;
    height: 56px;
    background-color: #fff;
    color: #aaa;
    font-size: 14px;
    padding-left: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 0;
    -webkit-appearance:none;
}
.xialaph .phsou img{
    cursor: pointer;
    width: 21px;
    height: 22px;
    position: absolute;
    top: 17px;
    right: 29px;
}

.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 196;
    display: none;
}
.phonemeng.active{
    display: block;
}

/*banner*/
.bannerOuter{ margin-top: 10px;}
.bannerBox{ min-height:380px; }
.bannerBox .owl-dots{ position: absolute; bottom: 52px; left: 80px; text-align: center;}
.bannerBox .owl-dots .owl-dot{ display: inline-block; *display: inline; *zoom: 1; margin: 0 5px;}
.bannerBox .owl-dots .owl-dot span{ float: left; width: 13px; height: 13px; background:gray;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    border-radius:50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    -o-border-radius:50%;
}
.bannerBox .owl-dots .owl-dot.active span{
    background: #1A4989;
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
}
@media screen and (max-width:1169px){
    .bannerOuter{ margin-top: 0;}
    .bannerBox{ min-height: 372px;}
}
@media screen and (max-width:991px){
    .bannerBox{ min-height: 286px;}
    .bannerBox .owl-dots{ bottom: 20px; left: 30px; }
}
@media screen and (max-width:767px){
    .bannerOuter{ margin: 0 -10px; border-top: #f1f1f1 solid 1px;}
    .bannerBox{ min-height: 122px;}
    .bannerBox .owl-dots{ bottom: 10px; left: 15px; }
    .bannerBox .owl-dots .owl-dot span{ width: 10px; height: 10px; }
}


/*main*/
/*homeProduct*/
.homeProduct{ padding: 12px 0 23px 0; margin: 0 -9px;}
.homeProduct ul{ float: left; width: 100%;}
.homeProduct ul li{ float: left; width: 33.333333333%; padding: 10px 14px 0 15px;}
.homeProduct ul li a{ float: left; width: 100%; border: #aaaaaa solid 1px; padding: 15px 0 11px 0;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
}
.homeProduct ul li a:hover{ border: #1a4989 solid 1px; background: #1a4989; }
.homeProduct ul li a .proIcon{ float: left; width: 114px; height: 86px; margin: 0 0 0 26px; }
.homeProduct ul li a .proIcon .imgs{}
.homeProduct ul li a .proIcon .imgd{ display: none;}
.homeProduct ul li a:hover .proIcon .imgs{ display: none;}
.homeProduct ul li a:hover .proIcon .imgd{ display: block;}
.homeProduct ul li a .proRight{ padding: 28px 0 28px 152px; color: #373737; font-size: 16px; line-height: 30px; font-weight: 600;}
.homeProduct ul li a:hover .proRight{ color: #fff;}
@media screen and (max-width:1169px){
    .homeProduct ul li a .proIcon{ width: 97px; height: 73px; margin: 0 0 0 15px; }
    .homeProduct ul li a .proRight{ padding: 21px 0 22px 142px; font-size: 18px;min-height:103px; }
}
@media screen and (max-width:991px){
    .homeProduct ul li a .proIcon{ width: 77px; height: 58px; margin: 0 0 0 10px; }
    .homeProduct ul li a .proRight{ padding: 14px 0 14px 95px; font-size: 16px; }
}
@media screen and (max-width:767px){
    .homeProduct ul li{ width: 100%; padding: 10px 14px 0 15px;}
    .homeProduct ul li a{  padding: 10px 0 10px 0;}
    .homeProduct ul li a .proIcon{  margin: 0 0 0 20px; }
    .homeProduct ul li a .proRight{ padding: 14px 0 14px 125px; }
}

@media screen and (max-width:767px){
    .homeProduct{ padding: 5px 0 15px 0;}
}

/*homeAbout*/
.homeAboutBack{ background: #f5f5f5;}
.homeAboutBox{}
.homeAbout{ float: left; width: 24.3478%; padding: 3.3% 4.391% 0 6px;}
.homeAboutTitle{ color: #151515; font-size: 20px; line-height: 1.2; font-weight: bold;}
.homeAbout .homeAboutDown{ margin: 24px 0 0 0; height: 300px; color: #151515; font-size: 12px; line-height: 20px; overflow: hidden;}

.homeAbout .homeAboutBtn{ margin:35px 0 0 0; }
.homeAbout .homeAboutBtn a{ float: left; color: #1a4989; font-size: 12px; line-height: 24px; text-decoration: underline; padding: 0 0 0 6px;}
@media  screen and (max-width:991px){
    .homeAbout{ width: 50%; }
}
@media  screen and (max-width:767px){
    .homeAbout{ width: 100%; padding: 5.5% 0 0 0; }
    .homeAbout .homeAboutDown{ margin: 4% 0 0 0; height: auto; }
    .homeAbout .homeAboutBtn{ margin:4% 0 0 0; }
}
.homeNew{ float: left; width: 43.913%; padding: 3.3% 30px 0 0;}
.homeNew .homeNewDown{ margin: 20px 0 0 0;}
.homeNew .homeNewDown ul{ height: 303px;}
.homeNew .homeNewDown ul li{ padding: 5px 0;}
.homeNew .homeNewDown ul li .newLink{ float: left; width: 100%;}
.homeNew .homeNewDown ul li .newLink .newPic{ float: left; width: 91px; height: 91px; overflow: hidden;}
.homeNew .homeNewDown ul li .newLink .newPic img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.homeNew .homeNewDown ul li .newLink:hover .newPic img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);
}
.homeNew .homeNewDown ul li .newLink .newRight{ margin: 0 0 0 105px;}
.homeNew .homeNewDown ul li .newLink .newRight h3{ padding: 3px 0 0 0; color: #151515; font-size: 15px; line-height: 23px; font-weight: bold;}
.homeNew .homeNewDown ul li .newLink:hover .newRight h3{ color: #1a4989;}
.homeNew .homeNewDown ul li .newLink .newTime{ color: #c9c9c9; font-size: 10px; font-family: Arial; line-height: 16px;}
.homeNew .homeNewDown ul li .newLink .newText{ margin: 7px 0 0 0; height: 30px; color: #151515; font-size: 12px; line-height: 15px; overflow: hidden;}
.homeNew .homeNewBtn{ margin: 30px 0 0 0;}
.homeNew .homeNewBtn .btnLink{ float: left; background: #1a4989; padding: 0 17px; color: #fff; font-size: 12px; line-height: 35px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
}
.homeNew .homeNewBtn .btnLink span{ float: left;}
.homeNew .homeNewBtn .btnLink b{ float: left; width: 5px; height: 12px; margin: 12px 0 0 12px; line-height: 0;}
@media  screen and (max-width:991px){
    .homeNew{ width: 50%; padding: 3.3% 0 0 0;}
}
@media  screen and (max-width:767px){
    .homeNew{ width: 100%; padding: 5.5% 0 0 0; }
    .homeNew .newPad{ margin: 0 -10px; padding: 5.5% 10px 5.5% 10px;  background: #fff; }
    .homeNew .homeNewDown{ margin: 3.5% 0 0 0;}
    .homeNew .homeNewBtn{ margin: 5.5% 0 0 0;}
}
.homeSearch{ float: right; width: 31.196%;  padding: 0 3% 0 3.478%; background: url("images/main8.png") top right no-repeat #dcdcdc;}
.homeSearch .searchTit{ padding: 35px 0 18px 15px; color: #1a4989; font-size: 20px; line-height: 32px; font-weight: bold;}
.homeSearch .searchSelect{ padding: 20px 0 0 0;}
.homeSearch .searchSelect .selectBox{ float: left; width: 100%; height: 40px; background: url("images/main9.png") right center no-repeat #fff; color: #393939; font-size: 15px; line-height: 40px; border: 0; margin: 0; text-indent: 15px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-appearance:none;
    outline: 0;
}
.homeSearch .searchButton{ padding: 30px 0 0 0;}
.homeSearch .searchButton .buton{ float: left; padding: 0 17px; background: #1a4989; color: #fff; font-size: 15px; line-height: 35px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-appearance:none;
    outline: 0;
}
.homeSearch .searchButton .buton:hover{ background: #2d5791;}
.homeSearch .searchClick{ margin: 30px 0 40px 0; position: relative;}
.homeSearch .searchClick a{ float: left; width: 100%; height: 105px; margin: 46px 0 0 0; padding: 45px 0 0 18px; background: #8b8b8b; color: #fff; font-size: 16px; line-height: 19px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    -moz-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    -o-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    box-shadow: 0 2px 5px rgba(72,72,72,0.6);
}
.homeSearch .searchClick .clickText{ position: absolute; width: 100%; left: 0; bottom: 24%; padding: 0 0 0 6%; }
.homeSearch .searchClick .clickPic{ position: absolute; width: 154px; right: 0; bottom: 0;}
@media  screen and (max-width:991px){
    .homeSearch{ float: left; width: 100%; margin-top: 4%; }
    .homeSearch .searchClick{ margin: 20px 0 40px 0; }
}
@media  screen and (max-width:767px){
    .homeSearch .searchSelect{ padding: 10px 0 0 0;}
    .homeSearch .searchClick{ margin: 20px 0 5.5% 0; }
}

.searchbox{ float: left; width: 100%; height: 40px; margin: 0;   }
.searchbox input{ display:none;}
.searchbox .titcon{ float:left; width:100%; height:40px; text-indent:15px; color: #393939; font-size: 15px; line-height: 40px;  background: url("images/main9.png") right center no-repeat #fff;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
}
.searchbox .serul{ float:left; width:100%; left:0; margin-top:-3px; border-top: #eee solid 1px; padding:5px 0; background-color:#fff; display:none;
    -moz-border-radius:0 0 4px 4px;
    webkit-border-radius:0 0 4px 4px;
    -khtml-border-radius:0 0 4px 4px;
    border-radius:0 0 4px 4px;}
.searchbox .serul li{ float:left; width:90%; padding:0 5% 0 10px; font-size: 16px; line-height:40px; color:#3c3c3c; }
.searchbox .serul li a{color:#3c3c3c;}
.searchbox .serul li a:hover{ color:#4889e5;}





/*.exhibiton*/
.homeExhibiton{ padding: 17px 0 3% 0;}
.exhibitonTitle{ color: #151515; font-size: 20px; line-height: 1.2; font-weight: bold; padding:0 0 0 7px;}
.homeExhibiton .exhibiton{ padding: 2.956% 0 0 0; }
.homeExhibiton .exhibiton ul{ padding:0 53px 0 53px; }
.homeExhibiton .exhibiton ul .owl-stage-outer{ padding: 5px 0 5px 0;}
.homeExhibiton .exhibiton ul li{ padding: 0 17px;}
.homeExhibiton .exhibiton ul li a{ float: left; width: 100%; background: #f8f9f8; padding: 11px 25px 11px 15px;
    -webkit-box-shadow: 0 2px 10px rgba(105,105,105,0.2);
    -moz-box-shadow: 0 2px 10px rgba(105,105,105,0.2);
    -o-box-shadow: 0 2px 10px rgba(105,105,105,0.2);
    box-shadow: 0 2px 10px rgba(105,105,105,0.2);
}
.homeExhibiton .exhibiton ul li a h3{ height: 40px; color:#151515; font-size: 15px; line-height: 20px; font-weight: bold; overflow: hidden;}
.homeExhibiton .exhibiton ul li a .time{ margin: 12px 0 0 0; color: #c9c9c9; font-size: 12px; line-height: 16px;}
.homeExhibiton .exhibiton ul .owl-prev{ position: absolute; width:45px; height: 45px; left: 0; top: 50%; margin-top: -22px; background: url("images/main11.png") no-repeat; background-size: cover; text-indent: -900px; overflow: hidden; }
.homeExhibiton .exhibiton ul .owl-prev:hover{background: url("images/main11_h.png") no-repeat;background-size: cover;}
.homeExhibiton .exhibiton ul .owl-next{ position: absolute; width:45px; height: 45px; right: 0; top: 50%; margin-top: -22px; background: url("images/main12.png") no-repeat; background-size: cover; text-indent: -900px; overflow: hidden; }
.homeExhibiton .exhibiton ul .owl-next:hover{background: url("images/main12_h.png") no-repeat; background-size: cover;}
@media  screen and (max-width:767px){
    .homeExhibiton{ padding: 17px 0 5.5% 0;}
    .homeExhibiton .exhibiton ul li{ padding: 0 6px;}
}
@media  screen and (max-width:480px){
    .homeExhibiton .exhibiton ul{ padding:0 30px 0 30px; }
    .homeExhibiton .exhibiton ul li a{  padding: 11px 12px 11px 12px;  }
    .homeExhibiton .exhibiton ul .owl-prev{ width:30px; height: 30px; background-size: cover; margin-top: -15px; }
    .homeExhibiton .exhibiton ul .owl-next{ width:30px; height: 30px; background-size: cover; margin-top: -15px; }
}
/*down*/
.footerTop{ background: #3d4144;}
.footerTop .footTopBox{ padding: 3.565% 0 5.652% 0;}
.footerTop .footTopBox .footCell{ float: left; width: 296px;}
.footerTop .footTopBox .footCell .footLogo{ float: left; width: 224px; height: 48px; margin: 4px 0 0 5px;}
.footerTop .footTopBox .footCell_2{ float: left; width: 646px;}
.cellTitle{}
.cellTitle .titi{ display: block; color: #ffffff; font-size: 15px; line-height: 31px;}
.cellTitle .line{ line-height: 0;}
.cellTitle .line span{ float: left; width: 47px; height: 2px; background: #1a4989;}
.footerTop .footTopBox .footCell_2 .cell_2_down{ padding: 12px 0 30px 0;}
.footerTop .footTopBox .footCell_2 .cell_2_down ul{}
.footerTop .footTopBox .footCell_2 .cell_2_down ul li{ color: #fff; line-height: 22px;}
.footerTop .footTopBox .footCell_2 .cell_2_down ul li a{color: #fff;}
.footerTop .footTopBox .footCell_2 .cell_2_btn{  }
.footerTop .footTopBox .footCell_2 .cell_2_btn a{ float:left; padding: 0 12px; background: #fff; color: #3d4144; line-height: 35px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;}
.footerTop .footTopBox .footCell_2 .cell_2_btn a:hover{ background: #1a4989; color: #fff;}
.footerTop .footTopBox .footCell_2 .cell_2_btn span{ float: left;}
.footerTop .footTopBox .footCell_2 .cell_2_btn b{ float: left; width: 19px; height: 13px; margin: 11px 0 0 10px; line-height: 0;}
.footerTop .footTopBox .footCell_2 .cell_2_btn b .imgs{}
.footerTop .footTopBox .footCell_2 .cell_2_btn b .imgd{ display: none;}
.footerTop .footTopBox .footCell_2 .cell_2_btn a:hover b .imgs{ display: none;}
.footerTop .footTopBox .footCell_2 .cell_2_btn a:hover b .imgd{ display: block;}


.footerTop .footTopBox .footCell_2 .cell_2_btn .visiblePhone{ display: none;}
.footerTop .footTopBox .footCell_3{ float: left; width: 208px;}
.footerTop .footTopBox .footCell_3 .cellEwm{ margin: 18px 0 0 0; text-align: center;}
.footerTop .footTopBox .footCell_3 .cellEwm .ewm{ float: left; width: 40px; height: 40px; position: relative; cursor: pointer;}
.footerTop .footTopBox .footCell_3 .cellEwm .ewm .imgs{}
.footerTop .footTopBox .footCell_3 .cellEwm .ewm .imgd{ display: none;}
.footerTop .footTopBox .footCell_3 .cellEwm .ewm.active .imgs{ display: none;}
.footerTop .footTopBox .footCell_3 .cellEwm .ewm.active .imgd{ display: block;}


.footerTop .footTopBox .footCell_3 .cellEwm .ewm .ewmFloat{ display: none; left: 0; top: 38px; position: absolute; width: 115px; height: 121px; padding: 13px 10px 10px 7px; background: url("images/foot3.png") no-repeat;}

.footerDown{ background: #f9f9f9;}
.footerDown .footerDownBox{ padding: 5px 0; color: #3d4144; font-size: 12px; line-height: 20px; text-align: right;}
.footerDown .footerDownBox a{}
@media  screen and (max-width:1169px){
    .footerTop .footTopBox .footCell_2{ float: left; width: 468px;}
}
@media  screen and (max-width:991px){
    .footerTop .footTopBox .footCell{ width: 100%;}
    .footerTop .footTopBox .footCell .footLogo{ float: none; width: 168px; height: 36px; margin: 0 auto;}
    .footerTop .footTopBox .footCell_2{  width: 60%;}
    .footerTop .footTopBox .footCell_3{ width: 40%;}
}
@media  screen and (max-width:767px){
    .footerTop .footTopBox{ padding: 5.5% 0 5.652% 0;}
    .footerTop .footTopBox .footCell_2{  padding: 5% 0;}
    .footerTop .footTopBox .footCell_2 .cell_2_btn .visiblePhone{ display: inline-block;}
    .footerTop .footTopBox .footCell_2 .cell_2_down{ padding: 12px 0 15px 0;}
    .footerTop .footTopBox .footCell_3{  padding: 5% 0;}
}
@media  screen and (max-width:460px){
    .footerTop .footTopBox .footCell .footLogo{ width: 112px; height: 24px; }
    .footerTop .footTopBox .footCell_2{  width: 100%; padding: 5% 0;}
    .cellTitle .titi{ text-align: center;}
    .cellTitle .line{  text-align: center;}
    .cellTitle .line span{ float: none; display: inline-block; }
    .footerTop .footTopBox .footCell_2 .cell_2_down ul{ text-align: center;}
    .footerTop .footTopBox .footCell_2 .cell_2_down ul li{ display: inline-block; margin: 0 10px; color: #fff; line-height: 22px;}
    .footerTop .footTopBox .footCell_2 .cell_2_btn{ text-align: center;  }
    .footerTop .footTopBox .footCell_2 .cell_2_btn a{ float:none;}
    .footerTop .footTopBox .footCell_3{  width: 100%; padding: 0; }
    .footerTop .footTopBox .footCell_3 .cellEwm .ewm{ float: none; display: inline-block;}
    .footerDown .footerDownBox{ text-align: center;}
}

/*foot*/
.footHeight{ float: left; width: 100%; height: 50px;}
.phoneMenu{ position: fixed; width: 100%; height: 50px; left: 0; bottom: 0; z-index: 195; background: #fff;  }
.phoneMenu a{ float: left; width: 25%; padding:2px 0;}
.phoneMenu a .pic{ float: left; width: 100%; height: 24px; text-align: center; margin: 3px 0 4px 0;}
.phoneMenu a .pic .imgs{ display: inline-block;}
.phoneMenu a .pic .imgd{ display: none;}
.phoneMenu a.active .pic .imgs{ display: none;}
.phoneMenu a.active .pic .imgd{ display: inline-block;}
.phoneMenu a span{ float: left; width: 100%; text-align: center; color: #666666; font-size: 14px; line-height: 16px;}
.phoneMenu a.active span{ color: #1a4989;}

/*about*/
.aboutBread{ padding: 10px 12px 0 12px; color: #646464; line-height: 20px;}
.aboutBread a{color: #646464;}
.aboutBread a:hover{ color: #1a4989;}
.aboutContent{ float: left; width: 783px; padding: 15px 12px 10% 12px; color: #000000; line-height: 20px;}
.aboutContent .aboutContentTit{ color: #000000; font-size: 16px; font-weight: bold; line-height: 24px;}
.aboutContent .aboutContentText{ padding:2.29% 0 4.21% 0;}
.aboutContent .aboutDownCon{}
.aboutContent .aboutDownCon .aboutDownTit{ color: #000000; font-size: 20px; line-height: 1.2;}
.aboutContent .aboutDownCon .aboutDownList{ padding: 16px 0 9px 0;}
.aboutContent .aboutDownCon .aboutDownList .listLeft{ float: left; width: 320px; height: 170px; margin: 0 44px 0 0;}
.aboutContent .aboutDownCon .aboutDownList .listRight{}
.aboutContent .aboutDownCon .aboutDownList .listRight h5{ padding:2.55% 0; color: #000000; font-size: 14px; font-weight: bold; line-height: 20px;}
.aboutContent .aboutDownCon .aboutDownList .listRight .listLi{ color: #000000; line-height: 18px;}
@media  screen and (max-width:1169px){
    .aboutBread{ border-top: #f1f1f1 solid 1px;}
}
@media  screen and (max-width:991px){
    .aboutContent{ width: 100%; }
    .aboutContent .aboutDownCon .aboutDownList .listLeft{ width: 226px; height: 120px;}
}
@media  screen and (max-width:767px){
    .aboutBread{ padding: 10px 0 0 0; }
    .aboutContent{ padding: 15px 0 6% 0;;}
    .aboutContent .aboutDownCon .aboutDownTit{ font-size: 18px; }

}
@media  screen and (max-width:480px){
    .aboutContent .aboutDownCon .aboutDownList .listLeft{ width: 150px; height: 80px; margin: 0 10px 0 0;}
    .aboutContent .aboutDownCon .aboutDownList .listRight h5{ padding:0 0 2.32% 0; }

}

/*contact*/
.aboutContent .aboutContentText.contact{ padding:1.33% 0 3.19% 0; font-size: 14px;}

.contactMap{ border: #e6e6e6 solid 2px; }
#bdmap{width:100%; height:400px; background: no-repeat}
#bdmap img{ max-width:none;}
@media  screen and (max-width:1169px){
    .contactMap{ padding:0;}
}
@media  screen and (max-width:991px){
    #bdmap{ height:260px; }
}
@media  screen and (max-width:767px){
    #bdmap{ height:200px; }
}

/*news*/
.newLeft{ float: left; width: 200px; padding: 30px 10px 30px 12px;}
.newLeft .newTitle{ color: #535353; font-size: 15px; font-weight: bold; line-height: 24px;}


.pz_SideLayer{ line-height: 0; padding: 14px 0 0 0;}
.pz_SideLayer .l1{ padding: 0 0 0 23px; position: relative; }
.pz_SideLayer .l1 b{ position: absolute; width: 8px; height: 14px; left: 0; top: 50%; margin-top: -7px; line-height: 0;}
.pz_SideLayer .l1 a{  color: #535353; font-size: 15px; line-height: 23px;  }
.pz_SideLayer .l1 a:hover,
.pz_SideLayer .l1 .hover{ color:#1a4989; }


.babyser{ padding: 0 12px;}
.babyser h2{ float:left; width:100%; border-bottom:#e1e1e1 solid 1px;  color:#333333; font-size:18px; line-height:48px;}
.babyser h2 .imgr{ float:right; margin:16px 0 0 0;}
@media  screen and (max-width:1169px){
    .babyser h2 .imgr{ float:right; margin:16px 0 0 0;
        transition: all 0.2s linear;
    }
    .babyser h2.active .imgr{
        -webkit-transform:rotate(180deg);
        -moz-transform:rotate(180deg);
        -o-transform:rotate(180deg);
        transform:rotate(180deg);
    }
}
@media  screen and (max-width:767px){
    .babyser{ padding: 0;}
}

.pz_SideLayerph{ float: left; width: 100%; display:none;  background-color:#fff;}
.pz_SideLayerph .l1{}
.pz_SideLayerph .l1 h3{ color:#333; font-size:14px; line-height:40px; cursor:pointer; border-bottom:#e1e1e1 dashed 1px; position: relative;}
.pz_SideLayerph .l1 h3 a{ display: block; color:#333; padding-left:15px;}
.pz_SideLayerph .l1 h3.active a{ color:#000;}
.pz_SideLayerph .l1 h3 img{ position: absolute; right: 0; top: 0; margin:17px 15px 0 0;}
.pz_SideLayerph .l1 h3 img.img3{ display:block;}
.pz_SideLayerph .l1 h3 img.img3h{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3{ display:none;}
.pz_SideLayerph .l1 h3.active img.img3h{ display:block;}
.pz_SideLayerph .l1 .l1ul{ display:none;}
.pz_SideLayerph .l1 .l1ul li{border-bottom:#e1e1e1 solid 1px; padding:10px 10px 10px 29px; font-size:14px; line-height:22px;}
.pz_SideLayerph .l1 .l1ul li:last-child{ border:0;}
.pz_SideLayerph .l1 .l1ul li a{color:#999999;}

.rightBox{ float: right; width: 949px; padding: 5px 12px 13.91% 0;}
@media  screen and (max-width:991px){
    .rightBox{ float: left; width: 100%; padding: 5px 12px 10% 12px; }
}
@media  screen and (max-width:767px){
    .rightBox{ padding: 0 0 6% 0; }
}

.newList{}
.newList ul{ }
.newList ul li{ padding: 15px 0;}
.newList ul li .newLink{ float: left; width: 100%;}
.newList ul li .newLink .newPic{ float: left; width: 146px; height: 146px; overflow: hidden;}
.newList ul li .newLink .newPic img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.newList ul li .newLink:hover .newPic img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);
}
.newList ul li .newLink .newRight{ margin: 0 0 0 160px;}
.newList ul li .newLink .newTime{ padding: 6px 0 10px 0; color: #c9c9c9; font-size: 10px; font-family: Arial; line-height: 16px;}
.newList ul li .newLink .newRight h3{ color: #000000; font-size: 20px; font-weight: bold; line-height: 1.2;}
.newList ul li .newLink:hover .newRight h3{ color: #1a4989;}
.newList ul li .newLink .newText{ margin: 16px 0 0 0; height: 30px; color: #151515; font-size: 12px; line-height: 15px; overflow: hidden;}
.newListBtn{ margin: 3.627% 0 0 0;}
.newListBtn .btnLink{ float: left; background: #1a4989; padding: 0 17px; color: #fff; font-size: 12px; line-height: 35px;
    border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    -o-border-radius:2px;
}
.newListBtn .btnLink span{ float: left;}
.newListBtn .btnLink b{ float: left; width: 5px; height: 12px; margin: 12px 0 0 12px; line-height: 0;}
@media  screen and (max-width:767px){
    .newListBtn{ margin: 5.5% 0 0 0;}
    .newList ul li{ padding: 8px 0;}
    .newList ul li .newLink .newPic{ width: 91px; height: 91px; }
    .newList ul li .newLink .newRight{ margin: 0 0 0 105px;}
    .newList ul li .newLink .newTime{ padding: 0 0 10px 0; }
    .newList ul li .newLink .newRight h3{ font-size: 15px; }
    .newList ul li .newLink .newText{ margin: 10px 0 0 0; }
}

/*cooper*/
.cooperContent{ padding: 30px 300px 0 0;}
.cooperText{ padding:0 0 21px 0; color: #000000; line-height: 18px; }
.cooperTab{}
.cooperTab .hd{}
.cooperTab .hd ul{}
.cooperTab .hd ul li{ float: left; margin: 0 48px 0 0; color: #000000; font-size: 15px; line-height: 32px; cursor: pointer;}
.cooperTab .hd ul li.on{ color: #1a4989; font-weight: bold;}
.cooperTab .bd{}
.cooperTab .bd .bdShow{ padding: 16px 0 0 0; color: #000000; font-size: 13px; line-height: 18px;}
.cooperTab .bd .bdShow h5{ font-size: 20px; line-height: 26px;}
.cooperTab .bd .bdShow .showDown{}
.cooperTab .bd .bdShow .showDown .showIco{ float: right; width: 196px; height: 61px;}
.cooperTab .bd .bdShow .showDown .showText{ float: left; width:450px;}
@media  screen and (max-width:1169px){
    .cooperContent{ padding: 30px 150px 0 0;}
}
@media  screen and (max-width:991px){
    .cooperContent{ padding: 30px 0 0 0;}
}
@media  screen and (max-width:767px){
    .cooperContent{ padding: 20px 0 0 0;}
    .cooperTab .bd .bdShow h5{ font-size: 16px; }
    .cooperTab .bd .bdShow .showDown .showText{ float: none; width:auto;}
    .cooperTab .bd .bdShow .showDown .showIco{ width: 129px; height: 40px; margin: 0 0 10px 10px;}
}

/*products*/
.productLeft{ float: left; width: 697px; padding: 20px 12px 10.43% 12px;}
.productLeft .productPicture{}
.productLeft .productBlock{ padding:7.429% 0 0 0; }
.productLeft .productBlock .blocTitle{}
.productLeft .productBlock .blocTitle h4{ float: left; color: #1a4989; font-size: 20px; line-height: 24px; height: 24px; background: #fff; padding-right: 32px;}
.productLeft .productBlock .blocTitle span{ display: block; margin-top: 14px;  height: 1px; background: #aaaaaa;}
.productLeft .productBlock .blockText{ padding: 10px 0 0 0; color: #000000; font-size: 14px; line-height: 24px;}
.productLeft .productBlock .blockList{ padding: 17px 0 0 0; margin-left: -12px;}
.productLeft .productBlock .blockList .document{ border-bottom: #1b4783 solid 1px; color: #000000; font-size: 15px; font-weight: bold; line-height: 33px; display:table; width:100%;}
.productLeft .productBlock .blockList .tableCell_1{  width:76%; padding:0 0 0 12px;display:table-cell; vertical-align:middle; }
.productLeft .productBlock .blockList .tableCell_2{  width:12%;display:table-cell; vertical-align:middle; text-align:center; }
.productLeft .productBlock .blockList .documentLi{ border-bottom: #d7d7d7 solid 1px; display:table; width:100%;}
.productLeft .productBlock .blockList .cellStyle{  width: 21px; height: 20px; line-height: 0; margin:0px auto;}
.productLeft .productBlock .blockList .cellLoad{ width: 22px; height: 20px; display:block; margin:0px auto;}
.productLeft .productBlock .blockList .cellLoad img{width:100%;}
.productLeft .productBlock .blockList .cellBit{ color: #000000; font-size: 14px; line-height: 25px; height:25px;word-wrap: break-word; word-break: normal; }
.productLeft .productBlock .blockList .cellBit span{display:block; width:100%;overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
@media  screen and (max-width:1169px){
    .productLeft{ width: 660px; }
}
@media  screen and (max-width:991px){
    .productLeft{ width: 100%;  padding: 20px 12px 5% 12px; }
}
@media  screen and (max-width:767px){
    .productLeft{ padding: 20px 0 5% 0; }
    .productLeft .productBlock .blocTitle h4{ font-size: 18px; }
    .productLeft .productBlock .blockList{ padding: 10px 0 0 0; margin-left: 0; margin-right: 0;}
	.productLeft .productBlock .blockList .cellBit{ width:50%;}
	.productLeft .productBlock .blockList .cellBit span{width:300px;}
}
@media  screen and (max-width:480px){
 .productLeft .productBlock .blockList .cellBit span{width:200px;}
}
@media  screen and (max-width:380px){
    .productLeft .productBlock .blockList .document{ border-bottom: #1b4783 solid 1px; color: #000000; font-size: 12px; font-weight: bold; line-height: 33px;}
}


.productRight{ float: right; width: 369px; padding:0 3px 20px 0; }
@media  screen and (max-width:1169px){
    .productRight{ width: 303px;  }
}
@media  screen and (max-width:991px){
    .productRight{ width: 100%;  }
}


.productSear{  padding: 0 10px 0 37px; background: #dcdcdc; margin-top: 31px;}
.productSear .searTitBox{}
.productSear .searTitBox .searTit{ float: left; padding:34px 0 0 12px;  color: #1a4989; font-size: 20px; line-height: 32px; font-weight: bold; }
.productSear .searTitBox .searVideo{ float: right; width: 151px; height: 120px; margin-top: -31px;}
.productSear .searSelect{ padding: 14px 31px 0 0;}
.productSear .searSelect .selectBox{ float: left; width: 100%; height: 40px; background: url("images/main9.png") right center no-repeat #fff; color: #393939; font-size: 15px; line-height: 40px; border: 0; margin: 0; text-indent: 15px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-appearance:none;
    outline: 0;
}
.productSear .searchButton{ padding: 30px 0 46px 0;}
.productSear .searchButton .buton{ float: left; padding: 0 17px; background: #1a4989; color: #fff; font-size: 15px; line-height: 35px;
    border-radius:3px;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    -o-border-radius:3px;
    -webkit-appearance:none;
    outline: 0;
}
.productSear .searchButton .buton:hover{ background: #2d5791;}
@media  screen and (max-width:1169px){
    .productSear{  padding: 0 10px 0 30px; }
    .productSear .searSelect{ padding: 14px 21px 0 0;}
}
@media  screen and (max-width:767px){
    .productSear{  padding: 0 0 0 3.5%; }
    .productSear .searSelect{ padding: 14px 3.5% 0 0;}
    .productSear .searchButton{ padding: 30px 0 30px 0;}
}

.productManual{ margin:18px 0 0 0;}
.productManual .searchClick{ margin: 30px 0 0 0; position: relative;}
.productManual .searchClick a{ float: left; width: 100%; height: 105px; margin: 46px 0 0 0; padding: 45px 0 0 35px; background: #8b8b8b; color: #fff; font-size: 20px; line-height: 19px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    -moz-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    -o-box-shadow: 0 2px 5px rgba(72,72,72,0.6);
    box-shadow: 0 2px 5px rgba(72,72,72,0.6);
}
.productManual .searchClick .clickText{ position: absolute; width: 100%; left: 0; bottom: 24%; padding: 0 0 0 6%; }
.productManual .searchClick .clickPic{ position: absolute; width: 154px; right: 0; bottom: 0;}
@media  screen and (max-width:767px){
    .productManual .searchClick{ margin: 10px 0 0 0; }
    .productManual .searchClick a{  margin: 46px 0 0 0; font-size: 16px; padding: 45px 0 0 35px;  }
}

.productSupport{ margin: 50px 0 0 0; background: #daeaf9; padding: 11px 24px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    -o-border-radius:4px;
    -webkit-box-shadow: 0 2px 5px rgba(172,172,172,0.6);
    -moz-box-shadow: 0 2px 5px rgba(172,172,172,0.6);
    -o-box-shadow: 0 2px 5px rgba(172,172,172,0.6);
    box-shadow: 0 2px 5px rgba(172,172,172,0.6);
}
.productSupport .supportIco{ float: left; width: 47px; height: 47px; margin: 3px 0 0 0;}
.productSupport .supportRight{ margin: 0 0 0 73px;}
.productSupport .supportRight .supportTit{ color: #535353; font-size: 16px; font-weight: bold; line-height: 20px;}
.productSupport .supportRight .supportText{ padding: 9px 0 0 0;}
@media  screen and (max-width:991px){
    .productSupport{ margin: 30px 0 0 0;  }
}
@media  screen and (max-width:767px){
    .productSupport{ margin: 20px 0 0 0;  }
}

.productAbout{ padding: 45px 0 0 0;}
.productAbout h5{ color: #535353; font-size: 15px; font-weight: bold; line-height: 20px;}
.productAbout .aboutList{ padding: 13px 0 0 0;}
.productAbout .aboutList li{ color: #535353; font-size: 15px; line-height: 23px; position: relative; padding-left: 25px;}
.productAbout .aboutList li b{ position: absolute; width: 16px; height: 16px; left: 0; top: 50%; margin-top: -8px; line-height: 0;}
.productAbout .aboutList li a{color: #535353;}
.productAbout .aboutList li a:hover{ color: #1b4783;}
@media  screen and (max-width:991px){
    .productAbout{ padding: 30px 0 0 0;}
}
@media  screen and (max-width:767px){
    .productAbout{ padding: 20px 0 0 0;}
}

/*productInner*/
.productInnerLeft{ float: left; width: 744px; padding: 20px 12px 10.43% 12px;}
@media  screen and (max-width:1169px){
    .productInnerLeft{ width: 660px; }
}
@media  screen and (max-width:991px){
    .productInnerLeft{ width: 100%;  padding: 20px 12px 5% 12px; }
}
@media  screen and (max-width:767px){
    .productInnerLeft{ padding: 20px 0 5% 0; }
}

.productInnerTop{ padding:0 0 4.94% 0; color: #000000; line-height: 16px; }
.productInnerTop h4{ color: #000000; font-size: 20px; line-height: 1.1;}
.productInnerTop .productInnerDown{ padding: 16px 0 0 0;}
.productInnerTop .leftTit{
	float: left;
	margin: 0 48px 0 0;
}
.productInnerTop .rightTit{
	float: right;
	color: #1a4989;
	font-weight: bold;
	margin-top: 8px;
}
.productInnerTop .gapLine {
	padding-top: 5px;
    border-bottom: #1a4989 solid 2px;
    clear: both;
}
.productInnerTop .productInnerDown{
	clear: both;
}
.cooperTab.tab2 .hd ul li{}
.cooperTab.tab2 .hd ul li.on{ color: #1a4989; font-weight: bold; border-bottom: #1a4989 solid 2px;}
.productTab{ border:0;}
.productTab td{ border: #434343 solid 1px;}
.productTab .tdTit{ background: #1a4989; text-align: center; padding:14px 0; color: #fff; line-height: 20px; }
.productTab .tdTit_1{ width: 18%;}
.productTab .tdTit_2{ width: 11%;}
.productTab .tdTit_3{ width: 12%;}
.productTab .tdTit_4{ width: 13%;}
.productTab .tdTit_5{ width: 10%;}
.productTab .tdTit_6{ width: 10%;}
.productTab .tdTit_7{ width: 14%;}
.productTab .tdLi{ text-align: center; padding: 5px 0 ; color: #000000; font-size: 12px; line-height: 15px;}
.productTab .tdLeft{ text-align: left; text-indent: 10px;}
.productTab .tdLeft3{ text-align: left; text-indent: 8px;}
.productTab .tdLeft4{ text-align: left;text-indent: 35px;}
.productTab .tdLeft5{ text-align: left;text-indent: 15px;}
.productTab .tdLeft6{ text-align: left;text-indent: 20px;}
.productTab .special{text-align: left;text-indent: 20px;}
.productTab .tdLi_1{ background: #f5f5f5;}
.productTab .tdLi_2{ background: #d7d7d7;}
.productTab .phTit{ width: 28%;}
.productTab .phPro{background: #1a4989; color: #fff;}
/*andon表格*/
.productTab .tbtit1{width: 11%;}
.productTab .tbtit2{width: 17%;}
.productTab .tbtit3{width: 7%;}
.productTab .tbtit4{width: 8%;}
.productTab .tbtit5{width: 6%;}
.productTab .andonTb{padding: 10px 0;background-color: #f5f5f5;}
/*自适应*/
.productTab .xstbtit1{width: 30%;}
.productTab .xstbtit2{width: 50%;}
.productTab .xstbtit3{width: 10%;}
.productTab .bgc{background-color: #f5f5f5;}
@media  screen and (max-width:767px){
    .cooperTab.tab2 .hd ul li{ margin: 0 20px 0 0; font-size:12px; }
}
.smartVideo{ padding: 0 0 30px 0;}
.smartVideo .smartTitle{}
.smartVideo .smartTitle h4{ float: left; padding: 0 30px 0 15px; font-size: 14px; background: #fff; color: #000000; line-height: 26px;}
.smartVideo .smartTitle .line{ height: 1px; background: #535353; margin-top: 14px; }
.smartVideo .smartDown{ margin: 0 -11px;}
.smartVideo .smartDown ul{ float: left; width: 100%;}
.smartVideo .smartDown ul li{ float: left; width: 33.3333%; padding: 24px 22px 0 22px;}
.smartVideo .smartDown ul li a{ float: left; width: 100%; border: #d5d5d5 solid 1px;}
.smartVideo .smartDown ul li a .smartPic{ overflow: hidden;}
.smartVideo .smartDown ul li a .smartPic img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.smartVideo .smartDown ul li a:hover .smartPic img{
    transform: scale(1.09,1.09);
    -ms-transform: scale(1.09,1.09);
    -webkit-transform: scale(1.09,1.09);
    -o-transform: scale(1.09,1.09);
    -moz-transform: scale(1.09,1.09);
}
.smartVideo .smartDown ul li a h6{ color: #1a4988; font-size: 15px; line-height: 50px; background: #d5d5d5; padding: 0 10px 0 43px; position: relative;}
.smartVideo .smartDown ul li a h6 b{ position: absolute; width: 19px; height: 19px; left: 20px; top: 50%; margin-top: -10px; line-height: 0;}
@media  screen and (max-width:767px){
    .smartVideo{ padding: 0 0 15px 0;}
    .smartVideo .smartDown ul li{ padding: 15px 10px 0 10px;}
    .smartVideo .smartDown ul li a h6{ line-height: 36px; padding: 0 10px 0 20px;}
    .smartVideo .smartDown ul li a h6 b{ left: 0; }
}
@media  screen and (max-width:480px){
    .smartVideo .smartDown{ margin: 0 -4px;}
    .smartVideo .smartDown ul li{ padding: 15px 5px 0 5px;}
}


/*newInner*/
.newInner{ padding: 0 12px 10% 12px;}
.newInner h2{ color: #2d2d2d; font-size: 18px; line-height: 1.2; padding: 24px 0 12px 0;}
.newInner .scan{ color: #6e6e6e; line-height: 20px;}
.newInner .innerContent{ padding: 4.44% 0 0 0; color: #2d2d2d; font-size: 14px; line-height: 24px;}
@media  screen and (max-width:767px){
    .newInner{ padding: 0 0 5.5% 0;}
}

/*series*/
.seriesBox{ margin: 0 -12px;}
.seriesBox ul{ float: left; width: 100%; padding: 0 0 10% 0;}
.seriesBox ul li{ float: left; width: 50%; padding: 0 25px; margin: 20px 0 0 0;}
.seriesBox ul li a{ float: left; width: 100%; border: #d7d7d7 solid 1px;}
.seriesBox ul li a .seriesPic{ float: left; width:138px; height: 98px; }
.seriesBox ul li a .seriesMore{ float: right; width: 44px; height: 98px; background: #d5d5d5;}
.seriesBox ul li a:hover .seriesMore{ background: #1a4989;}
.seriesBox ul li a .seriesMore b{ float: left; width: 8px; height: 17px; margin: 40px 0 0 19px; line-height: 0;}
.seriesBox ul li a .seriesCon{ height: 98px; border-left: #d7d7d7 solid 1px; margin: 0 44px 0 138px; padding: 0 20px;}
.seriesBox ul li a .seriesCon h5{ padding: 24px 0 13px 0; color: #5a5a5a; font-size: 18px; line-height: 24px;}
.seriesBox ul li a .seriesCon .conContent{ color: #5a5a5a; font-size: 15px; line-height: 20px;}
@media  screen and (max-width:991px){
    .seriesBox ul li{ width: 100%; }
}
@media  screen and (max-width:767px){
    .seriesBox{ margin: 0;}
    .seriesBox ul li{ padding: 0 ; margin: 12px 0 0 0;}
    .seriesBox ul li a .seriesPic{ width:100px; height: 71px; }
    .seriesBox ul li a .seriesCon{ height: 71px; border-left: #d7d7d7 solid 1px; margin: 0 32px 0 100px; padding: 0 12px;}
    .seriesBox ul li a .seriesMore{ width: 32px; height: 71px; }
    .seriesBox ul li a .seriesMore b{ margin: 27px 0 0 12px; }
    .seriesBox ul li a .seriesCon h5{ padding: 12px 0 6px 0; font-size: 16px; }
    .seriesBox ul li a .seriesCon .conContent{  font-size: 12px; }
}

/*document*/
.txtAllBox{ padding: 0 0 10% 0;}
.txtBox{ padding: 20px 22px 0 22px; }
.txtBox .txtTitle{ padding: 9px 0 10px 0; }
.txtBox .txtTitle h5{ float: left; padding: 0 5px 0 0; background: #fff; color: #333231; font-size: 20px; line-height: 24px;}
.txtBox .txtTitle span{ display: block; height: 1px; background: #e1e1e1; margin-top: 12px;}
.txtBox .txtText{ padding: 0 0 12px 0; color: #666; line-height: 18px;}
.txtBox .txtDownList{}
.txtBox .txtDownList .tit{ border-bottom: #dfdfdf solid 2px; border-top: #dfdfdf solid 2px; color: #15487F; font-size: 14px; font-weight: bold; padding: 10px 0; line-height: 22px;}
.txtBox .txtDownList li{ min-height: 42px; border-bottom: #f1f1f1 solid 1px; color: #000; font-size: 12px; padding: 13px 0; line-height: 16px;}
.txtBox .txtDownList  .t1{ float: left; width: 39.92%; word-wrap: break-word; word-break: normal; }
.txtBox .txtDownList  .t2{ float: left; width: 9.98%;}
.txtBox .txtDownList  .t3{ float: left; width: 9.98%;}
.txtBox .txtDownList  .t4{ float: left; width: 9.98%;}
.txtBox .txtDownList  .t5{ float: left; width: 9.98%;}
.txtBox .txtDownList  .t6{ float: left; width: 20.1%;}
.txtBox .txtDownList li .b{ float: left; width: 15px; height: 15px; margin: 2px 5px 0 5px; line-height: 0;}
.txtBox .txtDownList li .b img{ display: inline-block;}
.txtBox .txtDownList li .link{ color: #1a4989;}
.txtBox .txtDownList li:hover{ background: #dce4ec;}
.txtBox .txtDownList li:hover .link{ text-decoration: underline;}
.txtBox .txtDownList li .blue{ color: #1a4989;}
@media  screen and (max-width:991px){
    .txtBox .txtDownList  .t1{ width: 60.02%;}
    .txtBox .txtDownList  .t2{ width: 19.96%;}
    .txtBox .txtDownList  .t3{ width: 19.96%;}
    .txtBox .txtDownList  .t4{ display: none;}
    .txtBox .txtDownList  .t5{ display: none;}
    .txtBox .txtDownList  .t6{ display: none;}
}
@media  screen and (max-width:767px){
    .txtAllBox{ padding: 0 0 5.5% 0;}
    .txtBox{ padding: 20px 0 0 0;}
}



/*登录弹窗*/
.loadBack{ display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.6); z-index: 1050;}
.loadWindow{ display: none; position: fixed; width: 375px; left: 50%; top: 50%;  margin: -202px 0 0 -187px; z-index: 1060; background: rgba(45,45,45,0.7);}
.loadWindow .loadTit{ padding: 20px 0; color: #fff; font-size: 20px; line-height: 25px; text-align: center; background: #2d2d2d;}
.loadWindow .loadTit span{ font-style: italic; font-size: 16px;}
.loadWindow .loadSuper{ padding: 38px 40px 26px 40px;}
.loadWindow .loadSuper .superInputBox{ margin: 20px 0 0 0; position: relative; height: 39px;}
.loadWindow .loadSuper .superInputBox .imInput{ float: left; width: 100%; height: 39px; background: #fff; border: 0; margin: 0 ; padding: 10px 15px; color: #333; font-size: 13px; line-height: 19px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-appearance:none;
    outline: 0;

}
.inco1 ::-webkit-input-placeholder { color:#969696 !important;}
.inco1 :-moz-placeholder {  color:#969696 !important;}
.inco1 ::-moz-placeholder {  color:#969696 !important;}
.inco1 :-ms-input-placeholder { color:#969696 !important; }
.loadWindow .loadSuper .superInputBox b{ display: none; position: absolute; width: 24px; height: 24px; right: 14px; top: 50%; margin-top: -12px;}
.loadWindow .loadSuper .superErro{ padding: 10px 0 0 15px; color: #ff0000; font-size: 13px; line-height: 18px; display:none;}
.loadWindow .loadSuper .superRemember{ padding: 11px 0 16px 4px;}
.loadWindow .loadSuper .superRemember label{ color: #fff; font-size: 13px; line-height: 20px;}
.loadWindow .loadSuper .superRemember label input[type="checkbox"]{ margin: 5px 5px 0 0; vertical-align: top;}
.loadWindow .loadButton{}
.loadWindow .loadButton .btnLoad{ float: left; width: 100%; background: #1a4989; color: #fff; font-size: 18px; text-align: center; line-height: 39px; margin: 0; border: 0;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-appearance:none;
    outline: 0;
	margin-top:15px;
}
.loadWindow .loadButton .btnLoad:hover{ background: #0c2f66;}
.loadWindow .loadFoget{ padding: 25px 0 0 4px; color: #fff; font-size: 13px; line-height: 18px; cursor: pointer;}

.fogetBox{ display: none; position: fixed; width: 510px; left: 50%; top: 50%; margin: -122px 0 0 -255px; z-index: 1080; background: #fff;}
.fogetBox .fogetTitBox{ background: #f0f0f0;}
.fogetBox .fogetTit{ padding: 20px 0; text-align: center; color: #323232; font-size: 18px; line-height: 25px;}
.fogetBox .fogetShup{ float: right; width: 20px; height: 20px; margin: 23px 24px 0 0; line-height: 0; cursor: pointer;}
.fogetBox .fogetFox{ padding: 34px 55px 43px 55px;}
.fogetBox .fogetFox .foxfouction{ color: #323232; font-size: 12px; line-height: 20px;}
.fogetBox .fogetFox .foxDown{ padding: 26px 0 0 0; color: #164384; font-size: 18px; line-height: 28px;}
@media  screen and (max-width:530px){
    .fogetBox{ width: 94%; left: 3%; top: 50%; margin: -122px 0 0 0; }
    .fogetBox .fogetFox{ padding: 34px 20px 43px 20px;}
}

/*产品咨询弹窗*/
.consultBoxBack{ display: none; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0,0,0,0.6); z-index: 1050;}
.consultBox{ display: none; position: fixed; width: 740px; left: 50%; top: 50%; margin: -326px 0 0 -390px; background: #fff; z-index: 1080;}
.consultBox .consultTit{ background: #f0f0f0;}
.consultBox .consultTit .tit{ padding: 30px 0; text-align: center; color: #323232; font-size: 26px; line-height: 34px;}
.consultBox .consultTit .consultShup{ float: right; width: 28px; height: 28px; margin: 34px 34px 0 0; line-height: 0; cursor: pointer;}
.consultBox .consultDown{ padding: 15px 50px 40px 0 ;}
.consultBox .consultDown .consultLine{}
.consultBox .consultDown .consultCell{ float: left; width: 50%; margin: 15px 0 0 0;}
.consultBox .consultDown .consultCell .cellTit{ float: left; width: 104px; padding: 0 6px 0 0; color: #323232; font-size: 14px; line-height: 37px; text-align: right;}
.consultBox .consultDown .consultCell .red{ color: #ff0000;}
.consultBox .consultDown .consultCell .consultInput{ padding: 0 0 0 104px;}
.consultBox .consultDown .consultCell .consultInput .input{ float: left; width: 100%; height: 37px; background: #fff; border: #e6e6e6 solid 1px; margin: 0 ; padding: 8px 15px; color: #333; font-size: 13px; line-height: 19px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-appearance:none;
    outline: 0;
}
.consultBox .consultDown .consultCell_2{ float: left; width:100%; margin: 15px 0 0 0;}
.consultBox .consultDown .consultCell .consultInput .area{ float: left; width: 100%; height: 98px; background: #fff; border: #e6e6e6 solid 1px; margin: 0 ; padding: 8px 15px; color: #333; font-size: 13px; line-height: 19px;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-appearance:none;
    outline: 0;
}
.consultBox .consultDown .consultCell_3{ padding: 6px 0 14px 104px; color: #b9b9b9; font-size: 13px; line-height: 20px;}
.consultBox .consultDown .consultCell_3 span{color: #ff0000;}
.consultBox .consultDown .consultSubmit{ padding: 0 0 18px 104px;}
.consultBox .consultDown .consultSubmit .imBtn{ float: left; padding: 0 18px; background: #154084; color: #fff; font-size: 14px; font-weight: bold; line-height: 36px; margin: 0;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    -o-border-radius:6px;
    -webkit-appearance:none;
    outline: 0;
}
.consultBox .consultDown .consultSubmit .imBtn:hover{ background: #0c2f66;}
.consultBox .consultDown .consultlock{ padding: 0 0 0 104px;}
.consultBox .consultDown .consultlock b{ float: left; width: 16px; height: 20px; line-height: 0;}
.consultBox .consultDown .consultlock span{ display: block; color: #b9b9b9; font-size: 13px; line-height: 20px; padding-left: 30px;}

@media  screen and (max-width:991px){
    .consultBox.another{ padding-top: 20px; border-top: #f1f1f1 solid 1px; display: block; position: static; width: 100%; left: auto; top: auto; margin:0; background: #fff; z-index: 1080;}
}
@media  screen and (max-width:767px){
    .consultBox .consultDown .consultCell{ width: 100%; margin: 12px 0 0 0;}
}
@media  screen and (max-width:450px){
    .consultBox .consultDown{ padding: 15px 15px 40px 0 ;}
}



.elli{ overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
@media screen and (max-device-width: 320px){body{-webkit-text-size-adjust:none}}
@media screen and (max-device-width: 480px){body{-webkit-text-size-adjust:none}}
@media only screen and (-webkit-min-device-pixel-ratio: 2){body{-webkit-text-size-adjust:none}}
@media only screen and (min-device-width: 768px) and (max-device-width: 1243px){body{-webkit-text-size-adjust:none}}

/*分页*/
.waik_1{ width:100%; float:left; padding:60px 0 60px 0;}
.waik_2{ width:100%; float:left; padding:40px 0;}
.waik_3{ width:100%; float:left; padding:50px 0 80px 0;}
.pz_fy{width:100%; float:left; text-align:left; font-family:'Arial';}/*分页浮左或者浮右，修改此处即可。例：text-align:left;*/
.pz_fy a { display:inline-block; width:30px; height:30px; line-height:30px; background:#fff; COLOR: #999; font-size:14px; text-decoration:none; margin:0 2px; border-radius:3px; text-align:center; border:1px solid #e5e5e5;}
.pz_fy a:hover,.pz_fy a.on{ color: #fff; background-color:#095b9f; text-decoration:none;}/*鼠标经过和默认当前页样式*/
.pz_fy a.a1{ font-family:'宋体'}
.fy_phone{ display:none;}
@media  screen and (max-width:991px){
.waik_1{ padding:30px 0;}
.waik_2{ padding:30px 0;}
.waik_3{ padding:30px 0;}
.fy_phone{ display:block; font-family:'Arial';}
.fy_phone{ width:100%; float:left; text-align:center; font-size:14px; color:#333;}
.fy_phone a{ display:inline-block; width:100px; height:30px; line-height:29px; border:solid 1px #095b9f; color:#333;
-webkit-border-radius:15px; 
   -moz-border-radius:15px;
        border-radius:15px; }
.fy_phone span{ display:inline-block; padding:0 10%; height:30px; line-height:30px; color:#333;}
}
