﻿@charset "utf-8";
/* CSS Document */
body {
  margin: 0px;
  padding: 0px;
  font-family: "微软雅黑";
  font-size: 12px;
  line-height: 22px;
  color: #333333;
  background: #FFF;
  min-width: 1200px;
}
/*------------------------Start 解决12号字在google和傲游浏览器的不识别小于12号的英文字体-------------*/
html {
  -webkit-text-size-adjust: none;
}
/*------------------------End 解决12号字在google和傲游浏览器的不识别小于12号的英文字体----------*/
div, h1, h2, h3, h4, p, form, label, input, textarea, img, span {
  margin: 0px;
  padding: 0px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dl {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
dd {
  margin: 0px;
}
a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #0b5cac;
  text-decoration: none;
}
.link-blue {
  color: #0b5cac;
  text-decoration: underline;
}
.link-blue:hover {
  color: #0b5cac;
  text-decoration: underline;
}
img {
  font-size: 0px;
  line-height: 0px;
  vertical-align: bottom;
  border: 0px;
}
.c {
  clear: both;
  overflow: hidden;
}
.main_w {
  margin: 0 auto;
  width: 100%;
}
.main {
  margin: 0 auto;
  width: 1200px;
}
/*--End 分页样式---------*/
.top_w {
  background-color: #0e2021;
  line-height: 40px;
  height: 40px;
  color: #cccccc;
  font-size: 15px;
}
.top_l {
  float: left;
}
.top_r {
  float: right;
}
.top_r a {
  color: #cccccc;
  padding-left: 20px;
}
.top_r a:hover {
  color: #fff;
}
.top_a {
  background: url(../images/logo.jpg) top center no-repeat;
  height: 117px;
}
.nav_w {
  background-color: #0d28de;
}
.nav ul li {
  float: left;
  width: 150px;
  text-align: center;
}
.nav ul li a {
  display: block;
  color: #fff;
  padding: 20px 0 20px;
}
.nav_a {
  font-size: 18px;
}
.nav_b {
  text-transform: uppercase;
}
.nav ul li.on {
  font-weight: bold;
  color: #0d28de;
  background-color: #fff;
}
.nav ul li.on a {
  color: #0d28de;
}
.nav ul li:hover {
  font-weight: bold;
  color: #0d28de;
  background-color: #fff;
}
.nav ul li:hover a {
  color: #0d28de;
}
/************/
.banner_w {
  width: 100%;
  height: 659px;
  position: relative;
  overflow: hidden;
  clear: both;
  background-color: #f8f8f8;
}
.banner {
  margin: 0 auto;
  width: 1920px;
  height: 659px;
  position: absolute;
  overflow: hidden;
  left: 50%;
  margin-left: -960px;
}
.banner .img {
  width: 25000px;
  position: absolute;
  left: 0;
  top: 0;
}
.banner .img li {
  float: left;
  overflow: hidden;
}
.banner .num {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  text-align: center;
  font-size: 0;
}
.banner .num li {
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0 3px;
  cursor: pointer;
}
.banner .num li.on {
  background-color: #004fac;
}
.banner .btn {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  text-align: center;
  line-height: 46px;
}
.banner:hover .btn {
  display: block
}
.banner .btn_l {
  left: 15%;
}
.banner .btn_r {
  right: 15%;
}
/*************************************/
.lk_top_a_w {
  background: url(../images/lk_b.jpg) bottom left repeat-x;
  height: 78px;
  line-height: 78px;
  padding-bottom: 22px;
}
.lk_top_a {
  background: url(../images/lk_a.jpg) left center no-repeat;
  padding-left: 30px;
  height: 78px;
  line-height: 78px;
}
.lk_top_a span {
  font-weight: bold;
  font-size: 14px;
  padding-right: 5px;
}
.lk_top_a a {
  font-size: 14px;
  color: #999;
  padding-right: 10px;
}
.lk_top_a a:hover {
  color: #ff0000;
}
/*******************/
/**/
.lk_con_w {
  background: url(../images/yinz_bg.jpg) no-repeat center bottom;
}
.yinz {
  padding: 60px 0 90px;
}
.yinz_tit {
  font-size: 42px;
  color: #333;
  text-align: center;
  height: 100px;
  line-height: 44px;
  background: url(../images/yinz_line.gif) no-repeat center bottom;
  font-weight: normal;
}
.yinz_tit a {
  color: #333;
}
.yinz_tit span {
  display: block;
  font-size: 20px;
  color: #333;
}
.yinz_tit:hover, .yinz_tit a:hover {
  color: #0d28de;
}
.yinz_desc {
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
  text-align: center;
  padding: 25px 0 0;
}
.yinz ul {
  padding: 75px 0 0;
}
.yinz ul li {
  width: 240px;
  float: left;
  text-align: center;
  position: relative;
  background: url(../images/yinz_line.png) no-repeat;
  height: 220px;
  padding: 6px 0 0;
}
.yinz ul li img {
  width: 123px;
  height: 123px;
}
.yinz ul li em {
  display: block;
  width: 123px;
  height: 123px;
  line-height: 0;
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -61px;
}
.yinz ul li span {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  padding: 25px 0 0;
}
.yinz ul li b {
  display: block;
  font-size: 22px;
}
.yinz ul li.yinz_li02 em {
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
}
.yinz ul li.yinz_li03 em {
  -webkit-transform: rotate(120deg);
  -moz-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  -o-transform: rotate(120deg);
  transform: rotate(120deg);
}
.yinz ul li.yinz_li04 em {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.yinz ul li.yinz_li05 em {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.yinz ul li em {
  -webkit-transition: -webkit-transform 0.5s ease-out;
  -moz-transition: -moz-transform 0.5s ease-out;
  -o-transition: -o-transform 0.5s ease-out;
  -ms-transition: -ms-transform 0.5s ease-out;
}
.yinz ul li:first-child:hover em {
  -webkit-transform: rotateZ(360deg);
  -moz-transform: rotateZ(360deg);
  -o-transform: rotateZ(360deg);
  -ms-transform: rotateZ(360deg);
  transform: rotateZ(360deg);
}
.yinz ul li.yinz_li02:hover em {
  -webkit-transform: rotateZ(420deg);
  -moz-transform: rotateZ(420deg);
  -o-transform: rotateZ(420deg);
  -ms-transform: rotateZ(420deg);
  transform: rotateZ(420deg);
}
.yinz ul li.yinz_li03:hover em {
  -webkit-transform: rotateZ(480deg);
  -moz-transform: rotateZ(480deg);
  -o-transform: rotateZ(480deg);
  -ms-transform: rotateZ(480deg);
  transform: rotateZ(480deg);
}
.yinz ul li.yinz_li04:hover em {
  -webkit-transform: rotateZ(540deg);
  -moz-transform: rotateZ(540deg);
  -o-transform: rotateZ(540deg);
  -ms-transform: rotateZ(540deg);
  transform: rotateZ(540deg);
}
.yinz ul li.yinz_li05:hover em {
  -webkit-transform: rotateZ(600deg);
  -moz-transform: rotateZ(600deg);
  -o-transform: rotateZ(600deg);
  -ms-transform: rotateZ(600deg);
  transform: rotateZ(600deg);
}
.yinz ul li:first-child {
  background: none;
}
/***************************/
.lk_top_b_w {
  background: url(../images/lk_c.jpg) top center no-repeat;
  padding-top: 60px;
}
.lk_top_b_bt .yinz_tit {
  color: #fff;
}
.lk_top_b_bt .yinz_tit:hover, .lk_top_b_bt .yinz_tit a:hover {
  color: #e0f1ff;
}
.lk_top_b_bt .yinz_tit span {
  display: block;
  font-size: 20px;
  color: #fff;
}
.lk_top_b_nr {
  margin-top: 110px;
  margin-bottom: 45px;
}
.lk_top_b_nr ul li {
  float: left;
  width: 194px;
  margin: 0 23px;
  text-align: center;
}
.p_pic {
  width: 174px;
  height: 174px;
	margin:0 auto;
  overflow: hidden;
  border-radius: 50%;    border: 5px solid #fff;
    box-sizing: border-box;
}
.p_name {
  font-size: 18px;
  margin-top: 20px;
  line-height: 40px;
}
.p_name a {
  color: #fff;
}
.p_name a:hover {
  color: #ffff00;
}
.lk_top_b_more {
  margin: 0 auto 40px;
  width: 101px;
}
.lk_top_b_more img {
  width: 101px;
  height: 101px;
}
.con_a {
  margin: 50px auto;
}
.lkbt_a {
  text-align: center;
}
.lkbt_a01 {
  font-size: 22px;
  line-height: 24px;
}
.lkbt_a02 {
  font-size: 40px;
  line-height: 50px;
  margin-top: 5px;
  color: #154993;
}
.con_a_nr {
  margin-top: 50px;
}
.con_a_nr ul li {
  float: left;
  width: 376px;
  margin-right: 21px;
  margin-bottom: 25px;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.con_a_nr ul li:nth-child(3n) {
  margin-right: 0px;
}
.con_a_nr ul li .co_a_01 {
  border: 1px solid #f1f1f1;
  width: 376px;
  height: 279px;
  overflow: hidden;
}
.con_a_nr ul li .co_a_01 img {
  width: 376px;
  height: 279px;
  overflow: hidden;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
}
.con_a_nr ul li .co_a_01:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.con_a_nr ul li .co_a_01:hover {
  border: 1px solid #dfdfdf;
}
.con_a_nr ul li .co_a_03 {
  margin-top: 10px;
  text-align: center;
  line-height: 30px;
}
.con_a_nr ul li .co_a_03 a {
  color: #333;
  font-size: 18px;
}
.con_a_nr ul li:hover .co_a_03 a {
  color: #333;
  font-size: 18px;
}
.con_a_nr ul li:hover .co_a_03 a:hover {
  color: #ff0000;
  font-size: 18px;
}
/*************/
.con_b_w {
  background: url(../images/temp_07.jpg) top center no-repeat;
  height: 255px;
}
.con_b {
  padding-top: 80px;
  font-weight: bold;
  font-size: 44px;
  line-height: 50px;
  color: #fff;
}
.con_c_w {
  position: relative;
  top: -70px;
}
.con_c_left {
  float: left;
  margin-top: 140px;
  width: 700px;
}
.con_c_left_bt01 {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 30px;
  font-weight: bold;
  color: #cccccc;
}
.con_c_left_bt02 {
  line-height: 60px;
  font-size: 40px;
}
.con_c_left_bt02 span {
  line-height: 60px;
  font-size: 44px;
  font-weight: bold;
}
.con_c_left_bt03 {
  line-height: 30px;
  padding-top: 0px;
  color: #999999;
  background: url(../images/temp_10.jpg) 197px 13px no-repeat;
  font-size: 17px;
}
.con_c_left_nr {
  margin-top: 50px;
}
.con_c_left_nr_l {}
.con_c_left_nr_l ul li {
  float: left;
  width: 297px;
  padding-right: 50px;
  border-bottom: 1px solid #f1f1f1;
  border-right: 1px solid #f1f1f1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.con_c_left_nr_l ul li:nth-child(2n) {
  padding-right: 0;
  padding-left: 50px;
  border-right: 0;
}
.con_c_left_nr_l ul li:nth-child(3) {
  border-bottom: 0;
}
.con_c_left_nr_l ul li:nth-child(4) {
  border-bottom: 0;
}
.lk_syhx01_pic {
  float: left;
  width: 69px;
}
.lk_syhx01_nr {
  float: right;
  width: 220px;
}
.lk_syhx01_nr01 {
  font-size: 24px;
  font-weight: bold;
}
.lk_syhx01_nr02 {
  line-height: 26px;
  height: 60px;
  margin-top: 10px;
  color: #666;
  font-size: 18px;
}
.con_c_left_nr_r_a {
  background: url(../images/about_a.png) left bottom no-repeat;
  padding-left: 60px;
}
.con_c_left_nr_r {
  float: right;
  width: 455px;
}
/********************************/
.lk_top_c_w {
  background: url(../images/lk_d.jpg) top center no-repeat;
  padding: 80px 0;
  margin: 20px auto 50px;
}
.lk_top_c_nr {
  margin: 80px auto 120px;
}
.lk_top_c_nr ul li {
  float: left;
  width: 289px;
  background-color: #fff;
  padding: 50px 0;
  margin-right: 14px;
}
.lk_top_c_nr ul li.last_li {
  margin-right: 0px;
}
.lk_top_c_nr01 {
  margin: 30px auto 0;
  width: 100px;
  height: 101px;
}
.lk_top_c_nr02 {
  margin: 30px auto;
  text-align: center;
  font-size: 20px;
  color: #666666;
  font-weight: bold;
}
.lk_top_c_nr03 {
  margin: 40px auto;
  height: 2px;
  width: 52px;
  background-color: #0d28de;
}
.lk_top_c_nr04 {
  margin: 40px auto 50px;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
  color: #666666;    box-sizing: border-box;
    padding: 0 20px;
}
/**********************/
.lk_newsy_nr {
  margin-top: 30px;
}
.lk_newsy_nr_l {
  float: left;
  width: 715px;
}
.lk_newsy_nr_r {
  float: right;
  width: 428px;
  height: 580px;
  margin-top: 30px;
}
.lk_newsy_nr_l ul li {
  border-bottom: 1px dashed #dfdfdf;
  border-top: 1px dashed #dfdfdf;
  padding: 20px 0;
  margin: 40px 0;
}
.lk_newsy_lpic {
  float: left;
  width: 212px;
  height: 120px;
}
.lk_newsy_lpic a {
  display: block;
  overflow: hidden;
  width: 212px;
  height: 120px;
}
.lk_newsy_lpic a img {
  width: 212px;
  height: 120px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
}
.lk_newsy_lpic a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}
.lk_newsy_lright {
  float: right;
  width: 460px;
}
/***************/
.lk_newsy_lright_bt {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 10px;
}
.lk_newsy_lright_jj {
  line-height: 26px;
  font-size: 14px;
  color: #666;
}
.lk_newsy_nr_r {
  background: url(../images/lk_news02.jpg) top center no-repeat;
}
.lk_newsy_nr_r_bt {
  margin: 30px auto 20px;
  width: 367px;
  font-size: 30px;
  color: #0d28de;
}
.lk_newsy_nr_r_bt span {
  font-size: 16px;
  color: #999;
  padding-left: 15px;
}
.lk_newsy_nr_r_pic {
  margin: 20px auto;
  width: 367px;
  height: 207px;
}
.lk_newsy_nr_r_nr {
  margin: 32px auto 30px;
  width: 367px;
}
.lk_newsy_nr_r_nr ul li {
  margin-bottom: 26px;
  padding-left: 25px;
  margin-top: 18px;
}
.lk_newsy_nr_r_nr_bt {
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}
.lk_newsy_nr_r_nr_jj {
  font-size: 12px;
  color: #666;
  line-height: 24px;
}
.lk_about_w {
  background: url(../images/about_pic.jpg) top center no-repeat;
  padding-top: 580px;
}
.lk_about {
  background-color: #fff;
  height: 180px;
}
.lk_about_l {
  float: left;
  width: 200px;
  background-color: #0d28de;
  height: 180px;
}
.lk_about_l01 {
  margin-left: 45px;
  margin-top: 65px;
  font-size: 44px;
  color: #fff;
  font-weight: bold;
}
.lk_about_l02 {
  margin-left: 45px;
  margin-top: 20px;
  font-size: 22px;
  color: #fff;
}
.lk_about_r {
  float: right;
  font-size: 16px;
  line-height: 26px;
  color: #666;
  width: 1000px;
}
.lk_about_nr {
  margin: 20px 30px 5px;
}
.lk_about_more {
  float: right;
  margin-right: 30px;
}
.lk_about_more a {
  font-size: 14px;
}
.lk_about_more a:hover {
  color: #ff0000;
}
/**************/
.foot_a {
  padding-top: 50px;
  margin-top: 30px;
  margin-bottom: 60px;
  background: url(../images/web_37.jpg) bottom right no-repeat;
}
.foot_a_l {
  float: left;
  width: 360px;
}
.foot_a_l_bt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 36px;
  background: url(../images/web_40.jpg) bottom left no-repeat;
}
.foot_a_l_nr {
  width: 240px;
  margin-top: 20px;
}
.foot_a_l_nr01 {
  width: 360px;
}
.foot_a_l_nr a {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 30px;
  width: 50%;
}
.foot_a_l_nr {
  font-size: 14px;
  line-height: 30px;
}
.foot_b_w {
  border-top: 1px solid #f1f1f1;
}
.foot_b {
  line-height: 50px;
  background: url(../images/web_45.jpg) left center no-repeat;
  padding-left: 35px;
}
.foot_b span {
  font-size: 15px;
  font-weight: bold;
}
.foot_b a {
  color: #666;
  font-size: 14px;
  margin-right: 10px;
}
.foot_b a:hover {
  color: #ff0000;
}
.foot_c_w {
  background-color: #0d28de;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.foot_c_w a {
  color: #fff;
}
.foot_c_w a:hover {
  color: #ffff00;
}
/***************内页关于我们**********/
.mar {
  margin: 0 auto;
  width: 100%;
}
.ny_w {
  background-color: #f4f2f3;
  padding: 50px 0;
}
.clear {
  clear: both;
  overflow: hidden;
}
.marn {
  margin: 0 auto;
  width: 1200px;
}
/***********/
.pro_syleft {
  float: left;
  width: 230px;
}
.pro_syright {
  float: right;
  width: 930px;
}
/***************关键词*********/
.key_w {
  margin: 0 auto;
  width: 100%;
  clear: both;
  overflow: hidden;
  line-height: 24px;
  line-height: 60px;
  border-bottom: 1px solid #f1f1f1;
}
.key_a {
  margin: 0 auto;
  width: 1200px;
  font-size: 14px;
}
.key_a span {
  font-weight: normal;
  margin-left: 5px;
  font-size: 16px;
  color: #000;
}
.key_a a {
  color: #777;
  margin: 0 5px;
}
.key_a a:hover {
  color: #ff0000;
}
/***************/
.ny_wz a {
  color: #666;
  margin: 0 6px;
}
.ny_wz a:hover {
  color: #003ebb;
}
.ny_about {
  min-height: 680px;
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.ny_about_w {
  padding: 25px;
  background-color: #fff;
  width: 880px;
}
.ny_bt {
  border-bottom: 1px solid #f1f1f1;
  margin-bottom: 15px;
}
.newshow_bt {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
}
.newshow_time {
  font-size: 12px;
  text-align: center;
  line-height: 24px;
  border-top: 1px dashed #dfdfdf;
  border-bottom: 1px dashed #dfdfdf;
}
.ny_right_nr {
  margin-top: 10px;
}
.news_list {
  clear: both;
  overflow: hidden;
}
.news_list li {
  padding: 10px 20px;
  clear: both;
  overflow: hidden;
  margin: 15px 0px;
  background-color: #f9f9f9;
  transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
}
.news_list li .news_list_bt {
  margin-bottom: 0px;
  font-size: 15px;
}
.news_list li .news_list_jj {
  line-height: 22px;
  color: #666;
  font-size: 12px;
}
.news_list li .news_time {
  background-color: #ccc;
  width: 70px;
  text-align: center;
  margin: 6px 0;
  float: left;
  height: 70px;
  margin-right: 15px;
  font-size: 12px;
  /* line-height: 70px;*/
  word-break: break-all;
}
/*********************************************/
/***************厂房环境******************/
.cf_list ul {
  clear: both;
  overflow: hidden;
}
.cf_list ul li {
  float: left;
  width: 268px;
  margin: 0 12px 30px;
}
.cf_list ul li .cf_pic a {
  display: block;
  width: 268px;
  height: 201px;
  overflow: hidden;
}
.cf_list ul li .cf_pic a img {
  width: 268px;
  height: 201px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.cf_list ul li .cf_pic a:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.cf_list ul li .cf_name {
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
}
.cf_list ul li .cf_name a {
  color: #666;
}
.cf_list ul li .cf_name a:hover {
  color: #003ebb;
}
/************产品*****************/
.prosy_nra {
  clear: both;
  overflow: hidden;
}
.prosy_nra ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.prosy_nra ul li {
  background-color: #f9f9f9;
  padding: 15px 11px;
  margin-bottom: 25px;
  text-align: center;
}
.prosy_nra ul li .pro_pic {
  margin-bottom: 10px;
}
.prosy_nra ul li .pro_pic a {
  display: block;
  width: 260px;
  height: 193px;
  overflow: hidden;
}
.prosy_nra ul li .pro_pic a img {
  width: 260px;
  height: 193px;
  transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -webkit-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  -ms-transition: all 0.6s ease;
}
.prosy_nra ul li .pro_pic a:hover img {
  transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.prosy_nra ul li .pro_name {
  border-top: 1px solid #f4f2f3;
  line-height: 30px;
  font-size: 16px;
}
.prosy_nra ul li .pro_name a {
  color: #666;
}
.prosy_nra ul li .more_aa {
  margin: 7px auto;
  width: 200px;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
}
.prosy_nra ul li .more_aa a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #cdcdcd;
}
.prosy_nra ul li .more_aa a:hover {
  background-color: #0d28de;
}
/*******关键词*********/
.gjzms {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #666;
}
.gjzms span {
  font-size: 15px;
  font-weight: bold;
  color: #666;
}
.yansejb {
  background: -webkit-linear-gradient(left, #4d64ff, #0d28de);
  background: -o-linear-gradient(right, #4d64ff, #0d28de);
  background: -moz-linear-gradient(right, #4d64ff, #0d28de);
  background: linear-gradient(to right, #4d64ff, #0d28de);
}
/******产品分页*******/
.ny_news_page {
  margin: 10px auto 60px;
  clear: both;
  padding-top: 10px;
  width: 1200px;
}
.ny_news_page a, .ny_news_page span {
  display: block;
  float: left;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  width: 70px;
  height: 40px;
  color: #333;
  background-color: #f8f8f8;
  margin-right: 10px
}
.ny_news_page a:hover, .ny_news_page span {
  background-color: #0d28de;
  color: #fff;
}
.ny_news_page a.page_aa {
  background-color: #0d28de;
  color: #fff;
}
/****************/
.prosy_nr ul li .prolm_b .prolm_b_a a {
  display: block;
  line-height: 26px;
  border-bottom: 1px solid #ececec;
  font-size: 12px;
  color: #888;
  padding-left: 25px;
  background: none;
}
.prosy_nr ul li .prolm_a a {
  font-size: 14px;
}
.prosy_nr ul li .prolm_b .prolm_b_a a:hover {
  color: #ff0000;
}
/*****************/
.map #container {
  width: 100%;
  height: 605px;
  margin-top: 30px;
  clear: both;
  overflow: hidden;
}
/*********产品左侧列表**/
.pro_l_nr_n {
  background-color: #fff;
  padding-bottom: 1px;
}
.pro_l_nr_aa_n {
  margin-bottom: 7px;
  background-color: #fff;
}
.pro_l_nr_01_n {
  background: url(../images/pro_lm01.jpg) 20px center no-repeat #e6e6e6;
  height: 36px;
  line-height: 36px;
  padding-left: 44px;
  margin-bottom: 5px;
}
.pro_l_tel_n {
  width: 210px;
  background: url(../images/pro_lm03.jpg) center 30px no-repeat #e9e9e9;
  height: 200px;
  margin: 15px 10px 15px;
  padding-bottom: 15px;
}
.pro_l_tel02_n {
  text-align: center;
  padding-top: 15px;
  color: #333;
  font-weight: bold;
  font-size: 24px;
}
/*************/
.nsya_l {
  width: 100%;
  height: 100%;
  background-color: #0d28de;
  text-align: center;
  overflow: hidden;
}
.nsya_l_t {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  padding-top: 13px;
  line-height: 24px;
}
.nsya_l_d {
  color: #fff;
  font-size: 12px;
  line-height: 24px;
}
/************/
/***产品左侧*****/
.prosy_bt {
  height: 80px;
}
.prosy_bt_01a {
  font-size: 37px;
  color: #0d28de;
  font-weight: bold;
  line-height: 36px;
}
.prosy_bt_01b {
  font-size: 22px;
  line-height: 36px;
  color: #ccc;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.aprosy_bt_bj {
  height: 80px;
  padding-left: 65px;
  background: url(../images/web_05.png) 15px center no-repeat;
}
.aprosy_bt01 {
  font-size: 26px;
  color: #fff;
  padding-top: 18px;
  letter-spacing: 2px;
}
.aprosy_bt02 {
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  padding-top: 2px;
}
.aprosy_nr {
  background-color: #fff;
  padding: 15px;
}
.aprosy_nr ul li a {
  display: block;
  line-height: 50px;
  border-bottom: 1px solid #ececec;
  font-size: 16px;
  color: #666;
  padding-left: 35px;
  background: url(../images/web_12.jpg) 10px center no-repeat;
}
.aprosy_nr ul li a.apro_on {
  color: #0d28de;
  background: url(../images/web_09.jpg) 10px center no-repeat;
}
.aprosy_nr ul li a:hover {
  color: #0d28de;
  background: url(../images/web_09.jpg) 10px center no-repeat;
}
.aprosy_db {
  height: 220px;
}
.apro_tel01 {
  margin: 0px auto 0;
  text-align: center;
  padding: 25px 0 0;
}
.apro_tel02 {
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  padding-top: 15px;
  text-align: center;
  font-family: Arial;
}
.apro_tel03 {
  padding-top: 0px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
}
.apro_tel04 {
  margin: 5px 20px 30px;
  height: 30px;
  background-color: #fff3dc;
  text-align: center;
  line-height: 30px;
}
.apro_tel04 a {
  color: #333;
  font-size: 15px;
}
.apro_tel04 a:hover {
  color: #003968;
}
/***********/
.apro_syleft {
  float: left;
  width: 230px;
}
.pro_syright {
  float: right;
  wid