@charset "UTF-8";

.MainContent {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.LeftMenu {
    float: left;
    width: 24.5%;
    text-align: center;
}

.LMenuTitle {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    background: #FE9843;
    height: 45px;
    width: 250px;
    -moz-border-radius: 25px/25px;
    -webkit-border-radius: 25px/25px;
    border-radius: 25px/25px;
    margin: 0px auto;
    line-height: 45px;
}

.LMenuTitle2 {
    background: #FF7200;
    height: 45px;
    width: 210px;
    -moz-border-radius: 25px/25px;
    -webkit-border-radius: 25px/25px;
    border-radius: 25px/25px;
    margin: 0px auto;
}

.LMenuMain {
    margin: 0px auto;
    width: 200px;
    margin-top: 10px;
}

.LMenuMain > ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.LMenuMain > ul > li {
    background-image: url('../images/li_icon.jpg');
    background-repeat: no-repeat;
    background-position: 0px 14px;
    padding: 2px 0px 2px 20px;
    border-bottom: dotted 1px #adadad;
}

.LMenuMain > ul > li > a {
    display: block;
    font-size: 22px;
    color: #909090;
    text-align: left;
    text-decoration: none;
}

.LMenuMain > ul > li > a:hover {
    color: #000000;
}


.border {
    float: left;
    width: 0.5%;
    background-image: -moz-radial-gradient(center left, ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent);
    background-image: -webkit-radial-gradient(center left, ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent);
    background-image: radial-gradient(ellipse farthest-side at left, rgba(0, 0, 0, 0.3), transparent);
    height: 500px;
    background-repeat: no-repeat;
}

.RightContent {
    width: 100%;
    padding: 0px 0px 0px 0px;
}

.RightContent_title {
    font-size: 25px;
    text-align: center;
    color: green;
    font-weight: bold;
    /* --    background-image: url('../images/title_icon.jpg'); --*/
    background-repeat: no-repeat;
    background-position: 0px 24px;
    padding: 5px 5px 5px 5px;
}

.RightContent_body {
    width: 890px;
    height: 100%;
    float: left;
    margin: 20px 5px 5px 5px;
    font-family: "Arial";
    line-height: 25px;
}

.RightContent_body img {}

.Produce_Item {
    float: left;
    width: 21%;
    height: 100%;
    margin: 12px 15px 12px 15px;
}

.Produce_Img {
    width: 100%;
    height: 100%;

}

.Produce_Img > a > img {
    box-shadow: 3px 5px 10px rgba(95, 95, 95, 0.82);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.Produce_Img > a > img:hover {
    opacity: 0.8;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}



.Produce_link {
    margin: 0px 0;
    padding-top: 10px;
    text-align: center;
}

.Produce_link a {
    font-weight: bold;
    font-size: 25px;
    color: black;
    text-decoration: none;
}

.Produce_link a:hover {
    color: blue;
    text-decoration: underline;
}

.News {
    width: 100%;
    padding: 0px 20px 10px 20px;
}

.News_top {
    color: #5A5A5A;
    font-weight: bold;
    background-image: url('../images/title_icon.jpg');
    background-repeat: no-repeat;
    background-position: 0px 13px;
    padding: 0px 0px 20px 15px;
}

.News_body {
    width: 1100px;
    margin: 0px auto;
}

.News_Item {
    padding: 10px;
    overflow: hidden;
}

.News_Img {
    text-align: center;
    float: left;
    width: 20%;
}

.News_Content {
    float: left;
    width: 80%;
}

.News_Date {
    font-size: 16px;
    font-weight: bold;
    color: #671C1C;
}

.News_Text {
    padding-top: 10px;
}

.border_line {
    width: 100%;
    background-image: -moz-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent);
    background-image: -webkit-radial-gradient(center top, ellipse farthest-side, rgba(0, 0, 0, 0.3), transparent);
    background-image: radial-gradient(ellipse farthest-side at top, rgba(0, 0, 0, 0.3), transparent);
    height: 5px;
    background-repeat: no-repeat;
}

.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 4px;
    text-align: right;
}

.contact_left_menu {
    background-color: white;
    height: 500px;
    width: 30%;
    float: left;
    padding: 30px 0px 0px 0px;
}

.contact_content {
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 0px 0px 0px 35px;
}

.about-body_1 {
    width: 750px;
    height: 600px;
    float: left;
    margin: 30px 50px 10px 50px;

}


.about_content_1 {
    width: auto;
    height: auto;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: black;
    padding: 0px 0px 20px 10px;
}

.about_content_2 > img {
    width: 100%;
    box-shadow: 2px 5px 10px rgba(95, 95, 95, 0.82);
    border-radius: 10px;
}

.map {
    float: left;
    text-align: center;
    height: 500px;
    width: 70%;
    padding: 30px 0px 0px 0px;
}

.data_download {
    float: left;
    font-size: 20px;
    text-align: left;
    height: 900px;
    width: 800px;
    padding: 30px 0px 0px 20px;
}

.require {
    display: inline-block;
    color: red;
}

.products_1 {
    width: 100%;
    height: 600px;
    overflow: hidden;
    padding-bottom: 20px;
}