header,
#main {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
/************************header************************/
.header-top {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background-color: #f1f1f1;
  border-bottom: 1px solid #dadada;
  color: #8d8d8d;
  font-size: 14px;
}
.header-top .right{float: right;}
.header-top a {
  color: #8d8d8d;
}
.logo {
  overflow: hidden;
}
.logo a {
  display: block;
  float: left;
}
.logo a img {
  padding-top: 35px;
}
.logo ul {
  float: right;
}
.logo ul li {
  float: left;
  line-height: 110px;
  text-align: center;
  width: 85px;
}
.logo ul li a {
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  width: 100%;
}
.logo ul li a:hover {
  background: #1085c8;
  color: #fff;
}
/*main*/
.main-title {
  overflow: hidden;
  padding: 45px 0;
  text-align: center;
}
.main-title > span {
  font-size: 40px;
  color: #1085c8;
  font-weight: 700;
}
.main-title > span span {
  color: #9d9d9d;
  padding-left: 8px;
}
.main-title p {
  font-size: 26px;
  background: url("../images/hbg.png") no-repeat center;
}
.main-title small {
  font-size: 14px;
  color: #999999;
}
/*product*/
.product {
  overflow: hidden;
  padding-bottom: 70px;
}
.product ol {
  text-align: center;
}
.product ol li {
  display: inline-block;
  width: 170px;
  line-height: 38px;
  border: 1px solid #c9c9c9;
  text-align: center;
  font-size: 14px;
  margin: 0 5px;
}
.product ol li a {
  display: block;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product ol li a:hover {
  background: #1085c8;
  color: #fff;
}
.product .pro-wrap {
  margin-top: 34px;
  overflow: hidden;
}
.product .pro-wrap ul li {
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 35px;
}
.product .pro-wrap ul li img {
  width: 354px;
  height: 260px;
  display: block;
}
.product .pro-wrap ul li span {
  display: block;
  text-align: center;
  color: #666666;
  font-weight: bold;
  margin-top: 5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.product .pro-wrap ul li:hover span {
  color: #1085c8;
}
/*company*/
.company {
  overflow: hidden;
  padding: 40px 0;
  background: url("../images/cbg.jpg") no-repeat center;
}
.company .main-title {
  width: 405px;
}
.company .c-left {
  width: 620px;
  float: left;
}
.company .c-left > span {
  display: block;
  width: 445px;
  line-height: 34px;
  background: url("../images/zbg.png") no-repeat center;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}
.company .c-left > small {
  font-size: 14px;
  color: #666666;
  line-height: 30px;
}
.company img {
  float: right;
}
/*news*/
.news {
  padding-bottom: 65px;
  overflow: hidden;
}
.news .n-left {
  width: 625px;
  float: left;
}
.news .n-left > p {
  overflow: hidden;
}
.news .n-left > p span {
  display: block;
  width: 110px;
  line-height: 38px;
  background: #1085c8;
  color: #fff;
  text-align: center;
  float: left;
}
.news .n-left > p a {
  float: right;
  font-size: 14px;
  color: #a5a5a5;
}
.news .n-left > p a:hover {
  color: #1085c8;
}
.news .n-left ul li {
  padding: 10px 0;
  border-bottom: 1px dotted #ccc;
  overflow: hidden;
}
.news .n-left ul li p {
  float: left;
  margin-top: 12px;
}
.news .n-left ul li p span {
  display: block;
  font-size: 16px;
  color: #4f4f4f;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .n-left ul li p small {
  font-size: 14px;
  color: #959595;
}
.news .n-left ul li div {
  float: right;
  color: #1085c8;
}
.news .n-left ul li div b {
  display: block;
  font-size: 35px;
  font-weight: 400;
}
.news .n-left ul li div strong {
  font-size: 12px;
  font-weight: 400;
}
.news .n-left ul li:hover p span {
  color: #1085c8;
}
.news .n-right {
  width: 508px;
  height: 290px;
  float: right;
  padding: 5px;
  border: 1px solid #ccc;
  position: relative;
}
.news .n-right img {
  width: 100%;
  height: 100%;
  display: block;
}
.news .n-right span {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  line-height: 40px;
  text-indent: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
}
/*contact*/
.contact {
  background: #efeff0;
  overflow: hidden;
  position: relative;
  height: 450px;
  padding: 68px 0;
}
.contact .com_right {
  position: absolute;
  left: 0;
  right: 0;
  width: 340px;
  padding: 20px 35px;
  border: 1px solid #e7e7e7;
  background: #fff;
  z-index: 10;
}
.contact .com_right h3 {
  font-size: 18px;
  color: #1085c8;
  font-weight: 400;
  background: url("../images/msg.png") no-repeat left center;
  padding-left: 50px;
  margin-bottom: 20px;
}
.contact .com_right h3 span {
  display: block;
  color: #bababa;
}
.contact .com_right input[type=text] {
  width: 288px;
  display: block;
  line-height: 40px;
  height: 38px;
  background: none;
  border: 1px solid #e4e4e4;
  margin-bottom: 10px;
  padding-left: 48px;
}
.contact .com_right input[type=text]:nth-child(1) {
  background: url("../images/m1.png") no-repeat left center;
}
.contact .com_right input[type=text]:nth-child(2) {
  background: url("../images/m2.png") no-repeat left center;
}
.contact .com_right input[type=text]:nth-child(3) {
  background: url("../images/m3.png") no-repeat left center;
}
.contact .com_right textarea {
  width: 331px;
  height: 60px;
  border: 1px solid #e4e4e4;
}
.contact .com_right div {
  overflow: hidden;
}
.contact .com_right div input[type=text] {
  width: 156px;
  float: left;
}
.contact .com_right div img {
  float: right;
}
.contact .com_right input[type=submit] {
  display: block;
  line-height: 40px;
  background: #282828;
  text-align: center;
  border: 0;
  width: 100%;
  color: white;
  margin: 10px 0;
  font-family: "microsoft yahei";
}
.contact .com_right p {
  font-size: 14px;
  color: #9c9c9c;
  background: url("../images/tel2.png") no-repeat left center;
  padding-left: 50px;
}
.contact .com_right p em {
  display: block;
  font-size: 34px;
  color: #ec3a42;
  letter-spacing: -2px;
}
.contact #allmap {
  height: 456px;
  width: 700px;
  float: right;
  border: 1px solid #ccc;
}
/*sidebar*/
.sbar {
  width: 226px;
  float: left;
}
.sbar .sidebar {
  width: 222px;
  border: 2px solid #1085c8;
  border-radius: 10px;
  padding-bottom: 15px;
}
.sbar .sidebar .s-title {
  text-align: center;
  padding: 19px 0;
  color: #fff;
  background: #1085c8;
}
.sbar .sidebar .s-title h3 {
  font-size: 22px;
}
.sbar .sidebar .s-title small {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.sbar .sidebar ul {
  padding: 0 22px;
}
.sbar .sidebar ul li a {
  display: block;
  padding: 15px 0;
  border-bottom: 1px dashed #b6cae4;
  font-size: 14px;
  color: #999999;
  position: relative;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sbar .sidebar ul li a i {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 14px;
  margin-top: -7px;
}
.sbar .sidebar ul li a:hover {
  color: #1085c8;
}
.sbar .sidebar > a {
  display: block;
  width: 130px;
  line-height: 35px;
  font-size: 14px;
  text-align: center;
  color: #fff;
  background: #1085c8;
  margin: 35px auto 0 auto;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.sbar .sidebar > a:hover {
  background: #c1c1c1;
}
.sbar .scon {
  background: #1085c8;
  color: #fff;
  margin-top: 35px;
  padding: 0 15px;
  border-radius: 10px;
  padding-bottom: 15px;
}
.sbar .scon .s-title {
  text-align: center;
  padding: 19px 0;
  color: #fff;
  background: #1085c8;
}
.sbar .scon .s-title h3 {
  font-size: 22px;
}
.sbar .scon .s-title small {
  display: block;
  font-size: 12px;
  opacity: 0.5;
}
.sbar .scon ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
.sbar .scon img {
  display: block;
  margin-top: 25px;
}
/*footer*/
.footer {
  background: url("../images/fbg.jpg") center;
  color: #c8c8c8;
  font-size: 14px;
}
.footer a {
  color: #c8c8c8;
}
.footer > .wrapper {
  overflow: hidden;
  padding: 40px 0;
}
.footer > .wrapper .f-left {
  float: left;
  padding-right: 60px;
  border-right: 1px solid #5b5b5c;
  margin-right: 60px;
}
.footer > .wrapper .f-left ul {
  width: 303px;
  border-left: 1px solid #5b5b5c;
}
.footer > .wrapper .f-left ul li {
  width: 100px;
  line-height: 60px;
  text-align: center;
  float: left;
  border: 1px solid #5b5b5c;
  margin-left: -1px;
  margin-top: -1px;
}
.footer > .wrapper .f-center {
  float: left;
}
.footer > .wrapper .f-center ul {
  width: 480px;
}
.footer > .wrapper .f-center ul li {
  float: left;
  width: 50%;
  margin-bottom: 30px;
}
.footer > .wrapper .f-center ul li i {
  padding-right: 5px;
}
.footer > .wrapper .f-center ul li:last-child {
  width: 100%;
  clear: both;
}
.footer > .wrapper .f-right {
  float: right;
  border-left: 1px solid #5b5b5c;
  padding-left: 60px;
}
.footer > .wrapper .f-right span {
  display: block;
  width: 14px;
  float: left;
  margin-right: 5px;
}
.footer > .wrapper .f-right img {
  width: 120px;
  height: 120px;
  float: left;
}
.footer .f-bo {
  background: #333333;
  line-height: 35px;
  height: 55px;
}
.footer .f-bo span {
  float: right;
}
/*info*/
#info {
  padding-top: 50px;
  padding-bottom: 130px;
}
#info:after {
  display: block;
  content: '';
  clear: both;
}
.info-right {
  width: 900px;
  float: right;
}
.info-loca {
  color: #085dbd;
  overflow: hidden;
  border-bottom: 2px dotted #ccc;
  margin-bottom: 30px;
}
.info-loca h3 {
  float: left;
  line-height: 50px;
  font-size: 25px;
  color: #1085c8;
}
.info-loca .loca {
  float: right;
  font-size: 14px;
  color: #1085c8;
  margin-top: 15px;
}
.info-loca .loca a {
  color: #1085c8;
}
/*news*/
.new_right li {
  border-bottom: 1px dashed #999999;
  padding: 15px 0;
}
.new_right li:first-child {
  margin-top: 20px;
  padding-top: 0;
}
.new_right li p {
  overflow: hidden;
}
.new_right li b {
  float: left;
  color: #000;
  font-weight: bold;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.new_right li small {
  float: right;
  color: #666666;
  font-weight: 400;
}
.new_right li span {
  display: block;
  line-height: 26px;
  color: #666666;
  padding: 10px 0 0 0;
}
.new_right li:hover b {
  color: #085dbd;
}
/*page*/
/*page*/
#prev_next .prev,
#prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
#prev_next .prev a:hover,
#prev_next .next a:hover {
  color: #085dbd;
}
#prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
#prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #ffffff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: bold;
  margin: 2px;
  color: #fff;
  background-color: #085dbd;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #ddd;
}
/*jobs*/
ul.jobs li {
  border-bottom: 2px dotted #ccc;
  margin-bottom: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 30px;
  padding-left: 20px;
  position: relative;
}
ul.jobs li a {
  display: block;
  position: absolute;
  background-color: #085dbd;
  color: #ffffff;
  padding: 1px 8px;
  top: 50px;
  left: 500px;
}
ul.jobs li a:hover {
  border-radius: 8px;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
ul.jobs li strong {
  color: #085dbd;
}
/*message*/
.input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.input-group:after {
  display: block;
  content: '';
  clear: both;
}
.input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.input-group input[type=text] {
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  background: #f0f2ef;
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #085dbd;
  border: 1px solid #085dbd;
}
.input-group textarea:focus {
  width: 550px;
  box-shadow: 0 0 5px #085dbd;
  border: 1px solid #085dbd;
}
.input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #085dbd;
  border: 1px solid #085dbd;
}
.input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 520px;
  border: 1px solid #aaa;
  box-shadow: 0px 0px 3px #ccc, 0 10px 15px #eee inset;
  border-radius: 2px;
  background: #f0f2ef;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
}
#submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #085dbd;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
/*product info*/
.pdc_list {
  width: 920px;
}
.pdc_list li {
  float: left;
  margin: 0 25px 25px 0;
  border: 3px solid #dadada;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.pdc_list li a {
  display: block;
  position: relative;
}
.pdc_list li img {
  display: block;
  width: 275px;
  height: 210px;
}
.pdc_list li span {
  display: block;
  text-align: center;
  line-height: 40px;
  background: #dadada;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.pdc_list li:hover span {
  color: #fff;
  background: #085dbd;
}
.pdc_list li:hover {
  border: 3px solid #085dbd;
}
.content_p {
  margin-top: 40px;
}
.content_p table {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.content_p table td {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.content_p img {
  max-width: 95%;
}
.content_p p {
  font-size: 14px;
  line-height: 30px;
}
.content_p span.sp {
  display: block;
  background-color: #dddddd;
  color: #ffffff;
  margin-bottom: 20px;
  overflow: hidden;
}
.content_p span.sp small {
  background: #085dbd;
  display: block;
  float: left;
  text-align: center;
  line-height: 40px;
  width: 120px;
}
.food_name {
  text-align: center;
  font-size: 24px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.she {
  width: 930px;
}
.she li {
  background: #fff;
  padding: 10px 10px 0 10px;
  border: 1px solid #CACACA;
  float: left;
  margin: 0 24px 20px 0;
  cursor: pointer;
  -moz-transition: all .3s linear;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}
.she li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
  background: #fcfcfc;
  border: 1px solid #cccccc;
}
.she li img {
  display: block;
  width: 257px;
  height: 206px;
}
.she li small {
  display: block;
  line-height: 45px;
  text-align: center;
  color: #2e2e2e;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.she li:hover small {
  color: #085dbd;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #333;
}
.news_time {
  font-size: 14px;
  margin-bottom: 20px;
}
.pdc-list {
  width: 960px;
}
.pdc-list li {
  float: left;
  padding: 10px;
  border: 1px solid #ccc;
  margin-right: 35px;
  margin-bottom: 35px;
}
.pdc-list li img {
  width: 255px;
  height: 200px;
  display: block;
}
.pdc-list li span {
  display: block;
  text-align: center;
  color: #666666;
  font-weight: bold;
  margin-top: 5px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pdc-list li:hover span {
  color: #1085c8;
}
