﻿@charset "utf-8"; 
/*=========================================全局共用属性CSS nie ===============================================*/
html,body{-webkit-overflow-scrolling:touch; overflow-scrolling:touch; }
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,  
pre, form, fieldset,figure,figcaption, table, th, td img{margin:0; padding:0; } 
a, abbr, acronym, address, big, blockquote, body, caption, cite, code, dd, dl, dt, fieldset, form, h1,time, h2, h3, h4, h5, h6, html, img, ins, kbd, label, legend, li, ol, p, pre, q, s, samp, small, span, strike, strong, ul {margin:0; padding:0; border:0; outline:0; vertical-align:baseline; }
body{font-family:微软雅黑; font-size:16px; text-align:left; margin:0 auto; line-height:30px; background:#fff; color:#333; font-weight:normal; overflow-x:hidden;    -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block; }
.transition{transition:all 0.5s; -webkit-transition:all 0.5s; -moz-transition:all 0.5s; }
*{-webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; -webkit-touch-callout:none; outline:none;}
a:link,a:active,a:visited,a:hover {background:none; -webkit-tap-highlight-color:rgba(0,0,0,0); -webkit-tap-highlight-color:transparent; }
button{border-radius:0px; -webkit-border-radius:0px; outline:none; }
input{border-radius:0; outline:none; }
input:-ms-clear{display:none; }/*消除 IE10 里面的那个叉号*/
input,textarea{border:0; }
textarea {resize :none; outline:none; }/*去掉提交框右下角箭头*/
img{border:0; vertical-align:middle; }/*让链接里的 img 无边框；清除图片间距*/
ul,li{list-style:none; } 
.protwobox font {color: #999;text-align: center;display: block;}
/* .protwobox td,.newboxflbox td{padding:5px 0px;} */
/*全局的字体链接*/
a:link,a:visited{color:#333; text-decoration:none; }
a:hover,a:active{color:#ee002e; text-decoration:none; }
.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden; font-size:0px; }
.container{clear:both; width:1200px; margin:0 auto; padding:0px 0px; }
img{MAX-WIDTH:100%!important; HEIGHT:auto!important; _width:expression(this.width > 100% ? "100%" :this.width)!important; }
@media (min-width:1440px){
    .container{width:1200px; }
    /* .protwobox td,.newboxflbox td{padding:8px 0px;} */
}
@media (min-width:1860px){
    .container{width:1600px;}
    /* .protwobox td,.newboxflbox td{padding:10px 0px;} */
}
/*=======================头部===================*/
.header_home1{background:rgba(36,31,31, 1);  padding:20px 0;-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);position:relative;z-index: 9999;}
.header_home1 ul li a{color:#fff;font-size: 16px;display: block;overflow: hidden;}
.header_home1 ul li a i{width: 100%; height: 1px;margin-top:8px; display: block;-webkit-transform: translateX(-110%);-moz-transform: translateX(-110%);
-o-transform: translateX(-110%);transform: translateX(-110%);background:#e00;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.header_home1 ul li a:hover i{-webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
.header_home1 .top-nav-tel{float:right; width:10%; color: #f00;position: relative; right:0; text-indent:36px; animation-timing-function: ease;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.header_home1 .top-nav-tel .tel{float: right; font-family:"Impact"; font-size:36px; line-height: 60px; text-decoration:none}

/*=======================浮动首页===================*/
.header{width:100%;}
.header_home{background:rgba(36,31,31, 1); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f000000,endColorstr=#7f000000); padding: 25px 0;-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);position: relative;z-index: 9999;}
.proshowtop{background:#424355 url(../images/nav_bg.jpg) repeat-x;}
.header .logo{float:left;text-align:left;display: block;}
.header .logo img{vertical-align:top;}
	
.header ul{float:right;width: 66%;min-width: 530px; position:relative; right:0;}
.header ul li{float:left;position:relative;margin-left: 7%; display:block; padding: 12px 0 0 0;}
.header_home ul li a{color:#fff;font-size: 16px;display: block;overflow: hidden;}
.header_home ul li a i{width: 100%; height: 1px;margin-top:3px; display: block;-webkit-transform: translateX(-110%);-moz-transform: translateX(-110%);-o-transform: translateX(-110%);transform: translateX(-110%);background:#e00;-moz-transition: all .3s ease-out;-o-transition: all .3s ease-out;transition: all .3s ease-out;}
.header_home ul li a:hover i{-webkit-transform: translateX(0); -moz-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0);}
.header_home .top-nav-tel{float:right; width:15%; color: #f00;position: relative; right:0; text-indent:36px; animation-timing-function: ease;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;}
.header_home .top-nav-tel .tel{float: right; font-family:"Impact"; font-size:36px; line-height: 50px; text-decoration:none;padding: 5px 0;}
.header_home1 .top-nav-tel,.header_home .top-nav-tel{display: none;}
.header_home1,.header_home{padding:0;}
.header .logo{width: 21%;}
.header ul li{margin-left: 5%;}

.header_scroll { background:rgba(36,31,31,0.8)!important;position: fixed !important;top: 0 !important;box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-webkit-box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-moz-box-shadow: 0 0 20px 0 rgba(36,31,31,0.8); z-index: 50;-webkit-transition: all 500ms cubic-bezier(36,31,31,0.8);-moz-transition: all 500ms cubic-bezier(36,31,31,0.8);-o-transition: all 500ms cubic-bezier(36,31,31,0.8);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1); z-index:999999999;}
.header_scroll .logo{width:20%;-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);background: none;line-height: 1;height: auto;}
/**/


@media(min-width:1440px){
	.header .logo{width: 20%;padding: 0;-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);}
	.header_home1,.header_home{padding:0;}
    .header_home1 ul li a,.header_home ul li a{font-size:17px; padding:0; }
	.header_home ul li a i{margin-top:8px;}
	.header ul li{margin-left: 3%;}
	.header ul{padding:6px 0 0 0;right:10%;width: 60%; position:absolute; }
	.header_home1 .top-nav-tel,.header_home .top-nav-tel{display: block;}
	.header_home1 .top-nav-tel .tel,.header_home .top-nav-tel .tel{font-size: 30px;}

	.header_scroll { background:rgba(36,31,31,0.8)!important;position: fixed !important;top: 0 !important;box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-webkit-box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-moz-box-shadow: 0 0 20px 0 rgba(36,31,31,0.8); z-index: 50;-webkit-transition: all 500ms cubic-bezier(36,31,31,0.8);-moz-transition: all 500ms cubic-bezier(36,31,31,0.8);-o-transition: all 500ms cubic-bezier(36,31,31,0.8);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1); z-index:999999999}
	.header_scroll .logo{width:20%;-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);background: none;line-height: 1;height: auto;}

}
@media(min-width:1860px){
	.header .logo{width: 15%;}
    .header_home1 ul li a,.header_home ul li a{font-size:18px; }
	.header ul li{margin-left: 6%;}
	.header ul{float:right; width:60%; position: absolute; right: 17%;}
	.header_home .top-nav-tel .tel{font-size: 36px;padding: 5px 0;}
	.header_home1 .top-nav-tel .tel{font-size: 36px;}
	.header_home1,.header_home{padding:20px 0;}
	.header_scroll {padding: 2px 0; background:rgba(36,31,31,0.8)!important;position: fixed !important;top: 0 !important;box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-webkit-box-shadow: 0 0 20px 0 rgba(12,30,72,0.8);-moz-box-shadow: 0 0 20px 0 rgba(36,31,31,0.8); z-index: 50;-webkit-transition: all 500ms cubic-bezier(36,31,31,0.8);-moz-transition: all 500ms cubic-bezier(36,31,31,0.8);-o-transition: all 500ms cubic-bezier(36,31,31,0.8);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1); z-index:999999999}
	.header_scroll .logo{-webkit-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-moz-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);-o-transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);transition: all 500ms cubic-bezier(0.455, 0.03, 0, 1);background: none;line-height: 1;height: auto;}
	.header_scroll .top-nav-tel {padding:0px;}
}
/*banner*/
.banner{margin: 0 auto;width: 100%; overflow:hidden; top: 0; z-index:-1; background-color:#FFF;}
.fullSlide{position:relative; height:400px;}
.fullSlide .bd{margin:0 auto; position:relative; z-index:0; overflow:hidden;}
.fullSlide .bd ul{width:100% !important;padding-bottom:100%;}
.fullSlide .bd li{width:100% !important; height:400px; overflow:hidden; text-align:center;}
.fullSlide .bd li a{display:block; height:400px;}
.fullSlide .hd{width:100%; position:absolute; z-index:1; bottom:0; left:0; height:50px; line-height:50px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer; display:inline-block; *display:inline;
zoom:1; width:50px; height:2px; margin:5px; overflow:hidden; background:#fff; filter:alpha(opacity=50); opacity:0.5;}
.fullSlide .hd ul .on{opacity:1;}
.fullSlide .prev,.fullSlide .next{display:block; position:absolute; z-index:1; top:50%; margin-top:-30px; left:7%; z-index:1; width:40px; height:60px; background:#000 url(../images/slider-arrow.png) no-repeat -126px -137px; cursor:pointer; filter:alpha(opacity=50); opacity:0.5; display:none;}
.fullSlide .next{left:auto; right:7%; background-position:-6px -137px;}
@media(min-width:1440px){
.fullSlide{height:600px;}
.fullSlide .bd li{height:600px;}
.fullSlide .bd li a{height:600px;}
}

@media(min-width:1860px){
.fullSlide{ height:700px;}
.fullSlide .bd li{height:700px;}
.fullSlide .bd li a{height:700px;}
}

/*==============模块一 start==============*/
.hometit{ position:relative; z-index:2; }
.hometit h1{font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; text-align:center; line-height:1; font-size:32px; margin-bottom:15px; color:#0e0e0e; }
.hometit h1:before{content:''; background:url(../images/homeoneicon01.png) no-repeat center center; background-size:18px; width:18px; height:18px; display:inline-block; margin-right:10px; vertical-align:top; margin-top:7px; }
.hometit h2{font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; text-align:center; line-height:1; font-size:32px; margin-bottom:15px; color:#0e0e0e; }
.hometit h2:before{content:''; background:url(../images/homeoneicon01.png) no-repeat center center; background-size:18px; width:18px; height:18px; display:inline-block; margin-right:10px; vertical-align:top; margin-top:7px; }
.hometit p{clear:both; text-align:center; font-size:16px; line-height:1; color:#0e0e0e; }
.homeone{clear:both; background:url(../images/homeonebg.jpg) no-repeat left top; background-size:55.625%; padding:44px 0px 0px 0px; }
.homeone .hometit{margin-bottom:37px; }
.homeone .homeonefl{float:left; width:70%; }
.homeone .homeonefl ul li{float:left; margin:0 1.5% 60px; width:30.33%; }
.homeone .homeonefl ul li a{clear:both; display:block; }
.homeone .homeonefl ul li .homeonetit{color:#0e0e0e; font-size:16px; text-align:center; padding:15px 10px 10px 10px; line-height:24px; position:relative; overflow:hidden; }
.homeone .homeonefl ul li .homeonepic{position:relative; overflow:hidden; }

.homeone .homeonefl ul li .homeonepic:after{content:''; position:absolute; left:0px; right:0px; height:100%; background:rgba(0, 0, 0, 0.3); bottom:-100%; z-index:1; }
.homeone .homeonefl ul li:hover .homeonepic:after{bottom:0%; transition:all 0.5s; -webkit-transition:all 0.5s; }
.homeone .homeonefl ul li .homeonepic .buttons a{display: inline;padding: 8px;  background:rgba(255, 255, 255, 0.9);color: #000;cursor: pointer;} 
.homeone .homeonefl ul li .homeonepic .buttons a:hover{color: #fff;background-color: #f00; }
.homeone .homeonefl ul li .homeonepic .buttons{ position:absolute; top:150%;left:25%; z-index:2; transition:all 0.5s; -webkit-transition:all 0.5s;text-align: center; }

.homeone .homeonefl ul li:hover .homeonepic .buttons{top:50%; transition:all 0.5s; -webkit-transition:all 0.5s; }

.homeone .homeonefl ul li:hover{ transition:all 0.3s; box-shadow:0px 5px 12px rgba(0, 0, 0, 0.1); }
.homeone .homeonefr{float:right; width:28%; background:url(../images/homeoneicon07.jpg) repeat; }
.homeone .homeonefr li{padding: 0px 10px;position:relative;border-right:1px solid #eaeaea;border-left:1px solid #eaeaea;}
.homeone .homeonefr li:first-child{border-top:1px solid #eaeaea; }
.homeone .homeonefr li:last-child{border-bottom:1px solid #eaeaea; }
.homeone .homeonefr li:after{content:''; border-right:1px solid #eaeaea; position:absolute; left:-1px; width:9px; top:-1px; bottom:-1px; background:#fff; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.homeone .homeonefr li.current:after{border:0px; background:url(../images/homeoneicon06.png) no-repeat right center; background-size:9px 100%; }
.homeone .homeonefr li:last-child .homeonefritem{border-bottom:0px; }
.homeonefritem{clear:both;padding: 9px 0px;border-bottom:1px solid rgba(185, 188, 197, 0.3);}
.homeonefritem .homeonefrpic{float:left; width:70px; }
.homeonefritem .homeonefrtxt{float:right;width: 220px;font-size:14px;line-height:28px;margin-top: 10px;}
.homeonefritem .homeonefrtxt h3{clear:both; display:block; font-size:20px; padding-bottom:5px; }
@media(min-width:1440px){
    .homeone{padding:54px 0px 0px 0px; }
    .homeone .hometit{margin-bottom:45px; }
    .hometit h2{font-size:39px; margin-bottom:20px; }
    .hometit h2:before{margin-top:11px; margin-right:15px; }
    .hometit h1{font-size:39px; margin-bottom:20px; }
    .hometit h1:before{margin-top:11px; margin-right:15px; }
    .hometit p{font-size:16px; }
	.homeone .homeonefl ul li a.homeonetit{font-size:16px; }
	.homeone .homeonefr{width:350px; }
	.homeonefritem .homeonefrpic{width:100px; }
	.homeonefritem .homeonefrtxt{width:220px;font-size:15px;margin-top: 10px;}
	.homeonefritem .homeonefrtxt h3{font-size:20px; }
	.homeonefritem{padding: 5px 0px;}
}
@media(min-width:1860px){
    .homeone{padding:72px 0px 0px 0px; }
    .homeone .hometit{margin-bottom:60px; }
    .hometit h2{font-size:52px; margin-bottom:30px; }
    .hometit h2:before{margin-top:17px; margin-right:20px; }
    .hometit h1{font-size:52px; margin-bottom:30px; }
    .hometit h1:before{margin-top:17px; margin-right:20px; }
    .hometit p{font-size:18px; }
	.homeone .homeonefl ul li a.homeonetit{font-size:18px; }
	.homeone .homeonefr{width:457px; }
	.homeonefritem .homeonefrpic{width:112px; }
	.homeonefritem .homeonefrtxt{width:282px;font-size:16px;padding-top: 8px;}
	.homeone .homeonefr li{padding:0px 14px 0px 27px; }
	.homeone .homeonefr li:after{width:13px; }
	.homeone .homeonefr li.current:after{background-size:13px 100%; }
	.homeonefritem .homeonefrtxt h3{font-size:26px; padding-bottom:15px; }
	.homeonefritem{padding: 9px 0px;}
}
/*==============模块一 end==============*/
/* 新闻中心 */
.hometwo{padding: 37px 0 0; background: url(../images/homefivebg.jpg) repeat;}
.hometwo h2{font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; text-align:center; line-height:1; font-size:32px; margin-bottom:15px; color:#0e0e0e; }
.hometwo h2:before{content:''; background:url(../images/homeoneicon01.png) no-repeat center center; background-size:18px; width:18px; height:18px; display:inline-block; margin-right:10px; vertical-align:top; margin-top:7px; }
.hometwo .desc{margin: 0 auto;font-size: 16px; line-height:1; color:#0e0e0e;text-align: center;}
.news{padding: 37px 0;margin: 0 auto;overflow: hidden;height: auto;}
.news li{float: left;width:32%; height:auto; margin-left: 2%;overflow: hidden;}
.news li:first-child{margin-left:0;}
.news li:nth-last-child{margin-right:0;}
.news li h3{padding-bottom: 25px;font-size: 20px;line-height: 20px;overflow: hidden; text-align:center;}
.news .news-item dt{width:100%;height:auto;margin-bottom: 20px;overflow: hidden;}
.news .news-item dt img{width: 100%;height: auto;transition: all .3s;}
.news .news-item dt:hover img{transform: scale(1.05);}
.news .news-item dt p{font-size: 14px;line-height: 28px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.news .news-item dd{font-size: 16px;line-height: 30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;padding: 6px 6px 6px 0px;}
.news .news-item dd a{transition: all .2s;}
.news .news-item dd span{float: left;width: 100px;}

@media(min-width:1440px){
	.hometwo{padding:54px 0px 0px 0px;}
    .hometwo h2{margin-bottom:45px; }
    .hometwo h2{font-size:39px; margin-bottom:20px; }
    .hometwo h2:before{margin-top:11px; margin-right:15px; }
	.hometwo .desc {font-size:16px;}
	.news li h3 {font-size: 20px;line-height: 24px;}
	.news .news-item dt p{font-size: 16px;line-height: 16px;}
	.news .news-item dd{font-size: 16px;}
	.news{padding: 37px 0 60px;}
	.foot_link{font-size: 16px;}
}
@media(min-width:1860px){
	.hometwo {padding:72px 0px 0px 0px; }
	.hometwo h2{margin-bottom:60px; }
    .hometwo h2{font-size:52px; margin-bottom:30px; }
    .hometwo h2:before{margin-top:17px; margin-right:20px; }
	.hometwo .desc {font-size:18px;}
	.news {padding: 60px 0 60px;}
	.news li h3 {font-size: 26px;line-height: 26px;}
	.news .news-item dt p{font-size: 16px;line-height: 16px;}
}

	
.homethree{padding: 37px 0 0;margin-bottom: 37px;}
.homethree h2{font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; text-align:center; line-height:1; font-size:32px; margin-bottom:15px; color:#0e0e0e;}
.homethree h2:before{content:''; background:url(../images/homeoneicon01.png) no-repeat center center; background-size:18px; width:18px; height:18px; display:inline-block; margin-right:10px; vertical-align:top; margin-top:7px; }
.homethree .desc{margin: 0 auto;font-size: 16px; line-height:1; color:#0e0e0e;text-align: center;}

.homethree ul{padding-bottom: 20px;}
.homethree ul li{float: left;width:32%; height:auto; margin-left: 2%;overflow: hidden;transition:all .3s ease;position:relative;display: block; }
.homethree ul li:first-child{margin-left:0;}
.homethree li img{ width:100%; height:auto;}
.homethree ul li a{display: block;float: left;width:100%;} 
.homethree ul li  i{display:block;position:absolute;left:-100%;top:0;width:100%;height:100%;background-image:-webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform:skewx(-25deg);-o-transform:skewx(-25deg);-moz-transform:skewx(-25deg);-webkit-transform:skewx(-25deg);}
.homethree ul li a:hover i{transition:all .3s ease;left:100%}
 
.homethree li h4{ font-size:1em; font-weight:500; text-align:center; line-height:34px;}
.homethree a:link,.homethree a:active,.homethree a:visited,.homethree a:hover{background: none;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-tap-highlight-color: transparent;}
.homethree ul li:hover{transition:all .3s ease;transform:translateY(-6px);-webkit-transform:translateY(-6px);-moz-transform:translateY(-6px);box-shadow:0 26px 40px -1.5em rgba(0,36,100,.5);-webkit-box-shadow:0 26px 40px -1.5em rgba(0,36,100,.5);-moz-box-shadow:0 26px 40px -1.5em rgba(0,36,100,.5)}
.homethree li .five-js{line-height: 25px; display:none;width: 52%;float: right;padding: 3% 2% 4% 5%;min-height: 152px;background: #f4f4f4; overflow: hidden;}


@media(min-width:1440px){
	.homethree{padding:54px 0px 0px 0px;margin-bottom: 54px;}
    .homethree h2{margin-bottom:45px; }
    .homethree h2{font-size:39px; margin-bottom:20px; }
    .homethree h2:before{margin-top:11px; margin-right:15px; }
	.homethree .desc {font-size:16px;}
	.homethree li h4{font-size: 16px;line-height: 60px;}

}
@media(min-width:1860px){
	.homethree{padding:72px 0px 0px 0px; }
	.homethree h2{margin-bottom:60px; }
    .homethree h2{font-size:52px; margin-bottom:30px; }
    .homethree h2:before{margin-top:17px; margin-right:20px; }
	.homethree .desc {font-size:18px;}
}

.pro_tj_tit{background: url('../images/kehu_bg.jpg') 50% no-repeat;  padding:1em 0;}
.pro_tj_tit h3{font-weight: 600;font-size: 32px;text-align: left;margin-bottom:20px;border-left: 6px solid #eb0001;color:#fff;display: inline-block; padding-left:15px; line-height:35px; height:35px;margin-top:30px;}
.pro_tj_tit h3 a{color:#fff;}
.pro_tj_tit p{text-align:left;font-size: 16px;margin-bottom:20px; color:#fff}
@media(min-width:1440px){
	.pro_tj_tit h3{font-size: 30px;}
	.pro_tj_tit p{font-size: 16px;}
}
@media(min-width:1860px){
	.pro_tj_tit h3{font-size: 38px;}
	.pro_tj_tit p{font-size: 18px;}
}

/*==============模块三 end==============*/
/*//*==============模块四 start==============*/
.homefour{clear:both; position:relative; background-color: #090909; padding:72px 0px 48px 0px; }
.homefour .homefourpic{width:358px;position:absolute;left:50%; bottom:0px; z-index:1; margin-left:-662px; }
.homefour .hometit p,.homefour .hometit h2{color:#fff; }
.homefour .container{margin-top:55px; position:relative; height:304px; background:url(../images/homefourbg02.png) no-repeat right top; height:304px; background-size:1200px 304px; padding-left:320px;
    filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/homefourbg02.png', sizingMethod='scale');
    -ms-filter: progid: DXImageTransform.Microsoft.AlphaImageLoader( src='../images/homefourbg02.png', sizingMethod='scale');}
.homefour .homefourtit{color:#fff; font-size:16px; padding:15px 0px 15px 35px; display:inline-block; position:relative; }
.homefour .homefourtit:after{content:''; position:absolute; right:-106px; top:25px; width:100px; height:8px; background:url(../images/homefourpic03.png) no-repeat right center; }
.homefour ul{padding:30px 0 15px; }
.homefour ul li{float:left; line-height:20px; text-align:center; width:150px; margin-right:26px; position:relative; padding:22px 10px; font-size:12px; }
.homefour ul li i{clear:both; display:block; text-align:center; font-style:normal; padding-bottom:10px; }
.homefour ul li i img{height:28px !important; display:inline-block; vertical-align:bottom; margin-right:5px; width:auto; }
.homefour ul li:after,.homefour ul li:before{content:''; position:absolute; border-style:solid; border-color:#cf2423; }
.homefour ul li:after{border-width:1px; left:0px; bottom:0px; right:5px; top:5px; }
.homefour ul li:before{border-width:2px; right:0px; top:0px; bottom:5px; left:5px; }
.homefour .homefourtxt{font-size:15px; line-height:28px; color:#333;padding-right: 30px; }

@media(min-width:1440px){
	.homefour{padding:85px 0px 60px 0px; }
	.homefour .homefourpic{margin-left:-656px; width:410px;}
	.homefour .homefourtit:after{width:120px; right:-110px; top:32px; }
	.homefour .container{margin-top:65px; background-size:1200px 365px; height:365px; padding-left:348px; }
    .homefour .homefourtit{font-size:16px; padding:23px 0px 15px 15px; }
    .homefour .homefourtxt{font-size:16px; line-height:30px; padding-right:30px; }
    .homefour ul{padding:50px 0px 30px 0px; }
    .homefour ul li{font-size:14px; padding:22px 10px; margin-right:30px; width:180px; }
    .homefour ul li i{padding-bottom:13px; }
    .homefour ul li i img{height:33px !important; margin-right:8px; }
}
@media(min-width:1860px){
	.homefour{padding:113px 0px 79px 0px; }
	.homefour .homefourpic{margin-left:-900px; width:571px;}
	.homefour .container{margin-top:86px; background-size:1600px 487px; height:487px; padding-left:464px; }
    .homefour .homefourtit{font-size:18px; padding:34px 0px 15px 60px; }
	.homefour .homefourtit:after{width:178px; right:-190px; top:45px; }
    .homefour .homefourtxt{font-size:18px; line-height:32px; padding-left:43px; padding-right:30px; }
    .homefour ul{padding:90px 0px 50px 0px; }
    .homefour ul li{font-size:18px; padding:22px 10px; margin-right:42px; width:232px; }
    .homefour ul li i{padding-bottom:20px; }
    .homefour ul li i img{height:45px !important; margin-right:10px; }
}
*/*/*//*==============底部 start==============*/
/**/
.foot_btm {padding:20px 0; background:#1c1a1a; color:#fff; font-size:16px; text-align:center; }
.foot_btm a{color:#fff; }
.foot_btm a:hover{color:#f00; }
.foot_link {clear:both; background:#1c1b1b; color:#fff; line-height:26px; }
.foot_link .container{border-bottom:1px solid #383737; padding:20px 0px; }
.foot_link .container a,.foot_btm .container a{color:#fff; padding:0px 5px; }
.foot_link .container a:hover,.foot_btm .container a:hover{color:#f00; }
/*浮动*/
.floating_ck {position:fixed; right:0; top:50%; *top:45%; width:105px; z-index:999999; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); }
.floating_ck .floatingpng{clear:both; width:100%; }
.floating_ck .floatinggif{position:absolute; left:0px; top:0px; bottom:0px; right:0px; }
/**/
#toTop {display:none; transition:background 0.5s; text-decoration:none; position:fixed; bottom:0; right:0px; overflow:hidden; width:107px; height:50px; z-index:999; text-align:center; background-color:#596382; cursor:pointer; }
#toTop span{padding:10px 30px 0px 30px; display:block; clear:both; }
#toTop span img{width:100%; }
#toTop:hover {background-color:#ff654c; transition:background 0.5s; }
@media(min-width:1440px){
	.floating_ck{width:135px}
	.foot_btm{font-size: 16px;}
}
@media(min-width:1860px){
	.floating_ck{width:160px}
	.foot_btm{font-size: 16px;}
}
/*==============产品综合 start==============*/
.insideban01{background:url(../images/newban01.jpg) no-repeat center top; background-size:100%; }
.insideban01 .breadnav{position:relative; }
.insideban01 .breadnav:after{content:''; background:url(../images/insideban01icon.png) no-repeat center top; width:327px; height:64px; background-size:327px; position:absolute; right:50px; top:42px; }
.insideban02{background:url(../images/insideban02.jpg) no-repeat center top; background-size:100%; }
.insideban03{background:url(../images/newban01.jpg) no-repeat center top; background-size:100%; }
.insideban04{background:url(../images/newban01.jpg) no-repeat center top; background-size:100%; }
.insideban05{background:url(../images/newban01.jpg) no-repeat center top; background-size:100%; }
.insideban06{background:url(../images/caseban02.jpg) no-repeat center top; background-size:100%; }
@media(min-width:1440px){
    .insideban02{background-position:center 0px; }
    .insideban01 .breadnav:after{width:414px; background-size:414px; height:74px; top:52px; right:100px; }
}
@media(min-width:1860px){
    .insideban02{background-position:center 0px; }
    .insideban01 .breadnav:after{width:558px; background-size:558px; height:100px; top:69px; right:202px; }
}
@media(min-width:1920px){
	.insideban01{background-size:100% 640px; }
	.insideban02{background-size:100% 530px; }
	.insideban04,.insideban05,.insideban03{background-size:100% 552px; }
	.insideban06{background-size:100% 976px; }
}
.prozhtit{clear:both; display:block; color:#fff; font-size:16px; line-height:1; background:url(../images/homeoneicon01.png) no-repeat left 11px; padding-left:32px; margin-bottom:32px; background-size:13px; }
.prozhtit h1{clear:both; display:block; font-size:32px; line-height:1; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; margin-bottom:15px; }
.prozhtit h1{clear:both; display:block; font-size:32px; line-height:1; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; margin-bottom:15px; }
.prozhtit a{color:#fff; }
.prozhtit a:hover{color:#c9221e; }
.proitem{clear:both; background:url(../images/homefivebg.jpg) repeat; padding:30px; margin-bottom:40px; position:relative; }
.proitem .proitemtop{position:relative; z-index:2; }
.proitem .proitemtop span{float:left; width:90px; }
.proitem .proitemtop .proitemtoptit{float:left; width:800px; padding-left:15px; font-size:16px; color:#121212; line-height:20px; padding-top:9px; }
.proitem .proitemtop .proitemtoptit h2{clear:both; display:block; font-size:24px; color:#252525; padding-bottom:18px; line-height:1; background:url(../images/proitemicon01.png) no-repeat left 31px; background-size:24px; }
.proitem .proitemtop .more_detail{float:right; border:1px dashed #dd8581; width:110px; line-height:27px; transition:all .2s linear; border-radius:15px; text-align:center; color:#161616; background:url(../images/proitemicon04.png) no-repeat 19px center; background-size:8px; padding-left:15px; margin-top:22px; }
.proitem .proitemtop .more_detail:hover{background:#c9221e; color:#fff; transition:all .2s linear; }
.proitem .proitemul{clear:both; display:block; padding-top:21px; position:relative; z-index:2; }
.proitem .proitemul li{float:left; margin:0 1.5%; width:22%; position:relative; }
.proitem:nth-of-type(1)  .proitemul li:nth-child(2):after,.proitem:nth-of-type(2) .proitemul li:first-child:after,.proitem:nth-of-type(3) .proitemul li:first-child:after,.proitem:nth-of-type(4) .proitemul li:first-child:after{content:''; position:absolute; right:15px; top:-6px; background:url(../images/proitemicon03.png) no-repeat center top; width:30px; height:35px; background-size:30px; }
.proitem .proitemul li>a{clear:both; display:block; border-radius:6px 6px 0px 0px; overflow:hidden; }
.proitem .proitemul li .proitemulpic{clear:both; display:block; }
.proitem .proitemul li .proitemultit{background-color:#c9221e; border-radius:0px 0px 6px 6px; overflow:hidden; background-image:linear-gradient(90deg, #c9221e 30%, #e35d10 50%, #ca231e); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; }
.proitem .proitemul li .proitemultit a{clear:both; display:block; text-align:center; color:#fff; background:url(../images/proitemicon05.png) no-repeat right center; line-height:30px; padding:4px 0px; }
.proitem .proitemul li:hover .proitemultit{background-position:right center; }
.proitembom{clear:both; padding-top:30px; padding-left:8px; }
.proitembom a{float:left; margin-top:17px; border:1px dashed #969696; margin-left:-8px; padding:5px 36px; line-height:22px; font-size:16px; border-radius:17px; }
.proitembom a:hover{color:#c9221e; border-color:#c9221e; }
@media(min-width:1440px){
	.proitem{padding:38px 38px 50px 38px; margin-bottom:40px; }
	.proitem:after{width:1010px; background-size:1010px; height:186px; }
	.prozhtit{font-size:16px; padding-left:38px; margin-bottom:40px; background-size:16px; }
    .prozhtit h1{font-size:39px; margin-bottom:20px; }
    .proitem .proitemtop span{width:103px; }
	.proitem .proitemtop .proitemtoptit{padding-left:15px; font-size:16px; padding-top:10px; width:810px; }
	.proitem .proitemtop .proitemtoptit h2{font-size:28px; padding-bottom:20px; background-position:left 37px; }
    .proitem .proitemul li .proitemultit a{font-size:16px; padding:9px 0px; }
    .proitem .proitemtop .more_detail{width:130px; border-radius:17px; background-size:10px; padding:3px 0px 3px 15px; background-position:25px center; margin-top:26px; }
	.proitembom{padding-top:33px; padding-left:10px; }
	.proitembom a{margin-top:20px; font-size:16px; padding:5px 36px; border-radius:17px; margin-left:-10px; }
	.proitem:nth-of-type(1)  .proitemul li:nth-child(2):after,.proitem:nth-of-type(2) .proitemul li:first-child:after,.proitem:nth-of-type(3) .proitemul li:first-child:after,.proitem:nth-of-type(4) .proitemul li:first-child:after{width:43px; height:49px; background-size:43px; top:-8px; }
}
@media(min-width:1860px){
	.proitem{padding:50px 50px 60px 50px; margin-bottom:75px; }
	.proitem:after{width:1356px; height:250px; background-size:1356px; }
	.prozhtit{font-size:18px; padding-left:49px; background-position:left 17px; margin-bottom:52px; background-size:18px; }
    .prozhtit h1{font-size:52px; margin-bottom:25px; }
    .proitem .proitemtop span{width:139px; }
	.proitem .proitemtop .proitemtoptit{font-size:18px; width:1100px; line-height:24px; }
	.proitem .proitemtop .proitemtoptit h2{font-size:38px; padding-bottom:28px; background-position:left 48px; background-size:37px; }
    .proitem .proitemul li .proitemultit a{font-size:20px; padding:16px 0px; }
    .proitem .proitemtop .more_detail{font-size:16px; width:170px; border-radius:25px; padding:8px 0px 8px 20px; background-position:39px center; background-size:12px; margin-top:37px; }
	.proitembom{padding-top:30px; padding-left:12px; }
	.proitembom a{margin-top:27px; font-size:16px; padding:11px 53px; border-radius:23px; margin-left:-12px; }
	.proitem .proitemul li>a{border-radius:10px 10px 0px 0px; }
	.proitem .proitemul li .proitemultit{border-radius:0px 0px 10px 10px; }
	.proitem:nth-of-type(1)  .proitemul li:nth-child(2):after,.proitem:nth-of-type(2) .proitemul li:first-child:after,.proitem:nth-of-type(3) .proitemul li:first-child:after,.proitem:nth-of-type(4) .proitemul li:first-child:after{width:56px; height:62px; right:23px; background-size:56px; }
}
/*==============产品综合 end==============*/
/*==============产品列表 start==============*/
.probantxt{clear:both; text-align:center; padding:14px 0px 50px 0px; line-height:1; }
.probantxt p{color:#fff; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-size:40px; font-weight:bold; background:url(../images/homeoneicon01.png) no-repeat left center; padding-left:25px; background-size:11px; display:inline-block; }
.probantxt p span{display:inline-block; margin-left:25px; color:#c3311c; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image:-webkit-linear-gradient(left,#bf211d, #d3751b); }
.proclass{clear:both;position:relative;z-index:2;}
.proclass li{float:left;width:10%;text-align:center;margin:0 2.14%;}
.proclass li span{clear:both; display:block; background:url(../images/homefivebg.jpg) repeat center center; border-radius:10px; box-shadow:3px 0px 5px rgba(0,0,0,0.16); overflow:hidden; padding:7px 9px; }
.proclass li span a{clear:both; display:block; border-radius:8px; overflow:hidden; box-shadow:3px 0px 5px rgba(0,0,0,0.16); background:#fff; position:relative; }
.proclass li span a img{position:relative; z-index:2; }
.proclass li span a:after{content:''; position:absolute; left:-100%; top:-100%; width:100%; height:100%; background:#e0e8ff; border-radius:18px; transition:all 0.5s linear; }
.proclass li:hover span a:after,.proclass li.act span a:after{left:0px; top:0px; transition:all 0.3s linear; }
.proclass li h2 a{clear:both; display:block; padding-top:13px; font-size:16px; line-height:1; color:#0e0e0e; }
.proclass li h1 a{clear:both; display:block; padding-top:13px; font-size:16px; line-height:1; color:#0e0e0e; }
.proclass li.act,.proclass li:hover{transform:translateY(-10px); transition:all 0.5s linear; }
.proclass li.act h1 a,.proclass li:hover h1 a{color:#c9221e; }
.prolistbox{background:url(../images/homefivebg.jpg) repeat; position:relative; padding:116px 0px 0px 0px; top:-53px; }
.prolistbox:before{content:''; position:absolute; top:0px; bottom:0px; left:0px; right:0px; background:url(../images/proclassicon07.png) no-repeat left top; background-size:100%; }
.prolist{clear:both; position:relative; z-index:2; }
.prolist li{float:left; margin:0px 1.5% 43px; display:inline-block; width:22%; border-radius:5px; overflow:hidden; background-color:#edf1fb; }
.prolist li>a{border-radius:0px 0px 0px 20px; display:block; clear:both; overflow:hidden; }
.prolist li h4{background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; }
.prolist li h4 a{clear:both; display:block; text-align:center; color:#596382; line-height:30px; padding:4px 0px; font-weight:normal; }
.prolist li:hover{background:#e03933; }
.prolist li:hover h4 a{color:#fff; }
.promorelist{clear:both; padding-bottom:50px; margin-left:-10px; position:relative; z-index:2; }
.promorelist li{float:left; width:208px; margin:0px 3px 13px 32px; }
.promorelist li a{clear:both; display:block; border:1px solid #f4f9ff; background:#f9fafc; color:#222; line-height:24px; font-size:14px; text-align:center; padding:4px 10px; border-radius:5px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; box-shadow:0px 2px 5px rgba(0, 0, 0, 0.1) inset; }
.promorelist li a:hover{border:1px solid #cf301b; color:#cf301b; box-shadow:0px 2px 5px rgba(207, 48, 27, 0.1) inset; background:#fff; }
@media(min-width:1440px){
	.probantxt{padding:20px 0px 60px 0px; }
    .probantxt p{font-size:49px; background-size:14px; padding-left:32px; }
    .probantxt p span{margin-left:32px; }
    .proclass{}
    .proclass li span{padding:9px 11px; border-radius:14px; }
    .proclass li span a{border-radius:14px; }
    .proclass li h2 a{font-size:16px; padding-top:15px; }
	.proclass li h1 a{font-size:16px; padding-top:15px; }
    .prolistbox{padding-top:140px; top:-69px; }
    .prolist li h4 a{font-size:16px; padding:7px 0px; }
    .promorelist{padding-left:28px; }
    .promorelist li{margin:0px 0px 41px 20px; width:209px; }
    .promorelist li a{font-size:16px; border-radius:8px; padding:8px 15px; }
}
@media(min-width:1860px){
	.probantxt{padding:26px 0px 82px 0px; }
    .probantxt p{font-size:65px; background-size:18px; padding-left:42px; }
    .probantxt p span{margin-left:45px; }
    .proclass li span{padding:11px 14px; border-radius:18px; }
    .proclass li span a{border-radius:18px; }
    .proclass li h2 a{font-size:22px; padding-top:20px; }
	.proclass li h1 a{font-size:22px; padding-top:20px; }
    .prolistbox{padding-top:186px; top:-90px; }
    .prolist li{margin:0px 7px 70px 51px; width:331px; border-radius:8px; }
    .prolist li h4 a{font-size:20px; padding:15px 0px; }
    .promorelist{padding-left:28px; }
    .promorelist li{margin:0px 0px 25px 25px; width:281px; }
    .promorelist li a{font-size:18px; padding:14px 20px; border-radius:10px; }
}
/*==============产品列表 end==============*/
/*==============产品详情 start==============*/
.breadnav{clear:both; line-height:1; font-size:16px; color:#fff; padding:15px 0px 24px 0px; }
.breadnav a:link,.breadnav a:visited{color:#fff; text-decoration:none; }
.breadnav a:hover,.breadnav a:active{color:#fccc00; text-decoration:none; }
@media(min-width:1440px){
    .breadnav{font-size:16px; padding:18px 0px 27px 0px; }
}
@media(min-width:1860px){
    .breadnav{font-size:16px; padding:25px 0px 46px 0px; }
}
/**/
.proone{padding-bottom:53px; position:relative; }
.proone:before{content:''; width:761px; height:199px; background:url(../images/prooneicon06.png) no-repeat center top; background-size:761px; position:absolute; left:-65px; bottom:0; }
.proonefre.proone:before{background:url(../images/prooneicon07.png) no-repeat center top; right:-115px; left:auto; bottom:8px; height:230px; background-size:761px; }
.proone .proonefl{float:left; width:50%; position:relative; z-index:1; }
.proone .proonefl .prooneflpic{clear:both; display:block; overflow:hidden; border-radius:5px; }
.proone .proonefl .prooneflicon{clear:both; text-align:left; line-height:1; padding-top:32px; }
.proone .proonefl .prooneflicon span{padding-right:20px; display:inline-block; font-size:14px; padding-left:14px; background:url(../images/prodot01.png) no-repeat left center; }
.proone .proonefr{float:right; width:48%; position:relative; z-index:1; }
.proone .proonefr h1{color:#fff; font-size:32px; display:inline-block; position:relative; line-height:1; margin-bottom:28px; }
.proone .proonefr h1:after{content:''; position:absolute; right:-78px; top:-5px; background:url(../images/prooneicon01.png) no-repeat center top; background-size:63px; width:63px; height:40px; }
.proone .proonefr .proonefrtab{clear:both; }
.proone .proonefr .proonefrtab li{float:left; font-size:16px; color:#fff; width:175px; margin-left:10px; border-radius:5px 5px 0px 0px; background-color:#9d4a15; background-image:linear-gradient(90deg, #7e3719, #cb640f); background-position:left center; background-size:100% 100%; background-repeat:no-repeat; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; text-align:center; line-height:26px; }
.proone .proonefr .proonefrbox{margin:9px 11px; position:relative; border-radius:5px; padding:10px 15px; z-index:2; }
.proone .proonefr .proonefrbox:after{content:''; position:absolute; left:0px; bottom:0px; right:0px; top:0px; background:#fff; z-index:2; border-radius:5px; box-shadow:0px 4px 20px rgba(0, 0, 0, 0.2) inset; }
.proone .proonefr .proonefrbox:before{content:''; position:absolute; left:-11px; right:-11px; top:-9px; bottom:-9px; background:url(../images/homefivebg.jpg) repeat; z-index:1; box-shadow:0px 4px 20px rgba(0, 0, 0, 0.2); border-radius:5px; }
.proone .proonefr .proonefrbox p{position:relative; z-index:3; clear:both; display:block; font-size:16px; line-height:30px; padding:5px 0px; color:#1b1b1b; }
.proone .proonefr .proonefrbox p strong{font-weight:normal; }
.proone .proonefr .proonefrbox p:first-child,.proone .proonefr .proonefrbox p:nth-child(2){clear:none; float:left; background:url(../images/prooneicon02.jpg) no-repeat left 16px; padding-left:20px; margin-bottom:7px; }
.proone .proonefr .proonefrbox p:first-child span,.proone .proonefr .proonefrbox p:nth-child(2) span{color:#bc0000; font-size:16px; font-weight:bold; }
.proone .proonefr .proonefrbox p:first-child{padding-right:100px; }
.proone .proonefr .proonefrbox p:nth-child(3){border-top:1px solid #e8e8e8; padding-top:10px; }
.proonefrspec{background:url(../images/prooneicon04.jpg) no-repeat center bottom #fff; background-size:100%; margin:0px 25px; border-radius:0px 0px 5px 5px; overflow:hidden; padding:13px 0px; box-shadow:0px 4px 8px rgba(0, 0, 0, 0.1); }
.proonefrspec p{float:left; }
.proonefrspec p:first-child{border-right:1px solid #eee; }
.proonefrspec p:first-child span{clear:both; display:block; text-align:center; font-size:14px; font-weight:bold; line-height:1; padding-bottom:2px; color:#1c1c1c; }
.proonefrspec p:first-child span i{clear:both; display:block; font-weight:normal; font-size:12px; font-style:normal; padding-top:2px; color:#4c4c4c; }
.proonefrspec p:first-child span:first-child+span{color:#b80000; }
.proonefrspec p:first-child+p{padding:0px 0px 0px 5px; }
.proonefrspec p:first-child+p span{float:left; text-align:center; width:47px; height:47px; overflow:hidden; border-radius:50%; border:2px solid #fff; box-shadow:-3px 0px 4px  rgba(255, 130, 0, 0.38); position:relative; margin-left:10px; }
.proonefrspec p:first-child+p span i{position:absolute; left:0px; right:0px; bottom:0px; line-height:1; color:#fff; background:#7d3719; font-style:normal; padding:2px 0px 6px 0px; font-size:12px; }
.proonefrspec p:first-child+p img{clear:both; display:block; }
.proonefrbom{padding-top:25px; text-align:left; font-size:16px; }
.proonefrbom a{display:inline-block; color:#fff; background-color:#d1461d; background-image:linear-gradient(90deg, #c9211e 0%, #de7c1b 50%,#c9211e 100%); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; width:145px; line-height:34px; border-radius:17px; text-align:center; cursor:pointer; transition:background-position .6s ease; }
.proonefrbom a:hover{background-position:right center; }
.proonefrbom span{float:right; font-size:16px; line-height:34px; }
.proonefrbom span strong{font-size:24px; color:#fa4c3b; }
.proonefritem{clear:both; padding-top:20px; }
.proonefritem .proonefritempic{float:left; width:50px; margin-right:10px; }
.proonefritem .proonefritemtit{float:left; font-size:15px; line-height:30px;border:1px dashed #eee; border-radius:10px; padding:0px 15px; position:relative; margin-top:19px; }
.proonefritem .proonefritemtit:after,.proonefritem .proonefritemtit:before{color:#de7a1b; font-size:26px; font-weight:bold; position:absolute; line-height:1; }
.proonefritem .proonefritemtit:after{content:'“'; left:-18px; top:-7px; }
.proonefritem .proonefritemtit:before{content:'”'; right:-15px; bottom:-19px; }
@media(min-width:1440px){
	.proone{padding-bottom:60px; }
	.proone:before{width:888px; height:232px; background-size:888px; left:-87px; bottom:17px; }
	.proonefre.proone:before{bottom:14px; height:270px; background-size:888px; }
	.proone .proonefl{width:50%; }
    .proone .proonefl .prooneflpic{border-radius:7px; }
    .proone .proonefl .prooneflicon{padding-top:40px; }
    .proone .proonefl .prooneflicon span{font-size:14px; padding-left:18px; }
    .proonefrspec p:first-child+p span i{padding:5px 0px 10px 0px; }
    .proone .proonefr{width:48%; }
    .proone .proonefr h1{font-size:36px; margin-bottom:34px; }
    .proone .proonefr h1:after{width:75px; height:45px; background-size:75px; right:-95px; }
    .proone .proonefr .proonefrtab{padding-left:8px; }
    .proone .proonefr .proonefrtab li{line-height:32px; margin-left:12px; width:159px; font-size:14px; }
    .proone .proonefr .proonefrbox{margin:11px 12px; border-radius:6px; padding:20px 16px; }
    .proone .proonefr .proonefrbox:before{left:-12px; right:-12px; top:-11px; bottom:-11px; border-radius:6px; }
    .proone .proonefr .proonefrbox:after{border-radius:6px; }
    .proone .proonefr .proonefrbox p{font-size:16px; line-height:24px; }
    .proone .proonefr .proonefrbox p:first-child span, .proone .proonefr .proonefrbox p:nth-child(2) span{font-size:20px; }
    .proone .proonefr .proonefrbox p:first-child, .proone .proonefr .proonefrbox p:nth-child(2){margin-bottom:10px; }
    .proone .proonefr .proonefrbox p:nth-child(3){padding-top:12px; }
    .proonefrspec{padding:16px 0px 22px 0px; }
    .proonefrspec p:first-child+p{padding:0px 0px 0px 18px; }
    .proonefrspec p:first-child+p span{width:60px; height:60px; margin-left:14px; }
    .proonefrspec p:first-child span{padding-bottom:6px; }
    .proonefrspec p:first-child span i{padding-top:5px; }
    .proonefritem .proonefritemtit{font-size:15px; line-height:30px; }
    .proonefrbom a{font-size:15px; width:170px; height:40px; border-radius:20px; line-height:40px; }
    .proonefrbom span{font-size:15px; line-height:40px; }
    .proonefrbom span strong{font-size:21px; }
}
@media(min-width:1860px){
	.proone{padding-bottom:86px;background-image: image()}
	.proone:before{width:1530px; height:400px; background-size:1530px; left:-166px; bottom:-37px; }
	.proonefre.proone:before{right:-201px; bottom:35px; width:1217px; height:400px; background-size:1217px; }
	.proone .proonefl{width:802px; }
    .proone .proonefl .prooneflpic{border-radius:10px; }
    .proone .proonefl .prooneflicon{padding-top:54px; }
    .proone .proonefl .prooneflicon span{font-size:15px; padding-left:23px; padding-right:43px; }
    .proone .proonefr{width:717px; }
    .proone .proonefr h1{font-size:48px; margin-bottom:45px; }
    .proone .proonefr h1:after{width:101px; height:60px; background-size:101px; right:-126px; }
    .proone .proonefr .proonefrtab li{line-height:40px; margin-left:17px; width:211px; font-size:16px; }
    .proone .proonefr .proonefrbox{margin:16px 15px; border-radius:8px; padding:35px 25px; }
    .proone .proonefr .proonefrbox:before{left:-15px; right:-15px; top:-16px; bottom:-16px; border-radius:8px; }
    .proone .proonefr .proonefrbox:after{border-radius:8px; }
    .proone .proonefr .proonefrbox p{font-size:18px; line-height:26px; }
    .proone .proonefr .proonefrbox p:first-child span, .proone .proonefr .proonefrbox p:nth-child(2) span{font-size:24px; }
    .proone .proonefr .proonefrbox p:first-child, .proone .proonefr .proonefrbox p:nth-child(2){margin-bottom:15px; }
    .proone .proonefr .proonefrbox p:nth-child(3){padding-top:22px; }
    .proonefrspec{padding:22px 0px 32px 0px; }
    .proonefrspec p:first-child+p{padding:0px 0px 0px 25px; }
    .proonefrspec p:first-child+p span{width:77px; height:77px; margin-left:38px; }
    .proonefrspec p:first-child{padding-left:25px; padding-right:15px; }
    .proonefrspec p:first-child span{padding-bottom:8px; font-size:18px; }
    .proonefrspec p:first-child span i{padding-top:5px; font-size:16px; }
    .proonefritem .proonefritemtit{font-size:16px; line-height:38px; padding:0px 20px; }
    .proonefritem .proonefritempic{width:53px; margin-right:20px; }
    .proonefrbom a{font-size:18px; width:230px; height:50px; border-radius:25px; line-height:50px; }
    .proonefrbom span{font-size:18px; line-height:50px; }
    .proonefrbom span strong{font-size:26px; }
    .proonefrspec p:first-child+p span i{font-size:12px; line-height:16px; padding:2px 0px 6px 0px; }
}
/**/
.proxz{margin-bottom: 40px;}
.proxztop{clear:both;display:block;position:relative;margin-bottom: 25px;z-index: 2;}
.proxztop .proxztopp01{clear:both;display:block;font-size:24px;font-weight:bold;color:#333;line-height: 1;}
.proxztop .proxztopp02{clear:both;display:block;text-align:left;line-height:1;margin-top: 20px;font-size:12px;color:#888;}
.proxztop .proxztopp03{position:absolute;right:0px;bottom: 14px;line-height:1;margin-top:25px;font-size:12px;color:#888;}
.proxztop .proxztopp03 em{position:absolute;width:12px;display:block;left: 76px;top: 20px;}
.proxzbom{height: 500px;position: relative;background: #edf2f6;padding-top: 1px;position: relative;height: 370px;}
.proxzbom .proxzname{clear: both;text-align: center;line-height: 1;width: 624px;margin: 70px auto 0px;}
.proxzbom .proxzbombox{background:url(../images/proxzicon05.png) no-repeat center bottom;position: absolute;z-index: 1;background-size: 520px;width: 520px;left: 50%;margin-left: -260px;top: 0px;height: 81.081081%;z-index:5;}
.proxzmain{width:80%; margin: 0 auto; height:95%; position: relative;}
.proxzitem{position:absolute;}
.proxzitem span{display:block;}
.proxzitem i{clear:both;display:block;font-style:normal;}
.proxzitem01{z-index:1;width:70px;left: 189px;top: 170px;}
.proxzitem01 .proxzitem01icon{position:absolute; width:28px; left:50%; margin-left:-14px; top:22px;}
.proxzitem01 .proxzitem01txt{font-size:12px;color:#617a8c;text-align:center;position:absolute;left:0px;right:0rem;top: 57px;line-height: 14px;}
.proxzitem02{z-index: 6;width:100px;right: 189px;top: 206px;}
.proxzitem02 .proxzitem02icon{position:absolute;width: 36px;left:50%;margin-left: -18px;top: 32px;}
.proxzitem02 .proxzitem02txt{font-size:12px;color:#617a8c;text-align:center;position:absolute;left:0px;right:0rem;top: 73px;line-height: 16px;}
.proxzitem03{z-index: 1;width:135px;left: 50px;bottom: 45px;}
.proxzitem03 .proxzitem03txt{clear:both;display:block;text-align:left;font-size:12px;color:#617a8c;line-height: 16px;}
.proxzitem04{width: 180px;left:50%;margin-left: -90px;bottom: 27px;}
.proxzbom.proxzbom2{}
.proxzbom.proxzbom2 .proxzbombox{width: 1200px;background: none;margin-left: -500px;padding:0px 0px 0px 0px;top: 20px;}
.proxzbom.proxzbom2 .proxzitem01{left: 67px;top: 126px;}
.proxzbom.proxzbom2 .proxzitem02{right: 70px;top: 210px;}
.proxzbom.proxzbom2 .proxzitem03{left: 50px;bottom: 30px;}
.proxzbom.proxzbom2  .proxzmain{width:80%;height:100%;}
@media(min-width:1440px){
	.proxztop{margin-bottom:32px;}
    .proxztop .proxztopp01{font-size:26px;}
    .proxztop .proxztopp02{font-size:14px;margin-top:25px;}
    .proxztop .proxztopp03{font-size:14px;}
    .proxztop .proxztopp03 em{left: 89px; top: 25px; width: 14px;}
    .proxzbom{height:445px;}
    .proxzbom .proxzname{width: 788px;margin: 85px auto 0px;}
    .proxzitem01{width: 83px;left: 244px;top: 188px;}
    .proxzitem01 .proxzitem01icon{width:30px; margin-left:-15px;}
    .proxzitem01 .proxzitem01txt{top:65px;font-weight: bold;}
    .proxzitem02{width:120px;right: 247px;top: 239px;}
    .proxzitem02 .proxzitem02icon{width:48px; margin-left:-24px;}
    .proxzitem02 .proxzitem02txt{top: 93px;font-size:14px;font-weight:bold;}
    .proxzitem04{width: 220px;margin-left: -110px;bottom: 32px;}
	.proxzitem03{width:165px;}
	.proxzitem03 .proxzitem03txt{top: 93px;font-size:14px;font-weight:bold;}
    .proxzbom .proxzbombox{width:624px;background-size:624px;margin-left: -312px;}
    .proxzbom.proxzbom2 .proxzbombox{top:80px;}
    .proxzbom.proxzbom2 .proxzitem01{left: 101px;top: 159px;}
    .proxzbom.proxzbom2 .proxzitem02{right: 109px;top: 242px;}
    .proxzbom.proxzbom2 .proxzitem03{left: 80px;bottom: 60px;}
}
@media(min-width:1860px){
	.proxztop{margin-bottom: 43px;}
    .proxztop .proxztopp01{font-size: 35px;}
    .proxztop .proxztopp02{font-size: 16px;margin-top:30px;}
    .proxztop .proxztopp03{font-size: 16px;}
    .proxztop .proxztopp03 em{left: 103px;top: 29px;width: 16px;}
    .proxzbom{height: 593px;}
    .proxzbom .proxzname{width: 1126px;margin: 113px auto 0px;}
    .proxzitem01{width: 110px;left: 312px;top: 280px;}
    .proxzitem01 .proxzitem01icon{width: 40px;margin-left: -20px;top: 34px;}
    .proxzitem01 .proxzitem01txt{top: 89px;font-size: 14px;line-height: 18px;}
    .proxzitem02{width: 158px;right: 320px;top: 316px;}
    .proxzitem02 .proxzitem02icon{width: 60px;margin-left: -30px;top: 46px;}
    .proxzitem02 .proxzitem02txt{top: 119px;font-size: 18px;line-height: 24px;}
    .proxzitem04{width:308px;margin-left: -154px;bottom: 41px;}
	.proxzitem03{width: 213px;left: 131px;bottom: 88px;}
	.proxzitem03 .proxzitem03txt{top: 93px;font-size:20px;}
    .proxzbom .proxzbombox{width:840px;background-size: 840px;margin-left: -420px;    padding-top: 45px;}    
    .proxzbom.proxzbom2{height: 560px;}
    .proxzbom.proxzbom2 .proxzbombox{width:1200px;background: none;margin-left: -650px;padding: 0;top:10px;}
    .proxzbom.proxzbom2 .proxzitem01{left: 147px;top: 280px;}
    .proxzbom.proxzbom2 .proxzitem02{right: 158px;top: 350px;}
    .proxzbom.proxzbom2 .proxzitem03{left: 78px;bottom: 60px;width: 202px;}
    .proxzbom.proxzbom2 .proxzname{width: 1300px;margin: 129px auto 0px;}
    .proxzbom.proxzbom2 .proxzitem04{bottom: 59px;}
}
/***/
.protwo{clear:both; background:url(../images/protwobg01.png) no-repeat center top; background-size:1200px; position: relative;
    z-index: 5;}
.protwo .protwofl{float:left; width:66%; }
.protwo .protwofl .protwonav{clear:both; width:100%; padding-top:17px; }
.protwo .protwofl .protwonav li{float:left; padding-right:10px; }
.protwo .protwofl .protwonav li a{clear:both; display:block; width:145px; line-height:30px; text-align:center; border-radius:5px 5px 0px 0px; border:1px dashed #bfbfbf; border-bottom:0px; font-size:16px; }
.protwo .protwofl .protwonav li a:hover,.protwo .protwofl .protwonav li:first-child a{border:1px solid #bc0000; border-bottom:0px; background:#bc0000; color:#fff; }
.protwobox h2 {font-size:24px; margin:15px 0; color:#272727; background:url(../images/protwoicon01.png) no-repeat left 9px; padding-left:57px; line-height:30px; margin:30px 0; background-size:45px; }
.protwobox p {text-align: justify; padding:10px 0; line-height:32px; font-size:16px; text-indent:2em;}
.protwobox p a{font-weight: bold;}
.protwobox img{margin: 0 auto; display: block;}
.protwobox video {clear:both; margin:17px auto; display:block; width:100%; }
.protwobox .NybAdvantageTop{padding:5px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;text-indent: 0px;}
.protwobox .NybAdvantageTop span{padding:0px 0px; font-weight:bold; line-height:26px; display:block; text-indent:0px; color:#000; }
.protwobox .NybAdvantageTop em{float:left; background:#ffd200; display:block; font-size:16px; color:#ff1a1a; font-weight:bold; text-indent:0; font-style:normal; border-radius:50%; width:26px; height:26px; text-align:center; line-height:26px; margin-right:10px; }



.protwofr{float:right; width:28%; }
.protwofrhottit{clear:both; text-align:right; font-size:24px; font-weight:bold; color:#272727; padding:30px 0px 22px 0px; }
.protwofrhottit h2{background:url(../images/protwoicon01.png) no-repeat left 9px;font-size: 30px; padding-left:84px; line-height:1; background-size:72px; display: inline-block;}
.protwofr .protwofrhot ul{clear:both; background:url(../images/protwobg02.jpg) repeat-y left top; }
.protwofr .protwofrhot ul li{padding-bottom:24px; }
.protwofr .protwofrhot ul .protwofrhotpic{clear:both; display:block; background:url(../images/homefivebg.jpg) repeat; padding:7px; border-radius:5px; box-shadow:-4px 4px 8px rgba(0, 0, 0, 0.09); position:relative; z-index:2; }
.protwofr .protwofrhot ul .protwofrhotpic img{border-radius:5px; }
.protwofr .protwofrhot .protwofrhot ul .protwofrhottxt{background:url(../images/homefivebg.jpg) repeat; margin-left:2px; border-radius:0px 0px 5px 5px; overflow:hidden; line-height:37px; font-size:12px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl{float:left; background:#fee2cc; color:#cb291e; width:52px; text-align:center; position:relative; margin-right:45px; }
.protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after{position:absolute; content:''; width:46px; height:8px; background:url(../images/protwoicon02.png) no-repeat right top; background-size:46px; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); -o-transform:translateY(-50%); right:-37px; }
@media(min-width:1440px){
	.protwo{background-size:1200px; padding-bottom:30px; }
	.protwo .protwofl{width:825px; }
	.protwofr{width:315px; }
    .protwo .protwofl .protwonav{padding-top:12px; }
    .protwo .protwofl .protwonav li a{line-height:36px; width:145px; font-size:16px; }
    .protwobox h2{font-size:28px; background-size:52px; padding-left:59px; }
    .protwobox p{font-size:16px; line-height:32px; }
    .protwobox video{width:720px; }
    .protwofrhottit{padding:37px 0px 28px 0px; }
    .protwofrhottit span{font-size:28px; background-size:52px; background-position:left 13px; padding-left:59px; }
    .protwofr .protwofrhot ul li{padding-bottom:29px; }
    .protwofr .protwofrhot ul .protwofrhotpic{padding:8px; border-radius:8px; }
    .protwofr .protwofrhot ul .protwofrhotpic img{border-radius:8px; }
    .protwofr .protwofrhot ul .protwofrhottxt{font-size:16px; line-height:45px; }
    .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl{width:63px; }
    .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after{background-size:55px; width:55px; height:9px; right:-37px; }
}
@media(min-width:1860px){
	.protwo{background-size:1600px; }
	.protwo .protwofl{width:1097px; }
	.protwofr{width:420px; }
    .protwo .protwofl .protwonav{padding-top:17px; }
    .protwo .protwofl .protwonav li{padding-right:18px; }
    .protwo .protwofl .protwonav li a{line-height:46px; width:189px; font-size:18px; }
    .protwobox h2{font-size:32px; background-size:72px; padding-left:84px; }
    .protwobox p{font-size:16px; line-height:32px; }
    .protwofrhottit{padding:48px 0px 35px 0px; }
    .protwofrhottit span{font-size:32px; background-size:72px; background-position:left 13px; padding-left:84px; }
    .protwofr .protwofrhot ul{padding-left:70px; }
    .protwofr .protwofrhot ul li{padding-bottom:38px; }
    .protwofr .protwofrhot ul .protwofrhotpic{padding:11px; }
    .protwofr .protwofrhot ul .protwofrhottxt{font-size:16px; line-height:56px; }
    .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl{width:84px; margin-right:71px; }
    .protwofr .protwofrhot ul .protwofrhottxt .protwofrhottxtfl:after{background-size:73px; width:73px; height:13px; right:-61px; }
}
/**/
.proparametr{padding:10px 0px;}
.proparametr .proparametrtop{float:left;width: 100%;margin-left: -15px;position: relative;z-index: 2;}
.proparametr .proparametrtop p.proparametrtit{ cursor: pointer; border:1px solid #cba1ae;line-height:20px;padding:8px 5px;margin-bottom:10px;border-radius:25px;font-size:14px;color:#333;float: left;width: 199px;margin-left: 15px;text-indent: 0px;text-align: center;}
.proparametr .proparametrtop p.proparametrtit.on{color:#fff;position:relative;box-shadow:0px 3px 16px rgba(0, 0, 0, 0.24);background-color: #c9221e;background-image: linear-gradient(90deg, #c9221e 30%, #de7b1b 50%, #c9221e);background-position: left center;background-size: 200% 100%;background-repeat: no-repeat;transition: background-position .6s ease;}
.proparametr .proparametrbom{float:right;width: 100%;margin-top: 2px;}
.proparametr .proparametrbom #proparametrbomitem{clear: both;position: relative;background: url(../images/homefivebg.jpg) repeat;padding: 20px 15px;}
.proparametr .proparametrbom #proparametrbomitem table{background:#fff;border-collapse: collapse;}
.proparametr table th,.newboxflbox table th{background:#c00;color:#FFF;font-size: 16px;}
.proparametr table tr:nth-child(odd){background:#F4F4F4;}

.proparametr .proparametrbom #proparametrbomitem table td{border: 1px solid #cacaca;font-size: 16px;}
.proparametr .proparametrbom .proparametrbombox{clear:both;display:block;background:url(../images/csman.png) no-repeat left top;background-size:180px;padding-left:200px;height: 199px;padding-top: 60px;margin-top: -25px;position: relative;z-index: 2;}
.proparametr .proparametrbom .proparametrbombox p{padding:0px; margin:0px; text-indent:0px;    background: url(../images/proitemicon04.png) no-repeat left 8px; margin-bottom:5px; padding-left:15px; background-size:8px; }
.proparametr .proparametrbom .proparametrbombox p span{color: #c3311c; -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-image: -webkit-linear-gradient(left,#bf211d, #d3751b);}
@media(min-width:1440px){
	.proparametr .proparametrtop p.proparametrtit{line-height: 24px; font-size: 16px; width: 220px;}
	.proparametr .proparametrbom{margin-top:7px;}
	.proparametr .proparametrbom .proparametrbombox{background-size: 215px; padding-left: 239px; height: 241px; padding-top: 83px;}
}
@media(min-width:1860px){
	.proparametr .proparametrtop{width: 280px;margin-left:0px;margin-top: 30px;}
	.proparametr .proparametrtop p.proparametrtit{width:100%;margin-left:0px;margin-bottom: 25px;font-size: 20px;padding: 11px 0px;}
	.proparametr .proparametrtop p.proparametrtit.on:after{position: absolute;background: url(../images/csarrow01.png) no-repeat left center;display: block;content: '';width:30px;height:54px;top: -6px;right:-8px;left:auto;background-size:30px 54px;transform: translateX(0px) rotate(0deg);-webkit-transform: translateX(0px) rotate(0deg);}
	.proparametr .proparametrbom{margin-top:0px;width: 809px;}
	.proparametr .proparametrbom #proparametrbomitem{padding:30px; margin-top:0px;}
	.proparametr .proparametrbom .proparametrbombox{background-size: 250px; padding-left: 270px; height:280px; padding-top:100px; margin-left:-30px;}
	.proparametr .proparametrbom .proparametrbombox p{background-position:left 11px; background-size:10px; padding-left:20px;}
}
/**/
.prothree{clear:both; background:url(../images/prothreeicon01.jpg) repeat; position:relative; padding:40px 0px 80px 0px; }
.prothree.newmargin{margin-top:-20px; }
.prothree:after{position:absolute; z-index:2; content:''; left:0px; bottom:0px; top:0px; right:0px; background:url(../images/prothreeicon03.png) no-repeat center bottom; background-size:100%; }
.prothree::before{position:absolute; z-index:2; content:''; left:0px; bottom:-60px; top:0px; right:0px; background:url(../images/prothreeicon04.png) no-repeat center bottom; background-size:100%; }
.prothree .prothreetit{clear:both; text-align:left; font-size:14px; line-height:35px; background:url(../images/homeoneicon01.png) no-repeat left center; padding-left:23px; background-size:14px; }
.prothree .prothreetit h3{float:left; margin-right:20px; font-size:32px; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-weight:bold; }
.prothree .prothreetit h3 a{clear:both; background:none; font-size:32px; }
.prothree .prothreetit a{background:url(../images/prothreeicon02.png) no-repeat right 7px; padding-right:35px; line-height:30px; display:inline-block; }
.prorelatNew{position:relative; z-index:3; }
.prorelatNew ul{padding:30px 0px; }
.prorelatNew li{float:left; width:310px; background:url(../images/prodot01.png) no-repeat left center; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size:16px; margin-left:23px; padding:10px 0px 10px 20px; line-height:24px; }
.promoremend{position:relative; z-index:3; }
.promoremend ul{clear:both; display:block; padding:17px 0px 0px 10px; }
.promoremend ul li{float:left; margin-left:-10px; padding:10px 0px; }
.promoremend ul li a{clear:both; display:block; line-height:32px; font-size:16px; border:1px dashed #969696; padding:0px 20px; border-radius:16px; }
.promoremend ul li a:hover{color:#c9221e; border-color:#c9221e; }
@media(min-width:1440px){
	.prothree{padding-top:47px; padding-bottom:100px; }
	.prothree .prothreetit{padding-left:26px; }
	.prothree .prothreetit h3{font-size:37px; }
	.prothree .prothreetit h3 a{font-size:37px; }
	.prothree .prothreetit a{font-size:16px; }
    .prorelatNew li{font-size:16px; width:374px; margin-left:26px; padding:10px 0px 10px 22px; }
    .promoremend ul{padding:20px 0px 0px 12px; }
    .promoremend ul li{margin-left:-12px; padding:12px 0px; }
    .promoremend ul li a{font-size:14px; line-height:38px; padding:0px 37px; border-radius:20px; }
}
@media(min-width:1860px){
	.prothree{padding-top:61px; padding-bottom:120px; }
	.prothree .prothreetit{padding-left:38px; background-size:18px; }
	.prothree .prothreetit h3{font-size:42px; }
	.prothree .prothreetit h3 a{font-size:42px; }
	.prothree .prothreetit a{font-size:18px; }
    .prorelatNew li{font-size:16px; width:495px; margin-left:38px; padding:22px 0px 22px 30px; }
    .promoremend ul{padding:28px 0px 0px 14px; }
    .promoremend ul li{margin-left:-14px; padding:16px 0px; }
    .promoremend ul li a{font-size:16px; line-height:50px; padding:0px 50px; border-radius:26px; }

}
@media(min-width:1920px){
    .prothree:after{background-size:100% 240px; }
    .prothree:before{background-size:100% 360px; }
}
/**/
.prorelatCase{position:relative; z-index:3; }
.prorelatCase ul{padding:25px 0px 10px 0px; }
.prorelatCase ul li{float:left; margin:0 1.5% 10px; width:22%; transition:all 0.3s; }
.prorelatCase ul li a{clear:both; display:block; }
.prorelatCase ul li a:first-child+a{color:#0e0e0e; font-size:16px; text-align:center; padding:10px 20px; line-height:30px; position:relative; overflow:hidden; background:#edf1fb; }
.prorelatCase ul li a:first-child{position:relative; overflow:hidden; }
.prorelatCase ul li a:first-child:after{content:''; position:absolute; left:0px; right:0px; height:100%; background:rgba(0, 0, 0, 0.24); bottom:-100%; z-index:1; }
.prorelatCase ul li a:first-child:before{content:''; position:absolute; left:50%; top:150%; width:50px; height:50px; transform:translate(-50%,-50%); -webkit-transform:translate(-50%,-50%); -moz-transform:translate(-50%,-50%); -ms-transform:translate(-50%,-50%); -o-transform:translate(-50%,-50%); background:url(../images/hovericon.png) no-repeat center center rgba(0, 0, 0, 0.5); background-size:39px; z-index:2; border:2px solid #fff; border-radius:50%; transition:all 0.5s; -webkit-transition:all 0.5s; }
.prorelatCase ul li:hover a:first-child:after{bottom:0%; transition:all 0.5s; -webkit-transition:all 0.5s; }
.prorelatCase ul li:hover a:first-child:before{top:50%; transition:all 0.5s; -webkit-transition:all 0.5s; }
.prorelatCase ul li:hover{ transition:all 0.3s; box-shadow:0px 5px 12px rgba(0, 0, 0, 0.1); }
@media(min-width:1440px){
    .prorelatCase ul{padding:35px 0px 25px 0px; }

    .prorelatCase ul li a:first-child+a{font-size:16px; height:50px; }
}
@media(min-width:1860px){
    .prorelatCase ul{padding:45px 0px 30px 0px; }

    .prorelatCase ul li a:first-child+a{font-size:16px; line-height:26px; padding:10px 15px; height:50px; }
}
/**/
.profour{position:relative; clear:both; background-size:100%; margin-top:-54px; position:relative; z-index:3; }
.profour .container{position:absolute; left:50%; top:100px; margin-left:-600px;}
.profour .profourtop{margin-left:40px; width:566px; height:43px; font-size:16px; background:url(../images/profouricon01.png) no-repeat center left; background-size:566px; color:#fff; padding:12px 0px 0px 17px; line-height:24px; }
.profour .profourtop span{float:left; position:relative; font-size:22px; background:url(../images/profouricon02.png) no-repeat right center; padding-right:42px; background-size:32px; margin-right:10px; }
.profourbom{background:#fff; border-radius:5px; background:url(../images/homefivebg.jpg) repeat; margin:0px 20px; padding:40px 0px 50px 0px; }
.profourbom .profourfl{float:left; width:420px; margin:0px 0px 0px 20px; position:relative; }
.profourbom .profourfl:after{content:''; position:absolute; left:33px; top:0px; bottom:0px; width:1px; background:#eee; }
.profourbom .profourfl dt{clear:both; position:relative; font-size:24px; color:#bc0000; font-weight:bold; border:1px solid #e1e1e1; background:#fff; line-height:1; padding:9px 0px 9px 45px; margin-left:35px; z-index:2; }
.profourbom .profourfl dt span{position:absolute; left:-35px; top:0px; border-radius:50%; overflow:hidden; border:1px solid #e1e1e1; width:70px; height:70px; }
.profourbom .profourfl dt i{font-size:16px; color:#272727; clear:both; display:block; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; line-height:1; font-style:normal; padding-top:11px; }
.profourbom .profourfl dd{clear:both; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; padding-left:27px; font-weight:bold; color:#272727; font-size:16px; margin-left:21px; position:relative; line-height:1; margin-top:28px; z-index:2; }
.profourbom .profourfl dd span{font-size:16px; color:#272727; }
.profourbom .profourfl dd:after{content:''; position:absolute; left:7px; bottom:0px; width:17px; height:12px; border-radius:50%; background:rgba(150, 150, 150, 0.52); }
.profourbom .profourfl dd i{position:absolute; left:0px; top:-5px; font-size:18px; font-style:normal; color:#878787; line-height:1; }
.profourbom .profourfl dd:nth-child(2){color:#bc0000; /* background:url(../images/profouricon04.png) no-repeat  101px center; */}
.profourbom .profourfl dd:nth-child(2) i{color:#bc0000; }
.profourbom .profourfl dd:nth-child(2):after{background:rgba(182, 24, 24, 0.52); }
/**/
.casemagess .profourbom .profourfl{width:291px; }
.casemagess .profourbom .profourfl dd{margin-left:0px; }
.casemagess .profourbom .profourfl dd span{font-size:12px; color:#272727; }
.casemagess .profourbom .profourfl dd:nth-child(2){background:none; }
.casemagess .profourbom .profourfr{width:590px; padding:27px 17px 33px 25px; }
.casemagess .profourbom .profourfl:after{top:81px; left:12px; }
.profourcase .profourcasefl,.profourcase .profourcasefr{float:left; width:71px; border-radius:50%; overflow:hidden; border:1px solid #eee; }
.profourcase p{float:left; width:140px; text-align:center; padding-top:18px; font-weight:bold; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; }
.profourcase p span{clear:both; display:block; text-align:center; padding-bottom:5px; }
.profourcase p span i{width:6px; height:6px; margin:0px 8px; background-color:#bc0000; border-radius:50%; display:inline-block; -webkit-animation:sk-three-bounce 1.4s ease-in-out 0s infinite both; animation:sk-three-bounce 1.4s ease-in-out 0s infinite both; }
.profourcase p span i:first-child{-webkit-animation-delay:-0.8s; animation-delay:-0.8s; }
.profourcase p span i:nth-child(2){-webkit-animation-delay:-0.64s; animation-delay:-0.64s; }
.profourcase p span i:nth-child(3){-webkit-animation-delay:-0.48s; animation-delay:-0.48s; }
.profourcase p span i:nth-child(4){-webkit-animation-delay:-0.32s; animation-delay:-0.32s; }
.profourcase p span i:nth-child(5){-webkit-animation-delay:-0.16s; animation-delay:-0.16s; }
@-webkit-keyframes sk-three-bounce {
  0%, 80%, 100% {-webkit-transform:scale(0); transform:scale(0); }
  40% {-webkit-transform:scale(1); transform:scale(1); }
}
@keyframes sk-three-bounce {
  0%, 80%, 100% {-webkit-transform:scale(0); transform:scale(0); }
  40% {-webkit-transform:scale(1); transform:scale(1); }
}
@media(min-width:1440px){
    .profour{margin-top:-72px; }
    .profour .container{top:120px; margin-left: -600px;}
    .profour .profourtop{margin-left:48px; background-size:680px; height:52px; width:680px; font-size:16px; line-height:30px; padding:13px 0px 0px 22px; }
    .profour .profourtop span{font-size:30px; }
    .profourbom{border-radius:8px; margin:0px 25px; padding:48px 0px 66px 0px; }
    .profourbom .profourfl{margin:0px 0px 0px 24px; width:370px; }
    .profourbom .profourfl:after{left:36px; }
    .profourbom .profourfl dt{margin-left:43px; font-size:29px; padding:12px 0px 12px 52px; }
    .profourbom .profourfl dt i{font-size:19px; padding-top:12px; }
    .profourbom .profourfl dt span{width:85px; height:85px; left:-43px; }
    .profourbom .profourfl dd{font-size:19px; padding-left:33px; margin-top:32px; }
    .profourbom .profourfl dd span{font-size:16px; }
    .profourbom .profourfl dd i{font-size:22px; }
    .profourbom .profourfl dd:after{width:20px; height:13px; left:9px; bottom:-1px; }
    .profourbom .profourfl dd:nth-child(2){background-position:120px center; }
    /**/
    .casemagess .profourbom .profourfl:after{top:105px; left:13px; }
    .casemagess .profourbom .profourfl{width:313px; }
    .profourcase .profourcasefl, .profourcase .profourcasefr{width:86px; }
    .profourcase p{font-size:15px; padding-top:26px; }
    .profourcase p span i{width:8px; height:8px; margin:0px 4px; }
    .casemagess .profourbom .profourfr{width:733px; }
}
@media(min-width:1860px){
    .profour{}
    .profour .container{top:160px; margin-left:-800px;}
    .profour .profourtop{margin-left:65px; background-size:904px; height:68px; width:904px; font-size:18px; line-height:40px; padding:18px 0px 0px 24px; }
    .profour .profourtop span{font-size:34px; margin-right:15px; }
    .profourbom{border-radius:10px; margin:0px 30px; padding:67px 0px 80px 0px; }
    .profourbom .profourfl{margin:0px 0px 0px 30px; width:426px; }
    .profourbom .profourfl:after{left:38px; }
    .profourbom .profourfl dt{margin-left:57px; font-size:34px; padding:18px 0px 18px 67px; }
    .profourbom .profourfl dt i{font-size:26px; padding-top:16px; }
    .profourbom .profourfl dt span{width:113px; height:113px; left:-57px; }
    .profourbom .profourfl dd{font-size:22px; padding-left:43px; margin-top:40px; }
    .profourbom .profourfl dd i{font-size:26px; }
    .profourbom .profourfl dd span{font-size:16px; }
    .profourbom .profourfl dd:after{width:26px; height:17px; left:11px; bottom:-3px; }
    .profourbom .profourfl dd:nth-child(2){background-position:150px center; }
    /**/
    .casemagess .profourbom .profourfl:after{top:130px; left:17px; }
    .casemagess .profourbom .profourfl{width:414px; }
    .profourcase .profourcasefl, .profourcase .profourcasefr{width:111px; }
    .profourcase p{font-size:20px; padding-top:34px; width:171px; }
    .profourcase p span i{margin:0px 7px; }
    .casemagess .profourbom .profourfr{width:978px; }
    .casemagess .profourbom .profourfl dd span{font-size:16px; }
}
@media(min-width:1920px){
	.profourpictop img{width:100%; height:101px; }
	.profourpicbom img{width:100%; height:699px; }
}
/**/
.profourbom .profourfr{float:right; margin-right:43px; display:block; width:650px; position:relative; border-radius:5px; box-shadow:-4px 0px 8px rgba(0, 0, 0, 0.09); background:url(../images/protwoicon03.jpg) no-repeat right bottom #fff; padding:27px 27px 33px 40px; background-size:330px; }
.profourbom .profourfr:before{content:''; position:absolute; right:0px; top:0px; background:url(../images/protwoicon04.jpg) no-repeat center top; border-top-right-radius:5px; width:63px; height:47px; background-size:63px; }
.profourbom.noprofourfr .profourfr:before{display:none; }
.profourbom .profourfr .cont_form{float:left; width:360px; padding-right:21px; position:relative; }
.profourbom .profourfr .cont_form .btnclick{position:absolute; left:108px; bottom:-49px; }
.profourbom .profourfr .cont_form .btnclick .btn_submit{width:138px; height:30px; border-radius:15px; line-height:30px; background-color:#c9221e; background-image:linear-gradient(90deg, #c9211e 0%, #de7c1b 50%,#c9211e 100%); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; color:#fff; font-size:14px; cursor:pointer; }
.profourbom .profourfr .cont_form .btnclick .btn_submit:hover{background-position:right center; }
.profourbom .profourfr .cont_form li{clear:both; display:block; padding-bottom:16px; }
.profourbom .profourfr .cont_form li span{float:left; font-size:16px; color:#353535; width:60px; text-align:left; line-height:32px; }
.profourbom .profourfr .cont_form li span font{color:#f00; }
.profourbom .profourfr .cont_form li input{float:right; border:1px solid #e1e1e1; border-radius:3px; width:270px; font-size:16px; color:#333; line-height:30px; padding:3px 10px 3px 30px; height: 32px;}
.profourbom .profourfr .cont_form li textarea{float:right; font-family:'微软雅黑'; border:1px solid #e1e1e1; border-radius:3px; width:270px; font-size:14px; color:#333; line-height:30px; height:57px; padding:3px 10px 3px 30px; }
.profourbom .profourfr .cont_form li .inputicon01{background:url(../images/homefiveicon04.png) no-repeat 5px 7px; background-size:24px; }
.profourbom .profourfr .cont_form li .inputicon02{background:url(../images/homefiveicon03.png) no-repeat 5px 7px; background-size:24px; }
.profourbom .profourfr .cont_form li .inputicon03{background:url(../images/homefiveicon02.png) no-repeat 5px 7px; background-size:24px; }
.profourbom .profourfr .cont_form li .btnSub{font-size:12px; color:#fff; background:#1c1c1c; line-height:26px; text-align:center; width:100%; }
/**/
.profourbom .profourfr .cont_form.casefrom{width:100%; padding:0px; }
.profourbom .profourfr .cont_form.casefrom ul{clear:both; overflow:hidden; width:100%; }
.profourbom .profourfr .cont_form.casefrom ul li{float:left; width:259px; clear:none; margin-right:15px; }
.profourbom .profourfr .cont_form.casefrom ul li input{clear:both; display:block; width:100%; padding:3px 10px; }
.profourbom .profourfr .cont_form.casefrom ul li select{clear:both; display:block; width:100%; padding:3px 10px; height:32px; border:1px solid #e1e1e1; border-radius:3px; font-size:14px; color:#333; line-height:24px; }
.profourbom .profourfr .cont_form.casefrom ul li:last-child{width:535px; }
.profourbom .profourfr .cont_form.casefrom ul li textarea{width:100%; float:left; padding:3px 10px; }
.profourbom .profourfr .cont_form.casefrom .btnclick{left:190px; }
.profourbom .profourfr .cont_form.casefrom ul li input::-webkit-input-placeholder,.profourbom .profourfr .cont_form.casefrom ul li textarea::-webkit-input-placeholder{color:#333; }
@media(min-width:1440px){
	.profourbom .profourfr{width:672px; margin-right:50px; padding:33px 33px 38px 35px; }
    .profourbom .profourfr:before{width:76px; height:58px; background-size:76px; }
    .profourbom .profourfr .cont_form{width:360px; padding-right:35px; }
    .profourbom .profourfr .cont_form li span{font-size:17px; width:62px; }
    .profourbom .profourfr .cont_form li input{width:257px; padding:7px 10px 7px 44px; line-height:24px; font-size:16px; height: 40px;}
    .profourbom .profourfr .cont_form li textarea{width:257px; height:68px; font-size:16px; line-height:28px; padding:3px 10px 10px 44px; }
    .profourbom .profourfr .cont_form li .inputicon01{background-size:28px; background-position:10px 9px; }
	.profourbom .profourfr .cont_form li .inputicon02{background-size:28px; background-position:10px 9px; }
	.profourbom .profourfr .cont_form li .inputicon03{background-size:28px; background-position:10px 9px; }
    .profourbom .profourfr .cont_form .btnclick{left:105px; bottom:-55px; }
    .profourbom .profourfr .cont_form .btnclick .btn_submit{width:164px; height:36px; border-radius:18px; font-size:16px; line-height:36px; }
/**/
.profourbom .profourfr .cont_form.casefrom{padding:10px 20px; }
.profourbom .profourfr .cont_form.casefrom ul li{ width:308px; }
.profourbom .profourfr .cont_form.casefrom ul li:last-child{width:632px; }
.profourbom .profourfr .cont_form.casefrom ul li input{padding:8px 15px; }
.profourbom .profourfr .cont_form.casefrom ul li select{height:42px; }
.profourbom .profourfr .cont_form.casefrom ul li textarea{padding:8px 15px; height:75px; }
.profourbom .profourfr .cont_form.casefrom .btnclick{left:260px; }
}
@media(min-width:1860px){
	.profourbom .profourfr{width:978px; margin-right:70px; padding:45px 43px 54px 50px; }
    .profourbom .profourfr:before{width:102px; height:78px; background-size:102px; }
    .profourbom .profourfr .cont_form{width:528px; padding-right:42px; }
    .profourbom .profourfr .cont_form li span{font-size:20px; width:72px; line-height:52px; }
    .profourbom .profourfr .cont_form li input{width:406px; padding:10px 10px 10px 44px; line-height:30px; font-size:18px; height: 52px;}
    .profourbom .profourfr .cont_form li textarea{width:406px; height:91px; font-size:18px; }
    .profourbom .profourfr .cont_form li .inputicon01{background-size:31px; background-position:10px 12px; }
	.profourbom .profourfr .cont_form li .inputicon02{background-size:31px; background-position:10px 13px; }
	.profourbom .profourfr .cont_form li .inputicon03{background-size:31px; background-position:10px 9px; }
    .profourbom .profourfr .cont_form .btnclick{left:167px; bottom:-78px; }
    .profourbom .profourfr .cont_form .btnclick .btn_submit{width:220px; height:50px; border-radius:25px; font-size:18px; line-height:50px; }
/**/
.profourbom .profourfr .cont_form.casefrom{padding:15px 5px 15px 30px; }
.profourbom .profourfr .cont_form.casefrom ul li{width:422px; margin-right:25px; padding-bottom:20px; }
.profourbom .profourfr .cont_form.casefrom ul li:last-child{width:870px; }
.profourbom .profourfr .cont_form.casefrom ul li input{padding:8px 15px; }
.profourbom .profourfr .cont_form.casefrom ul li select{height:48px; font-size:18px; }
.profourbom .profourfr .cont_form.casefrom ul li textarea{padding:8px 15px; height:75px; }
.profourbom .profourfr .cont_form.casefrom .btnclick{left:359px; bottom:-56px; }
}
/**/
.marqueetop{float:right;height:154px; width:220px; border-left:1px solid #e9e9e9; padding-left:15px; overflow-y: hidden;}
.marqueetop div{clear: both; width: 100%; overflow:hidden;}
.marqueetop li{clear:both; width:100%; padding:15px 0px; border-bottom:1px dashed #e9e9e9; overflow:hidden; }
.marqueetop li p{font-size:14px; color:#2d2d2d; line-height:28px; }
.marqueetop li p strong{clear:both; display:block; padding-bottom:2px; }
.marqueetop li time{clear:both; display:block; line-height:1; color:#a6a6a6; font-size:12px; }

@media(min-width:1440px){
	.marqueetop{height:180px; width:239px; padding-left:25px; }
   .marqueetop li p{font-size:16px; padding-bottom:5px; }
   .marqueetop li time{font-size:14px; }
}
@media(min-width:1860px){
	.marqueetop{height:231px; width:353px; padding-left:40px; }
}
/**/
.profive{padding-bottom:50px; }
.profive .profivetit{clear:both; line-height:42px; text-align:left; }
.profive .profivetit strong{float:left;width:164px;height:42px;text-align:center;line-height: 39px;color:#fff;background:url(../images/profiveicon01.jpg) no-repeat right top;background-size:164px;font-size:24px;font-weight:normal;margin-right:36px;padding-right: 5px;}
.profive .profivetit span{font-size:14px; color:#9f4200; background:url(../images/prothreeicon02.png) no-repeat right 7px; padding-right:35px; line-height:30px; display:inline-block; }
.profive .profivetit span a{color:#9f4200; }
.profive ul{margin-left:-100px; }
.profive ul li{float:left; margin-left:100px; width:450px; padding-top:31px; }
.profivewen{clear:both; overflow:hidden; }
.profivewen span{float:left; width:34px; height:34px; border:1px solid #d8e1ff; border-radius:50%; overflow:hidden; }
.profivewen a{float:right; width:400px; font-size:14px; line-height:24px; color:#464646; margin-top:5px; height:48px; overflow:hidden; }
.profiveda{clear:both; margin-top:15px; background:url(../images/homefivebg.jpg) repeat; padding:0px 20px 0px 0px; border-radius:5px; color:#737373; overflow:hidden; }
.profiveda i{float:left; background:url(../images/profiveicon02.png) no-repeat left top; background-size:37px; width:37px; height:48px; text-align:center; font-style:normal; font-size:14px; padding-top:8px; line-height:1; color:#773500; font-weight:bold; }
.profiveda span{float:right; width:380px; font-size:12px; line-height:24px; height:48px; overflow:hidden; margin:11px 0px; }
@media(min-width:1440px){
	.profive{padding-bottom:60px; }
	.profive .profivetit{line-height:50px; }
	.profive .profivetit strong{width:197px;margin-right:30px;height:50px;background-size:197px;font-size:30px;line-height: 47px;padding-right: 7px;}
    .profive .profivetit span{font-size:16px; }
    .profive ul{margin-left:-120px; }
    .profive ul li{margin-left:120px; width:540px; padding-top:40px; }
	.profivewen span{width:42px; height:42px; }
	.profivewen a{font-size:16px; width:480px; }
	.profiveda{margin-top:16px; }
	.profiveda i{background-size:43px; width:43px; height:60px; font-size:17px; padding-top:11px; }
	.profiveda span{font-size:14px; width:461px; margin:17px 0px; }
}
@media(min-width:1860px){
	.profive{padding-bottom:80px; }
	.profive .profivetit{line-height:66px; }
	.profive .profivetit strong{font-size: 35px;width:261px;height:66px;line-height: 62px;background-size:261px;padding-right: 8px;}
    .profive .profivetit span{font-size:18px; }
    .profive ul{margin-left:-160px; }
    .profive ul li{margin-left:160px; padding-top:55px; width:720px; }
	.profivewen span{width:53px; height:53px; }
	.profivewen a{font-size:18px; width:651px; margin-top:13px; }
	.profiveda{margin-top:16px; }
	.profiveda i{background-size:56px; width:56px; height:76px; font-size:22px; padding-top:11px; }
	.profiveda span{font-size:16px; width:623px; margin:17px 0px; height:56px; line-height:28px; }
}
/**/
.prosix{clear:both; background:url(../images/prosixbg.png) no-repeat center top; padding:47px 0px 60px; background-size:100% 100%; }
.prosix .prosixp01{clear:both; text-align:center; color:#fff; font-size:32px; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-weight:bold; line-height:1; position:relative; }
.prosix .prosixp01 span{position:relative; z-index:2; }
.prosix .prosixp01:after{content:''; position:absolute; bottom:-7px; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); background:url(../images/prosixicon01.png) no-repeat center top; width:275px; height:16px; background-size:250px; }
.prosix .prosixp02{color:#fff; line-height:34px; border:1px dashed #fff; border-radius:17px; text-align:center; margin:37px auto 0px; width:410px; font-size:16px; }
@media(min-width:1440px){
	.prosix{padding-top:58px; padding-bottom:72px; }
	.prosix .prosixp01{font-size:40px; }
	.prosix .prosixp01:after{width:300px; height:20px; bottom:-11px; background-size:300px; }
	.prosix .prosixp02{font-size:19px; margin-top:51px; width:480px; line-height:40px; border-radius:24px; }
}
@media(min-width:1860px){
	.prosix .prosixp01{font-size:48px; }
	.prosix .prosixp01:after{width:349px; height:21px; bottom:-8px; background-size:349px; }
	.prosix .prosixp02{font-size:22px; margin-top:64px; width:550px; line-height:53px; border-radius:42px; }

}
/*==============产品详情 end==============*/
/*==============新闻综合 start==============*/
.newzhtop{text-align:left; }
.newzhtop p{display:inline-block; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-weight:bold; }
.newzhtop p a{font-size:25px; color:#171717; line-height:29px; }
.newzhtop span{float:right; }
.newzhtop span a{float:right; border:1px dashed #dd8581; width:110px; line-height:27px; transition:all .2s linear; border-radius:15px; text-align:center; color:#161616; background:url(../images/proitemicon04.png) no-repeat 19px center; background-size:8px; padding-left:15px; }
.newzhtop span a:hover{background:#c9221e; color:#fff; transition:all .2s linear; }
.newzhone{background:url(../images/homefivebg.jpg) repeat;position:relative;margin-top:129px;padding-top: 1px;padding-bottom: 35px;}
.newzhone .newzhtop{padding: 30px 32px 0px;}
.newzhone:after{content:''; width:135px; height:204px; position:absolute; left:0px; top:-130px; z-index:2; background:url(../images/newicon03.png) no-repeat center top; background-size:135px; }
.newzhone .newzhonebox{padding: 35px 19px 0px;}
.newzhone .newzhonebox li{float:left;width: 50%;padding: 0px 13px;}
.newzhoneboxpic{float:left; width:300px; overflow:hidden; }
.newzhoneboxitem{float:left; width:250px; background:#f3f6ff; border-radius:0px 5px 5px 0px; padding:20px; box-shadow:3px 3px 5px rgba(0,0,0,0.09); }
.newzhoneboxitem h3 a{clear:both; display:block; font-size:16px; line-height:30px; color:#c3311c; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image:-webkit-linear-gradient(45deg, #bf211d 0%, #d3751b 50%, #bf211d 100%); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; }
.newzhoneboxitem h3 a:hover{background-position:right center; }
.newzhoneboxitem i{clear:both; font-style: normal; display:block; font-size:14px; color:#161616; line-height:1; padding:8px 0px; }
.newzhoneboxitem p{font-size:14px; line-height:24px; color:#666; height:54px; overflow:hidden; margin-bottom:8px; }
.newzhoneboxitem .newzhoneboxmore{clear:both; display:block; width:86px; height:24px; border-radius:12px; line-height:24px; color:#fff; text-align:center; font-size:12px; background-color:#c9221e; overflow:hidden; background-image:linear-gradient(90deg, #c9221e 30%, #e35d10 50%, #ca231e); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; }
.newzhoneboxitem .newzhoneboxmore:hover{background-position:right center; }
.newzhone .newzhonebom{clear:both;padding-top:20px;}
.newzhone .newzhonebom li{float:left;width: 600px;padding: 15px 32px 0px;}
.newzhone .newzhonebom li h3{clear:both; display:block; text-overflow:ellipsis; color:#161616; font-weight:normal; white-space:nowrap; overflow:hidden;}
.newzhone .newzhonebom li h3 a{clear:both; font-size:16px; line-height:20px; color:#161616; font-weight:normal; }
.newzhone .newzhonebom li h3 a:hover{color:#bf211d; }
.newzhone .newzhonebom li i{clear:both; font-style: normal; display:block; font-size:14px; color:#161616; line-height:1; padding:8px 0px; }
.newzhone .newzhonebom li p{height:36px; font-size:14px; line-height:18px; color:#666; margin-bottom:8px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; -moz-line-clamp:2; -ms-line-clamp:2; -o-line-clamp:2; overflow:hidden; }
@media(min-width:1440px){
	.newzhone{margin-top: 159px;padding-bottom: 48px;}
	.newzhone:after{width:160px; background-size:160px; height:241px; top:-156px; }
	.newzhone .newzhtop{padding: 30px 38px 0px;}
	.newzhtop p a{font-size:30px; line-height:35px; }
	.newzhtop span a{width:130px; border-radius:17px; background-size:10px; padding:3px 0px 3px 15px; background-position:25px center; }
	.newzhone .newzhonebox{padding: 42px 22px 0px;}
    .newzhone .newzhonebox li{width: 50%;padding: 0px 16px;}
    .newzhoneboxpic{ width:310px; }
    .newzhoneboxitem{width:236px; }
    .newzhoneboxitem h3 a{font-size:16px; line-height:20px; }
    .newzhoneboxitem i{padding:11px 0px; font-size:14px; }
    .newzhoneboxitem p{margin-bottom:15px; font-size:14px; }
    .newzhoneboxitem .newzhoneboxmore{width:102px; height:26px; line-height:26px; border-radius:13px; font-size:14px; }
    .newzhone .newzhonebom{padding-top:23px;}
    .newzhone .newzhonebom li{width: 600px;padding: 25px 43px 0px;}
    .newzhone .newzhonebom li h3 a{font-size:16px; line-height:24px; }
    .newzhone .newzhonebom li i{font-size:14px; padding:8px 0px; }
    .newzhone .newzhonebom li p{font-size:14px; line-height:22px; height:44px; }
}
@media(min-width:1860px){
	.newzhone{margin-top: 214px;}
	.newzhone:after{width:214px; background-size:214px; height:322px; top:-208px; }
	.newzhone .newzhtop{padding: 47px 50px 0px;}
	.newzhtop p a{font-size:40px; line-height:45px; }
	.newzhtop span a{font-size:16px; width:170px; border-radius:25px; padding:8px 0px 8px 20px; background-position:39px center; background-size:12px; }
	.newzhone .newzhonebox{padding: 56px 29px 0px;}
    .newzhone .newzhonebox li{width: 771px;padding: 0px 21px;}	
    .newzhoneboxpic{ width:412px; }
    .newzhoneboxitem{width:309px; padding:35px 33px 28px; }
    .newzhoneboxitem h3 a{font-size:22px; line-height:25px; }
    .newzhoneboxitem i{padding:20px 0px 16px 0px; font-size:16px; }
    .newzhoneboxitem p{line-height:28px; height:50px; font-size:16px; }
    .newzhoneboxitem .newzhoneboxmore{width:136px; height:34px; line-height:34px; border-radius:17px; font-size:16px; }
    .newzhone .newzhonebom{padding-top:37px;}
    .newzhone .newzhonebom li{width: 800px;padding: 25px 50px 0px;}
    .newzhone .newzhonebom li h3 a{font-size:22px; line-height:26px; }
    .newzhone .newzhonebom li i{font-size:16px; padding:10px 0px; }
    .newzhone .newzhonebom li p{font-size:16px; line-height:25px; height:50px; }
}
.hotnew{width:1116px;height:270px;background:url(../images/newzhonetop.png) no-repeat left top;background-size:1116px;margin-left: 101px;margin-top: -129px;}
.newlist .hotnew{margin-left: 72px; margin-top: -162px;}
.hotnewtit{float:left;color: #e55534;font-weight: bold;font-size: 18px;display: block;padding: 83px 8px 0px 37px;width: 63px;text-align: center;line-height: 19px;}
.hotnewbox{float:right;width: 1036px;margin-right:17px;}
.hotnewboxtop{padding: 12px 0px 0px 34px;height: 180px;}
.hotnewboxtop li{float:left;position: relative;width:22%;margin-right: 3%;}
.hotnewboxtop li .hotnewboxtoppic{position:relative;display:block;border-radius: 5px;overflow: hidden;}
.hotnewboxtop li .hotnewboxtoppic:after{content:'';position:absolute;left:0px;right:0px;top:0px;bottom:0px;overflow: hidden;background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0%,rgba(0, 0, 0, 0) 60%); transition:all 0.5s; -webkit-transition:all 0.5s;background-position: left center;background-size: 100% 100%;background-repeat: no-repeat;}
.hotnewboxtop li:hover .hotnewboxtoppic:after{background-image: linear-gradient(0deg, rgba(229, 85, 52, 0.85) 0%,rgba(229, 85, 52, 0) 60%); transition:all 0.5s; -webkit-transition:all 0.5s;}
.hotnewboxtop li .hotnewboxtoppic:before{content:''; position:absolute; left:0px; top:0px; width:40px; height:29px;}
.hotnewboxtop li:first-child .hotnewboxtoppic:before{background:url(../images/hotnewicon01.png) no-repeat left top; background-size:40px;}
.hotnewboxtop li:first-child+li .hotnewboxtoppic:before{background:url(../images/hotnewicon02.png) no-repeat left top; background-size:40px;}
.hotnewboxtop li:first-child+li+li .hotnewboxtoppic:before{background:url(../images/hotnewicon03.png) no-repeat left top; background-size:40px;}
.hotnewboxtop li:first-child+li+li+li .hotnewboxtoppic:before{background:url(../images/hotnewicon04.png) no-repeat left top; background-size:40px;}
.hotnewboxtop li .hotnewboxtoptit{position:absolute;left:0px;right:0px;bottom:0px;padding:5px;font-size:15px;color:#fff;line-height: 30px;height: 30px;margin-bottom: 15px;overflow: hidden;}
.hotnewboxbom{padding-top:10px;padding-left: 35px;}
.hotnewboxbom li{float:left;width:50%;padding: 0px 30px 0px 0px;}
.hotnewboxbom li a{clear:both;padding-left: 32px;font-size:15px;color:#666;line-height:30px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.hotnewboxbom li a:hover{color:#e55534;}
.hotnewboxbom li:first-child a{background:url(../images/n5.jpg) no-repeat left center; background-size:20px;}
.hotnewboxbom li:first-child+li a{background:url(../images/n6.jpg) no-repeat left center; background-size:20px;}
.hotnewboxbom li:first-child+li+li a{background:url(../images/n7.jpg) no-repeat left center; background-size:20px;}
.hotnewboxbom li:first-child+li+li+li a{background:url(../images/n8.jpg) no-repeat left center; background-size:20px;}
@media(min-width:1440px){
	.hotnewtit{font-size:20px;padding: 100px 8px 0px 37px;width: 71px;line-height: 19px;}
	.hotnew{width:1082px;height:259px;background-size:1082px;margin-top: -159px;margin-left: 139px;}
    .newlist .hotnew{margin-left: 101px;margin-top: -195px;}
    .hotnewbox{width: 986px; margin-right: 21px;}
    .hotnewboxtop{padding: 14px 0px 0px 38px;height: 171px;}
    .hotnewboxtop li .hotnewboxtoppic{border-radius:8px;}
    .hotnewboxtop li .hotnewboxtoptit{font-size: 16px;padding: 5px;line-height: 30px;height: 30px;margin-bottom: 15px;overflow: hidden;}
    .hotnewboxbom{padding-left: 40px;}
    .hotnewboxbom li{padding: 3px 30px 3px 0px;}
    .hotnewboxbom li a{font-size:16px;}
    .hotnewboxtop li .hotnewboxtoppic:before{width:45px; height:32px;}
    .hotnewboxtop li:first-child .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li+li .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li+li+li .hotnewboxtoppic:before{background-size:45px;}
}
@media(min-width:1860px){
	.hotnewtit{font-size:24px;padding: 137px 8px 0px 51px;width: 99px;line-height: 24px;}
	.hotnew{width:1460px;height:350px;background-size:1460px;margin-top: -214px;margin-left: 168px;}
    .newlist .hotnew{margin-left: 118px;margin-top: -262px;}
    .hotnewbox{width: 1331px;margin-right: 28px;}
    .hotnewboxtop{padding: 19px 0px 0px 55px;height: 231px;}
    .hotnewboxtop li .hotnewboxtoppic{border-radius:8px;}
    .hotnewboxtop li .hotnewboxtoptit{font-size: 16px;line-height: 30px;height: 30px;margin-bottom: 15px;overflow: hidden;}
    .hotnewboxbom{padding-left: 58px;padding-top: 20px;}
    .hotnewboxbom li{padding: 6px 30px 6px 0px;}
    .hotnewboxbom li a{font-size: 16px; padding-left:35px;}
    .hotnewboxtop li .hotnewboxtoppic:before{width:61px; height:44px;}
    .hotnewboxtop li:first-child .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li+li .hotnewboxtoppic:before,.hotnewboxtop li:first-child+li+li+li .hotnewboxtoppic:before{background-size: 61px;}
    .hotnewboxbom li:first-child a,.hotnewboxbom li:first-child+li a,.hotnewboxbom li:first-child+li+li a,.hotnewboxbom li:first-child+li+li+li a{background-size:25px;}
}
/**/
.newzhtwo{padding:40px 30px 70px 30px; }
.newzhtwo .newzhtwofl{float:left; width:43%; margin-top:28px; overflow:hidden; border-radius:12px; position:relative; }
.newzhtwo .newzhtwofl h3{position:absolute; left:0px; right:0px; bottom:0px; font-weight:normal; }
.newzhtwo .newzhtwofl h3 a{clear:both; display:block; padding:6px 10px; color:#fff; background:rgba(0, 0, 0, 0.51); font-size:14px; line-height:24px; }
.newzhtwo .newzhtwofl:hover h3 a{background:rgba(191, 33, 29, 0.5); }
.newzhtwo ul{float:right; width:55%; margin-top:28px; }
.newzhtwo ul li{background:url(../images/newicon01.jpg) no-repeat right bottom; background-size:auto 8px; padding-bottom:16px; margin-bottom:10px; }
.newzhtwo ul li:last-child{margin-bottom:0px; }
.newzhtwo ul li span{float:left; background:#f4f7ff; border-radius:6px; text-align:center; font-size:32px; line-height:1; padding-top:8px; width:75px;margin-top: 10px; }
.newzhtwo ul li span i{clear:both; display:block; font-style:normal; background:#fff; font-size:14px; line-height:20px; margin-top:8px; border-radius:6px; color:#161616; box-shadow:0px 2px 2px rgba(0, 0, 0, 0.06); }
.newzhtwoitem{float:right; width:86%; }
.newzhtwoitem h3{font-weight:normal; }
.newzhtwoitem h3 a{font-size:16px; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#161616; line-height:32px; margin-top:5px; }
.newzhtwoitem h3 a:hover{color:#bf211d; }
.newzhtwoitem p{color:#666; font-size:14px; line-height:20px; height:36px; display:-webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:2; -moz-line-clamp:2; -ms-line-clamp:2; -o-line-clamp:2; overflow:hidden; margin-top:7px; }
@media(min-width:1440px){
	.newzhtwo{padding:50px 38px 50px 38px; }
	.newzhtwo .newzhtwofl{width:50%; margin-top:34px; }
	.newzhtwo .newzhtwofl h3 a{font-size:16px; }
	.newzhtwo ul{width:48%; margin-top:34px; }
	.newzhtwo ul li{background-size:auto 10px; padding-bottom:18px; }
	.newzhtwo ul li span{width:75px; font-size:32px; padding-top:11px; }
	.newzhtwo ul li span i{font-size:12px; line-height:24px; margin:11px 1px 4px 1px; }
	.newzhtwoitem{width:81%; padding-top:3px; }
	.newzhtwoitem h3 a{font-size:16px; }
	.newzhtwoitem p{font-size:14px; line-height:24px; margin-top:9px; height:44px; }

}
@media(min-width:1860px){
	.newzhtwo{padding:68px 50px 50px 50px; }
	.newzhtwo .newzhtwofl{width:610px; margin-top:55px; }
	.newzhtwo .newzhtwofl h3 a{font-size:18px; padding:16px 15px; }
	.newzhtwo ul{width:860px; margin-top:46px; }
	.newzhtwo ul li{background-size:auto 12px; padding-bottom:24px; margin-bottom:15px; }
	.newzhtwo ul li span{width:99px; font-size:30px; padding-top:14px; }
	.newzhtwo ul li span i{font-size:16px; line-height:30px; margin:14px 1px 4px 1px; }
	.newzhtwoitem{width:740px; padding-top:3px; }
	.newzhtwoitem h3 a{font-size:22px; }
	.newzhtwoitem p{font-size:16px; line-height:26px; margin-top:12px; height:52px; }
}
/**/
.newzhthree{clear:both; background:url(../images/prothreeicon01.jpg) repeat; position:relative; }
.newzhthree:after{position:absolute; z-index:2; content:''; left:0px; bottom:0px; top:0px; right:0px; background:url(../images/prothreeicon03.png) no-repeat center bottom; background-size:100%; }
.newzhthree::before {position:absolute; z-index:2; content:''; left:0px; bottom:0px; top:0px; right:0px; background:url(../images/prothreeicon04.png) no-repeat center bottom; background-size:100%; }
.newzhthree .container{padding:30px 30px 75px 30px; position:relative; z-index:3; }
.newzhthree ul{clear:both; margin-top:26px; position:relative; width:100%; }
.newzhthree ul:after{content:''; position:absolute; top:0px; bottom:0px; left:110px; background:#cc2c1e; width:2px; }
.newzhthree ul li{padding:20px 0px; position:relative; z-index:1; }
.newzhthree ul span{float:left; width:119px; background:url(../images/newicon02.png) no-repeat right center; background-size:16px; font-size:16px; color:#161616; }
.newzhthreefr{float:right; width:85%; }
.newzhthreefr h3{font-weight:normal; }
.newzhthreefr h3 a{font-size:16px; color:#161616; }
.newzhthreefr h3 a:hover{color:#bf211d; }
.newzhthreefr p{font-size:16px; color:#666; line-height:24px; margin-top:5px; }
@media(min-width:1440px){
	.newzhthree ul:after{left:97px; }
	.newzhthree .container{padding:38px 38px 80px 38px; }
	.newzhthree ul{margin-top:32px; }
	.newzhthree ul span{width:105px; font-size:16px; background-size:14px; }
    .newzhthreefr{width:1001px; }
    .newzhthreefr h3 a{font-size:16px; line-height:30px; }
    .newzhthreefr p{font-size:14px; line-height:24px; }
}
@media(min-width:1860px){
	.newzhthree ul:after{left:125px; }
	.newzhthree .container{padding:50px 50px 120px 50px; }
    .newzhthree ul{margin-top:40px; }
    .newzhthree ul span{width:135px; background-size:18px; font-size:16px; }
    .newzhthreefr{width:1334px; }
    .newzhthreefr h3 a{font-size:22px; line-height:24px; }
    .newzhthreefr p{font-size:16px; line-height:26px; margin-top:10px; }
}
@media(min-width:1920px){
    .newzhthree:after{background-size:100% 240px; }
    .newzhthree::before{background-size:100% 360px; }
}
/*==============新闻综合 end==============*/
/*==============新闻列表 end==============*/
.newlist{clear:both;padding:30px 30px 30px 30px;background:url(../images/insidedot01.jpg) repeat-x center top #fff;position: relative;margin-top: 132px;}
.newlist:after{content:''; width:135px; height:204px; position:absolute; left:0px; top:-130px; z-index:2; background:url(../images/newicon03.png) no-repeat center top; background-size:135px; }

.newlist .newlisttit{font-size:25px;font-weight:bold;line-height:1;font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif;padding-top: 30px;}
.newlist .newlistitem{clear:both; padding-top:26px; margin-left:-78px; padding-bottom:30px; }
.newlist .newlistitem li{float:left; margin:0px; margin-left:78px; width:531px; background:url(../images/prodot01.png) no-repeat left center; line-height:24px; padding:9px 0px 9px 20px; }
.newlist .newlistitem li h2{float:left; font-weight:normal; font-size:16px; width:333px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.newlist .newlistitem li time{float:right; font-size:16px; color:#9e9e9e; }
@media(min-width:1440px){
	.newlist{padding:38px;margin-top: 157px;}
	.newlist:after{width:160px; background-size:160px; height:241px; top:-156px; }
	.newlist .newlisttit{font-size:30px;padding-top: 38px;}
	.newlist .newlistitem{margin-left:-94px; }
	.newlist .newlistitem li{margin-left:94px; width:515px; padding:13px 0px 13px 21px; }
	.newlist .newlistitem li h2{font-size:16px; width:405px; }
}
@media(min-width:1860px){
	.newlist{padding:50px;margin-top: 212px;}
	.newlist:after{width:214px; background-size:214px; height:322px; top:-208px; }
    .newlist .newlisttit{font-size: 40px;padding-top: 50px;}
	.newlist .newlistitem{margin-left:-120px; }
	.newlist .newlistitem li{margin-left:120px; width:690px; padding:22px 0px 22px 21px; }
	.newlist .newlistitem li time{font-size:16px; }
	.newlist .newlistitem li h2{font-size:18px; width:565px; }
}
#ctl00_ContentConn_PageInfo { text-align:center; margin-top:20px; font-size:14px; line-height:40px; width:100%; }
#ctl00_ContentConn_PageInfo a { background:#fff none repeat scroll 0 0; border:1px solid #bcbcbc; color:#999; margin:5px 5px 0 0; padding:6px 15px; }
#ctl00_ContentConn_PageInfo a:hover { background:#ff3a3b none repeat scroll 0 0; border:1px solid #c00; color:#fff; text-decoration:none; }
#ctl00_ContentConn_PageInfo .current { background:#ff3a3b none repeat scroll 0 0; border:1px solid #c00; color:#fff; text-decoration:none; }
/*==============新闻列表 end==============*/
/*==============新闻详情 start==============*/
.newbox{clear:both; position:relative; background:url(../images/insidedot01.jpg) repeat-x center top; padding:1px 30px 0px; margin-top:28px; }
.newbox .newboxpage{position:absolute; right:49px; top:-39px; }
.newbox .newboxpage span{float:left; width:62px; height:39px; margin-left:13px; }
.newbox .newboxpage span a{background:#eaeaea; overflow:hidden; display:block; border-radius:6px 6px 0px 0px; text-align:center; padding:0px 14px;line-height:39px; }
.newbox .newboxpage span a:hover{background:#ffa050; }
.newbox .newboxpage span.nextNone{background:#b2b2b2; overflow:hidden; display:block; border-radius:6px 6px 0px 0px; text-align:center; padding:0px 14px; line-height:39px;}
.newbox .newboxtit{clear:both; width:66%; border-radius:10px 10px 0px 0px; box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2); color:#111111; font-size:16px; background:#eff5ff; height:45px; line-height:45px; margin-top:-15px; }
.newbox .newboxtit span{float:left; width:51px; margin-top:-19px; margin-left:10px; margin-right:10px; }
.newbox .newboxtit a{cursor:pointer;background-color:#c9221e; background-image:linear-gradient(90deg, #c9221e 30%, #e35d10 50%, #ca231e); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; display:inline-block; width:90px; height:26px; font-size:16px; line-height:26px;margin: 0 5px; }
.newbox .newboxtit a i{clear:both; display:block; text-align:center; color:#fff; background:url(../images/proitemicon05.png) no-repeat right center; font-style:normal; }
.newbox .newboxtit a:hover{background-position:right center; }
.newbox .newboxicon{text-align:center; font-size:16px; border-radius:0px 25px 25px 0px; display:inline-block; }
.newbox .newboxicon p>span{float:left; color:#d63f17; width:70px; padding:3px; line-height:15px; font-weight:bold; background-color:#d63f17; background-position:left center; background-size:100% 100%; background-repeat:no-repeat; margin-right: 10px;}
.newbox .newboxicon p{float:left; background:#fff;color: #838383; border-radius:25px; padding:10px 20px; line-height:30px; box-shadow:0px 4px 6px rgba(0, 0, 0, 0.1); text-align: justify;}
.newbox .newboxicon p span{float:left; padding:5px 15px; color:#fff;text-align: center; }
.newbox .newboxicon p span i{float:left; width:15px; height:15px; text-align:center; line-height:15px; border-radius:3px; color:#fff; font-style:normal; margin-right:5px; margin-top:7px; }
.newbox .newboxicon p span:first-child i{background:#cb2a1e; }
.newbox .newboxicon p span:nth-child(2) i{background:#c9461e; }
.newbox .newboxicon p span:nth-child(3) i{background:#1eafc9; }
.newh1{display:inline-block; padding-left:32px; color:#c3311c; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image:-webkit-linear-gradient(right,#bf211d, #d3751b); font-size:32px; position:relative; margin:26px 0px 15px 0px; line-height:35px; }
.newh1:before{content:''; position:absolute; left:0px; top:12px; width:11px; height:11px; background:url(../images/homeoneicon01.png) no-repeat left center; background-size:11px; }
.newtime{clear:both;color:#fff;padding:0px 0px 0px 32px;font-size:16px;display:block;line-height: 40px;}
.newtime span{padding-right:20px;float: left;color:#fff;}
.newtime span a {color:#fff;}
.newtime span a:hover{color:#f00;}
.newtime span:first-child + span i{float:left;width: 40px;height: 40px;overflow:hidden;border-radius:50%;margin-right:10px;}
.newbox .newboxfl{float:left; width:66%; margin-top:10px; padding:0px 30px 60px 30px; background-size:8px;background-color: #fff; }
.newboxflbox{clear:both; text-align:left;background: url(../images/arrow01.jpg) no-repeat left 91px; position:relative;background-position: left 12px; }
.newboxflbox video {clear:both; margin:0 auto; display:block; width:600px; }
.newboxflbox img{padding:6px 0px; margin: 0 auto; display: block;}
.newboxflbox a {color:#000; font-weight: bold;}
.newboxflbox p {padding:5px 0; /*text-indent:25px;*/ line-height:32px; font-size:16px;text-align: justify; color:#494949;text-indent: 2em; }
.newbox .protwofr .protwofrjchg ul li a{clear:both; display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden;}
.newboxflbox h3 {padding:25px 0px 10px 0px; font-size:16px; color:#333; }
/**/
.newbox .protwofr ul{background:none; }
.newbox  .protwofrhottit{padding-top:10px; }
.newbox .protwofr .protwofrjchg{padding-left:40px;}
.newbox .protwofr .protwofrjchg ul{padding: 0px 0px 0px 0px;}
.newbox .protwofr .protwofrjchg ul li{clear: both;width: 100%;background: url(../images/prodot01.png) no-repeat left 7px;font-size: 16px;padding-left: 20px;line-height:24px;margin-bottom: 15px;}
.newbox .protwofr .protwofrjchg .protwofrhottit{clear:both;border-top:1px solid #eee;padding-top: 25px;}
@media(min-width:1440px){
	.newbox{margin-top:35px; padding:1px 40px 0px; }
	.newh1{font-size:30px; padding-left:38px; }
	.newh1:before{width:14px; height:14px; background-size:14px; }
	.newtime{font-size:15px; padding-left:38px; }
	.newbox .newboxpage{right:49px; top:-39px; }
	.newbox .newboxpage span{width:62px; height:39px; margin-left:13px; }
	.newbox .newboxpage span a{border-radius:6px 6px 0px 0px; padding:0px 14px; line-height:39px; }
    .newbox .newboxpage span.nextNone{border-radius:6px 6px 0px 0px; padding:0px 14px; line-height:39px; }
	.newbox .newboxfl{width:801px; padding:0px 36px 70px 36px; background-size:10px; background-position:left 12px; }
	.newbox .newboxtit{width:801px; height:52px; font-size:16px; line-height:52px; }
	.newbox .newboxtit span{width:62px; margin-top:-26px; }
	.newbox .newboxtit a{width:108px; height:30px; line-height:30px; font-size:16px;margin: 0 5px; }
	.newbox .newboxicon{font-size:16px; }
	.newbox .newboxicon p span i{width:16px; height:16px; line-height:16px; }
	.newboxflbox p {font-size:16px; line-height:30px; padding:8px 0px; }
	.newboxflbox h3 {font-size:22px; }
	.newboxflbox img{padding:8px 0px; }
    .newboxflbox video{width:720px; padding:8px 0px; }
    .newbox .protwofr .protwofrjchg{padding-left:52px;}
    .newbox .protwofr .protwofrjchg ul {padding: 0px;}
    .newbox .protwofr .protwofrjchg ul li{font-size:16px;line-height: 30px;}
}
@media(min-width:1860px){
    .newbox{margin-top:55px; padding:1px 50px 0px; }
	.newh1{font-size:38px; padding-left:49px; line-height:46px; margin-top:39px; margin-bottom:25px; }
	.newh1:before{width:18px; height:18px; background-size:18px; top:15px; }
	.newtime{font-size:16px; padding-left:49px; }
	.newbox .newboxpage{right:49px; top:-39px; }
	.newbox .newboxpage span{width:62px; height:39px; margin-left:13px; }
	.newbox .newboxpage span a{border-radius:6px 6px 0px 0px; padding:0px 14px; line-height:39px; }
    .newbox .newboxpage span.nextNone{border-radius:6px 6px 0px 0px; padding:0px 14px; line-height:39px; }
	.newbox .newboxfl{width:1067px; padding:0px 45px 70px 45px; margin-top:15px; background-size:12px; background-position:left 150px; }
	.newbox .newboxtit{width:1067px; height:70px; font-size:16px; line-height:70px; border-radius:20px 20px 0px 0px; margin-top:-23px; }
	.newbox .newboxtit span{width:82px; margin-top:-18px; margin-left:13px; margin-right:13px; }
	.newbox .newboxtit a{width:110px; height:32px; line-height:32px; font-size:18px; border-radius:5px; }
	.newbox .newboxicon{font-size:16px; border-radius:0px 30px 30px 0px; }
	.newbox .newboxicon p span i{width:21px; height:21px; line-height:21px; margin-top:4px; margin-right:10px; }
	.newboxflbox p {font-size:16px; line-height:30px; padding:10px 0px; }
	.newboxflbox h3 {font-size:26px; padding:45px 0px 30px 0px; }
	.newboxflbox img{padding:8px 0px; }
	.newboxflbox video{width:720px; padding:8px 0px; }
	.newbox .newboxicon p>span{font-size:16px; line-height:22px; padding:3px; width:80px; }
	.newbox .newboxicon p{padding:14px 20px; border-radius:30px; }
    .newbox .protwofr .protwofrjchg{padding-left:70px;}
    .newbox .protwofr .protwofrjchg ul li{font-size:16px; line-height:30px; background-position:left 10px;}
}
.newbox .protwofr ul{background:none; }
.newbox  .protwofrhottit{padding-top:10px; }
/*新闻聚合列表*/
.taglist{clear:both; background:url(../images/insidedot01.jpg) repeat-x center top #fff; padding:20px 30px 30px 30px; margin-top:30px; }
.taglist .taglistitem{clear:both; margin-left:-78px; padding-bottom:30px; }
.taglist .taglistitem li{float:left; margin:0px; margin-left:78px; width:431px; line-height:24px; padding:10px 0px; }
.taglist .taglistitem li .newtag{background:url(../images/prodot01.png) no-repeat left center; overflow:hidden; padding-left:15px; }
.taglist .taglistitem li .newtag h2{float:left; font-weight:normal; font-size:14px; width:333px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.taglist .taglistitem li .newtag time{float:right; font-size:12px; color:#9e9e9e; }
.taglist .taglistitem li p{clear:both; font-size:12px; line-height:24px; height:48px; overflow:hidden; color:#999; margin-top:5px; }
@media(min-width:1440px){
    .taglist .taglistitem{margin-left:-94px; }
    .taglist .taglistitem li{margin-left:94px; width:515px; padding:15px 0px; }
    .taglist .taglistitem li .newtag{background-size:10px; padding-left:20px; }
    .taglist .taglistitem li .newtag h2{font-size:16px; width:405px; }
    .taglist .taglistitem li .newtag time{font-size:14px; }
    .taglist .taglistitem li p{font-size:14px; margin-left:20px; }
}
@media(min-width:1860px){
    .taglist .taglistitem{margin-left:-120px; }
    .taglist .taglistitem li{margin-left:120px; width:690px; padding:20px 0px; }
    .taglist .taglistitem li .newtag{background-size:10px; padding-left:20px; }
    .taglist .taglistitem li .newtag h2{font-size:18px; width:551px; }
    .taglist .taglistitem li .newtag time{font-size:14px; }
    .taglist .taglistitem li p{font-size:16px; line-height:28px; height:56px; }
}
/*==============新闻详情 end==============*/
/*==============案例列表 start==============*/
.casebox{clear:both; position:relative; background:url(../images/insidedot01.jpg) repeat-x center top; padding:0px 30px 30px 30px; }
.casebox:before{content:''; position:absolute; left:31px; top:-109px; width:66px; height:194px; background:url(../images/caseboxtitbg01.png) no-repeat center top; background-size:66px; z-index:1; }
.casebox .caseboxtit{clear:both; background:url(../images/caseboxtitbg.png) no-repeat left top; background-size:700px; height:53px; color:#fff; font-size:16px; line-height:48px; padding-left:15px; position:relative; top:-22px; margin-bottom:19px; margin-left:48px; }
.casebox .caseboxtit span{float:left;}
.casebox .caseboxtit ul{float:left; padding-left:20px;}
.casebox .caseboxtit ul li{float:left;position:relative;margin-right: 50px;}
.casebox .caseboxtit ul li a{color:#fff; cursor:pointer;}
.casebox .caseboxtit ul li a:hover{text-decoration:underline;}
.casebox .caseboxtit ul li.current a{font-weight:bold;}
.casebox .caseboxtit ul li:after{content:'';width:21px;height:12px;background:url(../images/caseclass.png) no-repeat center center;position:absolute;top:50%;margin-top:-6px;right: -36px;}
.casebox .caseboxtit ul li:last-child:after{display:none;}
.casebox .caselist li{float:left; position:relative; margin:1.5%; width:30.3333%; background:#f7f9ff; border-radius:8px; overflow:hidden; padding-bottom:20px; margin-bottom:60px; }
.casebox .caselist li:after,.casebox .caselist li:before{content:''; position:absolute; bottom:0px; transition:left 0.5s linear; }
.casebox .caselist li:after{background:#c9221e; width:70px; left:-70px; height:7px; z-index:2}
.casebox .caselist li:before{background:#da6a1c; width:98px; left:-98px; height:3px; z-index:1; }
.casebox .caselist li:hover:after{transition:left 0.5s linear; left:0px; }
.casebox .caselist li:hover:before{transition:left 1.2s linear -0.3s; left:0px; }
.casebox .caselist li .caselistitem{padding:0px 15px; height:20px; }
.casebox .caselist li .caselistitem h2{font-size:16px; line-height:20px; margin:10px 0px 0px 0px; height:40px; }
.casebox .caselist li .caselistitem p{font-size:12px; color:#666; line-height:20px; padding:5px 0px; }
.casebox .caselist li .caselistitem p span{color:#c60000; }
.caselistpic{clear:both; position:relative; display:block; overflow:hidden; }
.caselistpic a.caselistpicicon{position:absolute; right:18px; bottom:-25px; background:#fff; box-shadow:2px 3px 14px rgba(0, 0, 0, 0.38) inset; border-radius:50%; font-style:normal; font-size:14px; width:60px; height:60px; line-height:39px; text-align:center; color:#c9221e; }
.caselistpic a.caselistpicicon i{ font-style: normal;}
@media(min-width:1440px){
	.casebox{padding:0px 37px 50px 37px; }
	.casebox:before{width:74px; height:230px; background-size:74px; top:-116px; left:38px; }
	.casebox .caseboxtit{background-size:806px; height:63px; top:-32px; margin-bottom:18px; font-size:16px; padding-left:65px; line-height:58px; margin-left:55px; }
    .casebox .caselist li{margin:0 1.5% 50px; width:30.3333%; border-radius:7px; }
    .casebox .caselist li .caselistitem{height:20px; padding:0px 20px; }
    .casebox .caselist li .caselistitem h2{font-size:17px; margin:15px 0px 0px 0px; line-height:24px; }
    .casebox .caselist li .caselistitem p{font-size:14px; line-height:24px; }
}
@media(min-width:1860px){
	.casebox{padding:0px 48px 80px 48px; }
	.casebox:before{width:106px; height:309px; background-size:106px; top:-176px; left:45px; }
	.casebox .caseboxtit{ background-size:1070px; height:84px; font-size:20px; line-height:80px; padding-left:85px; top:-42px; margin-bottom:24px; margin-left:74px; }
    .casebox .caselist li{ width:30.3333%; border-radius:7px; padding-bottom:30px; }
    .casebox .caselist li .caselistitem{height:20px; padding:0px 28px; }
    .casebox .caselist li .caselistitem h2{font-size:20px; margin:15px 0px 0px 0px; line-height:28px;}
    .casebox .caselist li .caselistitem p{font-size:16px; line-height:26px; padding:6px 0px; }
}
/*==============案例列表 end==============*/
/*==============案例详情 start==============*/
.caseone{padding-bottom:35px; }
.caseone .caseonefl{float:left; width:501px; }
.caseone .caseonefl h1{display:inline-block; color:#c3311c; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image:-webkit-linear-gradient(left,#bf211d, #d3751b); font-size:32px; position:relative; line-height:30px; padding-right:40px; padding-bottom:10px; }
.caseone .caseonefl .caseoneflmid{padding:0px 40px 10px 0px; height:50px; }
.caseone .caseonefl .caseoneflmid p{clear:both; color:#fff; background:url(../images/homeoneicon01.png) no-repeat left 13px; background-size:8px; padding:5px 0px 5px 19px; }
.caseone .caseonefl .caseoneflbom{clear:both; background:#fff; border-radius:3px 0px 0px 3px; overflow:hidden; padding:0px 40px 15px 23px; margin-right:-20px; }
.caseoneflbomtit{font-size:16px; font-weight:bold; line-height:1; padding:20px 0px 20px 15px; background:url(../images/homeoneicon01.png) no-repeat left 24px; background-size:8px; }
.caseoneflbomtit .caseoneflbomtitfr{float:right; font-size:16px; }
.caseoneflbomtit .caseoneflbomtitfr i{font-style:normal; font-weight:normal; padding-left:20px; background:url(../images/prodot01.png) no-repeat 7px center; background-size:8px; }
.caseoneflbomtit .caseoneflbomtitfr i:first-child{background:none; }
.caseone .caseonefl .caseoneflbombox{clear:both; height:255px; overflow:hidden; }
.caseoneflbombox ul{height:100%; overflow:hidden; }
.caseoneflbombox ul li{border-radius:14px; margin-bottom:8px; overflow:hidden; background:#f2f2ff; }
.caseoneflbombox ul li span{float:left; font-size:16px; color:#1e1e1e; line-height:30px; text-align:center; }
.caseoneflbombox ul li span:first-child{width:150px; }
.caseoneflbombox ul li span:first-child+span{width:200px; border-left:2px solid #fff; border-right:2px solid #fff; }
.caseoneflbombox ul li span:first-child+span+span{width:100px; }
.caseone .caseonefr{float:right; width:699px; position:relative; }
.caseone .caseonefr .caseonefrbtn{position:absolute; background:url(../images/caseicon01.png) no-repeat center top; background-size:56px; left:-56px; top:97px; height:103px; color:#fff; cursor:pointer; padding:43px 7px 0px 21px; width:56px; line-height:14px; font-size:12px; }
.caseone .caseonefr .caseonefrpic{border-radius:12px; overflow:hidden; }
.caseone .caseonefr .caseonefrpic img{width:100%; }
@media(min-width:1440px){
	.caseone{padding-top:26px; padding-bottom:45px; }
    .caseone .caseonefl{width:481px; }
    .caseone .caseonefl h1{font-size:36px; line-height:36px; padding-bottom:15px; }
    .caseoneflbomtit{font-size:18px; }
    .caseone .caseonefl .caseoneflmid{height:60px; padding:0px 40px 10px 0px; }
    .caseone .caseonefl .caseoneflmid p{background-size:10px; font-size:14px; padding:8px 0px 8px 25px; background-position:left 16px; }
    .caseone .caseonefl .caseoneflbom{border-radius:5px 0px 0px 5px; }
    .caseone .caseonefr{width:719px; }
    .caseone .caseonefl .caseoneflbombox{height:315px; }
    .caseoneflbombox ul li{border-radius:16px; margin-bottom:10px; }
    .caseoneflbombox ul li span{font-size:16px; line-height:32px; }
    .caseoneflbombox ul li span:first-child{width:159px; }
	.caseoneflbombox ul li span:first-child+span{width:162px; }
	.caseoneflbombox ul li span:first-child+span+span{width:97px; }
    .caseone .caseonefr .caseonefrpic{border-radius:15px; }
    .caseone .caseonefr .caseonefrbtn{width:70px; height:128px; background-size:70px; font-size:14px; left:-70px; padding:54px 12px 0px 28px; top:124px; line-height:17px; }
}
@media(min-width:1860px){
	.caseone{padding-bottom:65px; }
    .caseone .caseonefl{width:640px; }
    .caseone .caseonefl h1{font-size:42px; line-height:50px; }
    .caseone .caseonefl .caseoneflmid{height:70px; }
    .caseone .caseonefl .caseoneflmid p{background-size:12px; font-size:16px; padding:10px 0px 10px 30px; }
    .caseone .caseonefr{width:960px; }
    .caseone .caseonefr .caseonefrpic{border-radius:20px; }
    .caseone .caseonefl .caseoneflbom{height:530px; padding:0px 35px 20px 35px; }
    .caseoneflbomtit{font-size:18px; background-size:12px; padding:35px 0px 35px 25px; background-position:left center; }
    .caseoneflbomtit .caseoneflbomtitfr{font-size:16px; }
    .caseoneflbomtit .caseoneflbomtitfr i{background-size:10px; }
    .caseoneflbombox ul li{border-radius:21px; margin-bottom:13px; }
    .caseoneflbombox ul li span{font-size:16px; line-height:42px; }
    .caseoneflbombox ul li span:first-child{width:195px; }
	.caseoneflbombox ul li span:first-child+span{width:240px; }
    .caseone .caseonefr .caseonefrpic{border-radius:20px; }
    .caseone .caseonefl .caseoneflbombox{height:415px; }
    .caseone .caseonefr .caseonefrbtn{width:90px; height:165px; background-size:90px; font-size:16px; left:-90px; padding:71px 15px 0px 37px; top:161px; line-height:21px; }
}
/**/
.casetwo{clear:both; background:url(../images/protwobg01.png) no-repeat center top; background-size:1200px; margin-top:-40px; }
.casetwo .casetwofl{float:left; width:66%; padding-top:62px; }
.casetwo .casetwofl h2 {font-size:24px; margin:15px 0; color:#272727; background:url(../images/protwoicon01.png) no-repeat left 9px; padding-left:57px; line-height:30px; margin:30px 0px 20px 0px; background-size:45px; }
.casetwo .casetwofl p {padding:10px 0; line-height:32px; font-size:16px;text-align: justify; text-indent:2em; }
.casetwo .casetwofl a{color:#df1111;}
.casetwo .casetwofl img{margin: 0 auto; display: block; }
.casetwofl video {clear:both; margin:17px auto; display:block; width:100%; }
.casetwotop{margin-right:349px; border-radius:12px 12px 0px 0px; padding:15px 15px; background:#fcfcff; background:-webkit-linear-gradient(top,#ffffff,#fafbff); background:-moz-linear-gradient(top,#ffffff,#fafbff); background:-ms-linear-gradient(top,#ffffff,#fafbff); background:-o-linear-gradient(top,#ffffff,#fafbff); font-size:16px; line-height:30px; }
.casetwo .protwofr ul{background:none; }
@media(min-width:1440px){
	.casetwo{background-size:1200px; margin-top:-48px; }
	.casetwotop{border-radius:18px 18px 0px 0px; margin-right:420px; font-size:16px; line-height: 30px; padding:18px 22px; }
	.casetwo .casetwofl{width:66%; }
    .casetwo .casetwofl h2{font-size:28px; background-size:52px; padding-left:59px; }
    .casetwo .casetwofl p{font-size:16px; line-height:30px; }
    .casetwofl video{width:720px; }
}
@media(min-width:1860px){
	.casetwo{background-size:1600px; margin-top:-64px; }
	.casetwotop{border-radius:18px 18px 0px 0px; margin-right:559px; font-size:16px; padding:20px 35px; line-height:28px; }
	.casetwo .casetwofl{width:1106px; padding-top:123px; }
    .casetwo .casetwofl h2{font-size:32px; background-size:72px; padding-left:84px; }
    .casetwo .casetwofl p{font-size:16px; line-height:30px; }

}
/**/
.casethree{padding:30px 0px 80px 0px; }
.casethree .casethreetit{background:url(../images/homeoneicon01.png) no-repeat left center; background-size:14px; }
.casethree .casethreetit h3{clear:both; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-size:26px; padding-left:26px; line-height:1; }
.casethree ul{clear:both; margin-left:-36px; padding-top:34px; }
.casethree ul li{float:left; width:350px; margin-left:36px; background:#e9efff; overflow:hidden; border-radius:10px; }
.casethree ul li:first-child:hover,.casethree ul li:nth-child(2):hover{background:#df1111; }
.casethree ul li:first-child:hover a,.casethree ul li:nth-child(2):hover a{color:#fff; }
.casethree ul li a{display:block; }
.casethree ul li .casethreepic{clear:both; width:100%; display:block; }
.casethree ul li .casethreepic img{clear:both; width:100%; display:block; }
.casethree ul li .casethreetxt{color:#1b1b1b; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding:10px 20px; line-height:24px; }
.casethree ul li.nyb_casesixli{padding:30px 35px 0px 35px; width:416px; height:263px; }
.casethree ul li.nyb_casesixli a{clear:both; display:block; line-height:32px; font-size:16px; background:url(../images/prodot01.png) no-repeat left 14px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; color:#666; padding:3px 0px 3px 15px; background-size:6px; }
.casethree ul li.nyb_casesixli a.nyb_casesixlitit{font-size:20px; color:#1b1b1b; line-height:1; padding-bottom:20px; padding-left:0px; background:none; }
.casethree ul li.nyb_casesixli a:hover{color:#df1111; }
@media(min-width:1440px){
	.casethree{padding:60px 0px 108px 0px; }
	.casethree .casethreetit h3{font-size:32px; padding-left:30px; }
	.casethree ul{margin-left:-44px; padding-top:43px; }
	.casethree ul li{width:306px; margin-left:44px; border-radius:15px; }
	.casethree ul li .casethreetxt{font-size:16px; line-height:30px; padding:12px 25px; }
	.casethree ul li.nyb_casesixli{width:500px; height:240px; padding:30px 45px 0px 45px; }
	.casethree ul li.nyb_casesixli a{background-size:8px; padding:6px 0px 6px 20px; background-position:left 15px; font-size:16px; }
	.casethree ul li.nyb_casesixli a.nyb_casesixlitit{font-size:24px; padding-bottom:20px; }
}
@media(min-width:1860px){
	.casethree{padding:60px 0px 108px 0px; }
	.casethree .casethreetit h3{font-size:42px; padding-left:30px; }
	.casethree ul{margin-left:-60px; }
	.casethree ul li{width:407px; margin-left:60px; border-radius:20px; }
	.casethree ul li .casethreetxt{font-size:16px; line-height:24px; padding:21px 25px; }
	.casethree ul li.nyb_casesixli{width:666px; height:322px; padding:40px 55px 0px 55px; }
	.casethree ul li.nyb_casesixli a{background-size:10px; padding:10px 0px 10px 25px; background-position:left 22px; font-size:16px; }
	.casethree ul li.nyb_casesixli a.nyb_casesixlitit{font-size:24px; padding-bottom:30px; }
	
}
/*==============案例详情 end==============*/
/*==============产品问答列表 start==============*/
.questionone{clear:both; position:relative; background:url(../images/homefivebg.jpg) repeat; padding:30px 30px 40px 130px; margin-top:28px; }
.questionone:before{content:''; position:absolute; left:0px; top:0px; width:106px; height:220px; background:url(../images/qicon01.png) no-repeat center top; background-size:106px; left:26px; top:-122px; }
.questionone .questiononefl{float:left; width:365px; }
.questionone .questiononefl .questiononefltit{line-height:1; padding-bottom:15px; color:#161616; font-size:25px; font-weight:bold; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; }
.questionone .questiononefl .questiononefltxt{clear:both; font-size:16px; color:#161616; line-height:30px; }
.questionone .questiononefl .questiononefltxt strong{color:#f00; font-size:20px; }
.questionone .questiononefl .questiononefltxt a{cursor:pointer; background:url(../images/qicon02.png) no-repeat center center; background-size:110px; line-height:26px; color:#fff; display:inline-block; width:110px; text-align:center; font-size:16px; margin-left:5px; }
.questionone .questiononefr{float:right; width:647px; background:#fff; padding:27px 12px 46px; box-shadow:0px 3px 6px rgba(0, 0, 0, 0.06); margin-top:-54px; position:relative; }
.questionone .questiononefr:after{content:''; background:url(../images/qicon07.png) no-repeat right top; position:absolute; left:-18px; top:0px; width:18px; height:24px; background-size:18px; }
.questiononefr .cpxl{clear:both; text-align:left; font-size:16px; padding:0px 12px 20px; }
.questiononefr .cpxl label,.questiononefr .cpxl span{float:left; line-height:24px; padding-right:6px; }
.questiononefr .cpxl label:last-child{padding-right:0px; }
.questiononefr .cpxl label input{float:left; margin-top:6px; }
.questiononefr .tj_wenti{clear:both; width:100%; padding-bottom:20px; }
.questiononefr .tj_wenti span{float:left; width:50%; padding:0px 12px; }
.questiononefr .tj_wenti span input{clear:both; width:100%; text-align:left; color:#a9a9a9; border:1px solid #d9d9d9; line-height:24px; padding:2px 5px; font-size:16px; }
.questiononefr .cpxltextarea{clear:both; display:block; padding:0px 12px; width:100%; }
.questiononefr .cpxltextarea textarea{clear:both; width:100%; height:60px; font-family:微软雅黑; padding:5px; line-height:22px; color:#a9a9a9; border:1px solid #d9d9d9; margin:0px; font-size:16px; }
.questiononefr .cpxlbtn{position:absolute; left:24px; cursor:pointer; bottom:-14px; width:116px; font-size:16px; height:30px; border-radius:15px; color:#fff; box-shadow:-2px 2px 3px rgba(0, 0, 0, 0.23); background-color:#c9221e; background-image:linear-gradient(left, #cd3330 30%, #e1852d 50%, #cd3330); background-image:-webkit-linear-gradient(left, #cd3330 30%, #e1852d 50%, #cd3330); background-image:-moz-linear-gradient(left, #cd3330 30%, #e1852d 50%, #cd3330); background-image:-ms-linear-gradient(left, #cd3330 30%, #e1852d 50%, #cd3330); background-position:left center; background-size:200% 100%; background-repeat:no-repeat; transition:background-position .6s ease; }
.questiononefr .cpxlbtn:hover{background-position:right center; }

@media(min-width:1440px){
     .questionone{margin-top:33px; padding:33px 38px 50px 155px; }
     .questionone .questiononefl{width:344px; }
     .questionone .questiononefl .questiononefltit{font-size:30px; }
     .questionone .questiononefl .questiononefltxt{font-size:16px; line-height:36px; }  
     .questionone .questiononefl .questiononefltxt strong{font-size:24px; }
     .questionone .questiononefr{width:620px; padding:37px 14px 55px; margin-top:-63px; }
     .questionone .questiononefr:after{width:24px; height:30px; background-size:23px; left:-24px; }
     .questiononefr .tj_wenti span{padding:0px 14px; }
     .questiononefr .cpxl{font-size:15px; padding:0px 14px 24px; }
     .questiononefr .tj_wenti span input{padding:5px; }
     .questiononefr .cpxltextarea textarea{height:72px; line-height:30px; }
    .questiononefr .cpxlbtn{font-size:16px; }
    .questiononefr .cpxltextarea{padding:0px 14px; }
    .questiononefr .tj_wenti{padding-bottom:24px; }
    .questionone:before{width:128px; height:265px; background-size:128px; left:32px; top:-147px; }
    .questionone .questiononefl .questiononefltxt a{width:115px; height:32px; line-height:32px; font-size:16px; background-size:115px; margin-left:10px; }
}
@media(min-width:1860px){
	.questionone{margin-top:42px; padding:45px 50px 62px 210px; }
	.questionone .questiononefl{width:450px; }
     .questionone .questiononefl .questiononefltit{font-size:40px; }
     .questionone .questiononefl .questiononefltxt{font-size:16px; line-height:48px; }  
     .questionone .questiononefl .questiononefltxt strong{font-size:18px; }
	 .questionone .questiononefr{width:820px; padding:49px 20px 72px; margin-top:-83px; }
     .questionone .questiononefr:after{width:28px; height:37px; background-size:28px; left:-28px; top:1px; }
     .questiononefr .cpxl{font-size:16px; color:#171621; padding:0px 19px 34px; }
     .questiononefr .cpxl label{color:#515052; }
     .questiononefr .tj_wenti{padding-bottom:32px; }
     .questiononefr .tj_wenti span input{font-size:16px; padding:12px 20px; }
     .questiononefr .tj_wenti span{padding:0px 19px; }
     .questiononefr .cpxltextarea textarea{height:96px; line-height:30px; font-size:16px; padding:15px 20px; }
     .questiononefr .cpxlbtn{font-size:18px; width:154px; height:40px; border-radius:20px; line-height:40px; bottom:-17px; }
     .questiononefr .cpxltextarea{padding:0px 19px; }
     .questionone:before{width:168px; height:348px; background-size:168px; left:42px; top:-196px; }
     .questionone .questiononefl .questiononefltxt a{width:153px; height:41px; line-height:41px; font-size:18px; background-size:153px; margin-left:15px; }
}
/**/
.questiontwo{padding:60px 22px; }
.questiontwo .questiontwotit{font-size:28px; padding-bottom:28px; font-weight:bold; font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; line-height:1; }
.questiontwo ul{margin-left:-36px; }
.questiontwo ul li{float:left; margin-left:36px; width:560px; padding-bottom:31px; }
.questiontwo.questiontwowen{clear:both; overflow:hidden; }
.questiontwowen span{float:left; width:34px; height:34px; border:1px solid #d8e1ff; border-radius:50%; overflow:hidden; }
.questiontwowen strong{float:left; font-size:16px; line-height:30px; color:#464646; margin-top:5px;margin-left: 15px; height:48px; overflow:hidden; }
.questiontwowen a{float:left; font-size:16px; line-height:30px; color:#464646; margin-top:5px; height:48px; overflow:hidden; }
.questiontwowen a:hover{color:#773500; }
.questiontwoda{clear:both; margin-top:15px; background:url(../images/homefivebg.jpg) repeat; padding:0px 20px 0px 0px; border-radius:5px; color:#737373; overflow:hidden; }
.questiontwoda i{float:left; background:url(../images/profiveicon02.png) no-repeat left top; background-size:37px; width:37px; height:48px; text-align:center; font-style:normal; font-size:16px; padding-top:8px; line-height:1; color:#773500; font-weight:bold; }
.questiontwoda span{float:right; width:480px; font-size:16px; line-height:30px; height:60px; overflow:hidden;text-align: justify; margin:11px 0px; }

@media(min-width:1440px){
	.questiontwo{padding:75px 38px; }
	.questiontwo .questiontwotit{font-size:30px; padding-bottom:32px; }
	.questiontwo ul{margin-left:-43px; }
	.questiontwo ul li{margin-left:43px; width:540px; padding-bottom:40px; }
	.questiontwowen span{width:42px; height:42px; }
	.questiontwowen a{font-size:16px; }
	.questiontwowen strong{font-size:16px; }
	.questiontwoda{margin-top:16px; border-radius:8px; }
	.questiontwoda i{background-size:43px; width:43px; height:60px; font-size:17px; padding-top:11px; }
	.questiontwoda span{font-size:15px; width:461px; margin:17px 0px; }
}
@media(min-width:1860px){
	.questiontwo{padding:40px 49px 100px 49px; }
	.questiontwo .questiontwotit{font-size:40px; padding-bottom:44px; }

	.questiontwo ul{margin-left:-58px; }
	.questiontwo ul li{margin-left:58px; padding-bottom:55px; width:722px; }
	.questiontwowen span{width:53px; height:53px; }
	.questiontwowen a{font-size:18px; margin-top:13px; }
	.questiontwowen strong{font-size:18px; margin-top:13px; }
	.questiontwoda{margin-top:16px; border-radius:10px; }
	.questiontwoda i{background-size:56px; width:56px; height:76px; font-size:22px; padding-top:11px; }
	.questiontwoda span{font-size:16px; width:623px; margin:17px 0px; height:56px; line-height:28px; }
}
/*==============产品问答列表 end==============*/
/*==============产品问答详情 start==============*/
.answer{clear:both; position:relative; background:url(../images/insidedot01.jpg) repeat-x center top; padding:0px 31px 0px; margin-top:28px; padding-top:1px; }
.answer .answertit{clear:both; margin-top:-30px; display:inline-block; position:relative; margin-left:30px; }
.answer .answertit:after{content:''; border-radius:10px; position:absolute; z-index:1; left:4px; right:-4px; bottom:-7px; top:7px; background:rgba(164, 112, 69, 0.26); }
.answer .answertit:before{content:''; position:absolute; z-index:3; left:-30px; top:-16px; background:url(../images/qicon08.png) no-repeat left center; background-size:90px; width:90px; height:90px; }
.answer .answertit .tit{position:relative; z-index:2; background-color:#ce351d; overflow:hidden; background-image:linear-gradient(90deg, #c9211e, #de7c1b); background-position:left center; background-size:100% 100%; background-repeat:no-repeat; padding:15px 15px 15px 62px; font-size:20px; line-height:24px; color:#fff; border-radius:10px; box-shadow:0px 2px 4px rgba(0, 0, 0, 0.33); }
.answer .answertit .tit h1{font-size:20px;display: inline; }
.answer .answertime{clear:both; display:block; font-size:16px; color:#5d5d5d; line-height:1; padding:15px 0px 15px 0px; }
.answerfl{float:left; width:733px; background:#f7f8ff; padding-top:1px; background:-webkit-linear-gradient(top,#f7f8ff,#fefeff); background:-moz-linear-gradient(top,#f7f8ff,#fefeff); background:-ms-linear-gradient(top,#f7f8ff,#fefeff); background:-o-linear-gradient(top,#f7f8ff,#fefeff); min-height: 700px;}
.answerfl .answerfltit{background:url(../images/qicon04.png) no-repeat left top; background-size:200px; width:200px; height:99px; font-size:16px; font-weight:bold; color:#773500; padding:39px 78px 0px 0px; text-align:center; line-height:30px; margin-top:-39px; }
.answerfl .answerflbox{padding:10px 30px 30px 30px; }
.answerfl .answerflbox h3{font-size:16px; color:#494949; padding:20px 0px 10px 0px; }
.answerfl .answerflbox p {padding:10px 0px 10px 0px; color:#494949;text-align: justify; font-size:16px;text-indent: 2em; }
.answerfl .answerflbox,.answerfl .answerflbox img{margin: 0 auto; display: block;}
.answerfl .answerflbox p span{ padding:0px 2px; margin:0px 3px; }
.answerfl .answerflbox p a{color:#eb0001; }
.answerfl .answerflbox p span#fred{background:#eb0001; border-radius:2px; color:#fff!important; padding:0px 2px; margin:0px 3px; display:inline-block; }
.answerfr{float:right; position:relative; width:355px; margin-right:7px; border-radius:8px; background:#fff; padding-top:1px; padding-bottom:12px; box-shadow:0px 0px 10px rgba(0, 0, 0, 0.1); background:url(../images/answerfrbg.jpg) no-repeat center bottom #fff; background-size:cover; }
.answerfr i{position:absolute; left:-69px; width:89px; height:22px; background:url(../images/qicon06.png) no-repeat center top; background-size:89px; }
.answerfr i:first-child{top:68px; }
.answerfr i:nth-child(2){top:179px; }
.answerfr i:nth-child(3){top:304px; }
.answerfr h2{clear:both; text-align:right; margin-top:-8px; padding-bottom:18px; }
.answerfr h2 a{clear:both; display:inline-block; background:url(../images/qicon05.png) no-repeat center top; background-size:150px; height:31px; line-height:31px; color:#773500; font-size:16px; width:150px; text-align:center; font-weight:normal}
.answerfr p,.answerfr div,.answerfr ul{padding-left:40px; padding-right:26px; }
.answerfr ul{padding-top:10px; padding-bottom:5px; }
.answerfr ul li{clear:both; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; font-size:16px; background:url(../images/prodot01.png) no-repeat left center; background-size:6px; padding:5px 0px 5px 12px; }
.answerfr p{clear:both; text-align:right; font-size:12px; }
.answerfr p a{color:#6c2f00; }
@media(min-width:1440px){
    .answer .answertit{margin-top:-42px; }
    .answer .answertit .tit{font-size:18px; padding:25px 25px 25px 80px; border-radius:15px; }
    .answer .answertit:after{border-radius:15px; }
    .answer .answertime{font-size:14px; }
    .answerfl{width:759px; }
    .answerfl .answerfltit{width:227px; height:106px; background-size:227px; padding:50px 93px 0px 0px; font-size:16px; margin-top:-46px; }
    .answer{padding:1px 37px 0px 37px; }
    .answerfl .answerflbox{padding:10px 35px 30px; }
    .answerfl .answerflbox h3{font-size:20px; }
    .answerfl .answerflbox p{font-size:16px; line-height:30px; }
    .answerfr{width:305px; margin-right:8px; padding-bottom:15px; }
    .answerfr p,.answerfr div,.answerfr ul{padding-left:50px; padding-right:30px; }
    .answerfr ul li{padding:6px 0px 6px 16px; background-size:8px; }
    .answerfr h2{padding-bottom:24px; margin-top:-10px; }
    .answerfr h2 a{font-size:18px; background-size:169px; width:169px; height:38px; line-height:38px; }
	.answerfr i{left:-81px; width:107px; height:26px; background-size:107px; }
	.answerfr i:first-child{top:85px; }
	.answerfr i:nth-child(2){top:215px; }
	.answerfr i:nth-child(3){top:336px; }
	.answer .answertit:before{width:110px; height:110px; background-size:110px; }
}
@media(min-width:1860px){
    .answer .answertit{margin-top:-55px; }
    .answer .answertit .tit{font-size:20px; padding:30px 30px 30px 92px; border-radius:20px; }
    .answer .answertit:after{border-radius:20px; }
	.answer .answertit:before{width:127px; height:125px; background-size:127px; top:-17px; }
    .answer .answertime{font-size:16px; padding:15px 0px 22px 0px; }
    .answerfl{width:1015px; }
    .answerfl .answerfltit{width:300px; height:140px; background-size:300px; padding:70px 121px 0px 0px; font-size:20px; margin-top:-60px; }
    .answer{padding:1px 48px 0px 48px; }
    .answerfl .answerflbox{padding:10px 85px 30px 40px; }
    .answerfl .answerflbox h3{font-size:26px; padding:30px 0px 15px 0px; line-height:35px; }
    .answerfl .answerflbox p{font-size:16px; line-height:35px; }
    .answerfr{width:407px; margin-right:12px; padding-bottom:25px; }
    .answerfr ul li{font-size:16px; padding:9px 0px 9px 20px; background-size:10px; }
    .answerfr p,.answerfr div,.answerfr ul{padding-left:68px; padding-right:40px; }
    .answerfr p{font-size:14px; }
    .answerfr h2{padding-bottom:30px; margin-top:-13px; }
    .answerfr h2 a{font-size:20px; background-size:223px; width:223px; height:50px; line-height:50px; }
	.answerfr i{left:-108px; width:143px; height:35px; background-size:143px; }
	.answerfr i:first-child{top:102px; }
	.answerfr i:nth-child(2){top:280px; }
	.answerfr i:nth-child(3){top:435px; }   
}
/*==============产品问答详情 end==============*/
/*==============关于我们 start==============

**/
.channel_content{padding:70px 0 30px;}
.about-mb h3{ font-size:36px; color:#333; font-weight:500; margin:0 auto 20px; text-align:center }

/* 关于我们 */
.l{ float:left}   .r{ float:right}
.about-sub-title{position: relative;margin-bottom: 15px;text-align: center;}
.about-sub-title h2{position: absolute;left: 0;bottom: 23px;width: 100%;font-size: 42px;font-weight:600;line-height: 1;color: #000;}
.tit-en{font-size: 137px;font-family: Arial;font-weight: bold;line-height: 1;color: #eff2f9;text-transform: uppercase;}
.ab-txt{text-indent: 2em;text-align: justify; color:#666;font-size: 16px;line-height: 32px;margin-bottom: 50px;}

.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}

/*==============关于我们 start==============*/
.aboutban{position:relative; }
.aboutban .aboutbanpic{clear:both; text-align:center; }
.aboutban .aboutbanpic img{width:100%; }
.aboutban .breadnav{position:absolute; top:0px; left:50%; margin-left: -600px;}
.aboutone{clear:both; padding:30px 0px 60px 0px; }
.aboutone .aboutonefl{float:left; width:520px; }
.aboutone .aboutonefl h3{font-family: "Microsoft JhengHei","Helvetica Neue", "Microsoft YaHei", Helvetica, STHeiTi, sans-serif; font-size:32px; line-height:1; margin-bottom:20px; background:url(../imagespc/homeoneicon01.png) no-repeat left center; background-size:14px; padding-left:25px; }
.aboutone .aboutonefl h3 span{color:#c3311c; margin-right:10px; -webkit-background-clip:text; -webkit-text-fill-color:transparent; background-image:-webkit-linear-gradient(left,#bf211d, #d3751b); }
.aboutone .aboutonefl p{clear:both; display:block; text-align:left; color:#0e0e0e; font-size:14px; padding:10px 0px 10px 25px; }
.aboutone .aboutonefr{float:right; width:425px; margin-right:16px; position:relative; }
.aboutone .aboutonefr:after,.aboutone .aboutonefr:before{content:''; border-radius:10px; position:absolute; background:rgba(36, 31, 31, 0.4); left:0px; }
.aboutone .aboutonefr:after{right:-16px; z-index:1; bottom:23px; top:23px; }
.aboutone .aboutonefr:before{right:-8px; z-index:2; bottom:8px; top:8px; }
.aboutonefrbox{width:100%; overflow:hidden; position:relative; border-radius:10px; z-index:3; height:259px; }
.aboutonefrbox .hd{ height:24px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
.aboutonefrbox .hd ul{ overflow:hidden; zoom:1; float:left; }
.aboutonefrbox .hd ul li{float:left; width:30px; height:24px; font-size:14px; line-height:24px; text-align:center; color:#fff; cursor:pointer; display:none; }
.aboutonefrbox .hd ul li.on{display:block; }
.aboutonefrbox .bd{ position:relative; height:100%; z-index:0; }
.aboutonefrbox .bd li{ zoom:1; vertical-align:middle; position:relative; }
.aboutonefrbox .bd li span{position:absolute; left:0px; right:0px; bottom:0px; background:url(../imagespc/aboutonebg.png) repeat-x center top; color:#fff; font-weight:bold; padding:25px 0px 10px; text-align:center; font-size:14px; }
.aboutonefrbox .prev,.aboutonefrbox .next{ position:absolute; left:3%; top:50%; margin-top:-20px; display:block; width:40px; height:40px; border-radius:50px; }
.aboutonefrbox .next{ left:auto; right:3%; background:url(../imagespc/arrow03.png) no-repeat center center rgba(0, 0, 0, 0.4); background-size:12px; }
.aboutonefrbox .prev{ left:3%; right:auto; background:url(../imagespc/arrow02.png) no-repeat center center rgba(0, 0, 0, 0.4); background-size:12px; }
.aboutonefrbox .next:hover,.aboutonefrbox .prev:hover{background-color:rgba(255, 89, 81, 0.8); }
@media(min-width:1440px){
	.aboutone{padding:80px 0px 110px 0px; }
	.aboutone .aboutonefl{width:620px; }
	.aboutone .aboutonefl h3{font-size:39px; background-size:16px; padding-left:35px; }
	.aboutone .aboutonefl p{font-size:16px; line-height:30px; padding-left:35px; }
	.aboutone .aboutonefr{width:510px; margin-right:20px; }
	.aboutone .aboutonefr:after{right:-20px; bottom:23px; top:23px; }
    .aboutone .aboutonefr:before{right:-10px; bottom:8px; top:8px; }
	.aboutone .aboutonefr:after,.aboutone .aboutonefr:before{border-radius:15px; }
    .aboutonefrbox{height:311px; }
    .aboutonefrbox .bd li span{font-size:16px; }
    .aboutonefrbox .hd ul li{font-size:16px; }
    .aboutban .breadnav{margin-left:-600px;}
}
@media(min-width:1860px){
	.aboutone{padding-bottom:149px; }
	.aboutone .aboutonefl{width:820px; }
	.aboutone .aboutonefl h3{font-size:52px; margin-bottom:46px; background-size:18px; padding-left:42px; }
	.aboutone .aboutonefl p{font-size:18px; line-height:32px; padding:21px 0px 21px 42px; }
	.aboutone .aboutonefr{width:680px; margin-right:28px; }
	.aboutone .aboutonefr:after,.aboutone .aboutonefr:before{border-radius:20px; }   
	.aboutone .aboutonefr:after{right:-28px; bottom:23px; top:23px; }
    .aboutone .aboutonefr:before{right:-14px; bottom:8px; top:8px; }
    .aboutonefrbox{height:415px; }
    .aboutonefrbox .bd li span{font-size:20px; }
    .aboutonefrbox .hd ul li{font-size:20px; }
    .aboutban .breadnav{margin-left:-800px;}
}
/**/
.digital {overflow: hidden; }
.digital ul { width: 90%; margin: 0 auto; }
.digital li { width: 22%;*width: 21.8%; float: left; margin: 25px 1.5% 30px; }
.digital li img { display: block; width: 60%; text-align: center; margin: 0 auto; }
.digital li p { font-size: 16px; text-align: center; color: #000; margin-top: 15px; text-indent: 0; }


.com_ca { background: #f4f4f4; padding: 60px 0; }
.com_ca dt { float: left; width: 52%;overflow: hidden;}
.com_ca dd { width: 43%; margin-top: 50px; float: right; }
.com_ca dd h3 { font-size: 40px; margin-bottom: 35px; color: #000; }
.com_ca dd p { line-height: 30px; font-size: 16px;text-align: justify; }
.com_ca dt img{width: 100%;height: auto;transition: all .3s;}
.com_ca dt:hover img{transform: scale(1.05);}
.com_huanjing {padding: 60px 0;}
.com_huanjing dt { float: right; width: 50%;overflow: hidden;}
.com_huanjing dd { width: 45%; margin-top: 80px; float: left; }
.com_huanjing dd h3 { font-size: 40px; margin-bottom: 35px; color: #000; }
.com_huanjing dd p { line-height: 30px; font-size: 16px; }
.com_huanjing dt img{width: 100%;height: auto;transition: all .3s;}
.com_huanjing dt:hover img{transform: scale(1.05);}
/*==============关于我们 end==============*/

/* 联系我们*/
.ban_lxbg{width:100%; background:url(../images/contact_ban.jpg) 50%; background-size: cover; height:400px;}
.lx_con{width:70%; margin:0 auto;}
.lx_info{ float:right; width:55%; padding:30px; overflow:hidden; background:url(../images/bg_lxbaise.png) repeat; margin-top:7%;}
.lx_info h1{ color:#111; font-size:24px;}
.lx_info b{ width:50px; height:3px; margin:10px 0; background-color:#eb0001; display:block;}
.lx_info p{ color:#333; line-height:30px; font-size:1em; line-height:30px;font-style:normal;}
.lx_info p img{ width:30px; height:30px; margin-right:5px;}
.lx_info ul{ clear:both; overflow:hidden; margin:20px 0 20px -1%;}
.lx_info ul li{ float:left; width:56%;*width:54%; margin-left:1%;}
.lx_info ul li.lx_zx{ width:42%;}
.lx_info ul li img{ float:left; width:50px; margin-right:10px;}
.lx_info ul li a{ float:left; color:#333; font-size:16px;cursor:pointer;}
.lx_info ul li a i{font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif"; display:block; color:#eb0001; font-size:20px; font-weight:bold; margin-top:5px;font-style:normal;}
.lx_info ul li a i font{ font-size:28px;}
.lx_info ul li.lx_zx a i{ text-decoration:underline; margin-top:5px;}
.lx_list { max-width: 1200px; overflow: hidden; margin: 40px auto 60px; }
.lx_list h3 { font-size: 24px; margin: 8px 0; text-align: center; color: #eb0001; }
.lx_list p { font-size: 1em; text-align: center; color: #666; margin: 20px 0; }
.lx_list li { float: left; width: 20%;*width:19.9%; border: #d8d8d8 1px solid; padding: 1%; margin: 0 2.5% 30px; }
.lx_list li img { display: block; margin: 0 auto; text-align: center; }
.lx_list li h4 { text-align: center; width: 100%; font-size: 16px; }
.map{ margin-top:60px;}
@media(min-width:1440px){
	.lx_info h1 { font-size:24px;}
	.ban_lxbg{height:600px;}
	.lx_info b{margin:15px 0 10px;}
	.lx_info p{ font-size:16px;}
	.lx_info ul li img{width:64px;}
	.lx_info ul li a i{margin-top:10px;font-size:22px;}
	.lx_info ul li a i font{ font-size:30px;}
	.lx_info ul li a{font-size:16px;}
	.lx_info ul li.lx_zx a i{margin-top:10px;}
	.lx_info ul{margin:25px 0 25px -1%;}
	.lx_list{max-width: 1200px;}
	.lx_list h3 { font-size: 36px; }
	.lx_list p{ font-size: 16px;margin: 30px 0; }
	.lx_list li h4{font-size: 16px; }

}
@media(min-width:1860px){
	.lx_info h1 { font-size:34px;}
	.ban_lxbg{height:600px;}
	.lx_info b{margin:20px 0 15px;}
	.lx_info p{ font-size:18px;}
	.lx_info ul li img{width:64px;}
	.lx_info ul li a i{margin-top:10px;font-size:22px;}
	.lx_info ul li a i font{ font-size:36px;}
	.lx_info ul li a{font-size:18px;}
	.lx_info ul li.lx_zx a i{margin-top:10px;}
	.lx_info ul{margin:25px 0 25px -1%;}
	.lx_list{max-width: 1600px;}
	.lx_list h3 { font-size: 40px; }
	.lx_list p{ font-size: 18px;margin: 30px 0; }
	.lx_list li h4{font-size: 20px; }

}
/*==============售后服务 start==============*/
.wrap{clear:both;width:1200px;margin:0 auto;overflow: hidden;}
@media (min-width:1440px){
    .wrap{width:1200px; }
}
@media (min-width:1860px){
    .wrap{width:1600px;}
}
/**/
.ser_banner {height: 600px; background: url(../images/service_ban.jpg) no-repeat center top; margin-bottom: 28px; background-size: cover;}
.ser_banner .text { background-color: rgba(253,204,5,0.7); padding: 35px 35px 30px; }
.ser_banner .text p { color: #fff; }
.ser_banner_zi { width: 58.33333333%; float: right; margin-top: 15%; }
.ser_banner h3 { font-size: 36px; margin-bottom: 15px; color: #fff; }
/**/
.ser_shili{ margin-top: -80px; }
.ser_shili ul{width: 100%; overflow: hidden;}
.ser_shili ul li{width: 22%;*width: 21.9%; margin: 0 1.5%; float: left; text-align: center;}
/**/
.ser_con { margin-top: 50px; margin-bottom: 60px; font-size: 16px; line-height: 36px; }
.ser_con h3 {font-size: 40px;margin-bottom: 25px;text-align: center;color: #000;line-height: 1.6;}
.mao1 { display: inline-block; width: 26px; margin: 0 20px 0 0; height: 32px; background: url(../images/yihao_left.png) 0 no-repeat; }
.mao2 { display: inline-block; width: 26px; margin: 0 0 0 20px; height: 32px; background: url(../images/yihao_right.png) 0 no-repeat; }
.ser_con p { text-indent: 25px; margin: 8px 0; }
/**/
.com_adv { width: 100%; height: 545px; background: #e5e5e5; }
.com_adv-bx-z {float: left;width: 54%;background: #f4f4f4;height: 545px;padding: 108px 67px 0 60px; *width: 405px; *height: 437px;}
.com_adv-bx-z h2 {font-size: 55px;color: #eb0001;padding-bottom: 10px;line-height: 1.6;}
.com_adv-bx-z h2 span { font-size: 23px; font-weight: normal; width: 115px; display: block; border-bottom: 5px solid #2b2b2b; height: 35px; margin-top: 30px; }
.com_adv-bx-z p {font-size: 16px;color: #2b2b2b;line-height: 32px;margin: 8px 0 15px 0;background: url(../images/ser_ico.png) no-repeat left 0px;text-indent: 45px;}
.com_adv-bx-z h4 {font-size: 34px;color: #2b2b2b;margin-bottom: 20px;line-height: 1.6;}
.com_adv-bx-y { float: right; background: url(../images/ser1.jpg) no-repeat; height: 545px; width: 46%; }
.com_adv-bx-y .wz { width: 465px; height: 171px;background: url(../images/hd.png) repeat; margin-top: 186px; padding: 18px 35px 0 40px; box-sizing: border-box; *width: 390px; *height: 147px; }
.com_adv-bx-y .wz h4 { color: #fff; font-size: 26px; margin-bottom: 8px; line-height: 1.6;}
.com_adv-bx-y .wz p { font-size: 13px; color: #fff; line-height: 21px; }

@media(min-width:1400px){
	.com_adv-bx-z{padding: 72px 107px 0;}
	.com_adv-bx-z p{font-size: 18px;}
}
@media(min-width:1860px){
	.com_adv-bx-z{padding: 96px 173px 0;}
	.com_adv-bx-z p{font-size:18px;}
}
/**/
.ser_pj { margin-top: 80px; }
.ser_pj dl{overflow:hidden;}
.ser_pj dt { float: left; width: 50%; }
.ser_pj dd {width: 45%;margin-top: 47px;float: right;}
.ser_pj dd h3 {font-size: 40px;margin-bottom: 15px;color: #000;line-height: 1.6;}
.ser_pj dd p {line-height: 30px;font-size: 14px;}
@media(min-width:1400px){
	.com_adv-bx-z{padding: 72px 107px 0;}
	.ser_pj dd {margin-top: 70px;}
	.ser_pj dd p{font-size:16px;line-height:35px;}
}
@media(min-width:1860px){
	.ser_pj dd {margin-top: 106px;}
	.ser_pj dd p{font-size:18px;line-height: 40px;}
}
/**/
.ser_jishu { margin-top: 50px; }
.ser_jishu dl{overflow:hidden;}
.ser_jishu dt { float: right; width: 50%; }
.ser_jishu dd {width: 44%;padding: 31px 30px 0 0;height: 325px;float: left;}
.ser_jishu dd h3 {font-size: 40px;margin-bottom: 15px;color: #000;line-height: 1.6;}
.ser_jishu dd p {line-height: 30px;font-size: 14px;}

@media(min-width:1400px){
	.ser_jishu dd {padding-top: 50px;}
	.ser_jishu dd p{font-size:16px;line-height:35px;}
}
@media(min-width:1860px){
	.ser_jishu dd {padding-top: 74px;}
	.ser_jishu dd p{font-size:18px;line-height: 40px;}
}
/**/
.ser_lc { margin-top: 53px; width: 100%; padding: 0 0 60px 0; overflow: hidden; }
.ser_lc h3 {font-size: 40px;margin: 40px 0 10px 0;color: #000;text-align: center;line-height: 1.6;}
.ser_lc p {text-align: center;font-size: 15px;margin-bottom: 20px;line-height: 1.6;}
.ser_lc h4 { color: #000; font-weight: 600; font-size: 17px; padding: 4px 10px; width: 63%; margin: 15px auto 0; text-align: center; }
.ser_lc li { float: left; width: 16.6%; background: url(../images/lc_line.png) no-repeat right 63px; }
.ser_lc li img { display: block; width: 60%; margin: 0 auto; text-align: center; }
/**/
.index_bottom {margin-top: 50px;width: 100%;background: url('../images/ser_bg.jpg') no-repeat;-webkit-background-size: cover;background-size: cover;background-attachment: fixed;padding: 57px 0;}
.index_bottom .wrap{width:1200px;}
.index_bottom .l{float:left;}
.index_bottom .r{float:right;}
.index_bottom .link {background: url('../images/index_bottom_item.png') no-repeat center;width: 791px;}
.index_bottom .link li {float: left;color: #fff;width: 33.33%;*width: 28%;padding-left: 4%;cursor: pointer;}
.index_bottom .link li a { color: #fff; }
.index_bottom .link li a h4 { opacity: 0.8; }
.index_bottom .link li a .desc { opacity: 0.8; }
.index_bottom .link li a:hover h4 { opacity: 1; }
.index_bottom .link li a:hover .desc { opacity: 1; }
.index_bottom .link li div { display: inline-block; float: left; margin-right: 15px; width: 40px; height: 40px; background: url('../images/index_bottom_ico.png') no-repeat 0 0; vertical-align: middle; -webkit-transition: all 0.5s ease; transition: all 0.5s ease; }
.index_bottom .link li:hover div { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
.index_bottom .link li .ic2 { background-position: -40px 0; }
.index_bottom .link li .ic3 { background-position: -80px 0; }
.index_bottom .link ul { padding: 3% 0%; overflow: hidden; }
.index_bottom .t {font-size: 40px;color: #000;line-height: 1;padding-bottom: 5px;}
.index_bottom .p {font-size: 32px;color: #000;line-height: 1.6;}
.index_bottom .link li h4 { font-size: 16px; font-weight: normal; }
@media (min-width:1440px){
    .index_bottom .wrap{width:1200px;}
    .index_bottom .link{background-size: 990px;width: 990px;}
}
/*==============售后服务 end==============*/
/*==============站点地图 start==============*/
.sitemap{clear:both; padding:30px 30px 30px 30px; background:url(../images/insidedot01.jpg) repeat-x center top #fff; }
.sitemap ul li{float:left; background:url(../images/prodot01.png) no-repeat left center; line-height:24px; padding:9px 0px 9px 15px; }
.sitemap ul:first-child li{width:25%; }
.sitemap ul:nth-child(2) li{width:50%; }
@media(min-width:1440px){
    .sitemap ul li{font-size:16px; }
}
/*==============站点地图 end==============*/
/*==============详情小样式 start==============*/
blockquote{clear:both;display:block;text-align:center;padding-bottom:15px;}
blockquote p{color: #f79200  !important;display:inline-block;padding: 0px 0px !important;line-height: 1.6 !important;margin-bottom: 0px !important;}
blockquote a{color:#b42530;}
blockquote p a:hover{text-decoration:underline;}
.protwobox blockquote p{color: #999  !important;}
/**/
.contentLink{background:url(../images/insidestyle/smallicon01.png) no-repeat left top;background-size:100% 100%;color:#fff;padding: 6px 15px; text-indent: 0px; display: inline-block;}

/*视频小样式*/
.videodiv{position:relative; background:url(../images/videobg.png) no-repeat left top #fce6d2; background-size:auto 100%; padding:22px 0px 22px 17px; width:617px; margin:15px auto; overflow:hidden; }
.videodiv video{float:left; width:525px; border:5px solid #fff; overflow:hidden; box-shadow:0px 3px 13px 3px rgba(36, 0, 0, 0.23); margin:0px; }
.videodiv:after{position:absolute; width:53px; height:51px; background:url(../images/videoicon.gif) no-repeat center center; display:block; content:''; right:12px; top:52px; }
.videodiv:before{content:'现场视频'; display:block; padding-right:14px; padding-left:16px; width:42px; padding:0px; margin:0px; text-align:center; color:#b8312d; text-indent:0px; font-size:32px; font-weight:bold; line-height:36px; padding-top:64px; position:absolute; right:16px; top:54px; }
@media(min-width:1440px){
	.videodiv{width:720px; }
	.videodiv video{width:627px; padding:0px; }
	.videodiv:after{top:95px; }
	.videodiv:before{top:96px; }
}

/*产品参数*/
.body-box{width: 100%;margin:100px auto;background: #fff;}
.time-over{position:relative;padding: 0px 0px;}
.time-over .timer-left,.time-over .timer-right{display: none;}
.time-over .timer-shaft{position:relative;width:100%;height:80px;overflow: hidden;}
.timer-shaft-box{width:100%;padding: 30px 0px;box-sizing: border-box;}
.timer-scale{position:absolute;top:0;left:0;height:80px;padding-left:0px;font-size: 0;white-space: nowrap;}
.timer-scale-cont{display:inline-block;height:100%;line-height:80px;padding: 0px 32px 0px 0px;margin-right: 0px;}
.timer-scale-cont:last-child{background: none;}
.time-circle{display:inline-block;vertical-align:middle;line-height: 60px;text-align: center;font-size:18px;color: #666;transition: all .3s;cursor:pointer;background: #fff;border-radius: 5px;padding: 0px 20px;position: relative;}
.time-circle:after,.time-circle:before{position:absolute; content:'';}
.time-circle:after{ background:url(../images/tabicon03.png) no-repeat left center; width:10px; height:10px; left:0px; top:50%; margin-top:-5px;}
.hov .time-circle{color:#343434;}
.hov .time-circle:after{ background:url(../images/tabicon02.png) no-repeat left center; width:10px; height:10px; left:0px; top:50%; margin-top:-5px;}
.hov .time-circle:before{width:92px; bottom:0px; left:0px; height:4px; background:url(../images/tabicon01.png) no-repeat left bottom;}
.timer-shaft-content{width:100%;margin: 30px 0px 0px;}
.shaft-detail-cont{display: none;}
.shaft-detail-cont table{width:100%;}
@media(min-width:1400px){
	.timer-scale-cont{padding: 0px 53px 0px 0px;background: url(../images/tabicon04.png) no-repeat right center;margin-right: 5px;}
}
@media(min-width:1860px){
	.timer-scale-cont{padding: 0px 73px 0px 0px;margin-right: 35px;}
}
.protwobox table,.newboxflbox table,.answerflbox table{width:100%;border-collapse:collapse;border:0px;background: #fff;}
.newboxflbox table{margin-top: 15px;}
.protwobox table thead th,.newboxflbox table thead th,.answerflbox table thead th{  background: -webkit-linear-gradient(top,#f7f7f7, #ececec); background: -o-linear-gradient(top,#f7f7f7, #ececec); background: -moz-linear-gradient(top,#f7f7f7, #ececec); background: linear-gradient(top,#f7f7f7, #ececec);}
/*.protwobox table tbody tr:nth-child(even),.newboxflbox table tbody tr:nth-child(even),.answerflbox table tbody tr:nth-child(even){background:#f8f8f8;}*/
.protwobox table td,.protwobox table th,.newboxflbox table td,.newboxflbox table th,.answerflbox table td,.answerflbox table th{border:1px solid #ddd; text-align:center; padding:5px 0px;}
.protwobox table tbody tr:hover td,.newboxflbox table tbody tr:hover td,.answerflbox table tbody tr:hover td{background:#c00; color:#fff;}
.protwobox table tbody tr:hover td,.newboxflbox table tbody tr:hover td,.answerflbox table tbody tr:hover td{border-color:#fff;}
@media (min-width:1440px){
    .protwobox table td,.protwobox table th,.newboxflbox table td,.newboxflbox table th,.answerflbox table td,.answerflbox table th{padding:8px 0px;font-size:16px;}
}
@media (min-width:1860px){
    .protwobox table td,.protwobox table th,.newboxflbox table td,.newboxflbox table th,.answerflbox table td,.answerflbox table th{padding:10px 0px;font-size:16px;}
}
p[class^="smalltit"],p[class^="smalltxt"]{text-indent:0px;padding-left: 25px;}
.smalltext002 strong{clear:both; display: block;}
/*==============详情小样式 end==============*/
#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(3){font-size:16px; }
#LR_Tb4 tbody tr td:nth-child(2) p strong:nth-child(5){font-size:16px; }

/*右侧浮动QQ开始*/
.float_qq{position: fixed;top: 50%;right: 0;width: 50px;height: 203px;z-index: 6666;}
.float_qq li{width: auto;height: 50px;z-index: 20;}
.float_qq li.float_qq1, .float_qq li.float_qq4{position: absolute;left: 0;width: 62px;}
.float_qq li.float_qq1{top: 0;}
.float_qq li.float_qq2{position: absolute;top: 51px;left: 0;width: 126px;}
.float_qq li.float_qq2 a{cursor: pointer;}
.float_qq li.float_qq3{position: absolute;top: 102px;left: 0;width: 172px;}
.float_qq li.float_qq4{top: 153px;}
.float_qq4{position: absolute;top: 153px;left: 0;}
.float_qq li a{display: block;font-family: "Microsoft Yahei";color: #FFF;font-size: 14px;height: 50px;line-height: 50px;overflow: hidden;background-color: #000;opacity: 0.8;border-radius: 6px;}
.float_qq li a img{display: block;float: left;vertical-align: middle;width: 24px;height: 24px;margin: 12px 12px 14px 14px;}
.float_qq li a:hover{background-color: #c70c1f;opacity: 1;}
.float_shwx{position: absolute;top: -216px;left: -216px;background: url(../images/float_wxbd.png) no-repeat bottom right;width: 216px;height: 225px;padding-bottom: 9px;display: none;}
.float_shwx img{display: block;background-color: #FFF;width: 216px;height: 216px;}
/*右侧浮动QQ结束*/
