/* 
html5doctor.com Reset Stylesheet
v1.4.1 
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

@font-face {
    font-family: "HELVETICANEUELTPRO-THEX";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/HELVETICANEUELTPRO-THEX.OTF");
}
@font-face {
    font-family: "helveticaneuethn";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/helveticaneuethn.OTF");
}
@font-face {
    font-family: "GOTHAMRND-LIGHT";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GOTHAMRND-LIGHT.OTF");
}
@font-face {
    font-family: "GOTHAMRND-BOOK";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GOTHAMRND-BOOK.OTF");
}
@font-face {
    font-family: "GOTHAM-BLACK";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/GOTHAM-BLACK.OTF");
}

@font-face {
    font-family: "helveticaneueltpro";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/helveticaneueltpro.OTF");
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
/*    vertical-align:baseline;*/
    background:transparent;
}

body {
    font-family:'Arial','Microsoft YaHei';
    line-height:1;
}

:focus {
	outline: 1;
}

article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary { 
    display:block;
}

ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
    text-decoration: none;
}

a{blr: expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted #000;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

/***********布局开始**************/
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; }
img { max-width: 100%; }
.wrap { max-width: 100%; }
body { background: #fff; }

.head {
    max-width: 1200px;
    line-height: 70px;
	margin: 0 auto;
    /*display: inline-block;*/
}

.logo{
    display: inline-block;
    width: 302px;
    height: 40px;
	margin-top: 15px;
}

.nav{
	max-width: 800px;
    height: 70px;
	line-height: 70px;
	margin: 0 auto;
}
.nav li{
    float: left;
    /*margin-left: 39px;
    font-weight: bold;*/
    text-transform: uppercase;
    position: relative;
	width: auto;
	padding: 0 5px;
	line-height: 70px;
	text-align: center;
	z-index: 9999;
}

.nav li a{
    color: #666;
    font-size: 15px;
}

.nav li a:hover, .nav li .active{
    color: #da251d;
/*	font-weight: bold;*/
	max-width: 180px;
	height: 70px;
	display: block;
	background: url(../images/nav_hover.png) repeat-x;
}


#top.fixedNav{ width:100%; border-top: none; border-bottom: 1px #9f9c9c solid; position:fixed; top:0px; left:0px; background: #fff; z-index:100000; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}

#header .nav > li > a {
    display: block;
    overflow: hidden;
    position: relative;
}

#header .nav > li > a span::after {
    color: #005eab;
    content: attr(data-title);
    left: 0;
    position: absolute;
    transform: translateY(100%);
    width: 100%;
}
#header .nav > li a.active span, #header .nav > li:hover a span {
    transform: translateY(-100%);
}

#header .nav > li > a span {
    display: inline-block;
    position: relative;
    transition: all 0.3s ease-out 0s;
	padding: 0 15px;
}


#header .nav {height: 70px; float: left;}
#header .nav .navitem {height: 100%;}
/*#header .nav .navitem>a {height: calc(100% + 0px); position: relative}*/

#header .nav .navitem>a span:after {color: #da251d;}
#header .nav .navitem>a:before {opacity: 0; -webkit-transition: all .3s ease; transition: all .3s ease; bottom: 0px; left: 0; right: 0; margin: 0 auto; position: absolute; content:""; width: 0; height: 2px; left: 50%; background-color: #da251d;}
#header .nav .navitem>a.active::before, #header .nav .navitem>a:hover::before {opacity: 1; width: 100%; left: 0%}
#header .nav .navitem>a:last-child:after {display: none}


.nav li ul{
    display: none;
    background: #f6f6f6;
    width: 180px;
    padding: 3px 0 3px 0;
    position: absolute;
    top: 68px;
    left: 0px;
	border-top: #da251d solid 2px;
/*    box-shadow: 0 0 10px rgba(0,0,0,0.2);*/
    z-index: 99;
}

.nav li ul:before{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 50px;
    /*border-width: 0 8px 8px 8px;
    border-style: solid;
    border-color: rgba(0,0,0,0.1) transparent;
	border-width: 3px 0 0 0;*/
}

.nav li ul:after{
    content:"";
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    left: 40px; 
    /*border-width: 0 6px 6px 6px;
    border-style: solid;
    border-color: rgba(246, 246, 246, 1) transparent;
	border-width: 3px 0 0 0;*/
}

.nav li ul li{
    margin-left: 0px;
    height: 36px;
	width: 100%;
	padding: 0px;
    line-height: 36px;
    color: #333;
/*    border-bottom: 1px solid #ddd;*/
    font-family: 'Microsoft Yahei';
}

.nav li ul li:last-child {border-bottom: none;}
.nav li ul li a{
    width: 100%;
/*    padding-left: 20px;*/
	text-indent: 20px;
	text-align: left;
    display: block;
    font-size: 14px;
    color: #666;
    text-transform: none;    
}

.nav li ul li a:hover{
    background: #da251d;
    color: #fff;
	font-weight: normal;
	height: 36px;
}
.top_line {width: 100%; height: 5px; background: url(../images/top_line.png) repeat-x;}

.head .languages a{
    color: #666;
    font-size: 13px;
/*    font-weight: bold;*/
}

.head .languages .space{
/*    font-weight: bold;*/
    padding:0 2px;
	color: #999;
}

.head .search {
    width: auto;
    height: 30px;    
	border-radius: 3px;
	float: right;
	/*position: absolute;
	top: 52px;
	right: 0;*/
}
.head .search a{font-size: 14px; color: #666;}
.head .search a:hover {font-size: 14px; color: #f00;}
.head .search .languages {float: left; width: 30px; line-height: 28px; margin-right: 5px;}
.head .search .languages a { font-size: 14px; color: #333;}
.head .search .languages a:hover {color: #000;}

.head .search .input{
	float: left;
    width: 160px;
    height: 26px;
    border: #ccc solid 1px; 
	text-indent: 5px;
	border-radius: 4px;
	background: #fff;
	margin-right: 5px;
	display: none;
}

.head .search button {
    background: url(../img/searchBtn.png) no-repeat; 
	width: 22px; 
	height: 22px;
    border: none;
    outline: none;
    cursor: pointer;
	border-radius: 4px;
	float: left;
	margin-top: 3px;
}


/*-- banner开始 --*/

#slider { width: 100%; margin: 0 auto;}
#slider:hover .controls {display: block;}
.controls {display: none;}
.controls li { top: 50%; margin-top: -30px;}
.controls li:nth-child(1) {	left: 0; background: url(../images/prev.png); width: 40px; height: 60px;}
.controls li:nth-child(1):hover {left: 0; background: url(../images/prev1.png); width: 40px; height: 60px;}
.controls li:nth-child(2) {	right: 0;  background: url(../images/next.png); width: 40px; height: 60px;}
.controls li:nth-child(2):hover { right: 0;  background: url(../images/next1.png); width: 40px; height: 60px;}

.pagination li {background-color: #fff; width: 40px !important; height: 6px !important;}
.pagination li.active {	background-color: #dd392e; width: 40px !important; height: 6px !important;}

.responsive {width: 100%; height: auto;}
.clearfix:after {content: ""; display: table; clear: both;}

/*-- banner结束 --*/

#search {
    width: 630px;
    height: 30px;    
	border-radius: 3px;	
	margin: 0 auto;
	margin-top: 22px;
	/*position: absolute;
	top: 52px;
	right: 0;*/
}

#search span {float: left; margin: 0 10px; font-size: 16px; line-height: 30px; color: #666;}
#search .input{
	float: left;
    width: 180px;
    height: 26px;
    border: #ccc solid 1px; 
	text-indent: 5px;
	border-radius: 4px;
	background: #fff;
	margin-right: 5px;
	color: #666;
}

#search button {
    background: url(../img/searchBtn.png) no-repeat; 
	width: 22px; 
	height: 22px;
    border: none;
    outline: none;
    cursor: pointer;
	border-radius: 4px;
	float: left;
	margin-top: 3px;
	opacity: 0.8;
}


/* 滑动焦点图 */
.swiper-container{ height:auto;width:100%;text-align:center;margin:0 auto;position:relative;overflow:hidden;z-index:5;background:#F8F8F8;}
.swiper-wrapper{position:relative;z-index:10;}
.swiper-slide{position:relative;text-align:center; float:left;}
.swiper-slide a{position:relative; width:100%; height:100%; display:block; overflow:hidden;}
.swiper-slide img{max-height:100%;vertical-align:middle; position:relative;}
.pagination{position:absolute; height:1.2em; width:100%;bottom:0.5em;z-index:100; text-align:right; text-align:center;}
.pagination .swiper-pagination-switch{display:inline-block;width:40px;height:6px;overflow:hidden;cursor:pointer; border:2px solid #fff; cursor:pointer; margin:0 5px;}
.pagination .swiper-active-switch{background:#fff;}



/*--四大优势开始--*/

.ysus {width: 100%; background: #fff;  height: auto; padding: 20px 0 0px;}
.ysus .wow {animation-name: fadeInUp;}

.ysus .header {float: left; color: #666; width: 100%; text-align: center;}

.ysus .header .title { color: #666;  font-size: 28px;  margin: 5px 0; font-weight: 300;}
.ysus .header .subtitle { color: #999;  font-size: 14px;  margin: 10px 0;}

.ysus .yscon {width: 100%; background: #fff; height: 320px; margin: 20px 0 0; position: relative;}
.ysus .yscon .ysbdr {max-width: 1200px; margin: 0 auto;}
.ysus .yscon .textcon { animation-name: fadeInUp; width: 25%; height: 320px; position: relative; background: url(../images/line11.png) no-repeat right center;}
.ysus .yscon li { float: left;}
.ysus .yscon li:last-child {background: none;}
.ysus .yscon .textcon .img01 {width: 120px; height: 120px; background: url(../images/icon01.png) no-repeat center top; margin: 0px auto; position: relative; z-index: 999;}
.ysus .yscon .textcon:hover .img01 {width: 120px; height: 120px; background: url(../images/icon01.png) no-repeat center -120px; margin: 0px auto; position: relative; z-index: 999; transition: all 0.6s;}
.ysus .yscon .textcon .img02 {width: 120px; height: 120px; background: url(../images/icon02.png) no-repeat center top; margin: 0px auto; position: relative; z-index: 999;}
.ysus .yscon .textcon:hover .img02 {width: 120px; height: 120px; background: url(../images/icon02.png) no-repeat center -120px; margin: 0px auto; position: relative; z-index: 999; transition: all 0.6s;}
.ysus .yscon .textcon .img03 {width: 120px; height: 120px; background: url(../images/icon03.png) no-repeat center top; margin: 0px auto; position: relative; z-index: 999;}
.ysus .yscon .textcon:hover .img03 {width: 120px; height: 120px; background: url(../images/icon03.png) no-repeat center -120px; margin: 0px auto; position: relative; z-index: 999; transition: all 0.6s;}
.ysus .yscon .textcon .img04 {width: 120px; height: 120px; background: url(../images/icon04.png) no-repeat center top; margin: 0px auto; position: relative; z-index: 999;}
.ysus .yscon .textcon:hover .img04 {width: 120px; height: 120px; background: url(../images/icon04.png) no-repeat center -120px; margin: 0px auto; position: relative; z-index: 999; transition: all 0.6s;}


.ysus .yscon .textcon .tit { color: #333; font-size: 16px; padding: 15px 0; line-height: 20px; text-align: center; z-index: 999; position: relative;}
.ysus .yscon .textcon .txt { color: #666; font-size: 14px; width: 88%; line-height: 24px; margin: 0 auto; position: relative; z-index: 999;}


.ysus .yscon .textcon:hover {background: #fff;}
.ysus .yscon .textcon:hover .tit {color: #dd392e; margin: 5px auto 5px; -webkit-transition: all .6s ease; transition: all .6s ease;}
.ysus .yscon .textcon:hover .txt {color: #333; margin: 5px auto 0; -webkit-transition: all .3s ease; transition: all .3s ease;}
.ysus .yscon .textcon:hover .num {opacity: 1; -webkit-transition: all .3s ease; transition: all .3s ease;}

.ysus .yscon .textcon:before {opacity: 0; -webkit-transition: all .6s ease; transition: all .6s ease; top: 170px; position: absolute; content:""; width: 0; height: 1px; right: 0%; background-color: #dd392e;}
.ysus .yscon .textcon:hover::before {opacity: 1; width: 30%; left: 35%}

/*--四大优势结束--*/


/*--金牌客户开始--*/

.kfus {width: 100%; background: #fafafa;  height: auto; padding: 10px 0 10px; position: relative;}
.kfus .wow {animation-name: fadeInUp;}
.kfus .header {float: left; color: #555; width: 100%; text-align: center;}

.kfus .container_category {position: absolute; top: 40px; right: 50px; height: 26px; line-height: 26px;}
.kfus .container_category a {padding: 6px 20px; text-align: center; color: #666; font-size: 12px; background: #fafafa; border: #ccc solid 1px; border-radius: 3px;-webkit-transition: all .3s; transition: all .3s;}
.kfus .container_category a.active, .kfus .container_category a:hover {color: #fff; background: #dd392e; border: #dd392e solid 1px; border-radius: 3px;}

.kfus .container_category a.btn {
  border-color: #ccc;
  background: -webkit-linear-gradient(left, #dd392e, #dd392e) no-repeat;
  background: linear-gradient(to right, #dd392e, #dd392e) no-repeat;
  background-size: 0% 100%;
}
.kfus .container_category a.btn:hover {
  background-size: 100% 100%;
  border-color: #dd392e;
  color: #fff;
}

.show {display: none;}
.show.active {display: block;}

.kfus .header .title { color: #666;  font-size: 28px;  margin: 5px 0; font-weight: 300;}
.kfus .header .subtitle { color: #999;  font-size: 14px;  margin: 10px 0;}


/* 金牌客户开始 */
.kf {max-width: 1200px; min-height: 160px; margin: 10px auto; position: relative;}
#myscroll {display: block; width:100%; position: relative; height: 160px; overflow: hidden;}
#myscroll #myscrollbox {display: block; float: left; position: absolute; left: 0; top: 0; width: 1000000px;}
#myscroll ul {display: block; float: left; list-style-type: none; padding: 0; margin: 0;}

#myscroll ul li {display: block; float: left; padding: 0; margin: 0; width: 198px; height: 158px; background: #fff; border: #f0f0f0 solid 1px; position: relative; color: #fff; overflow: hidden;}
#myscroll ul li a { display: block;}
#myscroll ul li a img { padding: 19px 39px;}
#myscroll ul li a h5 {position: absolute; left: 0; background-color: rgba(215,0,15,.8); bottom: -41px; font-size: 14px; font-weight: bold; height: 40px; width: 100%; line-height: 40px; text-align: center; border-bottom: 1px solid rgba(215,0,15,.8); color: #fff;}
#myscroll ul li a:hover h5 {bottom: 1px;}
#myscroll ul li a:hover img{/*可以改变数值*/ -webkit-transform: rotate(360deg); transform: rotate(360deg);}

#mybtns { width: 100%; display: block; height: 60px; position: absolute; z-index: 100; top: 30%;}
#mybtns a { width: 40px; height: 60px; display: block; float:left; margin-right: 1px;}
#mybtns a:hover {background-color: #d7000f;}
#mybtns a:hover, #myscroll, #mybtns a,#myscroll a:hover h5, #myscroll a h5,#myscroll #myscrollbox,#myscroll ul li a:hover img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#mybtns #left {background: #ccc url(../images/prev.png) 0 0 no-repeat; position: absolute; left: 0; margin-left: -20px;}
#mybtns #right {background: #ccc url(../images/next.png) 0 0 no-repeat; position: absolute; right: 0; margin-right: -20px;}

#mybtns #left:hover {background: #da251d url(../images/prev.png) 0 0 no-repeat;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;}
#mybtns #right:hover {background: #da251d url(../images/next.png) 0 0 no-repeat;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;}

@media(min-width:1572px){
	.scrollpic{max-width:1572px; width:100%;}
	#myscroll{max-width:1572px;}
}
@media(max-width:1571px){
	.scrollpic{max-width:1310px; width:100%;}
	#myscroll{max-width:1310px;}
}
@media(max-width:1309px){
	.scrollpic{max-width:1200px; width:100%;}
	#myscroll{max-width:1200px;}
}
@media(max-width:1047px){
	.scrollpic{max-width:1046px; width:100%;}
	#myscroll{max-width:1046px;}
}
@media(max-width:767px){
	.scrollpic{max-width:760px; width:100%;}
	#myscroll{max-width:760px;}
}
@media(max-width:523px){
	.scrollpic{max-width:520px; width:100%;}
	#myscroll{max-width:520px;}
}
/*浏览器宽度变化时需刷新页面才能正常显*/

/*--金牌客户结束--*/

/*--解决方案开始--*/

.caseus {width: 100%; background: #fff;  height: auto; padding: 30px 0 20px; padding: 10px 0 0px; position: relative;}
.caseus .wow {animation-name: fadeInUp;}
.caseus .header {float: left; color: #666; width: 100%; text-align: center;}

.caseus .header .title { color: #666;  font-size: 28px;  margin: 5px 0; font-weight: 300;}
.caseus .header .subtitle { color: #999;  font-size: 14px;  margin: 10px 0;}

.caseus .case_category {position: absolute; top: 30px; right: 50px; height: 26px; line-height: 26px;}
.caseus .case_category a {padding: 6px 20px; text-align: center; color: #666; font-size: 12px; background: #fafafa; border: #ccc solid 1px; border-radius: 3px;-webkit-transition: all .3s; transition: all .3s;}
.caseus .case_category a.active {color: #fff; background: #dd392e; border: #dd392e solid 1px; border-radius: 3px;}
/*.caseus .case_category a:hover {color: #fff; background: #dd392e; border: #dd392e solid 1px; border-radius: 3px;}*/
.caseus .case_category a.btn {
  border-color: #ccc;
  background: -webkit-linear-gradient(left, #dd392e, #dd392e) no-repeat;
  background: linear-gradient(to right, #dd392e, #dd392e) no-repeat;
  background-size: 0% 100%;
}
.caseus .case_category a.btn:hover {
  background-size: 100% 100%;
  border-color: #dd392e;
  color: #fff;
}



.case {max-width: 1200px; min-height: 220px; margin: 10px auto 0px; position: relative;}
#casewrap {display: block; width:100%; position: relative; height: 220px; overflow: hidden;}
#casewrap #casebox {display: block; float: left; position: absolute; left: 0; top: 0; width: 1000000px;}
#casebox ul {display: block; list-style-type: none; padding: 0; margin: 0;}

#casewrap ul li {display: block; float: left; padding: 0; margin: 0 5px;}
#casewrap ul li a {float: left; width: 290px; height: 210px; display: block;}
#casewrap ul li a img { padding: 29px 95px; border: #f0f0f0 solid 1px;}
#casewrap ul li a h5 { background-color: rgba(255,255,255,.8); font-size: 16px; font-weight: normal; height: 50px; width: 100%; line-height: 50px; text-align: center; color: #333;}

#casewrap ul li a:hover img{-webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -ms-transition: all 0.5s ease; -o-transition: all 0.5s ease; transition: all 0.5s ease; background: #da251d;  }
#casewrap ul li a:hover img {border: none}
	
#casewrap ul li:hover {
	-webkit-box-shadow: 0 0 15px rgba(204, 204, 204, .5);  
	-moz-box-shadow: 0 0 15px rgba(204, 204, 204, .5);  
    box-shadow: 0 0 15px rgba(204, 204, 204, .5);
}

#casewrap ul li .show {display: block;}
#casebtns { width: 100%; display: block; height: 60px; position: absolute; z-index: 100; top: 25%;}
#casebtns a { width: 40px; height: 60px; display: block; float:left; margin-right: 1px;}
#casebtns a:hover {background-color: #d7000f;}

#casewrap a:hover, #casewrap, #casebtns a,#casewrap a:hover h5, #casewrap a h5,#casewrap #casebox,#casewrap ul li a:hover img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#casebtns .left {background: #ccc url(../images/prev.png) 0 0 no-repeat; position: absolute; left: 0; margin-left: -20px;}
#casebtns .right {background: #ccc url(../images/next.png) 0 0 no-repeat; position: absolute; right: 0; margin-right: -20px;}

#casebtns .left:hover {background: #da251d url(../images/prev.png) 0 0 no-repeat;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;}
#casebtns .right:hover {background: #da251d url(../images/next.png) 0 0 no-repeat;
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	transition: all 0.6s ease;}

@media(min-width:1572px){
	.scrollpic{max-width:1572px; width:100%;}
	#casewrap{max-width:1572px;}
}
@media(max-width:1571px){
	.scrollpic{max-width:1310px; width:100%;}
	#casewrap{max-width:1310px;}
}
@media(max-width:1309px){
	.scrollpic{max-width:1200px; width:100%;}
	#casewrap{max-width:1200px;}
}
@media(max-width:1047px){
	.scrollpic{max-width:1046px; width:100%;}
	#casewrap{max-width:1046px;}
}
@media(max-width:767px){
	.scrollpic{max-width:760px; width:100%;}
	#casewrap{max-width:760px;}
}
@media(max-width:523px){
	.scrollpic{max-width:520px; width:100%;}
	#casewrap{max-width:520px;}
}
/*浏览器宽度变化时需刷新页面才能正常显*/

/*--解决方案结束--*/


/*--关于我们开始--*/

.aboutus {width: 100%; height: auto; padding: 30px 0 20px; padding: 0 0 20px;}
.aboutus .wow {animation-name: fadeInUp;}

.aboutus .header {float: left;  color: #555; width: 100%; text-align: center;}

.aboutus .header .title { color: #666;  font-size: 28px;  margin: 5px 0; font-weight: 300;}
.aboutus .header .subtitle { color: #999;  font-size: 14px;  margin: 10px 0;}
.aboutus .aboutcon {max-width: 1200px; height: 320px; background: #0f5d9d; margin: 20px auto 0 auto; position: relative;}
.aboutus .aboutcon .aboutimg {float: right; width: 50%; height: auto;}
.aboutus .aboutcon .textcon {float: left; width: 46%;}

.aboutus .aboutcon .textcon { color: #fff; visibility: visible; animation-name: fadeInUp;}
.aboutus .aboutcon .textcon .item_info {width: 90%; float: left; margin-left: 10%; margin-top: 20px; position: relative;}
.aboutus .aboutcon .textcon:hover .item_info {padding: 10px 0 0 0; -webkit-transition: all .6s ease 0s;	transition: all .6s ease 0s;}

.aboutus .aboutcon .textcon .tit { color: #fff; font-size: 20px; line-height: 50px;}
.aboutus .aboutcon .textcon .txt { color: #fff; font-size: 14px; line-height: 24px; margin-bottom: 20px;}

.aboutus .aboutcon .textcon .btn {width: 90px; height: 30px; line-height: 30px; text-align: center; display: block; border: #fff solid 1px; color: #fff; font-size: 14px;
}
.aboutus .aboutcon .textcon:hover .btn {background: #fff; color: #0f5d9d;}

/*--关于我们结束--*/


/*--新闻动态开始--*/

.news {width: 100%; background: #fff; height: auto; padding: 30px 0 0px; padding: 0 0; position: relative;}
.news .wow {animation-name: fadeInUp;}
.news .header {	float: left; color: #555; width: 100%; text-align: center;}

.news .case_category {position: absolute; top: 20px; right: 50px; height: 26px; line-height: 26px;}
.news .case_category a {padding: 6px 20px; text-align: center; color: #666; font-size: 12px; background: #fafafa; border: #ccc solid 1px; border-radius: 3px; -webkit-transition: all .3s; transition: all .3s;}
.news .case_category a.active {color: #fff; background: #dd392e; border: #dd392e solid 1px; border-radius: 3px;}

.news .case_category a.btn {
  border-color: #ccc;
  background: -webkit-linear-gradient(left, #dd392e, #dd392e) no-repeat;
  background: linear-gradient(to right, #dd392e, #dd392e) no-repeat;
  background-size: 0% 100%;
}
.news .case_category a.btn:hover { background-size: 100% 100%; border-color: #dd392e; color: #fff;}

.news .header .title { color: #666;  font-size: 28px;  margin: 5px 0; font-weight: 300;}
.news .header .subtitle { color: #999;  font-size: 14px;  margin: 10px 0;}

.news .ncon {max-width: 1200px; min-height: 400px; margin: 10px auto 30px auto;}

.news .ncon .dqbdr {width: 46%; position: relative; float: left; margin-bottom: 20px;}
.news .ncon .dqbdr .img {width: 100%; height: auto; overflow: hidden;}
.news .ncon .dqbdr .img img {width: 100%; transition: all 0.6s;}
.news .ncon .dqbdr .tit { color: #e66211; font-size: 18px; line-height: 60px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%;}
.news .ncon .dqbdr .time { color: #999; font-size: 22px; line-height: 20px; font-family: HELVETICANEUELTPRO-THEX; text-align: right; margin-top: -40px;}
.news .ncon .dqbdr .txt { color: #666; font-size: 14px; line-height: 24px; width: 90%; margin: 20px 0 0; height: 50px; overflow: hidden;}

.news .ncon .dqul {width: 50%; float: right; margin-bottom: 20px;}
.news .ncon .textcon { animation-name: fadeInUp; width: 100%; height: 130px; border-bottom: #ccc solid 1px; position: relative;}
.news .ncon li { float: left; margin-right: 15px;}
.news .ncon li:last-child {margin-right: 0;}

.news .ncon .textcon .tit { color: #e66211; font-size: 18px; line-height: 50px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 70%;}
.news .ncon .textcon .time { color: #999; font-size: 22px; line-height: 20px; font-family: HELVETICANEUELTPRO-THEX; text-align: right; margin-top: -40px;}
.news .ncon .textcon .txt { color: #666; font-size: 14px; line-height: 24px; width: 90%; margin: 25px 0; height: 50px; overflow: hidden;}

.news .ncon .dqbdr:hover .img img {transform: scale(1.1);}
.news .ncon .dqbdr:hover .tit {color: #000;}

.news .ncon .textcon:before {opacity: 0; -webkit-transition: all .6s ease; transition: all .6s ease; top: 130px; position: absolute; content:""; width: 100%; height: 1px; left: 0%; background-color: #666;}
.news .ncon .textcon:hover::before {opacity: 1; width: 100%; left: 0%}

.news .ncon .textcon:hover .tit {color: #000;}
.news .ncon .textcon:hover .txt {color: #333; padding-left: 36px; -webkit-transition: all .6s ease; transition: all .6s ease; border-left: #666 solid 1px;}
.news .ncon .dqbdr:hover .txt {color: #333; padding-left: 36px; width: 90%; -webkit-transition: all .6s ease; transition: all .6s ease; border-left: #666 solid 1px;}

/*--新闻动态结束--*/


/*--联系我们开始--*/

.contactus {width: 100%; background:url(../images/footerBg.jpg) no-repeat center top;  height: auto;}
.contactus .wow {animation-name: fadeInUp;}

.contactus .contactcon {max-width: 1200px; height: 360px; margin: 0 auto; position: relative;}
.contactus .contactcon .infobdr {width: 72%; float: left;}

.contactus #contactinfo {width: 40%; float: left;}
.contactus #contactinfo h3 {margin: 40px 0 20px; color: #fff;}
.contactus #contactinfo p {float: none; font-size: 14px; margin-top: 12px; color: #999;}

.contactus .ewm {width: 20%; float: left; margin: 40px 0 20px; text-align: center; line-height: 20px; color: #999; font-size: 14px;}

.contactus .product {width: 40%; float: left; margin-left: 0%;}
.contactus .product h3 {margin: 40px 0 20px; margin-left: 5%; color: #fff;}
.contactus .product a {font-size: 14px; line-height: 30px; color: #999; display: block; float: left; margin-left: 5%; width: 45%;}
.contactus .product a:hover {color: #fff; text-decoration: underline}

.contactus .contactcon .infoul {width: 28%; padding: 0 0 30px; float: right;}
.contactus .contactcon .infoul h3 {margin: 40px 0 8px; color: #fff;}

.contactus .contactcon .infoul .inputtxt {color: #ccc; line-height: 40px; width: 100%; border: none; background: none; border-bottom: #8c8080 solid 1px; text-indent: 10px;}
.contactus .contactcon .infoul .textarea {line-height: 30px; width: 100%; border: none; background: none; border-bottom: #8c8080 solid 1px; height: 60px; margin-bottom: 30px; font-size: 14px; color: #ccc; font-family: 'Microsoft Yahei'; text-indent: 10px;}
.contactus .contactcon .infoul .submit {color: #666; line-height: 40px; width: 100%; background: #fff; cursor: pointer; border-radius: 3px; border: #fff solid 1px; -webkit-transition: all .6s; transition: all .6s; opacity: 1;}
/*.contactus .contactcon .infoul .submit:hover {color: #333; background: #fff; -webkit-transition: all .6s ease; transition: all .6s ease;}*/

.contactus .contactcon .infoul .btn {
  background: #ebebeb;
  background: -webkit-linear-gradient(left, #fff, #fff) no-repeat;
  background: linear-gradient(to right, #fff, #fff) no-repeat;
  background-size: 100% 100%;
}
.contactus .contactcon .infoul .btn:hover { background-size: 0% 100%; color: #fff;}

/*--联系我们结束--*/


#shares {
    bottom: 63px;
    height: 124px;
    position: fixed;
    right: 7px;
    z-index: 99;
}
#shares a {
    background-color: #fff;
    border: 1px solid #f2f2f2;
    color: #999;
    display: block;
    font-size: 16px;
    height: 40px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out 0s;
    width: 40px;
}
#shares a i {
    color: #999;
    margin-top: 12px;
    transition: all 0.3s ease-out 0s;
}
#shares a i.fa.fa-mobile {
    font-size: 24px;
    margin-top: 8px;
}
#online_open:hover i {
    color: #fff;
}
#shares a:hover i {
    color: #666;
}
#shares a:hover {
    background-color: #f6f6f6;
    border-color: #f6f6f6;
    z-index: 1;
}
#shares a#sweixin {
    top: -1px;
}
#shares a#gotop {
    font-size: 22px;
    margin-top: -2px;
}
#shares a#gotop i {
    margin-top: 9px;
}


#top.fixedNav{width: 100%; border-top: none; border-bottom: 1px #ccc solid; position: fixed; top: 0; left: 0; background: rgba(255,255,255,0.9); z-index: 100000; _position: absolute; _top:expression(eval(document.documentElement.scrollTop));  -webkit-transition: all 1s ease; transition: all 1s ease;}

.hidden {display: none;}

/*********动画效果**********/
.animated{
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown;}


.a1 { display: none;}
.a2 { display: block;}

#menu { display: none;/*解决加载时导航栏闪现问题*/ }

.apply-pup { background:url(../images/navbg.png) right center no-repeat; width: 24px; display: block; text-indent: -9999px;}

.banner { width: 100%; overflow: hidden;}

.banner .flexslider { width: 100%; border: 0px; box-shadow: none; margin: 0px;}

.banner .flex-control-nav{ bottom: 15px;}

.banner .flex-control-paging li a{ width: 38px; height: 8px; border-radius: 0; background: rgba(255,255,255,.5); box-shadow: none;}

.banner .flex-control-paging li a.flex-active { background: #d6000f;}


