@import "slick.css";
@import "slick-theme.css";
html,body{padding:0;font-size:14px;line-height:1.8em;font-family: 'Microsoft yahei' ,Arial; background-color: #ffffff;}
*{ padding:0; margin:0; outline: none;}
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{cursor:pointer;}
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;}
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block}
i{font-style:normal;}

.elli{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.minHeight{min-height:500px;}

.top1{width:100%; position:relative; z-index: 999; }
.top1 .logo{width:371px; height: auto; margin:20px 0 0 0; float:left;}

.menu_box{float:right; margin-right:14px;}
.menu{float:left;}
.menu .nli{float:left; position: relative; text-align: center;margin-left:50px; }
.menu .nli:first-child{margin-left:0;}
.menu .nli span > a{padding:34px  0 32px 0; display: block; position: relative; text-align: center;
	transition: all 0s linear ;
    -moz-transition: all 0s linear;
    -webkit-transition: all 0s linear;}
.menu .nli span > a .i1{display:block; font-size:18px; color:#444444; line-height: 26px;font-weight:bold;}
.menu .nli span > a .i2{display:block; font-size:12px; color:#bebebe; line-height: 18px; text-transform: uppercase;}
.menu .nli:hover span > a{background:url(http://www.fqtzhj.com/skin/css/p1.png) center no-repeat; background-size:auto cover;}
.menu .nli.on span > a{background:url(http://www.fqtzhj.com/skin/css/p1.png) center no-repeat; background-size:auto cover;}
.menu .nli:hover span > a .i1{ color:#DD2D2D;}
.menu .nli:hover span > a .i2{ color:#DD2D2D;}
.menu .nli.on span > a .i1{ color:#DD2D2D;}
.menu .nli.on span > a .i2{ color:#DD2D2D;}

.sub{position: absolute; top:110px; left: 50%; width:140px; background-color:rgba(0,174,220,0.6);text-align: center; z-index: 101; display:none; margin-left:-70px;}
.sub a{display:block; font-size:14px; color:#fff;  padding:10px 0; border-bottom:1px solid rgba(255,255,255,0.1);}
.sub a:hover{background-color:rgba(0,174,220,0.9);}

@media screen and (max-width:1429px){
	.menu_box{margin:0;}
	.menu .nli{margin-left:60px;}
}


/*手机头*/
.top2{width:100%; height:60px;display: none ; position: relative; z-index: 999; background-color:#fff;}
.top2.active{border-bottom:1px solid rgba(95,123,118,0.1);}
.top2 .logo{width:320px; height:auto; float:left; margin-top:6px;}

@media screen and (max-width:991px){
    .top2{ display:block;}
	.top1{ display:none;}
}


.xialaph h4 a .i2{display:inline-block;; font-size:10px; font-weight: normal; margin-left:10px;}

/*下拉*/
.menuph{
    float:right;
    margin:10px 0 0 0;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
}
.menuph .point
{
    display: inline-block;
    width: 28px;
    height: 22px;
    margin-top: 10px;
    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: #5b5d5e;
}
.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: #5b5d5e;
}
.menuph .navbtn::after
{
    top: -11px;
}
.menuph .navbtn::before
{
    top: 10px;
}
.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: 0px;
}


/*手机下拉*/
.xialaph{
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    display: none;
    z-index: 100;
    background-color:#fff;padding:0 2%;
}
.xialaph .img_d{ display:none;}
.xialaph .ul2,
.xialaph .ul3{
    display: none;
}
.xialaph h4 a{
    display: block;
    color: #5b5d5e;
    font-size: 14px;
    line-height: 50px;
    position: relative;
	font-weight: bold;
	text-transform: uppercase;
}
.xialaph h4{
    position: relative;
}
.xialaph h4 .ico{width:22px; line-height: 0; display: inline-block ; vertical-align: middle; margin-right:5px;}
.xialaph li:last-child h4::before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f2f2f2;
	display: none
}
.xialaph li:first-child h4::after{display:none;}
.xialaph h4::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color:rgba(95,123,118,0.1);;
    /*opacity: 0.1;*/
}
.xialaph h4 em{ font-size: 12px; margin-left: 5px; text-transform: uppercase;}

.xialaph h5 a{
    display: block;
    color: #5b5d5e;
    font-size: 14px;
    line-height: 42px; padding:0 10px;
}
.xialaph h5{
    position: relative;
}
.xialaph h5::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    background-color:rgba(95,123,118,0.1);;
    /*opacity: 0.05;*/
}
.xialaph li:last-child h5::after{
    display: none;
}
.xialaph h4 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #5b5d5e solid 1px; border-right: #5b5d5e solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h4.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}
/*.xialaph .ul2{ padding-left: 30px;  }*/
.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: 14px;
    line-height: 35px;
    display: block;
}
.xialaph .ul3 li{
    padding-top: 5px;
}
.xialaph .ul3 li:first-child{
    padding-top: 0;
}

.xialaph h5 b{
    position: absolute; right: 5px; top: 50%;
    width: 9px;
    height: 9px;
    float: right;
    border-top: #999 solid 1px; border-right: #999 solid 1px;
    margin-top: -5px;
    cursor: pointer;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -o-transform:rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.xialaph h5.active b{
    transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    -moz-transform:rotate(135deg);
    -o-transform:rotate(135deg);
    margin-top: -7px;
}

 
.phonemeng{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .6;
    z-index: 99;
    display: none;
}
.phonemeng.active{
    display: block;
}


/*banner*/
.pz_banner{clear: both;}
.c_banner{position:relative; overflow: hidden;}
.bannerTxtBox{position:absolute; top:50%; left: 0; width:100%;
-webkit-transform: translate(0, -52%);
    -ms-transform: translate(0, -52%);
        transform: translate(0, -52%);}
.bannerTxt{text-align: center;  padding:30px 100px 170px 100px; background:url(p3.png) center no-repeat; background-size:100% 100%; float:left;}
.bannerTxtBox .ico{width:175px; height: auto; line-height: 0; display: block; margin: auto;}
.bannerTxtBox .H4{font-size:62.5px; color:#3b3b3b; font-family: 'Microsoft yahei' ,Arial; font-weight: lighter; margin: 50px 0 40px 0; text-shadow: 0 0 50px rgba(255,255,255,0.75); }
.bannerTxtBox .H4 .bolderBox{font-weight: bolder;}
.bannerTxtBox .H4 .bold{font-weight: bolder; color:#DD2D2D;}
.bannerTxtBox .bannerLink{display:inline-block; padding:0 40px; line-height: 46px; background-color:#0092b9; border-radius: 30px; font-size:22px; color:#fff;font-family: 'Microsoft yahei' ,Arial; font-weight: lighter; }
.bannerTxtBox .bannerLink a{display:inline-block;color:#fff;}
.bannerTxtBox .bannerLink a:hover{color:#DD2D2D;}
.bannerTxtBox .bannerLink .i1{display:inline-block; }
.bannerTxtBox .H5{font-size:18px; color:#3b3b3b;text-shadow: 0 0 50px rgba(255,255,255,0.75); margin: 25px 0 20px 0;}
.bannerTxtBox .H6{display:inline-block; font-size:30px; color:#DD2D2D; font-weight: bold; line-height: 35px;text-shadow: 0 0 50px rgba(255,255,255,0.75); white-space: nowrap}
.bannerTxtBox .H6 .ico2{width:35px; height: 35px; float:left; line-height: 0; margin-right:15px;}

.slide1 .slick-prev{width:31px; height:60px; background:url(p6.png) center no-repeat; background-size:100%; left: 75px;}
.slide1 .slick-next{width:31px; height:60px; background:url(p7.png) center no-repeat; background-size:100%; right:75px;}
.slide1 .slick-prev:hover,
.slide1 .slick-next:hover{opacity:0.6;}
.slide1 .slick-dots{bottom:10px; width:100%; text-align: center; font-size:0;}
.slide1 .slick-dots li{display:inline-block; width:10px; height: 10px; border-radius: 50%; margin: 0 4px; background-color:#fff; opacity: 0.6;}
.slide1 .slick-dots li.slick-active{opacity: 1;}

@media screen and (max-width:1429px){
	.bannerTxt{padding:30px 80px 100px 80px;background-size:100% auto; }
	.bannerTxtBox .ico{width:140px;}
	.bannerTxtBox .H4{font-size:40px; margin: 20px 0;}
	.bannerTxtBox .bannerLink{font-size:18px;}
}
@media screen and (max-width:767px){
	.bannerTxt{padding:5px;background-size:100% auto; }
	.bannerTxtBox .ico{width:60px;}
	.bannerTxtBox .H4{font-size:18px; margin: 10px 0;}
	.bannerTxtBox .bannerLink{padding:0 10px; font-size:12px; line-height: 30px;}
	.bannerTxtBox .H5{font-size:12px; margin: 10px 0;}
	.bannerTxtBox .H6{font-size:14px;}
	.bannerTxtBox .H6 .ico2{width:24px; height: 24px; margin-right:10px;}
}

/*#header{border-top:#DD2D2D solid 2px;padding:15px 0 0;}
h1#logo{margin:0 auto;padding:0 0 15px;width:290px;}
.top-contact{line-height:1.4em;width:350px;margin:0 auto;}
.top-contact>div{position:relative;height:54px;margin:0 0 0 40px;padding:8px 0;}
.top-contact>div:before{position:absolute;display:block;content:" ";height:38px;width:30px;left:-35px;background-image:url(top-icon.png); background-repeat:no-repeat;}
.top-contact div.top-telphone{color:#DD2D2D; font-family:'ProximaNova-Regular','Open Sans','Helvetica',sans-serif;margin-left:60px;}
.top-contact div.top-telphone:before{width:30px;background-position:bottom right;}

#navigation{background-color: #F7F7F7;}
#menu{list-style-type: none;margin:0;padding:0;overflow: hidden;zoom:1;}
#menu li{text-align:center;line-height:36px;float:left;width:50%;border-top:#EDEDED solid 1px;border-left:#EDEDED solid 1px;}
#menu li em{display:none;}
#menu li:nth-child(2n+1) {margin-left: -1px;}*/

/*! Banner */
/*.slick-slider{-moz-user-select:none;box-sizing:border-box;display:block;position:relative;}
.slick-list{display:block;margin:0;overflow:hidden;padding:0;position:relative;}
.slick-list:focus{outline:medium none;}
.slick-loading .slick-list{background:url("ajax-loader.gif") no-repeat scroll center center white;}
.slick-list.dragging{cursor:pointer;}
.slick-slider .slick-list,.slick-track,.slick-slide,.slick-slide img{transform:translate3d(0px,0px,0px);}
.slick-track{display:block;left:0;position:relative;top:0;z-index: 1;}
.slick-track::before,.slick-track::after{content:"";display:table;}
.slick-track::after{clear:both;}
.slick-loading .slick-track{visibility:hidden;}
.slick-slide{display:none;float:left;height:100%;min-height:1px;}
.slick-slide.slick-loading img{display:none;}
.slick-slide.dragging img{pointer-events:none;}
.slick-initialized .slick-slide{display:block;}
.slick-loading .slick-slide{visibility:hidden;}
.slick-vertical .slick-slide{border:1px solid transparent;display:block;height:auto;}
.slick-prev,.slick-next{background:none repeat scroll 0 0 transparent;border:medium none;color:transparent;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin-top:-10px;outline:medium none;padding:0;position:absolute;top:50%;width:20px;}
.slick-prev:focus,.slick-next:focus{outline:medium none;}
.slick-prev.slick-disabled::before,.slick-next.slick-disabled::before{opacity:0.25;}
.slick-prev::before,.slick-next::before{color:white;font-size:20px;line-height:1;opacity:0.85;}
.slick-prev{left:-5px;}
.slick-prev::before{content:"\e257";}
.slick-next{right:-5px;}
.slick-next::before{content:"\e258";}
.slick-dots{bottom:0;display:block;list-style:outside none none;padding:0;position:absolute;text-align:center;width:100%;z-index:30;}
.slick-dots li{cursor:pointer;display:inline-block;height:20px;margin:0 5px;padding:0;position:relative;width:20px;}
.slick-dots li button{background:none repeat scroll 0 0 transparent;border:0 none;color:transparent;cursor:pointer;display:block;font-size:0;height:15px;line-height:0;outline:medium none;padding:5px;width:15px;}
.slick-dots li button:focus{outline: medium none;}
.slick-dots li.slick-active button::before{opacity: 0.75;}
.pane-bundle-carousel .slick-slider .slick-prev,.pane-bundle-carousel .slick-slider .slick-next{background-color:#0081d1;height:75px;top:45%;transition:all 0.3s ease 0s;width:35px;}
.pane-bundle-carousel .slick-slider .slick-prev:hover,.pane-bundle-carousel .slick-slider .slick-next:hover{background-color:#fbbc0d;transition:all 0.3s ease 0s;}
#banner{position:relative;height:150px;z-index: 1;}
#banner .slick-slide{height:150px;background-position:center center;background-size:cover;}
#banner .camera_caption{text-align:center;}
#banner .slick-dots li{position:relative;display:inline-block;list-style-type:none;height: 20px;width:20px;margin:0 5px;padding:0;cursor:pointer;}
#banner .slick-dots li button{background: rgba(255,255,255,0.63);border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%; font-size:0;}
#banner .slick-dots li.slick-active button{background:#DD2F2F;}
#banner button.slick-prev,#banner button.slick-next{display:none !important;}
#banner .bannerpic{height:100%;background-size:cover;background-position: center center;}*/

#body{padding-top:30px;}
.contactBox{ padding:88px 0 100px 0; overflow: hidden;}
.contactBox .contactLeft{ float:left; width:42.85%; padding:0 20px 0 0;}
.contactBox .contactLeft .contactTit{ color:#333333; font-size:32px; line-height:1.25;}
.contactBox .contactLeft .english{ padding:10px 0 36px 0; border-bottom:#999999 dashed 1px; color:#6e6e6e; font-size:14px; line-height:20px; font-family: 'Microsoft yahei' ,Arial; text-transform: uppercase;}
.contactBox .contactLeft .tent{ padding:32px 0 28px 0; border-bottom:#999999 dashed 1px;}
.contactBox .contactLeft .tent .tentLi{ float:left; width:100%; margin:15px 0; line-height:22px; font-size:16px; padding-left:36px; min-height:22px; position:relative;}
.contactBox .contactLeft .tent .tentLi .span{ font-size: 18px;}
.contactBox .contactLeft .tent .tentLi b{ position:absolute; left:0; top:0;}
.contactBox .contactLeft .ewm{ margin:40px 0 0 0;}
.contactBox .contactLeft .ewm .ewmPic{ float:left; width:140px; height:140px; border:#dbdbdb solid 1px; padding:7px;}
.contactBox .contactLeft .ewm .ewmCon{ float:left; width:415px; padding:65px 0 0 16px; color:#999999; line-height:21px;}
.contactBox .contactLeft .ewm .ewmpad{ padding-top:7px;}
.contactBox .contactLeft .ewm .ewmBig{ color:#3a3a3a; font-size:16px;}
.contactBox .contactLeft .ewm .ewmDark{ color:#3a3a3a;}
.contactBox .contactRight{ float:left; width:57.15%; padding-left:15px;}

.contactRight .cmap{ height:552px;}
.contactRight label{ max-width:224px;}
.contactRight .BMapLabel{ float:left; background-color:#ec5e11; width:180px !important; border:0 !important; height:25px;  font-size:14px; line-height:25px!important; text-align:center;
    border-radius:11px;
    -webkit-border-radius:11px;
    -moz-border-radius:11px;
    -o-border-radius:11px;
}
.contactRight .BMapLabel a{ color:#fff;}
@media  screen and (max-width:1429px){
    .contactBox{ padding:50px 0 70px 0;}
    .contactBox .contactLeft .ewm .ewmCon{ width:315px; padding:40px 0 0 16px; }
}
@media  screen and (max-width:1229px){
    .contactBox .contactLeft .ewm .ewmCon{ width:252px; padding:40px 0 0 16px; }
}

@media  screen and (max-width:991px){
    .contactBox{ padding:30px 0 40px 0;}
    .contactBox .contactLeft{ width:100%; padding:0;}
    .contactBox .contactLeft .contactTit{ font-size:25px;}
    .contactBox .contactLeft .english{ padding:10px 0 20px 0; font-size:16px;}
    .contactBox .contactLeft .tent{ padding:20px 0 20px 0; }
    .contactBox .contactLeft .tent .tentLi{ margin:10px 0; font-size:14px; }
    .contactBox .contactLeft .tent .tentLi .span{ font-size: 15px;}
    .contactBox .contactLeft .ewm{ margin:20px 0 20px 0;}
    .contactBox .contactRight{ width:100%; padding-left:0; margin-top:20px;}
    .contactRight .cmap{ height:200px;}
}
@media  screen and (max-width:767px){
    .contactBox{ padding:20px 15px;}
    .contactBox .contactLeft .contactTit{ font-size:21px;}
    .contactBox .contactLeft .tent{ padding:10px 0 10px 0; }
    .contactBox .contactLeft .tent .tentLi{ margin:6px 0; }
    .contactBox .contactLeft .ewm{ position:relative;}
    .contactBox .contactLeft .ewm .ewmPic{ position:absolute; left:0; top:0; width:120px; height:120px; }
    .contactBox .contactLeft .ewm .ewmCon{ width:auto; padding:25px 0 0 136px; }
    .contactBox .contactLeft .english{ padding:10px 0 10px 0; font-size:14px;}
}
.newBox{ padding: 3.125% 0 0 0;}
.newBox ul{}
.newBox ul li{ margin-top: -1px;}
.newBox ul li:hover{ background: #ededed;}
.newBox ul li a{ float: left; width: 100%; padding: 30px 0; border-bottom: #ededed solid 1px;}
.newBox ul li a .newFloat{ position: relative;}
.newBox ul li a .newFloat .picture{ float: right; width: 319px; height: 182px; line-height: 0; overflow: hidden; }
.newBox ul li a .newFloat .picture img{
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    transition: -webkit-transform 2s;
    -ms-interpolation-mode:bicubic;
}
.newBox ul li a:hover .newFloat .picture 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);
}
.newBox ul li a .newFloat .newTime{ float: left; width: 151px; height: 150px; padding-right: 30px; margin-top: 20px; border-right: #ededed solid 1px;}
.newBox ul li:hover a .newFloat .newTime{border-right: #ededed solid 1px;}
.newBox ul li a .newFloat .newTime .timeDay{ color: #333333; font-size: 36px; line-height: 1; text-align: center; }
.newBox ul li a .newFloat .newTime .timeMonth{ color: #333; font-size: 16px; line-height: 1; margin-top: 12px; text-align: center; font-family: 'Microsoft yahei' ,Arial;}
.newBox ul li a .newFloat .newTime .timeTit{ padding-top: 25px; text-align: center;}
.newBox ul li a .newFloat .newTime .timeTit span{ display: inline-block; vertical-align: top; width: 36px; line-height: 0;}
.newBox ul li a .newFloat .newTime .timeTit span .imgs{}
.newBox ul li a .newFloat .newTime .timeTit span .imgd{ display: none;}
.newBox ul li a:hover .newFloat .newTime .timeTit span .imgs{ display: none;}
.newBox ul li a:hover .newFloat .newTime .timeTit span .imgd{ display: block;}
.newBox ul li a .newFloat .phTime{ display: none;}
@media screen and (max-width:1229px){
    .newBox ul li a{ padding: 26px 0; }
    .newBox ul li a .newFloat .picture{ width: 273px; height: 155px; }
    .newBox ul li a .newFloat .newTime{ float: left; width: 131px; height: 128px; padding-right: 25px; margin-top: 18px; }
    .newBox ul li a .newFloat .newTime .timeDay{ font-size: 30px; }
    .newBox ul li a .newFloat .newTime .timeMonth{ margin-top: 10px; }
    .newBox ul li a .newFloat .newTime .timeTit{ padding-top: 20px; }
    .newBox ul li a .newFloat .newTime .timeTit span{ width: 30px; }
}



@media screen and (max-width:767px){
    .newBox ul li a{ padding: 15px 0;}
    .newBox ul li a .newFloat{ padding: 0;}
    .newBox ul li a .newFloat .picture{ left: 0; top: 0; width:158px; height: 90px; }
    .newBox ul li a .newFloat .newTime{ display: none;}
    .newBox ul li a .newFloat .phTime{ display: block; color: #666; font-size: 12px; line-height: 1.2; padding-bottom: 8px;}
    .newBox ul li a .newFloat .phTime span{ font-size: 12px;}
}
.newBox ul li a .article{ padding: 0 420px 0 200px;}
.newBox ul li a .article h3{ padding: 20px 0 19px 0; color: #333333; font-size: 16px; line-height: 24px;}
.newBox ul li a:hover .article h3{ color: #e60012;}
.newBox ul li a .newFloat .phTime{ display: none;}
.newBox ul li a .article p{ height: 90px; color: #9a9a9a; font-size: 14px; line-height: 30px; overflow: hidden;
    text-overflow:ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.newBox ul li a .article .more{ padding: 13px 0 0 0;}
.newBox ul li a .article .more span{ float: left; width: 21px; height: 21px;}
.newBox ul li a .article .more span .imgs{}
.newBox ul li a .article .more span .imgd{ display: none;}
.newBox ul li:hover a .article .more span .imgs{ display: none;}
.newBox ul li:hover a .article .more span .imgd{ display: block;}
@media screen and (max-width:1229px){
    .newBox ul li a .article{ padding: 0 320px 0 160px;}
    .newBox ul li a .article h3{ padding: 18px 0 15px 0; }
    .newBox ul li a .article p{ height: 75px; line-height: 25px; }
    .newBox ul li a .article .more{ padding: 13px 0 0 0;}
    .newBox ul li a .article .more span{ float: left; width: 21px; height: 21px;}
    .newBox ul li a .article .more span .imgs{}
    .newBox ul li a .article .more span .imgd{ display: none;}
    .newBox ul li:hover a .article .more span .imgs{ display: none;}
    .newBox ul li:hover a .article .more span .imgd{ display: block;}
}
@media screen and (max-width:767px){
    .newBox ul li a .article{ padding: 0 168px 0 0;}
    .newBox ul li a .article h3{ font-size: 16px; padding: 0 0 7px 0; line-height: 16px; }
    .newBox ul li a .newFloat .phTime{ display: block;}
    .newBox ul li a .article .more{ display: none;}
    .newBox ul li a .article p{ height: 40px; line-height: 20px;
        text-overflow:ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
}
.newInner{ float:left; width:100%;}
.newTitle{ float:left; width:100%;}
.newTitle .newTit{ float:left; width:100%; text-align:center; color:#333333; font-size:24px; line-height: 1.25; border-bottom:1px solid #d7d8d8; padding:4.75% 0 2.56% 0;}
.newTitle .newSub{ float:left; width:100%; height:53px; padding: 10px 0; border-bottom:1px solid #d7d8d8;}
.newTitle .newSub .newSub_1{ float:left; color:#777777; font-size:14px; line-height:33px;}
.newTitle .newSub .newSub_2{ float:right; color:#777777; font-size:14px; line-height:33px;  }
.newTitle .newSub .newSub_2 b{ float: right; width: 38px; height: 34px; line-height: 0; margin: 0 0 0 12px;}
.newTitle .newSub .newSub_2 a{ color:#777777;}
.newTitle .newSub .newSub_2 a:hover{ color: #e60012;}
.newTitle .newSub .newSub_2 img{ width: 38px;}
.moveIn{ float:left; width:100%; padding: 3.2% 0 3.4% 0; color:#333333; font-size:14px; line-height:30px;  }
.newShare{ float:left; width:100%; padding: 0 0 3.24% 0; text-align: center; border-bottom:1px solid #d7d8d8; }
.newShare .shareCenter{ width:156px; margin:0 auto;}
@media  screen and (max-width:767px){
	.newInner{ margin:0 2%;}
    .newTitle .newTit{  font-size:18px; padding: 25px 0;}
    .newTitle .newSub{ height:auto; text-align: center;}
    .newTitle .newSub .newSub_1{ float:left; width: 100%; padding: 15px 0 0 0; line-height: 24px; text-align: center;}
    .newTitle .newSub .newSub_2{ float:left; width: 100%; text-align: center; background: 0;}
    .moveIn{ padding: 20px 0;  }
    .newTitle .newSub .newSub_2 b{ float: none; width: 28px; height: 25px; display: inline-block;}
    .newTitle .newSub .newSub_2 img{ width: 28px;}
    .moveIn{ line-height:26px; }
}
.newMoreList{ float:left; width:100%; padding: 3% 0 4.18% 0;}
.newMoreList .newMoreTit{ color:#e60012; font-size:18px; line-height:24px;}
.newMoreList .newDownBox{ margin: 0 -15px; padding: 22px 0 0 0;}
.newMoreList .newDownBox ul{}
.newMoreList .newDownBox ul li{ float:left; width:50%; padding: 0 15px;}
.newMoreList .newDownBox ul li a{ float:left; width:100%; border-bottom:1px solid #d7d8d8; color:#333333; font-size:14px; line-height:36px; overflow:hidden;text-overflow:ellipsis;}
.newMoreList .newDownBox ul li a.noLine{ border-bottom: 0;}
.newMoreList .newDownBox ul li a:hover{color:#e60012;}
.newMoreList .newDownBox ul li span{ float:left; width: 70%;}
.newMoreList .newDownBox ul li b{float:right; color:#777777; font-size:14px; line-height:38px; font-weight: normal;}


@media  screen and (max-width:991px){
    .newMoreList .newDownBox{  padding:23px 0 30px 0;}
}
@media  screen and (max-width:767px){
    .newMoreList{ padding: 5% 0 4.18% 0;}
    .newShare{  margin:15px 0 0 0;  }
    .newMoreList .newDownBox{  padding:10px 0 10px 0;}
    .newMoreList .newDownBox ul li{ float:left; width:100%; padding: 0 15px;}
    .newMoreList .newDownBox ul li a.noLine{ border-bottom:1px solid #d7d8d8;}
}

.newPage{ float: left; width: 100%;  }
.newPage .pageLeft{ float: left; width: 50%; color: #333333; font-size: 14px; line-height: 20px;}
.newPage .pageLeft:hover{ color: #e60012;}
.newPage .leftx{ padding: 20px 0 20px 0; text-transform: uppercase; }
.newPage .rightx{ padding: 20px 0 20px 0; text-align: right; text-transform: uppercase;}

.bd_weixin_popup{ box-sizing: content-box !important; -webkit-box-sizing: border-boxcontent-box !important;}
.bd_weixin_popup .bd_weixin_popup_main{box-sizing: content-box !important; -webkit-box-sizing: content-box !important;}
.bd_weixin_popup .bd_weixin_popup_foot{ line-height: 12px !important;}
.wack1{ float:left; width:100%; padding:33px 0 5.428571% 0; text-align:center;}
.pz_fy{ display:inline-block; *display:inline; *zoom:1;}
.pz_fy a { float:left; width:32px; height:32px; line-height:32px;  border-radius:32px; -moz-border-radius:32px; -webkit-border-radius:32px; border: #e2e2e2 1px solid; color:#272727; font-size:14px; font-family:'Microsoft yahei' ,Arial; margin:0 8px;}
.pz_fy a:hover,
.pz_fy a.on{color:#fff; border:#b1191a 1px solid; background-color:#b1191a;}
.pz_fy .l_fy{ width:100px; display:inline-block; *display:inline; *zoom:1;}
.pz_fy .r_fy{  width:100px; display:inline-block; *display:inline; *zoom:1;}
.pz_fy .l_fy.on,
.pz_fy .l_fy:hover{ background:#b1191a;}
.pz_fy .r_fy.on,
.pz_fy .r_fy:hover{ background:#b1191a;}
.wack1{padding:15px 0 7% 0;}	
.fy_pc{ text-align:center; font-size:14px; color:#272727; padding:5px 0;}
.fy_pc a{ padding:5px 25px; color:#fff; border:solid 1px #b1191a; background:#b1191a; border-radius:16px; overflow:hidden;}
.fy_pc span{ padding:5px 20px; color:#272727;}
}
.home-title{padding:40px 0;text-align: center;}
.home-title h2{margin:0;padding:0 0 14px;font-weight:bold;background:url("fgx.gif") no-repeat bottom center;}
.home-title h2 em{display:block;font-style:normal;font-weight:normal;font-size: 0.8em;color:#39393C;}

.advantage{position:relative;height:378px;margin:0 0 20px 37px;max-width:330px;}
.advantage-img{position:absolute;z-index: 1;left:0;top:0}
.advantage-text{position:absolute;z-index: 2;right:0;bottom:0;width:296px;height:239px;padding:77px 15px 0;background: url("advantage-gray.png") no-repeat right bottom;font-size:12px;box-shadow:2px 2px 2px #ccc;}
.advantage-active .advantage-text{color:#fff;background-image: url("advantage-red.png");box-shadow:2px 2px 2px #DD2E2D;}
.advantage-text h5{font-size:18px;}
.advantage-img i{font-size:14px;text-align:center;line-height:16px;font-style:normal;font-weight:bold;text-align:center;color:#666;display:block;width:37px;height:78px;padding-top:42px;background:#eee url("youshi.jpg") no-repeat 0 0;position:absolute;left:-37px;top:20px;}

#search{margin-bottom:15px;/*margin-top:35px;*/height:110px;padding:28px 20px;background:url("search-bg.jpg") no-repeat top center;}
#search input{border:none;height:54px;width:100%;font-size:18px;line-height:54px;}
.x-c-z{display: none;}
#topsearch{overflow:hidden;zoom:1;}
.search-text{width:85%;}
.search-text input{padding-left:15px;}
.search-btn{width:15%;}
.search-btn input{color:#fff;background-color:#DD2F2F;}

#home-product-menu{display:none;}
.product-box{padding-top:30px;padding-bottom:25px;}
.product-cate-title{position:relative;height:50px;padding-left:65px;line-height:26px;border-bottom:#24201F solid 2px;}
.product-cate-title:after{position:absolute;top:11px;left:49px;content:" ";display:block;border:#CD0A0A solid 2px;height:3px;width:3px;line-height:3px;}
.product-cate-title .floor-name{position:absolute;top:0;left:0;width:38px;height:50px;border-bottom:#CD0A0A solid 2px;}
.product-cate-title .floor-name em{display:block;height:26px;background-color:#CC0033;color:#fff;font-style:normal;font-size:22px;line-height:26px;text-align: center;}
.product-cate-title h3{margin-top: 0;margin-bottom: 0;}
.product-cate-title span.more{position:absolute;right:0;top:0;line-height:26px;}
.product-cate-title span.more a{color:#5C5C5C;}.product-cate-title span.more a:hover{color:#CC0033;text-decoration: none;}
#home-product-list .product-list{border-left:#EEE solid 1px;}
#home-product-list .product-item{float:left;width:50%;height:229px;border-right:#EEE solid 1px;border-bottom:#EEE solid 1px;}
#home-product-list .product-item div{width:180px;margin:12px auto 0;}
#home-product-list .product-item p{color:#747474;padding-top:10px;line-height:1.8em;font-size:12px;}
#home-product-list .product-item a{font-size: 14px;color:#f82d12;line-height:14px;}#home-product-list .product-item a:hover{color:#CC0033;text-decoration: none;}
#home-product-list .product-vivid{display:none;text-align: center;color:#fff;}
#home-product-list .product-cate-slogan{font-size: 22px;margin-top:35px;}
#home-product-list .product-cate-desc{font-size: 14px;height:40px;line-height: 40px;background: url("productCategory-desc-bg.png") no-repeat center center;}
#home-product-list .product-cate-more{font-size: 12px;padding-top:15px;}
#home-product-list .product-cate-more a{padding:10px 15px;border:#fff solid 1px;color:#fff;-webkit-transition: all 0.3s ease;transition: all 0.3s ease;}#home-product-list .product-cate-more a:hover{text-decoration:none;border:#CC0033 solid 1px;background-color:#CC0033;}
#home-product-list .product-item img{width:180px;height:120px;display:block;}

#left-product-category{display: none;}
.product-cate-list{margin:0;padding:0;list-style-type:none;border-top:#EDEDED solid 1px;}
.product-cate-list li{border-bottom: #EDEDED solid 1px;}
.product-cate-list a{display:block;padding:4px 20px;}
#product-search{height:33px;position:relative;z-index: 10;}
#product-search .product-cate-list{position:absolute;width:100%;background-color:#fff;z-index:30;border-top:#EDEDED solid 1px;}
#product-search .product-cate-list li{text-align:left;line-height:36px;float:left;width:50%;border-left:#EDEDED solid 1px;border-bottom:#EDEDED solid 1px;}
#product-search .product-cate-list li:nth-child(2n+1) {border-left:none;}
#product-search .select-category{display: block;}
#product-search input{border:#b1191a solid 1px;float:left;height:33px;line-height:33px;}
#product-search input[type='text']{padding-left:10px;width:40%;border-right:none;}
#product-search input[type='submit']{color:#fff;background-color:#b1191a;width:80px;}
#product-search .select-category{height:33px;width:100px;float:left;line-height:33px;text-align:center;}
#product-list{padding-top:25px;}
.product-details h1{font-size:26px;}
.product-details img{max-width:100%;height:auto;}
#product-list .product-item{width:242px;margin:15px auto;background-color:#eee;border:#eee solid 1px;}
#product-list .product-item img{width:240px;height:160px;display:block;}
#product-list .product-item .title,#product-list .product-item p{display:block;margin:0 10px;padding-top:6px;padding-bottom:6px;}
#product-list .product-item p{border-top:#dcdcdc solid 1px;font-size:12px;line-height:1.6em;height:70px;}
#product-list .product-item a{text-decoration: none;color:#363636;}
#product-list .product-item:hover{background-color:#dd2e2d;color:#fff;border:#dd2e2d solid 1px;}
#product-list .product-item:hover a{color:#fff;}
.product-info{position:relative;background: url("product-quality.png") no-repeat 0 0;background-size:cover;height:428px;}
.product-info dl{margin-bottom:10px;}
.product-info dt{width:75px;}
.product-info dt,.product-info dd{display:table-cell;}
.product-quality{padding-top:130px;padding-left:150px;color:#fff;}
.product-quality p{margin-bottom:0;}
.product-thumb{position:absolute;height:125px;top:0;right:0;overflow:hidden;zoom:1;}
.product-thumb>div{float:left;width:33.3%;height:127px;padding:5px;}
.product-thumb>div>img{display:block;width:126px;height:119px;box-shadow:1px 1px 1px #333;}

#contact{background:url("contact-bg.jpg") no-repeat 0 0;background-size:cover;}
#contact .head{padding-top:100px;padding-bottom:20px;}
#contact .head h1{font-size:26px;color:#fff;margin:0;padding:0;line-height:26px;text-transform:uppercase;}
#contact .head h1 em{font-size:0.6em;font-style:normal;margin-left:8px;}
/*#dituContent{height:345px;width:100%;}*/
#subContact{width:100%;max-width:750px;margin-top:55px;padding:15px 0;background-image:url("subcontact-bg.png");color:#fcfafa;}
.subContactMenu{width:215px;display:none;}
.subContactMenu ul{list-style-type: none;margin:0;padding-left:0;}
.subContactMenu ul li{padding:0;}
.subContactMenu ul li h3{display:block;height:40px;padding-left:40px;margin:-30px 0 0 0;background:#393939 url("contact-icon.png") no-repeat 18px center;line-height:40px;color:#fcfafa;font-size:14px;}
.subContactInfo h2{font-size:18px;margin-bottom:20px;}
.subContactInfo ul{list-style-type: none;padding-left:0;}

h3.about-title{font-size:24px;}
em.about-desc{font-style: normal;font-size:14px;}

#about-1{padding:25px 0;}
#about-1 .row{margin-top:30px;}
#about-1 .icon{display:block;height:100px;min-width:80px;background-position:center center;background-repeat: no-repeat;}
.one .icon{background-image: url("icon-1.png")}
.two .icon{background-image: url("icon-2.png")}
.three .icon{background-image: url("icon-5.png")}
#about-1 .box-row{max-width:220px;margin: auto;}
#about-1 h5 em{font-style: normal;display: block;font-size: 14px;}
#about-2{padding:20px 0;}
#about-2 .about-title{height:60px;padding-bottom:7px;background: url("bt-bg-left.png") no-repeat center top;color:#fff;line-height:53px;}
#about-2 .row{margin-top:20px;}
#about-1 h5,
#about-2 h5{margin-top:15px;font-size:20px;font-weight:bold;color:#1e1e1e;line-height:30px;}
#about-2 p{font-size:12px;line-height:1.6em;}
#about-3{padding:20px 0;}
#about-3 .about-title{height:60px;padding-bottom:7px;background: url("bt-bg-right.png") no-repeat center top;color:#fff;line-height:53px;}
#about-3 .col-sm-6{text-align: left;min-height:110px;margin-top:25px;}
#about-3 .ln-img{position:absolute;width:110px;height:110px;border-radius:50%;overflow: hidden;}
#about-3 .ln-text{margin-left:130px;}
#about-3 .ln-text h5{font-weight: bold;}
#about{padding-top:25px;}
#about .about-title{height:60px;padding-bottom:7px;background: url("bt-bg-left.png") no-repeat center top;color:#fff;line-height:53px;}
.time-line{margin-top:20px;}
.time-line .time-title{line-height:20px;font-size:16px;color:#1e1e1e;font-weight:bold;vertical-align:middle;width:100%;text-align:center;margin-bottom:20px;}
.time-line dd{padding-top:15px;}
.about{padding:100px 0 85px 0;}
.about .img{width:585px; float:left; margin-right:7.85%; padding-bottom:20px;}
.about .img .slick-dots{bottom:0; width:100%; text-align: center; font-size:0;}
.about .img .slick-dots li{display:inline-block; width:10px; height: 10px; border-radius: 50%; margin: 0 4px; background-color:#DD2D2D; opacity: 0.6;}
.about .img .slick-dots li.slick-active{opacity: 1;}
.about .text .H4{display:inline-block; width:288px; line-height: 0; margin: 35px 0 20px 0;}
.about .text .H5{font-size:30px; color:#DD2D2D; font-weight: bold;}
.about .text .p{font-size:16px; line-height: 32px; color:#333333; margin-top:20px;text-align: justify;}

@media screen and (max-width:1429px){
	.about{padding:60px 0;}
	.about .img{width:400px;}
	.about .text .H4{width:240px;}
	.about .text .H5{font-size:24px;}
}
@media screen and (max-width:767px){
	.about{padding:30px 2%;}
	.about .img{width:100%; margin: 0;}
	.about .text {width:100%; float:left;}
	.about .text .H4{width:180px; margin: 20px 0 10px 0;}
	.about .text .H5{font-size:20px;}
	.about .text .p{font-size:14px; line-height: 24px; }
	.about .img .slick-dots li{width:8px; height: 8px;}
}

.about2{padding:78px 0; background-color:#f9f9f9;}
.abTi .H4{font-size:32px; color:#DD2D2D; font-weight: bold; text-align: center;}
.abTi .ico{width:37px; height: 37px; line-height: 0; display: block; margin: 15px auto auto auto; position: relative;}
.abTi .ico::after,
.abTi .ico::before{width:50px; height: 3px; background-color:#DD2D2D; position: absolute; top:50%; margin-top:-1.5px; left: -64px; content: "";}
.abTi .ico::before{left:auto; right:-64px;}

.about2List{margin:0 -24px; margin-top:42px;}
.about2List .list{padding:0 24px;}
.about2List .box{display:block;}
.about2List .img{width:100%; padding:15px; border:1px solid #ebebeb; overflow: hidden;}
.about2List .H4{font-size:18px; color:#353535; margin: 30px 0 15px 0;}
.about2List .p{font-size:15px; color:#696969; line-height: 30px; height: 90px;
overflow : hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp:3;
-webkit-box-orient: vertical;}
.about2List .box:hover .img{border-color:#DD2D2D;}
.about2List .box:hover .H4{color:#DD2D2D;}
.about2List .slick-prev{width:44px; height: 44px; background:url(http://www.fqtzhj.com/skin/images/p51.png) center no-repeat;background-size:cover; left: -40px; margin-top:-70px; border-radius: 50%; border:1px solid #ebebeb;}
.about2List .slick-next{width:44px; height: 44px; background:url(http://www.fqtzhj.com/skin/images/p50.png) center no-repeat;background-size:cover;  right: -40px; margin-top:-70px; border-radius: 50%; border:1px solid #ebebeb;}
.about2List .slick-prev:hover{border-color:#DD2D2D; background-image:url(http://www.fqtzhj.com/skin/images/p52.png);}
.about2List .slick-next:hover{border-color:#DD2D2D; background-image:url(http://www.fqtzhj.com/skin/images/p53.png);}
.about2List .slick-dots{bottom:-25px; width:100%; text-align: center; font-size:0;}
.about2List .slick-dots li{display:inline-block; width:10px; height: 10px; border-radius: 50%; margin: 0 4px; background-color:#01a7d3; opacity: 0.6;}
.about2List .slick-dots li.slick-active{opacity: 1;}

@media screen and (max-width:1429px){
	.about2{padding:60px 0;}
	.abTi .H4{font-size:26px;}
	.abTi .ico{width:30px; height: 30px;}
}
@media screen and (max-width:767px){
	.about2{padding:30px 0 60px 0;}
	.abTi .H4{font-size:20px;}
	.abTi .ico{width:24px; height: 24px;}
	.abTi .ico::after, .abTi .ico::before{height:2px;}
	.about2List{margin:20px 0 0 0;}
	.about2List .list{padding:0;}
	.about2List .H4{font-size:16px; margin: 10px 0;}
	.about2List .p{font-size:14px; line-height: 24px; height: 72px;}
}

.about3{background:url(../images/bj2.jpg) top center repeat-x; background-size:100%  60% ; padding:85px 0 105px 0;}
.about3 .abTi .H4{color:#fff;}
.about3 .abTi .ico::after,
.about3 .abTi .ico::before{background-color:#fff;}
.ab3List{margin:0 -27px;}
.ab3List .list{padding:0 27px; margin-top:40px; float:left; width:33.33%;}
.ab3List .box{display:block; background-color:#fff; box-shadow: 0 11px 24px rgba(0,0,0,0.2); padding:40px 32px; min-height: 461px;}
.ab3List .box .img{width:100px; height: 100px;  border-radius: 50%; overflow: hidden; padding:5px; position: relative; margin: auto;}
.ab3List .box .img::after{width:100%; height: 100%; background-color:rgba(0,0,0,0.2); content: ""; position: absolute; top:0; left: 0;}
.ab3List .box .H4{font-size:18px; color:#333333; font-weight: bold; position: relative; padding-top:22px; margin: 25px 0; text-align: center;}
.ab3List .box .H4::after{width:36px; height: 1px; content: ""; position: absolute; top:0; left: 50%; margin-left:-18px; background-color:#DD2D2D;}
.ab3List .box .p{font-size:15px; line-height: 30px; color:#666666; text-align: center;}

@media screen and (max-width:1429px){
	.about3{padding:60px 0;}
	.ab3List .list{padding:0 15px;}
	.ab3List{margin:0 -15px;}
	.ab3List .box{padding:20px; min-height: 481px;}
}
@media screen and (max-width:991px){
	.ab3List .box{ min-height: 541px;}
}
@media screen and (max-width:767px){
	.about3{padding:30px 0;background-size:100% 100% ;}
	.ab3List {margin:0;}
	.ab3List .list{width:100%; padding: 0; margin-top:20px;}
	.ab3List .list .box{min-height:auto;}
	.ab3List .box .H4{font-size:16px; margin: 10px 0;}
	.ab3List .box .p{font-size:14px; line-height: 24px;}
}

.about4{}
.ab4List{margin:68px 30px 100px 30px;}
.ab4List .list{padding:0 10px;}
.ab4List .box{width:100%; position: relative; cursor: pointer;}
.ab4List .box .img{display:block; width:100%; overflow: hidden; background-color:#000;}
.ab4List .box .img img{opacity: 0.7;}
.ab4List .box .playBtn{width:56px; height: 56px; margin: -42px 0 0 -28px;  position: absolute; top:50%; left: 50%;}
.ab4List .box .videoBox{display:none;}
.ab4List .box .H4{font-size:18px; color:#fff; position: absolute; bottom:0; left: 0; width:100%; line-height: 54px; background-color:rgba(0,0,0,0.8); text-align: center;}
.ab4List .box:hover .H4{background-color:rgba(0,174,220,0.8); }

.videoPop{width:100%; height: 100%; position: fixed; top:0; left: 0; z-index: 999; background-color:rgba(0,0,0,0.6); display: none;}
.videoPop .video2{width:60%;  position: fixed; top:50%; left:20%; z-index: 9999;
-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);}
.videoPop .video2 .close2{width:30px; height: 30px; position: absolute; top:-15px; right:-15px; cursor: pointer;}
.videoPop .video3{min-height: 100px; background-color: #000;}
.videoPop .video3 video{display:block; width:100%;}

.ab4List .slick-prev{width:48px; height: 88px; background:url(http://www.fqtzhj.com/skin/images/p58.png) center no-repeat;background-size:cover; left: -78px; background-color:#666666;}
.ab4List .slick-next{width:48px; height: 88px; background:url(http://www.fqtzhj.com/skin/images/p59.png) center no-repeat;background-size:cover;  right: -78px; background-color:#666666;}
.ab4List .slick-prev:hover{background-color:#66ceea;}
.ab4List .slick-next:hover{background-color:#66ceea;}
.ab4List .slick-dots{bottom:-25px; width:100%; text-align: center; font-size:0;}
.ab4List .slick-dots li{display:inline-block; width:10px; height: 10px; border-radius: 50%; margin: 0 4px; background-color:#01a7d3; opacity: 0.6;}
.ab4List .slick-dots li.slick-active{opacity: 1;}

@media screen and (max-width:1429px){
	.ab4List{margin:60px 0;}
}
@media screen and (max-width:767px){
	.about4{margin-top:30px;}
	.ab4List{margin:30px 0 60px 0;}
	.ab4List .list{padding:0;}
	.videoPop .video2{width:90%; left: 5%;}
	.ab4List .box .playBtn{width:30px; height: 30px; margin: -25px 0 0 -15px;}
	.ab4List .box .H4{font-size:14px; line-height: 30px;}
	#foot-menu{display:none;}
	#cooperative ul li{width:90%;}
}
.hot-tel{width:206px;height:98px;margin:0 auto;padding-top:30px;background:url("hot-tel.png") no-repeat center top;color:#f9f5f5;font-size:22px;}
.hot-tel span{display:block;line-height:40px;}
#teamer{background-color:#F0F0F0;text-align: center;padding-top:20px;}
#teamer img{width:100%;max-width:1090px;margin:0 auto;}
#teamer p{font-size:30px;margin-top:25px;margin-bottom:35px;}

#base_info{padding:30px 0;background-color:#f0f2f3;}
#base_info h2{color:#33ccff;font-size:26px;text-align:center;margin-top:10px;margin-right:15px;}
#base_info h2 em{display:inline-block;color:#333;width:100%;line-height:1.5em;margin-top:10px;}
#base_info .col-sm-8{font-size:12px;}
.application-item{max-width:334px;margin:15px auto;}
.application-item i.icon{display:block;width:68px;height:68px;margin:25px auto 0;overflow:hidden;background-position: center center;background-repeat: no-repeat;background-size: cover;}
.application-item h3{margin:10px 0 0;height:30px;line-height:30px;font-size:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#fff;text-align: center;}
.each-wrap{width:330px;height:160px;position: relative;background-position: center center;background-size: cover;background-repeat: no-repeat;}
.each-wrap .cover{position:absolute;width:100%;height:100%;background-color:#0066a5;opacity:0.55;z-index:0;}
.each-wrap span{position:absolute;display:block;width:100%;height:100%;color:#fff;z-index:1;}

#cooperative{background-color:#EDEDED;margin-top:20px;padding-left:20px;padding-right:20px;}
#cooperative h4{font-size:20px;margin:25px 0;}
#cooperative ul{list-style-type: none;padding:0;margin-left:-25px;margin-right:-25px;overflow: hidden;zoom:1;}
#cooperative ul li{float: left;width:180px;height:80px;padding:5px 25px; box-sizing: content-box}
#cooperative ul li a img{-webkit-filter: grayscale(0%);-moz-filter: grayscale(0%);-ms-filter: grayscale(0%);-o-filter: grayscale(0%);filter: grayscale(0%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);}
#cooperative ul li a:hover img{-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);-o-filter: grayscale(100%);filter: grayscale(100%);filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);}
@media screen and (max-width:767px){
	#cooperative ul li{width:36%;}
	.newBox{padding:3.125% 1%;}
	/*.container{margin-right:15px;margin-left:15px;}*/
}
#footer{background-color:#222;padding:0 20px;}
#foot-menu{color:#f8fafa;font-size:16px;}
#foot-menu h5{margin:0;padding:30px 0 15px;}
#foot-menu h5 a{color:#f8fafa}
#foot-menu h5 a:hover{text-decoration: none;}
#foot-menu ul{list-style-type: none;margin:0;padding:0;font-size:12px;}
#foot-menu ul li{height:26px;}
#foot-menu ul a{color:#b5b4b4;display:inline-block;line-height:16px;height:16px;overflow: hidden;}
#foot-menu ul a:hover{border-bottom: #ccc dotted 1px;text-decoration: none;}
#copyright{position:relative;border-top:#2F2F2F solid 1px;padding:10px 0;margin-top:30px;color:#7d7d7d;}
#copyright a{color:#7d7d7d;}
#share{display: none;}

@media (min-width:768px){
	#header{padding-top:30px;padding-bottom:15px;}
	h1#logo{padding-bottom:0;margin-left:0;float: left}
	.top-contact{float:right;}
	
	#navigation{height:50px;padding-top:9px;float:right;background-color: #fff;}
	#menu{position:relative;top:-1px;overflow:hidden;zoom:1;height:53px;}
	#menu li{float:left;height:50px;border:none;width: auto;}
	#menu li a{display:block;width:100px;height:50px;text-align:center;color:#1A1A1A;}
	#menu li.nav-1 a{width:50px;background: url("nav/1.png") no-repeat 0 0;}
	#menu li.nav-2 a{background: url("nav/2.png") no-repeat 0 0;}
	#menu li.nav-3 a{background: url("nav/3.png") no-repeat 0 0;}
	#menu li.nav-4 a{background: url("nav/4.png") no-repeat 0 0;}
	#menu li.nav-5 a{background: url("nav/5.png") no-repeat 0 0;}
	#menu li a span{display:none;line-height:25px;font-weight: bold;font-size: 16px;}
	#menu li a em{display:none;font-style: normal;font-size: 12px;line-height:20px;}
	#menu li a:hover, #menu li.active a{text-decoration:none;color:#BB0F0F; background-position: left bottom;}

	#banner{height:500px;}
	#banner .slick-slide{height:500px;}

	.home-title h2{font-size:36px;}
	.home-title h2 em{padding-left:0.8em;display:inline;}

	.x-c-z{display:block;float:right;margin-top:-4px;}
	#topsearch{margin-right:245px;}

	#home-product-list .product-vivid{display:none;}
	#home-product-list .product-item{width:25%;}
	.product-container{height:458px;}
	#product-list{float:none;width:100%;}
	.product-details img{max-width:750px;height:auto;}
	.product-info{padding-top:12px;padding-bottom:12px;}
	.product-info img{max-width:420px;height:auto;border:0;}

	.product-thumb{position:absolute;top:280px;right:0;overflow:hidden;zoom:1;}
	.product-thumb>div{float:left;width:134px;padding:4px;}

	#about-2 img{width:100%;max-width:250px;}

	.time-line{background:url("time-line.png") repeat-y center top;}
	.time-line dl{margin-bottom:0;overflow:hidden;zoom:1;padding:15px 0;}
	.time-line dt,.time-line dd{width:50%;min-height:100px;}
	.time-line dd{padding-top:0;}
	dl.right dt{text-align:left;float:right;}
	dl.right dd,dl.right .time-title{text-align:right;}
	dl.right dt,dl.left dd{padding-left:36px;}
	dl.right dd,dl.left dt{padding-right:36px;}
	dl.left dt{float:left;text-align:right;}
	dl.left dd{float:left;text-align:left;}
	.time-title{position:relative;z-index:1;}
	.time-title:after{content:" ";position:absolute;width:16px;height:16px;display:block; background:url("icon-3.png") no-repeat center center;top:2px;}
	dl:hover .time-title:after{background-image:url("icon-4.png")}
	dl.left .time-title:after{left:-44px;}
	dl.right .time-title:after{right:-44px;}
	dl.first .time-title:before{content:" ";position:absolute;top:-15px;right:-38px;width:4px;height:17px;background-color:#fff;}
	dl.left .time-title{text-align: left;}

	#base_info h2{color:#33ccff;font-size:26px;text-align: right;margin-top:10px;margin-right:15px;}
	#base_info h2 em{display:inline-block;color:#333;width:230px;line-height:1.5em;margin-top:10px;}
	#base_info .col-sm-8{border-left: #ccc solid 2px;font-size:12px;}
	#base_info .application_info{display:table-cell;margin-left:15px;height:175px;vertical-align: middle;overflow:hidden;}

	.application-item{width:250px;}
	.application-item i.icon{width:48px;height:48px;background-size: cover;}
	.application-item h3{font-size:16px;}
	.each-wrap{width:250px;height:121px;}

	#contact{height:980px;}
	.subContactMenu{display:block;}
	.subContactInfo{padding:15px;}
	.subContactInfo .show{height:260px;overflow:hidden;}
	.subContactInfo .show p{font-size:14px;}

	#share{display: inline-block;position:absolute;right:0;top:15px;}
}

@media (min-width:992px) {
	#menu li{padding-right:15px;}

	#home-product-list .product-list{float:left;width:824px;border-left:none;}
	#home-product-list .product-vivid{display:block;float:left;width:276px;height:458px;background-position:left top;background-repeat:no-repeat;}

	#home-product-menu{position:absolute;display:block;width:165px;left:50%;margin-left:-710px;}
	#home-product-menu ul{list-style-type: none;margin:0;padding:0 15px 0 0;float:left;}
	#home-product-menu ul li{padding-top:3px;padding-bottom:3px;}
	#home-product-menu ul li a{color:#6a6969;display: block;position:relative;padding-left:20px;height:22px;line-height:22px;}
	#home-product-menu ul li i{position:absolute;top:0;left:0;width:15px;height:22px;display:block;border-bottom:#A1A1A1 solid 1px;font-style: normal;-webkit-transition: all 0.5s ease;transition: all 0.5s ease;}
	#home-product-menu ul li a:after{position:absolute;top:11px;left:13px;content:" ";display:block;border:#CD0A0A solid 1px;height:1px;width:1px;line-height:1px;}
	#home-product-menu ul li a:hover,
	#home-product-menu ul li.active a{color:#cc1300;text-decoration:none;}
	#home-product-menu ul li a:hover i,
	#home-product-menu ul li.active a i{width:100%;}

	#left-product-category{display:block;float:left;margin-right:18px;width:242px;min-height:539px;background: url("product-left-category.png") no-repeat 0 0;}
	#left-product-category.application{background: url("application-left-category.png") no-repeat 0 0;}
	#left-product-category .product-cate-head{height:120px;}
	#left-product-category .product-cate-list{list-style-type: none;margin:50px 0 0 55px;border-top: none;}
	#left-product-category .product-cate-list li{border-bottom: none;}
	#left-product-category a{color:#fff;}
	#product-list{float:left;width:840px;}
	.product-details img{max-width:840px;height:auto;}
	#product-search .select-category{display: none;}

	.application-item{width:334px;}
	.application-item i.icon{width:68px;height:68px;}
	.application-item h3{font-size:20px;}
	.each-wrap{width:330px;height:160px;}
}

.pagelist{text-align:center;padding:25px 0 0;}
.pagelist a{color:#666;}
.pagelist a:hover{color:#0082cb;}
.pagelist .page, .pagelist .page.hover, .pagelist .page em, .pagelist .page.hover em {background-image: url("page.png");background-repeat: no-repeat;overflow: hidden;}
.pagelist .page, .pagelist .page.hover {display: inline-block;font-family: 'Microsoft yahei' ,Arial;height:29px;padding-left:10px;position: relative;text-align: center;z-index: 5;}
.pagelist .page em, .pagelist .page.hover em {display: inline-block;font-style: normal;line-height:29px;padding:0 10px 0 0;}
.pagelist .page {background-position: left top;cursor: pointer;}
.pagelist .page em {background-position: right top;cursor: pointer;}
.pagelist .page.hover {background-position: left -30px;color: #fff;}
.pagelist .page.hover em {color:#fff;background-position: right -30px;}

/*新加*/
.list_cpzx ul li{
	display: inline-block;
	margin-right: 10px;
	width: 40%;
}


/*通用-列表翻页*/
.pagination-wrapper{float:left;width:100%;margin:20px 0;text-align:center;}
.pagination{float:left;width:100%;margin:10px 0 0;text-align:center;font-size:12px;overflow:hidden;}
.pagination span{display:inline-block;height:30px;margin-left:8px;padding:0px 11px;border:solid 1px #e6e6e6;border-radius:15px;line-height:28px;background:#fff;}
.pagination a{display:inline-block;height:30px;margin-left:8px;padding:0px 10px;border:solid 1px #e6e6e6;border-radius:15px;line-height:28px;background:#fff;}
.pagination a:hover{border:1px solid #b1191a;background:#b1191a;color:#fff;}
.pagination .current-page{border:1px solid #b1191a;background:#b1191a;color:#fff;}
@media screen and (max-width:767px){
.pagination-wrapper{margin:10px 0;}
}