@charset "utf-8";

/*全局控制*/
body{margin:0;padding:0;font-size:14px;line-height:22px;font-family:"微软雅黑",Arial;-webkit-text-size-adjust:none; min-width:1250px;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:12px;line-height:16px;}img{border:0;}ul,li{list-style-type:none;}
img{ max-width:100%; max-height:100%;}
a{color:#333;text-decoration:none;}
a:hover{text-decoration:none;}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}


/********************* 以下(结束标识)代码请在实际开发中删除 *********************/


/*头部区域*/
.headertop{ background:#262c31; width:100%; height:40px; line-height:40px; font-size:16px; color:#fff;}
.headertop a{ color:#fff;}
.header{width:1200px;height:55px; padding:22px 0;margin:0 auto;position:relative;z-index:1;}
.header .logo{ padding:0 20px 0 0; }
.header .logotit{ padding:0 0 0 20px; line-height:26px;}
.header .telimg{font-size:12px; color:#7a7a7a; width: 160px; margin-left:20px; line-height: 15px; text-align: left;} 
.header .tel{ margin-top:6px;    margin-right: 30px; }
.header .tel b{ font-weight:100;}	
.header .tel p{ font-size:18px; color:#0055aa; font-weight:bold;width: 160px;margin-left:20px; line-height: 20px;}	
.header #search{   color: #888;}
.header #search .stel{font-size: 16px;color: #505050}
.header #search .stel span{font-size: 28px;color: #003f8e;font-weight: 600}
.header #search input{padding: 7px; border:none;background: #EEE; width: 230px;margin-right:60px; }
.header #search #search_btn{position: absolute;    right: 60px;    margin-top: 4px;background: #eee; border: none;}
.navBg{background:#003f8e; width:100%;}
.nav{width:1200px;height:50px;margin:0 auto;line-height:50px;font-family:"微软雅黑";}
.nav li{float:left;width:11.1%}
.nav li a{display:block;text-align:center;font-size:18px;position: relative;color:#fff; padding:0 28px;}
.nav li a:hover, .nav li a:hover.on{background:#4cb1ff;text-decoration:none;}
.nav li a.on{background: #4cb1ff;}
.nav li a.on2{background:#4cb1ff;text-decoration:none;}
.nav li a:nth-child(1):before{content:'';position: absolute;left: 0;top: 18px;height: 15px;width: 1px;background: #fff}
.nav li a:after{content:'';position: absolute;right: 0;top: 18px;height: 15px;width: 1px;background: #fff}
.nav li:hover.on{background:#4cb1ff;text-decoration:none;}
.nav li ul{display:none;position:absolute;z-index:9999;}
.nav li ul li{float:none;display:block;position:relative;line-height:20px;_display:inline;min-width: 137px;}
.nav li ul li .s{position:absolute;top:0;left:140px;border-left:1px solid transparent;}
.nav li ul li .s li{float:none;}
.nav li ul li a{display:block;height:60px; line-height:60px; border:1px solid #eee; font-size:18px; padding:0 20px;background:#d5e8f5;text-align:center;font-weight:normal;color:#000;}
.nav li ul li a:hover{ color:#000; background:rgba(255,255,255,0.8)!important; }
.nav li ul li ul{ position: absolute;margin-left: 137px;top: 0; width: 250px; }


    .pic{
        overflow: hidden;/*隐藏溢出*/
        width: 1100px;
        height: 420;
        margin: 0 auto;
        padding-top: 70px;
       
    }
    .pic ul li{
        float: left;
        height: 390px;
        width: 16%;
        margin-right: 0.5%;

    }
   

    .pic ul .pic1{
/*        background-image: url(../images/a1.png) ;*/
        background-position: center center;  /*图片居中  等比例*/
        background-repeat: no-repeat;  /*图片不平铺*/
        width: 50%;
    }
    .pic ul .pic2{
/*        background-image: url(../images/a2.png) ;*/
        background-position: center center;
        background-repeat: no-repeat;
    }
    .pic ul .pic3{
/*        background-image: url(../images/a3.png)  ;*/
        background-position: center center;
        background-repeat: no-repeat;
    }
    .pic ul .pic4{
/*        background-image: url(../images/a4.png)  ;*/
        background-position: center center;
        background-repeat: no-repeat;
        
        
    }
   .pic ul li a .txt{
   	
   	display: grid;
   	align-content: center;
   	height: 100%;
   	padding:0 20px;
   }
   .pic ul li a .txt .t1{
   	font-size: 14px;
   	color: #ffffff;
   }
   .pic ul li a .txt .t2{
   	color: #ffffff;
   	font-size: 18px;
   	transition: 1s;
   }
   .pic ul li a .txt .t3{
   	height: 120px;
   	opacity: 0;
   	overflow: hidden;
   	transition: 1s;
   	color: #fff;
   	margin-top:15px;
   	font-size: 14px;
   }
   .pic ul li a .txt .smimg{
   	margin-top: 15px;
   }
   .pic ul li.active .txt{
   	background: linear-gradient(360deg, #053d8a, transparent);
   }
   .pic ul li.active a .txt .t2{
   	font-size: 24px;
   }
   .pic ul li.active a .txt .t3{
   	opacity: 1;
   }
   .ms{
   	padding-bottom: 45px;
   }
	.ms .swiper-button-next{
		filter: contrast(0);
	}
	.ms .swiper-button-prev{
		filter: contrast(0);
	}
	.mysc{
		background: url(../images/iab.jpg) no-repeat;
		background-size: cover;
		background-position: center;
		padding:80px 0;
	}
    .mysc .myscon{
    	display: flex;
    	flex-wrap: wrap;
    	justify-content: space-between;
    }
    .mysc .myscon .msl{
    	width: 30%;
    }
    .mysc .myscon .msl h4{
    	font-size: 32px;
    	color: rgba(255, 255, 255, 0.6);
    }
    .mysc .myscon .msl h3{
    	color: #ffffff;
    	font-size: 32px;
    	font-weight: normal;
    	margin:15px 0;
    	line-height: 1.4;
    }
    .mysc .myscon .msl .ncon{
    	color: #ffffff;
    	margin-top: 45px;
    	font-size: 16px;
    	line-height: 1.7;
    }
    .mysc .myscon .msr{
        width: 65%;
    }
    .mysc .myscon .msr .mbox{
        background: #fff;
        box-shadow: 6px 7px 1px 0px rgba(255, 255, 255, 0.6);
        border-radius: 20px;
        padding:25px 0;
    }
    .mbox .mbnav{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        border-bottom: 3px solid #eaeaea;
    }
    .mbox .mbnav .nvv{
        width: 25%;
        text-align: center;
        padding-bottom: 25px;
        position: relative;
        transition: .6s;
    }
    .mbox .mbnav .nvv.active:after{
        position: absolute;
        bottom: -3px;
        background: #2187e8;
        content: '';
        width: 40%;
        left: 30%;
        height: 5px;
        transition: .6s;
    }
    .mbox .mbnav .nvv .img{
        display: grid;
        height: 55px;
        align-items: center;
        justify-content: center;
    }
    .mbcon .msncon{
        padding:50px;
        min-height: 180px;
    }
    .mbcon .msncon{
        display: none;
    }
    .mbcon .msncon:first-child{
        display: block;
    }
    .mbcon .msncon h2{
        font-size: 30px;
        color: #000000;
    }
    .mbcon .msncon .nn{
        color: #787878;
        font-size: 16px;
        margin-top:25px;
        line-height: 1.7;
    }
    .ssm{
        padding:60px 0;
    }
    .ssm .ssma{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .ssm .ssma .sml{
        width: 48%;
    }
    .ssm .ssma .sml h2{
        font-size: 32px;
        color: #000000;
    }
    .ssm .ssma .sml .smln{
        font-size: 18px;
        color: #000000;
        margin:20px 0 35px;
    }
    .ssm .ssma .sml .smmcon{
        line-height: 1.6;
        margin-top: 25px;
        font-size: 16px;
    }
    .ssm .ssma .sml .smore{
        background: #003f8e;
        padding:8px 35px;
        color: #fff;
        display: inline-block;
        margin-top: 25px;
    }
    .ssm .ssma .sml .pics{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 45px;
    }
    .ssm .ssma .sml .pics .item{
        width: 32.33%;
    }
    .ssm .ssma .smr{
        width: 48%;
    }


/*页面主要区域*/
.colorfff{ color:#fff!important;}
.backfff{ background:#fff!important;}
.banner img{ width:100%;}
.mainbody{ width:1200px; margin:0 auto;position: relative;}
.product{ padding:60px 0;position: relative;    overflow: hidden;}
.title{ text-align:center;}
.title h3{ font-size:36px; color:#000; line-height:50px;font-weight: bold; margin-bottom:20px;letter-spacing: 4px;}
.title h4{font-size:50px; color:#000;opacity: 0.1;margin-top: -40px;letter-spacing: 2px;}
.title p{ font-size:16px; color:#666;}
.title .titline{ width:60px; height:4px; background:#003f8e; margin:10px auto;}
.prolist{ display:flex;display: -webkit-flex;justify-content: center;margin:30px 0;}
.prolist li{ border:1px solid #cccccc; height:40px; line-height:40px; text-align:center; padding:0 10px; font-size:16px;color:#333; }
.prolist .proline{ background:#cccccc; width:15px; height:1px;margin: 19px 5px;}
.prolist .proline:last-child{ display:none;}
.prolist li.on{ background:#003f8e; color:#fff;}
.content .contentlist{ display:none;}
.content ul{ display:none;}
.content ul li{ width:380px; height:440px; box-shadow: -1px -1px 6px 6px #eee;-moz-box-shadow: -1px -1px 6px 6px #eee;  float:left; margin-right:25px; margin-bottom:25px; position:relative;}
.content ul li dl{ text-align:center;}
.content ul li img{ width:380px; height:380px;    padding-top: 0px;}
.content ul li dd{ background:#003f8e; width:95%; margin:10px auto 0; text-align:center; line-height:50px;}
.content ul li dd a{ color:#fff; font-size:20px;}
.content ul li:nth-child(3){ margin-right:0;}
.content ul li:nth-child(6){ margin-right:0;}
.content ul li figure{ display:none; padding:6%; background:rgb(204, 204, 204,0.5); width:100%; position:absolute; top:0; left:0; width:89%; height:90%; margin:0;}
.inback{ background:rgb(0, 98, 210,0.8); height:100%; width:100%;}
.content ul li:hover figure{ display:block;}
.content ul li:hover dd{ display:none;}
.content ul li figure .inback a{  color:#fff;   }
.content ul li figure .intore{padding-top:30px;border-bottom:1px solid #fff;line-height:50px;font-size:20px; text-align:center;width:90%; margin:0 auto; }
.content ul li figure a{ color:#fff;}
.content ul li figure .indes{ font-size:16px; line-height:28px; width:90%; margin:20px auto;}
.content ul li figure .more{ position:absolute; right:22px; bottom:30px;}
.content ul li figure .more img{ width:88px; height:42px;}

.servicelist{padding:60px 0; position:relative; overflow:hidden;}
.servicelist li{ width:238px; padding:20px; height:368px; float:left; margin-right:25px; border:1px solid #eaeaea; text-align:center; position:relative;}
.servicelist li img{ margin:15px 0 10px 0;}
.servicelist li h3{ font-size:20px; color:#333; line-height:50px;}
.servicelist li p{ font-size:14px; color:#666; line-height:26px; text-align:left;}
.servicelist li:last-child{ margin-right:0;}
.servicelist li:hover{ border:1px solid #0f6bd5;}
.servicelist li:hover h3{ color:#003f8e;}
.servicelist li i{ background:url(../images/service.png) no-repeat; width:110px; height:10px; position:absolute; top:0; left:0;}

.about{background:url(../images/about.png) center no-repeat; width:100%; padding:60px 0;}
.companyContent{ display:flex;margin-top: 50px; justify-content:space-between;display:-webkit-flex; }
.companyContent .comLeft{ width:575px; height:400px;}
.companyContent .comLeft:before{display:block; content:''; background:#8bafd8; width:550px; height:370px; position:absolute;}
.companyContent .comLeft img{ position:relative; top:20px; left:20px;}
.companyContent .comRight{ width:590px; color:#fff; position:relative; }
.companyContent .comRight h3{ font-size:26px; line-height:50px;}
.companyContent .comRight h3::after{ display:block; content:''; width:115px; height:3px; background:#fff; margin:10px 0 20px 0;}
.companyContent .comRight p{ font-size:16px; line-height:30px; background:none!Important;}
.companyContent .comRight .more{ position:absolute; right:0; bottom:0;}
.companyContent .comRight .more img{ width:88px; height:42px;}

.app{ padding:60px 0;}
.recommendapp{ padding:30px 0;}
.recommendapp .mainbody{ position:relative;}
.recommendapp .swiper-slide{box-sizing: border-box;margin: 0; width:280px; height:480px;}
.recommendapp .swiper-button-prev { left: -54px; background:url(../images/left.png) no-repeat; width:23px; height:36px;}
.recommendapp .swiper-button-next { right: -54px; background:url(../images/right.png) no-repeat;width:23px; height:36px;}
.recommendapp .swiper-slide figure{ background:rgb(0, 0, 0,0.7); width:100%; height:370px; padding:110px 0 0 0; margin:0;}
.recommendapp .swiper-slide figure .appimg{ width:105px; height:105px; border:1px solid #acacb1; background:#0b70e3; text-align:center; border-radius: 60px;margin-top: -80px;
position: absolute;left: 80px;}
.recommendapp .swiper-slide figure .appimg img{ margin-top:20px;}
.recommendapp .swiper-slide figure .appback{background:rgb(255, 255, 255,0.2); width:248px; margin:0 auto; height:360px; color:#fff;}
.recommendapp .swiper-slide figure .appback h3{ padding-top:60px; text-align:center; font-size:24px;}
.recommendapp .swiper-slide figure .appback p{padding: 30px 20px; font-size:14px; line-height:26px;max-height: 268px;}
.recommendapp .swiper-slide:hover .appimg{ border:1px solid #225798;}
.recommendapp .swiper-slide:hover .appback{background:rgb(11, 112, 227,0.7);}

.Case{ padding-bottom:40px;}
.case .mainbody{ margin:30px auto;}
.case .mainbody .case_details .img img{ width:100%; height:290px;}
.case .mainbody .case_details dl{ width:89%; margin:0 auto; text-align:center;color:#616161;border:1px solid #e7e7e7; border-top:0px; padding:20px 20px 50px 20px;}
.case .mainbody .case_details dl dt{ font-size:20px;  margin:0 0 15px 0; font-weight:bold; line-height:28px;height: 56px;}
.case .mainbody .case_details dl dd{ font-size:14px; margin:0 0 20px 0; text-align:left;}
.case .mainbody .case_details .more{ position: absolute;    right: 0;    bottom: 0;}
.case .mainbody .case_details:hover{box-shadow: -1px -1px 6px 6px #eee;-moz-box-shadow: -1px -1px 6px 6px #eee;  }

.partner{margin:30px 0;}
.partner .mainbody{ margin:30px auto;position: relative;}
.partner .mainbody .swiper-slide{box-shadow: 1px 1px 3px 3px #eee;-moz-box-shadow: 1px 1px 3px 3px #eee; margin:10px 7px; text-align:center; padding:5px 0; width:18%!important;height:100px;display:gird;align-items:center; }
.partner .swiper-button-prev { left: -54px; background:url(../images/left.png) no-repeat; width:23px; height:36px;}
.partner .swiper-button-next { right: -54px; background:url(../images/right.png) no-repeat;width:23px; height:36px;}

.news{ background:#fff; width:100%; padding-bottom:50px;}
.news .title{ background:url(../images/news.png) center no-repeat; width:100%; padding:40px 0 120px 0;}
.newsContent{ background:#fff; border-radius: 10px;box-shadow:0px 11px 18px 0px #f1f1f1;margin-top:-60px; padding:0px 35px 30px 0px;display:flex;justify-content:space-between;display:-webkit-flex;}
.newsContent .newsLeft{ width:550px;}
.newsContent .newsLeft a{ color:#616161;padding:25px;display:block}
.newsContent .newsLeft .time{ font-size:16px; text-align:right; line-height:40px;}
.newsContent .newsLeft h3{ font-size:20px;line-height:40px; font-weight:normal; text-align:left;}
.newsContent .newsLeft p{ font-size:14px; line-height:30px; text-align:left;}
.newsContent .newsRight{ width:550px;}
.newsContent .newsRight li{ border-top:1px solid #cccccc; padding:20px 0; }
.newsContent .newsRight li a{ color:#616161;display:flex;justify-content:space-between;display:-webkit-flex;}
.newsContent .newsRight li .posstime{ font-size:30px; border-right:1px solid #cccccc;letter-spacing: 3px; width:130px;padding-top: 10px;}
.newsContent .newsRight li .posstime p{ font-size:16px; margin-top:30px;letter-spacing: 1px; margin-left: 50px;}
.newsContent .newsRight li .newscont{ width:400px; font-size:18px; line-height:30px;}
.newsContent .newsRight li .newscont p{ font-size:14px;}
.news .more{width: 115px;margin: -65px auto 0;    margin-right: 25%;}

.feed{background: url(../images/fbg.jpg) no-repeat;padding:35px 0}
.feed ul{display: flex;flex-wrap: wrap;}
.feed ul li{
    width: 32.33%;
    margin-right: 1.5%;
    margin-top: 25px;
}
.feed ul li input{
    width: 92%;
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
    border:none;
    padding:4% 4%;
}
.feed ul li textarea{
    width: 97%;
    background: rgba(255, 255, 255, 0.6);
    color: #fff;
    border:none;
    padding:2% 1.5%; 
    height: 80px; 
    resize: none;  
}
.feed ul li:nth-child(3){
    margin-right: 0;
}
.feed ul li:last-child{
    width: 100%;
    margin-right: 0;
    position: relative;
}
.feed ul li button{
        position: absolute;
        right: 2%;
        background: #2a44a5;
        color: #fff;
        bottom:12%;
        border:none;
        padding:10px 25px;
}
.feed ul li input::-webkit-input-placeholder {

color: #fff;

}

.feed ul li input:-ms-input-placeholder { 

color: #fff;

}

.feed ul li input:-moz-placeholder { 

color: #fff;

}

.feed ul li input::-moz-placeholder { 

color: #fff;

}
.feed ul li textarea::-webkit-input-placeholder {

color: #fff;

}

.feed ul li textarea:-ms-input-placeholder { 

color: #fff;

}

.feed ul li textarea:-moz-placeholder { 

color: #fff;

}

.feed ul li textarea::-moz-placeholder { 

color: #fff;

}

/*友情链接*/
.weblink{width:880px;line-height:24px;padding:10px 0;margin:0 auto;padding-left:80px;background:url(../images/weblink_title.png) no-repeat 0 center;font-family:Verdana;}
.weblink a{margin-left:20px;color:#6a6a6a;}
.weblink a:hover{color:#F60;}


/*页脚区域*/
.footer{ color:#fff; background:url(../images/footer.png) center no-repeat;background-size: cover;}
.footer a{ color:#fff;}
.footer-top{ border-bottom:1px solid #fff; padding:10px 0;position: relative;    overflow: hidden; line-height:45px;}
.footer-top .webname{ float:left; font-size:20px;padding: 0 90px;}
.footer-top .wennav{ float:left;}
.footer-top .wennav li{ float:left; font-size:16px; padding:0 22px;}
.footer-top .wennav li:nth-child(2){ display:none;}
.footer-top .wennav li:nth-child(3){ display:none;}
.footer-top .wennav li:nth-child(4){ display:none;}
.footer-top .wennav li ul{ display:none;}
.footer-bottom{ position:relative; overflow:hidden; padding:30px 90px;}
.footer-content{ float:left;}
.footer-content p{ font-size:18px; text-indent: 40px;    line-height: 40px;    margin: 10px 0;}
.footer-content .footer-product{background:url(../images/footer-product.png) left no-repeat;}
.footer-content .footer-address{background:url(../images/address.png) left no-repeat;}
.footer-content .footer-phone{background:url(../images/phone.png) left no-repeat;}
.footer-ewm{ float: right;}

.ffoot{
        background: #35383e;
        padding:35px 0 25px;
}
.ffoot .ft{
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #9a9c9f;
        padding-bottom: 35px;
}
.ffoot .ft .ftl{
        width: 70%;
        text-align: left;
}
.ffoot .ft .ftl .img{
        text-align: left;
}
.ffoot .ft .ftl .ftlnav{
        display: flex;
        flex-wrap: wrap;
        margin-top: 35px;
}
.ffoot .ft .ftl .ftlnav a{
        margin-right: 20px;
        color: #fff;
        font-size: 18px;
}
.ffoot .ft .ftl .ftlnav a:last-child{
        margin-right: 0;
}
.ffoot .ft .ftr{
        width: 20%;
        text-align: right;
}
.ffoot .fb .fb1{
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
        margin:20px 0 10px;
}
.ffoot .fb .fb1 a{
        color: #ffffff;
        font-size: 16px;
        font-weight: normal;
}
.ffoot .fb .fb2{
        font-size: 16px;
        font-weight: normal;
        color: #fff;
}

/*子页样式*/
.subBanner{ width:100%;}
.subBanner img{ width:100%;}
.subBody{width:1200px;margin:0 auto;}
.subBody{margin-bottom:50px;position: relative;overflow: hidden;}
.subBody .OneOfTwo{width:900px;float:right;}
.subBody .TwoOfTwo{width:175px;float:right;}
.subBody .OneOfTwos{width:175px;float:left;}
.subBody .TwoOfTwos{width:750px;float:right;}
.subBody .search_l{margin-bottom:25px;}
.subBody .subnav{margin-bottom:25px;}
.subBody .subnav li{margin-bottom:2px;}
.subBody .subnav li a{display:block;height:24px;line-height:24px;padding-left:20px;background:url(../images/subnav_ico.gif) no-repeat 5px center;}
.subBody .subnav li a:hover{color:#fff;text-decoration:none;background:url(../images/subnav_ico_on.gif) no-repeat 5px center #ccc;}
.subBody .subnav li a.on, .subBody .subnav li a:hover.on{color:#fff;background:#999;}
.subBody .subTitle{padding: 30px 0; font-size:14px; color:#000; line-height:17px; text-indent:15px;}
.subBody .subTitle:before{ display:block; content:""; background:#0465d4; width:7px; height:17px; float:left;}
.subBody .subTitle a{ color:#000;}
.subBody .subtype li{float:left;}
.subBody .subtype li a{background:#ffa41b;padding:2px 5px;margin-right:5px;color:#fff;}
.subBody .subtype li a:hover{text-decoration:none;background:#ff9900;}
.subBody .subtype li a.on{background:#999;}
.subBody .subtype2{padding:0 0 0 10px;}
.subBody .subtype2 li{float:left;}
.subBody .subtype2 li a{background:#fff8ed;border:1px solid #ff9900;padding:2px 5px;margin-right:5px;color:#3e3e3e;}
.subBody .subtype2 li a.on{color:#ff6600;}


/********************* 以上(结束标识)代码请在实际开发中删除 *********************/

/*幻灯Banner*/
#slideplay{width:960px;height:350px;position:relative;overflow:hidden;}
#slideplay ul{position:absolute;}
#slideplay ul li{height:350px;position:relative;float:left;background:#000;overflow:hidden;}
#slideplay ul li div{position:absolute;}
#slideplay ul li img{width:960px;height:350px;}
#slideplay .btnBg{width:960px;height:20px;position:absolute;left:0;bottom:0;background:#000;}
#slideplay .btn{height:10px;padding:5px 10px;position:absolute;right:0;bottom:0;text-align:right;}
#slideplay .btn span{width:25px;height:10px;margin-left:5px;background:#fff;display:inline-block;cursor:pointer;_display:inline;_zoom:1;_font-size:0;}
#slideplay .btn span.on{background:#fff;}
#slideplay .preNext{width:45px;height:100px;position:absolute;top:120px;background:url(../images/sprite.png) no-repeat 0 0;cursor:pointer;display:none;}
#slideplay .pre{left:0;}
#slideplay .next{right:0;background-position:right top;}


/*图片滚动*/
.scrollimg{width:960px;height:50px;position:relative;margin:0 auto 20px;}
.scrollimg div.imgwrap{width:880px;height:50px;margin:0 40px;position:absolute;top:0;overflow:hidden;}
.scrollimg div.imgwrap ul{list-style-image:none;list-style-position:outside;list-style-type:none;margin:0;padding:0;position:absolute;top:0;}
.scrollimg ul li{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl{float:left;height:50px;width:146px;overflow:hidden;}
.scrollimg ul li dl dt{clear:both;float:left;height:45px;width:60px;overflow:hidden;margin-right:8px;}
.scrollimg ul li dl dt a{height:45px;width:60px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:39px;*font-family:Arial;}
.scrollimg ul li dl dt a img{vertical-align:middle;}
.scrollimg ul li dl dd{color:#aaa;}
.scrollimg ul li dl dd a{color:#3372A2;display:block;font-size:14px;height:20px;margin:2px 0;overflow:hidden;}
.scrollimg a.arrow{display:block;height:50px;width:20px;background:url(../images/arrow.png) no-repeat 0 0;position:absolute;top:0;cursor:pointer;text-indent:-99999px;}
.scrollimg a.back{background-position:0 0;left:0;}
.scrollimg a.back:hover{background-position:0 -100px;}
.scrollimg a.forward{background-position:0 -50px;right:0;}
.scrollimg a.forward:hover{background-position:0 -150px;}


/*新闻栏目*/
.news_list li{line-height:30px;background:url(../images/dot_line.gif) repeat-x 0 30px;padding-top:1px;}
.news_list li a:hover{text-decoration:none;color:#999;}
.news_list span{float:right;font-family:Arial;color:#5868bf;}
.news_list strong{padding-right:5px;font-size:8px;color:#fc0000;}

.news_list2 li{height:auto;line-height:25px;border-bottom:1px solid #eff2f4;padding:20px 0 20px 0;color:#a0a0a0;}
.news_list2 li span.title a{float:left;color:#000; font-size:16px; line-height:24px; font-weight:bold;}
.news_list2 li span.title a:hover{text-decoration:none;color:#0465d4;}
.news_list2 li .description{ margin-top:10px;}
.news_list2 li span.time{line-height:26px;}
.news_list2 li span.hits{float:right;}
.news_list2 li span.class{margin-left:12px;}
.news_list2 li span.class a{color:#a0a0a0;}


/*产品栏目*/
.proleft{ float:left; width:260px;}
.proleft h4{ background:#0465d4; color:#fff; font-size:24px; line-height:60px; text-indent: 20px;}
.sideMenu h3{ font-size:18px; color:#595959; background:#f4f4f4; height:48px; border:1px solid #cacaca; line-height:48px;text-indent: 20px; font-weight:normal; margin-top:10px;}
.sideMenu h3 a{ color:#595959;}
.sideMenu h3 em{ float:right; display:block; width:47px; height:48px; border-left:1px solid #cacaca; font-style:inherit;}
.sideMenu h3 em.active{ display:none;}
.sideMenu h3.on{ background:#0465d4; color:#fff;}
.sideMenu h3.on a{ color:#fff;}
.sideMenu h3.on em{ display:none;}
.sideMenu h3.on em.active{ display:block; border-left:1px solid #fff; }
.sideMenu ul{ padding:8px 15px; display:none; border:1px solid #cacaca;  }
.sideMenu ul li{ position:relative; text-indent:30px;}
.sideMenu ul li:before{ background:#0465d4; display:block; content:""; width:5px; height:5px;border-radius: 10px; position:absolute; left:10px;top: 17px;}
.sideMenu ul li a{ font-size:15px; color:#595959; line-height:36px; }
.sideMenu ul li.mo a{ color:#0465d4;}
.sideMenu .block{ display:block;}
.contactus{ margin-top:50px;}
.contactus dl{ border:1px solid #cacaca; }
.contactus dl dd{ text-align:center; font-size:15px; color:#161616; line-height:50px; border-bottom:1px dashed #cacaca;padding: 10px 0; margin:0 10px;font-weight: bold;}
.contactus dl dt{ border-bottom:1px dashed #cacaca; font-size:14px; color:#161616; margin:0 10px; line-height: 50px;text-indent: 30px;}
.contactus dl .usboom{ margin-top:40px;}
.contactus dl .lxr{ background:url(../images/con1.png) left no-repeat; }
.contactus dl .lxdh{ background:url(../images/con2.png) left no-repeat;}
.contactus dl .gcdz{ background:url(../images/con3.png) left no-repeat;line-height: 30px;padding: 10px 0;}
.contactus dl .gcdz p{ margin-left: 30px;text-align: left;text-indent: 0;}
.product_list{display:flex;justify-content:inherit;display:-webkit-flex;flex-wrap: wrap;}
.product_list li{width:31%;float:left;margin-bottom:7px; margin-right: 2.3%;}
.product_list li a.img{width:280px;height:280px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.product_list li a.img img{vertical-align:middle;}
.product_list li a.img:hover{border:1px solid #0465d4;}
.product_list li p.info{ text-align:center; line-height:60px;}
.product_list li p.info a{font-size:18px; color:#595959;}
.product_list li:hover .info a{ color:#0465d4;}
.pro_top{ position:relative; overflow:hidden;margin-bottom: 30px;}
.imglist{ width:445px; float:left;}
.pro_name{ width:420px; float:right;}
.pro_name .title{ font-size:26px; color:#000; border-bottom:1px solid #cacaca; line-height:50px; padding: 20px 0;text-align: left;}
.pro_name .info{ font-size:16px; color:#101010; line-height:35px;margin-top: 20px;height: 280px;}
.pro_name .pro_phone{ font-size:24px; color:#0465d4; width:99%; border:1px solid #0465d4; text-align:center;  line-height:80px; margin-top:30px;}
.pro_show{ border:1px solid #cacaca;}
.pro_show .tabs{ padding:20px 20px; border-bottom:1px solid #cacaca; position:relative; overflow:hidden;}
.pro_show .tabs li{  font-size:18px; border-right:1px solid #5b5b5b; float:left; margin: 0 20px;padding-right: 30px; }
.pro_show .tabs li a{ color:#5b5b5b;}
.pro_show .tabs li.active a{ color:#0465d4;}
.pro_show .tabcont{ padding:30px; color:#595959; font-size:18px; line-height:30px;}

/*案例样式*/
.caselist li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee;clear:both;}
.caselist li p.preview{display:block;width:100px;height:80px;float:left;margin-right:12px;}
.caselist li p.desc{padding:0 10px;line-height:20px;color:#999;}
.caselist li a.img{width:100px;height:80px;margin:0 0 0 10px;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:70px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.caselist li a.img:hover{border:1px solid #ff9900;}
.caselist li a.img img{vertical-align:middle;}
.caselist li a.type{color:#ff9900;font-weight:bold;}
.caselist li a.title{font-weight:bold;font-size:12px;color:#333;}
.caselist span{display:block;line-height:22px;font-family:Arial;color:#666;}
.caselist span small{font-size:12px;margin-right:10px;}
.img{ text-align:center;}
.listConts .conttitle{ margin-top:30px;}

/*软件下载*/
.softlist li{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #eee;clear:both;font-family:Verdana;}
.softlist li .preview{float:left;margin-right:10px;}
.softlist li .preview .img{width:50px;height:50px;padding:1px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:29px;*font-family:Arial;overflow:hidden;}
.softlist li .preview .img img{vertical-align:middle;}
.softlist li .cont{float:left;}
.softlist li .title{font-weight:bold;}
.softlist li .cont_area{float:left;width:500px;}
.softlist li .size{padding-left:8px;font-size:10px;}
.softlist li .desc{display:block;line-height:20px;}
.softlist li .dl_btn{float:right;width:67px;height:26px;line-height:26px;background:url(../images/bkgnormal.png) no-repeat;text-align:center;margin-top:12px;}
.softlist li .dl_btn:hover{background:url(../images/bkghover.png) no-repeat;text-decoration:none;}
.softlist li .dl_btn:active{background:url(../images/bkgdown.png) no-repeat;}


/*列表内容页*/
.listConts{line-height:26px;color:#666;}
.listConts .title{font-size:24px;text-align:center;line-height:40px;color:#000;}
.listConts .info{width:380px;height:27px;line-height:28px;text-align:center;margin:15px auto;border:1px solid #ccc;border-left:none;border-right:none;color:#666;}
.listConts .info small{margin-left:8px;margin-right:3px;color:#999;font-size:12px;}
.listConts .info .small,.info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.listConts .info .small{font-size:10px;padding-right:3px;}
.listConts .info .big{color:#003ba6;padding-left:3px;}
.listConts .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.listConts .showimg{margin:20px 0;text-align:center;}
.listConts .showimg a img{border:1px solid #ccc;padding:1px;}
.listConts .showimg a:hover img{border:1px solid #F90;padding:1px;}
.listConts .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size: 16px;margin-top: 30px;}
.listConts .author{text-align:right;color:#999;}


/*软件内容页*/
.softConts{position:relative;line-height:26px;color:#666;}
.softConts .view{top:40px;right:0;position:absolute;}
.softConts .pic{width:82px;height:82px;background:url(../images/soft_logo_bg.png) no-repeat;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:75px;*font-family:Arial;}
.softConts .pic img{width:72px;height:72px;vertical-align:middle;}
.softConts .title{padding-bottom:6px;font-weight:bold;}
.softConts .title .softname{font-size:30px;color:#000;}
.softConts .title .green{font-size:14px;color:#44AC05;}
.softConts .info span{color:#000;}
.softConts .tabs{border-bottom:1px solid #ccc;height:28px;margin-bottom:15px;}
.softConts .tabs li{float:left;margin-right:5px;}
.softConts .tabs li a{width:83px;height:29px;display:block;text-align:center;line-height:29px;font-size:12px;font-weight:bold;}
.softConts .tabs li a:hover{text-decoration:none;}
.softConts .tabs li.active a{background:url(../images/soft_tabs_on.png) no-repeat;}
.softConts .tabs li.normal a{background:url(../images/soft_tabs.png) no-repeat;}


/*商品列表*/
.goods_list li{width:33.3%;float:left;margin-bottom:7px;}
.goods_list li a.img{width:220px;height:220px;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:125px;*font-family:Arial;border:1px solid #ccc;overflow:hidden;}
.goods_list li a.img img{vertical-align:middle;}
.goods_list li a.img:hover{border:1px solid #F90;}
.goods_list li .info{width:222px;line-height:22px;padding-top:8px;}
.goods_list li .info div{font-family:Verdana;display:block;}
.goods_list li .info i{color:#d94f44;font-style:normal;margin-right:5px;font-family:Verdana;font-weight:bold;}
.goods_list li .info i.lt{text-decoration:line-through;color:#333;}
.goods_list li .info i.hits{font-weight:normal;margin-right:0;}
.goods_list li .info a{color:#555;}


/*商品内容页*/
.goodsConts{color:#666;}
.goodsConts h1.title{font-size:16px;text-align:left;line-height:40px;color:#000;}
.goodsConts .cloud-zoom{display:block;width:295px;height:295px;margin-bottom:10px;}
.goodsConts .cloud-zoom img{width:295px;height:295px;border:1px solid #ccc;}
.goodsConts .zoomlist li{float:left;margin-right:3px;border:1px solid #ccc;height:45px;}
.goodsConts .zoomlist li img{width:45px;height:45px;}
.goodsConts .cloud-zoom-lens{background:#fff;cursor:move;}
.goodsConts .cloud-zoom-title{font-family:Arial;position:absolute !important;background:#000;color:#fff;padding:3px;width:100%;text-align:center; font-weight:bold; font-size:10px;top:0px;}
.goodsConts .cloud-zoom-big{overflow:hidden;}
.goodsConts .cloud-zoom-loading{color:white;background:#222;padding:3px;border:1px solid #000;}
.goodsConts .tb-meta{width:400px;color:#999;}
.goodsConts .tb-meta li{padding-left:10px;line-height:30px;}
.goodsConts .tb-meta li span{display:inline-block;width:60px;}
.goodsConts .tb-meta li strong.price{font-size:24px;margin-right:5px;font-family:Verdana;color:#c00;}
.goodsConts .tb-meta li strong.lt{text-decoration:line-through;margin-right:5px;font-family:Verdana;color:#333;}
.goodsConts .tb-skin{width:360px;background:#fcfaf9;border:1px solid #f7f5f3;border-right:none;border-left:none;margin-top:10px;padding:20px;}
.goodsConts .tb-skin .tb-note-title{height:22px;margin-bottom:8px;}
.goodsConts .tb-skin .tb-note-title span{float:left;}
.goodsConts .tb-skin .tb-note-title a{float:right;font-weight:bold;color:#333;}
.goodsConts .tb-action{margin-top:20px;}
.goodsConts .tb-action a{background-image:url(../images/buybtn.png);overflow:hidden;text-indent:-9999px;float:left;}
.goodsConts .tb-action a#buynow{width:131px;height:37px;display:block;background-position:left 0;margin-right:10px;}
.goodsConts .tb-action a#addcart{width:156px;height:37px;display:block;background-position:-132px 0;}
.goodsConts .tb-prop dt{float:left;margin-bottom:8px;}
.goodsConts .tb-prop dd{margin-bottom:8px;}
.goodsConts .tb-prop dd a{border:1px solid #eae5e3;padding:2px 5px;background:#f0edec;color:#816957;margin-right:5px;}
.goodsConts .tb-prop dd a:hover{text-decoration:none;color:#000;}
.goodsConts .tb-prop dd a.selected{border:1px solid #816957;}
.goodsConts .tb-note-title{color:#816957;}
.goodsConts .tabs{border-bottom:1px solid #ccc;height:28px;margin:35px 0 15px;}
.goodsConts .tabs li{float:left;margin-right:5px;}
.goodsConts .tabs li a{width:83px;height:29px;display:block;text-align:center;line-height:29px;font-size:12px;font-weight:bold;}
.goodsConts .tabs li a:hover{text-decoration:none;}
.goodsConts .tabs li.active a{background:url(../images/soft_tabs_on.png) no-repeat;}
.goodsConts .tabs li.normal a{background:url(../images/soft_tabs.png) no-repeat;}
.goodsConts .buynum{width:50px;height:20px;background:url(../images/input_gray_bg.png) repeat-x;border:1px solid #ccc;text-align:center;}


/*招聘详细*/
.jobConts{line-height:30px;color:#666;}
.jobConts .line{background:#ccc;height:1px;overflow:hidden;font-size:0;margin:10px 0;}
.jobConts .jobdesc{background:#f5f5f5;padding:10px;color:#333;}
.jobConts strong{color:#333;}


/*留言栏目*/
.msgtitle{display:block;padding-bottom:5px;font-size:14px;font-weight:bold;}
.message_block{color:#666;}
.message_block p{padding:12px;}
.msg_input{width:400px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.msg_input_on{width:400px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}
.message_labes{font-size:14px;}
.message_title{height:34px;line-height:34px;background:#f6f9fb;padding:0 12px;}
.message_title h2{color:#376b88;font-size:14px;float:left;}
.message_title span{float:right;font-weight:bold;color:#999;}
.message_info{color:#8ea6b6;text-align:right;}
.message_replay{background:#f5f5f5;padding:0 12px;}
.msg_btn_area{margin:16px 0;text-align:right;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
.msgflag{margin-left:4px;font-size:12px;color:#900;}


/*大图样式*/
.picarr, .showimg{position:relative;margin:20px auto;}
.Bigswiper .img img{width:90%;text-align:center;border:1px solid #cacaca; padding:20px; }
#Smallswiper{width:100%;margin-top:20px;padding:5px;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
#Smallswiper .swiper-slide{float:left;margin:5px; border:1px solid #cacaca; width:95px; height:95px;}
#Smallswiper .swiper-slide:hover{border:1px solid #0465d4;}



/*详细页功能区*/
.preNext{position:relative;}
.preNext .line{height:10px;overflow:hidden;clear:both;background:url(../images/box_dotline.gif) left 15px repeat-x;margin:4px auto;padding-top:10px;}
.preNext .line strong{display:block;width:8px;height:10px;overflow:hidden;font-size:0px;line-height:100px;background:url(../images/box_dotline.gif) right -10px no-repeat;float:left;}
.preNext .text{color:#999;}
.preNext .actBox{position:absolute;top:25px;right:0;}
.preNext .actBox li{display:inline;padding-left:22px;background-image:url(../images/actbox-ico.gif);background-repeat:no-repeat;margin-left:10px;}
.preNext .actBox li a{color:#666;}
.preNext .actBox li#act-fav{background-position:4px 0px;}
.preNext .actBox li#act-err{background-position:4px -37px;}
.preNext .actBox li#act-pus{background-position:4px -73px;}
.preNext .actBox li#act-pnt{background-position:4px -109px;}


/*评论样式*/
.commnet{margin:20px 0 30px;padding:8px 0 0 8px;background:url(../images/commnet_bg.png) repeat-x;border:1px solid #ccc;border-radius:3px;}
.commnet textarea{width:100%;height:59px;border:none;background:transparent;outline:none;font-size:14px;color:#999;overflow:auto;}
.commnet .toolbar{padding-top:8px;_padding-top:5px;*padding-top:5px!important;height:30px;line-height:30px;overflow:hidden;}
.commnet .options{float:left;}
.commnet .button,
.commnet .button_on{float:right;width:100px;height:30px;border:none;border-left:1px solid #ccc;font-size:14px;font-weight:bold;cursor:pointer;}
.commnet .button{background:url(../images/commnet_btn_bg.png) repeat-x;}
.commnet .button_on{background:url(../images/commnet_btnon_bg.png) repeat-x;}
.commlist{margin-top:20px;}
.commlist li{border-bottom:1px solid #eaeaea;word-wrap:break-word;}
.commlist li p{line-height:20px;color:#999；}
.commlist li span.uname{color:#D32;font-family:Verdana;font-weight:bold;}
.commlist li span.time{color:#bbb;}
.commnum span{display:inline-block;width:70px;margin-top:20px;line-height:24px;border:1px solid #ccc;background:#f5f5f5;border-radius:3px;text-align:center;}
.commnum span i{color:#900;font-family:Verdana;font-weight:bold;}


/*分页样式*/
.page_info{text-align:center;margin-top:10px;color:#333;}
.page_info span{padding:0 2px;font-weight:bold;}
.page_list{height:32px;line-height:30px;text-align:left;letter-spacing:0;font-size:14px;margin-top:20px;}
.page_list a{display:inline-block;color:#898989;border:1px solid #cacaca;background:#fff;text-align:center;padding:0 13px;margin:0 5px;}
.page_list a:hover{color:#0465d4;border:1px solid #0465d4;background:#fff;}
.page_list a.on{color:#0465d4;border:1px solid #0465d4;background:#fff;}


/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*在线客服*/
*html{background-image:url(about:blank);background-attachment:fixed;}
.kf{width:127px;border:1px solid #51b5f0;position:fixed;top:45%;right:0;background:url(../images/kf_ico.png) no-repeat 7px 10px #1a98d5;min-height:50px;_height:auto!important;_height:50px;
_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||130)-(parseInt(this.currentStyle.marginBottom,10)||130)));}
.kf_r{margin-left:37px;background:#16a2dd;color:#fff;text-align:center;padding:10px 0 10px;}
.kf_r img{margin-bottom:5px;}


/*商品分类*/
.goodstype li.alltype{line-height:33px;margin-bottom:10px;background:#f89803;text-align:center;font-size:14px;font-weight:bold;}
.goodstype li a{color:#fff;}
.goodstype li h3{font-size:14px;font-weight:bold;}
.goodstype li ul{padding-bottom:8px;margin-bottom:8px;border-bottom:1px solid #e0e0e0;}
.goodstype li ul li{display:inline-block;margin-right:15px;padding-left:10px;background:url(../images/subnav_ico.gif) no-repeat 0 center;}
.goodstype li ul li a{color:#999;}
.goodstype li ul li a:hover{color:#F60;}
.goodstype li ul li a.on{color:#c00;}


/*购物车*/
.shoppingcart .thead{background:#e6f4fd;color:#333;font-weight:bold;}
.shoppingcart .title{margin:0 10px;}
.shoppingcart .attr{color:#999;margin-left:4px;}
.shoppingcart .total{font-size:14px;}
.shoppingcart .totalprice{font-size:20px;font-family:Verdana;color:#c00;font-weight:bold;}
.shoppingcart .next{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;margin-left:15px;}
.shoppingcart .next:hover{text-decoration:none;background:#F60;}
.shoppingcartempty{margin-top:25px;}

.class_input{width:290px;border:1px solid #e0e0e0;padding:6px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.class_input_on{width:290px;border:1px solid #8cd1ff;background:#f1f9ff;padding:6px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}

.class_areatext{width:290px;height:90px;border:1px solid #e0e0e0;padding:8px 9px;background:#fff;font-size:13px;color:#888;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;}
.class_areatext_on{width:290px;height:90px;border:1px solid #8cd1ff;background:#f1f9ff;padding:8px 9px;-webkit-box-shadow:0px 2px 0px 0px rgba(0, 0, 0, 0.03);box-shadow: 0px 2px 0px 0px rgba(0, 0, 0, 0.03);border-radius:2px;font-size:13px;color:#888;}


/*Top按钮*/
*html{background-image:url(about:blank);background-attachment:fixed;}/*解决IE6下滚动抖动的问题*/
.tbox{width:50px;float:right;position:fixed;right:10px;bottom:15px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;display:none;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}


.qqkefu{
    position: fixed;
    top:50%;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop + 365));
    z-index: 20;
    /*right:0;*/
    right: 30px;
    width:39px;
}
.qqkefu ul li{
    width: 45px;
    height:45px;
    margin-bottom:1px;
    float:right;
    background:#1370c2;
    line-height:45px;
    font-size:14px;
    cursor:pointer;
    position:relative;
}
.qqkefu ul li a{
    color:#fff;
    overflow: hidden;
    display: block;
    height: 45px;
    padding-left: 10px;
}
.qqkefu ul li.qq_cza{
    overflow:hidden
}
.qqkefu ul li:hover{
    background:#1370c2;
}
.qqkefu ul li.top{
    background:url("../images/back.png") no-repeat center #1370c2;
    position:relative;
    width:45px;
    height: 45px;
    cursor:pointer;
}
.qqkefu ul li.top:hover{
    background:url("../images/back.png") no-repeat center #1370c2;
}
.qqkefu ul li div{
    width:45px;
    height:45px;
    display:block;
    overflow:hidden;
    float:right;
}
.qqkefu ul li span{
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
}
.qqkefu ul li div.a{
    position: relative;
    background:#1370c2 url(../images/qq.png) no-repeat center center;
}
.qqkefu ul li div.b{
    position: relative;
    background:#1370c2 url(../images/zixun.png) no-repeat center center;
}
.qqkefu ul li div.c{
    position: relative;
    background:#1370c2 url(../images/weixin.png) no-repeat center center;
}
.qqkefu ul li div.e{
    position: relative;
    background:#1370c2 url(../images/tell.png) no-repeat center center;
}
.qqkefu ul li.qq_czae{ line-height:15px !important}
.erweima{
    width: 130px !important;
    height: 150px !important;
    position: absolute;
    top: -107px;
    left: -150px;
    background: #FFF;
    border: 1px solid #CCC;
    float: left;
    cursor: default !important;
    display:none;
    /*overflow: hidden;*/
}
.erweima p{
    line-height: 20px;
    color: #000;
    font-size: 12px;
    text-align: center;
    float: left;
    width: 130px;
}
.erweima p img{
    width: 110px;
    height: 110px;
    margin: 10px 10px 0px 10px;
}
.erweima .arrow3 {
    width: 5px;
    height: 10px;
    display: block;
    background:url(../images/czx6.png) no-repeat;
    position: absolute;
    right: -5px;
    top: 122px;
}

/*--------------留言表单CSS样式-------------*/
#feedback_txt{
	overflow:hidden;
	padding:10px 10px 10px 60px;
	font-size:16px;
	line-height:25px;
	background:url(../images/feedback.png) 10px center no-repeat #f1f1f1;
	margin-top:15px;
}
.cbiaodan{
	overflow:hidden;
}
.cbiaodan p{
	display:block;
	float: left;
	width: 282px;
	padding: 5px 0;
	background: #fff;
	-moz-border-radius: 10px;      /* Gecko browsers */
  -webkit-border-radius: 10px;   /* Webkit browsers */
  border-radius:10px;            /* W3C syntax */
	overflow:hidden;
	position: relative;
	border:1px solid #ccc;
}
.cbiaodan p i{
	width: 40px;
	height:40px;
	float: right;
	border-left: 1px solid #ddd;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	color: #999;
	position: absolute;
	right: 0;
	top:5px;
}
.ctext{
	height:40px;
	text-indent:10px;
	line-height:40px;
	border:none;
	width:100%;
	/* margin-bottom: 15px; */
	overflow:hidden;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
	background:none;
}
.ccontent{
	width:100%;
	height:110px;
	border:none;
	padding:10px 10px 10px 10px;
	line-height:20px;
	overflow:hidden;
	background: none;
	outline: none;
	/* -moz-box-shadow:2px 2px 5px #ccc inset;
	-webkit-box-shadow:2px 2px 5px #ccc inset;
	box-shadow:2px 2px 5px #ccc inset; */
}
.cbtn{
	cursor:pointer;
	/* display:inline-block;
	*display: inline;
	*zoom:1; */
	border:none;
	background:#D9271B;
	line-height:40px;
	text-align:center;
	width:200px;
	text-transform: uppercase;
	color:#fff;
	margin:0px auto;
	font-size: 16px;
	display: block;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #999; opacity:1;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #999;opacity:1;
}

textarea:-ms-input-placeholder,input:-ms-input-placeholder{
    color: #999;opacity:1;
}

textarea::-webkit-input-placeholder,input::-webkit-input-placeholder{
    color: #999;opacity:1;
}
.menu{ display: none; }
.wap{ display: none; }
.mw{display: none;}
.sideMenu h3 em i{ font-style: inherit; }
.mobileFooter{ display: none; }
.wapewm{ display: none; }
@media screen and (max-width:900px){
    .mw{
                padding: 3.5px 5px;
        display: block;
        position: absolute;
        right: 47px;
        top: 22px;
        background: #003f8e;
    }
    .ffoot{
        padding-bottom:70px;
    }
    .pic{
        width:100%;
    }
    .pic ul li{
        width:100%!important;
        margin-right: 0;
    }
    .pic ul li a .txt .t3{
        height: auto;
        
    }
    .pic ul li .txt {
        background: linear-gradient(360deg, #053d8a, transparent);
    }
    .pic ul li a .txt .t2{
        font-size: 24px;
    }
    .pic ul li a .txt .t3 {
        opacity: 1;
    }
    .mysc .myscon .msl{
        width:100%;
    }
    .mysc .myscon .msl h3{
        font-size: 24px;
    }
    .mysc .myscon .msl .ncon{
        margin-top:20px;
    }
    .mysc .myscon .msr{
        width:100%;
        margin-top:25px;
    }
    .mbcon .msncon{
        padding:30px 20px;
    }
    .mbcon .msncon h2{
        font-size: 24px;
    }
    .mbcon .msncon .nn{
        font-size: 14px;
    }
    .ssm .ssma .sml{
        width:100%;
    }
    .ssm .ssma .smr{
        width:100%;
        margin-top:25px;
    }
    .ssm .ssma .sml h2{
        font-size: 24px;
    }
    .ssm .ssma .sml .smln{
        font-size: 16px;
        margin:15px 0 20px;
    }
    .ssm .ssma .sml .smmcon{
        font-size: 14px;
    }
    .newsContent .newsRight li{
        padding:15px;
    }
    .newsContent .newsRight li .newscont{
        width:280px;
        font-size: 15px;
    }
    .ffoot .ft .ftl .ftlnav a{
        font-size: 14px;
    }
    .ffoot .fb .fb1{
        font-size: 14px;
        margin:10px 0 15px;
    }
    .nav li{
        width:100%;
    }
	body{min-width: 100%;overflow-x: hidden;}
	.pc{ display: none; }
	.wap{ display: block; }
	.headertop, .header .tel, .title h4, .title .titline, .content ul li dd,.content ul li figure .more{ display: none; }
	.header, .mainbody{ width: 90%;  }
	.header{ height: auto; position: relative;overflow: hidden; }
	.header .logo{ width: 50%; }
    .menu{width:30px;height:50px;display:block;position:absolute;top:7px;right:10px;cursor:pointer;position:absolute;}
    .menu span{width:26px;height:3px;background:#0055aa;display:block;border-radius:2px;transition:all .5s ease-out;position:absolute;top:20px;}
    .menu span:nth-child(2){top:29px;}
    .menu span:nth-child(3){top:37px;}
    .menu span.active:nth-child(1){transform:rotate(45deg);transition:all .5s ease-out;top:29px;}
    .menu span.active:nth-child(3){transform:rotate(-45deg);transition:all .5s ease-out;top:29px;}
    .navBg{ display: none; }
    .navBg.active { display: block; transition:all .5s ease-out;position: absolute;z-index: 999999; background: rgba(0,85,170,0.8);}
    .nav{ width: 100%; height: auto; }
    .nav li{ float: none; border-bottom: 1px solid #67aaed;  }
    .nav li:last-child{ border:none; }
    .nav li a{ font-size: 16px; }
    .nav li a.on{ background: none; }
    .sousuo{ width: 90%;  background: #f0f0f0; padding:20px; position: relative; overflow: hidden;}
    #search{border:none;background: #fff; width: 100%; }
    #search input{ background: #fff; text-indent: 20px; border:none; line-height: 40px;border-radius: 30px; width: 100%;box-shadow: -1px -1px 6px 6px #dfdfdf;
-moz-box-shadow: -1px -1px 6px 6px #dfdfdf;}
    #search_btn{position: absolute;    right: 30px;    margin-top: 6px;background: none; border: none; width: 45px;}
    .title h3{ font-size: 26px; margin-bottom:10px; }
    .title p{ width: 90%; margin:0 auto; }
    .product{ padding:30px 0;  }
    .prolist{flex-wrap: wrap;}
    .prolist li{ margin:10px 0; font-size: 12px; }
    .prolist .proline{ margin:29px 3px; }
    .content ul li{ width: 90% !important; height: auto; border-radius: 20px; margin:20px; }
    .content ul li figure{ display: block; position: relative; background: none; width: auto; height: auto;padding: 0; }
    .inback{ background: none; }
    .content ul li figure .inback a{ color: #343434; }
    .content ul li figure .intore{ border-bottom: 1px solid #343434;  padding-top: 0;}
    .content ul li img{ width: 100%; height: auto;border-radius: 20px 20px 0 0; }
    .wapproduct1-button-prev, .wapproduct2-button-prev, .wapproduct3-button-prev, .wapproduct4-button-prev, .wapproduct5-button-prev, .wapproduct6-button-prev, .wapproduct7-button-prev{ opacity:1!important; background: url(../images/left_03.png) no-repeat; width: 30px;height: 92px;background-size: contain;left: 0; margin-top: 0; top:60%; }
    .wapproduct1-button-next, .wapproduct2-button-next, .wapproduct3-button-next, .wapproduct4-button-next, .wapproduct5-button-next, .wapproduct6-button-next, .wapproduct7-button-next{ opacity:1!important; background: url(../images/right_03.png) no-repeat; width: 30px;height: 92px;background-size: contain;right: 0; margin-top: 0; top:60%;}
    .procommona .swiper-pagination{width: 90%;text-align: center;}
    .procommona .swiper-pagination .swiper-pagination-bullet{ background: #cdcdcd; margin:0 2%;width: 10px;height: 10px;opacity: 1; }
    .procommona .swiper-pagination .swiper-pagination-bullet-active{ background: #0055aa; padding:0 8px; border-radius: 20px;}
    .service{ padding-top: 60px; }
    .servicelist li{width: 42%;height: 340px; padding: 2%;margin: 2% 1.5%;}
    .servicelist li img{ width: 60%; }
    .servicelist li h3{ font-size: 14px; line-height: 30px; }
    .servicelist li p{ font-size: 12px; line-height: 24px; }
    .about{ background: none; padding:0; }
    .about .mainbody{ width: 100%; }
    .companyContent{ display: block;  margin-top: 30px; }
    .companyContent .comLeft::before{ display: none; }
    .companyContent .comLeft{ width: 100%; height: auto; }
    .companyContent .comLeft img{ left: 0; top: 0; }
    .companyContent .comRight{ width: 90%; margin:0 auto; color: #000; }
    .companyContent .comRight h3{ font-size: 18px; margin-top: 20px; }
    .companyContent .comRight h3::after{ width: 45px; background: #000; }
    .companyContent .comRight p{ font-size: 14px!important; }
    .companyContent .comRight span{ font-size: 14px!important; }
    .companyContent .comRight .more{ display: none; }
    .wapmore{background: #f5f5f6;width: 100%;margin-top: 30px;line-height: 50px;text-align: center;}
    .wapmore a{ color: #7c7c7c; }
    .waprecommendapp{ padding:30px 0;}
.waprecommendapp .mainbody{ position:relative;}
.waprecommendapp .swiper-slide{box-sizing: border-box;margin: 0; width:280px; height:480px; opacity: 0.5;}
.waprecommendapp .swiper-slide figure{ background:rgb(0, 0, 0,0.8); width:auto; height:370px; padding:110px 0 0 0; margin:0;}
.waprecommendapp .swiper-slide figure .appimg{ width:105px; height:105px; border:1px solid #acacb1; background:#0b70e3; text-align:center; border-radius: 60px;margin-top: -80px;
position: absolute;left: 5%;}
.waprecommendapp .swiper-slide figure .appimg img{ margin-top:20px;}
.waprecommendapp .swiper-slide figure .appback{background:rgb(255, 255, 255,0.2); width:248px; margin:0 auto; height:360px; color:#fff;}
.waprecommendapp .swiper-slide figure .appback h3{ padding-top:60px; text-align:center; font-size:24px;}
.waprecommendapp .swiper-slide figure .appback p{padding: 30px 20px; font-size:14px; line-height:26px;max-height: 268px;}
.waprecommendapp .swiper-slide:hover .appimg{ border:1px solid #225798;}
.waprecommendapp .swiper-slide:hover .appback{background:rgb(11, 112, 227,0.8);}
    .waprecommendapp  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  margin-top: 60px;
    }
    .waprecommendapp .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1.2);
      z-index: 999;
      opacity: 1;
      height: 580px;
      margin-top: 0;
	}
   .waprecommendapp .waprecommendapp-pagination{ text-align: center; margin-top: 30px;}
   .waprecommendapp .waprecommendapp-pagination .swiper-pagination-bullet{ background: #cdcdcd; margin:0 2%;width: 10px;height: 10px;opacity: 1; }
   .waprecommendapp .waprecommendapp-pagination .swiper-pagination-bullet-active{ background: #0055aa; padding:0 8px; border-radius: 20px;}	
.wapCase{ padding-bottom:40px;}
.mainbody .wapCase .case_details .img{ width: 248px; }
.mainbody .wapCase .case_details .img img{ width:248px; height:200px;border-radius: 10px 10px 0 0;}
.mainbody .wapCase .case_details dl{border-radius: 0 0 20px 20px; background: #fff; width:206px; margin:0 auto; text-align:center;color:#616161;border:1px solid #e7e7e7; border-top:0px; padding:20px 20px 20px 20px;}
.mainbody .wapCase .case_details dl dt{ font-size:16px;  margin:0 0 15px 0; font-weight:bold; line-height:28px;height: auto;}
.mainbody .wapCase .case_details dl dd{ font-size:14px; margin:0 0 20px 0; text-align:left;}
.mainbody .wapCase .case_details .more{ display: none; }
    .wapCase  .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
	  transition: 300ms;
	  transform: scale(0.8);
	  opacity: 0.8;
	  margin-top: 50px;
    }
    .wapCase .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1.2);
      z-index: 999;
      opacity: 1;
      height: 520px;
      margin-top: 0px;
	}
   .wapCase .wapCase-pagination{ text-align: center; margin-top: 30px;}
   .wapCase .wapCase-pagination .swiper-pagination-bullet{ background: #cdcdcd; margin:0 2%;width: 10px;height: 10px;opacity: 1; }
   .wapCase .wapCase-pagination .swiper-pagination-bullet-active{ background: #0055aa; padding:0 8px; border-radius: 20px;}		
.wappartner{margin:30px 0;}
.wappartner .mainbody{ margin:30px auto;position: relative;}
.wappartner .mainbody .swiper-slide{box-shadow: 1px 1px 3px 3px #eee;-moz-box-shadow: 1px 1px 3px 3px #eee; margin:10px 7px; text-align:center; padding:5px 0; width:15%!important; }
.wappartner .wappartner-pagination{ margin-top: 20px;  text-align: center; }
.wappartner .wappartner-pagination .swiper-pagination-bullet{margin: 0 2%;}
.news{ padding:30px 0; background: none; }
.news .title{ padding:30px 0; }
.newsContent{ margin-top: 0; display: block; padding:35px 0 0 0; }
.newsContent .newsLeft, .newsContent .newsRight{ width:100%; position: relative; }
.newsContent .newsLeft a{  display: none;}
.newsContent .newsRight li .posstime{position: absolute;border: none;right: 0; padding-top: 5px;width: auto;font-size: 12px;letter-spacing: 1px}
.newsContent .newsRight li .posstime p{ display: none; }
.newsContent .newsRight li .newscont p{ margin-top: 10px; line-height: 20px; }
.news .more{ display: none; }
.footer .mainbody{ width: 100%; }
.footer-top .wennav{ display: none; }
.footer-top .webname{ padding:0; font-size: 18px; width: 90%; float: none; margin:0 auto; }
.footer-bottom{ padding:0; width: 90%; margin:10px auto;}
.footer-content p{ font-size: 14px; text-indent: 0;; line-height: 24px; padding-left: 40px;}
.footer-content .footer-product{background-size: 30px 25px;}
.footer-content .footer-address{background-size: contain;}
.footer-content .footer-phone{background-size: contain;}
.footer-ewm{ display: none; }
.copyright{padding:10px 0; text-align: center; font-size: 12px; border-top:1px solid #fff;}
.qqkefu{ display: none; }
.footer{ margin-bottom: 55px; }
.mobileFooter{width: 100%;  display:block; display: flex; display: -webkit-flex; flex-wrap: nowrap; justify-content: space-between; align-items: center;  position: fixed;  left: 0; bottom: 0; z-index: 100; background-color:#0055aa; }
.mobileFooter div {text-align: center; width: 25%;  padding: 18px 0 0px 0; height: 100%;position: relative;  }
.mobileFooter div h6{ font-size: 14px; color: #fff; line-height: 2;  margin-top: 10px;} 
.mobileFooter div:nth-child(1) i{ background:url(../images/home.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 25px;height: 25px; left:38%;} 
.mobileFooter div:nth-child(2) i{ background:url(../images/bottel.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 30px;height: 25px; left:34%;}   
.mobileFooter div:nth-child(3) i{ background:url(../images/botqq.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 35px;height: 25px; left:35%;}    
.mobileFooter div:nth-child(4) i{ background:url(../images/botmes.png) left no-repeat;position: absolute;top: 5px;background-size: cover;width: 30px;height: 25px; left:37%;}   
.subBody{ width: 90%; margin:30px auto; }
.sideMenu h3 em i{ font-style: inherit; }
.proleft{ width: 100%; }
.proleft h4{ display: none; }
.sideMenu h3{ width: 100%; float: left; margin:0; height: 38px; line-height: 38px; font-size: 16px; }
.sideMenu ul{ position: unset; background: #fff; width: 100%; padding:8px 0; margin-top: 40px;z-index: 999;overflow:hidden; }
.sideMenu li{ position: relative; width: 45%; float: left; margin:2%; }
.sideMenu ul li{ text-indent: 20px; width: 100%; margin:0; float: none; }
.sideMenu ul li a{ font-size: 12px; }
.sideMenu h3 em{ height: 38px; }
.contactus{ display: none; }
.productny{ background: #0055aa; }
.productny #search input{box-shadow:none;}
.subBody .OneOfTwo{ width: 100%; margin-top: 30px;}
.product_list li{ width: 45%; margin:2%; }
.product_list li a.img{ width: 100%; height: 150px; }
.product_list li p.info{ line-height: 30px; }
.product_list li p.info a{ font-size: 16px; color: #000; }
.imglist{ width: 100%; }
.subTitle{  width: 90%; margin:0 auto; line-height: 40px; }
.Bigswiper .img img{ width: 100%; border: none; padding:0; }
#Smallswiper, .pro_name .pro_phone{ display: none; }
.bigswiper-pagination{ width: 100%; text-align: center;  position: relative!important; margin-bottom: 20px;}
.bigswiper-pagination .swiper-pagination-bullet{ margin:2%; }
.pro_name{ width: 100%; }
.pro_name .title{ border-top:1px solid #cacaca; border-bottom: none; font-size: 18px;  line-height: 40px;}
.pro_name .info{ margin-top: 0; }
.pro_show{ border-left: none; border-right: none; }
.pro_show .tabs{ padding:0;  overflow-x: scroll; display: -webkit-box;}
.pro_show .tabs li{ border:none; margin:0 30px 0 0; padding: 20px 0;  float:none; }
.pro_show .tabcont{ padding:30px 0;  overflow-x: scroll;}
.pro_show .tabs li.active{ border-bottom: 1px solid #0055aa; }
.listConts .title{ font-size: 18px; }
.subBanner{ position: relative; }
	.bread_line{    height: 71px;    background: url(../images/breadline_bg.png) no-repeat;    font-size: 14px;    color: #fff;    position: absolute;    bottom: 0;    left: 0;    width: 100%;}
	.bread_line span {
    font-size: 24px;
    color: #fff;
    line-height: 71px;
    margin-right: 10px;
    margin-left: 25px;
}
.bread_line a {
    margin: 0 7px;
    font-size: 14px;
    color: #fff;
}
.cbiaodan p{ width: 99%; margin:3% 0!important; }
.cbiaodan .clear{ display: none; }
.sideMenua h3{ font-size:18px; color:#595959; background:#f4f4f4; height:48px; border:1px solid #cacaca; line-height:48px;text-indent: 20px; font-weight:normal; margin-top:10px;}
.sideMenua h3 a{ color:#595959;font-size:12px}
.sideMenua h3 em{ float:right; display:block; width:47px; height:48px; border-left:1px solid #cacaca; font-style:inherit;}
.sideMenua h3 em.active{ display:none;}
.sideMenua h3.on{ background:#0465d4; color:#fff;}
.sideMenua h3.on a{ color:#fff;}
.sideMenua h3.on em{ display:none;}
.sideMenua h3.on em.active{ display:block; border-left:1px solid #fff; }
.sideMenua ul{ padding:8px 25px; display:none; border:1px solid #cacaca;  }
.sideMenua ul li{ position:relative; text-indent:30px;}
.sideMenua ul li:before{ background:#0465d4; display:block; content:""; width:5px; height:5px;border-radius: 10px; position:absolute; left:10px;top: 17px;}
.sideMenua ul li a{ font-size:16px; color:#595959; line-height:36px; }
.sideMenua ul li.mo a{ color:#0465d4;}
.sideMenua .block{ display:block;}
.sideMenua h3{ width: 100%; float: left; margin:0; height: 38px; line-height: 38px; font-size: 16px; }
.sideMenua ul{ position: absolute; background: #fff; width: 100%; padding:8px 0; margin-top: 40px;z-index: 999; }
.sideMenua li{ position: relative; width: 45%; float: left; margin:2%; }
.sideMenua ul li{ text-indent: 20px; width: 100%; margin:0; float: none; }
.sideMenua ul li a{ font-size: 12px; }
.sideMenua h3 em{ height: 38px; }
.sideMenua h3 em i{ font-style: inherit; }
.wapewm{ display: none; position: fixed; width: 100%; height: 100%; background: rgba(0,0,0,0.8); text-align: center; top: 0; z-index: 9999;}
.wapewm img{margin-top: 48%;}
.pro_show img{ height: auto!important; }
}