/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;}
body{ font-size:14px;font-family:''; color:#666;}
a{color:#666;font-size: 14px;}
a:hover{ color:#f60; text-decoration:underline;font-size: 14px;}
p{line-height:1.8em; padding:5px 0;font-size:14px;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper{ width:1300px; margin:0 auto;}
img{ max-width:100%;}
/*@font-face {
  font-family: 'AvantGardeITCbyBT-Medium';
  src: url('AvantGardeITCbyBT-Medium.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
  @font-face {
  font-family: 'AvantGarde';
  src: url('AvantGarde-Thin.ttf'),url('AvantGarde-Thin.eot'),url('AvantGarde-Thin.svg');

} */
body{font:14px/1.5 "",Arial, sans-serif;width:100%;color:#262626;position:relative;}

*{margin:0;padding:0;}
a:link,a{text-decoration:none;color:#262626;outline:none;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;
transition: all .4s ease-in-out;}
a:hover{color:#c7000c;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}
a img,img{
	border:none;
}
ul,li,ol{
	list-style:none;font-size: 14px;
}
input{
	outline:none;
}
.clear{
	clear:both;
}
.container{
	width:1100px;
	margin:0 auto;
	min-width:1100px;
	zoom: 1;
}
.container::after{
	content: "";
	display: block;
	font-size: 0;
	height: 0;
	overflow: hidden;
	clear: both;
}
/*.sub_menu_box article{
	margin-top: -18px;
	padding-top: 18px;
}*/

/*********header style********/
.wapper{ width:1300px; margin:0 auto;}

.header{ position:relative; z-index:333; }
.menu{background:#fff; padding-top: 80px;width:1300px; position:relative; height:90px;}
.menu ul li{ float:left; position:relative; padding-left:29px; padding-right:29px; border-right:1px solid #ddd;}
.menu ul li dl{ background:#fff; width:150px; position:absolute;  top:28px; box-shadow:2px 2px 5px rgba(0,0,0,0.2);display:none; border:1px solid #ddd; }
.menu ul li dl dd{display: block;height: 33px;line-height: 33px;border-left: 7px solid #c7000c; border-bottom:1px solid #ddd; }
.menu ul li dl dd:hover{border-left: 7px solid #ff000f; background:#c7000c;}
.menu ul .pic{ width:106px; height:97px;border-bottom:none; }
.menu ul .pic a img{border-bottom:none;}
.menu ul li dl dd a{padding-left: 13px; font-size:14px; color:#333; font-weight:normal; display:block; padding:0; text-align:center;}
.menu ul li dl dd a:hover{ color:#fff;}
.menu a{ font-size:16px;color:#333; text-decoration:none; font-weight:normal;display:block;text-align:center;}
.menu a:hover{color:#c7000c; }
a.menu_hover{ background:none;color:#c7000c;border-bottom:5px solid #c7000c;}
.menu_down span{ display:block;background:url(../images/menu_down.gif) right 10px center no-repeat;}
.logo{ position:absolute; left:50%; margin-left:-70px; top:19px; z-index:999;}
.header_lang{ position:absolute; right:0px; top:0px; height:30px; line-height:30px;}
.imgcenter{
    text-align:center;
}
.nav{
	margin-top:-6px !important;
	padding-bottom:15px;
	height:34px;
}
.nav >ul > li{
	float:left;
	margin-right:62px;
	font-size:16px;
	height:30px;
	line-height:30px;
	border-bottom:5px solid #fff;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	position:relative;
}

.nav >ul > li.menu_ir,.nav >ul > li.menu_csr,.nav >ul > li.menu_hr,.nav >ul > li.menu_culture{
	margin-right:0;
	float:right;
	margin-left:50px;
}
.nav >ul > li:hover,.nav >ul > li.current,.nav >ul > li.on {
	border-bottom:5px solid #c7000c;
}
.nav >ul > li:hover > a,.nav >ul > li.current > a,.nav >ul > li.on > a{
	color:#c7000c;
}
.nav >ul > li  >a{
	padding:0 4px;
	padding-bottom: 25px;
	display: block;
	position:relative;
}
.nav >ul > li  >a > span{
	display:block;
	border-radius:100%;
	font-size:12px;
	position:absolute;
	background:#c7000c;
	color:#fff;
	left:-13px;
	/*bottom:15px;*/
	width:15px;
	height:15px;
	line-height:15px;
	text-align:center;
}

/*****sub menu****/
.header_link{
	width:121px;
	height:20px;
	background:url(../images/dropbox.png) no-repeat;
	position:relative;
	cursor:pointer;
	float:right;
	margin-top:20px;
	margin-left:20px;
}
.header_link span{
	width:110px;
	padding-left:10px;
	line-height:18px;
	color:#969696;
}
.header_link:hover span{
	color:#262626;
}
.header_link:hover ul{
	display:block;
}
.header_link ul{
	position:absolute;
	bottom:19px;
	left:0;
	border:1px solid #d6d3d3;
	width:200px;
	background:#fff;
	display:none;
	padding:5px 0;
}
.header_link ul li{
	line-height:18px; padding:5px 0;
}
.header_link ul li:hover{ background-color:#c7000c;}
.header_link ul li a{
	display:block;
	padding-left:10px;
}
.header_link ul li:hover a{ color:#ffffff;-webkit-transition: all 0s ease-in-out;
	-moz-transition: all 0s ease-in-out;
	-o-transition: all 0s ease-in-out;
	-ms-transition: all 0s ease-in-out;
	transition: all 0s ease-in-out;}
.header_link ul li a:hover{ color:#ffffff;}
.sub_menu_box{
	position:absolute;
	top:49px;
	background:#fff;
	left:0;
	font-size:14px;
	display:none;
	width:155px;
	border:1px solid #e2e0e0;
	border-bottom:none;
}

.sub_menu li{
	border-bottom:1px solid #e2e0e0;
}
.sub_menu li a{
	display:block;
	height:33px;
	line-height:33px;
	border-left:7px solid #c7000c;
	padding-left:13px;
}
.sub_menu li a:hover{
	border-left:7px solid #ff000f;
	background:#c7000c;
	color:#fff;
}
/********header end********/


/****footer style*****/
.foot_menu{
	background:#d7d7d7;
	width:100%;
	padding:20px 0 20px;
	min-width:1100px;
	position:relative;
	z-index:100;
	height:66px;
}
.foot_logo{
	float:left;
	width:168px;
}
.foot_logo img{ width:168px; height:66px;
}

.foot_bar{

	color:#707070;
}
.foot_left{
	float:left;
	padding:20px 0;
}
.foot_right{
	float:right;
	padding:20px 0;
}
.foot_bar a{
	color:#707070;
}
.foot_bar a:hover{
	color:#c7000c;
}
.link{     margin-left: 50px; float:left; margin-top:25px;}
.link a { padding:0px 10px;}
.bot{ margin:0 auto; width:1100px; padding-top:15px; padding-bottom:15px; } 
.bot .left{ width:600px; margin-right:150px; float:left;  }
.bot .left li{ color:#707070;float:left; width:600px; line-height:25px;}
.bot .left li a{ color:#707070;}
.bot .right{  width:300px; float:right;}
.bot .right li{ color:#707070; line-height:25px;}




.head_banner{
	width:100%;
	min-width:1100px;
	height:300px;
	text-align:right;
	display:none;
	position:relative;
	z-index:30;
}
/****home banner end******/
.index_banner{
	width:100%;
	height:602px;
	position:relative;
	min-width:1100px;

	overflow:hidden;
}
.index_banner ul li{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:602px;
}

.index_banner1 div{
	margin-top:73px;
}

.index_banner2 div{
	margin-top:173px;
}

.index_banner3 div{
	margin-top:173px;
}

.index_banner4 div{
	margin-top:205px;
}

.index_banner5 div{
	margin-top:183px;
}

.index_banner6 div{
	margin-top:121px;
}
a.prev{
	background:url(../images/prev.png) no-repeat;
	width:21px;
	height:35px;
	opacity:.43;
	position:absolute;
	left:0;
	top:250px;
	z-index:10;
}
a.prev:hover{
	opacity:1;
}
a.next{
	background:url(../images/next.png) no-repeat;
	width:21px;
	height:35px;
	opacity:.43;
	position:absolute;
	right:0;
	top:250px;
	z-index:10;
}
a.next:hover{
	opacity:1;
}
.index_banner >div{
	position:relative;
}
/****home banner end******/
/****home quicklink end******/
.index_link {
	margin-top:-95px !important;
	position:relative;
	z-index:5;
	padding-bottom:37px;
	overflow:hidden;
}
.index_link >div{
	float:left;
	margin-right:15px;
}
.index_link >div:after{
	display:block;
	content:"";
	background:url(../images/border_line.jpg) no-repeat 54% center;
	width:100%;
	height:5px;
}
.index_link >div.last{
	margin-right:0;
	float:right;
}
.index_link >div a{
	display:block;
	border:1px solid #fff;
	width:205px;
	height:110px;
	overflow:hidden;
	border-bottom:none;
	position:relative;
}
.index_link >div a span{
	position:absolute;
	top:78px;
	left:12px;
	font-size:18px;
	font-weight:700;	
	z-index:5;
}
.index_link >div a img{
	
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.index_link >div a:hover img{
	transform:scale(1.2);
	-webkit-transform:scale(1.2);
	-moz-transform:scale(1.2);
	-ms-transform:scale(1.2);
	-o-transform:scale(1.2);
}





.flash{ position:relative; width:100%; height:415px; overflow:hidden; margin-top:-50px;}
.myFocus{width:1600px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-800px;
	height:415px;
	}
.flashn{ position:relative; width:100%; height:250px; overflow:hidden; margin-top:-50px;}
.myFocusn{width:1600px;
	margin:0 auto;
	position:absolute;
	left:50%;
	margin-left:-800px;
	height:250px;
	}
	
	
/* 大图特效 开始theme-default */
.theme-default #slider{margin:0 auto;width:1600px;height:415px;}
.theme-default .nivoSlider{background:url(loading.gif) no-repeat 50% 50% rgb(255, 255, 255);margin-bottom:50px;position:relative;}
.theme-default .nivoSlider img{left:0px;top:0px;display:none;position:absolute;}
.theme-default .nivoSlider a{border:0px currentColor;display:block;}
.theme-default .nivo-controlNav{left:684px;width:193px;height:38px;bottom:-12px;padding-top:0px;padding-left:50px;position:absolute;z-index:9;}
.theme-default .nivo-controlNav a{background:url(../images/bullets.png) no-repeat;border:0px currentColor;width:23px;height:17px;text-indent:-9999px;margin-right:3px;float:left;display:block;}
.theme-default .nivo-controlNav a.active{background-position:0px -17px;}
.theme-default .nivo-directionNav a{background:url(../images/arrows.png) no-repeat;border:0px currentColor;width:65px;height:65px;text-indent:-9999px;display:block;}
.theme-default a.nivo-nextNav{background-position:-65px 0px;top:181px;right:300px;}
.theme-default a.nivo-prevNav{left:300px;top:181px;}
.theme-default a.nivo-nextNav:hover{background-position:-65px -65px;top:181px;right:300px;}
.theme-default a.nivo-prevNav:hover{background-position:0px -65px;left:300px;top:181px;}
.theme-default .nivo-caption{font-family:Helvetica,Arial,sans-serif;}
.theme-default .nivo-caption a{color:rgb(255, 255, 255);border-bottom-color:rgb(255, 255, 255);border-bottom-width:1px;border-bottom-style:dotted;}
.theme-default .nivo-caption a:hover{color:rgb(255, 255, 255);}
/* nivoSlider */
.nivoSlider{position:relative;}
.nivoSlider img{left:0px;top:0px;position:absolute;}
.nivoSlider a.nivo-imageLink{margin:0px;padding:0px;border:0px currentColor;left:0px;top:0px;width:100%;height:100%;display:none;position:absolute;z-index:6;}
.nivo-slice{height:100%;display:block;position:absolute;z-index:5;}
.nivo-slice img{width: 107px; height: 100%; opacity: 1; top: 0px; display: block;}
.nivo-box{display:block;position:absolute;z-index:5;}
.nivo-caption{background:rgb(0, 0, 0);left:0px;width:30%;bottom:0px;color:rgb(255, 255, 255);display:none;position:absolute;z-index:8;opacity:0.8;}
.nivo-caption p{margin:0px;display:none;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
.nivo-directionNav a{top:45%;position:absolute;z-index:9;cursor:pointer;}
.nivo-prevNav{left:0px;}
.nivo-nextNav{right:0px;}
.nivo-controlNav a{position:relative;z-index:9;cursor:pointer;}
.nivo-controlNav a.active{font-weight:bold;}	
/* 大图特效 end */





/*Add------------------------------------------------------------------------------*/
.inside{ width:1100px; margin:0 auto;}
.inside_left{ float:left; width:253px;}
.inside_left ul{  margin-top:40px ; text-align:right; }
.inside_left ul li{padding: 15px 20px 15px 0;text-align: right;line-height: 1em;border-bottom:1px solid #ddd;}
.inside_left ul li a{ color:#676767; font-size:14px;}
.inside_left ul .aa a{ padding-right:15px;font-weight: bold;color: #c7000c; font-size:16px;border-right:5px solid #c7000c; }
.inside_left ul .bb{ border-bottom:none;}
.inside_left ul .cc{ border-bottom:none;}
.inside_left ul .dd{ border-bottom:none;}
.inside_left ul .bb a{ padding-right:15px;font-weight:normal;color: #9fa0a0; font-size:16px;border-right:5px solid #9fa0a0; }
.inside_left ul .bb a:hover{color: #c7000c; font-weight:bold;border-right:5px solid #c7000c;}
.inside_left ul .cc a{ padding-right:15px;font-weight: bold;color: #9fa0a0; font-size:16px;border-right:5px solid #9fa0a0; }
.inside_left ul .dd a{ padding-right:15px;font-weight: bold;color: #9fa0a0; font-size:16px;border-right:5px solid #9fa0a0; }
.inside_right{ float:right; width:760px; padding-left:80px; border-left:3px solid #c6c6c7; min-height:600px;}
.inside_right h2{ height:25px; line-height:25px; color:#676767; font-size:12px; font-weight:normal; text-align:right;}
.inside_right h2 a{ color:#676767; font-size:12px; font-weight:normal; text-align:right;}
.channeltitle {white-space:nowrap;font-size:26px;color:#c7000c;}
.channeltitle2 {margin-bottom:30px;}
.channeltitleline1 {width:40%;background-color:#C7000C;height:6px;}
.channeltitleline2 {width:60%;background-color:#9FA0A0;}
.inside_con{ padding:10px;}
/*contact*/
.contact h2{ height:36px; line-height:36px; padding-left:20px; color:#fff; background:#999;}
.contact{ margin-top:15px; }
.contact ul{ padding:10px 10px; border:#e4e4e4 solid 1px;}
.contact ul li{ line-height:20px; padding:3px 0;}

/*proShow*/
.product_show ul li{ width:130px;line-height:20px;}
.product_show ul li{ float:left; margin:15px 20px 0; border:#e4e4e4 solid 1px; display:inline;}
.pro img{max-width:120px; max-height: 90px; width: expression(this.width >120 && this.height < this.width ? 120: true); height: expression(this.height > 90 ? 90: true);}
.hover2{ background:#f4f4f4;}

/*product_list*/
.side_product { margin-top:15px;}
.side_product h2{ height:36px; line-height:36px; padding-left:20px; color:#fff; background:#999;}
.side_product ul{ padding:10px 10px; border:#e4e4e4 solid 1px; }
.side_product ul li{line-height:24px;}
.side_product ul li a{ padding-left:30px; display:block; border-bottom:#e4e4e4 dashed 1px;background: url(../images/side_menu_bg.gif) 10px 8px no-repeat;}
.side_product ul li dl dd a{ display:inline; border:none; background:none;}


.inputbox{margin:15px;overflow:hidden;zoom:1;}
.inputbox p{padding:.5em 0}
.inputbox .ibl{float:left;width:15%;text-align:right;display:block;padding-top:.4em}
.inputbox .ibr{margin:0 0 0 15%;display:block;padding-left:.3em}
.tip{margin:0 1.2em 1em;color:#f60;padding-left:15%;padding-top:1em}
.module_form_box{margin:0 1.2em 1.5em;}
.module_form_intro{border-bottom:1px solid #e2e2e2;margin:0 0 1.2em}
.module_form_intro .name{border-bottom:3px solid #f30;display:inline-block;*display:inlne;zoom:1;padding:0 .8em .5em;font-size:14px;font-weight:bold;color:#333}

.module_field{padding:.5em 0}
.module_field .c_left{float:left;width:15%;text-align:right;display:block;padding-top:.4em}
.module_field .middle{margin:0 0 0 15%;display:block;padding-left:.3em}
.module_form_tips{padding:.3em 1em .8em;color:#f60}

/*提交，重置按钮*/
.btn-submit{width:80px;height:35px;border:0;background:#c90c0a;cursor:pointer;color:#fff;font-size:14px;font-weihgt:bold}
.reset{width:80px;height:35px;border:0;background:#f3b349;cursor:pointer;color:#fff;font-size:14px;font-weihgt:bold}
.input{border:1px solid #e8e8e8;border-radius:3px;padding:.6em .4em;font-size:12px;color:#666;background:#fff;}
.input:focus{box-shadow:0 0 5px 0 #02A8E5;}