﻿@font-face
{
    font-family: myFirstFont;
    src: url(../fonts/PINGFANG_MEDIUM.woff);
}
*{ margin:0 auto; padding:0; transition-property: all;-ms-transition-property: all;-moz-transition-property: all; -webkit-transition-property: all; -o-transition-property: all;}
body{ font-family: myFirstFont; color:#333; font-size:14px; background: #FFFFFF; }
a{ text-decoration: none; -webkit-transition: all ease .1s;  -moz-transition: all ease .1s; transition: all ease .1s; border:none; color: #333;}
a:focus { outline: 0 }
a:hover{ color: #0280c2;}
img{ border:none; -webkit-transition: all ease .5s;  -moz-transition: all ease .5s; transition: all ease .5s;}
ul,li{ list-style:none;}
.clear{ clear:both;}
.clearfix{ clear:both;}
p{ margin:0 auto; padding:0;}
.padding5{ padding:5px;}
.padding10{ padding:10px;}
.padding15{ padding:15px;}
.padding20{ padding:20px;}
.padding30{ padding:30px;}
.padding40{ padding:40px;}
.fr{ float:right;}
.fl{ float:left; }
.paddingright{ padding-right:10px;}
.paddingleft{ padding-left:10px;}
.undis{ display:block;  background-size: cover;}
.dis{ display:none;  }
.pr5{ padding-right:5px;}
.red{ color:#f00;}
.fff{ color:#fff;}
.pdt30{ padding-top: 30px;}
.txtcenter{ text-align: center;}
h4, .h4, h5, .h5, h6, .h6{ margin: 0;}
.auto_1280{ width:1280px;}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:800px;margin:-180px 0 0 -400px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}

#home .home a,
#about .about a,
#products .products a,
#services .services a,
#news .news a,
#contact .contact a{ color: #0280c2;}

#about .about dl  a{ color: #333;}
#products .products dl  a{ color: #333;}
#services .services dl  a{ color: #333;}
#news .news dl  a{ color: #333;}
#contact .contact dl  a{ color: #333;}




input,button,select,textarea{ outline:none; font-family: myFirstFont; }
textarea{resize:none;}
input[type="button"], input[type="submit"], input[type="reset"],input[type="text"] {-webkit-appearance: none; font-weight:normal;}

#warp{ width:100%; height:auto; overflow: hidden;}

.HeaderBg{ width: 100%; height: 55px; padding: 18px 0;  position: relative;}
.Header{ width: 1280px; height: 55px; }
.Header .logo{ float: left; width: 209px; height: 55px; overflow: hidden;}
.Header .logo a{ display: block; width: 209px; height: 55px; background: url(../images/logo.jpg) no-repeat;}

.HeaderR{ width: 960px; float: right; height: 55px;}
.HeaderR1{ width: 100%; height: 16px; line-height: 16px; overflow: hidden;}
.HeaderR1 a{ display: block; float: right; margin-left: 55px;}
.HeaderR1 a img{ vertical-align: middle; padding-right: 10px;}

.nav{ width: 100%; height: 39px; line-height: 59px;  text-align: right;}
.nav li{ display: inline-block; font-size: 18px; padding-left: 80px;}

.nav li:hover .sub {
	opacity: 1;
	z-index: 999;
	height: auto;
	padding-top: 30px;
	padding-bottom: 30px;
  }
  .nav li .sub {
	width: 100%;
	position: absolute;
	left: 0;
	opacity: 0;
	z-index: -1;
	background: rgba(244, 244, 244);
	height: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
  }
  .nav li .sub dl {
	width: 140px;
	float: left;
  }
  .nav li .sub dl dt {
	float: none; text-align:left;
	display: block;white-space: nowrap; text-overflow: ellipsis;overflow: hidden;
  }
  .nav li .sub dl dt a {
	display: inline-block;
	font-size: 14px;
	line-height: 42px;
	color: #666666;
	position: relative;
  }
  .nav li .sub dl dt a:hover:before,
  .nav li .sub dl dt a.aon:before {
	background: #3983e6;
  }
  .nav li .sub dl dt a:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: transparent;
	left: 0;
	bottom: 0;
  }
  .nav li .sub dl dt a:after {
	display: none!important;
  }
  .nav li .sub .art {
	width: calc(100% - 550px);
	float: left; box-sizing:border-box; padding-left:50px;
  }
  .nav li .sub .art .h2 {
	font-size: 24px;
	color: #333333;
  }
  .nav li .sub .art p {
	font-size: 14px;
	color: #444;
	line-height: 28px;
	height:84px; overflow:hidden;
  }
  .nav li .sub .art a {
	font-size: 14px;
	color: #3983e6;
  }
  .nav li .sub .imgbox {
	float: right;
	width: 370px;
	height: 220px;
  }
  .nav li .sub .imgbox img {
	width: 100%;
	height: 100%;
  }


.Header .header-menu li{width:auto!important}
.Header .header-menu li em{padding:26px 23px;transition:.3s}
.Header .header-menu li em a{padding:0;line-height:36px;font-size:16px;border-radius:100px;position:relative;color:#444}
.Header .header-menu li em a:hover,.Top002138 .header-menu li.aon em a{color:#3983e6}
.Header .header-menu li em a:hover:after,.Top002138 .header-menu li.aon em a:after{content:"";display:block;position:absolute;left:0;top: -26px;width:100%;height:2px;background:#205394}
.Header .header-menu li .sub-menu dl{padding:12px 0;max-width:1000px;margin:0 auto}
.Header .header-menu li .sub-menu dt a{padding:0;color:#444}
.Header .header-menu li .sub-menu dt a::after{display:inline-block;content:'';width:1px;height:9px;margin:0 10px;background:rgba(0,0,0,.5)}
.Header .header-menu li .sub-menu dt:last-child a::after{display:none}
.Header .header-menu li .sub-menu dt a:hover{background:0 0;color:#264c9a}
.Header .sub-menu-layer{background:rgba(255,255,255,.8)}
.Header .header-menu li#m10 .sub{display:none!important}
.Header .header-menu li#m11 .sub{display:none!important} 

.searchshow{ width: 268px; height: 34px; z-index: 10;  background: #FFFFFF; float:left; position:absolute; right:0; top:50px;  display:none}
.searchshow .inputt{ width: 208px; padding: 0 10px; height: 34px; border: 1px solid #ddd;  border-right:none ; float: left; font-size: 14px; color:#999;}
.searchshow .submitt{ width: 39px; height: 36px; float: right;  border: none; background:#0280c2; color: #FFFFFF; font-size: 18px; }


.HeaderM{ display: none;}




/**banner**/
.main_visual .owl-carousel,.main_visual .owl-stage-outer,.main_visual .owl-stage,.main_visual .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; color:#fff; position:relative; background-position: center center;-webkit-background-size: cover; background-size: cover;}
.main_visual .owl-carousel .item div{ width:780px; height:auto; position:absolute; left:50%; top:200px; margin-left:-640px; overflow:hidden; color:#fff;}
.main_visual .owl-carousel .item div h4{ font-size:40px; line-height:70px;}
.main_visual .owl-carousel .item div p{ font-size:30px; line-height:42px;}

.main_visual .owl-prev,.main_visual .owl-next{width:50px;height: 50px;background-repeat: no-repeat; background-position: center center; position: absolute;top: 50%;margin-top: -25px;text-indent: -999px; overflow: hidden;}
.main_visual .owl-prev{background-image: url(../images/BL.png);left: 5%; opacity: 0;}
.main_visual .owl-next{background-image: url(../images/BR.png);right: 5%;  opacity: 0;}
.main_visual:hover .owl-prev{ opacity: 0.5;}
.main_visual:hover .owl-next{ opacity: 0.5;}
.main_visual .owl-dots{ width: 100%; text-align: center; height: 10px; position:absolute; left: 0; bottom: 40px;  z-index: 999;}
.main_visual .owl-dots .owl-dot{display: inline-block;  margin:0 5px ;}
.main_visual .owl-dots .owl-dot span{  display: inline-block; width: 10px; height: 10px; background:#FFFFFF; border-radius: 10px;}
.main_visual .owl-dot.active span{width: 20px; height: 10px; background:#0280c2; border-radius: 10px;}
.main_visual .owl-carousel .item img.Bpic{ display: block;}
.main_visual .owl-carousel .item img.Bmpic{ display: none;}


.inTit{ width: 100%; text-align: center; padding: 57px 0 38px 0;}
.inTit h2{ font-size: 42px; font-weight: normal; color: #333333; line-height: 59px; text-transform:uppercase;}
.inTit p{ line-height: 28px; font-size: 16px;}


.inYs{ width: 1280px; height: auto; overflow:hidden;}
.inYs dl{ float:left; width:25%; height:auto; overflow:hidden; cursor:pointer;}
.inYs dl dt{ width:106px; height:106px; border:4px solid #d9dbe2; border-radius: 50%; transition: all ease .5s; float:left; margin-left:41px;}
.inYs dl dt.inYsicon1{  background: url(../images/inYsicon1.png) no-repeat center;}
.inYs dl:hover dt.inYsicon1{  background:#027fc1 url(../images/inYsicon1s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon2{  background: url(../images/inYsicon2.png) no-repeat center;}
.inYs dl:hover dt.inYsicon2{  background:#027fc1 url(../images/inYsicon2s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon3{  background: url(../images/inYsicon3.png) no-repeat center;}
.inYs dl:hover dt.inYsicon3{  background:#027fc1 url(../images/inYsicon3s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon4{  background: url(../images/inYsicon4.png) no-repeat center;}
.inYs dl:hover dt.inYsicon4{  background:#027fc1 url(../images/inYsicon4s.png) no-repeat center; border-color:#027fc1;}

.inYs dl dd{ width:100%; height:auto; float:left; overflow:hidden; padding-top:20px; padding-right:55px;  box-sizing: border-box; }
.inYs dl dd h4{ font-size:26px; height:56px; line-height:56px; overflow:hidden;}
.inYs dl dd p{ font-size:16px; line-height:30px; height:90px; color:#666666;}


.inYs .YsItem h4{ line-height: 44px; font-size: 26px; font-weight: normal;}
.inYs .YsItem p{ line-height: 24px; font-size: 16px;}
.inYs .YsItem::before {
position: absolute;
content: '';
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(255,255,255,0.3);
top: 17px;
right: 0;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 750ms;
animation-delay: 750ms;
}


.inYs .YsItem::after {
position: absolute;
content: '';
width: 13px;
height: 13px;
border-radius: 50%;
background: #FFFFFF;
top: 26px;
right: 9px;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 1000ms;
animation-delay: 1000ms;
}


.inYs .YsItem:nth-child(3)::after {
position: absolute;
content: '';
width: 13px;
height: 13px;
border-radius: 50%;
background: #FFFFFF;
top: 26px;
left: 9px;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 1000ms;
animation-delay: 1000ms;
}

.inYs .YsItem:nth-child(3)::before {
position: absolute;
content: '';
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(255,255,255,0.3);
top: 17px;
left: 0;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 750ms;
animation-delay: 750ms;
}


.inYs .YsItem:nth-child(4)::after {
position: absolute;
content: '';
width: 13px;
height: 13px;
border-radius: 50%;
background: #FFFFFF;
top: 26px;
left: 9px;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 1000ms;
animation-delay: 1000ms;
}

.inYs .YsItem:nth-child(4)::before {
position: absolute;
content: '';
width: 32px;
height: 32px;
border-radius: 50%;
background: rgba(255,255,255,0.3);
top: 17px;
left: 0;
-webkit-animation: kuosan-1 2s linear infinite;
animation: kuosan-1 2s linear infinite;
-webkit-animation-delay: 750ms;
animation-delay: 750ms;
}


@-webkit-keyframes kuosan-1 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
filter: alpha(opacity=100)\9
}

100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
filter: alpha(opacity=0)\9
}
}

@keyframes kuosan-1 {
0% {
-webkit-transform: scale(0.5);
transform: scale(0.5);
filter: alpha(opacity=100)\9
}

100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
filter: alpha(opacity=0)\9
}
}


.inProBg{ background: #f0f4f7; margin-top: 70px;}

.inPro{ width: 1280px; height: auto; overflow: hidden; padding-bottom: 100px;}
.main_visual1 .owl-carousel,.main_visual1 .owl-stage-outer,.main_visual1 .owl-stage,.main_visual1 .owl-carousel .owl-item{width: 100%;height: 100% !important;}
.main_visual1 .owl-carousel .item{width: 100%;height: 100%; background-repeat: no-repeat; background-position: center center;-webkit-background-size: cover; background-size: cover; }
.main_visual1 .owl-carousel .item p{ width: 100%; height: 74px; line-height: 74px; background: #FFFFFF; text-align: center; overflow: hidden; font-size: 18px;}
.main_visual1 .owl-carousel .item div{ width:305px; height:280px; overflow:hidden;}
.main_visual1 .owl-carousel .item a:hover img{transform: scale(1.2); -webkit-transform: scale(1.2);}
.main_visual1 .owl-prev,.main_visual1 .owl-next{ text-indent: -99999em;}
.main_visual1 .owl-dots{ width: 100%; text-align: center; height: 10px; position:absolute; left: 0; bottom: -30px;  z-index: 999;}
.main_visual1 .owl-dots .owl-dot{display: inline-block;  margin:0 5px ;}
.main_visual1 .owl-dots .owl-dot span{  display: inline-block; width: 10px; height: 10px; background:#ccc; border-radius: 10px;}
.main_visual1 .owl-dot.active span{width: 20px; height: 10px; background:#0280c2; border-radius: 10px;}

.inNews{ width: 1280px; height: auto; overflow: hidden;}
.inNews dl{ float: left; margin-left: 4px; width: 424px; height: 282px; overflow: hidden; position: relative; cursor: pointer;}
.inNews dl:first-child{ margin-left: 0;}
.inNews dl dt{ width: 424px; height: 282px; overflow: hidden; }
.inNews dl dd{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255,255,255,0.8); box-sizing: border-box; padding: 30px 60px;}
.inNews dl dd h4{ line-height: 25px; font-weight: normal; font-size: 14px; color: #027fc1;}
.inNews dl dd h3{ line-height: 36px; height: 36px; overflow: hidden; font-size: 18px;}
.inNews dl dd p{ line-height: 24px; height: 48px; overflow: hidden; margin-top: 5px;}
.inNews dl dd a{ display: block; width: 134px; height: 33px; line-height: 33px; color: #FFFFFF; border-radius: 3px; margin-top: 25px; float: left; text-align: center; background: #027fc1;}
.inNews dl dd a:hover{ background: #003a79;}
.inNews dl dd a i{ padding-left: 10px;}
.inNews dl:hover dd{ background: rgba(0,0,0,0.3); }
.inNews dl:hover dd h4{ color: #FFFFFF;}
.inNews dl:hover dd h3{ color: #FFFFFF;}
.inNews dl:hover dd p{ color: #FFFFFF;}

.footerBg{ width: 100%; height: auto; padding-top: 63px; background: url(../images/FooterBg.jpg) no-repeat center; background-size:cover; color: #FFFFFF;}
.footerBg a{ color: #FFFFFF;}
.footerBg a:hover{ color: #ff0;}

.footer{ width: 1280px; height: auto; overflow: hidden; padding-bottom: 45px;}
.footerL{ float: left; width:350px; height: auto; overflow: hidden;}
.footerL a{ display: block; width: 100%; height: auto;}
.footerL p{ font-size: 16px; line-height: 24px; padding-top: 20px;}

.footerR{ float: right; width: 900px; height: auto; overflow: hidden;}
.footerRnav{ width: 100%; height: auto; overflow:hidden;}
.footerRnav dl{ float:left; width:20%; height:auto; overflow:hidden;}
.footerRnav dl dt{ width:100%; height:42px; line-height:42px; font-size:18px; overflow:hidden;}
.footerRnav dl dd{ width:100%; height:auto; padding-top:5px;}
.footerRnav dl dd a{ display:block; line-height:32px;}

.footerRLink{ width: 100%; text-align: left; height: 43px; padding-top:40px;}
.footerRLink a{ display: inline-block; width: 43px; height: 43px; line-height: 43px; font-size: 22px; text-align: center; margin-right: 24px; border: 2px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; display: inline-block;}
.footerRLink a:hover{ background: #FFFFFF; color: #0280C2;}



.footerCopy{ width: 1280px; height: 93px; line-height: 93px; border-top: 1px solid #003269;}


.client-2 {
            position: fixed;
            right: -152px;
            top: 50%;
            z-index: 900;
        }
        
        .client-2 li a {
            text-decoration: none;
        }
        .client-2 li {
            margin-top: 1px;
            clear: both;
            height: 62px;
            position: relative;
        }
        
        .client-2 li i {
            background: url(../images/fx.png) no-repeat;
            display: block;
            width: 30px;
            height: 27px;
            margin: 0px auto;
            text-align: center;
        }
        
        .client-2 li p {
            height: 20px;
            font-size: 12px;
            line-height: 20px;
            overflow: hidden;
            text-align: center;
            color: #fff;
        }
        
        .client-2 .my-kefu-qq i {
            background-position: 4px 5px;
        }
        
        .client-2 .my-kefu-tel i {
            background-position: 0 -21px;
        }
        
        .client-2 .my-kefu-liuyan i {
            background-position: 4px -53px;
        }
        
        .client-2 .my-kefu-weixin i {
            background-position: -34px 4px;
        }
        
        .client-2 .my-kefu-weibo i {
            background-position: -30px -22px;
        }
        
        .client-2 .my-kefu-ftop {
            display: none;
        }
        
        .client-2 .my-kefu-ftop i {
               width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
        }
        .client-2 .my-kefu-ftop .my-kefu-main{
            padding-top: 6px;
        }
        
        .client-2 .my-kefu-left {
            float: left;
            width: 80px;
            height: 47px;
            position: relative;
        }
        
        .client-2 .my-kefu-tel-right {
            font-size: 15px;
            color: #fff;
            float: left;
            height: 24px;
            line-height: 22px;
            padding: 0 5px;
       
            margin-top: 10px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #0280c2;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #0280c2;
            width: 97px;
            height: 53px;
            position: relative;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-weixin-pic {
            position: absolute;
            left: -130px;
            top: -24px;
            display: none;
            z-index: 333;
        }
        
        .my-kefu-weixin-pic img {
            width: 115px;
            height: 115px;
        }

        
 .banner2{ width: 100%; height: 280px; }
 
 .abWz{ width: 1252px; padding-left: 28px; height: 47px; line-height: 47px; border-bottom: 1px dotted #CCCCCC; background: url(../images/wz.jpg) no-repeat left center;}

.abMenu{ width: 1280px; height: 55px; line-height: 55px; overflow: hidden; margin-top: 20px; }
.abMenu a{ display: block; float: left; width: auto; padding:0 40px; height: 55px; text-align: center; font-size: 16px; color: #999999; border-radius: 3px; background: #f9f9f9;  border: 1px solid #eee; box-sizing:border-box; margin-right:25px;}
.abMenu a:hover{ color: #FFFFFF; background: #0280c2;}
#lm_hover{ color: #FFFFFF; background: #0280c2;}

.abBox{ width: 1280px; height: auto; overflow: hidden; padding: 20px 0 ; line-height:28px;}
.abBox img{ max-width:100%; height:auto;}


.abCulList{ width: 1300px; height: auto; overflow: hidden; }
.abCulList dl{ float: left; text-align: center; width: 288px; height: 273px; overflow: hidden; margin:18px;}
.abCulList dl dt{ width: 286px; height: 221px; border: 1px solid #e5e5e5; position:relative;}
.abCulList dl dt div.videoBtn{ width:48px; height:48px; position:absolute; left:50%; top:50%; margin-left:-24px; margin-top:-24px; background: url(../images/videoBtn.png) no-repeat; z-index:333;}
.abCulList dl dt img{ width: 268px; height: 201px; padding-top: 10px;}
.abCulList dl dd{ width: 288px; height: 50px; line-height: 50px; overflow: hidden; background: #f0f0f0;}


.abCon{ width: 1280px; height: 182px; margin-top: 0; overflow: hidden; margin-top:30px;}
.abCon dl{ float: left; text-align: center; width: 260px; padding: 20px 25px; height: 140px; border: 1px solid #eeeeee; background: #f5f5f5; margin-left: 10px;}
.abCon dl:first-child{ margin-left: 0;}
.abCon dl dt{ width: 100%; height: 44px; overflow: hidden;}
.abCon dl dt img{ width: 44px; height: 44px;}
.abCon dl dd{ width: 100%; height: auto; padding-top: 6px;}
.abCon dl dd p{ line-height: 32px; font-size: 18px; color:#333;}
.abCon dl dd h4{ line-height: 18px; font-weight: normal; font-size: 13px; }

.abConMap{ width: 1278px; height: 320px;  border: 1px solid #eeeeee;  margin-top: 30px;  overflow: hidden;}
.FedDiv1{ width: 1280px; height: 50px; margin-bottom: 30px; margin-top: 30px;} 
.FedDiv1 li{ width: 406px; height: 50px; float: left; margin-left: 30px;} 
.FedDiv1 li:first-child{ margin-left: 0;}
.FedDiv1 li .fedinput1{ width: 387px; padding: 0 10px; height: 48px; line-height: 48px; border: 1px solid #d1d1d1; font-size: 16px; color: #666666;} 

 
 
.FedDiv2{ width: 1280px; height: 250px; margin-bottom: 30px;} 
.FedDiv2 .contex{ width: 1258px; height: 228px; padding: 10px; border: 1px solid #d1d1d1; font-size: 16px; line-height: 28px;  color: #666666;}
 
.FedDiv3{ width: 1280px; height: 50px;  text-align: center;} 
.FedDiv3 .fedsub{ width: 220px; height: 50px; line-height: 50px; text-align: center; border: none; color: #FFFFFF; font-size: 16px; background: #0280c2;}       


.job-warp{ width: 1280px; height: auto; }
.job-warp li{ width: 100%; height: auto; }
.job-warp li.on .title{ border-bottom: none; background: #f7f7f7 url(../images/faqico.jpg) no-repeat 15px center;}
.job-warp li .title{ width: 100%; height: 63px; line-height: 63px; border-bottom: 1px solid #DEDEDE; overflow: hidden; font-size: 16px; padding: 0 45px; background: #FFFFFF url(../images/faqicos.jpg) no-repeat 15px center;}
.job-warp li .warp{display: none; padding: 45px; width: 100%; height: auto; line-height: 24px; background: #e9e9e9;}
.job-warp li .jobMore{ width: 100%; height: 62px; margin-top: 30px;}
.job-warp li .jobMore a{ display: block; float: right; background: #0280c2; color: #FFFFFF; width: 366px; height: 62px; line-height: 62px; font-size: 16px; text-align: center;}
.job-warp li .jobMore a:hover{ background: #333333;}


.mainBox{ width: 1280px; height: auto; padding: 30px 0;}
.mainLeft{ float: left; width: 250px; height: auto; }
.mainLeft h2{ width: 250px; height: 75px; line-height: 75px; text-align: center; color: #FFFFFF; background: #0280c2; font-size: 24px;}
.mainLeft ul li{ width: 250px; height: 50px; line-height: 50px; margin-top: 1px; position:relative;}
.mainLeft ul li a{ display: block; background: #ececec url(../images/MenuAbg.jpg) no-repeat 200px center; font-size: 16px; padding-left: 54px;}
.mainLeft ul li a:hover{ color: #0280c2; background: #ececec url(../images/MenuAhbg.jpg) no-repeat 200px center;}
#lm_hover1{ color: #0280c2; background: #ececec url(../images/MenuAhbg.jpg) no-repeat 200px center;}
.mainLeft ul li ul{ position:absolute; left:251px; top:0; width:250px; height:auto; display:none;}
.mainLeft ul li ul li a{ padding-left:20px; font-size: 15px; }
.mainLeft ul li:hover ul{ display:block;}

.NewsList{  width: 1280px; height: auto; overflow: hidden; margin-top:30px;}
.NewsList dl{ width: 1238px; height: 136px; padding: 20px; border: 1px solid #dedede; margin-bottom: 15px; overflow: hidden;}
.NewsList dl a{ display: block; width: 1240px; height: 136px; }
.NewsList dl a dt{ float: left; width: 204px; height: 136px; overflow: hidden;}
.NewsList dl a dt img{ width: 204px; height: 136px;}
.NewsList dl a:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.NewsList dl dd{ float: right; width:1000px; height: 136px; overflow: hidden; }
.NewsList dl dd h3{ font-size: 18px;  color:#333; height: 30px; line-height: 30px; overflow: hidden;}
.NewsList dl dd h2{ font-size: 14px; font-weight: normal; height: 20px; line-height: 20px; color:#999; overflow: hidden;}
.NewsList dl dd p{ line-height: 21px; height: 42px; overflow: hidden; color: #666666;}
.NewsList dl dd h4{ margin-top: 10px; float: right; width: 90px; height: 30px; line-height: 30px;     background: #b6b6b6; color: #FFFFFF; font-weight: normal; text-align: center;}
.NewsList dl a:hover dd h4{ background:#0280c2;}


.PhotoList{ float: right; width: 1000px; height: auto; overflow: hidden;}
.PhotoList dl{ width: 958px; height: 109px; padding: 20px; border: 1px solid #dedede; margin-bottom: 15px; overflow: hidden;}
.PhotoList dl a{ display: block; width: 958px; height: 109px;}
.PhotoList dl a dt{ float: left; width: 256px; height: 109px; overflow: hidden;}
.PhotoList dl a dt img{ width: 256px; height: 109px;}
.PhotoList dl a:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.PhotoList dl dd{ float: right; width:900px; height: 109px; overflow: hidden; }
.PhotoList dl dd h3{ font-size: 18px; font-weight: normal; height: 30px; line-height: 30px; overflow: hidden;}
.PhotoList dl dd p{ line-height: 20px; height: 40px; overflow: hidden; color: #666666;}
.PhotoList dl dd h4{ margin-top: 8px; float: right; width: 90px; height: 30px; line-height: 30px;     background: #b6b6b6; color: #FFFFFF; font-weight: normal; text-align: center;}
.PhotoList dl a:hover dd h4{ background:#0280c2;}



.NewsShow{ width: 1280px; height: auto; overflow: hidden;}
.NewsShowTit{ width: 100%; height: auto; padding: 15px 0; line-height: 40px; font-size: 26px; text-align: center; color:#333}
.NewsShowAdmin{ width: 100%; height: auto; padding: 10px 0; border-bottom: 1px solid #DEDEDE; line-height: 32px; color: #999999; text-align: center;}
.NewsShowInfo{ width: 100%; height: auto; padding: 25px 0; line-height: 28px; overflow: hidden;}
.NewsShowInfo img{ max-width: 100%;}


.NewsShowRela{ width: 100%; height: auto; box-sizing: border-box; padding: 20px; overflow: hidden; background: #e3e3e3;}
.NewsShowRela h2{ line-height: 55px; font-size: 24px; font-weight: normal;}
.NewsShowRela a{ display: block; width: 100%; height: 46px; line-height: 46px; border-top: 1px dotted #CCCCCC; overflow: hidden;}

.newsPrev{ width: 100%; height: auto; overflow: hidden; margin-top: 30px;}
.newsPrev li{ width: 100%; height: 32px; line-height: 32px; overflow: hidden; font-size: 15px; color: #666666;}
.newsPrev li a{ color: #666666;}
.newsPrev li span{ color: #333333;}
.newsPrev li a:hover{ color:#0280c2;}

.DownInfo{ width:1280px;  height: auto; line-height: 28px; overflow: hidden; padding-top:30px;}




.DownListCon{ width:1280px; height:auto;  padding-top:30px;}
.DownListCon li{ float:left; text-align:center; height:42px; line-height:42px; background:#eee;}
.DownListCon li.Dli1{ width:40%;}
.DownListCon li.Dli2{width:20%;}
.DownListCon li.Dli3{width:20%;}
.DownListCon li.Dli4{width:20%;}


.DownListCon dl{  width:100%; height:42px; line-height:42px;  border-bottom:1px dotted #ccc; margin-bottom:20px;}
.DownListCon dl .Dodiv1{ float:left; width:40%; text-align:center;}
.DownListCon dl .Dodiv2{ float:left; width:20%;  text-align:center;}
.DownListCon dl .Dodiv3{ float:left; width:20%;  text-align:center;}
.DownListCon dl .Dodiv4{ float:left; width:20%;  text-align:center;}

.faqList{ width: 100%; height: auto; overflow: hidden;}
.faqList .job-title{ margin-bottom: 15px; font-size: 16px; display:block;height:49px;line-height:49px;color:#333; background: #f7f7f7 url(../images/faqico.jpg) no-repeat 97% center;  width: 100%; padding: 0 25px; box-sizing: border-box;}
.faqList .job-title img{ vertical-align: middle; padding-right: 10px;}
.faqList .job-title.cur{ background: #f7f7f7 url(../images/faqicos.jpg) no-repeat 97% center;}
.faqList .job-box{width:100%; position:relative;overflow:hidden;display:none; margin-bottom: 10px;  background: #f7f7f7;}
.faqList .job-con{padding:20px 30px;font-size:14px;line-height:26px;color:#666;position:relative; box-sizing: border-box;}


.GoodsList{ float: right; width: 1030px; height: auto; overflow: hidden;}
.GoodsList dl{ float: left; width: 313px; height: 335px; border: 1px solid #dedede; margin-left: 25px; margin-bottom: 25px; text-align:center;}
.GoodsList dl dt{ width: 313px; height: 288px; overflow: hidden;}
.GoodsList dl dt img{ width: 313px; height: 288px;}
.GoodsList dl dd{ width: 100%; height: 47px; text-align: center; overflow: hidden; line-height: 47px; font-size: 15px; box-sizing: border-box; padding:0 20px;}
.GoodsListinfo{ width:1000px; height:auto; overflow:hidden; line-height:26px; float:right; padding-bottom:20px;}
.GoodsListinfoDown{ width:1000px; height:25px; overflow:hidden; line-height:25px; float:right; padding-bottom:20px;}
.GoodsListinfoDown img{ padding-left:5px; vertical-align:middle;}

.NewsShowImg{ width:100%; height:auto; padding:25px 0; text-align:center;}
.NewsShowImg img{ width:500px; height:auto;}

.SearchList{  width: 1300px; height: auto; overflow: hidden; padding-top:30px;}
.SearchList dl{ float: left; width: 303px; height: 325px; border: 1px solid #dedede; margin:10px; text-align:center;}
.SearchList dl dt{ width: 303px; height: 278px; overflow: hidden;}
.SearchList dl dt img{ width: 303px; height: 278px;}
.SearchList dl dd{ width: 100%; height: 47px; text-align: center; overflow: hidden; line-height: 47px; font-size: 15px; box-sizing: border-box; padding:0 20px;}

.MobileMenu{ display:none;}

.GoodsShow{ width:1000px; height:auto; float:right; overflow:hidden;}
.GoodsShow1{ width:100%; height:auto; overflow:hidden; padding-bottom:30px;}
.GoodsShow1L{ width:600px; height:auto; overflow:hidden; float:left;}
.GoodsShow1L img{ width:100%; height:auto;}

.GoodsShow1R{ width:370px; height:auto; overflow:hidden; float:right;}
.GoodsShow1R h2{width: 100%;
	height: auto;
	line-height: 40px;
	color: #444;
	font-size: 22px;
	text-align: left;
	float: left;
	font-weight: bold;
	border-bottom: 1px solid #ececec;
	padding-bottom: 20px;
	padding-top: 6px;}

.GoodsShow1R h3 {
	width: 100%;
	height: auto;
	line-height: 40px;
	color: #444;
	font-size: 15px;
	text-align: left;
	float: left;
	font-weight: normal;
	border-bottom: 1px solid #ececec;
	padding-bottom: 8px;
	padding-top: 6px;
}

.GoodsShow1Rinfo{ width:100%; padding-top:25px; line-height:28px; overflow:hidden;}
.GoodsShow1Rinfo span{background: url(../images/d.png) no-repeat left 14px; padding-left:15px; line-height:36px; display:block;}
.GoodsShow2{ width:94%; height:auto; overflow:hidden; line-height:28px; padding-top:30px; border-top: 1px solid #ececec; }
.GoodsShow2 table{ border:1px solid #ccc; border-left:0px; border-top:0px; font-size: 14px;  width: 100%; box-sizing:border-box; border-spacing:0;}
.GoodsShow2 table td{ border:1px solid #ccc;  border-right:0px; border-bottom:0px; padding:8px 2px; text-align:center; word-wrap: break-word; }
.GoodsShow2 table tr{background:#fff; }
.GoodsShow2 table tr:nth-child(1){background:#0280c2; color:#fff;}

@media (max-width: 767px) {

.HeaderM{ display: block; background: #FFFFFF; overflow: hidden; position: fixed; left: 0; top: 0; height: 60px; line-height: 60px; border-bottom: 1px solid #dedede; z-index: 9999; width: 94%; padding: 0 3%;}
.HeaderM .logo{ float: left;  width:200px; height: 48px; overflow: hidden; padding-top: 6px;}
.HeaderM .logo a{ display: block; overflow: hidden;  width:200px; height: 48px;}
.HeaderM .logo a img{ width:200px; height: 48px;}
.m-menu{float: right;width: 30px; padding-top: 15px;}
.m-menu .icon{line-height: 1;font-size: 0;display: inline-block;vertical-align: middle;cursor: pointer;}
.m-menu .icon>span{display: inline-block;width: 30px;height: 1px;background: #0280c2;margin: 4px 0;display: inline-block;}
.m-menu .drop-down{display: none;position: fixed;top: 61px;left: 0;right: 0;background: #ffffff;height: calc(100vh);z-index: 10;text-align: center;padding: 30px 5%; overflow-y: auto;z-index: 12;}
.m-menu .drop-down::-webkit-scrollbar{display: none;}
.m-menu .drop-down>ul>li{line-height: 60px;border-bottom: 1px solid #eeeeee;}
.m-menu .drop-down>ul>li>a{font-size: 18px;color: #000;display: block;}
.m-menu .subnav{padding-bottom: 24px;display: none;}
.m-menu .subnav a{display: block;height: 40px;line-height: 40px;font-size: 16px;color: #333333;}
.m-menu .drop-down .form{border: 1px solid #e5e5e5;display: inline-block;height: 43px;line-height: 43px;border-radius: 5px;font-size: 0;vertical-align: top;position: relative;}
.m-menu .drop-down .text{display: inline-block;vertical-align: top;width: 230px;height: 30px;margin-top: 6px;padding: 0 5px; border: none;}
.m-menu .drop-down .submit{display: inline-block;vertical-align: top;width: 45px; border: none; background: url(../images/icon2.jpg) center center no-repeat;font-size: 0;height: 43px;border-left: 1px solid #e5e5e5;cursor: pointer;}   

.main_visual{ margin-top: 61px;} 
.main_visual .owl-carousel .item img.Bpic{ display: none;}
.main_visual .owl-carousel .item img.Bmpic{ display: block;}
.main_visual .owl-dots{ bottom: 15px;} 


.main_visual .owl-carousel .item div{ width:90%; text-align:center; height:auto; position:absolute; left:5%; top:100px; margin-left:0; overflow:hidden; color:#fff;}
.main_visual .owl-carousel .item div h4{ font-size:2rem; line-height:50px;}
.main_visual .owl-carousel .item div p{ font-size:1.4rem; line-height:32px;}
 
.client-2  { display: none;}  


.HeaderBg{ display: none;}

.alertVideoHide{display:none;position:fixed;top:0px;left:0px;width:100%;height:100%;background:url(../images/blackBg.png);z-index:888;}
.alertVideoContent{display:none;position:fixed;top:50%;left:50%;width:340px;margin:-180px 0 0 -170px;z-index:999;background:#fff; height:auto; 
box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-ms-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-o-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);-webkit-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.2);
border-radius:6px;-moz-border-radius:6px;-ms-border-radius:6px;-o-border-radius:6px;-webkit-border-radius:6px;}
.alertVideoContent iframe{width:100% !important;height:100% !important;}
.alertVideoContent .vedioClose{position:absolute;top:-27px;right:-27px;cursor:pointer;}


.inTit{ width: 100%; text-align: center; padding: 30px 0;}
.inTit h2{ font-size: 1.8rem; font-weight: normal; color: #333333; line-height: 49px;}
.inTit p{ line-height: 22px; font-size: 0.9rem;}

.inYs{ width: 94%; height: auto; overflow:hidden;}
.inYs dl{ float:none; width:100%; height:auto; overflow:hidden; cursor:pointer; margin-bottom:25px; text-align:center;}
.inYs dl dt{ width:106px; height:106px; border:4px solid #d9dbe2; border-radius: 50%; transition: all ease .5s; float:none; margin: 0 auto;}
.inYs dl dt.inYsicon1{  background: url(../images/inYsicon1.png) no-repeat center;}
.inYs dl:hover dt.inYsicon1{  background:#027fc1 url(../images/inYsicon1s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon2{  background: url(../images/inYsicon2.png) no-repeat center;}
.inYs dl:hover dt.inYsicon2{  background:#027fc1 url(../images/inYsicon2s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon3{  background: url(../images/inYsicon3.png) no-repeat center;}
.inYs dl:hover dt.inYsicon3{  background:#027fc1 url(../images/inYsicon3s.png) no-repeat center; border-color:#027fc1;}
.inYs dl dt.inYsicon4{  background: url(../images/inYsicon4.png) no-repeat center;}
.inYs dl:hover dt.inYsicon4{  background:#027fc1 url(../images/inYsicon4s.png) no-repeat center; border-color:#027fc1;}

.inYs dl dd{ width:100%; height:auto; float:none; overflow:hidden; padding-top:20px; padding-right:0;  box-sizing: border-box; }
.inYs dl dd h4{ font-size:26px; height:56px; line-height:56px; overflow:hidden;}
.inYs dl dd p{ font-size:16px; line-height:30px; height:auto; color:#666666;}



.inProBg{ margin-top: 0;}

.inPro{ width: 94%;  padding-bottom: 70px;}
.main_visual1 .owl-carousel .item div{ width:100%; height:auto; overflow:hidden;}

.inNews{ width: 94%; height: auto; overflow: hidden;}
.inNews dl{ float: left; margin-left: 0; width: 100%; height: auto; overflow: hidden; position: relative; cursor: pointer; margin-bottom: 10px;}
.inNews dl:first-child{ margin-left: 0;}
.inNews dl dt{ width: 100%; height: auto; overflow: hidden; }
.inNews dl dd{ width: 100%; height: 100%; position: absolute; left: 0; top: 0; background: rgba(255,255,255,0.8); box-sizing: border-box; padding: 30px;}
.inNews dl dd h4{ line-height: 25px; font-weight: normal; font-size: 14px; color: #027fc1;}
.inNews dl dd h3{ line-height: 36px; height: 36px; overflow: hidden; font-size: 18px;}
.inNews dl dd p{ line-height: 24px; height: 48px; overflow: hidden; margin-top: 5px;}
.inNews dl dd a{ display: block; width: 134px; height: 33px; line-height: 33px; color: #FFFFFF; border-radius: 3px; margin-top: 25px; float: left; text-align: center; background: #027fc1;}
.inNews dl dd a:hover{ background: #003a79;}
.inNews dl dd a i{ padding-left: 10px;}
.inNews dl:hover dd{ background: rgba(0,0,0,0.3); }
.inNews dl:hover dd h4{ color: #FFFFFF;}
.inNews dl:hover dd h3{ color: #FFFFFF;}
.inNews dl:hover dd p{ color: #FFFFFF;}


.footerBg{ width: 100%; height: auto; padding:30px 0; background: url(../images/FooterBg.jpg) no-repeat center; background-size:cover; color: #FFFFFF;}
.footerBg a{ color: #FFFFFF;}
.footerBg a:hover{ color: #ff0;}

.footer{ width: 94%; height: auto; overflow: hidden; text-align: center; padding-bottom: 25px;}
.footerL{ float: none; width: 100%; height: auto; overflow: hidden;}
.footerL a{ display: block; width: 100%; height: auto;}
.footerL p{ font-size: 1rem; line-height: 24px; padding-top: 20px;}

.footerR{ float: none; width: 100%; height: auto; overflow: hidden;  padding-top: 15px;}
.footerRnav{ display: none;}

.footerRLink{ width: 100%; text-align: center; height: 43px;}
.footerRLink a{ display: inline-block; width: 43px; height: 43px; line-height: 43px; font-size: 22px; text-align: center; margin-left: 24px; border: 2px solid #FFFFFF; box-sizing: border-box; border-radius: 50%; display: inline-block;}
.footerRLink a:hover{ background: #FFFFFF; color: #0280C2;}

.footerCopy{ width: 100%; height: auto; line-height: 26px; padding: 15px 0; text-align: center; border-top: 1px solid #003269;}
.footerCopy span{ display: block; float: none;}


 .banner2{ width: 100%; height: 120px; margin-top: 61px;}
 
 .abWz{ display:none;}

.abMenu{ width: 94%; height: auto; line-height: 40px; overflow: hidden; margin-top: 20px; background: none;}
.abMenu a{ display: block; float: none; width: 100%; height: 40px; text-align: center; font-size: 1rem; margin-bottom:1px; background: #f4f4f4; color: #999999;}
.abMenu a:hover{ color: #FFFFFF; background: #0280c2;}
#lm_hover{ color: #FFFFFF; background: #0280c2;}

.abBox{ width: 94%; height: auto; overflow: hidden; padding: 20px 0 ; line-height:26px;}
.abBox img{ max-width:100%; height:auto;}


.abCulList{ width: 94%; height: auto; overflow: hidden; }
.abCulList dl{ float: left; text-align: center; width: 100%; height: auto; overflow: hidden; margin:5px 0;}
.abCulList dl dt{ width: 100%; height: auto; border: none;}
.abCulList dl dt img{ width: 100%; height: auto; padding-top: 0;}
.abCulList dl dd{ width: 100%;  height: 40px; line-height: 40px; overflow: hidden; background: #f0f0f0;}


.abCon{ width: 94%; height: auto; margin-top: 0; overflow: hidden;}
.abCon dl{ float: none; text-align: center; width: 100%; padding: 20px 25px; height: auto; border: 1px solid #eeeeee; background: #f5f5f5; margin-left: 0; margin-bottom:10px; box-sizing: border-box;}
.abCon dl:first-child{ margin-left: 0;}
.abCon dl dt{ width: 100%; height: 44px; overflow: hidden;}
.abCon dl dt img{ width: 44px; height: 44px;}
.abCon dl dd{ width: 100%; height: auto; padding-top: 6px;}
.abCon dl dd p{ line-height: 32px; font-size: 18px; color:#333;}
.abCon dl dd h4{ line-height: 28px; font-weight: normal; font-size: 15px;}

.abConMap{ width: 100%; height: 220px;  border: 1px solid #eeeeee;  margin-top: 30px;  overflow: hidden; box-sizing: border-box;}
.FedDiv1{ width: 94%; height: auto; margin-bottom: 0; margin-top: 0;} 
.FedDiv1 li{ width: 100%; height: 50px; float: none; margin-left: 0;  margin-bottom: 10px;} 
.FedDiv1 li:first-child{ margin-left: 0;}
.FedDiv1 li .fedinput1{ width: 100%; padding: 0 10px; box-sizing: border-box; height: 48px; line-height: 48px; border: 1px solid #d1d1d1; font-size: 0.9rem; color: #666666;} 
 
.FedDiv2{ width: 94%; height: 200px; margin-bottom: 10px;} 
.FedDiv2 .contex{ width: 100%; height: 200px; padding: 10px;  box-sizing: border-box;  border: 1px solid #d1d1d1; font-size: 0.9rem; line-height: 28px;  color: #666666;}
 
.FedDiv3{ width: 94%; height: 50px;  text-align: center;} 
.FedDiv3 .fedsub{ width: 220px; height: 50px; line-height: 50px; text-align: center; border: none; color: #FFFFFF; font-size: 1rem; background: #0280c2;}       

.job-warp{ width: 94%; height: auto; }
.job-warp li{ width: 100%; height: auto; }
.job-warp li.on .title{ border-bottom: none; background: #f7f7f7 url(../images/faqico.jpg) no-repeat 15px center;}
.job-warp li .title{ width: 94%; height: 63px; line-height: 63px; border-bottom: 1px solid #DEDEDE; overflow: hidden; font-size: 16px; text-indent:3em; padding: 0 3%; background: #FFFFFF url(../images/faqicos.jpg) no-repeat 15px center;}
.job-warp li .warp{display: none; padding: 3%; width:94%; height: auto; line-height: 24px; background: #e9e9e9;}
.job-warp li .jobMore{ width: 100%; height: 62px; margin-top: 30px;}
.job-warp li .jobMore a{ display: block; float: right; background: #0280c2; color: #FFFFFF; width: 100%; height: 62px; line-height: 62px; font-size: 16px; text-align: center;}
.job-warp li .jobMore a:hover{ background: #333333;}


.mainBox{ width: 94%; height: auto; padding: 20px 0;}
.mainLeft{ float: none; width: 100%; height: auto; }
.mainLeft h2{ display:none}
.mainLeft ul li{ width: 100%; height: 40px; line-height: 40px; margin-top: 1px; position:relative;}
.mainLeft ul li a{ display: block; background: #ececec url(../images/MenuAbg.jpg) no-repeat 200px center; font-size: 1rem; padding-left: 54px;}
.mainLeft ul li a:hover{ color: #0280c2; background: #ececec url(../images/MenuAhbg.jpg) no-repeat 200px center;}
#lm_hover1{ color: #0280c2; background: #ececec url(../images/MenuAhbg.jpg) no-repeat 200px center;}
.mainLeft ul li ul{ position:absolute; left:251px; top:0; width:250px; height:auto; display:none;}
.mainLeft ul li:hover ul{ display:block;}

#products .mainLeft{ display: none; }
.MobileMenu{ display:block; width:100%; height:auto; margin-bottom:20px;}
.MobileMenu ul li{ width: 100%; height: auto; line-height: 40px; margin-top: 1px;}
.MobileMenu ul li a{ display: block; background: #ececec url(../images/MenuAbg.jpg) no-repeat 200px center; font-size: 1rem; padding-left: 54px;}
.MobileMenu ul li a:hover{ color: #0280c2; background: #ececec url(../images/MenuAhbg.jpg) no-repeat 200px center;}
.MobileMenu ul li ul{width:100%; height:auto; display:none;}
.MobileMenu ul li ul a{ background:#f7f7f7; font-size:0.9rem;}
.MobileMenu ul li ul a i{ padding-right:15px;}
.MobileMenu ul li:hover ul{ display:block;}



.NewsList{ float: none; width: 100%; height: auto; overflow: hidden; padding-top:10px;}
.NewsList dl{ width: 100%; height: auto;  box-sizing: border-box; padding: 10px; border: 1px solid #dedede; margin-bottom: 10px; overflow: hidden;}
.NewsList dl a{ display: block; width: 100%; height: auto;}
.NewsList dl a dt{ float: none; width: 100%; height: auto; overflow: hidden;}
.NewsList dl a dt img{ width: 100%; height: auto;}
.NewsList dl a:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.NewsList dl dd{ float: none;width: 100%; height: auto; overflow: hidden; }
.NewsList dl dd h3{ font-size: 1.1rem;  color:#333; height: 40px; line-height: 40px; overflow: hidden;}
.NewsList dl dd p{ line-height: 24px; height: 48px; overflow: hidden; color: #666666;}
.NewsList dl dd h4{ margin-top: 10px; float: right; width: 90px; height: 30px; line-height: 30px;     background: #b6b6b6; color: #FFFFFF; font-weight: normal; text-align: center;}
.NewsList dl a:hover dd h4{ background:#0280c2;}


.PhotoList{ float: none; width: 100%; height: auto; overflow: hidden; padding-top:10px;}
.PhotoList dl{ width: 100%; height: auto; padding: 10px; box-sizing: border-box; border: 1px solid #dedede; margin-bottom: 10px; overflow: hidden;}
.PhotoList dl a{ display: block;  width: 100%; height: auto; }
.PhotoList dl a dt{ float: none; width: 100%; height: auto;  overflow: hidden;}
.PhotoList dl a dt img{ width: 100%; height: auto; }
.PhotoList dl a:hover dt img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.PhotoList dl dd{ float: none;  width: 100%; height: auto;  overflow: hidden; }
.PhotoList dl dd h3{ font-size: 1.1rem; font-weight: normal; height: 30px; line-height: 30px; overflow: hidden;}
.PhotoList dl dd p{ line-height: 20px; height: 40px; overflow: hidden; color: #666666;}
.PhotoList dl dd h4{ margin-top: 8px; float: right; width: 90px; height: 30px; line-height: 30px;     background: #b6b6b6; color: #FFFFFF; font-weight: normal; text-align: center;}
.PhotoList dl a:hover dd h4{ background:#0280c2;}



.NewsShow{ float: none; width: 100%; height: auto; overflow: hidden;}
.NewsShowTit{ width: 100%; height: auto; padding: 15px 0; line-height: 40px; font-size: 1.4rem; text-align: center; color:#333}
.NewsShowAdmin{ width: 100%; height: auto; padding: 10px 0; border-bottom: 1px solid #DEDEDE; line-height: 32px; color: #999999; text-align: center;}
.NewsShowInfo{ width: 100%; height: auto; padding: 20px 0; line-height: 26px; overflow: hidden;}
.NewsShowInfo img{ max-width: 100%;}


.NewsShowRela{ width: 100%; height: auto; box-sizing: border-box; padding: 20px; overflow: hidden; background: #e3e3e3;}
.NewsShowRela h2{ line-height: 55px; font-size: 1.4rem; font-weight: normal;}
.NewsShowRela a{ display: block; width: 100%; height: 36px; line-height: 36px; border-top: 1px dotted #CCCCCC; overflow: hidden;}

.newsPrev{ width: 100%; height: auto; overflow: hidden; margin-top: 30px;}
.newsPrev li{ width: 100%; height: 32px; line-height: 32px; overflow: hidden; font-size: 15px; color: #666666;}
.newsPrev li a{ color: #666666;}
.newsPrev li span{ color: #333333;}
.newsPrev li a:hover{ color:#0280c2;}

.DownInfo{ width: 94%; height: auto; line-height: 28px; overflow: hidden; padding-top:30px;}



.DownListCon{ width:  94%; height: auto;  padding-top:30px;}
.DownListCon dl{ float:none; width:100%; height:68px;  padding-bottom:20px; margin-left:0; border-bottom:1px dotted #ccc; margin-bottom:20px;}
.DownListCon dl:nth-child(odd){ margin-left:0;}
.DownListCon dl dt{ float:left; height:20%; width:68px; text-align:center;}
.DownListCon dl dt h2{ font-weight:normal; background:#f8f8f8; width:68px; height:44px; line-height:44px;  color:#0280c2; font-size:22px;}
.DownListCon dl dt h4{ width:100%; height:24px; line-height:24px; background:#0280c2; color:#fff; font-weight:normal; font-size:13px; border-radius:0 0 3px 3px; }
.DownListCon dl dd{ float:right; height:68px; width:75%; }
.DownListCon dl dd p{ line-height:28px;}
.DownListCon dl dd a{ text-align:center;}
.DownListCon dl dd a i{ color:#0280c2; font-size:20px; line-height:42px;}
.DownListCon dl dd span{ display:block;}

.faqList{ width: 100%; height: auto; overflow: hidden;}
.faqList .job-title{ margin-bottom: 15px; font-size: 0.9rem; display:block;height:49px;line-height:49px;color:#333; background: #f7f7f7 url(../images/faqico.jpg) no-repeat 97% center;  width: 100%; padding: 0 10px; box-sizing: border-box;}
.faqList .job-title img{ vertical-align: middle; padding-right: 10px;}
.faqList .job-title.cur{ background: #f7f7f7 url(../images/faqicos.jpg) no-repeat 97% center;}
.faqList .job-box{width:100%; position:relative;overflow:hidden;display:none; margin-bottom: 10px;  background: #f7f7f7;}
.faqList .job-con{padding:20px;font-size:0.9rem;line-height:26px;color:#666;position:relative; box-sizing: border-box;}


.GoodsList{ float: none; width: 100%; height: auto; overflow: hidden;}
.GoodsList dl{ float: left; width: 100%; height: auto; border: 1px solid #dedede; box-sizing: border-box; margin:10px 0; text-align:center;}
.GoodsList dl dt{ width: 100%; height: auto;  overflow: hidden;}
.GoodsList dl dt img{  width: 100%; height: auto; }
.GoodsList dl dd{ width: 100%; height: 56px; text-align: center; overflow: hidden; line-height: 26px; font-size: 1rem; box-sizing: border-box; padding:10px 20px;}
.GoodsListinfo{ width:100%; height:auto; overflow:hidden; line-height:26px; float:right; padding-bottom:10px;}
.GoodsListinfoDown{ width:100%; height:25px; overflow:hidden; line-height:25px; float:right; padding-bottom:10px;}
.GoodsListinfoDown img{ padding-left:5px; vertical-align:middle;}

.NewsShowImg{ width:100%; height:auto; padding:25px 0; text-align:center;}
.NewsShowImg img{  max-width: 100%; height: auto; }

.SearchList{  width: 94%; height: auto; overflow: hidden; padding-top:20px;}
.SearchList dl{ float: none; width: 100%; height: auto; border: 1px solid #dedede; box-sizing: border-box; margin:10px 0; text-align:center;}
.SearchList dl dt{ width: 100%; height: auto;overflow: hidden;}
.SearchList dl dt img{ width: 100%; height: auto;}
.SearchList dl dd{ width: 100%; height: 56px; text-align: center; overflow: hidden; line-height: 26px; font-size: 1rem; box-sizing: border-box; padding:10px 20px;}

.GoodsShow{ width:94%; height:auto; float:none; overflow:hidden;}
.GoodsShow1{ width:100%; height:auto; overflow:hidden; padding-bottom:30px;}
.GoodsShow1L{width:100%; height:auto; overflow:hidden; float:none;}
.GoodsShow1L img{ width:100%; height:auto;}

.GoodsShow1R{ width:100%; height:auto;overflow:hidden; float:none;}

.GoodsShow2{ width:94%; height:auto; overflow-x:auto; line-height:28px; padding-top:30px; border-top: 1px solid #ececec; }

}