@charset "utf-8";



/*页面中间*/
.content{ width:100%;float:left;}
.content_in{ max-width: 1180px; margin:0px auto;}
.banner_content{margin:25px 0px 25px 0px;overflow:hidden;width:1180px; height:210px; float:left}
.error{ border:1px solid #E60012; background-color:#f7efe7; color:#E60012}
.right{ border:1px solid #8EC100; background-color:#ffffff; color:#666666}
.login_submit{width:90px; height:32px;font-size:14px; cursor:pointer;background-color:#f8b600; border:none; color:#fff}
.login_submit:hover{color:#FFF; background-color:#f8b600;}
.ver_img{width:40px;height:12px;border:1px solid #d3d3d3;padding:9px;background-color:rgb(221,232,252);cursor:pointer;}
#ver_img_ti{ margin-left:10px;}
input:focus{ border:1px solid #f8b600; background-color:#ffffff;}
textarea:focus{ border:1px solid #f8b600; background-color:#ffffff;}

/*首页*/

.bottom_cont{ width:100%; background:#EFEFEF;  
 box-shadow: 1px -1px 8px 1px rgba(0, 0, 0, 0.4); 
}
.f_ico{ width:1200px; height:100px;margin:auto; font-size:20px; padding-top:35px; }
.f_ico img{ padding-right:5px; margin-left:10px;}
.foot_er{ width:100%; border-top:5px solid #005CA1; background:#212832;}
.hr_line{ width:100%; height:1px; border-bottom:1px solid #D5D5D5; clear:both}
.copyright{ width:100%; height:70px; line-height:25px; text-align:center; background-color:#FFFFFF; margin-top:20px; color:#666666; font-size:12px; padding-top:10px;}
.copyright a{ color:#666666; text-decoration:none;}
.bottom{MARGIN: 0px auto; WIDTH: 100%; BACKGROUND: url(/images/bottom.png) repeat-x; height:30px;}
.footer_nav{ max-width:1200px; margin:auto; margin-top:20px; }
.footer_nav_item{ float:left; max-width:1050px;}
.footer_nav_item ul{ float:left; margin:0; padding:0; width:245px; margin-right:15px;}
.footer_nav_item ul li{ float:left; width:245px;list-style:none; font-size:12px; margin-top:8px; color:#666666}
.footer_nav_item .item_top{ float:left;font-size:16px; border-left:3px solid #F8B600; height:20px; line-height:20px; padding-left:8px; color:#ffffff}
.footer_nav_item ul li a:hover{ text-decoration:underline;}
.footer_nav_item ul li span{ float:left; width:25px;}
.address_frame{ float:left; width:107px; margin-top:10px;}
.submit{font-size:14px; cursor:pointer;background-color:#f8b600; border:none; color:#fff; vertical-align: middle; float:left}
.footer_link{}
.footer_link a {
  font-family: 'Microsoft YaHei', Tahoma, Verdana, 'Simsun';
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  background: #044A67;
  position: relative;
  line-height: 40px;
  padding-left: 10px;
  border-radius: 3px;
  padding-right: 9px;
  margin: 10px 0;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.footer_link a i {
  padding-left: 15px;
  
  padding-right: 7px;
  vertical-align: middle;
  border-left: 1px solid #fff;
  position: relative;
  margin-left: 20px;
  font-size: 14px;
  line-height: 20px;
}
.footer_link a i:after {
  content: '';
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  left: -2px;
  top: 0;
}

/* 轮播 开始--------------------------------------*/
.flexslider {
	margin: 0px auto;
	position: relative;
	width: 100%;
	height: 500px;
	overflow: hidden;
	zoom: 1;
}

.flexslider .slides li {
	width: 100%;
	height: 100%;
	list-style:none;
}

.flex-direction-nav a {
	width: 70px;
	height: 70px;
	line-height: 99em;
	overflow: hidden;
	margin: -35px 0 0;
	display: block;
	background: url(/images/ad_ctr.png) no-repeat;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .3s ease;
	border-radius: 35px;
}

.flex-direction-nav .flex-next {
	background-position: 0 -70px;
	right:0;
}

.flex-direction-nav .flex-prev {
	left: 0;
}

.flexslider:hover .flex-next {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
	opacity: 0.8;
	filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
	opacity: 1;
	filter: alpha(opacity=50);
}

.flex-control-nav {
	width: 100%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}

.flex-control-nav li {
	margin: 0 2px;
	display: inline-block;
	zoom: 1;
	*display: inline;
}

.flex-control-paging li a {
	background: url(/images/dot.png) no-repeat 0 -16px;
	display: block;
	height: 16px;
	overflow: hidden;
	text-indent: -99em;
	width: 16px;
	cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
	background-position: 0 0;
}

.flexslider .slides a img {
	width: 100%;
	height: 500px;
	display: block;
}

/* 轮播 结束--------------------------------------*/

.top_frame{ 
    width: 100%;
	height: 35px;
    box-shadow: 1px 1px 8px 1px rgba(0, 0, 0, 0.4);
    line-height: 35px;
    position: relative;
    z-index: 10
 }
.top_info{ max-width:1200px; margin: 0 auto; font-size: 12px;}
.left_txt{ float: left; color:#666666}
.right_txt{ float: right;}
.right_txt .iconfont { font-size:10px;}
.right_txt a,.other_site{ color:#666666; padding:3px 10px; text-decoration:none; border-radius:3px; }
.right_txt a:hover{ background-color:#C8151E; color:#FFFFFF;}

.logo_frame{
width:100%;
background: linear-gradient(
    to left,
    #F7C639 0%,
    #F7C639 50%,
    #FFFFFF 50%,
    #FFFFFF 100%
  );

background: -moz-linear-gradient(
    to left,
    #F7C639 0%,
    #F7C639 50%,
    #FFFFFF 50%,
    #FFFFFF 100%
  );
  
  background: -webkit-linear-gradient(
    to left,
    #F7C639 0%,
    #F7C639 50%,
    #FFFFFF 50%,
    #FFFFFF 100%
  );
  
  background: -o-linear-gradient(
    to left,
    #F7C639 0%,
    #F7C639 50%,
    #FFFFFF 50%,
    #FFFFFF 100%
  );
}
.logo_info{ max-width:1200px; height:96px; margin: 0 auto;background:#FFFFFF}
.logo{float:left;padding-top:5px; width:275px;}
.slogan{ float: left; padding-top: 44px; width:420px;  color:#57585E; font-size:16px; text-align:center; font-family:MicrosoftYaHei; font-weight:bold }
.search_frame{ float:left; width:510px; vertical-align:middle}
.search_choice{ float:left; width:35px; height:36px; border:2px solid #FF6600; line-height:34px; text-align:center;border-right:0px; background-color:#FFFFFF; color:#999999}
.search_choice .iconfont{ float:left; text-align:center;width:35px;font-size:18px;}
.search_frame ul{ float:left; width:500px;margin:0; padding:0;}
.search_frame ul li{ float:left; list-style:none; height:30px; line-height:30px; color:#5D5D5D}
.search_frame ul li a{ color:#5D5D5D; text-decoration:none; padding:0px 5px;}
.search_frame ul li a:hover{ color:#000000;}
.search_frame ul li a.active{ color:#000000; font-weight:bold;}

.search_choice:hover .search_choice_item{ display:block;}
.search_choice_item{position:absolute;width:99px;height:122px; background-color:#CCCCCC; margin:1px 0px 0px -1px; border:1px solid #888888; border-top:0px; display:none; z-index:9999;}
.search_choice_item ul{ float:left; padding:0; margin:0;}
.search_choice_item ul li{ float:left; list-style:none;}
.search_choice_item ul li a{ float:left; text-align:center; width:99px; height:40px; line-height:40px;font-size:14px; text-decoration:none; margin-bottom:1px; background-color:#FFFFFF; color:#333333;}
.search_choice_item ul li a:hover{ background-color:#E6E6E6;}
.search_input{ float:left;width:300px; height:34px; border:2px solid #FF6600; border-right:0px; border-left:0px; outline:none;}
.search_btn{ float:left;width:90px; height:40px; background-color:#FF6600; border:0px; font-size:16px; color:#FFFFFF; cursor:pointer;outline:none;}
.search_btn:hover{ background-color:#0D83E3;}


.dianhua{width:477px;float:right;height:96px;background:url(/images/k1.jpg) no-repeat;}
.dianhua .k1{font:100 14px/40px "微软雅黑";padding-left:138px;color:#906e63;}
.dianhua .k1 a{color:#906e63;}
.dianhua .k1 a:hover{color:#e87518;}
.dianhua .k2{
font: 100 30px/30px MicrosoftYaHei;
color:#fff;
padding-left:175px;
height:30px;overflow:hidden; 
}

.so_menu{ width:100%;BACKGROUND: url(/images/somenu-bg.jpg) repeat-x; height:66px;}
.so_menu_info {
    max-width:1200px;
    margin: 0 auto;
}
.fl {
    float: left;
}

.fr {
    float: right;
}

.w2tit{
    text-align: center;
    background: url(/images/ptt2.png) top center no-repeat;
    padding-top: 13px;
	float:left;
}
.w2tit dd{
    font:bold 22px/22px MicrosoftYaHei;
    
}
.w2tit dt{font:bold 14px/14px MicrosoftYaHei;color: #666666;margin-top: 10px;}
.w2tit dl{
    font:normal 16px/16px MicrosoftYaHei;
    color: #333333;
    margin-top: 19px;
}

.prosec {
    margin-top: -66px;
    position: relative;
    z-index: 999;
    width: 218px;
    background: #005ca1;
	height:130px;
}

.ptt {
    margin-top: -66px;
    position: relative;
    z-index: 999;
    width: 250px;
    margin-left: -6px;
    background: url(/images/ptt.png) top center no-repeat;
    height: 88px;
    font: bold 28px/28px MicrosoftYaHei;
    letter-spacing: 3px;
    color: #f4f4f4;
    text-align: center;
    padding-top: 68px;
}

.sou {
    height: 66px;
    background-color: #f7f7f7;
	float:left;
}
.hotSearch {
    float: left;
    height: 66px;
    line-height: 66px;
    font-weight: normal;
    margin-left: 346px;
    color: #999999;
    font-size: 12px;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}

.hotSearch a {
    margin-right: 6px;
    color: #999999;
}
#formsearch {
    float: right;
    background: url(/images/ss.png) bottom center no-repeat;
    height: 35px;
    margin-top: 9px;
    width: 174px;
}
#formsearch input {
    height: 35px;
    background: none;
    border: none;
    line-height: 35px;
    outline: none;
    color: #999999;
    font-size: 12px;
}

#formsearch input#keyword {
    height: 35px;
    line-height: 35px;
    padding-left: 6px;
    color: #999999;
}

#formsearch input#s_btn {
    width: 20px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: none;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 0;
    float: right;
}

.f_image{ width:208px; padding-left:4px; margin-top:10px;}
.f_brand{ width:218px; height:160px;  padding-top:10px;}
.tj_brand_logo{ float:left; width:100px; text-align:center;margin:5px 4px 0px 4px; font-size:12px; color:#000000; text-decoration:none;}
.tj_brand_txt{ 
float:left; 
width:100px; 
height:35px; 
line-height:35px; 
text-align:center; 
font-size:13px; 
border:1px solid #FFFFFF; 
background-color:#E9E9E9; 
margin:4px 0px 0px 4px;
color:#333333;
text-decoration:none;
overflow:hidden;
}
.tj_brand_txt:hover{ border:1px solid #EF9D09; background-color:#FFFFFF;}

@media (max-width:1080px){
	.show_on{display:none;}
}


/*产品中心*/

.productlist{float:left; width:100%; margin:15px 0px; background:#005ca1;}
.productlist_l{float:left; width:218px;}
.productlist_l h1{margin-left:-44px; float:left; background-color:#F8B600; color:#fff; width:44px; height:49px; text-align:center; line-height:49px}
.productlist_l .title{border-top:2px solid #F8B600;padding:10px 0px 0px 4px; }
.productlist_l .title a{ color:#F8B600;font-size:20px;display:block;text-transform:uppercase;background:#1c1814;width:210px;line-height:40px;text-align:center; }
.productlist_l ul{padding:15px 0px 0px 25px;}
.productlist_l ul li{margin-bottom:5px;list-style:square inside; float:left; width:100%; font-size:14px}
.productlist_r{float:right; width:940px; background-color:#fff;padding-left:22px;}
.productlist_r .title{float:right; width:940px; height:38px; line-height:38px; background-color:#f8f8f8; border-top:2px solid #f8b600;}
.productlist_r .title a{ height:38px; line-height:38px; width:100px; text-align:center; background-color:#f8b600;}
.productlist_r ul{float:left; width:940px;}
.productlist_r ul li{width:150px; border:1px solid #d7d7d7; margin-top:15px;text-align:center; padding:10px;}
.productlist_r ul li.product_li{width:198px; border:1px solid #d7d7d7; margin-top:15px;text-align:center; padding:10px;}
.productlist_r ul li p{ margin:15px 0px; height: auto;}
.productlist_r ul li .pro_buttom{border:1px solid #d7d7d7; background-color:#fafafa; width:80px; height:25px;}
.productlist_r ul li .pro_buttom:hover{border:1px solid #f8b600; color:#fff;background-color:#f8b600;}

.quyu{
   
    text-align:center;
}
.quyu h2{
     font:400 13px/26px "Microsoft yahei";
}
.quyu span{
    text-align: right;
}

