body{
	transition: 0.8s;
}
body.hide{
	opacity: 0;
}


/*header>>>start*/
.head{
	position: fixed;
	top: 68px;
	width: 100%;	
	z-index: 1000;
}
.head.navbar-fixed-top{
	top: 0px;
}
.head .container{
	width: 1170px;
	margin: 0 auto;
	/*background: #fff;*/
	background-color: rgba(255,255,255,0.8);
}
.head.ts .container{
	background: #efefef;
}
.head .top{
	width: 880px;
	height: 44px;
	margin-left: 290px;
	background: #000;
	opacity: 0.75;
	/*background-color: rgba(0,0,0,0.8);*/
}
.head .top .en{
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	line-height: 44px;
	margin-left: 32px;
	float: left;
	opacity: 0.75;
}
.head .top a.r{
	float: right;
	font-size: 13px;
	color: #fff;
	line-height: 44px;
	margin-left: 0px;
	margin-right: 20px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.head .top a.r.en{
	font-size: 12px;
	margin-right: 30px;
}
.head .top a:hover{
	color: red;
}
.head .navbar{
	width: 100%;
	height: 106px;
}
.head .navbar .logo{
	float: left;
	width: 167px;
	margin-left: 35px;
	margin-top: 7px;
}
.head .navbar .logo img{
	width: 100%;
	height: auto;
}
.head .navbar ul.menu{
	display: block;
	float: left;
	margin-left: 88px;
	/*opacity: 0.75;*/
}
.head .navbar ul.menu a{
	opacity: 0.75;
}
.head .navbar ul.menu li{
	position: relative;
	display: block;
	float: left;
	margin-left: 12px;
	margin-top: 42px;
}
.head .navbar ul.menu li i{
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 3px;
	width: 23px;
	height: 19px;
	background: url(/static/index/images/menu-arrow1.jpg) no-repeat;
}
.head .navbar ul.menu li.active i{
	background: url(/static/index/images/menu-arrow2.jpg) no-repeat;
}
.head .navbar ul.menu li a{
	display: block;
	font-size: 14px;
	color: #131313;
	padding-right: 12px;
	border-right: dotted 1px #999;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
	margin-bottom: 45px;
}
.head .navbar ul.menu li:hover a{
	color: red;
}
.head .navbar ul.menu li:last-child a{
	border-right: none;
}
.head .navbar ul.menu li:hover ul.dropdown-menu{
	opacity: 1;
	/*display: block;*/
	visibility: inherit;
	height: auto;
	overflow: inherit;
}
.head .analysis-btn{
	float: right;
	margin: 40px 28px 40px 0px;
}
.head .analysis-btn > a{
	background-color: #fff;
	border: #e70010 1px solid;
	font-weight: bold;
	display: inline-block;
	padding: 3px 21px;
	letter-spacing: 0px;
	font-size: 14px;
	color: #e70010;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: normal;;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.head .analysis-btn > a:hover {
	background-color: red;
	background-color: #e70010;/*wenliang*/
	color:#fff;/*wenliang*/
}
.head button.navbar-toggle{
	float: right;
	display: block;
	padding: 6px 5px;
	background: #fcb100;
	display: none;
	border: none;
	margin-right: 5%;
	margin-top: 30px;
}
.head button.navbar-toggle span{
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 4px;
	background: #fff;
}
.head button.navbar-toggle span:first-child{
	margin-top: 0px;
}
.head .navbar ul.menu li ul.dropdown-menu{
	position: absolute;
	min-width: 200px;
	max-width: 200px;
	background: rgba(255,255,255,0.75);
	transition: all 0.4s ease-in-out 0s;
	visibility: visible;
	opacity: 0;
	height: 0px;
	overflow: hidden;
}
.head.ts .navbar ul.menu li ul.dropdown-menu{
	background: #efefef;
}
/*.head .navbar ul.menu li.active ul.dropdown-menu{
	display: block;
}*/
.head .navbar ul.menu li ul.dropdown-menu li{
	display: block;
	float: none;
	margin-left: 0px;
	margin-top: 0px;
	position: relative;
}
.head .navbar ul.menu li ul.dropdown-menu a{
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 600;
	color: #131313;
	padding: 8px 15px;
	margin-bottom: 0px;
	border-right: none;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.head .navbar ul.menu li ul.dropdown-menu li:hover a{
	color: #fcb100;
}
.head .navbar ul.menu li ul.dropdown-menu li:hover .evl-menu{
	opacity: 1;
	visibility: inherit;
	height: auto;
}
.head .navbar ul.menu li ul.dropdown-menu li.active span{
	background: url(/static/index/images/menu-arrow2.jpg) no-repeat;
}
.head .navbar ul.menu li ul.dropdown-menu li span{
	display: none;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 3px;
	width: 23px;
	height: 19px;
	background: url(/static/index/images/menu-arrow1.jpg) no-repeat;
}
.head .navbar ul.menu li ul.dropdown-menu li .evl-menu{
	position: absolute;
	display: block;
	left: 100%;
	top: 0;
	min-width: 200px;
	max-width: 200px;
	background: rgba(255,255,255,0.75);
	opacity: 0;
	visibility: hidden;
	height: 0px;
}
.head .navbar ul.menu li ul.dropdown-menu li .evl-menu a{
	display: block;
	float: none;
	font-size: 14px;
	font-weight: 600;
	color: #131313;
	padding: 8px 15px;
	margin-bottom: 0px;
	-webkit-transition: all 1s ease 0s;
	-moz-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}
.head .navbar ul.menu li ul.dropdown-menu li .evl-menu a:hover{
	color: #fcb100;
}
/*header>>>end*/

/*footer>>>start*/
.footer{
	width: 100%;
	height: auto;
	background: #323232;
}
.footer .container{
	width: 1170px;
	margin: 0 auto;
	padding-bottom: 25px;
}
.footer .container .left-con{
	float: left;
	width: 500px;
	margin-top: 45px;
}
.footer .container .left-con .title{
	font-size: 16px;
	color: #fff;
}
.footer .container .left-con .text{
	width: 100%;
	font-size: 14px;
	color: #969595;
	margin-top: 22px;
	text-indent: 2em;
}
.footer .container .center-con{
	float: left;
	margin-left: 25px;
	margin-top: 62px;
}
.footer .container .center-con .ecode{
	width: 107px;
	font-size: 14px;
	color: #969595;
	text-align: center;
	float: left;
	margin-left: 20px;
}
.footer .container .right-con{
	float: right;
	font-size: 14px;
	color: #969595;
	margin-top: 45px;
}
.footer .container .right-con .title{
	font-size: 16px;
	color: #fff;
}
.footer .container .right-con .txt{
	padding-bottom: 12px;
	margin-top: 12px;
	border-bottom: dotted 1px #6b6b6b;
}
.footer .container .right-con .txt.ts{
	padding-bottom: 0px;
	border-bottom: none;
}
.footer .container .right-con .txt span{
	color: #fff;
}
.footer .bottomfooter{
	font-size: 12px;
	color: #969595;
	width: 100%;
	text-align: center;
	height: 40px;
	line-height: 40px;
	background: #252525;
}
/*footer>>>end*/

/*其他页面的banner*/
.other-banner{
	width: 100%;
	height: 175px;
	background-image: url(/static/index/images/other-banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 100%;
}
/*其他页面的banner*/

/*main*/
.main{
	width: 1170px;
	margin: 0 auto;
}
.main .l-con{
	float: left;
	width: 220px;
	margin-top: 105px;
	margin-bottom: 95px;
}
.main .l-con .title{
	display: block;
	font-size: 26px;
	color: #FFFFFF;
	padding-left: 6%;
	width: 94%;
	height: 50px;
	line-height: 50px;
	background: #232323;
}
.main .l-con ul{
	margin-top: 20px;
}
.main .l-con ul li{
	line-height: 33px;
	border-bottom: dotted 1px #dedede;
}
.main .l-con ul li a{
	font-size: 14px;
	color: #666666;
}
.main .l-con ul li a:hover{
	color: #e71b1a;
}
.main .l-con ul li.evl a{
	color: #e71b1a;
}
.main .l-con .icon1{
	display: block;
	margin-top: 45px;
	width: 213px;
}
.main .l-con .icon1 img{
	width: 100%;
	height: auto;
}
.main .l-con .search{
	position: relative;
	margin-top: 28px;
	height: 40px;
}
.main .l-con .search .icon2{
	position: absolute;
	width: 173px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	padding-left: 40px;
	font-size: 12px;
	color: #acacac;
	background: url(/static/index/images/left-icon2.jpg) no-repeat;
}
.main .l-con .search .btn{
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
}
.main .l-con .icon3{
	display: block;
	width: 213px;
	margin-top: 28px;
	display: none;
}
.main .l-con .icon3 img{
	width: 100%;
	height: auto;
}
.main .r-con{
	float: right;
	width: 880px;
	margin-top: 105px;
	margin-bottom: 95px;
}
.main .r-con .title{
	font-size: 32px;
	color: #e71b1a;
	position: relative;
	z-index: 999;
}
.main .r-con .container{
	width: 100%;
	font-size: 14px;
	color: #000000;
	line-height: 22px;
}
.main .r-con .container img{
	display: inline-block;
}
.main .r-con ul.product-list{
	width: 100%;
	margin-top: 25px;
}
.main .r-con ul.product-list li{
	float: left;
	width: 220px;
	text-align: center;
	margin-right: 40px;
	margin-top: 20px;
}
.main .r-con ul.product-list li a{
	display: block;
	width: 100%;
	overflow: hidden;
}
.main .r-con ul.product-list li a img{
	display: block;
	width: auto;
	height: 180px;
	margin: 0 auto;
}
.main .r-con ul.product-list li a .text{
	font-size: 14px;
	color: #444444;
	width: 218px;
	height: 79px;
	line-height: 79px;
	border: solid 1px #efefef;
	border-top: none;
}
.main .r-con .container .k{
	margin-top: 20px;
}
.main .r-con .container .l-title{
	text-align:justify;
	font-size: 14px;
	color: #444444;
	float: left;
	line-height: 35px;
	margin-top: 15px;
	width: 45px;
}
.main .r-con .container .l-title span{
	color: #ff0e00;
}
.main .r-con .container input.r-inpt{
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #444444;
	width: 290px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 35px;
	line-height: 35px;
	background: #efefef;
	border: none;
	margin-top: 15px;
}
.main .r-con .container textarea.r-inpt{
	float: left;
	margin-left: 20px;
	font-size: 14px;
	color: #444444;
	width: 410px;
	height: 100px;
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 16px;
	background: #efefef;
	border: none;
	margin-top: 15px;
}
.main .r-con .container a.contact-btn{
	font-size: 14px;
	color: #232323;
	float: left;
	width: 158px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: solid 1px #232323;
	display: block;
	margin-left: 10px;
	margin-top: 20px;
}
.main .r-con .container a.contact-btn.ts{
	margin-left: 63px;
}
.main .r-con .container a.contact-btn:hover{
	color: #e70010;
	border: solid 1px #e70010;
}
.main .r-con .container table.contact{
	width: 100%;
	font-size: 14px;
	color: #444444;
	margin-top: 35px;
}
.main .r-con .container table.contact a{
	display: block;
	width: 100%;
}
.main .r-con .container .zp-title{
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #f9f9f9;
	font-size: 0;
	color: #444444;
	margin-top: 35px;
}
.main .r-con .container .zp-title span{
	display: inline-block;
	width: 20%;
	font-size: 14px;
	text-align: center;
}
.main .r-con .container.ts .zp-title span:last-child{
	width: 20%;
}
.main .r-con .container .zp-title span:last-child{
	width: 60%;
}
.main .r-con .container a.zp{
	display: block;
	width: 100%;
	color: #444444;
	margin-top: 20px;
	font-size: 0;
	cursor: default;
}
.main .r-con .container a.zp span{
	font-size: 14px;
	display: inline-block;
	width: 20%;
	text-align: center;
}
.main .r-con .container.ts a.zp span:last-child{
	width: 20%;
}
.main .r-con .container a.zp span:last-child{
	width: 60%;
}
.main .r-con .container a.zp:hover{
	/*color: #e93838;*/
}
.main .r-con .container .zp-bt{
	float: left;
	font-size: 18px;
	color: #444444;
	width: 13%;
	line-height: 25px;
	margin-top: 30px;
}
.main .r-con .container .zp-text{
	float: left;
	font-size: 14px;
	color: #444444;
	line-height: 25px;
	width: 78%;
	margin-top: 30px;
}
/*main*/







/*animated>>>>>>>start*/
.animated {
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-o-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

@-moz-keyframes fadeInDown {
	0% {
		opacity: 0;
		-moz-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-moz-transform: translateY(0);
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		-ms-transform: translateY(0);
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		transform: translateY(-20px);
	}
	
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}


/*fadeInLeft*/
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-40%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
            transform: translate3d(-40%, 0, 0);
  }

  100% {
    opacity: 1;
            transform: none;
  }
}

@-moz-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-moz-transform: translate3d(-40%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@-o-keyframes fadeInDown {
	0% {
		opacity: 0;
		-ms-transform: translate3d(-40%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-ms-transform: none;
	}
}

.fadeInLeft { 
	opacity: 0; 
	-webkit-animation-duration: 0.8s;
	-moz-animation-duration: 0.8s;
	-ms-animation-duration: 0.8s;
	-o-animation-duration: 0.8s;
	animation-duration: 0.8s;
}
.fadeInLeft.animated {
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
	-moz-animation-name: fadeInLeft;
	-o-animation-name: fadeInLeft;
}

/*fadeInRight*/
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(40%, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
            transform: translate3d(40%, 0, 0);
  }

  100% {
    opacity: 1;
            transform: none;
  }
}

@-moz-keyframes fadeInRight {
	0% {
		opacity: 0;
		-moz-transform: translate3d(40%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-moz-transform: none;
	}
}

@-o-keyframes fadeInRight {
	0% {
		opacity: 0;
		-ms-transform: translate3d(40%, 0, 0);
	}
	
	100% {
		opacity: 1;
		-ms-transform: none;
	}
}

.fadeInRight { 
	opacity: 0; 
	-webkit-animation-delay: 0.4s; 
	animation-delay: 0.4s;
	-moz-animation-delay: 0.4s;
	-ms-animation-delay: 0.4s;
	-o-animation-delay: 0.4s;
}
.fadeInRight.animated {
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
	-moz-animation-name: fadeInRight;
	-o-animation-name: fadeInRight;
}



/*分页>>>start*/
.page{
	margin-bottom: 80px;
	font-size: 0;
	width: 100%;
	text-align: center;
}
.page a{
	display: inline-block;
	/*float: left;*/
	width: 34px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 12px;
	color: #444343;
	border-top: solid 1px #dcdcdc;
	border-bottom: solid 1px #dcdcdc;
	border-left: solid 1px #dcdcdc;
}
.page a.evl{
	color: #FFFFFF;
	background-color: #c1392b;
}
.page a.dot{
	border-top: none;
	border-bottom: none;
}
.page a.prev{
	width: 76px;
}
.page a.next{
	width: 76px;
	border-right: solid 1px #dcdcdc;
}
.page a:hover{
	color: #FFFFFF;
	background-color: #c1392b;
}
.page a.dot:hover{
	color: #444343;
	background-color: #FFFFFF;
}
/*分页>>>end*/