html {
	overflow-y: scroll;
}
:root {
	overflow-y: auto;
	overflow-x: hidden;
}
:root body {
	position: absolute;
}
body {
	width: 100%;
	overflow: hidden;
}
 @keyframes myfirst {
 0% {
 left: 50%;
 top: 0%;
}
 25% {
 left: 50%;
 top: 10%;
}
 50% {
 left: 50%;
 top: 20%;
}
 75% {
 left: 50%;
 top: 30%;
}
 100% {
 left: 50%;
 top: 40%;
}
}
@keyframes tel {

	0% { transform: rotateZ(0deg); }

	20% { transform: rotateZ(20deg); }

	40% { transform: rotateZ(-20deg); }

	60% { transform: rotateZ(20deg); }

	80% { transform: rotateZ(-20deg); }

	100% { transform: rotateZ(0deg); }

}

@keyframes tel_line {

	0% { opacity: 0; }

	25% { opacity: 1; }

	50% { opacity: 1; }

	75% { opacity: 1; }

	100% { opacity: 0; }

}

img {
	outline: none;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
}
input[type="button"], input[type="submit"], input[type="reset"] {
	-webkit-appearance: none;
}
textarea {
	-webkit-appearance: none;
}
.blockFull {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}
.relative {
	position: relative;
}
a {
	text-decoration: none;
	outline: none;
}
a {
blr:expression(this.onFocus=this.blur());
}
//IE下 a:focus {
outline:none;
}
//FF下  a.hidefocus {
outline:none
}
a:hover {
	text-decoration: none;
}
/** {
	transition: All 0.2s ease-in-out;
	-webkit-transition: All 0.2s ease-in-out;
	-moz-transition: All 0.2s ease-in-out;
	-o-transition: All 0.2s ease-in-out;
}*/
.left {
	float: left;
}
.right {
	float: right;
}
.clearfix {
	_zoom: 1;
}
.clearfix:after {
	clear: both;
	content: '.';
	display: block;
	width: 0;
	height: 0;
	visibility: hidden;
}
.clear {
	overflow: hidden;
	_zoom: 1;
}
body {
	font-family: "Microsoft YaHei", Helvetica, Arial, sans-serif;
	min-width: 320px;
	margin: 0px;
	padding: 0px;
	background: #fff;
	font-size: 12px;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style: none;
}
a{ color:#ec4141;}
/*-header-*/
header {
	/*-webkit-box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.15rem 0.1rem 0 rgba(0, 0, 0, 0.05);
    position: fixed;*/
	width: 100%;
	z-index: 999;
}
.main_menu_area {
	position: absolute;
	width: 100%;
	top: 0;
	/* -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.35);*/
	z-index: 10000;
}
.language{padding: 0;
    width: 30px;
    height: 90px;
    line-height: 90px;
    position: absolute;
    right: 0px;
 }
.language a{ font-size:23px; color:#333;}
.headCon {
	position: relative;
	width: 100%;
	height: 90px;
}
.search-bar{ padding: 0;
    width: 80px; height:90px; line-height:90px;
    position: absolute;
    right:30px;
    z-index:1000;
}
.search-bar a {
    margin-left: 25px;
    margin-right: 40px;
    font-size: 22px;
    color: #ec4141 ; font-weight:bold;
}
.header-top-search-area {
  position: absolute;
  top: 100%;
  width: 350px;
  right: 16%;
  opacity: 0;
  visibility: hidden;
  z-index: 9999;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headMenu:hover .span-num{ color:#000;}
.headMenu:hover .header-tel .span-img .i-tel { color:#000;}
.header-top-search-area.open {
  opacity: 1;
  visibility: visible;
}
.active.header-top-search-area {
  opacity: 1;
  visibility: visible;
  animation-duration: 0.7s;
  animation-name: fadeInUp;
}

.header-search-form {
 
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}
.headSearch p {

    color: #7c7c7c;
    font-size: 14px;
    font-weight: 400;
    height: 54px;
    letter-spacing: 0.7px;
    min-width: 250px;
    outline: 0 none;
    padding: 3px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
    -moz-transition: all 500ms ease 0s;
    -ms-transition: all 500ms ease 0s;
    -o-transition: all 500ms ease 0s;
    position: relative;
    border-radius:0px;
    -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    -khtml-border-radius: 0px; background:#fff;
}
.headSearch p span { color:#fff;
	
	height: 54px;
	
}
.headSearch p span.ll { display:none;
	float: left;
	height:54px;
	line-height:54px;
	width: 54px; color:#fff;
}
.headSearch p span.ll select {
	border: medium none;
	background: none;
	color: #000
}
#header-search p span.ll select option {
	height: 54px;
	line-height: 54px;
	font-size: 14px;
	outline: none;
}
.headSearch p span.l {
	width: 280px; height:54px; position:absolute;  left:0px; top:0px;
	background: none;
}
/*#header-search p span.l input:-webkit-autofill{-webkit-text-fill-color: #fff !important;background-color:transparent; transition: background-color 50000s ease-in-out 0s;}*/

.headSearch p span.l input {
	border: medium none;
	width: 280px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color:#1b1d21; background-color:transparent; height:54px; position:absolute; }
	


.headSearch p span.l input:focus {
 background-color: #fff;
}
.headSearch p span.r {
	width: 50px;
	background: #ec4141;
	height: 54px;
	position: absolute;
	right: 0px;
	top: 0px;
	border-radius: 0 0px 0px 0;
	-webkit-border-radius: 0 0px 0px 0;
	-moz-border-radius: 0 0px 0px 0x;
	-khtml-border-radius: 0 0px 0px 0; 
}
.headSearch p span.r input {
	border: medium none;
	background: none;
	position: absolute; width:54px; height:54px;
	z-index: 2;
	cursor: pointer; left:0px;
}
.headSearch p span.r .rr {
	position: relative;
	width: 54px;
	height: 54px;
}
.headSearch p span.r i { position:absolute; left:19px;top:19px;
	color: #fff;
	font-size: 16px;

}
.main_menu_area .container .logo {

    float: left; width:20%; 
}
.main_menu_area .container .logo a{ position:relative; z-index:13;}
.logoImg1 {
	display: none;
}
.logoS {
	display: none;
}
.logo img {  max-height:70px;margin-right: 10px;padding-top:30px;float: left;}
.logo logoImg {display: inline-block;}
.main_menu_area .container .nav_right { width:80%; float:left;}
.phone-nav {
	position: absolute;
	font-size: 22px;
	display: none;
	color: #333;
	right: 15px;
	bottom: 19px;
	z-index: 9999999;
}
.phone-nav:hover {
	color: #000;
}
.logo .logoTxt {font-size:20px; float:left; padding-top:20px;}
.logo .logoTxt .logocn {font-size: 17px;color: #fff; letter-spacing: 1px;margin-bottom: 0px; line-height:30px; font-weight:600;}
.logo .logoTxt .logoen {font-size: 12px;color: #fff; letter-spacing:-1px;font-weight:600;}
.headMenu:hover .logo .logoTxt .logocn{ color:#000}
.headMenu:hover .logo .logoTxt .logoen{ color:#000}
.headMenu:hover .phone-nav { color:#333;}
/*菜单*/
.navCon {float: left;}
.header .navbar {padding: 0;}
/* Main Menu */
.header .header-inner {position: absolute;width: 100%;z-index: 99;}
.header .nav-inner {float: right;}
.header .nav li {margin-right:50px; float:left;position: relative;}
.header .nav li:last-child {margin: 0;}
.header .nav li a {	font-weight: 500;	position: relative;	display: block;padding: 33px 0;color: #000;z-index: 4;font-size: 16px;position: relative;}
.header .nav li.active a:before {opacity: 1;visibility: visible;width: 100%;}
.header .nav li.active a {font-weight: 800;color: #ec4141;}
.header .nav li:hover a {color: #ec4141;}
.header .nav li a i {margin-left: 6px;	font-size: 10px;}
/* Dropdown Menu */
.header .nav li .dropdown { display:block;
   position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header .nav li .dropWidth{	opacity:0; position:fixed; width:1920px; left:0; background:#fff;visibility:hidden;
    transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);} 
.header .nav li .dropdown1 { display:block;z-index: 1000;width: 100%; margin:0 auto;
	padding:50px 30px; padding-top:20px;
	text-align: left;
	list-style: none;
    background: #fff url(../images/nav.png) no-repeat 900px center;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateY(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
}
.dropdownList{border-bottom:1px solid #f7f7f7; padding-top:5px;}
.header .nav li:hover .dropdown >li {border-top: 1px solid #eee;}
.header .nav li:hover .dropdown {opacity: 1;visibility: visible;transform: translateY(0px);}
.header .nav li:hover .dropdown1{opacity: 1;visibility: visible;transform: translateY(0px);}
.header .nav li:hover .dropWidth{opacity: 1;visibility: visible;transform: translateY(0px);}
.header .nav li .dropdown li {float: none;display: block;position: relative;-webkit-transition: all .4s ease;transition: all .4s ease; margin:0;}
.header .nav li .dropdown1 li:last-child { margin-bottom:10px;}
.header .nav li .dropdown li a {font-size: 14px; color: #333;font-weight: 400;padding: 14px 30px;display: block;line-height: 26px;white-space: nowrap;position: relative;-webkit-transition: all .4s ease;transition: all .4s ease;}
.header .nav li .dropdown li:hover a {color: #fff;background: #ec4141;}
.header .nav li .dropdown li i {float: right;margin-top: 8px;font-size: 10px;z-index: 5;}
.header .nav li .dropdown.sub-dropdown {
	position: absolute;
	top: 0%;
	left: 100%;
	z-index: 1000;
	float: left;
	min-width: 220px;
	padding: 0px 0px;
	text-align: left;
	list-style: none;
	background-color: #fafafa;
	background-clip: padding-box;
	opacity: 0;
	border-radius: 0px;
	visibility: hidden;
	transform: translateX(30px);
	-webkit-transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	transition: opacity .4s ease, visibility .4s ease, transform .5s ease;
	border-top: 0px solid #21bcd8;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
}
.header .nav li .sub-dropdown1 { opacity: 1;}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown {opacity: 1;visibility: visible;transform: translateY(0px);}
.header .nav li .dropdown.sub-dropdown li a {padding: 14px 30px;color: #333;display: block;font-weight: 500;text-transform: capitalize;background: transparent;}
.header .nav li .dropdown1 li{ margin-right:10px;float:none;  margin-bottom:3px;   }
.header .nav li .dropdown1 li:last-child {margin-bottom:0px;}
.header .nav li .sub-dropdown1 li {}
.header .nav li .sub-dropdown1 li a {padding: 5px 20px; float:left; color: #333; display: block; font-weight: 500; text-transform: capitalize;background: transparent;}
.header .nav li .dropdown li:hover .dropdown.sub-dropdown li a {background: transparent;}
.header .nav li .dropdown li .dropdown.sub-dropdown li a:hover {color: #fff;background: #ec4141;}
.header .nav li .dropdown.sub-dropdown li:last-child a {border-bottom: 0px solid;}
.header .nav li .sub-dropdown1 li a:hover {color: #ec4141; cursor:pointer;}
.mobile-search {display: none;}
 @media (max-width:1440px) {
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1440px;}	
}
@media (max-width:1360px) {
.header .nav li{ margin-right:18px;} .header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1360px;}	
}
@media (max-width:1280px) {
.navCon { float:left; padding-right:0px;}
}
 @media (max-width:1200px) {
.main_menu_area .container .logo {width: 35%;}
.main_menu_area .container .nav_right {width: 65%;}
.header .nav li .dropWidth{	opacity: 0;   position:fixed; width:1200px;}
#header-search{ display:none;}
.navCon {float: right;}
.logo img {padding-bottom: 10px;}
.logo .logoTxt .logoen {font-size:12px;}
.scrollLogo {position: relative;display: inline-block;}
.fixed-scroll-nav .scrollLogo {display: inline-block;}
.main_menu_area .container .phone {display: none;}
.logo .logoTxt {
    font-size: 16px;
    text-shadow: 0 1px 2px rgb(0 0 0 / 37%);
    font-weight: bold;
}
.hotPhone{ display:none;}
.search-bar{ right:30px;}
.navCon { padding-right:100px; float:right;}
.header .nav li{ margin-right:12px;}
}
@media (max-width: 991px) {
.main_menu_area .container .logo{ width:80%}
#header-search { display:none;}
.headTopEmail {right:15px;}
.headCon {height:70px;}
.main_menu_area .container .logo {	}
.main_menu_area .container .logo img{max-height:60px;}
.phone-nav {display: block;}
.nav_right {display: none;}
.logo .logoTxt{ padding-top:10px; }
.headTopAd {display: none;}
.language{height: 70px; right:55px; line-height:70px;}
.search-bar{ right:50px; height:70px; line-height:70px;}
}
@media (max-width:768px) {
.logo .logoTxt{ font-size:18px;}
.logoS a img.logoImg {
	display: block;
	float: left;
	max-height: 70px;
	padding: 10px 0;
}
.logoS .logoTxt {
	padding-top: 10px;
	color: #32609e;
	float: left;
	padding-left: 15px;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37)
}
.logoS .logoTxt p.logocn {
	font-size: 20px;
	color: #303030;
	font-weight: 600;
	letter-spacing: 1px;
	margin-bottom: 0px;
}
.logoS .logoTxt .logoen {
	font-size: 12px;
	color: #303030;
	letter-spacing: -1px;
}
.logoS p {color: #000;}
.logoS p img {max-width: 165px;}
.logoPhone {float: left;margin-left: 20px;}
}
@media screen and (max-width:576px) {
.main_menu_area .container .logo img { padding-left:15px;}
.logo .logoTxt .logocn { font-size: 16px;letter-spacing: 0px;}
.logo .logoTxt .logoen { font-size: 11px;}
.logo .logoTxt {padding-top: 10px;}
.search-bar{ right:20px;}
.headCon{ background:none;}

}
@media screen and (max-width:401px) {
.header .container .logoS {width: 90%;}
}
@media (min-width: 1200px) {

.fixed-scroll-nav .subBanner {
	padding-top: 82px;
}
}
.affix {position: fixed;}
.headMenu {background:none; box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.35); transition:0.5s;}
.headMenu:hover { background:#fff;}
.headMenu.affix{
	background: #fff;
	height: auto;
	-webkit-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px -2px 24px 1px rgba(0, 0, 0, 0.06);
}
.headMenu.affix {
	top: 0px;
	width: 100%;
	z-index: 99;
	background: #fff;
}
.headMenu.affix .headCon {
	position: relative;
	width: 100%;
	height: 70px;
}
.headMenu:hover  .nav li a {color: #000;}
.header .nav li.active a {font-weight: 800;color: #ec4141 ;}
.header .nav li:hover a {	color: #ec4141;}
.headMenu.affix .nav li a {padding: 24px 0;color: #ec4141;}
.headMenu.affix #header-search {padding-top: 15px;}
.headMenu.affix .language a {height: 70px;}
.headMenu.affix .logo .logoTxt { padding-top:10px;	}
.headMenu.affix .logoS img {max-height: 70px; padding:15px 0;}
.headMenu.affix .logoImg {display: none;}
.headMenu.affix .logoImg1 {display: inline-block;}
.headMenu.affix .logo img { height:60px;}
.headMenu.affix .nav li.active a {color: #333;}
.headMenu.affix #header-search p span.ll select {color: #000}
.headMenu.affix #header-search p {border: 1px solid #ddd;}
.headMenu.affix #header-search p span.r {background: #fff;}
.headMenu.affix #header-search p span.r i {color: #333;}
.headMenu.affix .search-bar{ line-height:70px; height:70px;}
.headMenu.affix .search-bar a { }
.headMenu.affix .header-tel .span-img .i-tel {}
.headMenu.affix .span-num{color:#333}
.headMenu.affix .hotPhone{ height:70px; line-height:70px;}
.headMenu.affix .header-tel .span-img { margin-top: 20px;}
.headMenu.affix .phone-nav{color:#333}
.headMenu.affix .logo .logoTxt .logocn {color: #333;}
.headMenu.affix .logo .logoTxt .logoen {color: #333;}
.headMenu.affix .language{ height:70px; line-height:70px;}
.headMenu.affix .header-tel .span-img .i-tel { color:#333;}

/*页脚*/
.footer {
  background: #333;
}
.footer .foot_con {
  max-width: 1280px;
  width: 98%;
  margin: auto;
}
.footer .foot_con .zhu_c {
  padding-bottom: 50px;
}
.footer .foot_con .zhu_c .ul_1 {
  width: 65%;
  float: left;
}
.footer .foot_con .zhu_c .ul_1 li {
  width: 16.666666666666668%;
  float: left;
}
.footer .foot_con .zhu_c .ul_1 li a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #fff;
  line-height: 26px;
  padding-left: 15px;
  box-sizing: border-box;
}
.footer .foot_con .zhu_c .ul_1 li a:hover {
  font-weight: bold;
  color: #c40324;
}
.footer .foot_con .zhu_c .ul_1 li .a_tit {
  font-size: 13px;
  margin-bottom: 10px;
}
.footer .foot_con .zhu_c .ul_2 {
  width: 35%;
  float: right;
  color: #fff;
  font-size: 12px;
  line-height: 26px;
  border-left: 1px solid #6c6c6c;
  box-sizing: border-box;
  padding-left: 8%;
  position: relative;
  padding-bottom: 50px;
}
.footer .foot_con .zhu_c .ul_2 span {
  display: block;
  color: #fff;
}
.footer .foot_con .zhu_c .ul_2 a {
  color: #fff;
}
.footer .foot_con .zhu_c .ul_2 a:hover {
  color: #c40324;
}
.footer .foot_con .zhu_c .ul_2 .ying_tit {
  font-size: 36px;
  display: block;
}
.footer .foot_con .zhu_c .ul_2 .a_tit {
  font-size: 18px;
  margin: 10px 0px;
  display: block;
  color: #fff;
}
.footer .foot_con .zhu_c .ul_2 .icons {
  margin-top: 20px;
}
.footer .foot_con .zhu_c .ul_2 .icons a {
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -mz-border-radius: 50%;
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid #fff;
  display: inline-block;
}
.footer .foot_con .zhu_c .ul_2 .icons a img {
  max-width: 60%;
  max-height: 60%;
}
.footer .foot_con .zhu_c .ul_2 .icons a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
.footer .foot_con .zhu_c .ul_2 .icons a:last-child {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 768px) {
  .footer .foot_con .zhu_c .ul_1,
  .footer .foot_con .zhu_c .ul_2 {
    width: 100%;
    float: none;
  }
  .footer .foot_con .zhu_c .ul_1 {
    display: none;
  }
  .footer .foot_con .zhu_c .ul_2 {
    border: none;
    padding-left: 0px;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .footer .foot_con .zhu_c .ul_1 li {
    width: 50%;
    margin-bottom: 10px;
  }
  .footer .foot_con .zhu_c .ul_2 {
    padding-bottom: 0px;
  }
}
@media (max-width: 480px) {
  .footer {
    padding-top: 20px;
  }
}

.footer .copy_z { padding:3em 0;
  color: #404040;
  font-size: 12px;
  text-align: center;
  line-height: 25px;
}
.footer .copy_z .container {
  padding: 10px 0px;
}
.footer .copy_z .container a {

}
.footer .copy_z .container a:hover {
  color: #c40324;
}
.footer .copy_z .container .left {
  width: 240px; margin-right:20px;
  text-align: left;padding-top:30px;
}

.footer .copy_z .container .right .er_show {
  position: relative;
  cursor: pointer;
  display: inline-block;
}
.footer .copy_z .container .right .er_show .er_img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 83px;
  height: 83px;
  z-index: 9999;
  display: none;
}
.footer .copy_z .container .right .m2 {
  display: none;
}
.bottomLink{ float:left;}
.footer .footLink{ float:left; }
.bottomLink h3{font-size:14px;color:#fff;line-height:35px;}
.bottomLink li.bottomLinkList{ float:left; width:130px; margin-right:10px; text-align:left;}
.bottomLinkList li a{line-height:18px; font-size:12px; color:#fff;opacity: 0.3;filter: alpha(opacity=30);}
.bottomLinkList li a:hover{opacity: 1;filter: alpha(opacity=100);}

.footer .footLink li{text-align:left;}
.footer .footLink li h3{ font-size:14px;color:#fff;text-align:left; line-height:35px;}
.footer .footLink li a{ line-height:18px; font-size:12px; color:#fff;opacity: 0.3;filter: alpha(opacity=30);}
.footer .footLink li a:hover{opacity: 1;filter: alpha(opacity=100);}
.footBottom{ border-top:1px solid #484848; padding:30px 0; }
.copyWeb{ max-width:1280px; width:98%; margin:auto;font-size:13px; color:#fff;opacity: 0.3;filter: alpha(opacity=30); text-align:center;}
.copyWeb a{ padding-left:30px;font-size:13px; color:#fff;opacity: 0.3;filter: alpha(opacity=30);}
@media (max-width: 992px) {.bottomLink, .footLink{ display:none;}}
@media (max-width: 480px) {
.footer .copy_z .container .left {width: 100%; text-align: center;
 }
 .footer .copy_z .container .left .m1 { display: none;
 }
 .footer .copy_z .container .right {width: 100%; text-align: center;
  }
 .footer .copy_z .container .right .m2 {  display: block;
  }
}

/**/
.pai {overflow: hidden;position: relative}
.pai>img {
	display: block;
	position: absolute;
	max-width: 100%;
	right: 0;
	bottom: 0;
	-webkit-transition: .6s;
	-moz-transition: .6s;
	transition: .6s
}
.pic2, .picbox {
	display: block;
	position: relative;
	overflow: hidden
}
.pic2>img {
	display: block;
	max-width: 100%;transition: all .5s;
}
.tac {
	text-align: center;
	position: relative
}
.ib {
	
	margin-bottom: 0px;
	vertical-align: middle;
	letter-spacing: 0;
	line-height: 1.8;
}
.ix-ti {
	font-weight: bold;
	text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);
	font-size: 2.26em;
	color: #fff;
}
.ih-ti {
	color: #fff;
	font-size: 1.8em;
	font-weight: bold;
}
.tac em {
	font-size: 12px;
	color: #b1b4b9;
	text-transform: uppercase;
	letter-spacing: 5px;
	text-align: center;
	font-style: normal;
}

.u-slick {
	position: relative;
	overflow: hidden
}
.u-slick .item {
	position: relative;
	overflow: hidden
}
.slick-slider {
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {outline: none}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-loading .slick-track {
	visibility: hidden
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-loading .slick-slide {
	visibility: hidden
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
.slick-arrow {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -22px;
	width: 44px;
	height: 44px;
	border-radius: 100%;
	border: 2px solid #48c7ec;
	background: 0 0;
	font-weight: 700;
	font-size: 18px;
	color: #48c7ec;
	line-height: 44px;
	opacity: .3;
	font-family: IcoFont!important;
	text-align: center
}
.slick-arrow i {
	line-height: 44px;
}
.slick-prev {
	left: 0
}
.slick-prev:before {
	content: "\ea9d"
}
.slick-next {
	right: 0
}
.slick-next:before {
	content: "\eaa0"
}
.slick-dots {
	position: absolute;
	z-index: 100;
	left: 0;
	right: 0;
	bottom: 8%;
	text-align: center;
	letter-spacing: -6px;
	line-height: 0
}
.slick-dots li {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	background: #ccc;
	margin: 0 6px;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	border-radius: 6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	-khtml-border-radius: 6px;
}
.slick-dots li a {
	display: block;
	width: 100%;
	height: 100%
}
.slick-dots .slick-active {
	background: #0082d7!important
}
.slick-dots li a:hover {
	cursor: pointer;
}
@media screen and (min-width:1025px) {
.slick-dots li:hover {
	background: #48c7ec!important
}
}
/*-- //banner --*/
.banner-box {overflow: hidden}
.banner img{ display:block;width:100%; max-width:100%;}
.banner .bannerLetterD {
	position: absolute;
	top: 30%;
	width: 100%;
	z-index: 2
}
.banner .bannerLetterD p {
	color: #ccc;
	margin: 0;
	text-align: left;
}
.banner .bannerLetterD p {
	margin-bottom: 30px;
}
.banner .bannerLetterD p.bTitle {
	font-size:3rem;
	font-weight: bold;
	color: #333;
	letter-spacing: 1px; 
  
}
.banner .bannerLetterD p.bCon {

	font-size: 24px;
	line-height: 26px;
	font-weight: bold;
	color: #1263ae;
	letter-spacing: 1px;
   
}
.banner .bannerLetterD p.bCon i{ color:#fff;background:#abbfee ; border-radius:25px; padding:10px; margin-right:10px;}
.banner .bannerLetterD p.bCon1 {

	font-size: 18px;
	line-height: 26px;
	
	color: #1263ae;
	letter-spacing: 1px; padding-left:55px;
   
}
.banner .txts {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 7.92%;
	color: #333;
	text-shadow: 0 0 5px rgba(0,0,0,.3)
}
.banner .txts {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding-bottom: 7.92%;
	color: #333;
	text-shadow: 0 0 5px rgba(0,0,0,.3)
}
.banner .en {
	text-transform: capitalize
}
.banner .en1 {
	margin-bottom: 2px;
	font-size: 54px
}
.banner .ch {
	font-size: 60px
}
.banner .en2 {
	margin-top: 2px;
	font-size: 16px;
	line-height: 1.6
}
.banner .slick-dots {
	left: 50%;
	right: 50%;
	bottom: 10%;
	margin: 0 -660px;
	text-align: left
}
.banner .slick-dots li {
	margin: 0 12px 0 0;
	border-radius: 5px;
	background: #fff
}
.banner .slick-dots .slick-active {
	width: 54px;
	background: #fff!important
}
.subBanner {
	padding-top: 0px;
}
.subBanner {
	position: relative
}
.subBanner img, .banner-box img {
	max-width:100%;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px; min-height:260px;
}
.subBanner .bannerLetter {
	position: absolute;
	bottom: 30%;
	width: 100%;
	z-index: 2
}
.subBanner .bannerLetter p {
	color: #000;
	margin: 0;
	text-align: left;
	padding-left: 100px;
}
.subBanner .bannerLetter p.blcn {
	font-size: 3em;
}
.subBanner .bannerLetter p.blen {
	font-size: 2em;
	margin-top: 1em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.6em;
	border-radius: 50%;
	background: rgb(255, 255, 255, 0.5);
	color: #d63031;
	margin-right: 5px;
}
.comon_topS {
	display: none;
}
@media (max-width: 995px) {
.comon_topS {
	display: block;
}
.crumbs .centerBlock {
	font-size: 12px;
	background: #fafafa;
}
.crumbs .centerBlock img {
    margin-top: 9px;
}
}
.navSubList {
	padding-left: 40px;
	padding-right: 40px;
	height: 60px;
	line-height: 60px;
}
.navSubList .slick-arrow {
	position: absolute;
	z-index: 101;
	top: 50%;
	margin-top: -25px;
	width: 40px;
	height: 60px;
	background: none;
	font-family: IcoFont!important;
	text-align: center;
	color: #48c7ec;
	border: none;
	opacity: 1;
}
.navSubList1 .slick-arrow {
	margin-top: -20px;
}
.navSubList .item a {
	display: block;
	float: left;
	min-width: 40px;
	padding: 0px 10px;
	line-height: 60px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
	outline: none;
}
.navSubList1 .item a {
	margin-top: 0px;
}
.navSubList .item a span {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	height: 60px;
	display: block;
}
.navSubList .item .active:before {
	height: 60px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.navSubList .item a:before {
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	border-bottom: 2px solid #ec4141;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.navSubList .item .active {
	color: #ec4141;
}
.subS {
	display: none;
}

@media(max-width:1366px) {
.subBanner .bannerLetter {
	bottom: 15%;
}
}
@media(min-width:1096px) {
.subBannerBg .container {
	background: rgb(0, 0, 0, 0.5);
	padding-top: 2em;
	padding-bottom: 2em;
}
}
@media(max-width:1096px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.5em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1.3em;
}
.subBanner .bannerLetter {
	bottom:30%;
}
}
@media(max-width:768px) {
.subBanner .bannerLetter p.blcn {
	font-size: 1.3em;
}
.subBanner .bannerLetter p.blen {
	font-size: 1em;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.7em;
}
.subBanner .bannerLetter p.blen {
	margin-top: 1em;
}
}
@media (max-width:640px) {
.subPC {
	display: none;
}
.subS {
	display: block;
}
.subBanner .bannerLetter {
	bottom: 25%;
}
}
@media(max-width:576px) {
.subBanner .bannerLetter {
	bottom: 30%;
}
.subBanner .bannerLetter p.blcn {
	font-size: 1.4em; font-weight:bold;
}
.subBanner .bannerLetter p.blen {
	font-size: 1em; font-weight:bold;
}
.subBanner .bannerLetter p.blen i {
	padding: 0.5em;
}
}


@media screen and (max-width:861px){
.banner .en1{font-size:34px}
.banner .ch{font-size:40px}
.banner .en2{line-height:1;font-size:12px}

}

@media screen and (max-width:601px){
.banner .en1{font-size:28px}
.banner .ch{font-size:32px}
}
@media screen and (max-width:481px){
.banner .en1{font-size:20px}
.banner .ch{font-size:24px}
.banner .slick-dots li{margin:0 4px}
.banner .slick-dots{padding:10px 0}
.slick-dots li{width:8px;height:8px}
.banner .slick-dots .slick-active{width:8px}
}

/*--/toTop--*/
a#scrollUp {
	right: 30px;
	bottom: 30px;
	width: 60px;
	height: 60px;
	background-color:#ec4141;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
	border-radius: 50%;
	font-size: 18px;
}
a#scrollUp:hover {
	background-color: #ff0000;
	color: #ffffff;
}
.indexProTitle h3.section-title {
	margin-top: 0px;
}
/*--//toTop--*/
.bannerS {display: none;}
@media(max-width:1260px) {
.banner .bannerLetterD { left:100px;}
}
@media(max-width:991px) {
.banner .bannerLetterD { left:50px;}
}
@media (max-width:767px) {
.banner {display: none;}
.bannerS {display: block;}
.bannerS img{ min-height:300px;}
}
.bannerS .bannerLetterD {
	position: absolute;
	top: 40%;
	width: 100%;
	z-index: 2
}
.bannerS .bannerLetterD p {
	color: #fff;
	margin: 0;
	text-align: left;
}
.bannerS .bannerLetterD p {
	margin-bottom: 30px;
}
.bannerS .bannerLetterD p.bTitle {
color: #fff;
    letter-spacing: 1px;
 font-size:20px; font-weight:bold;
}
.bannerS .bannerLetterD p.bCon {
	font-size: 16px;
	line-height: 26px;
    color: #fff;
    letter-spacing: 1px;
   
}

/*-- //header --*/


/*-- 首页产品列表--*/ 
.gallery-wthreegrids {  }
.gallery-grid a.agilefig img{ max-width:100%; width:100%;display: block; min-height:300px;}
.gallery-grid { padding:0px}
.gallery-grid.gallery-grid3 { float: right;}
.gallery-grid.gallery-text, .gallery-grid.gallery-text2, .gallery-grid.gallery-text3 {
  position: relative;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all; 
}
.gallery-grid-row h4 { text-align:center; padding:2em 2em 1em 2em;
    font-size: 1.8em; display:block;
    color: #ec4141;
    margin-bottom: 0.8em;
	-webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
    transition: .5s all;
}
.gallery-grid p { padding:1em 2em; font-size:16px;
    line-height: 2em;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all; margin:0px;
}
.gallery-grid.gallery-text:before {
    content: '';
    width: 0px;
    height: 0px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #fff;
    top: 42%;
    left: -15px;
    position: absolute; 
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid.gallery-text3:before {
	content: ''; 
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #fff;
    position: absolute;
	top: 42%;
    right: -15px;
	z-index:9;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
} 
.gallery-grid-row:hover {
    background: #ec4141;
}
.gallery-grid-row:hover .gallery-grid h4{
    color: #fff;
}
.gallery-grid-row:hover .gallery-grid p {
    color: #fff;
}
.gallery-grid-row:hover .gallery-grid.gallery-text:before {
    border-right-color:#ec4141;
} 
.gallery-grid-row:hover .gallery-grid.gallery-text3:before {
    border-left-color:#ec4141;
}	

.aboutIndex{ padding:5em 0;}
.aboutIndex img{ display:block; width:100%;max-width:100%;}
.aboutIndex .about-text h5 {text-align:center;
    font-size: 1.2em; 
    letter-spacing: 5px;
    color: #000;
    margin: 2em 0 2em 0; font-weight:bold;
	
}
.aboutIndex .about-text h4 { text-align:center;
    font-size: 2.2em;
    margin: 0.7em 0;
    line-height: 1.5em;
    color: #f44336;
}
.aboutIndex .about-text p{ line-height:2em; font-size:15px;}
.aboutIndex .about-text p a{ height: 22px;
    width: 22px;
    display: block;
    background: url(../images/iconfont-jiantou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left:50%;
    bottom:0px;
    margin-left: -11px;}
.aboutIndex	.about-text p a.more:hover {
  -webkit-animation: wobble 1s .2s ease both;
  -moz-animation: wobble 1s .2s ease both;
}
@media(max-width:991px) {
.aboutIndex .about-text p a{bottom:10px;}
}

/*首页新闻*/
.news {
	background-size: cover;
	padding: 2em 0 2em 0;
	background: #fff;
}
.newsIndex {
	padding: 20px 0 20px;
	margin: 0 auto;
	overflow: hidden;
	height: auto;
}
.indexTitle {
	text-align: center;
	padding: 2em 0;
}
.indexTitle h1 {
	font-weight: 500;
	color: #333;
	/* text-shadow: 2px 2px 2px rgba(41, 41, 41, 0.26);*/
	font-size: 2.8em;
	letter-spacing: 1px;
}

.indexTitle h4 {
	font-size:30px;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: center;
	font-style: normal;
	font-weight:500;
	position: relative;
	display: inline-block; margin-bottom:0px;
}

.newsIndex h3 {
	font-size: 16px;
	line-height: 24px;
	padding-left: 2px;
	padding-right: 2px;
	font-weight: bold;
	margin-top: 0px;
}
.newsIndex h3 {
	overflow: hidden;
}
.newsIndex h3 a {
	display: block;
	color: #454646;
	text-align: left;
	text-decoration: none;
}
.newsIndex h3 i {
	float: right;
	width: 22px;
	height: 22px;
	text-align: center;
	margin-right: -100px;
	font-size: 14px;
	font-weight: bold;
	line-height: 22px;
	color: #04395c;
	border: 2px solid #04395c;
	border-radius: 50%;
	transition: all .2s;
	font-weight: bold;
}
.newsIndex h3:hover a {
	color: #48c7ec;
}
.newsIndex h3:hover i {
	margin-right: 1px;
	color: #48c7ec;
	border-color: #48c7ec;
	text-align: center
}
.newsIndex .news-item {
	background: #f7fbfe;
	padding: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	-webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;s
    transition: all .5s ease 0s; position:relative;

}
.newsIndex .news-item::before {
    position: absolute;
    content: "";
    background-image: -webkit-linear-gradient(265deg,#eb6d6d 29%,#ec4141 99%);
    background-image: -o-linear-gradient(265deg,#eb6d6d 29%,#ec4141 99%);
    background-image: linear-gradient(-175deg,#eb6d6d 29%,#ec4141 99%);
    height: 4px;
    left: 50%;
    right: 50%;
    bottom: 0;
    border-radius: 5px 5px 0 0;

    -webkit-transition-property: left,right;
    -o-transition-property: left,right;
    transition-property: left,right;
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    -ms-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
}

.newsIndex .news-item:hover {
	background: #fff;
	-webkit-box-shadow: 0 25px 88.35px 6.65px rgba(27,33,47,0.1);
	box-shadow: 0 25px 88.35px 6.65px rgba(27,33,47,0.1)
}
.newsIndex .news-item:hover::before {
	left: 0;
	right: 0
}
.newsContent {
	padding: 40px 20px 20px;
}
.newsIndex .news-item .indexNewsImg {
	position: relative;
}
.newsIndex .news-item .indexNewsImg a {
	display: block;
	overflow: hidden; 
}
.newsIndex .news-item .indexNewsImg img {
	width: 100%;
	height: auto;
	transition: all .5s;
}
.newsIndex .news-item .indexNewsImg:hover img {
	transform: scale(1.05);
}
.newsMore {
	padding-top: 10px;
	border-top: 1px solid #e6e6e6;
}
.newsIndex .news-item .indexNewsImg .date {
	/*position: absolute;
	left: 30px;
	bottom: -20px;
	background: #48c7ec;
	color: #fff;
	padding: 10px 25px;
	text-align: center;
	line-height: 1.5;
	text-transform: uppercase;
	font-weight: 600;
	z-index: 1;
	border-radius: 5px;*/
	width: 81px;
    height: 81px;
    border-radius: 100%;
    padding-top: 10px;
    background: #2957a9;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -35px;
    margin: auto;
    z-index: 3;
    color: #fff;
    font-size: 14px;
    line-height: 28px;
    font-weight:500;

}
.newsIndex .news-item .indexNewsImg .date :after {
    content: "";
    width: 90px;
    height: 90px;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin: auto;
    border-radius: 100%;
    border: solid 5px #94abd48c;}
.newsIndex .news-item .indexNewsImg .date strong {
	display: block;
	font-size: 20px;
}

.newsIndex .news-item .newsContent h4 a {
	font-size: 18px;
	letter-spacing: 1px;
	color: #1b212f;
	text-transform: capitalize;
	line-height: 1.5em;
	font-weight: bold;
	text-decoration: none;
}
.newsIndex .news-item .newsContent .newsMore {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-weight: 500;
	margin-top: -15px;
	color: #000;
	text-transform: uppercase;
	font-size: 12px;
}
.newsIndex .news-item .newsContent .newsMore .newsListName {
	display: inline-block;
	float: left;
}
.newsIndex .news-item .newsContent .newsMore a {
	display: inline-block;
	float: right;
	line-height: 30px;
	color: #000;
}
.newsIndex .news-item .newsContent .newsMore .newsListName a {
	display: inherit;
	float: none;
}
.newsIndex .news-item .newsContent .newsMore a i {
	padding-right: 5px;
	font-size: 18px;
	color: #ec4141
}
.newsIndex .news-item .newsContent p {
	color: #999;
	line-height: 2em;
}
.newsIndex .news-item .newsContent a:hover {
	color: #48c7ec;
}
.newsIndex .news-item .newsContent p a {
	color: #222;
	font-weight: bold;
}

/*关于我们*/
/*内页*/
.subNavOut {
	border-bottom: 1px solid #eee;
	background: #fff;
}
.fixed-scroll .subNavOut { position:fixed; z-index:9999999; transition:all .5s; top:70px; width:100%; margin:0 auto;}
.subNav {
	
	margin: auto;
	width: 100%;
	clear: both;
}
.crumbs {
	line-height: 79px;
	height: 79px;
	font-size: 12px;
	float: left;
	width: 30%;
}
.crumbs .centerBlock {
	font-size: 13px;
	color: #999;
	padding-left: 5px;
}
.crumbs .centerBlock img {
	margin-right: 5px;
}
.crumbs .centerBlock a {
	color: #999;
	font-size: 13px;
}
.crumbsPro {
	width: 98%;
}
.comon_top {
	width: 70%;
	float: right;
}
.comon_top .top_title {
	text-align: center;
	padding: 60px 0px;
}
.comon_top .top_title .hh1 {
	font-size: 36px;
	color: #050505;
	font-family: "Microsoft YaHei";
	line-height: 60px;
	overflow: hidden;
	height: 60px;
}
.comon_top .top_title .hh2 {
	font-size: 14px;
	color: #3b3b3b;
	line-height: 22px;
	height: 22px;
	overflow: hidden;
}
.comon_top .top_title .hh3 {
	font-size: 10px;
	font-family: arial;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
 @media (max-width: 640px) {
.comon_top .top_title {
	padding: 20px 0;
}
.comon_top .top_title .hh1 {
	font-size: 32px;
}
}
.comon_top .top_nav {
	text-align: right;
	height: 79px;
	float: right;
	font-size: 14px;
}
.comon_top .top_nav a {
	display: block;
	float: left;
	min-width: 60px;
	padding: 0px 10px;
	line-height: 79px;
	text-align: center;
	position: relative;
	z-index: 1;
	color: #666666;
	font-size: 13px;
}
.comon_top .top_nav a:before {
	content: "";
	left: 0;
	bottom: 0;
	height: 0;
	width: 100%;
	background: #ec4141;
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
	position: absolute;
	opacity: 0;
	filter: alpha(opacity=0);
}
.comon_top .top_nav a:hover {
	color: #fff;
}
.comon_top .top_nav a:hover:before {
	height: 79px;
	opacity: 1;
	filter: alpha(opacity=100);
}
.comon_top .top_nav a span {
	position: relative;
	z-index: 2;
	width: 100%;
	overflow: hidden;
	height: 79px;
	display: block;
}
.comon_top .top_nav .active {
	color: #fff;
}
.comon_top .top_nav .active:before {
	height: 79px;
	opacity: 1;
	filter: alpha(opacity=100);
}
@media (max-width:1110px) {
.comon_top .top_nav a {
	padding: 0px 5px;
}
}
 @media screen and (max-width:996px) {
.comon_top {
	display: none;
}
.crumbs {
	width: 100%
}
}
@media (max-width:996px) {
.crumbs {
	width: 100%;
	float: none;
	line-height: 39px;
	height: auto;
	border-bottom: 1px solid #eee;
}
.crumbs .centerBlock {
	margin: 0 auto;
	width:100%;
}
.comon_top .top_nav {
	display: none;
}
.comon_top .top_nav a {
	width: 100%;
	background: #c40324;
	margin-bottom: 15px;
}

.subNav.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
}
.comon_top .top_nav_er {
	background: #2d2d2d;
	margin-bottom: 50px;
}
.comon_top .top_nav_er ul {
	position: relative;
	left: 50%;
	float: left;
	padding: 15px 0px;
}
.comon_top .top_nav_er ul li {
	position: relative;
	right: 50%;
	float: left;
	padding-top: 8px;
	padding-bottom: 8px;
}
.comon_top .top_nav_er ul li a {
	color: #fff;
	border-right: 1px solid #424242;
	padding: 0 26px;
	display: block;
	width: 100%;
	height: 16px;
	overflow: hidden;
	line-height: 16px;
}
.comon_top .top_nav_er ul li a:hover {
	color: #c40324;
}
@media (max-width: 640px) {
.comon_top .top_nav_er {
	margin-bottom: 30px;
}
}
.mainCon {
	background: #fafafa;
}
.about_con{ padding:3em 0;}
.aboutUs {
	line-height: 2em;
	font-size: 14px; padding-bottom:3em;
}
.aboutTitle h1 {
	font-size: 2em;
	color: #1b212f; font-weight:500; text-align:center;
	margin-bottom: 1.5em;
}
.aboutUs img{ display:block; width:100%; max-width:100%;}
.aboutUs p{ font-size:16px;}

/*新闻列表*/
.news_con {
}
.news_con ul {
}
.news_con ul li {
 margin-bottom: 30px;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
  position: relative;
}
.news_con ul li .pic {
  position: relative;
  overflow: hidden;
  transition: 0.5s; float:right;width:30%; 
}
.news_con ul li .pic i {
  display: block;
}
.news_con ul li:first-child {
 
}
.news_con ul li:last-child {
  margin-right: 0px;
}
.news_con ul li:last-child:after {
  background: none;
}
.news_con ul li:after {

}
.news_con ul li .txt{ float:left; width:70%}
.news_con ul li .txt h3 {
  display: inline-block;
    max-width: 80%;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    margin-right: 10px;
}
.news_con ul li .txt .time {
display: inline-block;
    color: #888888;
    font-size: 12px;
    padding-right: 10px;
    font-weight: normal;
}
.news_con ul li .txt p {
    color: #666666;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    overflow: hidden;
}
.news_con ul li:hover .pic img {
  transform: scale(1.1);
}
.news_con ul li:hover .txt h3 {
  color: #c40324;
}
.news_con ul li:hover .txt .time {
  color: #c40324;
}
.news_con ul li:hover .txt p {
  
}
.news_con ul li:hover:after {
  background: #c40324;
}
.news_con ul li:hover:last-child:after {
  background: none;
}
@media (max-width: 640px) {
  .news_con ul li { 
  
  }
   .news_con ul li .txt{ width:100%}
  .news_con ul li .pic{ display:none;}
  .news_con ul li:first-child {
   
  }
  .news_con ul li:last-child {
   
  }
  .news_con ul li:after {
    
  }
}
.news_con ul .xian {
  border-bottom: 1px solid #e0e0e0;
}
/*æ–°é—»è¯¦ç»†*/
.news_show { padding:3em 0;

  color: #1d1d1d;
  max-width: 1280px;

}
.news_show .news_s_top {
  
  width: 100%;
  margin: auto;
  text-align: center;
}
.news_show .news_s_top h3 {
  font-size: 28px;
  line-height: 1.5;
  margin: 10px auto;
}
.newsCon{  padding-top:20px;}
.newsCon p { font-size:16px; line-height:2em;}
@media (max-width: 640px) {
  .news_show .news_s_top h3 {
    font-size: 20px;
  }
}
.news_show .news_s_top div {
 
  line-height: 30px;
  height: 30px;
}
.news_show .news_s_top div span {
  display: inline-block;
  margin: 0px 2%;
}

@media (max-width: 640px) {
  .news_show p {
    margin: 20px auto;
  }
}
.news_show .show_img {
  text-align: center;
}
.news_show .show_img img {
  max-height: 100%;
  max-width: 100%;
  position: relative;
  width: 27.5%;
}
.prev_next {  margin:0 auto;
  margin-top: 45px;
    padding-top: 15px;
    border-top: 1px solid #eee;
    padding-bottom: 60px; position:relative;
}
.prev_next li { line-height:26px;
 
}
.prev_next li a {
  color: #1c1819;
  display: block; font-size:12px;
}
.prev_next li:hover a {
  color: #bd0000;
}
.prev_next a.back{position:absolute; right:0; top:20px;
    padding: 5px 22px;
    border: 1px solid #eee;
    color: #888;
    transition: all 0.3s;}
	.prev_next a.back:hover{
	border-color: #bd0000;
	background: #bd0000;
	color: #fff;
}
@media (max-width: 640px) {
  .prev_next {
    margin: 30px auto 0px;
  }
  .prev_next li {
    width: 100%;
    margin-bottom: 10px;
  }
  .prev_next li:last-child {
    text-align: left;
  }
}
/* .proListCon ul li:hover .pic h5 { display:none;}*/
.pageing {
	font-family: arial;
	font-size: 14px;
	text-align: center;
	margin-bottom: 30px;
}
.pageing li {
	display: inline-block;
	padding: 0 5px;
	line-height: 40px;
	transition: All .2s ease-in-out;
	color: #272727;
	text-decoration: none;
	border-bottom: 1px solid #fff;
}
.pageing li a {
	height: 60px;
	width: 60px;
	background: transparent;
	color: #1b1d21;
	border: 1px solid #ededed;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	line-height: 60px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.pageing li a:hover {
	background: #ec4141;
	color: #ffffff;
	border-color: #ec4141;
	box-shadow: 0px 8px 16px 0px hsla(236, 89%, 36%, 0.275);
}
.pageing li.c {
	height: 60px;
	width: 60px;
	font-size: 12px;
	font-weight: 600;
	border-radius: 50%;
	line-height: 60px;
	background: #ec4141;
	color: #ffffff;
	border-color: #ec4141;
	box-shadow: 0px 8px 16px 0px hsla(236, 89%, 36%, 0.275);
	text-align: center;
}
.pageing .active {
	color: #fff;
	font-size: 16px;
	background: #d63031;
}
@media (max-width: 640px) {
.pageing {
	margin: 30px auto;
}
}
.case_nei {

  margin:40px auto;
}
.case_nei ul li {
  width: 32.4%;
  float: left;
  margin-bottom: 1.3%;
  margin-right: 1.3%;
  position: relative;
  cursor: pointer;
}
.case_nei ul li:nth-child(3n+3) {
  margin-right: 0px;
}
.case_nei ul li .pic {
  position: relative;
  overflow: hidden;
}
.case_nei ul li .pic img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  display: block;
  vertical-align: middle;
  margin: auto;
  transition: 0.3;
}
.case_nei ul li .pic h5{ text-align:center; position:absolute; bottom:0px; background:#333; color:#fff; filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8; width:100%; line-height:30px; margin-bottom:0px; margin-top:0px; padding:15px 0px; font-size:16px;}
.case_nei ul li .pic i {
  display: block;
  padding-bottom: 62.4%;
}
.case_nei ul li .txt {
  transition: All 0.4s ease-in-out;
  -webkit-transition: All 0.4s ease-in-out;
  -moz-transition: All 0.4s ease-in-out;
  -o-transition: All 0.4s ease-in-out;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(45, 45, 45, 0.85);
  color: #c40324;

  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}
.case_nei ul li .txt a {
  color: #c40324;
  display: block; width:100%; height:100%;
  text-align: center; font-size:14px;
}
.case_nei ul li .txt p {
  color: #fff; line-height:30px;

  text-align: center; font-size:14px;
}

.case_nei ul li .txt a .num {
  font-size: 40px;
  font-family: AvantGardeITCbyBT-Book;
  font-weight: bold;
}
.case_nei ul li .txt a .tt1 { display:block; text-align:center; width:100%;
  color: #fff;
  font-size: 16px;
  margin-top: 50px;
}
.case_nei ul li .txt a .tt2 {
  color: #ccc;
}
.case_nei ul li .txt a p {
  width: 90%;
  color: #fafafa;
  line-height: 26px;
  overflow: hidden;
  transition: 1s;
  max-height:100px;
  margin: 20px auto;
}
.case_nei ul li .txt .more {
  width: 31px;
  height: 31px;
  display: block;
  margin: auto;
  background: url(../images/pro_quan.png) no-repeat;
}
.case_nei ul li:hover .txt {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: scale(1);
  -webkit-transform: scale(1);
}
.case_nei ul li:hover .txt span {
  transform: translateY(0);
  -webkit-transform: translateY(0);
}
.case_nei ul li:hover .pic img {
  transform: scale(1.1);
  }
  .case_nei ul li:hover .pic h5 { display:none;
}
@media (max-width: 640px) {
  .case_nei ul li {
    width: 49%;
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(3n+3) {
    margin-right: 2%;
  }
  .case_nei ul li:nth-child(2n+2) {
    margin-right: 0px;
  }
  .case_nei ul li .txt {
    display: none;
  }
}

/*产品详细页*/
.proSubInfo{ padding-top:50px;}
.proSubInfoTitle {
	font-size: 1.3em;
	text-align: center;
	margin-top: 20px;
}
.proSubInfoTitle h2 {
	font-size: 1.8em;
	margin-bottom: 1.2em
}
.proSubInfoDe {
	line-height: 30px;
	font-size: 1.5em; color:#848484; text-align:center;
}
.proSubInfo a {
	margin-top: 20px;
}
.proDetailTop .container {
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.06);
	padding-top: 10px;
}
.pro-big-pict-box {
	position: relative
}
.pro-big-pict-box .pict-num {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 15px;
	z-index: 105;
	text-align: center;
	color: #999
}
.pro-big-pict .slick-dots {
	display: none!important
}
.pro-small-pict {
	padding: 0 40px;
	margin-top: 20px; 
}
.pro-small-pict .pic2 {
	margin: 0 5px;
	border: 1px solid #f2f2f2;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}
.pro-small-pict .pic2 img{max-height:50px;}
.pro-small-pict .pic2.act {
	border-color: #48c7ec
}
.pro-small-pict .slick-arrow {
	line-height: 30px;
	width: auto;
	background: 0 0;
	font-size: 22px;
	font-weight: 700;
	border: none
}
.pro-small-pict .slick-disabled {
	cursor: default;
	color: #f2f2f2
}
@media screen and (min-width:1025px) {
.pro-small-pict .pic2:hover {
	border-color: #999
}
.pro-small-pict .slick-arrow:not(.slick-disabled):hover {
	color: #d9251d
}
}
.pro-btns {
	text-align: left
}
.pro-btns a {
	vertical-align: top;
	margin-right: 10px;
	width: 158px;
	height: 48px;
	background: #2a66aa;
	font-size: 16px;
	text-align: center;
	white-space: nowrap;
	line-height: 48px;
	color: #fff
}
.pro-btns a:first-child {
	background: #d9251d
}
.pro-btns .icon {
	display: inline-block;
	vertical-align: bottom;
	margin-right: 15px;
	font-size: 26px
}
@media screen and (min-width:1025px) {
.pro-btns a:hover {
	background: #666
}
}
@media screen and (max-width: 861px) {
.pro-big-pict .slick-dots {
	display: block!important;
}
.pict-num, .pro-small-pict {
	display: none;
}
}
@media screen and (max-width: 768px) {
.proSubInfoDe { display:none;
}
.proSubInfoTitle h2 { margin-bottom:0px;}
}
.slick-slide:focus {
	outline: none;
}
.btn-blue {
	font-size: 12px;
	background-color: #ec4141;
	color: #fff;
	padding: 13px 0px;
	width: 100%;
	max-width: 160px;
	text-align: center;
	display: inline-block;
	transition: ease-in all 0.5s;

	letter-spacing: 1px;
}

a.btn-blue:hover {
  background: #000;

  transition: all .5s cubic-bezier(0.4, 0, 1, 1);
}