body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
li {
  list-style: none;
}
a {
  color: #000;
  text-decoration: none !important;
  -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
  display: block;
}
a:focus {
  outline: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
Pseudo ::after element *:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  border: 0 none;
    -webkit-transition: .3s ease;
  -moz-transition: .3s ease;
  transition: .3s ease;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
table {
  display: block;
  float: none;
}
body,
select,
input,
button {
  font-family: "微软雅黑";
  font-size: 12px;
  color: #000000;
  line-height: 1.4;
}
html,
body {
  height: 100%;
  min-width: 1200px;
}
.clr {
  clear: both;
  display: block;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
  margin-top: 6px;
}
header {
  border-bottom: 1px solid #ccc;
  padding: 10px 0 20px;
    min-width: 1200px;
}
header .header a {
  float: left;
}
header .header .im {
  float: right;
  margin-top: 6px;
}
#header .nav {
  margin: 0 20px;
}
#header .nav > li {
  float: left;
  font-size: 16px;
  height: 100%;
  position: relative;
  margin-left: 80px;
}
#header .nav > li:nth-child(1) {
  margin-left: 0;
}
#header .nav > li > a {
  display: block;
  height: 54px;
  line-height: 54px;
  color: #808080;
  font-weight: 500;
  position: relative;
  overflow: hidden;
}
#header .nav > li > a span {
  display: inline-block;
  position: relative;
  transition: all ease-out 0.3s;
}
#header .nav > li > a span:after {
  content: attr(data-title);
  position: absolute;
  color: #1d2088;
  left: 0px;
  transform: translateY(100%);
  width: 100%;
}
.browser-lt11 #header .nav > li > a span:after {
  top: 100%;
}
#header .nav > li > a > i {
  margin-left: 10px;
}
#header .nav .subnav {
  position: absolute;
  width: 220px;
  background-color: #FFF;
  box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
  height: auto;
  z-index: 199;
  top: 100%;
  left: 0;
  /*border-top: 2px solid #00C0FF;*/
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  transition: all 0.36s ease;
}
#header .nav .subnav li {
  width: 100%;
}
#header .nav .subnav li a {
  font-weight: 500;
  color: #666;
  padding: 10px 15px;
  line-height: 22px;
  display: block;
  transition: all 0.2s ease-in-out;
  font-size: 13px;
}
#header .nav > li:hover .subnav {
  opacity: 1;
  visibility: visible;
}
#header .nav > li:hover a span,
#header .nav > li a.active span {
  transform: translateY(-100%);
}
#header .nav > li:hover a i,
#header .nav > li a.active i {
  color: #1d2088;
}
#header .nav .subnav li a:hover,
#header .nav .subnav li a.active {
  background-color: #F9F9F9;
  padding-left: 24px;
  color: #1d2088;
}
.fa-angle-down:before {
  content: "\f107";
}
.slide {
  height: 520px;
}
.swiper-container,
.swiper-wrapper,
.swiper-slide {
  height: 100%;
}
.swiper-pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 30px;
  width: 100%;
}
.swiper-pagination-bullet {
  display: inline-block;
  width: 40px;
  height: 2px;
  background: #fff;
  margin: 1px 10px;
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  background: #fff;
}
.com {
  position: relative;
  margin-bottom: 25px;
  height: 86px;
  padding-top: 40px;
}
.com p {
  display: inline;
}
.com .text {
  font-size: 24px;
  margin: 0 auto;
  position: relative;
  color: #555;
  padding-bottom: 15px;
}
.com .text:after {
  border-color: #00c0ff;
}
.com .text:after {
  border-bottom: 2px solid #1d2088;
  width: 36px;
  left: 0;
  bottom: 0;
  position: absolute;
  content: '';
}
.com .sub {
  margin-left: 10px;
  font-size: 14px;
  color: #B7B7B7;
}
.com a {
  position: absolute;
  right: 0;
  color: #1d2088;
  font-size: 14px;
  line-height: 26px;
  top: 40px;
}
.idx .i-news {
  float: left;
  width: 720px;
  margin-bottom: 50px;
}
.idx .i-news .l {
  float: left;
  width: 280px;
}
.idx .i-news .l a img {
  display: block;
}
.idx .i-news .l a div {
	width: 280px;
	height:180px;
	overflow: hidden;
}
.idx .i-news .l a div img {
  height: 180px;
}
.idx .i-news .l a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.idx .i-news .l a p {
  font-size: 16px;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}
.idx .i-news .r {
  padding-left: 330px;
}
.idx .i-news .r li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 5px;
}
.idx .i-news .r li a {
  font-size: 16px;
  line-height: 1;
  position: relative;
}
.idx .i-news .r li a span {
  position: absolute;
  right: 0;
  top: 0;
}
.idx .i-news .r li:before {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -1px;
  left: 0;
  background: #000;
}
.idx .i-video {
  float: right;
  width: 425px;
}
.idx .i-video a,
.idx .i-video img {
  display: block;
}
.idx .i-video a div {
	width: 424px;
	height:257px;
	overflow: hidden;
}
.idx .i-video a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.idx .i-turck li,
.idx .i-pro li,.hs li {
  float: left;
  margin-left: 26.6666667px;
  margin-bottom: 25px;
  width: 280px;
}
.idx .i-turck li a p,
.idx .i-pro li a p {
  font-size: 14px;
  color: #666;
  padding: 20px 0;
  line-height: 1;
  border-bottom: 1px solid #ccc;
}
.hs {
	margin-bottom: 60px;
}
.hs li p {
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 10px 0;
 }
 .hs li span {
    text-align: center;
    color: #808080;
    display: block;
    min-height: 32px;
}
.idx .i-turck li a div, .idx .i-pro li a div,.hs li a div {
	width: 280px;
	height: 200px;
	overflow: hidden;
	text-align: center;
}
.hs li a div {
	height: 150px;
	border:1px solid #ccc
}
.hs li a div  img {
	width: 100%;
  height: 100%;
}
.idx .i-turck li a div img:hover, .idx .i-pro li a div img:hover,.hs li a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.idx .i-turck li:nth-child(4n+1),
.idx .i-pro li:nth-child(4n+1),
.hs li:nth-child(4n+1) {
  margin-left: 0;
}
.idx .i-brand ul {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.idx .i-brand ul li {
  float: left;
  width: 16.666667%;
}
.idx .i-brand ul li a {
  display: block;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
}
.idx .i-brand ul li a div {
	width: 100%;
	overflow: hidden;
}
.idx .i-brand ul li a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.idx .i-brand ul li a img {
  width: 100%;
}
.idx .i-type {
  margin-top: 70px;
}
.idx .i-type .text {
  font-size: 26px;
  color: #333333;
  line-height: 1;
  text-align: center;
  margin-bottom: 35px;
}
.idx .i-type li {
  float: left;
  width: 280px;
  margin-left: 26.6666667px;
  text-align: center;
  margin-bottom: 20px;
}
.idx .i-type li a div {
	width: 100%;
	overflow: hidden;
}
.idx .i-type li a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.idx .i-type li p:nth-child(2) {
  font-size: 16px;
  margin-top: 20px;
  line-height: 1;
  margin-bottom: 10px;
}
.idx .i-type li p:nth-child(3) {
  font-size: 12px;
}
.idx .i-type li:nth-child(4n+1) {
  margin-left: 0;
}
.idx .i-con {
  padding-bottom: 75px;
}
.idx .i-con .info p:nth-child(1) {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
}
.idx .i-con .info p:nth-child(2) {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}
.idx .i-con .info a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.idx .i-con .info .wb {
  background: url(../images/share.png) no-repeat 0 0;
}
.idx .i-con .info .wx {
  background: url(../images/share.png) no-repeat -40px;
}
.idx .i-con .info .qq {
  background: url(../images/share.png) no-repeat -80px;
}
.idx .i-con .ewm {
  position: absolute;
  right: 0;
  top: 70px;
}
.banner {
  height: 260px;
  min-width: 1200px;
}
.crumb {
  position: relative;
  margin-bottom: 55px;
  background: #f6f6f6;
}
.crumb p {
  font-size: 14px;
  color: #1d2088;
  line-height: 55px;
  height: 55px;
}
.crumb span {
  position: absolute;
  color: #898989;
  line-height: 55px;
  right: 0;
  top: 0;
}
.crumb a {
  display: inline-block;
  margin: 0  60px 0  35px;
  font-size: 14px;
  color: #666;
  line-height: 55px;
}
.crumb .active {
  color: #1d2088;
}
.am-container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px 0  10px;
  margin-bottom: 50px;
}
.left {
  float: left;
  width: 320px;
}
.left li a {
  display: block;
  color: #8c8c8c;
  font-size: 16px;
  padding: 20px;
  line-height: 1;
  border-bottom: 1px solid #8c8c8c;
}
.left li .active,.left li:hover a {
  background: #1d2088;
  position: relative;
  color: #fff !important;
}

.left li .active:before,.left li:hover a:before {
  content: '>';
  position: absolute;
  font-size: 16px;
  top: 50%;
  margin-top: -8px;
  right: 20px;
  color: #fff;
}
.right {
  float: right;
  width: 795px;
}
.right .catname {
  font-size: 16px;
  color: #8c8c8c;
  padding-bottom: 39px;
  line-height: 1;
  border-bottom: 1px solid #8c8c8c;
  margin-bottom: 30px;
  position: relative;
}
.right .catname span {
  position: absolute;
  color: #808080;
  left: 0;
  top: 25px;
}
.right li {
  float: left;
  width: 225px;
  margin-bottom: 40px;
  margin-left: 60px;
}
.right li a div {
  height: 200px;
  overflow: hidden;
}
.right li a div {
	width: 100%;
	overflow: hidden;
}
.right li a div img{
    width:225px;
    height:200px;
}
.right li a div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.right li p {
  color: #666;
  font-size: 14px;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}
.right li:nth-child(3n+1) {
  margin-left: 0;
}
.right .con p {
  line-height: 24px;
  color: #808080;
  font-size: 14px;
}
.list li {
  margin-bottom: 40px;
}
.list li .l {
  float: left;
  width: 265px;
}
.list li .l div {
	width: 265px;
	height:175px;
	overflow: hidden;
}
.list li .l div img,.idx .i-turck li a div img, .idx .i-pro li a div img, .hs li a div img {
  width: 100%;
  height: 100%;
}
.list li .l div img:hover {
	-webkit-transform:scale(1.1) ; 
	-moz-transform:scale(1.1); 
	-o-transform:scale(1.1);
}
.list li .info {
  padding-left: 295px;
  min-height: 175px;
}
.list li .info a {
  font-size: 16px;
  color: #333;
  padding-top: 12px;
  margin-bottom: 12px;
  line-height: 1;
}
.list li .info a:hover {
	color: #1d2088;
}
.list li .info p:nth-child(2) {
  color: #999;
  padding-bottom: 17px;
  border-bottom: 1px solid #d3d3d3;
  margin-bottom: 10px;
}
.list li .info p:nth-child(3) {
  line-height: 24px;
  color: #808080;
}
.top {
  text-align: center;
  margin: 50px 0;
}
.top p:nth-child(1),
.top p:nth-child(3) {
  font-size: 22px;
  color: #333;
  line-height: 1;
}
.top p:nth-child(2) {
  width: 40px;
  height: 1px;
  background: #1d2088;
  margin: 15px auto;
}
.contact {
  margin-bottom: 100px;
}
.contact .l {
  float: left;
}
.contact .l p:nth-child(1) {
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 1;
}
.contact .l p:nth-child(2) {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 25px;
}
.contact .l a {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.contact .l .wb {
  background: url(../images/share.png) no-repeat 0 0;
}
.contact .l .wx {
  background: url(../images/share.png) no-repeat -40px;
}
.contact .l .qq {
  background: url(../images/share.png) no-repeat -80px;
}
.contact .l img {
  margin-top: 30px;
  display: block;
}
.contact .r {
  padding-left: 440px;
  min-height: 400px;
}
.contact .con p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.pages {
  text-align: center;
  margin-top: 80px;
}
.pages li{
	display: inline-block;
}
.pages li.active a{
	color:#1d2088;
}
.pages a,
.pages span {
  font-size: 14px;
  color: #898989;
  margin: 0 8px;
  line-height: 24px;
  display: inline-block;
}
.pages a:hover,
.pages span {
  color: #1d2088;
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-left:before {
  content: "\f104";
}
footer {
  background: #ebebeb;
  min-width: 1200px;
}
footer .footer {
  position: relative;
}
footer .footer p,
footer .footer a,
footer .footer span {
  font-size: 14px;
  color: #808080;
  display: inline-block;
  line-height: 45px;
}
footer .footer .link {
  position: absolute;
  right: 0;
  top: 0;
}
.bg {
  background: url(../images/index_bg.jpg) no-repeat 50% 50%;
}
.bg1 {
  background: url(../images/bg1.png) no-repeat 50% 50%;
}


.floating_ck{position:fixed;right:20px;top:30%;z-index: 99}
.floating_ck dl dd{position:relative;width:80px;height:80px;background-color:#646577;border-bottom:solid 1px #555666;text-align:center;background-repeat:no-repeat;background-position:center 20%;cursor:pointer;}
.floating_ck dl dd:hover{background-color:#1d2088;border-bottom:solid 1px #1d2088;}
.floating_ck dl dd:hover .floating_left{display:block;}
.consult,.words{background-image:url(../images/zxicon.png);}
.quote{background-image:url(../images/kficon.png);}
.qrcord{background-image:url(../images/erweima.png);}
.return{background-image:url(../images/fanhui.png);}
.floating_ck dd span{color:#fff;display:block;padding-top:54px;}
.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:80px;background-color:#1d2088;border-bottom:solid 1px #a40324;display:none;}
.floating_left a{color:#fff;line-height:80px;}
.floating_ewm{height:260px;top:-180px;}
.floating_ewm i{background-image:url(../images/erweima.png);display:block;width:145px;height:145px;margin:auto;margin-top:7px;}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm .qrcord_p01{font-size:12px;line-height:20px;}
.floating_ewm .qrcord_p02{font-size:18px;}


.con img{
	max-width:100%;
}

table{
	    display: block;
    float: none
}