@charset "gb2312";
* {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  font-size: 16px;
  font-family: "Microsoft Yahei", "Hiragino Sans GB", sans-serif;
  line-height: 25px;
  overflow-x: hidden;
}
img {
  margin: 0;
  padding: 0;
}
li {
  list-style-type: none;
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
}
.pt10 {
  padding-top: 10px;
  padding-bottom: 20px;
}
.cl {
  clear: both;
}
.clear {
  clear: both;
}
.fl {
  float: left;
}
.yellow {
  color: #FF0
}
h3 {
  font-size: 1.5em;
  line-height: 1.5em;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0060c8;
}
#header {
  width: 100%;
  display: block;
}
.head {
  background: url("images/head-bg.jpg") center center no-repeat;
}
.logo {
  width: 1200px;
  margin: 0 auto;
}
.mheader {
  display: none;
}
.layout {
  width: 1200px;
  margin: 0 auto;
}
.nav {
  background: #000;
  border-bottom: solid 1px #fff;
}
.nav ul {
  width: 1200px;
  margin: 0 auto;
}
.nav li {
  text-align: center;
  display: inline-block;
  width: 13.9%;
}
.nav li a {
  color: #fff;
  line-height: 55px;
  font-size: 18px;
  display: block;
  transition: all 0.6s;
  font-weight: bold;
}
.nav li a:hover {
  background: #f20000;
  -webkit-transform: skew(-15deg);
}
.banner {
  width: 100%;
  display: block;
}
.banner1 {
  display: none;
}
.about {
  background: url("images/about-bg.jpg") top center no-repeat;
  padding-bottom: 30px;
}
.about_title {
  padding: 70px 0;
  text-align: center;
}
img.blue {
  display: block;
  margin: 0 auto;
}
.more {
    color: #ce0000;
    text-align: center;
    font-size: 16px;
    float: right;
}
.more:hover {
  color: #004502;
}
.about_con {
  margin: 0 auto 0;
}
.about_tit {
  font-size: 20px;
  color: #035ba3;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.about_con p {
  color: #484848;
  font-size: 18px;
  line-height: 45px;
  text-indent: 2em;
}
.about_con .fl {
  width: 620px;
  display: inline-block;
  margin-top: 80px;
}
.about_con .fr {
	width: 42%;
  display: inline-block;
  margin-left: 70px;
}
.about_con .fr img {
  width: 100%;
}
.news {
  width: 1400px;
  margin: 0 auto;
}
.news_title {
  text-align: center;
}
.newsbox li {
  width: 45%;
  display: inline-block;
  margin: 60px 2.5% 0;
}
.newsbox li:nth-child(1) {
  background: url("images/news-img1.jpg") left center no-repeat;
}
.newsbox li:nth-child(2) {
  background: url("images/news-img2.jpg") left center no-repeat;
}
.newsbox li:nth-child(3) {
  background: url("images/news-img3.jpg") left center no-repeat;
}
.newsbox li:nth-child(4) {
  background: url("images/news-img4.jpg") left center no-repeat;
}
.news li a {
  display: block;
}
.news_time {
  width: 100px;
  height: 60px;
  background: #004502;
  text-align: center;
  float: left;
  color: #fff;
  font-size: 40px;
  font-weight: bold;
  padding: 20px 0;
}
.news_time p {
  font-size: 20px;
  font-weight: 500;
  line-height: 55px;
}
.news_con {
  width: 450px;
  display: inline-block;
  margin-left: 200px;
  border-bottom: solid 1px #8e8e8e;
}
.news_tit {
  font-size: 24px;
  color: #474847;
  font-weight: 600;
}
.news_font {
  font-size: 16px;
  line-height: 40px;
  color: #333333;
  padding: 20px 0;
}
.news_more {
  color: #ce0000;
  line-height: 50px;
  float: right;
  font-size: 16px;
  margin-right: 20px;
}
li.nonews {
    background: none !important;
}
.product {
  padding: 60px 0 60px;
  margin-top: 40px;
  background: url(images/pro-bg.jpg) top center no-repeat;
}
.product_tit {
  padding-bottom: 60px;
}
.product_tit img {
  display: block;
  margin: 0 auto;
}
.product ul {
  width: 1200px;
  margin: 0 auto;
}
.product li {
  width: 30%;
  float: left;
  position: relative;
  margin: 0 1.5% 2%;
  border: solid 1px #d3bf7f;
  background: #000;
}
.product li a {
  display: block;
  text-align: center;
}
.product_img {
  padding: 10px;
}
.product li img {
  width: 100%;
  height: 226px;
}
.product_name {
  padding: 0 0 10px;
  color: #fff;
  text-align: center;
  font-size: 18px;
}
.product_font {
  text-align: left;
  padding: 0 10px;
}
.product li a:hover .product_name, .product li a:hover .productfont {
  color: #ce0000;
}
.case_bg {
  background: url("images/case-bg.jpg") top center no-repeat;
  background-size: cover;
  margin: 80px auto 0;
}
.case {
  width: 1400px;
  height: 700px;
  margin: 0 auto;
}
.case .product_tit {
  padding: 50px 0;
}
.case li {
  float: left;
  width: 18%;
  margin: 0.5%;
  border: solid 1px #8f8f8f;
  position: relative;
}
.case li:nth-child(1) {
  width: 27%;
}
.case li:nth-child(1) img {
  height: 372px;
}
.case li a {
  display: block;
}
.case li img {
  width: 100%;
  height: 178px;
}
.case li p {
  line-height: 40px;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: #0000007a;
  width: 100%;
  width: 97%;
  padding-left: 3%;
}
li.nopic{
    border: none;
    color: #fff;
}
.text {
  color: #3b3a3a;
  font-size: 16px;
  line-height: 35px;
}
.bot_bg {
  width: 100%;
  background: #f4f4f5;
  padding-top: 30px;
  margin-top: 30px;
}
#dituContent {
  width: 600px;
  height: 234px;
  display: inline-block;
  border: solid 1px #d1d1d1;
  margin: 25px 0 80px;
}
.contact {
  width: 451px;
  float: right;
  margin-top: 15px;
}
.contact p {
  font-size: 18px;
  color: #313131;
  line-height: 45px;
  padding-left: 35px;
}
.icase li {
  width: 24%;
  float: left;
  text-align: center;
}
.icase li img {
  width: 100%;
  height: 136px;
}
.icase li:nth-child(2), .icase li:nth-child(3) {
  margin-left: 1.3%;
}
.icase li:nth-child(4) {
  float: right;
}
.inews {
  width: 405px;
  float: right;
  position: relative;
}
.inews .more {
  position: absolute;
  right: 0px;
  top: 25px;
}
.inews .title {
  color: #003b78;
  font-size: 1.5em;
}
.footer {
  background: url("images/footer-bg.jpg") top center no-repeat;
  padding: 40px 0px 30px;
  margin-top: 40px;
}
.footer .text {
  width: 1300px;
  font-size: 16px;
  margin: 0 auto;
}
.footer_font {
  margin-left: 60px;
  display: inline-block;
}
.footer_bot {
  margin-top: 20px;
  background: #002a01;
  color: #fff;
  font-size: 14px !important;
  line-height: 45px !important;
  text-align: center;
}
.footer .text p, .footer_bot {
  line-height: 32px;
  font-size: 16px;
}
.footer a, .footer .text {
  color: #fff;
}
.footer_bot a {
  color: #fff;
}
.footer1 {
  display: none;
}
/*×ÓÒ³*/
.page_nav {
  width: 270px;
  float: left;
  margin-top: 40px;
  background: #d2ddef;
  padding-bottom: 40px;
}
.page_nav_name {
  background: url(images/page_nav_name.jpg) center center no-repeat;
  text-align: center;
  color: #fff;
  line-height: 68px;
  font-size: 24px;
  letter-spacing: 2px;
}
.page_nav li p {
  font-size: 18px;
  line-height: 50px;
  display: block;
  color: #2c2c2c;
  background: #edf1f9;
  border-radius: 8px;
  margin: 16px 10px;
  padding-left: 60px;
}
.page_nav li p:hover {
  background: #5684ca;
  color: #fff;
}
p.blue {
  background: #5684ca !important;
  color: #fff !important;
}
.page_nav li img {
  margin-left: 15px;
  vertical-align: middle;
}
.second li a {
  font-size: 15px;
  color: #000;
  line-height: 40px;
  padding-left: 50px;
  display: block;
  margin: 0 10px;
}
.page_nav li a span {
  padding: 0 8px;
  color: #014cb1;
}
.page_nav li a:hover {
  background: #fff;
}
.second {
  display: none;
}
.white a {
  background: #fff;
}
.main {
  width: 100%;
  margin-bottom: 80px;
}
.sub_title {
  text-align: center;
  font-size: 32px;
  color: #565656;
  line-height: 70px;
  letter-spacing: 3px;
  margin: 50px auto;
  position: relative;
}
.subtit_line {
  width: 115px;
  height: 4px;
  background: #e00403;
  margin: 0 auto;
}
.subview_title {
  text-align: center;
  font-size: 24px;
  padding: 40px 0;
  color: #0259b7;
}
.newsbox1 li {
  background: #2984e1;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 5px;
}
.newsbox1 li a {
  color: #fff;
}
.newsbox1 li a:hover {
  color: yellow;
}
.left_tel {
  background: #054985;
  text-align: center;
  color: #fff;
  padding: 10px 0 14px;
  margin-top: 6px;
  font-size: 15px;
}
.left_tel p {
  color: #fcbe00;
  font-size: 22px;
  font-weight: bold;
  padding-top: 10px;
}
.content {
  width: 1200px;
  margin: 0 auto;
  min-height: 300px;
}
.content p {
  line-height: 40px;
  color: #707070;
  font-size: 16px;
}
.content1 p img {
  margin: 5% auto;
}
.content p span {
  font-size: 16px !important;
}
.content1 {
  width: 1200px;
  margin: 0 auto;
}
.content1 p {
  color: #fff;
  font-size: 16px;
}
.pbox {
  padding-top: 35px;
}
.pbox li {
  float: left;
  width: 23%;
  margin: 0 1% 2%;
}
.pbox li a {
  display: block;
}
.pbox img {
  height: 214px;
  width: 100%;
}
.pbox li span {
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #3b3a3a;
}
.page {
  margin: 40px auto;
}
center a {
  padding: 8px 50px;
  background: #c00301;
  color: #fff;
}
center a:hover {
  background: #343434;
  color: yellow;
}
.sub_newsbox li {
  background: #f7f7f7;
  padding: 25px;
  margin: 20px 0;
}
.sub_newsbox li a {
  color: #707070;
  display: block;
  font-size: 16px;
}
.sub_newsbox li a img {
  vertical-align: middle;
}
.sub_newsbox li span {
  float: right;
  font-weight: 400;
  font-size: 14px;
  color: #e00403;
}
.sub_newsbox_font {
  font-weight: 500;
  margin-top: 25px;
  padding-left: 12px;
  line-height: 35px;
  font-size: 14px;
}
.sub_newsbox li:hover {
  border: 1px solid #efefef;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, .08);
}
.sub_newsbox li img {
  margin-right: 10px;
}
.content_font {
  width: 400px;
  float: left;
}
.wodeimg img {
  max-width: 50%;
  margin: 0 auto;
  display: block;
}
.wodetit {
  text-align: center;
}
table.MsoTableGrid {
  margin: 0 auto;
}
.text2 {
  width: 500px;
  margin: 0 auto;
}
.tianjia {
  width: 1200px;
  margin: 0 auto;
}
.footer1 {
  display: none;
}
table[align="center"] {
  margin: 0 auto;
}
table p {
  text-indent: 0 !important;
}
.content table {
  margin: 0 auto;
  border-collapse: collapse;
}
.content td {
  border: solid 1px #333;
}
.wodecon {
  margin: 41px 0;
}
.wodecon p {
  text-indent: 2em;
}
li.redd a {
  color: #c00200 !important;
}
.sub_right {
  width: 886px;
  float: right;
  margin-top: 40px;
}
.sub_right_name {
  background: #f1f2f2;
  line-height: 40px;
  padding: 0 20px;
}
.sub_right_name a {
  color: #4a4a4a;
}
.content1_class {
  border-bottom: solid 2px #225aa9;
  line-height: 40px;
  width: 830px;
  padding: 0 5px;
  margin: 15px auto;
}
.book1, .book3 {
  width: 50%;
  margin: 20px auto;
  font-size: 18px;
}
.book1 input, .book1 textarea {
  width: 90%;
  padding: 15px 0;
  border: solid 1px #a2a1a1;
}
#add1 {
  font-size: 18px;
  width: 91%;
  padding: 12px 0;
  background: #d90514;
  color: #fff;
  border: none;
  margin: 0 0 0 9%;
  display: block;
}
.book1 textarea {
  height: 150px;
  vertical-align: top;
}
.about_nav {
  text-align: center;
  margin-bottom: 30px;
  color: #565656;
}
.about_nav li {
  display: inline-block;
  padding: 0 20px;
}
.about_nav li a {
  color: #565656;
  display: inline-block;
  font-weight: 600;
}
.about_nav li a:hover {
  color: #c00200
}
.book2 {
  text-align: center;
}
.book_name {
  font-size: 15px;
  width: 10%;
  text-align: right;
  display: inline-block;
  color: #343434;
}
.book2 input, .book textarea {
  width: 55%;
  height: 45px;
  margin: 8px 0 8px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0 10px;
  color: #555;
}
.book_name1 {
  vertical-align: top;
  padding-top: 12px;
}
.book2 textarea {
  padding-top: 10px;
  font-family: "Î¢ÈíÑÅºÚ";
  height: 140px;
}
input#add2 {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 50px;
  margin: 10px auto;
  display: block;
}
