﻿
/**/
a
{
    color: #444444;
}
a:hover
{
    color: #0f6fc6;
}
.hover-big
{
    background-color: #0f6fc6;
    border: 4px solid #0f6fc6;
    padding: 1px;
}
/*搜索*/
.btnSearch
{
    cursor: pointer;
    height: 22px;
    letter-spacing: 1px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    text-align: center;
    width: 30px;
    background: none;
    border: 0;
    color: #FFFFFF;
}
.txtInput
{
    line-height: 20px;
    height: 20px;
    margin: 0;
    width: 128px;
    background: none;
    border: 0;
    padding: 0;
    color: #999999;
    padding-top: 2px;
}
.location
{
    color: #999;
    font-weight: normal;
    padding-right: 12px;
}
.location a
{
    color: #999;
}
.location a:hover
{
    color: #0f6fc6;
}
.style1 .setHome:hover
{
    color: #0f6fc6;
}
.style1 .favorite:hover
{
    color: #0f6fc6;
}
.style2 .setHome:hover
{
    color: #0f6fc6;
}
.style2 .favorite:hover
{
    color: #0f6fc6;
}
/**标题 下横线**/
.title_line
{
    height: 20px;
    background: url("Images/title_line.gif" ) repeat-x left top;
}
/*各个标题*/
.title_general
{
    display: inline-block;
    font-size: 18px;
    color: #fff;    
    line-height: 20px;
    font-weight: 600;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.company_title
{
    background: url("Images/C.jpg" ) no-repeat left center;
}

.news_title
{
    background: url("Images/N.jpg" ) no-repeat left center;
}
.recommended_products_title
{
    background: url("Images/R.jpg" ) no-repeat left center;
}
.new_product_title
{
    background: url("Images/P.jpg" ) no-repeat left center;
}
/*浮动*/
.left
{
    float: left;
}
.right
{
    float: right;
}
.mt10px
{
    margin-top: 10px;
}
/*格局*/
/************************************ head start **************************************/
.header
{
    width: 1002px;
    min-height: 60px;
    height: auto !important;
    height: 60px;
    margin: 0 auto;
    position: relative;
    padding:0 15px;
}
.header .language
{
    position: absolute;
    top: 12px;
    right: 12px;
}
.header .language a
{
    padding: 0 2px;
    color: #D6E8F5;
}
.header .language a:hover
{
    color: #0f6fc6;
}
.setHome
{
    display: inline-block;
    width: 70px;
    text-align: right;
    background: url(Images/home.png) left no-repeat;
}
.favorite
{
    display: inline-block;
    margin-left: 12px;
    width: 70px;
    text-align: right;
    background: url(Images/add.png) left no-repeat;
}
/************************* head end***********************/
/********************************  menu    start  ********************************/
.menu
{
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #0f6fc6;
}
.menu .mbody
{
    width: 1002px;
    margin: 0 auto;
    height: 30px;
    padding: 0 15px;
    background: #0f6fc6;
    position: relative;
}
.menu .mlist
{
    position: absolute;
    right: 10px;
    top: -60px;
    height: 60px;
    width: 802px;
}
.menu table
{
    width: 100%;
    float: right;
}
.menu table td
{
    height: 60px;
    text-align: center;
}
.menu .table .td-class
{
    padding: 0;
}
.menu table td .a
{
    text-decoration: none;
    margin: 0 auto;
    height: 60px;
    color: #444444;
    overflow: hidden;
    line-height: 60px;
}

.menu table td .a:hover
{
    color: #0f6fc6;
    background: url(images/bg_menu_hover.png) no-repeat bottom center;
}
.menu table td .ahover
{
    color: #0f6fc6;
    background: url(images/bg_menu_hover.png) no-repeat bottom center;
}

.menu .table .td-class.first_td
{
    width: 60px;
    background: none;
}
.menu .table .second-menu
{
    width: auto;
}
/********************************  menu    end  ********************************/
/********************************  main    start********************************/
.main
{
    width: 1002px;
    margin: 0 auto;
    min-height: 100px;
    height: auto !important;
    height: 100px;
    padding: 15px 15px 0;
    background-color: #FFFFFF;
}

.main_left
{
    float: left;
    width: 202px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
    padding: 0;
}
.main_left .leftContent
{
    width: 200px;
    border: #CCCCCC solid 1px;
    border-top: 0px;
    padding: 14px 0 24px;
}

.main_right
{
    float: right;
    width: 780px;
    min-height: 250px;
    height: auto !important;
    height: 250px;
}
.main_right_head
{
    font-weight: bold;
    height: 45px;
    line-height: 45px;
    margin: 0 auto;
    width: 780px;
    color: #5A5A5A;
    background: url(images/main_right_title.gif) repeat-x left center;
}
.main_right_content
{
    min-height: 110px;
    height: auto !important;
    height: 110px;
    margin: 0 auto;
}

/************************** main end ***************************/
.banner
{
    width: 100%;
    margin: 0 auto;
}
/************************** foot start **************************/
.footer
{
    width: 100%;
    margin: 0 auto;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    background: #0f6fc6;
    padding: 0px 0;
    line-height: 180%;
    color: #fff;
}
.footer .fbody
{
    width: 1002px;
    margin: 0 auto;
    min-height: 30px;
    height: auto !important;
    height: 30px;
    background: #0f6fc6;
    padding: 0px 15px;
    line-height: 180%;
    color: #fff;
}
.footer a
{
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.footer .foot_menu
{
    text-align: center;
    width: 1002px;
    margin: 0 auto;
    height: 55px;
    overflow: hidden;
}
.footer .foot_menu a
{
    padding: 0 15px;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
}
.footer .foot_menu a:hover
{
    text-decoration:underline;
}
.footer .foot_menu .span
{
    border-right-width: 1px;
    border-right-color: #fff;
    border-right-style: solid;
}
.footer .foot_menu .fmenu_body
{
    border-bottom: #579ad7 solid 1px;
    padding: 16px 0 15px;
    display: inline-block;
}

/************************** foot end **************************/

/*********************************************** home *********************************/
/******************************** 首页banner切换 start ********************************/
.slice_warp
{
    margin: 0 auto;
    width: 1002px;
    height: 400px;
}
.slice
{
    width: 966px;
    height: 400px;
    margin: 0 auto;
}
#slider li
{
    width: 966px;
    height: 400px;
    overflow: hidden;
}
p#controls
{
    margin: 0;
    position: relative;
}
#prevBtn, #nextBtn
{
    display: block;
    margin: 0;
    overflow: hidden;
    width: 60px;
    height: 400px;
    position: absolute;
    left: 0px;
    top: -400px;
}
#nextBtn
{
    left: 906px;
}
#prevBtn a
{
    display: block;
    width: 60px;
    height: 400px;
    background: url(Images/banner_arrow_left.png) no-repeat 0 0;
}
#nextBtn a
{
    display: block;
    width: 60px;
    height: 400px;
    background: url(Images/banner_arrow_right.png) no-repeat 0 0;
}
/******************************** 首页banner切换 end ********************************/
/*Home*/
.panelTop
{
    width: 1002px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.aboutUs_div
{
    width: 320px;
}
.aboutUs_div .title_line
{
    width: 320px;
    margin: 0;
}
.aboutUs_div .title_line .right_more
{
    height: 30px;
    line-height: 30px;
    padding-top: 15px;
    color: #F5F5F5;
}
.aboutUs_div .title_line .title_general
{
    padding: 0;
    margin: 0;
    color: #000;
    padding-right: 10px;
    background: #fff;
}
.red
{
    color: #0f6fc6;
}
.about_us_content
{
    width: 320px;
    height: 124px;
    padding-top: 10px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    table-layout: fixed;
    table-layout: fixed;
    white-space: normal;
    color: #444444;
    line-height: 200%;
    letter-spacing: 0.06em;
    word-spacing: 0.06em;
}
.news_div
{
    width: 320px;
    overflow: hidden;
    margin-left: 20px;
}
.news_div .title_line
{
    width: 320px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.news_div .title_line .title_general
{
    padding: 0;
    margin: 0;
    color: #000;
    padding-right: 10px;
    background: #fff;
}
.home_news_list
{
    width: 320px;
    height: 124px;
    padding-top: 10px;
    overflow: hidden;
}
.home_news_list li
{
    width: 308px;
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    background: url(images/title.gif) no-repeat left center;
}
.home_news_list li a
{
    display: inline;
    float: left;
    white-space: nowrap;
    width: 230px;
    color: #444444;
}
.home_news_list li a:hover
{
    color: #0f6fc6;
    text-decoration: none;
}
.home_news_list li span
{
    width: 70px;
    display: inline;
    float: right;
    overflow: hidden;
    color: #AAAAAA;
    text-align:right;
}
.contact_div
{
    height: 154px;
    overflow: hidden;
}
.contact_div .about_us_content
{
    letter-spacing: 0.3pt;
    word-spacing: 0.3pt;
}

.pNewsList
{
    width: 1002px;
    margin: 0 auto;
}
.pNewsList .div_homeNewsList
{
    width: 320px;
    margin-right: 21px;
    margin-bottom: 15px;
}
.pNewsList .div_homeNewsList .newsList_top
{
    width: 320px;
    background: url(images/title_line.gif) repeat-x left top;
    overflow: hidden;
}
.pNewsList .div_homeNewsList .newsList_top a
{
    padding: 0;
    margin: 0;
    color: #000000;
    padding-right: 10px;
    background: #fff;
}
.pNewsList .div_homeNewsList .newsList_content
{
    padding: 10px 0;
}
.pNewsList .div_homeNewsList .newsList_content li
{
    width: 308px;
    height: 24px;
    line-height: 24px;
    padding-left: 12px;
    background: url(images/title.gif) no-repeat left center;
}
.pNewsList .div_homeNewsList .newsList_content li a
{
    display: inline;
    float: left;
    white-space: nowrap;
    width: 230px;
    color: #444444;
}
.pNewsList .div_homeNewsList .newsList_content li span
{
    width: 70px;
    display: inline;
    float: right;
    overflow: hidden;
    color: #AAAAAA;
    text-align:right;
}
.pNewsList .div_homeNewsList .newsList_content li a:hover
{
    color: #0f6fc6;
    text-decoration: none;
}

.recommended_products_head, .new_product_list_head
{
    width: 1002px;
    margin: 0 auto;
    padding-bottom: 15px;
}
.recommended_products_head .title_general, .new_product_list_head .title_general
{
    background: #fff;
    padding: 0 10px;
    color: #000;
}
.recommended_products_head .recommended_search
{
    background: url(images/search.png) no-repeat center center;
    height: 23px;
    width: 229px;
    margin: 12px 15px 0 0;
}
.recommended_products_head .recommended_search .txtInput
{
    border: 0;
    background: none;
    height: 22px;
    line-height: 22px;
    width: 138px;
    margin-left: 32px;
    padding: 1px 0;
}
.recommended_products_head .recommended_search .btnSearch
{
    border: 0;
    background: none;
    height: 23px;
    line-height: 23px;
    width: 50px;
}
.recommended_products
{
    width: 982px;
    margin: 0 auto;
    padding: 15px 0px 0;
    position: relative;
}
.new_product_list
{
    width: 1002px;
    margin: 0 auto;
    padding: 15px 0px 0;
}
.recommended_products_list
{
    width: 947px;
    margin: 0 auto;
    display: inline;
    background: #F5F5F5;
}
.recommended_products_list .btnLeft
{
    left: -10px;
    top: 0;
    position: absolute;
}
.recommended_products_list .btnRight
{
    right: -10px;
    top: 0;
    position: absolute;
}
.recommended_products_list li
{
    float: left;
    width: 222px;
    margin: 0px 20px 10px 0;
    overflow: hidden;
    text-align: center;
    display: inline;
}
.home-p-list li
{
    float: left;
    width: 222px;
    margin: 0px 38px 15px 0px;
    overflow: hidden;
    text-align: center;
    display: inline;
}
.turnBtn
{
    width: 16px;
    cursor: pointer;
}
.imgCenter
{
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#marquee_div
{
    width: 947px;
    margin: 0 auto;
}
/*********************************************** home end *********************************/


.article_content
{
    line-height: 150%;
    letter-spacing: 1px;
    word-spacing: 1px;
    padding: 15px 0;
    width: 720px;
}
.nav_title
{
    font-size: 24px;
    height: 42px;
    line-height: 42px;
    font-weight: bold;
    padding: 0 27px 0 5px;
    float: left;    
    color: #000;
    border-bottom: 3px solid #0f6fc6;
}
.first_a
{
    display: inline-block;
    text-indent: 20px;
    font-size: 14px;
    color: #585858;
}
.dropdown .first_li
{
    line-height: 37px;
    background: url(images/main_left_li.gif) no-repeat center top;
}

.dropdown li.hover .first_a
{
    color: #0f6fc6;
    background: url("Images/main_left_li_a.png") no-repeat 160px center;
    padding-right:30px;
}
.dropdown .first_li .select_a
{
    color: #fff;
    font-weight: 600;
}
.dropdown ul
{
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 598;
    width: 100%;
    border: #ccc solid 1px;
    background-color: #fff;
    padding: 4px 5px 8px;
}

.dropdown ul li
{
    float: none;
    border: 0;
    line-height: 37px;
    height: 37px;
    background: url(images/main_left_li.gif) no-repeat center top;
}

ul.dropdown ul li a
{
    display: inline-block;
    text-indent: 20px;
}
ul.dropdown ul li:hover .a1
{
    color: #0f6fc6;
    background: url("Images/main_left_li_a.png") no-repeat 160px center;
    padding-right:30px;
    font-weight: 600;
}
ul.dropdown ul li.hover .a1
{
    color: #0f6fc6;
    background: url("Images/main_left_li_a.png") no-repeat 160px center;
    padding-right:30px;
    font-weight: 600;
}
ul.dropdown ul ul
{
    top: 0px;
    left: 100%;
}

ul.dropdown li:hover > ul
{
    visibility: visible;
}
ul.dropdown li ul li ul li:hover .a2
{
    color: #0f6fc6;
    background: url("Images/main_left_li_a.png") no-repeat 160px center;
    padding-right:30px;
    font-weight: 600;
}
ul.dropdown li ul li ul li.hover .a2
{
    color: #0f6fc6;
    background: url("Images/main_left_li_a.png") no-repeat 160px center;
    padding-right:30px;
    font-weight: 600;
}

.company_name
{
    height: 23px;
    line-height: 23px;
    padding-left: 12px;
    display: inline;
    color: #237BC1;
}
.leftsearch
{
    height: 22px;
    width: 202px;
    overflow: hidden;
}
.leftsearch table
{
    width: 100%;
    background: url(images/search.gif) no-repeat center top;
    height: 22px;
}
.coum_name
{
    width: 202px;
    font-size: 18px;
    font-weight: 600;
    height: 40px;
    line-height: 40px;
    background: #0f6fc6;
    color: #fff;    
    text-align: center;
}
/*More*/
.right_more
{
    float: right;
    width: 50px;
    font-size: 12px;
    display: inline;
    padding-top: 6px;
    color: #999;
}
.right_more a
{
    font-size: 12px;
    color: #999999;
}
.right_more a:hover
{
    color: #0f6fc6;
}
/*标题图片*/
.biao_ti
{
    background: url("Images/title.gif") no-repeat left center;
}
.input
{
    height: 20px;
    line-height: 20px;
    padding: 0 3px;
    background-color: #FBFBFB;
    border: 1px solid #DDDDDD;
    color: #555555;
}
label.error
{
    color: Red;
    padding-left: 8px;
}
/*--分页--
#divPager
{
	text-align: center;
	margin-top: 18px;
	width: 700px;
}

.pages
{
	color: #999;
}

.pages a, .pages .cpb
{
	text-decoration: none;
	display: inline-block;
	padding: 0 5px;
	margin: 0 2px;
	font-size: 12px;
	border: 1px solid #ddd;
	background: #fff;
	color: #000;
}
.pages a:hover
{
	text-decoration: none;
	background-color: #ffa501;
	color: #fff;
	border: 1px solid #ffa501;
}
.pages .cpb
{
	font-weight: bold;
	color: #fff;
	background: #ffa501;
	border: 1px solid #ffa501;
}


/*Product list*/
.product_list li
{
    display: inline;
    float: left;
    margin: 10px 20px 10px 18px;
    text-align: center;
    width: 222px;
}
.product_a_img
{
    display: block;
    width: 200px;
    margin: 0 auto;
    text-align: center;
}
/********** 产品列表 图片居中**********************/
.div_img_center
{
    width: 200px;
    height: 200px;
    display: table;
    text-align: center;
}
.div_img_center img
{
    vertical-align: middle;
    padding: 0;
    margin: 0;
}
.div_img_center span
{
    display: table-cell;
    vertical-align: middle;
}

/*********************************/

.product_a_txt
{
    display: block;
    width: 100%;
    overflow: hidden;
    background: url(images/bg_product_a_txt.png) no-repeat center top;
    padding-top: 10px;
    line-height: 24px;
    height: 24px;
}
/*Article list*/
.article_list li
{
    line-height: 18px;
    padding: 10px 0;
    white-space: normal;
    width: 760px;
    border-bottom: 1px solid #DDDDDD;
}
.article_right
{
    float: right;
    color: #AAAAAA;
}
.article_left
{
    float: left;
    line-height: 18px;
    text-indent: 16px;
    background: url("Images/main_right_jt.gif") no-repeat left center;
    color: #444444;
    font-size: 14px;
    font-family: Arial;
}
/*article*/
.article_list
{
    width: 760px;
    margin: 0 auto;
}
.article_title
{
    font-size: 16px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    margin-top: 12px;
    text-align: center;
    color: Black;
}
.article_info
{
    margin-top: 12px;
    height: 26px;
    text-align: center;
    border-bottom: 1px dashed #8D8D8D;
}
.article_info span
{
    padding: 0 12px;
    letter-spacing: 1px;
    word-spacing: 1px;
}
.article_info_content
{
    margin-top: 12px;
    min-height: 400px;
    height: auto !important;
    height: 400px;
    line-height: 200%;
    letter-spacing: 1px;
    word-spacing: 1px;
}
/*Product */
.product_img_div
{
    position: relative;
    width: 696px;
    margin: 0 auto;
    min-height: 320px;
    height: auto !important;
    height: 320px;
    margin-top: 28px;
}
.div_Img
{
    width: 600px;
    text-align: center;
    margin: 0 auto;
    overflow-x: hidden;
}
.div_Img img
{
    padding: 0;
    display: block;
    margin: 0 auto;
    border: solid 1px #ccc;
}
.right_a
{
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 320px;
    height: auto !important;
    height: 320px;
    width: 27px;
}
.left_a
{
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 27px;
    min-height: 320px;
    height: auto !important;
    height: 320px;
}

.right_a_img
{
    background: url(Images/product_arrow_right.jpg) no-repeat left center;
}
.left_a_img
{
    background: url(Images/product_arrow_left.jpg) no-repeat left center;
}

.main_table
{
    width: 696px;
    margin: 15px auto;
    padding: 2px;
    border-collapse: collapse;
}
.main_table td
{
    height: 25px;
    line-height: 25px;
    padding: 2px;
    border-collapse: collapse;
    line-height: 18px;
    border: solid 1px #c1c1c1;
}
.td_title
{
    height: 25px;
    line-height: 25px;
    color: #000;
    font-weight: bold;
    font-size: 13px;
    width: 15%;
    background: #eee;
    color: #000;
}
/*message list*/
.messageContent .btnSearch
{
    width: 40px;
    background-color: #0f6fc6;
}
.message_list
{
    letter-spacing: 1px;
    word-spacing: 1px;
    line-height: 200%;
}
.message_list li
{
    line-height: 18px;
    padding: 10px 0;
    white-space: normal;
    width: 710px;
    border-bottom: 1px dashed #C0C0C0;
}

.message_list li .title
{
    padding: 2px 0 0 20px;
    background: url("Images/title.jpg") no-repeat left center;
    color: #050000;
}

.photoCategoryItem_bg
{
    color:#fff;
    background:#0f6fc6;
}


