﻿
/*Google Fonts*/
@import 'http://fonts.googleapis.com/css?family=Open+Sans:700,600,800,400';
@import 'https://fonts.googleapis.com/css?family=Raleway:400,300,600,500,700,800';
@import 'https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700';


/*-----------全局对象-----------*/
/*body { font-family: 'Poppins', sans-serif; font-size: 12px; color: #333; background: #f8f8f8; }*/
body { font-family: Helvetica,Arial,Verdana, sans-serif; font-size: 12px; color: #333; background: #f8f8f8; }
/*a { color: #8ac42f; }*/
a { color: #409f3b; }
    a:hover { color: #fdae03; text-decoration: none; transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s; }
small { font-size: 85%; font-weight: normal; text-transform: lowercase; color: #999999; }

.lh20 { line-height:20px;}
.page-title { border-bottom: 2px #409f3b solid; }
.page-sub-title { border-bottom: 2px #8ac42f solid; }
.sub-title { border-bottom: 1px #999 solid; }

.red { color:red;}

.countrylist li{ margin-bottom:20px; }

.cursor { cursor:pointer;}

#myTable th { border-bottom-width:1px; }

.hidden {   display:none;}

.ad ul li{ float:left; margin-left:40px; margin-top:8px;}

button { border: none; }
.button { background: #fff; border-color: #ddd; color: #333; }
    .button:hover, button.button.button-clear { background: #fdae03; border-color: #fdae03; color: #fff; }
button.button,a.button { background: none repeat scroll 0 0 #fff; color: #666; display: inline-block; font-size: 10px; letter-spacing: 0.5px; line-height: normal; padding: 6px 12px; text-transform: uppercase; border: 1px #d1d1d1 solid; font-weight: 600; }
    button.button:hover,a.button:hover { padding: 6px 12px; transition: all 0.3s linear; -moz-transition: all 0.3s linear; -webkit-transition: all 0.3s linear; }
    .buttondiv { float: right; border: 0 none; margin: 0; text-align: left; margin-bottom: 0px;height:50px; line-height:50px; }

/*-----------Header --------------*/

.welcome-msg { text-align: left; display: inline-block; padding: 0px; margin: 0px 14px 0px 0px; font-size: 13px; color: #fff; vertical-align: top; margin-top: 8px; }
.logo { vertical-align: middle; text-align: center; display: inline-block; margin-top: 22px; margin-bottom: 22px; }
    .logo h1 { margin: auto; }
.header-top { padding: 0px 0px 8px 0px; background-color: #409f3b; }

/* Toplink */
.account { text-align: left; }
.account { line-height: normal; padding: 8px 0 0; }
    .account .links { text-align: right; }
        .account .links ul { padding: 0px; margin: auto; }
            .account .links ul li { display: inline-block; list-style: none; }
        .account .links li a { color: black; display: inline-block; padding: 0px; color: #fff; font-size: 12px; padding-left: 15px; font-weight: normal; text-decoration: none; }
            .account .links li a:hover { color: #fee301 !important; text-decoration: none; }
.block-company { background: none; box-shadow: none; border: none; color: #aaaaaa; font-size: 14px; }
    .block-company .caret { margin-left: 5px; }

/*========== 4. Navigation ==========*/
.navbg { height: 20px; width: 100%; background-image: url("../Images/banner_bg.png"); }
nav { position: relative; margin: auto; width: 100%; z-index: 99; }
.nav { margin: 0px auto 0; }
.nav-inner { margin-top: 20px; }
    .nav-inner .line-center { border: 0; width: 2px; height: 20px; background-color: #666; position: absolute; left: 50%; top: -20px; }
#nav li:hover a { color: #fff; border-bottom: none; background: inherit; }
#nav li.active a { color: #fff; }
#nav { position: relative; z-index: 10; -webkit-transform: translateZ(0); padding: 0; margin: auto; text-align: center; }
    #nav li { text-align: left; background-color: #2848e2; padding: 0 5px; border-radius: 5px 5px 5px 5px; }
        #nav li a { display: block; text-decoration: none; }
            #nav li a:hover { color: #fdae03; }
    #nav li { list-style: none; border-bottom: none; display: inline-block; position: relative; }
        #nav li.last { padding-right: 0; }
        #nav li a { display: block; padding: 19px 0px; }
            #nav li a span { display: inline-block; padding: 0 18px; text-shadow: 2px 0 0 rgba(0,0,0,0.15); }
        #nav li a { font-size: 12px; position: relative; letter-spacing: 1px; -webkit-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1); -o-transition: all 0.3s cubic-bezier(0.8, 0, 0, 1); transition: all 0.3s cubic-bezier(0.8, 0, 0, 1); box-shadow: inset 0 0 0 0 #fff; text-transform: uppercase; }
        #nav li a { color: #fff; font-family: 'Raleway', sans-serif; font-weight: 700; }
    #nav ul li a:hover { color: #8ac42f; }

/*----- 5. chem Box ----------- */

.our-chem-box { overflow: hidden; width: 100%; margin: auto; padding: 15px 0 15px; background: #f2f2f2; }
    .our-chem-box li { float: left; margin-bottom: 0px; text-align: center; width: 30.5%; padding: 0; display: inline-block; }
    .our-chem-box .chem-box { overflow: hidden; font-size: 13px; text-align: center; color: #333; line-height: 1.4em; font-weight: normal; text-transform: uppercase; padding: 0px 0px; }
        .our-chem-box .chem-box h6 { letter-spacing: 0.5px; margin-bottom: 3px; margin-top: 5px; color: #666; }
        .our-chem-box .chem-box .content { display: inline-block; text-align: left; text-transform: none; color: #fff; }

/* top search*/
.search-box { margin: auto; right: 0px; background: #fff; border-radius: 0px; margin: 23px 0px 0px; border: 1px #409f3b solid; border-radius: 3px 0px 0px 3px; }
#search { margin: 0; width: 80%; font-size: 13px; height: 40px; color: #333; padding: 0 12px; background: none; outline: none; border: none; }
.search-btn-bg { cursor: pointer; display: inline-block; background: #fff; position: absolute; outline: none; box-shadow: none; border: none; height: 40px; right: 16px; font-size: 18px; border-left: 0px #eaeaea solid; padding-left: 14px; width: 45px; border-radius: 0px 3px 3px 0px; }
    .search-btn-bg .glyphicon-search:before { font-size: 14px; color: #fdae03; }
    .search-btn-bg:hover { color: #333; }
.glyphicon-search:before { font-size: 12px; }
#search input { height: 45px; display: inline-block; width: 90%; border: none; background: #fff; box-shadow: none; }
#search button { line-height: 24px; padding: 12px 18px 10px; float: right; display: inline-block; background: #8ac42f; border: none; color: #fff; }
    #search button:hover { background: #8ac42f; border: none; color: #fff; }

/*-------home ad-----------*/
.homead { margin-top: 40px; }


/*-------web list-----------*/
.weblist { margin: 0 0 25px; background: #fff; margin-top: 40px;}
    .weblist .list-title { border: 1px solid #e5e5e5; color: #000; letter-spacing: 1px; line-height: normal; margin: 0; padding: 15px 15px 12px; font-weight: 600; text-transform: uppercase; }
        .weblist .list-title h3 { margin: auto; font-size: 20px; }
    .weblist ul { list-style: none; padding: 0; margin: 0; padding: 0; }
    .weblist li { padding: 0px !important; list-style: none; height:50px; line-height:50px; border-bottom: 1px solid #e5e5e5; }
    .weblist .list-content {border: 1px solid #e5e5e5; border-top:0;}
    .weblist .list-content li a { padding: 0 15px; color: #666; }
    .weblist .list-content li a:hover { color: #fdae03; }
    .weblist li span { color: #777777; float: left; font-size: 20px; font-weight: normal; line-height: 15px; margin-bottom: 8px; margin-right: 3px; }
    .weblist li a i { font-size: 13px; padding-right: 6px; color: #444; }
    .weblist .buttondiv { padding:0 20px; }


/*-------brand-logo-----------*/
.brand-logo { margin: 15px 0 30px; border: 1px solid #e5e5e5; }

/*---------- 36. Footer ------------ */

footer { padding: 0px 0 0; overflow: hidden; color: #fff; padding-top: 0px; background-color: #146eba; }
    footer a { padding-top: 7px; padding-bottom: 7px; font-size: 13px; }
footer .footer-inner { margin: auto; overflow: hidden; margin-bottom: 30px; padding-top:25px; }
   
footer a { line-height: normal; }
    footer a:hover { color: #fff; }

footer a { color: #fff; }
footer a:hover { text-decoration: none; }


footer address { display: block; margin: auto; font-style: normal; line-height: 35px; color: #777; padding-top: 5px; margin-top: 20px; text-align: center; margin-bottom: 20px; font-size: 13px; border: none; letter-spacing: 0.5px; }
    footer address p { display: inline-block; padding: 0px; color: #666; }
    footer address i { border: 1px #888 solid; width: 35px !important; line-height: 33px !important; display: inline-block !important; height: 35px !important; text-align: center; margin-left: 20px !important; border-radius: 2px; margin-right: 5px !important; }
    footer address .fa { font-size: 16px; }
footer ul span { display: inline-block; font-size: 20px; font-weight: 300; line-height: 15px; padding-right: 3px; }
address { display: block; margin: auto; font-style: normal; line-height: 21px; color: #999; padding-top: 10px; margin-top: 10px; text-align: left; padding-bottom: 15px; border-bottom: 1px #eaeaea solid; margin-bottom: 15px; }
.footer-logo { text-align: left; margin: 10px 0; }

/*-------mainform-----------*/
.mainform .row { margin-top: 20px; }
.mainform .input-box input { height: 30px; padding: 5px; }
.mainform .input-label { height: 30px; line-height: 30px; }
.mainform.radio-box { height: 30px; line-height: 30px; }
    .mainform .radio-box input { margin: 5px 5px 5px 5px; }


/*---------	17. Breadcrumbs --------- */
.breadcrumbs { padding: 0px; margin: 15px auto 5px; font-size: 12px; color: #fff; text-align: left; z-index: 10; position: relative; }
    .breadcrumbs a { color: #666; font-size: 12px; font-weight: normal; }
    .breadcrumbs span { display: inline-block; margin: 0 5px 0 5px; color: #ccc; font-size: 11px; }
    .breadcrumbs ul { margin: 0px; padding: 0px; }
        .breadcrumbs ul li { list-style-type: none; display: inline; }
    .breadcrumbs strong { font-weight: normal; color: #8ac42f; }

    /*-------Usermanage-----------*/

.rightcontent { margin-left:15px; margin-top:-8px; }

.usermanage .weblist{ margin:0; }
.usermanage .weblist .list-content{border-bottom:0; }

/*-------Productnav-----------*/
.fllist {height:50px; border-bottom:1px solid #ccc; }
    .fllist ul { height:30px; padding:10px 0;}
    .fllist li{ float:left; width:3.7%; height:30px;  line-height:30px; text-align:center; }
        .fllist li a { font-size:16px; }

.homecatelist { 
    -webkit-column-count: 4;
    -moz-column-count: 4; 
     column-count: 4; 
    -moz-column-gap: 20px; 
    -webkit-column-gap: 20px; 
    column-gap: 20px; 
    padding: 10px; 

}
    .homecatelist .catediv { 
        padding: 15px; 
        margin-bottom: 15px; 
    }
.catecontent { width: 100%;}

        .homecatelist .catediv .catetitle { font-weight:600; margin-bottom:3px;}
        .homecatelist .catediv ul { padding:0;}
        .homecatelist .catediv li { padding:2px 0;}


        .counrtylist { width: 100%;}

        .counrtylist  ul { padding:0;}
        .counrtylist  li { padding:2px 0; }
