/* 公共样式 */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
p {
  margin: 0;
}
body {
  font-family: "微软雅黑";
}
.wh {
  width: 1200px;
  margin: 0 auto;
}
.pos {
  position: relative;
  width: 1920px;
  left: 50%;
  margin-left: -960px;
}
.com-img {
  display: inline;
  overflow: hidden;
  margin: 0 auto;
  display: table;
}
.com-img img {
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
}
.com-img:hover img {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  -ms-transform: scale(1.2);
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 头部1 */
.top1 {
  height: 28px;
  background: #ffffff;
  line-height: 28px;
}
.top1 .wh {
  border-bottom: 1px solid #c9caca;
}
.topLink {
  float: right;
  text-align: right;
  position: relative;
  z-index: 9999;
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  color: #9fa0a0;
}
.topLink a {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  color: #9fa0a0;
  font-stretch: normal;
}
.erweima {
  position: absolute;
  right: -35px;
  top: 32px;
  cursor: pointer;
}
.erweima img {
  display: none;
}
.topLink .k1 a {
  color: #9fa0a0;
}
.qq:hover .icon-qq {
  color: #005bac;
}
.k1 a {
  color: #9fa0a0;
}
.wel p {
  font-family: SimSun;
  font-size: 12px;
  letter-spacing: 0px;
  color: #9fa0a0;
  line-height: 28px;
}
/* 导航 */
.x-header {
  background: #fff;
  width: 100%;
}
.mycontainer-fluid {
  width: 1200px;
  margin: 0 auto;
  height: 50px;
}
.logo {
  float: left;
  overflow: hidden;
  line-height: 95px;
  margin: 0;
}
.x-menu > li {
  float: left;
  position: relative;
  text-align: center;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 50px;
  width: 171px;
}
.x-menu > li:hover {
  background: #005bac;
}
.x-sub-menu > li:hover a {
  background-color: #005bac;
  color: #ffffff;
}
.x-menu li:hover .x-sub-menu a {
  color: #fff;
}
.x-menu > li:hover .x-sub-menu {
  transform: translateY(15px);
  opacity: 1;
  visibility: initial;
}
.x-menu > li > a {
  display: block;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: 0px;
  color: #ffffff;
}
.x-sub-menu {
  background: #2ec5b6!important;
  position: absolute;
  z-index: 99;
  top: 38px;
  background: #fff;
  opacity: 0;
  width: 100%;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.x-sub-menu li {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: rgba(48, 54, 58, 0.9);
}
.x-sub-menu li a {
  height: 40px;
  width: 100%;
  color: #fff;
  display: block;
  line-height: 40px;
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.x-sub-menu li:hover {
  background: #005bac;
}
.sou {
  
}
.sou .hotSearch {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 95px;
  letter-spacing: 0px;
  color: #595757;
  text-indent: 14px;
}
.sou .hotSearch a {
  color: #595757;
}
.sou .hotSearch a:after {
  content: ",";
}
.sou .hotSearch a:last-child:after {
  content: "";
}
.sou #formsearch {
  width: 240px;
  height: 50px;
  line-height: 50px;
  position: relative;
  margin-top: 13px;
  margin-left: 38px;
}
.sou #formsearch #keyword {
  width: 240px;
  height: 38px;
  background-color: #ffffff;
  border-radius: 15px;
  border: solid 1px #b9b5b0;
  outline: none;
  border-radius: 20px;
  padding-left: 13px;
  position: absolute;
  top: 14px;
  right: 0;
  padding-right: 35px;
}
.sou #formsearch #s_btn {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 3px;
  border: none;
  border-radius: 50%;
  background: #005bac url(../images/fang.png) no-repeat center center;
}
.sou #formsearch ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
  opacity: 0.5;
}
.sou #formsearch ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
  opacity: 0.5;
}
.sou #formsearch :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
  opacity: 0.5;
}
.top_tel {
  font-family: ArrusBT-Roman;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #005bac;
  margin-left: 21px;
  padding-top: 21px;
  background: url(../images/top_tel.png) no-repeat 0 24px;
  padding-left: 44px;
}
.mynav {
  background: #005bac;
}
#product .main .tabs {
  margin-top: 19px;
}
#product .main .tabs ul {
  text-align: center;
}
#product .main .tabs ul li {
  display: inline-block;
  width: 140px;
  height: 34px;
  background: #eaeaea;
  text-align: center;
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #595757;
}
#product .main .tt ul li {
  float: left;
  width: 290px;
  margin-right: 13px;
  margin-top: 13px;
  background: #eaeaea;
  text-align: center;
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #595757;
  line-height: 36px;
}
#product .main .tt ul li:nth-child(4n) {
  margin-right: 0;
}
#product .main .item img {
  width: 278px;
  height: 261px;
}
#product .main .tabs ul li.cur {
  background: #005bac;
  color: #ffffff;
  cursor: pointer;
}
.title {
  text-align: center;
}
.title .ename {
  font-family: SourceHanSansCN-Bold;
  font-size: 28px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 28px;
  letter-spacing: 0px;
  color: #005bac;
  margin-top: 56px;
}
.title .cname {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 12px;
  letter-spacing: 0px;
  color: #595757;
  margin-top: 10px;
}
.title .line {
  width: 22px;
  height: 3px;
  margin: 0 auto;
  background-color: #005bac;
  margin: 17px auto 0;
}
#product #tab1 li:hover {
  background-color: #005bac;
  color: #ffffff;
}
.yu_us {
  margin-bottom: 31px;
  margin-top: 57px;
  background: url(../images/about_bg.jpg) no-repeat center center;
  height: 667px;
}
.yu_us .dao1 .title .ename {
  color: #dc964a;
}
.yu_us .dao1 .title .cname {
  color: #898989;
}
.yu_us .dao1 .title .line {
  background-color: #dc964a;
}
.yu_us .main .tit {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 91px;
}
.yu_us .main .tit span {
  font-family: MicrosoftYaHei;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 14px;
  letter-spacing: 0px;
  color: #ffffff;
}
.yu_us .main .content {
  width: 573px;
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
}
.yu_us .main .content p:nth-child(1) {
  margin-bottom: 23px;
  margin-top: 30px;
}
.yu_us .main .more {
  margin-top: 23px;
}
.yu_us .main .more a {
  width: 110px;
  height: 35px;
  display: inline-block;
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 35px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: center;
}
.yu_us .main .more .btn1 {
  background-color: #dc964a;
}
.yu_us .main .more a:hover {
  background-color: #30363a;
}

.yu_us .main .fr {
  margin-top: 90px;
}
.yu_us .main .fr .img img {
  width: 560px;
  height: 390px;
}
.us_adv {
    padding-bottom: 52px;
    background: url(../images/xxdy.png) no-repeat 1382px 207px;
}
.us_adv li {
  height: 302px;
  border-top: 1px solid #eaeaea;
  padding-top: 31px;
}
.us_adv .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #30363a;
}
.us_adv .summary {
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #595757;
  width: 587px;
}
.us_adv .icon {
  margin-bottom: 21px;
}
.us_adv li:nth-child(1) .summary {
  margin-top: 21px;
}
.us_adv li:nth-child(1) .fl {
  margin-top: 22px;
}
.us_adv li:nth-child(2) .img {
  float: left;
}
.us_adv li:nth-child(2) .adv_content {
  float: right;
}
.us_adv li:nth-child(2) .adv_content .icon {
  margin-top: 15px;
}
.us_adv li:nth-child(2) .name {
  margin-bottom: 11px;
}
.us_adv li:nth-child(2) .summary1 {
  margin-bottom: 26px;
}
.us_adv li:nth-child(3) {
  border-bottom: 1px solid #eaeaea;
}
.us_adv li:nth-child(3) .img {
  float: right;
}
.us_adv li:nth-child(3) .adv_content {
  float: left;
}
.us_adv li:nth-child(3) .adv_content .icon {
  margin-top: 15px;
}
.us_adv li:nth-child(3) .summary1 {
  margin-bottom: 26px;
}
.us_adv li:nth-child(3) .name {
  margin-bottom: 11px;
}
.characteristics {
  background: url(../images/charac.jpg) no-repeat center center;
  height: 260px;
}
.characteristics ul {
  margin-left: 232px;
}
.characteristics li {
  width: 242px;
  padding-top: 84px;
}
.characteristics .name {
  font-family: MicrosoftYaHei-Bold;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 57px;
  margin-bottom: 9px;
}
.characteristics .fname {
  font-family: MicrosoftYaHei-Bold;
  font-size: 16px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 16px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 57px;
  margin-bottom: 24px;
}
.characteristics .summary {
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 22px;
  letter-spacing: 0px;
  color: #ffffff;
  text-align: left;
  margin-left: 58px;
}
.characteristics li:nth-child(1) .summary {
  width: 112px;
}
.characteristics li:nth-child(2) .summary {
  width: 87px;
}
.characteristics li:nth-child(3) .summary {
  width: 155px;
}
.characteristics li:nth-child(4) .summary {
  width: 126px;
}
#news {
  /*padding-top: 80px;*/
  margin-bottom: 58px;
}
#news .main a {
  display: block;
}
#news .main a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#news .news_category {
  margin: 0 auto;
  width: 586px;
  margin-bottom: 7px;
  margin-top: 19px;
}
#news .news_category {
  text-align: center;
}
#news .news_category li {
  display: inline-block;
  text-align: center;
  width: 140px;
  height: 34px;
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 34px;
  letter-spacing: 0px;
  color: #595757;
  background-color: #eaeaea;
}
#news .news_category li:hover a {
  color: #fff;
}
#news .news_category li:hover {
  background: #005bac;
}
#news .news_category li a {
  color: #666666;
  display: block;
}
#news .news_category li:last-child {
  margin-right: 0;
}
#news .news_content li {
  float: left;
  width: 590px;
  height: 100px;
  border: solid 1px #d9e2e7;
  margin-top: 17px;
  margin-right: 16px;
  background: url(../images/right_arrow.png) no-repeat 540px 42px;
}
#news .news_content li:hover .data div {
  color: #fff;
}
#news .news_content li:nth-child(even) {
  margin-right: 0;
}
#news .news_content li > div {
  float: left;
}
#news .main {
  width: 465px;
  font-size: 14px;
  color: #bcbcbc;
  margin-top: 19px;
  padding-left: 17px;
}
#news .arrow_img {
  background: url(../images/right_arrow.png) no-repeat;
}
#news .news_content li:hover {
  background: #005bac;
  color: #fff;
  cursor: pointer;
}
#news .news_content li:hover .main h4 {
  color: #fff;
}
#news .news_content li:hover .main p {
  color: #fff;
}
#news .main h4 {
  font-family: SimSun;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #595757;
}
#news .main p {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 17px;
  letter-spacing: 0px;
  color: #595757;
  padding-top: 19px;
}
#news .data {
  padding-top: 19px;
}
#news .data div:first-child {
  font-family: ArrusBT-Roman;
  font-size: 30px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 30px;
  letter-spacing: 0px;
  color: #30363a;
  padding-left: 17px;
}
#news .data div:nth-child(2) {
  font-family: ArialMT;
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  line-height: 20px;
  letter-spacing: 0px;
  color: #30363a;
  padding-left: 59px;
}
#news .button_parent {
  margin-bottom: 93px;
}
.mycase {
  padding-top: 1px;
  padding-bottom: 45px;
  height: 666px;
  background: url(../images/case.jpg) no-repeat center center;
}
.mycase .case_main {
  margin-top: 28px;
}
.mycase .case_main li {
  margin-right: 13px;
  margin-bottom: 14px;
  width: 290px;
  height: 220px;
  position: relative;
}
.mycase .case_main li:hover .summary {
  opacity: 1;
}
.mycase .case_main li .img {
  width: 290px;
  height: 220px;
}
.mycase .case_main li .img img {
  width: 290px;
  height: 220px;
}
.mycase .case_main li .summary {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 32px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-left: 8px;
  opacity: 0;
  transition: 1s;
}
.mycase .case_main li:nth-child(4n) {
  margin-right: 0;
}
.flink {
  background-color: #30363a;
  padding: 10px 0;
  line-height: 30px;
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.flink .wh {
  background: url(../images/link.png) no-repeat 0 8px;
  padding-left: 20px;
}
.flink a {
  color: #ffffff;
}
.flink a:hover {
  color: #dc964a;
}
.foot {
  background-color: #005bac;
  padding-top: 49px;
  padding-bottom: 34px;
}
.foot a {
  color: #ffffff;
  font-family: SimSun;
  font-size: 12px;
}
.foot .fl {
  width: 640px;
}
.foot .fl .foot1 {
  font-family: SimSun;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
}
.foot .fl .foot1 p a:hover {
  color: #dd9d58;
}
.foot .fl .foot1 a {
  color: #ffffff;
}
.foot .fl .foot2 {
  font-family: SimSun;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 32px;
}
.foot .fl .foot2 a {
  color: #ffffff;
}
.foot .fl .copyright {
  font-family: SimSun;
  font-size: 12px;
}
.foot .fl .copyright a {
  color: #ffffff;
}
.foot .fl .region {
  color: #ffffff;
}
.foot .fl .power {
  color: #ffffff;
  font-family: SimSun;
  font-size: 12px;
}
.foot .fl .cont {
  font-family: SimSun;
  font-size: 12px;
}
.foot .fl .cont p {
  color: #ffffff;
}
