@charset 'utf-8';

/* reset */
body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
ul,
ol,
p {
  margin: 0;
}
ul,
ol,
th,
td,
input,
textarea {
  padding: 0;
}
body {
  font-family: 'Microsoft YaHei';
  font-size: 0;
}
table {
  border-collapse: collapse;
}
img,
iframe {
  border: 0;
}
ol,
ul {
  list-style: none;
}
i,
em {
  font-style: normal;
}
strong {
  font-weight: normal;
}
input,
select,
textarea {
  font-family: 'Microsoft YaHei';
}
textarea {
  overflow: auto;
  resize: none;
}
a {
  text-decoration: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-size: 12px;
  color: #666;
}
input:-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  color: #666;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  font-size: 12px;
  color: #666;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  font-size: 12px;
  color: #666;
}

/**************** header-box START **********************/
.header-box {
  background-color: #fff;
}
.header-box .area {
  height: 94px;
}
.header-box .bg-blue {
  top: 0;
  left: 1140px;
  width: 400px;
  height: 94px;
  background-color: #145494;
}
.m-nav {
  background-color: #145494;
}
.m-nav:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -33px;
  border-bottom: solid 94px #145494;
  border-left: solid 33px transparent;
}
.u-li-nav > .u-a {
  padding: 0 19px;
  font-size: 16px;
  line-height: 94px;
  color: #fff;
}
.u-li-nav .subnavWrap {
  top: 94px;
  left: -60px;
  width: 1258px;
  height: 40px;
  background-color: #ed3b00;
}
.u-li-nav .subnavWrap:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -14px;
  border-bottom: solid 40px #ed3b00;
  border-left: solid 14px transparent;
}
.u-li-nav .subnav {
  margin-left: 143px;
}
.u-li-nav .subnav li {
  float: left;
}
.u-li-nav .subnav .u-a {
  padding: 0 27px;
  font-size: 14px;
  line-height: 40px;
  color: #fff;
}
.u-li-nav:hover > .u-a {
  font-weight: bold;
}
.u-li-nav:hover .subnav .u-a:hover {
  font-weight: bold;
}
/**************** header-box END   **********************/

.top-box {
  position: relative;
  z-index: 10;
}
.top-box:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 50%;
  margin-left: 570px;
  background: #145494;
}
.top-box .area {
  z-index: 5;
  height: 94px;
}
.top-box .logo {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  font-size: 0;
  width: 260px;
}
.top-box .logo:before {
  content: '';
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: middle;
  height: 100%;
}
.top-box .logo img {
  vertical-align: middle;
  max-width: 100%;
}

.m-nav {
  position: relative;
  zoom: 1;
  float: right;
  display: inline;
  background: #145494;
}
.m-nav:before {
  content: '';
  position: absolute;
  left: -34px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 47px 17px;
  border-style: solid;
  border-color: transparent #145494 #145494 transparent;
}
/*.m-nav a{ -webkit-transition:none;-moz-transition:none;transition:none; }*/
.m-nav .fir-ul {
  font-size: 0;
  text-align: center;
}
.m-nav .fir-ul .fir-li {
  display: inline-block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.m-nav .fir-ul .u-a {
  position: relative;
  zoom: 1;
}
.m-nav .fir-ul .u-a:before {
  content: '';
  position: absolute;
  top: 0;
  right: 50%;
  width: 0;
  height: 100%;
  background: #ed3b00;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  transform: skew(-20deg, 0deg);
}
.m-nav .fir-ul .u-a a {
  position: relative;
  z-index: 5;
  display: block;
  padding: 24px 20px 0;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
}
.m-nav .fir-ul .current .u-a:before,
.m-nav .fir-ul .hover .u-a:before {
  width: 90%;
  right: 0;
}
.m-nav .fir-ul .u-a:hover:before {
  -webkit-filter: brightness(1.1);
  -moz-filter: brightness(1.1);
  filter: brightness(1.1);
}

.top-box .nav-sbg {
  position: absolute;
  z-index: 0;
  right: 0;
  top: 100%;
  height: 40px;
  background: #ed3b00;
  opacity: 0;
  display: none;
}
.top-box .nav-sbg > .inner {
  position: absolute;
  left: -14px;
  top: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  border-width: 0 0 40px 14px;
  border-style: solid;
  border-color: transparent transparent #ed3b00 transparent;
}

.m-nav .sec-box {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0;
}
.m-nav .sec-ul {
  opacity: 0;
}
.m-nav .sec-ul,
.m-nav .sec-ul li,
.m-nav .sec-ul li a {
  display: block;
  *display: inline;
  zoom: 1;
  vertical-align: top;
}
.m-nav .sec-ul {
  padding-left: 10px;
  text-align: left;
}
.m-nav .sec-ul li {
  margin-right: 40px;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
}
.m-nav .sec-ul li a {
  color: #fff;
}
.m-nav .sec-ul li a:hover {
  text-decoration: underline;
}
.m-nav .nav-x .sec-box {
  display: none;
  background: #ed3b00;
  width: 240px;
}

/**************** banner-box START **********************/
.banner-box .u-img {
  height: 632px;
}
.banner-box .u-img > .jqthumb > div {
  background-size: auto !important;
}
.banner-box .m-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  background: url(../images/background/bg-png.png);
}
.banner-box .area {
  height: 120px;
}
.banner-box .addr,
.banner-box .bTele,
.banner-box .cTele {
  width: 380px;
  line-height: 36px;
  color: #fff;
}
.banner-box .name {
  font-size: 20px;
}
.banner-box .addr .inf {
  font-size: 12px;
}
.banner-box .bTele .inf,
.banner-box .cTele .inf {
  font-size: 30px;
}
.banner-box .addr .u-icon {
  width: 42px;
  height: 52px;
  margin: 0 20px 0 25px;
  background: url(../images/icon/icon.png) 0 0;
}
.banner-box .bTele .u-icon {
  width: 54px;
  height: 46px;
  margin: 0 19px 0 34px;
  background: url(../images/icon/icon.png) -42px 0;
}
.banner-box .cTele .u-icon {
  width: 54px;
  height: 46px;
  margin: 0 22px 0 30px;
  background: url(../images/icon/icon.png) -96px 0;
}
.banner-box .u-cutline:after {
  height: 62px;
  border-left: solid 1px #5589b3;
  border-right: solid 1px #041c22;
}
/**************** banner-box END   **********************/

/**************** m-prod START **********************/
.m-prod {
  margin-top: 60px;
}
.m-prod .m-left {
  width: 177px;
}
.u-li-prodNav {
  margin-bottom: 24px;
}
.u-li-prodNav > .u-a-wrap {
  background-color: #1e74c9;
  font-size: 14px;
  text-align: center;
  line-height: 39px;
  color: #fff;
}
.u-li-prodNav .subnav li {
  border-bottom: solid 1px #e4e4e4;
}
.u-li-prodNav .subnav .u-a-wrap {
  font-size: 12px;
  line-height: 38px;
  color: #666;
}
.u-li-prodNav:hover > .u-a-wrap {
  background-color: #e0193e;
}
.u-li-prodNav .subnav .u-a-wrap:hover {
  color: #e0193e;
}

.m-prod .m-right {
  width: 560px;
}
.u-ul-prodImg li {
  float: left;
  width: 257px;
  margin: 0 23px 25px 0;
}
.u-ul-prodImg li .u-img {
  height: 193px;
}
.u-ul-prodImg li .name {
  bottom: -40px;
  left: 0;
  background: url(../images/background/bg-png1.png);
  font-size: 14px;
  line-height: 40px;
  color: #fff;
  text-indent: 16px;
}
.m-prod .more {
  width: 537px;
  height: 77px;
  border-top: solid 1px #1665b6;
  border-bottom: solid 1px #1665b6;
}
.m-prod .more .u-a {
  width: 257px;
  margin-top: 5px;
  background-color: #1665b6;
  font-size: 24px;
  line-height: 64px;
  color: #fff;
}
.m-prod .more .u-a:after {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 24px;
  height: 26px;
  margin-left: 8px;
  background: url(../images/icon/icon.png) -150px 0;
  vertical-align: middle;
}
.m-prod .more .wrap {
  margin-left: 46px;
}
.m-prod .more .font1 {
  margin-top: 6px;
  font-size: 24px;
  line-height: 36px;
  color: #0c59a6;
}
.m-prod .more .font2 {
  font-size: 18px;
  line-height: 27px;
  color: #0c59a6;
}

.m-prod .m-main {
  margin: 0 560px 0 177px;
  padding: 0 42px;
}
.m-prod .m-main .tit {
  margin-bottom: 12px;
}
.m-prod .m-main .inf {
  font-size: 18px;
  line-height: 30px;
  color: #00357a;
}
.m-prod .m-main .CH {
  font-size: 36px;
  line-height: 38px;
  color: #e0193e;
}
.m-prod .m-main .EN {
  font-size: 36px;
  line-height: 40px;
  color: #00357a;
}
.m-prod .m-main .ctn {
  height: 180px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.m-prod .m-main img {
  width: 100%;
  margin-top: 15px;
}

.m-prod .m-right .scrollWrap {
  height: 436px;
}
.scrollbar {
  position: absolute;
  right: 10px;
  z-index: 30;
  width: 1px;
  height: 100%;
  background: #afd0e2;
}
.scrollbar .handle {
  position: relative;
  margin-left: -7px;
  width: 15px;
  background: #29a3e5 url(../images/icon/handle.jpg) no-repeat center center;
  cursor: pointer;
  border-radius: 30px;
}
.scrollbar .handle .mousearea {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
}
.frame-detail {
  height: 100%;
}
/**************** m-prod END   **********************/

/**************** m-banner START **********************/
.m-banner {
  background: url(../images/background/bg-banner.jpg) center center;
}
.m-banner .area {
  height: 140px;
  color: #fff;
}
.m-banner .m-left .font1 {
  margin-top: 18px;
  font-size: 40px;
  line-height: 54px;
}
.m-banner .m-left .font2 {
  font-size: 32px;
  line-height: 54px;
}

.m-banner .m-right {
  width: 107px;
  margin-top: 83px;
  background-color: #ed3b00;
  font-size: 16px;
  line-height: 28px;
  color: #fff;
}

.m-banner .m-center {
  margin: 36px 12px 0 0;
}
.m-banner .m-center .name {
  font-size: 20px;
  line-height: 40px;
}
.m-banner .m-center .inf {
  font-size: 34px;
  line-height: 40px;
}
/**************** m-banner END   **********************/

/**************** m-serv START **********************/
.m-serv .area {
  padding: 56px 0 65px 0;
}
.u-ul-serv {
  width: 1200px;
}
.u-li-serv {
  float: left;
  width: 200px;
}
.u-li-serv .u-a {
  width: 125px;
  height: 125px;
}
.u-li-serv .name {
  padding-top: 80px;
  font-size: 16px;
  line-height: 28px;
  color: #0e61b3;
}
.u-li-serv img {
  top: 0;
  left: 0;
  z-index: -1;
}
/**************** m-serv END   **********************/

/**************** m-about START **********************/
.m-about .area {
  height: 454px;
}
.m-about .m-left {
  top: 0;
  right: 50%;
  width: 960px;
  background: url(../images/background/about-l.jpg) no-repeat center center;
}
.m-about .m-left .content {
  width: 570px;
}
.m-about .m-left .u-img {
  width: 184px;
  height: 133px;
}
.m-about .m-left .img1 {
  top: 26px;
  left: 0;
}
.m-about .m-left .img2 {
  top: 26px;
  left: 368px;
}
.m-about .m-left .img3 {
  top: 159px;
  left: 184px;
}
.m-about .m-left .img4 {
  top: 292px;
  left: 0;
}
.m-about .m-left .img5 {
  top: 292px;
  left: 368px;
}
.m-about .m-left .more {
  top: 292px;
  left: 184px;
  width: 184px;
  background-color: #e12241;
  font-size: 30px;
  line-height: 133px;
  color: #fff;
}
.m-about .m-left .more:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 42px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 92px;
  height: 3px;
  border-top: solid 1px #fff;
  border-bottom: solid 3px #fff;
}
.m-about .m-right {
  top: 0;
  left: 50%;
  width: 960px;
  background-color: #1665b6;
}
.m-about .m-right .content {
  width: 570px;
}
.m-about .m-right .tit {
  width: 282px;
  margin: 29px auto 0 auto;
  border: solid 4px #fff;
  font-size: 36px;
  line-height: 65px;
  color: #fff;
}
.m-about .m-right .subtit {
  padding: 28px 0 21px 0;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.m-about .m-right .ctn {
  height: 180px;
  overflow: hidden;
  padding: 0 23px 0 35px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.m-about .m-right .more {
  width: 107px;
  margin-top: 30px;
  background-color: #e12241;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}
/**************** m-about END   **********************/

/**************** m-case START **********************/
.m-case {
  margin-top: 60px;
}
.m-case .tabBtn li {
  float: left;
  width: 25%;
  background-color: #ececec;
  font-size: 20px;
  line-height: 52px;
  color: #333;
  text-align: center;
  cursor: pointer;
}
.m-case .tabBtn .active {
  background-color: #1665b6;
  color: #fff;
}
.m-case .tabCtn {
  height: 282px;
  margin-top: 36px;
}
.m-case .item-tabCtn {
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  display: none;
}
.m-case .item-tabCtn ul {
  width: 1160px;
}
.m-case .item-tabCtn li {
  float: left;
  width: 270px;
  margin-right: 20px;
}
.m-case .item-tabCtn li .u-img {
  height: 204px;
}
.m-case .item-tabCtn li .m-article {
  padding: 7px 10px 15px 10px;
  background-color: #ececec;
}
.m-case .item-tabCtn li .tit {
  font-size: 16px;
  line-height: 33px;
  color: #333;
}
.m-case .item-tabCtn li .ctn {
  font-size: 14px;
  line-height: 23px;
  color: #666;
}
.m-case .tabCtn .active {
  opacity: 1;
  z-index: 30;
  display: block;
}
/**************** m-case END   **********************/

/**************** m-news START **********************/
.m-news {
  margin-top: 63px;
}
.m-news .m-left,
.m-news .m-right {
  width: 561px;
  height: 513px;
}
.m-news .m-left .tit .wrap {
  width: 176px;
  height: 151px;
  background-color: #256dbc;
  color: #fff;
  text-indent: 37px;
}
.m-news .m-left .tit .wrap:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  border-left: solid 9px transparent;
  border-right: solid 9px transparent;
  border-top: solid 15px #256dbc;
}
.m-news .m-left .tit .CH {
  margin-top: 53px;
  font-size: 23px;
  line-height: 47px;
  text-indent: 0;
}
.m-news .m-left .tit .CH:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 47px;
  border-top: solid 3px #e12241;
}
.m-news .m-left .tit .EN {
  font-size: 16px;
  line-height: 16px;
}
.m-news .m-left .tit .u-img {
  width: 385px;
  height: 151px;
}
.u-ul-news {
  margin-top: 15px;
}
.u-li-news {
  border-bottom: solid 1px #ddd;
}
.u-li-news .name {
  margin-left: 176px;
  font-size: 14px;
  line-height: 43px;
  color: #666;
}
.u-li-news .date {
  top: 0;
  left: 53px;
  font-size: 16px;
  line-height: 43px;
  color: #666;
}
.u-li-news .hover {
  height: 161px;
}
.u-li-news .hover .m-article {
  margin-left: 176px;
}
.u-li-news .hover .tit {
  margin-top: 6px;
  font-size: 16px;
  line-height: 55px;
  color: #333;
}
.u-li-news .hover .ctn {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.u-li-news .hover .hvrDate {
  top: 0;
  left: 0;
  width: 176px;
}
.u-li-news .hover .font1 {
  margin-top: 6px;
  font-size: 14px;
  line-height: 53px;
  color: #666;
}
.u-li-news .hover .font2 {
  font-size: 48px;
  line-height: 74px;
  color: #333;
}
.u-li-news .hover .font2:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -6px;
  width: 23px;
  border-top: solid 2px #ddd;
}
.u-ul-news .active .static {
  display: none;
}
.u-ul-news .active .hover {
  display: block;
}

.m-news .m-right .tit {
  height: 151px;
  background-color: #ececec;
}
.m-news .m-right .tit .CH {
  margin: 44px 0 0 37px;
  font-size: 23px;
  line-height: 35px;
  color: #333;
}
.m-news .m-right .tit .CH:before {
  content: '';
  display: block;
  position: absolute;
  top: -19px;
  left: 0;
  width: 47px;
  border-top: solid 3px #d7d7d7;
}
.m-news .m-right .tit .EN {
  margin-left: 37px;
  font-size: 16px;
  line-height: 22px;
  color: #999;
}
.m-news .m-right .tit .more {
  margin: 12px 0 0 42px;
  font-size: 12px;
  line-height: 22px;
  color: #000;
}
.m-news .m-right .tit span {
  margin-right: 6px;
}
.m-news .m-right .tit .arrow {
  margin-left: 1px;
  border-top: solid 4px transparent;
  border-bottom: solid 4px transparent;
  border-left: solid 7px #333;
}
.m-news .m-right .u-img {
  height: 176px;
}
.m-news .m-right .m-article .tit1 {
  margin: 17px 0 12px 0;
  font-size: 16px;
  line-height: 30px;
  color: #333;
}
.m-news .m-right .m-article .ctn {
  height: 60px;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
/**************** m-news END   **********************/

/**************** m-trademark START **********************/
.m-trademark {
  background-color: #ececec;
}
.m-trademark .area {
  padding: 32px 0;
}
.u-ul-tm {
  width: 1151.5px;
}
.u-li-tm {
  float: left;
  width: 151px;
  margin-right: 11.5px;
  border: solid 1px #eee;
}
.u-li-tm .u-img {
  height: 103px;
}
.u-li-tm:hover {
  border-color: #1665b6;
}
/**************** m-trademark END   **********************/

/**************** footer-box START **********************/
.footer-box {
  background-color: #012d59;
}
.footer-box .area {
  height: 395px;
}

.m-botmNav {
  margin: 38px 0 25px 0;
}
.m-botmNav ul {
  background-color: #0f467d;
}
.m-botmNav li {
  float: left;
  width: 14%;
  font-size: 16px;
  line-height: 40px;
  text-align: center;
}
.m-botmNav li .u-a-wrap {
  color: #fff;
}
.m-botmNav li .u-a-wrap:hover {
  font-weight: bold;
}

.m-links {
  width: 360px;
}
.m-links .tit,
.m-atte .tit,
.m-cont .tit {
  font-size: 14px;
  line-height: 45px;
  color: #fff;
}
.m-links .tit:after,
.m-atte .tit:after,
.m-cont .tit:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 26px;
  border-top: solid 1px #ff0000;
}
.m-links ul {
  width: 367px;
  margin-top: 21px;
}
.m-links li {
  float: left;
  width: 83px;
  margin: 0 7px 9px 0;
}
.m-links li .u-a-wrap {
  background-color: #0b3f72;
  font-size: 12px;
  line-height: 30px;
  color: #fff;
  text-align: center;
}
.m-links li:hover .u-a-wrap {
  background-color: #c40022;
}

.m-atte {
  width: 232px;
  margin-left: 114px;
}
.m-atte .name {
  font-size: 12px;
  line-height: 30px;
  color: #fff;
}
.m-atte .wrap {
  margin-top: 21px;
}

.m-cont .ctn {
  margin-top: 14px;
  font-size: 12px;
  line-height: 24px;
  color: #e6e6e6;
}

.m-copyright {
  bottom: 0;
  left: 0;
  border-top: solid 1px #253f59;
}
.m-copyright .bord {
  border-top: solid 1px #012346;
}
.m-copyright .inf {
  font-size: 12px;
  line-height: 50px;
  color: #fff;
}
.m-copyright li {
  float: left;
  position: relative;
  padding: 0 9px;
}
.m-copyright li a {
  font-size: 12px;
  line-height: 50px;
  color: #fff;
}
.m-copyright li:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
  height: 13px;
  border-right: solid 1px #fff;
}
.m-copyright li a:hover {
  font-weight: bold;
}
/**************** footer-box END   **********************/

/**************** m-leftNav START **********************/
.m-leftNav {
  width: 208px;
}
.m-leftNav .tit {
  padding: 11px 0 5px 0;
  background-color: #ed3b00;
  color: #fff;
  text-indent: 12px;
}
.m-leftNav .tit .CH {
  font-size: 22px;
  line-height: 30px;
}
.m-leftNav .tit .EN {
  font-size: 14px;
  line-height: 21px;
}
.u-ul-leftNav {
  background-color: #145494;
}
.u-li-leftNav {
  position: relative;
  border-bottom: solid 1px #2166ab;
  text-indent: 20px;
}
.u-li-leftNav > .u-a-wrap {
  border-bottom: solid 1px #063666;
  font-size: 14px;
  line-height: 47px;
  color: #fff;
}
.u-li-leftNav .subnav {
  top: 0;
  left: 100%;
  z-index: 30;
  width: 280px;
  background-color: #0a3a6a;
}
.u-li-leftNav .subnav li {
  width: 250px;
  margin: 0 auto;
  border-bottom: dashed 1px #435e81;
}
.u-li-leftNav .subnav .u-a-wrap {
  font-size: 12px;
  line-height: 48px;
  color: #fff;
}
.u-ul-leftNav .hover > .u-a-wrap {
  background-color: #0a3a6a;
}
.u-ul-leftNav .hover .subnav {
  display: block;
}
/**************** m-leftNav END   **********************/

/**************** m-rcmd START **********************/
.m-rcmd {
  width: 208px;
  margin-top: 22px;
}
.m-rcmd .tit {
  background-color: #1665b6;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  text-indent: 12px;
}
.m-rcmd .ctn {
  height: 180px;
  overflow: hidden;
  background-color: #ececec;
}
.m-rcmd .u-roll {
  width: 185px;
  margin: 9px auto 0 auto;
  border: solid 1px #c2c1c1;
}
.m-rcmd .u-roll li {
  border: solid 3px #fff;
}
.m-rcmd .u-roll .u-img {
  height: 133px;
}
.u-pag-rcmd {
  bottom: -24px;
  left: 0;
}
.u-pag-rcmd span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  width: 12px;
  height: 12px;
  margin: 0 3px;
  border: solid 1px transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-pag-rcmd span:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 6px;
  height: 6px;
  background-color: #c4c4c4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.u-pag-rcmd .selected span {
  border-color: #ed3b00;
}
.u-pag-rcmd .selected span:after {
  background-color: #ed3b00;
}
/**************** m-rcmd END   **********************/

/**************** m-contactUs START **********************/
.m-contactUs {
  width: 208px;
  margin: 17px 0;
}
.m-contactUs .tit {
  background-color: #1665b6;
  font-size: 22px;
  line-height: 52px;
  color: #fff;
  text-indent: 12px;
}
.m-contactUs img {
  width: 208px;
}
.m-contactUs .ctn {
  background-color: #ececec;
  font-size: 12px;
  line-height: 28px;
  color: #333;
  padding:10px 0;
}
.m-contactUs .ctn p {
  padding:0 7px; 
}
.m-contactUs .mail:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 10px;
  margin: 0 11px 0 -24px;
  background: url(../images/icon/icon.png) 0 -76px;
}
.m-contactUs .qq:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 11px;
  margin: 0 9px 0 -22px;
  background: url(../images/icon/icon.png) -13px -76px;
}
.m-contactUs .line:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 9px;
  height: 12px;
  margin: 0 13px 0 -22px;
  background: url(../images/icon/icon.png) -26px -76px;
}
.m-contactUs .tele:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 12px;
  margin: 0 10px 0 -23px;
  background: url(../images/icon/icon.png) -35px -76px;
}
.m-contactUs .addr:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 11px;
  height: 14px;
  margin: 0 11px 0 -22px;
  background: url(../images/icon/icon.png) -48px -76px;
}
/**************** m-contactUs END   **********************/

/**************** page-box START **********************/
.page-box {
  margin: 35px 0 0 247px;
}
.m-pageTit .m-left {
  width: 218px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d4d4d4;
}
.m-pageTit .m-left .EN {
  font-size: 18px;
  line-height: 22px;
  color: #333;
}
.m-pageTit .m-left .CH {
  font-size: 16px;
  line-height: 25px;
  color: #333;
}
.m-pageTit span {
  color: #1a67b5;
}
.m-search {
  width: 280px;
  height: 31px;
  margin: 11.5px 0;
  border: solid 1px #bfbfbf;
  overflow: hidden;
}
.m-search input[type='text'] {
  width: 237px;
  height: 31px;
  border: none;
  outline: none;
  font-size: 12px;
  line-height: 31px;
  color: #333;
  text-indent: 10px;
}
.m-search input[type='button'] {
  width: 21px;
  height: 21px;
  margin: 0 11px;
  border: none;
  outline: none;
  background: url(../images/icon/icon.png) -114px -52px;
}
.m-pageTit .nav {
  margin: 11.5px 14px 11.5px 0;
  font-size: 12px;
  line-height: 33px;
  color: #ed3b00;
}
.m-pageTit .nav a {
  color: #333;
}
.m-pageTit .nav a:hover {
  color: #ed3b00;
}

.page-box .paging {
  padding: 32px 0 39px 0;
}
.page-box .paging .prev,
.page-box .paging .next {
  font-size: 14px;
  line-height: 27px;
  color: #666;
}
.page-box .paging a {
  width: 74px;
  height: 27px;
  margin-right: 12px;
  background-color: #ececec;
  color: #666;
}
.page-box .paging a:hover {
  background-color: #145494;
  color: #fff;
}
/**************** page-box END   **********************/

/**************** m-prodProf START **********************/
.m-prodProf {
  margin: 21px 0 34px 0;
}
.m-prodProf .m-left {
  width: 398px;
}
.m-prodProf .tit {
  background-color: #ed3b00;
  font-size: 20px;
  line-height: 62px;
  color: #fff;
  text-indent: 19px;
}
.u-ul-prodProf {
  font-size: 14px;
  line-height: 45px;
  color: #333;
}
.u-ul-prodProf li {
  border-bottom: dashed 1px #d7d7d7;
}
.m-prodProf .btn1,
.m-prodProf .btn2 {
  width: 161px;
  height: 39px;
}
.m-prodProf .btn1 {
  background-color: #ed3b00;
}
.m-prodProf .btn2 {
  margin-left: 32px;
  background-color: #1665b6;
}
.m-prodProf .btn1 span,
.m-prodProf .btn2 span {
  font-size: 16px;
  line-height: 39px;
  color: #fff;
}
.m-prodProf .btn1 .u-icon {
  width: 21px;
  height: 21px;
  margin-right: 8px;
  background: url(../images/icon/icon.png) -59px -76px;
}
.m-prodProf .btn2 .u-icon {
  width: 22px;
  height: 22px;
  margin-right: 11px;
  background: url(../images/icon/icon.png) -80px -76px;
}
.m-prodProf .btnWrap {
  margin-top: 19px;
}

.m-prodProf .m-right {
  width: 470px;
  background-color: #ececec;
}
.m-prodProf .m-right .img-l {
  width: 436px;
  margin: 11px auto 0 auto;
  border: solid 1px #c3c1c2;
}
.m-prodProf .m-right .img-l ul {
  width: 4360px;
}
.m-prodProf .m-right .img-l li {
  float: left;
  width: 433px;
  border: solid 3px #fff;
}
.m-prodProf .m-right .img-l .u-img {
  height: 324px;
}
.m-prodProf .m-right .img-s {
  width: 436px;
  margin: 9px auto 22px auto;
}
.m-prodProf .m-right .img-s li {
  width: 93px;
  margin: 0 6px;
  border: solid 1px #c4c2c3;
  cursor: pointer;
}
.m-prodProf .m-right .img-s .u-img {
  height: 69px;
  border: solid 3px #fff;
}
/**************** m-prodProf END   **********************/

#valiCodetext {
  width: 70px !important;
}
#valiCode {
  width: 60px;
  height: 33px;
  margin-left: 8px;
  vertical-align: top;
}

/**************** m-prodDtl START **********************/
.m-prodDtl {
  padding: 22px 0 44px 0;
  background-color: #f1f1f1;
  border-top: solid 1px #cfcfcf;
  border-bottom: solid 1px #cfcfcf;
}
.m-prodDtl .tabBtn li {
  float: left;
  position: relative;
  width: 138px;
  margin-right: -1px;
  background-color: #fff;
  border: solid 1px #ccc;
  font-size: 16px;
  line-height: 44px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}
.m-prodDtl .tabBtn li:after {
  content: '';
  display: block;
  position: absolute;
  bottom: -9px;
  left: 0;
  right: 0;
  width: 0;
  margin: 0 auto;
  border-left: solid 6px transparent;
  border-right: solid 6px transparent;
  border-top: solid 9px #d13421;
  visibility: hidden;
  cursor: pointer;
}
.m-prodDtl .tabBtn .active {
  background-color: #d13421;
  border-color: #d13421;
  color: #fff;
}
.m-prodDtl .tabBtn .active:after {
  visibility: visible;
}

.m-prodDtl .tabCtn {
  margin-top: 33px;
}
.m-prodDtl .item-tabCtn {
  padding: 0 27px;
}
.m-prodDtl .item-tabCtn .tit {
  border-bottom: solid 1px #c6c6c6;
  font-size: 16px;
  line-height: 50px;
  color: #145494;
}
.m-prodDtl .item-tabCtn .tit:before {
  content: '';
  display: inline-block;
  *display: inline;
  *zoom: 1;
  border-top: solid 7px transparent;
  border-bottom: solid 7px transparent;
  border-left: solid 12px #145494;
  margin-right: 10px;
  vertical-align: middle;
}
.m-prodDtl .purchase .ctn {
  margin: 26px 0 34px 0;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}
.m-prodDtl .param .ctn {
  margin: 26px 0 34px 0;
  background-color: #d9d9d9;
  font-size: 14px;
  line-height: 34px;
  color: #333;
}
.m-prodDtl .param td {
  width: 50%;
}
.m-prodDtl .param table,
.m-prodDtl .param td {
  border: solid 1px #999;
}
.m-prodDtl .reserve .ctn {
  margin: 26px 0 34px 0;
}
.m-prodDtl .reserve label {
  margin-right: 17px;
  font-size: 14px;
  line-height: 33px;
  color: #333;
  vertical-align: top;
}
.m-prodDtl .reserve input[type='text'] {
  width: 282px;
  height: 31px;
  margin-bottom: 10px;
  background-color: #fff;
  border: solid 1px #ccc;
  outline: none;
  font-size: 16px;
  color: #333;
  text-indent: 16px;
}
.m-prodDtl .reserve textarea {
  width: 282px;
  height: 74px;
  background-color: #fff;
  border: solid 1px #ccc;
  outline: none;
  font-size: 16px;
  color: #333;
  text-indent: 16px;
}
.m-prodDtl .reserve input[type='button'] {
  width: 129px;
  height: 36px;
  margin-top: 31px;
  background-color: #d13421;
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.m-prodDtl .item-tabCtn {
  display: none;
}
.m-prodDtl .tabCtn .active {
  display: block;
}
/**************** m-prodDtl END   **********************/

/**************** m-crumbs START **********************/
.m-crumbs {
  position: fixed;
  top: 55%;
  right: 6px;
  z-index: 100;
}
.m-crumbs li {
  position: relative;
  width: 42px;
  height: 42px;
  margin-bottom: 1px;
  background-color: #1665b6;
  cursor: pointer;
}
.m-crumbs li .u-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(../images/icon/icon.png);
}
.m-crumbs .home .u-icon {
  width: 25px;
  height: 23px;
  background-position: 0 -52px;
}
.m-crumbs .tele .u-icon {
  width: 24px;
  height: 23px;
  background-position: -25px -52px;
}
.m-crumbs .qq .u-icon {
  width: 23px;
  height: 24px;
  background-position: -49px -52px;
}
.m-crumbs .weixin .u-icon {
  width: 27px;
  height: 22px;
  background-position: -72px -52px;
}
.m-crumbs .top .u-icon {
  width: 15px;
  height: 18px;
  background-position: -99px -52px;
}
.m-crumbs .weixin .wrap {
  top: 0;
  right: 55px;
}
.m-crumbs .weixin .arrow {
  top: 10px;
  right: -7px;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  border-left: solid 7px #fff;
}
.m-crumbs li:hover {
  background: url(../images/background/crumbs.jpg) no-repeat center center;
}
.m-crumbs .weixin:hover .wrap {
  display: block;
}

.m-crumbs .teleWrap {
  top: 0;
  right: 42px;
  visibility: hidden;
  overflow: hidden;
  background: url(../images/background/crumbs.jpg);
  font-size: 16px;
  line-height: 42px;
  color: #fff;
  white-space: nowrap;
}
.m-crumbs .teleWrap .num {
  padding: 0 10px 0 3px;
}
/**************** m-crumbs END   **********************/

/**************** m-prodLst START **********************/
.m-prodLst {
  margin-top: 44px;
}
.m-prodLst ul {
  width: 942px;
}
.m-prodLst li {
  float: left;
  width: 422px;
  margin: 0 49px 35px 0;
  background-color: #ececec;
}
.m-prodLst li .u-img {
  width: 261px;
  height: 197px;
}
.m-prodLst li .m-article {
  margin-left: 261px;
}
.m-prodLst li .m-article .tit {
  padding-top: 16px;
  font-size: 14px;
  line-height: 36px;
  color: #333;
  text-align: center;
}
.m-prodLst li .m-article .ctn {
  margin-top: 54px;
  height: 48px;
  overflow: hidden;
  padding: 0 10px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.m-prodLst li:hover {
  background-color: #145494;
}
.m-prodLst li:hover .m-article .tit {
  color: #fff;
}
.m-prodLst li:hover .m-article .ctn {
  color: #fff;
}
/**************** m-prodLst END   **********************/

/**************** m-newsLst START **********************/
.m-newsLst .u-ul-news {
  height: 822px !important;
}
/**************** m-newsLst END   **********************/

/**************** m-pageDtl START **********************/
.m-pageDtl .tit {
  margin: 20px 0;
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
.m-pageDtl .inf {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.m-pageDtl .imgs img {
  height: 260px;
}
.m-pageDtl .ctn p {
  font-family: 'Microsoft YaHei' !important;
}
.m-pageDtl .ctn {
  min-height: 240px;
  margin-top: 48px;
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
.m-pageDtl .img-prev,
.m-pageDtl .img-next {
  width: 54px;
  height: 87px;
  margin: auto 0;
  background: url(../images/icon/pic-debtn.gif);
}
.m-pageDtl .img-prev {
  top: 0;
  bottom: 0;
  left: 0;
  background-position: 0 0;
}
.m-pageDtl .img-next {
  top: 0;
  bottom: 0;
  right: 0;
  background-position: -54px 0;
}
#paging {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
#paging #prev {
  position: absolute;
  left: 10px;
  cursor: pointer;
  zoom: 0.7;
}
#paging #next {
  position: absolute;
  right: 10px;
  cursor: pointer;
  transform: rotate(180deg);
  zoom: 0.7;
}

/**************** m-pageDtl END   **********************/
