@font-face {
	font-family: 'Conv_DINCondensedC';
	src: url('../fonts/DINCondensedC.eot');
	src: local('â˜º'), url('../font/DINCondensedC.woff') format('woff'), url('../font/DINCondensedC.ttf') format('truetype'), url('../font/DINCondensedC.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
body{font-family:"微软雅黑",Helvetica Neue,sans-serif,Arial;height: 100%;position: relative;}
input[type="text"] {-webkit-appearance:none;}
textarea {-webkit-appearance:none;}
h1,h2,h3,h4,h5,h6,figure {font-weight:400;}
::-webkit-selection {color:#fff;background:#f51106;}
::-moz-selection {color:#fff;background:#f51106;}
::selection {color:#fff;background:#f51106;}
.text-lowercase {text-transform:lowercase;}
.text-uppercase,.initialism {text-transform:uppercase;}
.text-capitalize {text-transform:capitalize;}
a {color:#6E6E6E;text-decoration:none}
a:focus,a:hover {color:#f51106;transition:none}
a.text-gray:hover{color:#6E6E6E}
p{margin:0}
dl,dd,ul,li {margin:0;padding:0;list-style:none}
.fixed {z-index:9999;}
.bg-gray{background:#F7F7F7}
.bg-sub{background:#6e6e6e}

/*网站样式*/
.fl {float: left;}
.fr {float: right;}
.clear{ clear:both;}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
.mt-15 {margin-top: 15px;}
.mt-20 {margin-top: 20px;}
.mt-30 {margin-top: 30px;}
.mt-35 {margin-top: 35px;}
.mt-40 {margin-top: 40px;}
.mt-50 {margin-top: 55px;}
.pt-20{padding-top: 20px;display: block;}
.pt-0{padding:0px !important ;}
.clearfix:after {content: "";display: block;clear: both;}
.ovh-a{overflow: hidden;}
#w-80 {margin: 0 auto;width: 80%;}
#w-90 {margin: 0 auto;width: 90%;}
#w-81 {margin: 0 auto;width: 81.5%;}
#w-91 {margin: 0 auto;width: 91.5%;}
#w-1300 {width: 1320px;margin: 0 auto;overflow: hidden;}
#w-1300-1 {width: 1320px;margin: 0 auto;}
.w1300{margin:0 auto; width:1340px; height:auto; overflow:hidden;}

.topline{width:auto; height:5px; background-color:#434343;}
/*top*/
.topbj{width: 100%;height: 115px;background:rgba(255,255,255,0.4);z-index: 9999;box-shadow:10px 0 0 0 #aaa}
.topdh{color: #434343;font-size: 16px; line-height:30px;padding-top:0px;margin-right: 0;white-space:nowrap;float: right;width: 21%;box-sizing: border-box;padding-left: 20px;min-width: 230px;text-align: left;padding-bottom:17px;}
.topdh p{font-family: Arial, Helvetica, sans-serif;font-size:44px;color: #E60002; line-height:50px;}
.topdh img{ width:80px; height:80px; margin-right:5px; float:left;}

.main{
	width: 100%;position: relative;margin: auto;box-sizing: border-box;
}
.main:after{
	content: '';display: block;clear: both;height: 0;visibility: hidden;
}
/*导航*/
#header{right:0;left:0;height:65px;text-align:center;z-index:9;-webkit-transition:all .3s;-moz-transition:all .3s;-ms-transition:all .3s;-o-transition:all .3s;transition:all .3s;border-radius:3px;-moz-border-radius:3px;-webkit-border-radius:3px;}
#header .logo{float:left;width:25%;height:100%;text-align: left;padding-left:15px;}
#header img{float:left; padding-right:10px; width: 100%;}
#header .logo h1{padding-top:5px;color: #434343;font-size: 38px; line-height:45px;}
#header .logo i{text-transform: uppercase;display: block;font-size: 17px;color: #434343; line-height:30px;}
#l-nav {width:50%; /*padding-top:27px;*/ margin-left:2%;}
#l-nav .navBtn{display:none}
 #l-nav .navSliBtn{display:none}
 #l-nav .iconJt{display:none}
 #l-nav .tNav{width:100%;margin:0 auto;overflow:hidden}
 #l-nav .navUl{width:100%;/* display:flex; */justify-content:flex-end;font-size:0; float:right;}
 #l-nav .navLi{padding:0.5vw;display:inline-block;font-size:1rem}
 #l-nav .navLi.nav08{/*display:none*/}
 #l-nav .navLi:hover .tNavH::before{width:100%;opacity:1}
 #l-nav .tNavH{position:relative}
 #l-nav .tNavH::before{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);display:block;width:0;height:2px;background-color:#d60205;opacity:0;transition:all .5s ease}
 #l-nav .tNav .navName{position:relative;display:block;padding:4.2rem .3vw;font-size:16px; color:#434343;font-weight:normal;transition:all .5s ease}
 #l-nav .tNav.fixed .navName{color:#222;padding:1.5rem .8vw}
 #l-nav .navName::after{content:attr(data-title);position:absolute;top:0;left:0;transform:translateY(100%);width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#d60205}
 #l-nav .navLi:hover .navName{transform:translateY(-100%)}
 #l-nav .slidBox{position:fixed;left:0;right:0;width:100%;min-width:1024px;height:0;overflow:hidden;display:flex;flex-direction:row-reverse;justify-content:space-between;flex-wrap:nowrap;z-index:110;margin:0 auto;padding:0 15%;transition:all .5s ease;opacity:0}
 #l-nav .navLi:hover .slidBox{height:auto;opacity:1;background-color: #f5f5f5;}
 #l-nav .leftBox{flex:0 0 45%;overflow:hidden;max-width:520px;margin:46px 0px}
 #l-nav .img100{display:block;width:100%}
 #l-nav .right_img .img100{transition-duration:.5s}
 #l-nav .right_img:hover .img100{transform:scale(1.1)}
 #l-nav .rightBox{flex:0 0 40%;margin:46px 0px}
 #l-nav .left_text .onetitle{font-size:18px;line-height:1.1;color:#313131;padding-bottom:20px;padding-top:20px;font-weight:bold;text-align:left}
 #l-nav .navSbox{display:flex;flex-wrap:wrap;justify-content:space-between}
 #l-nav .oneName{font-size:26px;padding-bottom:15px;color:#000;width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}
 #l-nav .tNavSummry{line-height:24px;width:100%;height:auto;overflow:hidden;color:#666;font-size:14px;max-width:420px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;text-overflow:ellipsis}
 #l-nav .tNavMore{display:block;position:relative;height:auto;padding-top:25px;border-top:1px dashed #ccc;margin-top:20px;cursor:pointer}
 #l-nav .txt{color:#000;transition:all .5s ease}
 #l-nav .leanMore{margin-left:2rem;transition:all .5s ease}
 #l-nav .tNavMore:hover .txt{color:#015bbb;margin-left:10px}
 #l-nav .tNavMore:hover .leanMore{color:#015bbb}
 #l-nav .navSli{flex:0 0 50%}
 #l-nav .navSimg{position:relative;width:100%;height:160px;overflow:hidden}
 #l-nav .navImg{position:absolute;transform:translateX(-50%) scale(1);width:auto;height:100%;transition:all .5s ease}
 #l-nav .navSbox .navSlink{display:block; width:50%; text-align:left;border-radius:15px;font-size:16px;line-height:36px; margin:1%;color:#434343;transition-duration:.3s}
 #l-nav .navSbox .navSlink:hover{color:#d60205;transform:translateX(6px)}
 #l-nav .navSbox .navSlink:hover:before{background:#d60205}
 #l-nav .navSbox .navSlink:before{content:"";display:inline-block;vertical-align:top;margin-right:6px;width:4px;height:4px;background:#434343;position:relative;top:16px}
 #l-nav .navSbox .txt{width:100%; height:auto; padding-top:30px; text-align:left; font-family:"微软雅黑"; font-size:15px; color:#888; line-height:26px;}
 #l-nav .navSlink::after{content:'';position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:0;height:3px;opacity:0;background-color:#015bbb;transition:all .5s ease;display:none}
 #l-nav .navSli:hover .navImg{transform:translateX(-50%) scale(1.1)}
 #l-nav .navSli:hover .navSlink::after{width:100%;opacity:1}
 #l-nav .navSbox .cSlink{display:block;font-size:16px; text-align:left;line-height:36px;color:#666;transition-duration:.3s}
 #l-nav .navSbox .cSlink:hover{color:#e40616;transform:translateX(6px)}
 #l-nav .navSbox .cSlink:hover:before{background:#e40616}
 #l-nav .navSbox .cSlink:before{content:"";display:inline-block;vertical-align:top;margin-right:6px;width:4px;height:4px;background:#000;position:relative;top:16px}
 #l-nav .navSbox .ltxt{width:100%; height:auto; padding-top:30px; text-align:left; font-family:"微软雅黑"; font-size:18px; color:#888; line-height:26px;}
 #l-nav .navSlink1{ width:500px;display:block; text-align:left;font-size:15px;line-height:30px;color:#888; margin-top:10px;transition-duration:.3s}

 /*=========浮动导航========*/
.sp_header{height:100px;overflow:hidden;position:fixed;z-index:30000;width:100%;}
.sp_nav{width:40px;float:right;position:relative;cursor:pointer;height:30px;margin-top:28px; margin-right:5px;}
.sp_nav span{display:block;background-color:#f99b07;width:20px;height:3px;position:absolute;left:15px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:5px}
.sp_nav span:nth-of-type(3){top:10px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background-color:rgba(238,238,238,.95); padding-top:30px;width:50%;height:calc(100% - 104px);font-size:14px; right:0;line-height:40px;top:-100%;overflow:auto;overflow-x:hidden;transition:top ease 0.35s; float:right;}
.nav_show{top:80px; padding-top:20px;}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ccc solid;margin-left:10px;position:relative;line-height:35px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ccc solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:90%}
.sjj_nav ul li ul li a{color:#888;display:block;text-align:left; font-weight:normal; border-bottom:1px dotted #ddd;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#045ae1;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#045ae1}
.sjj_nav ul li ul li>ul{margin-left:10px}

/*--手机导航--*/
.s-menu{
	display: none;
	width: 100%;
	height: auto;
	background-color:#2645af;
	text-align: center;
	overflow:hidden;
	
}
.ph-menu2{
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	overflow:hidden;

}
.ph-menu12 h2{
	display: block;
	margin:2px;
	padding:2%;
	height:20px;
	padding-top:5px;
	text-align: center;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.ph-menu12:hover h2{text-decoration: none;}
.ph-menu12:focus{text-decoration: none}


/*手机banner轮播*/
.sj-banner{width:100%; }
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:10px;bottom:5px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}
/*------------首页栏目----------*/
.sylm{width:100%; height:auto;text-align:center;font-family:"微软雅黑"; background-color:#f5f5f5; border-bottom:1px solid #dfdfdf;padding-top:80px; padding-bottom:30px; overflow:hidden;}
.sylm h2{ font-size:48px; color:#d0001c; line-height:60px;}
.sylm h2 span{ color:#343434;}
.sylm p{font-size:18px; color:#343434; line-height:30px;}
.til01{text-align: center;color: #343434;font-size:54px;line-height:72px;font-family: "Microsoft Yahei";padding: 0 0 28px;font-weight: normal;}
.til01 p{display: block;font-size:16px;line-height: 34px;opacity: 0.8;}
.til01 a{color: #343434;}
.til02,.til02 a{color: #343434;}


/*------------分类---------*/
.probox{clear: both;font-family:"Microsoft Yahei";position: relative;color: #666;line-height:25px;padding:35px 0 20px;overflow:hidden;width:85%;margin:0 auto;}
.probox .sy_lm li a,.newbox .sy_lm li a{color: #fff; background-color:#2645af;border: solid 1px rgba(0, 0 , 0 , 0.2);}
.sy_lm li.cur a,.sy_lm li:hover a,.newbox .sy_lm li.cur a,.newbox .sy_lm li:hover a{border-color: #e60002;background: #e60002;color: #fff;}
.sy_lm{height:auto;font-size: 18px;}
.sy_lm .til01{text-align: left;float: left;}
.sy_lm h3{ width:40%; float:left;text-align: left;color: #343434;font-size:54px;line-height:72px;font-family: "Microsoft Yahei";padding: 0 0 28px;font-weight: normal;}
.sy_lm h3 p{display: block;font-size:16px;line-height: 34px; font-weight:normal;}
.sy_lm ul{padding:50px 0 0;float: right;width: 55%;}
.sy_lm li{float: left;text-align: center;}
.sy_lm li a{width:160px;height:55px;line-height:55px;box-sizing:border-box;border: solid 1px rgba(255, 255 , 255 , 0.2);display: block;color: #fff;overflow:hidden;}

/*产品展示*/
.sx_al{margin:0 auto; width:90%;}
.anliroll {height:1300px;width:100%;margin:0px auto; }
.anliroll li {float: left;width: 23%; border:1px solid #f2f2f2; border-radius: 0px 0px 10px 10px;background: #fff;margin: 2% 0 0 1.4%; }
.anliroll li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anliroll li a h4 {overflow: hidden; }
.anliroll li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anliroll li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:15px;box-sizing: border-box; border-radius: 0px 0px 10px 10px;}
.anliroll li a ol i dd{ margin:0 auto; width:90%;font-family: "微软雅黑"; border-radius:10px; background:#888;color:#fff; font-size:16px; line-height:26px; margin-top:8px;}
.anliroll li a:hover ol i dd{ background-color:#e60002;color:#fff;}
.anliroll li a ol i {display: block;color: dimgray;font-size: 15px;margin-top: 10px; }
.anliroll li a ol a {color: #fff;font-size: 18px; }
.anliroll li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anliroll li a:hover ol {background: #2645af;color: #fff;}
.anliroll li a:hover ol i {color: #fff;}
.anliroll li .s_tel{margin:0 auto; width:130px; height: auto; background-color:#e60002; text-align:center;border-radius: 10px; margin-top:10px; margin-bottom:10px;}
.anliroll li .s_tel a{ font-size:14px; color:#fff; line-height:30px;}

.sx_al{margin:0 auto; width:90%;}
.anlirol2 {height:auto;width:100%;}
.anlirol2 li {float: left;width: 23%; border:1px solid #f2f2f2; border-radius: 0px 0px 10px 10px;background: #fff;margin: 2% 0 0 1.4%; }
.anlirol2 li a {display: block;overflow: hidden;font-size: 18px;position: relative; }
.anlirol2 li a h4 {overflow: hidden; }
.anlirol2 li a img { margin:0 auto;width:100%;display: block;transition: all .5s; }
.anlirol2 li a ol {background: #efefef;color: #000;width: 100%;z-index: 555;transition: all .2s;text-align: center;font-size:20px; line-height:20px;padding:15px;box-sizing: border-box; border-radius: 0px 0px 10px 10px;}
.anlirol2 li a ol i dd{ margin:0 auto; width:90%;font-family: "微软雅黑"; border-radius:10px; background:#888;color:#fff; font-size:16px; line-height:26px; margin-top:8px;}
.anlirol2 li a:hover ol i dd{ background-color:#e60002;color:#fff;}
.anlirol2 li a ol i {display: block;color: dimgray;font-size: 15px;margin-top: 10px; }
.anlirol2 li a ol a {color: #fff;font-size: 18px; }
.anlirol2 li a:hover img {transform: scaleX(1.1) scaleY(1.1); }
.anlirol2 li a:hover ol {background: #2645af;color: #fff;}
.anlirol2 li a:hover ol i {color: #fff;}
.anlirol2 li .s_tel{margin:0 auto; width:130px; height: auto; background-color:#e60002; text-align:center;border-radius: 10px; margin-top:10px; margin-bottom:10px;}
.anlirol2 li .s_tel a{ font-size:14px; color:#fff; line-height:30px;}


/*------------简介---------*/
.newbox{font-family:"Microsoft Yahei";clear: both;position: relative; padding:30px 0 0px;font-size: 14px;line-height: 24px;color: #434343;overflow: hidden;}
.newbox .sy_lm{margin: 0 auto;width: 85%;}
.aboutbox{font-family:"Microsoft Yahei";font-size: 14px;line-height:30px;color: #666;overflow: hidden;position: relative;z-index: 1;text-align: center;}
.about_p,.about_p img{width: 100%;display: block;max-width: 1920px;margin: 0 auto;}
.about_w{margin:0 auto; width:1340px; height:auto; position: relative;}
.about_zw{margin-top:-200px;z-index:2; background-color:#fff;border-radius:10px; padding:50px;}
.about_zw h1{font-size: 28px;line-height: 92px;}
.about_zw h1 a{display: block;color: #000;}
.about_zw p{height:auto; font-family:"微软雅黑"; font-size:16px; line-height: 210%; padding-bottom:30px; overflow:hidden;}
.about_more{width: 218px;line-height:50px;display: block;margin: 0 auto;font-size: 22px;border: solid 1px #f00c12;border-radius: 26px;}
.about_more a{display: block;color: #f00c12;}
.about_by{ margin:0 auto; width:90%; height:auto; overflow: hidden;}
.about_by ul li{ height:200px;float: left; text-align: center;}
.about_by ul li img{ display: inline-block; float: left;}
.about_by ul li em{ display: inline-block; float: left; padding: 24px 0 0 18px; text-align: left; font-size: 30px; color: #2645af; line-height: 100%;}
.about_by ul li em span{ display: block; line-height: 100%; font-weight: bold; color: #aaa9aa; font-size: 12px; text-transform: uppercase; padding-bottom: 7px;}
.about_by ul li i{ display: block; padding-top: 15px; font-size: 16px; color: #5f5d5e; clear: both;}
.about_by ul li:nth-child(2){ padding: 0 255px;}

/* 定制流程 */
.dzbj{font-family:"Microsoft Yahei";clear: both;background:url(../images/dzbj.jpg) no-repeat center 0;padding: 60px 0 126px;text-align: center;font-size: 20px;color: #fff;}
.dzbj h2{color:#fff;}
.dzlc{margin:0 auto; margin-top:40px;width:75%;}
.dzlc dl{float: left;width: 11.08%;position: relative;}
.dzlc dl:before{content: "";position: absolute;width: 1px;height: 100%;left: 0;top: 0;background: rgba(255, 255 , 255 , 0.2);}
.dzlc dl:first-child:before{width: 0;height: 0;}
.dzlc dt{display: none;}
.dzlc dd{padding: 66px 0;}
.dzlc dd b{width:56px;margin: 0 auto;display: block;}
.dzlc dd span{line-height: 90px;display: block;}
.dzlc dd em{line-height: 22px;display: block;font-size: 12px;opacity: 0.2;text-transform: uppercase;}
.dzlc dl.cur{width: 22.44%;}
.dzlc dl.cur dt,.process_c dl.cur dt img{width: 100%;display: block;float: left;}
.dzlc dl.cur dt img{box-sizing:border-box;background:#e60002;padding:10px;}
.dzlc dl.cur dt span{position: absolute;width: 100%;left: 0;height:30px;line-height:30px;color: #f00c12;top: 50%;margin-top: -15px;font-size: 24px;display: block;}
.dzlc dl.cur dd{display: none;}

/*优势*/
.ys{clear: both;font-family:"Microsoft Yahei";line-height:30px;font-size: 18px;position: relative;background:#2645af; padding-top:50px; margin-top:50px; color:#fff;}
.ys .til01 {color:#fff;}
.ys_an{ margin:0 auto;width:70%; height:auto; margin-top:50px;overflow:hidden;}
.ys_c{width:auto; height:auto; margin-top:-70px; overflow:hidden;}
.prev1,.next1{width:52px;height:52px;margin-left:10px;z-index: 9;overflow: hidden;float:left;}
.prev1 img,.next1 img{width: 100%;}
.ys_p{width: 60.4%;}
.ys_p img{width: 100%;display: block;}
.ys_w{width: 33%; margin-top:70px;}
.ys_wa{width: 380px;}
.ys_bt{padding: 0 0 60px;}
.ys_bt span{font-size:34px;line-height: 96px;margin-bottom:32px;color: #ffeb12;font-weight: bold;}
.ys_bt h3{font-size: 34px;line-height: 50px;color: #bbb;white-space: nowrap;}
.ys_bt h3 b{color: #fff;}
.ys_wc p{padding: 0 0 30px;}
.ys_t{background: #434343;padding: 50px 0 0;height: 182px;clear: both;}
.ys_tl{width:98%;max-width: 1600px;min-width: 1200px;margin: 0 auto;display:block;}
.ys_t li{float: left;height: 182px;border-left: solid 1px #8b8b8b;box-sizing:border-box;padding: 0 0 0 60px;width: 25%;float: left;line-height: 24px;color: #fff;position: relative;}
.ys_t li:before{content: "";position: absolute;width:20px;height:2px;background:#888;left: 100px;bottom:24px;}
.ys_t li b{display: block;font-size: 24px;line-height: 44px;height: 47px;font-weight: normal;}
.ys_t li span{display: block;}
.ys_t li:first-child{border: 0;}
.ys_t li.cur b{color: #f00c12;}
.ys_t li.cur:before{background: #f00c12;}

/*--news--*/
.n_news{ margin:0 auto;height:auto;position: relative;width:90%; margin-bottom:50px; overflow: hidden;}
.n_news li{float:left;width:23%;margin:10px 1% 0; height:510px; background-color:#f9f9f9;}
.n_news li dl{width:100%;height:500px;  position: relative;transition: all 0.5s linear;-webkit-transition: all 0.5s linear;-moz-transition: all 0.5s linear;-o-transition: all 0.5s linear;}
.n_news li dl a{text-decoration: none; }
.n_news dt{width: 100%;}
.n_news dt img{width: 100%; height:280px;display: block;}
.n_news dd{height: auto;padding: 10px; box-sizing: border-box; text-align:left; color: #333333;}
.n_news dd h3 {height: 40px; line-height: 40px;  color: #333333; font-size: 18px; display: block; }
.n_news dd  p{padding:0 10px; height:auto;line-height: 24px; font-size: 14px; color: #888888; padding-bottom:20px;}
.n_news dd span{width: 154px; height: 40px; line-height: 40px; display: block;color: #fff; background: #2645af; text-align: center; }

.n_news li dl:hover{margin-top: 8px; }
.n_news li dl:hover img{box-shadow: 0 0 10px #ccc;}
.n_news li dl:hover span{display: block;}
.n_news dd:hover span{background: #e60002; }




/*------------footer----------*/
.footbj {background: #434243;color: #fff;position: relative;z-index: 1;line-height: 22px;font-size: 14px;}
.footer {width:1300px; margin:0 auto;font-family:"Microsoft Yahei";}
.footer a {color: #fff;}
.f_con {/*height:240px;*/padding: 64px 0 0;overflow: hidden;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.f_con h3 {font-size: 16px;line-height: 44px;height: 64px;position: relative;}
.f_con h3:before {content: "";position: absolute;width: 6px;height: 2px;left: 0;bottom: 4px;background: #fff;opacity: 0.3;}
.f_text {width: 25%;}
.f_search {height: 120px;}
.f_search span {height: 60px;line-height: 42px;font-size: 16px;opacity: 0.6;display: block;}
.f_seainp .serach1 {width: 203px;line-height: 40px;height: 40px;border: solid 1px #7e7e7e;border-right: 0;float: left;padding: 0 20px;background: #888;color: #b6b6b6;}
.f_seainp .sub1 {width: 89px;background: #d60205;color: #fff;text-align: center;line-height: 42px;height: 42px;border: 0;}
.f_tel {height: 78px;line-height: 26px;color: #b6b6b6;}
.f_tel b {display: block;font-size: 20px;line-height: 32px;color: #fff;}
.f_text li {float: left;height: 106px;line-height: 24px;width: 202px;}
.f_text li:nth-child(2n) {width: 416px;}
.f_text li span {display: block;font-family: Times New Roman, Arial;font-size: 20px;}
.f_code p {width:104px;text-align: center;float: left;line-height: 36px;white-space: nowrap;}
.f_code p:nth-child(2) {margin: 0 38px;}
.f_code p img {display: block;width:100px;background: #fff;width: 100%;}
.f_nav {width:25%;line-height:30px;}
.f_nav a{display: block; width: 48%; padding-right: 1%; float: left;}
.f_lx {width:25%;}
.f_dh {width:160px;}
.f_nav a {display: block;width: 48%; float: left; padding-right: 1%;}
.f_nav a:hover{color:#d60205;}
.f_lx a {width: 182px;}
.f_bq {padding: 8px 0px;position: relative;}
.f_bq p ,.f_bq p a{font-size: 15px;color:#888; line-height: 130%;}

/*--手机导航--*/
.s-menu{
	width: 100%;
	height: auto;
	background-color:#2645af;
	text-align: center;
	overflow:hidden;
	
}
.ph-menu2{
	width: 100%;
	height: auto;
	padding-top:5px;
	padding-bottom:5px;
	text-align: center;
	box-sizing: border-box;
	overflow:hidden;

}
.ph-menu2 a{
	padding:0px 5px;
}
.ph-menu12 h2{
	display: block;
	margin:2px;
	padding:2%;
	height:20px;
	line-height: 20px;
	text-align: center;
	font-size: 14px;
	font-weight:normal;
	color: #fff;
	display: block;
}
.ph-menu12:hover h2{text-decoration: none;}
.ph-menu12:focus{text-decoration: none}


/*手机banner轮播*/
.sj-banner{width:100%; }
.sj-banner img{display:block;width:100%}
.swipe{width:100%;overflow:hidden;position:relative;}
.swipe ul{
	-webkit-transition:left 800ms ease-in 0;
	-moz-transition:left 800ms ease-in 0;
	-o-transition:left 800ms ease-in 0;
	-ms-transition:left 800ms ease-in 0;
	transition:left 800ms ease-in 0;
}
.swipe #pagenavi{position:absolute;left:10px;bottom:5px;text-align:center;width:100%; background:rgba(fff, fff, fff, 0.6)!important; filter:Alpha(opacity=50); padding:6px;}
.swipe #pagenavi a{width:8px; height:8px; line-height:99em; background:#fff; -webkit-border-radius:50%; -moz-border-radius:50%; border-radius:50%; margin:0 4px; overflow:hidden; cursor:pointer; display:inline-block; *display:inline; *zoom:1; position:relative;}
.swipe #pagenavi a.active{background:#ff0;  position:relative;}



/*内页浮动*/
.ny-pro-f{
	position:fixed;
	left:15px;
	top:16%;
	z-index: 100;
	width: 220px;
	background-color: #fff;
}
.ny-pro-f-tit{
	padding: 32px 15px;
	background-color: #333;
	text-align: center;
}
.ny-pro-f-tit h2{
	display: block;
	margin-bottom: 10px;
	font-size: 23px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
.ny-pro-f-tit p{
	display: block;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
}
.ny-proc-w{
	padding:22px 18px;
	border:1px solid #eaeaea;
	box-sizing: border-box;
	overflow: hidden;
}
.ny-proc-w dt a{
	display: block;
	margin: 10px 0px;
	padding:10px 15px;
	background-color: #f87500;
	border-radius: 30px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.ny-proc-w dt:hover a{
    background-color: #333;
}
/*foot*/


/* 底部固定导航 */
.social_nav5{height:45px;position:fixed; bottom:0; width:100%;  z-index:999; background: #093e66; border-radius: 15px 15px 0px 0px;}

.social_nav5 li{ width:100%; float:left; position:relative;border-right:1px solid #fff; font-size:12px; text-align:center; color:#fff;line-height:12px; height:38px;box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; -o-box-sizing:border-box;}

.social_nav5 li:last-child{border-right:none;}
.social_nav5 li:first-child{border-left:none;}
.social_nav5 li em{ width:23px; display:inline-block; margin:0 auto; padding:10px 0 6px 0; vertical-align: middle;}
.social_nav5 li em img{width: 23px;}
.social_nav5 li a{ color:#fff; font-size: 20px;}
.social_nav5 li.cur{ color:#fff; background: #ffae02;}
.social_nav5 li .erji{ position:absolute; bottom:5px; left:0; width:100%; text-align:left; background:#0c7051; display:none; }
.social_nav5 li .erji a{ display:block; border-bottom:1px solid #20a6ee; font-size:12px; height: 26px; line-height:26px;position:relative; text-align:center;  color:#fff;}
.social_nav5 li .erji a:last-child{border-bottom:none;}

/* 底部固定导航 */


.go_top{display: none;background:url(../images/top.png) center center/50% no-repeat;width:40px;height:40px;cursor:pointer;text-align: center;background-color:#fdae05;border-radius:50%;position: fixed;right:6px;bottom:100px;z-index:99999999999;}

.fixed_footer, .wap_show{display: none;}
.mobile .fixed_footer{display: none;background-color:rgba(246,5,5,0.75);height:50px;position: fixed;bottom:30px;left:50%;margin-left:-46%;z-index:999;width:92%;border-radius:10px;}
@media (min-width:640px){.mobile .fixed_footer{width:640px !important;left:50%;margin-left:-320px;}}
.mobile .fixed_footer a{float: left;width:33.33%;text-align: center;}
.mobile .fixed_footer img{display: inline-block;height:24px;margin:5px 0 0;}
.mobile .fixed_footer strong{color:#fff;font-size:12px;display: block;height:20px;line-height:20px;}

@media( max-width:1210px ){
	.fixed_right, .footer .three, .footer .one, .footer .nav {display: none;}
	.mobile .fixed_footer{display: block;}
	.footer .two{width:100%;margin:0;}
	}


.ph-bq{
  margin-bottom:43px;
  padding:9px 15px 15px 15px;
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
  background-color: #434343;
}
.ph-bq p,
.ph-bq p a,
.ph-bq a{
  font-size: 15px;
  color: #ffba00;
  text-align: center;
  line-height: 150%;
}
.ph-bq img{
  display: block;
  margin:0 auto;
  margin-top: 10px;
}

 /*ph页脚*/

.ph-foot{
  position: fixed;
  bottom:0px;
  left: 0px;
  padding-bottom:10px;
  width: 100%;
  background-color: #5e5d5d;
  overflow: hidden;
  border-top:1px solid #fff;
  border-radius: 15px 15px 0px 0px;
}
.ph-foot li{
  float: left;
  padding:10px 0px;
  width: 25%;
  height: 40px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.ph-foot li img{
  display: block;
  margin:0 auto;
  width: 25%;
}
.ph-foot li p{
  display: block;
  margin-top:15px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

/*结束*/

.topdh{text-align:right; font-size:12px; margin-top:5px; float: right;}
.topdh img{ float:right; margin-right:5px; width: 100%; height: auto;}
.topdh span{ float:right; display:block; width:50px; height:20px; line-height:20px;}


.ny-dh{width: 100%; height: 70px; background-color: #fff; padding:0px 0px; border-bottom: 1px solid #eaeaea;overflow: hidden;}
.ny-weizhi{float:right;width: 100%;padding-top:20px;padding-left:10px; text-align: right;}
.ny-weizhi i{ display: inline-block; width: 30px;height: 19px;background:url(../images/cur.png) no-repeat left center;}
.ny-weizhi a{-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s}
.ny-weizhi a:hover{color:#003394}
.ny-weizhi span{color: #666;}
.ny-w-r{float: right;width: 250px;}
.ny-t-l{margin-right: 250px;}

.ny-class ul {font-size:0;-webkit-text-size-adjust:none;text-align:left;}
.ny-class li {display:inline-block; width: 15%;}
.ny-class li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.ny-class li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#6e6e6e;text-align:center;display:block;}
.ny-class li a:hover{color:#f51106}
.ny-class li a.active {background:linear-gradient(-45deg,#ffad26,#f20905);color:#fff}

.ny-culture-t {}
.culture-tit{padding-top:18px;position:relative;width:50%;float:left}
.culture-tit:after{content:"";width:75px;height:2px;background-color:#999;position:absolute;top:0;left:0}
.culture-tit p{font-size:16px;color:#999;text-transform:uppercase}
.culture-tit h3{font-size:36px;color:#f51106;position:relative;top:-12px;font-weight: bold;}
.culture-tit .desc{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;padding-top:2px;font-size:16px;color:#333;line-height:30px}
.ny-culture-t .slogan{float:right;position:relative;top:28px;text-align:right}
.ny-culture-t .slogan p{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:20px;color:#666;padding-bottom:2px}
.ny-culture-t .slogan p span{font-weight:700}
.ny-culture-t .slogan .eng{text-transform:uppercase;font-size:14px;color:#999;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ny-cul-l{padding:0px; background-color: #e6e6e6; padding:30px; box-sizing:border-box;}
.ny-cul-r{padding:0px; box-sizing: border-box;}
.ny-cul-r img{width: 100%;}
.ny-cul-nr .zia{background-color:#eef4ea;padding:43px 40px;position:absolute;left:0;top:0;height:100%;width:50%}
.ny-cul-nr .zib{margin-bottom:36px}
.ny-cul-nr .zib h3{font-size:30px;color:#5f5f5f;font-weight: bold;;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.ny-cul-nr .zib p{font-size:18px;color:#666;line-height:35px}

/*我的内页样式*/
.ny-bg-ca{padding:2%;width: 100%;background-color: #f2f2f2;box-sizing: border-box;overflow: hidden;}
.ny-bg-cb{padding:2%;width: 100%;background-color: #f1f7f7;box-sizing: border-box;overflow: hidden;}
.ny-tita {padding:30px 15px 30px;width: 100%;height: auto;text-align: center;overflow: hidden;}
.ny-tita h2 {display: block;font-size: 44px;color: #164ea1;text-align: center;font-weight: bold;}
.ny-tita p {display: block;margin-top: 10px;position: relative;font-size: 20px;letter-spacing: 1px;text-align: center;}
.ny-tita span {display: block;margin-top: 8px;text-align: center;font-size: 14px;color: #999;}
.ny-tita .zia {font-size: 44px;color: #313131;font-weight: bold;}
.ny-conta{ padding:2%;width: 100%;background-color: #f2f2f2;box-sizing: border-box;overflow: hidden;}
.ny-conta h2{margin-bottom: 20px; width: 100%;font-size: 23px;color: #565555;font-weight: bold;}
.ny-conta p,.ny-conta p a{font-size: 15px;color: #7c7c7c;line-height: 210%;}
.ny-imga img{width: 100%;}
.ny-foot-mt{margin-top: 50px;}
.ny-product{ width: 100%;overflow: hidden; margin-top: 35px;}
.ny-product li{float: left; padding:1%; display: block; width: 25%; border-radius: 10px; overflow: hidden;overflow: hidden;}
.ny-product li .tua{width: 100%;overflow: hidden; border-radius: 10px 10px 0px 0px;}
.ny-product li .tua img{width: 100%;}
.ny-product li:hover .tua img{transition: all 0.5s ease-out;-webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; }
.ny-product li p{display: block; padding:12px 10px; margin:0px; font-size: 18px; line-height: 150%; text-align: center; background:linear-gradient(90deg,rgba(51,93,234,1),rgba(5,107,234,1));color:#fff; border-radius:0px 0px 10px 10px ;overflow: hidden;}
.ny-cp-bg{background-color: #ededee;}
.ny-bg-white{background-color: #fff;}
.ny-cp-fl{padding:15px 0px;overflow: hidden;}
.ny-cp-fl li{display: inline-block; padding:5px;width: 19.7%; box-sizing: border-box;}
.ny-cp-fl li a{display: block;padding:8px 5px; border:1px solid #2645af; background-color: #2645af; text-align: center; font-size: 17px; color: #fff;box-sizing: border-box;}
.ny-cp-fl li:hover a{ color: #fff; background-color: #f40b06;}
.ny-cp-fl .active { color: #fff; background-color: #f40b06;}
.ny-cp-tit{padding: 30px 0 0 30px;}
.ny-cp-tit h1{font-size: 40px;font-weight: 600; color: #f19a41;}
.ny-cp-tit p{margin-top:10px; display: block;font-size: 18px;color: #666;line-height: 170% !important;}
.ny-cp-tit span{display: inline-block; margin-top: 15px; padding:8px 15px; background-color: #333; font-size: 18px;color: #fff; border-radius: 10px; overflow: hidden;}
/*内页联系我们*/
.y-ny-ctit{font-size: 28px; color: #333; padding-top: 10px; display: inline-block; vertical-align: middle;}
.y-ny-ctit strong{font-weight: bold;}


/*网站样式 结束*/

/* 标签 */
.tag{display:inline-block;transition:.5s}
.tag.padding{padding:5px 12px}
.tags{color: #f51106!important; border: 1px solid #f51106!important; background-color: unset;}
/* 英文字体begin */
.Conv_DINCondensedC{ font-family: "Conv_DINCondensedC";}
/* 英文字体end */

.mb5{margin-bottom: 5px;}
/* 行距 begin*/
.blank{height:10px;line-height:10px;clear:both;font-size:0}
.blank-small{height:20px;line-height:20px;clear:both;font-size:0}
.blank-middle{height:30px;line-height:30px;clear:both;font-size:0}
.blank-big{height:50px;line-height:50px;clear:both;font-size:0}
.blank-large{height:80px;line-height:80px;clear:both;font-size:0}
/* 行距 end*/

.sidebar-l {margin-right:30px}
.sidebar-r {margin-left:0px;}
.container-layout{max-width:1500px;}
.line-large {margin-left:-15px;margin-right:-15px}
.line-large .x1,.line-large .x2,.line-large .x3,.line-large .x4,.line-large .x5,.line-large .x6,.line-large .x7,.line-large .x8,.line-large .x9,.line-large .x10,.line-large .x11,.line-large .x12,.line-large .xl1,.line-large .xl2,.line-large .xl3,.line-large .xl4,.line-large .xl5,.line-large .xl6,.line-large .xl7,.line-large .xl8,.line-large .xl9,.line-large .xl10,.line-large .xl11,.line-large .xl12,.line-large .xs1,.line-large .xs2,.line-large .xs3,.line-large .xs4,.line-large .xs5,.line-large .xs6,.line-large .xs7,.line-large .xs8,.line-large .xs9,.line-large .xs10,.line-large .xs11,.line-large .xs12,.line-large .xm1,.line-large .xm2,.line-large .xm3,.line-large .xm4,.line-large .xm5,.line-large .xm6,.line-large .xm7,.line-large .xm8,.line-large .xm9,.line-large .xm10,.line-large .xm11,.line-large .xm12,.line-large .xb1,.line-large .xb2,.line-large .xb3,.line-large .xb4,.line-large .xb5,.line-large .xb6,.line-large .xb7,.line-large .xb8,.line-large .xb9,.line-large .xb10,.line-large .xb11,.line-large .xb12 {position:relative;min-height:1px;padding-right:15px;padding-left:15px}

/* owl-carousel轮播插件 */
.owl-carousel .owl-dots{position:absolute;/*top:50%;*/padding:0;text-align:left;width:20px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}
.owl-carousel .owl-dots .owl-dot{display:inline-block;position:relative;vertical-align:middle}
.owl-carousel .owl-dots .owl-dot span{width:8px;height:8px;margin:0 5px;border-radius:50%;background:#d3d3d3;display:inline-block;text-align:center;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s}
.owl-carousel .owl-dots .owl-dot.active span{width:16px;height:8px;background:#000;border-radius:20px}
.owl-carousel .owl-nav i{font-size:24px;color:#fff}
.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{background:#000;width:42px;height:42px;line-height:48px;-webkit-transition:all ease .5s;-o-transition:all ease .5s;transition:all ease .5s;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);top:50%;position:absolute;text-align:center;border-radius:50%;opacity:0}
.owl-carousel .owl-nav .owl-prev{background:#000;left:20px;right:auto}
.owl-carousel .owl-nav .owl-next{right:20px}
/* owl-carousel轮播插件 */

/* 首页轮播 */
.slides-arrow:hover .owl-nav .owl-next,.slides-arrow:hover .owl-nav .owl-prev{opacity:.3}
.slides-arrow.dot-center .owl-dots{position:absolute;/*top:-30px;*/bottom:6px; padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页轮播 */

/* 常用TAB */
.tab-normal .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;}
.tab-normal .tab .tab-nav li {display:inline-block;width:auto;text-align:center; margin-bottom: 10px;width: 15%;}
.tab-normal .tab .tab-nav li a { border:1px solid #e2e2e2; box-sizing: border-box;background:#fff;color:#6e6e6e;border-radius:10px;padding:0px 20px;height:42px;line-height:42px;margin:0 10px;display:block;font-size:16px;overflow: hidden;}
.tab-normal .tab .tab-nav .active a {background:linear-gradient(-45deg,#FFD100,#f51106);cursor:default;color:#fff;border-bottom:0px solid #FD3C6B;}
.tab-normal .tab .tab-nav .active{background:none}
.tab-normal .tab .tab-nav .active a:hover {color:#FFF}
.tab-normal .tab .tab-nav li a:focus {outline:none;}
.tab-normal .tab .tab-nav li a:hover {background:linear-gradient(-45deg,#FFD100,#f51106);color:#fff}
.tab-normal .tab .tab-body {padding:0;border-radius:0;border-top:0px solid #ff0000}
/* 常用TAB */

/* 首页产品 */
.carousel-pro .media{position:relative;-webkit-transition:.5s;transition:.5s;}
.carousel-pro .media:hover {-webkit-transition:.5s;transition:.5s;box-shadow:0px 5px 15px 0px rgba(0,0,0,.05);}
.carousel-pro .button {background-color:#FFD100;transition: all .5s ease;box-shadow: 0 3px 8px 0px rgba(39,39,39,0.26);}
.carousel-pro .media:hover .button{color:#FFF;background-color:#f51106;transition: all .5s ease;}
.carousel-pro .media-body {padding:10px 0 0 0}
/* .carousel-pro:hover .owl-nav .owl-next,.carousel-pro:hover .owl-nav .owl-prev{opacity:.6} */
.carousel-pro.dot-center .owl-dots{position:relative;top:30px;padding:0;text-align:center;vertical-align:middle;display:inline-block;width:100%}
/* 首页产品 */

/* 首页关于我们 */
.home-about{background-repeat:no-repeat;background-position:center 50%;background-size:cover}
.home-about .padding-large{padding:40px 50px}
.home-about h2{position:relative;font-size:24px;font-weight:600;margin-bottom:40px;word-break:break-all}
.home-about h2:before {content:'';display:block;position:absolute;background:#FFD100;width:30px;height:3px;bottom:-15px;left:0;}
/* 首页关于我们 */

/* 首页解决方案 */
.solution .media-img{position:relative;overflow: hidden;transition: all 0.5s ease-in-out;}
.solution .media-img .mask{opacity:0;z-index:3;background:url(../images/solution-hover.png) no-repeat center center;width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .mask .subtitle{padding:25px}
.solution .media-img .mask .more{position:absolute;bottom:25px;right:25px}
.solution .media-img:hover img{ transition: all 0.5s ease-in-out;-webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; }
/*.solution .media-img:hover .mask{z-index:5;transition:0.3s;opacity:1;transform: scale(1.1);}*/
.solution .media-img .linear-link{z-index:1;opacity:1;background:linear-gradient(to bottom,rgba(0,0,0,.2) 65%,rgba(0,0,0,.8) 100%);width:100%;height:100%;position:absolute;bottom:0;top:0;left:0;right:0;transition:0.3s;}
.solution .media-img .linear-link .subtitle{padding:0 25px;z-index:3;width:100%;bottom:25px;left:0;position:absolute;transition:0.3s;}
/* 首页解决方案 */

/* 首页新闻 */
.home-news-l{margin-right:10px}
.home-news-r{margin-left:10px}
.home-news-h .media-img {position:relative;}
.home-news-h .media-img .post-title{background:#fff;bottom:-30px;left:30px;width:65%;padding:20px;position:absolute;color:#333;transition:0.5s;box-shadow:0 5px 15px 0 rgba(0,0,0,0.06)}
.home-news-h .media-img:hover .post-title {bottom:30px;}
.home-news-h .media-img .post-title h3 a {color:#333;font-size:18px;font-weight:600;line-height:28px;display:block;}
/* .home-news-h .media-img:hover .post-title h3 a {color:#FFF;} */
.home-news-h .button{margin-top:1rem;width:48px;line-height:28px;font-size:18px;background:#FFD100;color:#fff}
.home-news-h .media-img:hover .button{background:#f51106;color:#fff;}

.home-news-c:hover{box-shadow:0 3px 8px 0 rgba(0,0,0,0.03);}
.home-news-c .news-time{margin:20px 15px 0 0px;border-right:2px solid #eee;padding:0}
.home-news-c .news-time .text-large{font-size:42px;line-height:48px;}
.home-news-c .news-title{margin-top:20px;margin-left:15px}
.home-news-c .news-title h2 a{font-weight:600;font-size:18px;margin-bottom:20px;display:block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.home-news-c:hover .news-title h2 a{color:#f51106}
/* 首页新闻 end */

/* 路径 */
.nav-bread{padding:0;height:70px;line-height:70px;font-size:0}
.nav-bread h2{font-size:24px;font-weight:600}
.nav-bread a{color:#888888;font-size:14px;display:inline-block;}
.nav-bread a:hover{color:#f51106}
.nav-bread a:after {content:"";padding:0 10px;background:url(../images/nav-bread.png) no-repeat center 50%;}
.nav-bread a:last-child:after {content:"";background:none;}
/* 路径 */

/* 上下篇  */
.prenext-pro a.button{height:70px;line-height:70px;padding:0 25px}
.prenext-pro a.button:hover{background:#f51106;color:#fff}
.prenext-pro a.border{border:1px solid #eee}

/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#f51106;color:#fff;border:1px solid #f51106;}
/*分页 end*/

/* 标题样式-居中 */
.title-c{position:relative;}
.title-c h3{position:relative;font-size:30px;text-transform:uppercase;margin:0 auto 50px auto;font-weight:600}
.title-c h3:before {background:#FFD100;content:'';display:block;position:absolute;width:30px;height:3px;bottom:-15px;left:50%;margin-left:-15px;}

/* 标题样式-左 */
.title-l h2{line-height:28px;height:28px;color:#333;position:relative;font-size:18px;letter-spacing:0;padding-left:20px;margin-bottom:10px;}
.title-l h2:before {content:'';display:block;position:absolute;width:5px;height:20px;top:4px;background:#f51106;left:0}

/* 下拉分类 */
.nav-tree {font-size:0;height:70px;line-height:70px}/*font-size:0去掉 display:inline-block间隔 */
.nav-tree li {position:relative;display:inline-block;}
.nav-tree li a{color:#6E6E6E;display:block;padding:0 30px;font-size:16px;background:#fff;}
.nav-tree li a.active,.nav-tree li a.cur{background:linear-gradient(-45deg,#FFD100,#f51106);color:#fff}
.nav-tree li.focusa a{background:linear-gradient(-45deg,#FFD100,#f51106);color:#fff;border-bottom-left-radius:0px;border-bottom-right-radius:0;}
.nav-tree li ul:after {position:absolute;top:-8px;left:50%;margin-left:-8px;display:inline-block;border-right:8px solid transparent;border-bottom:8px solid #fff;border-left:8px solid transparent;content:'';}
.nav-tree li ul {top:70px;left:0;background:#fff;padding:10px 0;z-index:99;position:absolute;width:100%;display:none;border-radius:0px;box-shadow:0 5px 10px 0 rgba(0,0,0,0.03);}
.nav-tree li ul li{display:block;width:100%;text-align:left;}
.nav-tree li ul li.children a{font-size:14px;background:#fff;border-radius:0;box-shadow:none;display:block;color:#6e6e6e;line-height:34px;height:34px}
.nav-tree li ul li.children a.active,.nav-tree li ul li.children a:hover{color:#f51106}
/*
.nav-tree li ul li.children:first-child a{border-top-left-radius:0px;border-top-right-radius:0px;}
.nav-tree li ul li.children:last-child a{border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
*/
/* 下拉分类 */

/* 属性 */
.filter-box .padding-big{padding:15px 25px}
.filter-box dl{margin:15px 0;}
.filter-box dl dt{width:8%;display:block;float:left;line-height:24px;font-weight:normal}
.filter-box dl dd{display:block;float:left;position:relative;}
.filter-nav ul li {margin:0;display:block;float:left;width:auto;line-height:24px;}
.filter-nav ul li a{margin:0 10px 0 0;padding:2px 10px;cursor:pointer;display:block;color:#6E6E6E;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.filter-nav ul li a:hover{color:#f51106;}
.filter-nav ul li a.active{color:#fff;background:#f51106}
.filter-nav ul li b{font-weight:normal;}

/* 横向不带ICO导航 */
.nav-x {background:#F2F2F2;width:100%;position:relative;}
.nav-x .menu-toggle h3 {display:none}
.nav-x ul {font-size:0;-webkit-text-size-adjust:none;text-align:left;}
.nav-x li {display:inline-block}
.nav-x li i {margin:0px auto 5px auto;font-size:24px;display:block;}
.nav-x li a {font-size:16px;padding:0;height:70px;line-height:70px;color:#6e6e6e;text-align:center;display:block;}
.nav-x li a:hover{color:#f51106}
.nav-x li a.active {background:linear-gradient(-45deg,#FFD100,#f51106);color:#fff}
.col-2 {width:10%}
/* 横向不带ICO导航 */

/* 新闻列表 */
.list-news {margin-bottom:30px; border-bottom: 1px solid #e1e1e1;}
.list-news .time{margin-top:70px;margin-right:-20px;padding:15px 0 10px 0;border-right:1px solid #eee;}
.list-news .time .text-large{font-size:52px;line-height:54px;}
.list-news .news {margin-top:70px;margin-left:50px;margin-right:30px}
.list-news .news h3 a{display:block;font-size:24px;color:#333;margin-bottom:20px}
.list-news .button{margin-top:70px;width:70px;line-height:56px;font-size:24px;border:1px solid #ebebeb;}
.list-news:hover .button{background:#f51106;color:#fff;border:1px solid #f51106}
.list-news:hover h3 a{color:#f51106}
/* 新闻列表 */

/* 纯文字列表  begin*/
.list-post-text li {padding:5px 0;}
.list-post-text li a{display:block;}
.list-post-text li.dot a{padding-left:15px;position:relative;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.list-post-text li.dot:hover a:before {background:#f51106;}
.list-post-text li.dot a:before {content:'';position:absolute;left:-2px;background:#ccc;width:6px;height:6px;top:9px;border-radius:50%}
/* 纯文字列表  end*/

/* 下载列表 */
.normal-list li{position:relative;display:block;background:#FFF;margin-bottom:20px;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li a{display:block;font-size:16px;line-height:24px;padding:25px 30px 25px 50px;color:#333;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li span{color:#888888;position:absolute;right:30px;top:28px}
.normal-list li:hover{background:#f51106;color:#FFF;transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.normal-list li:hover a,.normal-list li:hover span{color:#FFF}
.normal-list li.dot:hover a:before {background:#fff;}
.normal-list li.dot a{position:relative}
.normal-list li.dot a:before {content:'';position:absolute;left:30px;background:#ececec;width:7px;height:7px;top:35px;border-radius:50%}

/* 下载详细页begin */
.download-detail{position:relative;z-index:3}
.download-detail .button-big{padding:15px 25px}
/* 下载详细页end */

/* ===视频教程 beign*/
	/* ====视频教程列表 begin*/
.video-list .media{-webkit-transition:.5s;transition:.5s;}
.video-list .media:hover{box-shadow:0 30px 50px rgba(229,229,229,.8)}
.video-list .media-img{position:relative;overflow:hidden}
.video-list .media-body .padding-big{padding:20px}
.video-list .media-body h2{margin:0 0 20px 0;overflow:hidden}
.video-list .media a.play{opacity:.6;position:absolute;top:50%;left:50%;margin-left:-24px;margin-top:-24px;width:48px;height:48px;line-height:48px;background:rgba(0,0,0,.6);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media .playtime{position:absolute;bottom:10px;right:10px;padding:0 8px;height:20px;line-height:18px;background:rgba(0,0,0,.5);z-index:2;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .media:hover a.collect,.video-list .media:hover a.play{opacity:1;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.video-list .excerpt-info ul li.v2-1{width:50%}
.video-list .excerpt-info ul li.v2-2{width:50%;}
	/* 视频教程列表 end*/

	/* =====视频内容页 */
.video-detail .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding-left:25px;border-bottom:1px solid #EFEFEF}
.video-detail .tab .tab-nav li {display:inline-block;width:13%;margin:0}
/* .video-detail .tab .tab-nav li:last-child {margin-right:0px} */
.video-detail .tab .tab-nav li a {color:#616770;padding:18px 0;border:0;border-bottom:2px solid transparent;margin-bottom:-1px;display:block;line-height:20px;font-weight:500;border-radius:0;font-size:16px;text-align:center;}
.video-detail .tab .tab-nav .active {border-radius:0px;}
.video-detail .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;background:#FFF;border-bottom:2px solid #f51106;font-weight:600}
.video-detail .tab .tab-nav li a,.video-detail .tab .tab-nav .active a:focus {outline:none;}
.video-detail .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px}
			/* ======播放器 */
.jw-video-expense{position:absolute;left:0;top:0;width:100%;height:100%;background:#616770;z-index:1;display:none}
.jw-video-expense .apply{position:absolute;left:50%;margin-left:-176px;top:50%;margin-top:-50px}
.jw-video-expense .button{cursor:pointer}
.video-period .price{font-size:32px;margin-top:5px}
.video-buy-now{cursor:pointer;width:130px;float:right}
.video-free-now{width:130px;padding:10px 0;float:right}
.video-title h1{font-size:24px;display:block;}
.video-period-title{padding:15px 10px 15px 20px}
.video-period-list{overflow:hidden;height:410px;overflow-y:auto}
.video-period-list li{height:69px;width:100%;border-bottom:1px #433D3D solid;position:relative;text-align:left}
.video-period-list li a{display:block;padding:8px 10px 8px 50px}
.video-period-list li a.cur{background:#2D2D2D;display:block;}
.video-period-list li:hover{background:#2D2D2D;}
.video-period-list li p{font-size:14px;color:#888888;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.video-period-list li:before{content:"";position:absolute;width:20px;height:13px;left:18px;top:15px;background:url(../images/video-ico.png) no-repeat;z-index:4}
.video-period-list li .video-info{padding-top:8px;position:relative;color:#616770}
.video-period-list li .video-info span{position:absolute;right:0;width:62px;text-align:right}
.video-period-list li:last-child{border-bottom:none}
.video-content-tit{padding:5px 30px 0;line-height:50px;border-bottom:1px solid #ECEFF5}
.video-content-tit h2{font-size:18px;color:#434C5A;border-bottom:1px solid #434C5A;display:block;width:72px;margin-bottom:-1px}
		/* 播放器 end*/
	/* 视频内容页end */
/* 视频教程 end*/

/* 横向左图右字列表 begin*/
.list-post-x .media{margin-bottom:20px}
.list-post-x .media.border{border:0;border-bottom:1px solid #ECEFF5;padding-bottom:20px}
.list-post-x .media img{transition:all .3s ease-out}
.list-post-x .media .thumb-md{position:relative;max-width:100px;overflow:hidden}
.list-post-x .media .thumb-md .playtime{position:absolute;bottom:5px;right:5px;padding:0 5px;height:20px;line-height:18px;background:rgba(0,0,0,.6);z-index:3;-webkit-transition:.5s;-o-transition:.5s;transition:.5s}
.list-post-x .media .thumb-md .playicon{position:absolute;bottom:5px;left:5px;width:20px;height:20px;line-height:18px}
.list-post-x .media:hover img{transition:all .3s ease-out;transform:scale(1.1)}
.list-post-x .media.media-x .float-left{margin-right:15px}
.list-post-x .media.media-x .float-right{margin-left:15px}
.list-post-x .media.media-x .media-body{text-align:left;padding:0}
.list-post-x .media a:hover{color:#434C5A}
.list-post-x .media-body p{color:#888888;line-height:22px}
.list-post-x .media:last-child{margin-bottom:0}
/* 横向上图下字列表 end *

/* 内容 begin */
.article{overflow:hidden}
.article .padding-large{padding:30px 50px}
.article .post h1{font-size:28px;font-weight:600;}
.article .post h2{font-size:24px;font-weight:600;margin:10px 0}
.article .post h3{font-size:20px;font-weight:600;margin:10px 0}
.article .post hr{margin:10px 0;height:1px}
.article .post strong{font-size:16px;margin:10px 0}
.article .post table{margin:20px 0}
.article .post table th{background:#daf0fd;color:#fff;border:1px solid #fff}
.article .post table tr.ue-table-interlace-color-single{background:#daf0fd}
.article .post p{font-size:16px;line-height:28px;margin-bottom:10px}
.article .post img{max-width:100%;height: auto !important;}
.article .post a{text-decoration:none;}
.article .post a:hover{color:#f51106;border-bottom:0 solid #f51106}
.article .post .text-right{text-align:right}
.article .post ul li{padding:0 0 5px 20px;position:relative;font-size:16px}
.article .post ul li p{line-height:24px}
.article .post ul li:before{content:'';position:absolute;top:8px;left:0;background:#888888;width:7px;height:7px;border-radius:50%}
.article .post ol{padding:10px 0 0 0}
.article .post ol.list-paddingleft-2{position:relative}
.article .post ol li{padding:0;position:relative}
.article .post ol li p{line-height:26px;font-size:16px;color:#888888}
/* 内容 end */

/* 产品列表*/
.productaa .media{-webkit-transition:.3s;transition:.3s;}
.productaa .media:hover {-webkit-transition:.3s;transition:.3s;box-shadow:0 5px 20px 5px rgba(0,0,0,.05);}
.productaa .media-body {padding:10px 0 0 0}
.productaa .media:hover .media-body h2 a {color:#f51106;}
.price-info ul li.v2-1{width:50%}
.price-info ul li.v2-2{width:50%;}
/*产品列表*/

/* 产品详细页begin */
.product-description .padding-large{padding:30px 0 0 30px}
.product-description .padding-large-top{padding:0}
.padding-large-top{background-color: #fff;}
.product-description p{line-height:24px}
.product-description .zoomimg{width:474px}/* PC端独有 */

/* 产品详情TAB begin */
.product-overview .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;width:100%;border-bottom:1px solid #EFEFEF}
.product-overview .tab .tab-nav li {display:inline-block;width:12%;}
.product-overview .tab .tab-nav li a {margin-bottom:-1px;color:#6E6E6E;padding:20px 0;display:block;line-height:24px;border:0;border-radius:0;font-size:18px;text-align:center;}
.product-overview .tab .tab-nav .active {border-radius:0px;}
.product-overview .tab .tab-nav .active a {cursor:default;color:#f51106;background:#FFF;border-bottom:3px solid #f51106;}
.product-overview .tab .tab-nav li a,.product-overview .tab .tab-nav .active a:focus {outline:none;}
.product-overview .tab .tab-body {padding:0;border-radius:0;border-top:solid 0px #ebebeb;}
/* 产品详情TAB END */

/* 放大镜 begin */
#zoomimg{cursor:pointer;display:block}
.pro-thumb .item img{border:1px solid #ececec}
.pro-thumb .item:hover img{border:1px solid #f51106}
.pro-thumb:hover .owl-nav .owl-prev,.pro-thumb:hover .owl-nav .owl-next {opacity:.6;}
/* 放大镜 end */

/* 商品参数 */
.attribute li {position:relative;color:#666;line-height:32px;}
/* .attribute li:before {content:'';position:absolute;left:0px;background:#ccc;width:6px;height:6px;top:11px;border-radius:50%;} */
.attribute li span {color:#999}
/* 商品参数 end */

/* 商品详情 */
.content img{max-width: 100% !important;height: auto !important;}
/* 商品详情 end */

/* 产品详细页end */

.job-list{transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list:hover{box-shadow:0 10px 25px rgba(0,0,0,0.3);transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;}
.job-list dt{font-weight:normal}

 /* 弹出层*/

.dialog {border-radius:0;border:0 solid #ebebeb;margin:0 auto;box-shadow:0 10px 25px rgba(0,0,0,0.3);}
.dialog .dialog-head {font-size:18px;border-bottom:0;background:#FFF;color:#383838;}
.dialog .dialog-head .close {float:right;line-height:24px}
.dialog .dialog-body{padding:10px 40px 40px 40px;}
.dialog-body h3 {font-size:24px;font-weight:600;color:#333;margin-bottom:10px}
.dialog-body .form-group {padding-bottom:20px}
.dialog-body .input{height:48px;line-height:24px;padding:0 12px;border:1px solid #ebebeb;width:100%;display:block;border-radius:0px;-webkit-appearance:none;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;background:transparent;}
.dialog-body .textarea {padding:10px 12px;line-height:24px;width:100%;background:transparent;border:1px solid #ebebeb;}
.dialog-body .label {padding-bottom:10px;display:block;line-height:24px;}
.dialog-body .label label {font-weight:400;}
.dialog-body select {padding:0 30px 0 8px;color:#ADADAD;border-radius:0px;width: 100%; height:48px;line-height:48px;border:solid 1px #ebebeb;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/select-down.png) no-repeat right 50%;}
.dialog-body .form-tips .dialog-body .input-help ul {border:solid 0px #ebebeb;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.dialog-body .input::-webkit-input-placeholder, .dialog-body .textarea::-webkit-input-placeholder {color: #6E6E6E;}
.dialog-body .input:-moz-placeholder, .dialog-body .textarea:-moz-placeholder {color: #6E6E6E;}
.dialog-body .input::-moz-placeholder, .dialog-body .textarea::-moz-placeholder {color: #6E6E6E;}
.dialog-body .input:-ms-input-placeholder, .dialog-body .textarea:-ms-input-placeholder {color: #6E6E6E;} 
.dialog-body .input-group .addon {background-color:#fff;border:0px solid #EBEBEB;border-radius:0px;line-height:1;padding:0;text-align:center}
.dialog-body .input-group .addon img{max-height:50px}
 /* 弹出层 end*/

/*  联系我们begin  */
.inside h2 {font-size:36px;font-weight:400;margin-bottom:20px}
.inside .contact{padding:0 0 50px 0;}
.inside .contact hr {height:1px;background:#F2F2F2}
.inside .contact .media {margin:0;padding:0 0 30px 0;}
.inside .contact .media span{width:42px;height:42px;line-height:64px;}
.inside .contact .media i {font-size:36px;}
.inside .contact .media .media-body {padding:0 0 0 10px;margin-top:0px;}
.inside .contact .media .media-body a,.inside .contact .media .media-body p{color:#333;}
.inside .wx{border:1px solid #eee;padding:20px 30px; text-align: center;}
.inside .wx img{display: block; margin:0 auto;}

.home-contact{background:#3d507a}
.home-contact .title{position:relative;width:590px;float:right;text-align:left;}
.home-contact .title h2{font-size:64px;line-height:64px;padding-top:25%;padding-right:50px;padding-bottom:30px;}
.home-contact .title h2 span{color:#f51106}
.home-contact .title a{font-size:24px;text-decoration: none;border-bottom: 2px solid #f51106;color: #FFF;}
.home-contact .title a:hover{border-bottom: 0 solid #82CC37;}
.home-contact .gb{position:relative;width:590px;float:right;text-align:left;}

/*视频*/
.video-w100 video{
	width: 100% !important;
}

 /*guestbook*/
.guestbook{padding:50px 80px 50px 0}
.guestbook h2{font-size:24px;font-weight:600}
.guestbook .padding{padding:50px;}
.guestbook .form-group {padding-bottom:20px}
.guestbook .input{font-size:16px;padding:0 15px;height:50px;line-height:50px;border:0;width:100%;display:block;-webkit-appearance:none;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s;box-shadow:0 0px 0px rgba(0,0,0,0.0) inset;}
.guestbook .textarea {padding:12px;line-height:24px;width:100%;font-size:16px;background:#fff;border:0;}
.guestbook .label {display:block;line-height:24px;}
.guestbook .label label {font-weight:400;}
.guestbook .field {font-size:16px}
.guestbook select {font-size:16px;padding:0 35px 0 15px;width: 100%; height:50px;line-height:50px;border:0;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:#fff url(../images/select-down.png) no-repeat right 50%;color:#666;}
.guestbook .form-tips .guestbook .input-help ul {border:0;background:#fff;padding:5px 10px;box-shadow:0 0 0 #fff;border-radius:0 0 4px 4px;width:150px;min-width:150px;width:auto;_width:150px;color:#EE3333;font-size:12px}
.guestbook .input::-webkit-input-placeholder, .guestbook .textarea::-webkit-input-placeholder {color: #111;font-size: 16px;}
.guestbook .input:-moz-placeholder, .guestbook .textarea:-moz-placeholder {color: #111;font-size: 16px;}
.guestbook .input::-moz-placeholder, .guestbook .textarea::-moz-placeholder {color: #111;font-size: 16px;}
.guestbook .input:-ms-input-placeholder, .guestbook .textarea:-ms-input-placeholder {color: #111;font-size: 16px;}
/* 联系我们end */

.channel-banner {height:500px;position:relative; background-repeat:no-repeat;background-position:center center;background-size:cover;margin:0;padding:0;margin-top:0px;}
.channel-banner .banner-info {position:absolute;top:50%;margin-top:-50px;left:0;right:0;z-index:3}
.channel-banner .banner-info h3{font-size:40px;font-weight:600;position:relative;margin-bottom:30px;text-shadow: 1px 0 5px #000;color: #FFF;}
.channel-banner .banner-info h3:before {left:50%;margin-left:-15px;bottom:-10px;width:30px;height:3px;background:#f51106;content:'';display:block;position:absolute;}
.channel-banner .banner-info p{font-size:36px;text-shadow: 1px 0 5px #000;color: #FFF;}

/* 底部地图版权 begin*/
footer{padding:70px 0 0 0;}
footer h3 {font-weight:700;color:#fff}
footer ul li.item-1 {width:15%}
footer ul li.item-2 {width:15%}
footer ul li.item-3 {width:15%}
footer ul li.item-4 {width:15%}
footer ul li.item-5 {width:30%}
footer ul li.item-6 {width:10%}
footer ul li ul li a{line-height:32px;color:#888}
footer ul li ul li a:hover,footer .contact .media .media-body a:hover {color:#fff;}
footer .contact {padding-top:3px}
footer .contact .media {margin:0 0 5px 0;padding:0 0 10px 0;}
footer .contact .media span{width:24px;height:24px;}
footer .contact .media i{line-height:24px;}
footer .contact .media .media-body a,footer .contact .media .media-body{padding:0;color:#888;line-height:24px;}
footer .qr{margin-left:20px;background:#484848;}
footer .qr img{width:100%}
footer .copyright{padding:20px 0 60px 0;color:#888;border-top:1px solid #404040;}
footer .copyright a{margin-left:5px;color:#888}

footer .tab-head {border-radius:0;font-size:0;-webkit-text-size-adjust:none;padding:0;border-bottom:1px solid #404040}
footer .tab .tab-nav li{display:inline-block;width:auto;margin:0 20px 0 0}
footer .tab .tab-nav li a {color:#888;padding:10px 0;border:0;border-bottom:1px solid transparent;margin-bottom:-1px;display:block;line-height:20px;border-radius:0;font-size:16px;}
footer .tab .tab-nav .active {border-radius:0px;}
footer .tab .tab-nav .active a {margin-bottom:-1px;cursor:default;border-bottom:1px solid #FFB133;}
footer .tab .tab-nav li a,footer .tab .tab-nav .active a:focus {outline:none;}
footer .tab .tab-body {border-radius:0;border-top:solid 0px #ebebeb;padding:25px 0}
footer .tab .tab-body .flink a{display:inline-block;margin-right:15px;line-height:24px}
footer .tab .tab-body .flink a img{width: 110px;height: 58px;}

/* 底部地图版权 end*/
@media only screen and (max-width: 1700px){
	.top-wb{width: 98%; left: 1%; }
	.jiantu-l{width: 50%;}
	.jiantu-lc{width: 30%;}
	.jiantu-lb{margin-left: 50%; margin-right: 30%;}
	.jiantu-lb img{width: 100%;}
}
、@media only screen and (max-width: 1600px){
	.header-nav .nav-list>li>a{padding: 0 6px;}
	.top-phone img{width: 100%;}
}
@media only screen and (max-width: 1590px){
	.header-nav .nav-list>li>a{padding: 0 6px;}
	#l-nav .tNav .navName{ padding: 3.2rem 0.3vw;}
}
@media only screen and (max-width: 1500px){
	.top-phone{width: 23%; margin-top: 20px; padding-right: 15px; box-sizing: border-box;}
	.top-phone img{width: 100%;}
	.top-menu{width: 56%;}
	.header-nav{padding:0px 5px;}
	.top-w{width: 96%;left:2%;}
	.top-logo{width: 16%;}
	.top-logo img{width: 100%;}

}
@media screen and (max-width:1440px){
.container-layout{max-width:98%;}
.footer{width: 100%; padding:10px;}
.f_code p{width: 35%;}
.f_nav{width: 22%;}
.f_text{width: 28%;}
.header-nav .nav-list>li>a{padding: 0 3px;}
#l-nav{margin-left:0px; width: 55%;}
.topdh{width: 20%;}
#l-nav .tNav .navName{ padding: 3.2rem 0.3vw;}
#header .logo{width: 25%;}
.topbj{height:auto;}
#header img{width: 100%;}
#w-90{width: 96%;}
#w-80{width: 96%;}
#w-1300{width: 96%;}
.top-logo img{width: 100%;}
#pc-header .logo{padding:20px 0px 20px 10px; }
.part1-l p{font-size: 20px;}
.part1-r-con{width: 98%;}
.h-search{height: 50px;}


}
@media only screen and (max-width: 1300px){
    .w-1260,.w-1260-1{width: 100%;}
    #w-1260,#w-1260-1,#w-1300,#w-1300-1,#w-90,#w-80,#w-81,#w-91{width: 100%; padding:0px 15px; box-sizing: border-box;}
	 #l-nav .navLi{padding: 0.1vw;}
   
    .top-logo img ,.top-phone img{width: 100%;}

    .tit01 h2{font-size: 30px;}
    .tit01 h2 .zia{font-size: 30px;}
    .tit01 p{font-size: 15px;}
     .part1-l p{font-size: 20px;}
  .part1-r-con .zx-phone span{font-size: 20px;}    
}
@media screen and (max-width:1200px){
	#w-90{width: 98%;}
	#w-80{width: 98%;}
	#w-1300{width: 98%;}
	.product-description .zoomimg{width: 100%;}
	.zoom1{width: 100%;}
	#pc-header .nav li a{padding:0px 10px;}
	.abotu-w{padding:15px 0px; margin-top: -30px;}
	.about-tu{width: 48%;}
  .about-cont{width: 50%; margin-left: 0px; float: right;}
  .about-tu{height: auto;}
  .about-cont .ab-tit h3 strong{font-size: 26px; margin-top: 15px}
  .about-cont .ab-tit p{font-size: 20px;}
  .about-pro li{margin-right: 1%; float: none;}

  .foot-w{padding:60px 15px 20px 15px;}
  .foot-r .foot-logo img{width: 100%;}
}
@media only screen and (max-width: 1180px){
    .header-nav .nav-list{margin-top: 20px;}
    .header-nav .nav-list>li{width: 24%;}
    .header-nav .nav-list>li>a{text-align: center;}
    .top-logo{margin-top: 30px;}
    .m1-tit h3,.m1-tit .zia{font-size: 23px;}


}
@media screen and (max-width:960px){
	#w-1260, #w-1260-1, #w-1300, #w-1300-1, #w-90, #w-80, #w-81, #w-91{padding:0px 5px; box-sizing: border-box;}
	.owl-item{width: 30%;}
	.MagicZoom{width: 100%;}
	#pc-header .nav li a{padding:0px 2px;}
	.top-logo{width: 22%;}
	.top-menu{width: 73%;}
	.top-w{position: relative;top:0px z-index: 100;}
	.gl-proc li{width: 32.6%;}
	  .about-pro li .left-nr .about-ptit p{font-size: 20px;}
  .about-pro li .left-nr{width: 43%; margin-left: 5%}
  .about-pro li .right-nr{width: 38%; float: right; margin-left: 0px;}
  .ab-protu .pro-tu img{width: 30px;}
  .youshi-list li .biaotia .bta p font,.youshi-list li .biaotia .bta p{font-size: 18px;}
  .youshi-list li .biaotia .bta span{font-size: 10px;}
  .youshi-list li .conta p{margin-top: 8px; font-size: 15px; line-height: 150%;}
  .youshi-list li .biaotia .numa{width: 40px;height: 40px;font-size: 30px; line-height: 40px;}
  .youshi-list li .biaotia .bta{margin-left: 60px;}


	.tit01 h2,.tit01 h2 .zia{font-size: 26px;}
	.tit01 p{padding:0px 15px;}

	.ny-pro-f{bottom:50px;left: 0px; top:auto; width: 100%;}
	.ny-pro-f-tit{float: left; width: 200px;box-sizing: border-box;}
	.ny-proc-w{margin-left:200px;overflow: hidden; padding:11px;}
	.ny-proc-w dt a{display: inline-block; float: left;}

}
@media screen and (max-width:760px){
	#w-80{padding:0px 15px;}
	#header .logo h1{font-size:25px; font-weight:bold; padding-top:5px; float:left;}
#header .logo i{ font-size:13px;float:left;}
#l-nav{width:45%; margin-left:8%;}
#l-nav .tNav .navName{font-size:13px;padding:2.0rem .1vw}
#header .topdh{display:block;padding-bottom:27px;}
#header .topdh p{font-size:24px; line-height:40px;}
.y-ny-ctit{font-size:20px;}
.inside .wx{width: 50%;margin:0 auto;}
.blank-big{height:10px;}
	
.prev1, .next1{margin-left:35px;}
	.ny-pro-f{display: none;}
	.ny-tita h2{font-size: 22px;}
	.ny-tita p{font-size: 12px;}
	.ny-tita span{display: none;}
	.ny-tita .zia{font-size: 22px;}
	.ny-w-r{width: 100%; float: none;}
	.ny-t-l{margin-right: 0px;width: 100%; margin-top: 10px}
	.ny-class li{width: 33%;}
	.ny-class li a{height: auto; line-height: 130%; padding:8px 5px; box-sizing: border-box;}
	.culture-tit h3{font-size: 23px;}
	.culture-tit{width: 100%;}
	.ny-culture-t .slogan{float: none; width: 100%; text-align: left;}
	.ny-cul-nr .zib h3{font-size: 20px;}


	.ny-weizhi{text-align: left; margin-bottom: 15px;}
	.channel-banner{height: 100px; margin-top: 88px;}
	.channel-banner .banner-info{top:65%;}
	.channel-banner .banner-info h3{font-size: 26px;margin-bottom:15px;}
	.channel-banner .banner-info p{font-size: 18px;}
	.ny-cul-nr .zib p{font-size: 13px;}

	.container{width: 100%;}
	.ny-cp-tit{padding:20px; height:65px; text-align: center;}
	.pt-20{padding-top:5px;}
	.ny-cp-tit h1{font-size: 26px;}
	.ny-cp-tit p{font-size: 14px;}
	.ny-cp-tit span{font-size: 14px; margin-top: 20px; display:none;}
	.product-overview .tab .tab-nav li{width: 100%;}
	.text-middle, .text-big{font-size: 14px;}
	.padding-large{padding:10px;}
	.blank-large{height: 30px;}
	.list-news{padding-bottom: 20px;}
	.list-news .time .text-large{font-size: 30px;}
	.list-news .time{margin-top: 0px; padding:0px 5px;}
	.list-news .news{margin:0px; margin-left:15px; padding-top:15px;}
	.list-news .news h3 a{font-size: 15px; font-weight: bold;}
	.list-news .button{margin-top: 0px;width: 100%;}
	.img-responsive{width: 95%;margin-left: 0%;}

	.x9,.x3{width: 100%;}
	.sidebar-l{margin-right: 0px;}
	.article .padding-large{padding:20px;}
	.article .post h1{font-size: 23px;}
	.inside h2{font-size: 26px;}
	.inside .contact{padding-bottom: 0px;}

	.ny-cp-fl li{width: 48.7%;}
	.ny-product li{width: 50%;}
	.x4{width: 50%;}
	.news-pd{padding:3px;}


}

@media screen and (max-width: 1680px) {
    .ys_bt{padding:0 0 20px;}
    .ys_wc p{padding:0 0 15px;}
    .ys_bt span{margin:0;line-height:50px;}
    .ys_bt h3{font-size:30px;line-height:40px;}
.ys_t li{padding: 0 0 0 40px;}
.ys_t li:before{left:60px;}
.prev1,.next1{bottom:340px;}
}
@media screen and (max-width: 1480px) {
.ys_t li{padding: 0 0 0 40px;}
.ys_t li:before{left:40px;}
.prev1,.next1{bottom:320px;}
}
@media only screen and (max-width:1170px){
	.topdh{display:none;}
	#header .logo{width: 35%;}
	#l-nav{width: 62%;}
}

/*====================手机====================*/
@media only screen and (max-width: 768px){
	.ny-dh{display:none;}
	
    .topbj{height:auto; padding-top:0 10px; padding-bottom:10px;box-sizing: border-box; overflow: hidden;}
	#header .logo{width:100%; padding-left:1%; height:auto;}
	#header .logo img{width:88%;}
	#l-nav{display: none;}
	#header .topdh{display: none;}
	#banner{display: none;}
	.w1300{width:auto;}
	.sy_lm h3{ width:auto; font-size:28px; line-height:50px; padding:0px;}
	.sy_lm ul{padding:0px; margin-top:0px;width:100%;}
	.sy_lm li{ margin:1%; width:48%;}
	.sy_lm li a{width:130px;}
	.sy_lm h3 p{font-size:14px; line-height:26px;}
	.probox{padding:25px 0 20px; width:95%;}
	.anliroll {height:auto;width:100%; overflow:hidden;}
    .anliroll li {float: left;width:47%;}
	.anliroll li a ol{padding-top:8px; padding-bottom:8px; font-size:16px;}
	.anliroll li a ol i dd{display: none;}
	.anlirol1 li a ol i{display: none;}
	
	
	.anlirol2 {height:auto;width:100%; overflow:hidden;}
    .anlirol2 li {float: left;width:47%;}
	.anlirol2 li a ol{padding-top:8px; padding-bottom:8px; font-size:16px;}
	.anlirol2 li a ol i dd{display: none;}
	.anlirol2 li a ol i{display: none;}
	/* .sx_al{display: none;} */
	.anliroll li a ol i{display:none;}
	.sx_al{width:auto;}
	.grid figure {width:48%;height:150px;margin:1%; overflow:hidden;}
	.grid figure img{width:100%;}
	.grid figure figcaption{font-size:1.0em; overflow:hidden;}
	.newbox .sy_lm{height:auto; width:95%;}
	.sy_lm li a{height:35px; line-height:35px;}
	.about_w{width:auto; height:auto; overflow:hidden;}
	.about_zw{ margin-top:0px; padding:10px;}
	.about_by{margin-top:10px; background-color:#f5f5f5; width:auto; padding:10px; padding-top:30px; height:400px; display:none;}
	.about_by ul li{width:33%; height:160px; overflow:hidden;}
	.about_by ul li img{width:50%;}
	.about_by ul li em{padding:5px;    font-size: 20px;}
	.about_by ul li:nth-child(2){ padding:0;}
	.dzbj{background:url(img/dzbj.jpg) bottom no-repeat  #535353;padding: 30px 0 16px;}
	.dzlc{margin-top:0px;width:auto;}
	.dzlc dl{float: left;width:48%;}
	.dzlc dd{padding:0px;}
	.dzlc dl.cur dt img{display: none;}
	
	.g_w{width:auto; height:auto; margin-top:30px;} 
	.til01{font-size:24px; line-height:35px; padding:0px;}
	.til01 p{ font-size:14px; line-height:22px;}
	.ys{padding:10px;}
	.prev1 img, .next1 img{width:60%; margin-left:20px;}
	.ys_p{width:auto;}
	.ys_p img{width: 100%;display: block;}
	.ys_w{width:auto; margin-top:0px;}
	.ys_wa{width: auto;}
	.ys_bt{padding: 0 0 20px;}
	.ys_bt h3{font-size:20px;}
	.ys_wa p{font-size:16px;}
	.ys_t{display: none;}
	.ys_an{margin-top:0px;}
	.ys_c{margin-top:0px;}
	.n_news{width:auto;}
	.n_news li{width: auto;}
	.footer {width:auto; padding:10px; padding-bottom:10px;  height:auto; overflow:hidden;}
	.f_con {height:auto;padding:24px 0 0;overflow: hidden;}
	.f_con h3 {font-size: 16px;line-height: 44px;height:44px;position: relative;}
	.f_text {width:100%;border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
	.f_search {height:auto; overflow:hidden;}
	.f_search span {height: 60px;line-height: 42px;font-size: 15px;opacity: 0.6;display: block;}
	.f_seainp .serach1 {width:auto;}
	.f_seainp .sub1 {width: 89px;background: #d60205;color: #fff;text-align: center;line-height: 42px;height: 42px;border: 0;}
	.f_text li {float: left;height: 106px;line-height: 24px;width: 202px;}
	.f_nav {width:aout;line-height:30px; padding-top:10px; width: 50%;}
	.f_lx {width:95%; height:auto;border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding:10px; overflow:hidden;}
	.f_dh {width:auto; padding:10px; width: 50%;}
	.f_nav a {display: block; float: left; padding-right:1%: 48%;opacity: 0.8;}
	.f_bq {height:60px;position: relative;line-height:16px; overflow:hidden;}
	.f_bq h2 {width:auto;text-align:center;position: absolute; color:#888;font-weight:normal;font-size:14px;}
	
	.nyzw-lm1{width:auto; height:auto; padding-left:10px; margin-top:70px;overflow:hidden;}
	.nyzw-lm1 h2{font-size:34px; line-height:40px;}
	.nyzw-lm1 p{font-size:20px; line-height:30px;}
    #nybanner{height:150px;background-size:180% auto;}
	#nybanner1{height:150px;background-size:180% auto;}
	#nybanner2{height:150px;background-size:180% auto;}
	#nybanner3{height:150px;background-size:180% auto;}
	#nybanner4{height:150px;background-size:180% auto;}
	#nybanner5{height:150px;background-size:180% auto;}
	#nybanner6{height:150px;background-size:180% auto;}
	#nybanner7{height:150px;background-size:180% auto;}
	
	.new-cont-h1{ font-size:18px; line-height:26px;}
	.nywh{display: none;}
	.nyry{display: none;}
	
	.nyzw{width:auto;padding:10px;}
	.sf{display: none;}
	.showleft{display: none;}
	.fen{width:auto;}
	.fen ul li {width:48%;height:35px;}
	.fen ul li a{line-height:35px; height:35px; font-size:18px;}
	
	.ny-news01{width:auto}
	.ny-news01 li .tu1{width:100%; margin-bottom:10px;}
	.ny-news01 li .r01{width:100%; margin-left:0px;}
	.ny-news01 li .l01{display: none;}
	.ny-news01 li .r01 a h2{font-size:14px; font-weight:bold;}
	
	.new-xq-l{display: none;}
	.new-xq-r{display: none;}
	.new-xq-r p{
	  width:100%;
	}
   .lx-nyzw{width:auto;padding-top:10px;}

	

	/*系统原样式修改*/
	.min_box_content{display: noe;}
	.showpics{margin:3% !important;}
    ul.love1 li{width:33%;}
}


/*====================平板====================*/
@media screen and (min-width: 768px) and (max-width: 960px){
	.s-menu{display: block;}
	 .topbj{ height:auto; padding-top:0 10px; padding-bottom:10px;}
	 #header{ height:150px;}
	#header .logo{width:100%; padding-left:1%;}
	#header .logo img{width:67%;}
	#l-nav{display: none;}
	#header .topdh{display: none;}
	#banner{display: none;}
	#header{height: auto;}
	.nav_show{top:150px;}
	.w1300{width:auto;}
	/* .sx_al{display: none;} */
	.sy_lm h3{ width:auto; font-size:36px; line-height:50px; padding:0px;}
	.sy_lm ul{padding:0px; margin-top:0px; width:100%;}
	.sy_lm li{ margin:1%; width:30%;}
	.sy_lm li a{width:180px;}
	.sy_lm h3 p{font-size:14px; line-height:26px;}
	.probox{padding:25px 0 20px; width:95%}
	.anliroll {height:auto;width:100%; overflow:hidden;}
    .anliroll li {float: left;width:47%;}
	.anliroll li a ol{padding-top:8px; padding-bottom:8px; font-size:16px;}
	.anliroll li a ol i dd{display: none;}
	
	.anlirol2 {height:auto;width:100%; overflow:hidden;}
    .anlirol2 li {float: left;width:47%;}
	.anlirol2 li a ol{padding-top:8px; padding-bottom:8px; font-size:16px;}
	.anlirol2 li a ol i dd{display: none;}
	
	.anliroll li .s_tel{display: none;}
	.anlirol2 li .s_tel{display: none;}
	.sx_al{width:auto;}
	.grid figure {width:48%;height:250px;margin:1%; overflow:hidden;}
	.grid figure figcaption{font-size:1.0em;}
	.newbox .sy_lm{height:auto; width:95%;}
	.sy_lm li a{height:35px; line-height:35px;}
	.about_w{width:auto; height:auto; overflow:hidden;}
	.about_zw{ margin-top:0px; padding:10px;}
	.about_by{margin-top:10px; background-color:#f5f5f5; width:auto; padding:10px; padding-top:30px; height:100px;}
	.about_by ul li{width:33%; height:160px; overflow:hidden;}
	.about_by ul li img{width:20%;}
	.about_by ul li em{padding:5px;}
	.about_by ul li:nth-child(2){ padding:0;}
	.g_w{width:auto; height:auto; margin-top:30px;} 
	.til01{font-size:30px; line-height:35px;}
	.ys{padding:10px;}
	.ys_p{width:auto;}
	.ys_p img{width: 100%; margin-top:0px;display: block;}
	.ys_w{width:auto; margin-top:10px;}
	.ys_wa{width: auto;}
	.ys_bt{padding: 0 0 20px;}
	.ys_t{width:auto; height:auto; padding:20px 0 0;margin-top:20px; overflow:hidden;}
	.ys_t li{width:15.5%; padding:10px;}
	.n_news{width:auto;}
	.n_news li{width: 48%;}
	.dzbj{background:url(img/dzbj.jpg) bottom no-repeat  #535353;padding: 30px 0 16px;}
	.dzlc{margin-top:0px;width:auto;}
	.dzlc dl{float: left;width:33%;}
	.dzlc dd{padding:0px;}
	.dzlc dl.cur dt img{display: none;}
	.footer {width:auto; padding:10px;height:auto; overflow:hidden;}
	.f_con {height:auto;padding:24px 0 0;overflow: hidden;}
	.f_con h3 {font-size: 16px;line-height: 44px;height:44px;position: relative;}
	.f_text {width:auto;border-bottom: 1px solid rgba(255, 255, 255, 0.3); float:none;}
	.f_search {height:auto; overflow:hidden;}
	.f_search span {height: 60px;line-height: 42px;font-size: 15px;opacity: 0.6;display: block;}
	.f_seainp .serach1 {width:auto;}
	.f_seainp .sub1 {width: 89px;background: #d60205;color: #fff;text-align: center;line-height: 42px;height: 42px;border: 0;}
	.f_text li {float: left;height: 106px;line-height: 24px;width: 202px;}
	.f_nav {width:aout;line-height:30px; padding-top:10px;}
	.f_lx {width:auto; height:auto;border-bottom: 1px solid rgba(255, 255, 255, 0.3); padding:10px; overflow:hidden;}
	.f_dh {width:auto; padding:10px;}
	.f_nav a {display: block;width: 120px;opacity: 0.8;}
	.f_bq {height:60px;position: relative;line-height:16px; overflow:hidden;}
	.f_bq h2 {width:auto;text-align:center;position: absolute; color:#888;font-weight:normal;font-size:14px;}
	
	#nylm{padding-top:50px; padding-bottom:10px;}
    #nylm h3{font-size:24px;}
    #nylm h3 span{ font-size:24px;}
    #nylm p{display: none;}
	.nyzw-lm1{width:auto; height:auto; padding-left:10px; margin-top:70px;overflow:hidden;}
	.nyzw-lm1 h2{font-size:34px; line-height:40px;}
	.nyzw-lm1 p{font-size:20px; line-height:30px;}
    #nybanner{height:170px;background-size:100% auto; }
	#nybanner1{height:170px;background-size:100% auto;}
	#nybanner2{height:170px;background-size:100% auto;}
	#nybanner3{height:170px;background-size:100% auto;}
	#nybanner4{height:170px;background-size:100% auto;}
	#nybanner5{height:170px;background-size:100% auto;}
	#nybanner6{height:170px;background-size:100% auto;}
	#nybanner7{height:170px;background-size:100% auto;}
	
	#nycpzs{width:100%; padding:10px;}
	.nyzw{width:auto;margin-top:10px;}
	.new-xq-l{display: none;}
	.new-xq-r{width:26%; padding:5px;}
	.new-xq-r p{
	  width:100%;
	}
	.lx-nyzw{width:auto;padding-top:10px;}
}




/*====================PC====================*/
@media only screen and (min-width: 1200px){
	.sj-banner{display: none;}
	
	.ph-bq{display: none;}
	.ph-foot{display: none;}
	#ph-menu-tu{display: none;}
	.sjpic{display: none;}
	.sp_header{display: none;}
	.anliroll li .s_tel{display: none;}
	.anlirol2 li .s_tel{display: none;}
}
