@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,video,source,th,td,p,blockquote,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	margin:0px;
	padding:0px;
	outline:medium
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display:block;
}
audio,canvas,video {
	display:inline-block;
	*display:inline;
	*zoom:1;
}
body {
	font:normal 12px 'poppins',Arial,'\5FAE\8F6F\96C5\9ED1';
	line-height: 1.42857;
	background-color:#FFF;
    color: #333;
}
input,select,textarea,button {
	font-size:100%;
}
textarea, input {
    outline: none;
    resize: none;
}
input,button{
	text-indent: 0;
	border-radius: 0;
    border: 0 none;
    resize:none; 
    outline:none;  /*清除选中效果的默认蓝色边框 */
    -webkit-appearance:none;  /*清除浏览器默认的样式 */
    line-height: normal;
} 
input:focus, textarea:focus {outline: none;}
input[type='submit'], input[type='button'], button {
    text-indent: 0;
    text-align: center;
    cursor: pointer;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
img{max-width:100%;border:0;vertical-align:middle;-ms-interpolation-mode:bicubic;image-rendering:optimizeQuality;-webkit-transform:scale(1)rotate(0)translate3d(0,0,0);transform:scale(1)rotate(0)translate3d(0,0,0);}
li {
	list-style:none;
	*margin-left:-1px
}
::-moz-placeholder{color:#999;opacity:1}
:-ms-input-placeholder{color:#999}
::-webkit-input-placeholder{color:#999}

@font-face {
    font-family: 'poppins';
    src:url(../fonts/poppins.eot);
    src: url(../fonts/poppins.eot?#iefix) format('embedded-opentype'),
	 url(../fonts/poppins.svg#poppins) format('svg'),
	 url(../fonts/poppins.woff) format('woff'),
	 url(../fonts/poppins.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'poppins semibold';
    src:url(../fonts/poppins-semibold.eot);
    src: url(../fonts/poppins-semibold.eot?#iefix) format('embedded-opentype'),
	 url(../fonts/poppins-semibold.svg#poppins-semibold) format('svg'),
	 url(../fonts/poppins-semibold.woff) format('woff'),
	 url(../fonts/poppins-semibold.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family: 'poppins-regular';
  src: url(../fonts/poppins-regular.ttf) format('truetype'), url(../fonts/poppins-regular.eot) format('eot'), url(../fonts/poppins-regular.woff) format('woff'), url(../fonts/poppins-regular.woff2) format('woff2');
}
@font-face {
  font-family: 'poppins-bold';
  src: url(../fonts/poppins-bold.ttf) format('truetype'), url(../fonts/poppins-bold.eot) format('eot'), url(../fonts/poppins-bold.woff) format('woff'), url(../fonts/poppins-bold.woff2) format('woff2');
}

a {text-decoration:none;color:#333}
a:hover {text-decoration:none;color:#1A7ACE}

.header {background-color: #fff;}
.container{
	position:relative;
	max-width: 1420px;
	margin:0 auto
}
.menu-column{
	position:absolute;
	top:0px;
	width:100%;
	left:0;
	z-index:999;
	padding:15px 0;
	background-color:rgba(26,122,206,0.6);
}
.show{
    position:fixed;
	left:0;
	top:0;
	z-index:999;
	width:100%;
	background-color:rgba(26,122,206,0.6);
	border-bottom: none;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
}
.flex{
	display:flex;
	justify-content:space-between;
	align-items:center
}
.row{
	display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.logo{
	width:380px
}
.logo span{
	color:#FFF;
	font-size:44px;
	letter-spacing:7px
}
.menu-box{}
.nav{
	display:flex;
	justify-content:space-between;
	align-items:center
}
.nav>ul{
	display: inline-block;
}
.nav>ul>li {
    display: inline-block;
    position: relative;
    vertical-align: top;
}
.nav>ul>li>a {
	font-size: 16px;
    display: block;
	padding:10px 0;
	margin: 0 30px;
    color: #fff;
	text-transform:uppercase;
	position: relative;
}
.nav>ul>li>a:after {
	transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: #1A7ACE;
}
.nav>ul>li:hover > a:after {
  width: 80%;
  left: 10%;
}
.nav>ul>li>a:hover {
	color: #fff;
}
.nav>ul>li .sub-menu {
    position: absolute;
    z-index: 1;
	opacity: 0;
    left: auto;
    top: auto;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.4s ease 0s;
    visibility: hidden;
    width: auto;
	min-width:100%;
	background: #1A7ACE;
    text-align: left;
    z-index: 101;
    transition: .3s ease;
    box-shadow: 0 0 2px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 2px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 2px rgb(0 0 0 / 10%)
}
.nav>ul>li:hover .sub-menu {
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.nav>ul>li .sub-menu li {
  transition: 0.2s ease-in;
  -webkit-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  -ms-transition: 0.2s ease-in;
  -o-transition: 0.2s ease-in;
  line-height: normal;
}
.nav>ul>li .sub-menu li a {
  font-size: 14px;
  color: #fff;
  display: block;
  padding: 10px;
  white-space:nowrap;
  text-align:center
}
.nav>ul>li .sub-menu li:hover {
  background: #222;
}
.lang{
	display: inline-block
}
.lang span{
	font-size: 16px;
    display: block;
	padding:10px 0;
    color: #fff;
	padding:0 10px
}
.h-search{
	cursor: pointer;
	display:inline-block;
	color:#FFF
}
.h-search i {
  color: #ffffff;
  font-size: 18px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.h-search i:hover {
  color: #1A7ACE;
}
.top-search {
    display: block;
    width: 100%;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 76px;
    display: none;
    z-index: 9999999;
    background: #fafafa;
    border-radius: 0;
    box-shadow: 0px 5px 15px 2px rgb(0 0 0 / 10%);
}
.top-search .input-group {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    padding-right: 50px;
    background: #fff;
    width: 100%;
    border-radius: 0;
	box-sizing:border-box
}
.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.top-search h4 {
    font-size: 18px;
    text-align: center;
    color: #333;
    margin: 15px 0;
    text-transform: capitalize;
}
.header_search {
    position: relative;
}
.top-search .form-control {
    box-shadow: none;
    border: none;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    background: #fff;
    color: #808080;
    height: 50px;
    line-height: 50px;
    padding: 0 50px 0 20px;
    text-align: left;
    font-size: 14px;
    border-radius: 0;
    font-family: 'poppins';
    background: #fff;
	box-sizing:border-box
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}
.btn_search1 {
    background: #0b377e url(../images/search.png) no-repeat center center;
    top: 2px;
    height: 46px;
    position: absolute;
    right: 2px;
    width: 46px;
    border-radius: 0;
    z-index: 3;
	cursor:pointer
}
.input-group {
    border-collapse: separate;
}
.top-search .input-group-addon.close-search {
    cursor: pointer;
    float: right;
    position: absolute;
    right: 0;
    top: 10px;
    width: 40px;
    height: 50px;
    border-radius: 0;
}
.top-search .input-group-addon.close-search {
    cursor: pointer;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #666;
    padding-left: 0;
    padding-right: 0;
}
.input-group-addon:last-child {
    border-left: 0;
}
.top-search .input-group-addon i {
    width: 20px;
    height: 20px;
    display: flex;
    position: absolute;
    right: 20px;
    top: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.top-search .input-group-addon i:before {
    transform: rotate(45deg) translate(4px,0px);
    -webkit-transform: rotate(45deg) translate(4px,0px);
}
.top-search .input-group-addon i:after {
    transform: rotate(-45deg) translate(4px,0px);
    -webkit-transform: rotate(-45deg) translate(4px,0px);
}

.top-search .input-group-addon i:before, .top-search .input-group-addon i:after {
    content: '';
    display: inline-block;
    background: #999;
    width: 20px;
    height: 2px;
    margin: 2px 0;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.h-icon {
  display: flex;
  align-items: center;
  position: relative;
  font-size:18px
}
.h-icon::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 18px;
  background: #fff;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.h-icon i {
  display: inline-block;
  padding-left: 15px;
  font-size: 16px;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  color: #fff;
}
.h-icon .fa-weixin{
  padding-left: 0;
}
.h-icon .weixin{
  display: inline-block;
  margin-left: 15px;
  position: relative;
  cursor: pointer;
}
.h-icon .weixin:hover .qr{
  opacity: 1;
  display:block
}
.h-icon .qr{
  display: none;
  position: absolute;
    opacity: 0;
    left: 50%;
    transform: translateX(-50%);
    top: 35px;
    width: 80px;
    transition: .3s ease;
    -webkit-transition: .3s ease;
    -moz-transition: .3s ease;
    -ms-transition: .3s ease;
    -o-transition: .3s ease;
}
.h-icon .qr:after{
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 12px solid #fff;
}
.h-icon i:hover {
  color: #1A7ACE;
}

.slider{position:relative;z-index:2;width:100%}
.inner-banner{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	text-align:center;
	width:100%
}
.inner-banner h3 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
}
.inner-banner .mbx {
    font-size: 16px;
    color: #fff;
}
.inner-banner .mbx a {
    color: #fff;
}
.category{
	background:url(../images/category-bg.jpg) no-repeat;
	background-size: cover;
    padding: 200px 0;
}

.category-list .title{
	display:flex;
	justify-content:center;
	align-items:center;
	height:100%;
	flex-direction:column
}
.category-list .title h2 {
    font-size: 36px;
    line-height: 1;
    color: #151d2b;
    display: block;
}
.category-list .title h3 {
    font-size: 24px;
    line-height: 1;
    color: #151d2b;
    font-weight: bold;
    position: relative;
    padding: 15px 0 20px;
}
.category-list .title .line {
    width: 84px;
    height: 5px;
    background: #1A7ACE;
}
.category-list .title a {
    display: block;
	font-size:14px;
    margin-top: 30px;
}
.category-list{
	flex: 1;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.category-list .item{
	width: 30%;
    background-color: #D4D4D6;
    margin-right: 5%;
    margin-bottom: 5%;
}
.category-list .item:nth-child(3n+0){
    margin-right: 0;
}
/*
.category-list .item:nth-child(5),.category-list .item:nth-child(6) {
    margin-bottom: 0;
}*/
.category-list .item span {
	background-color:#FFF;
    display: block;
    text-align: center;
    padding: 5px 0;
	font-size: 16px;
	font-weight:bold
}
.category-list .item a:hover span {
	background-color:#1A7ACE;
	color:#FFF
}
.about{
	background: url(../images/about-bg.jpg) no-repeat;
    background-size: cover;
    padding: 120px 0 160px;
}
.intro{
	padding: 0 50px 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.intro .left{
	text-align: center;
    padding: 55px 40px 15px;
    border: 2px solid #000000;
    background: #fff;
	word-break: break-all;
	width:20%
}
.intro .left h1 {
    font-size: 160px;
    line-height: 0.8;
    font-weight: bold;
    color: #1A7ACE;
}
.intro .left h2{
    font-size: 22px;
    color: #151d2b;
    line-height: 1;
    margin: 10px 0;
}
.intro .left span{
    font-size: 18px;
    color: #1A7ACE;
    font-weight: bold;
}
.intro .content h2 {
    font-size: 36px;
    line-height: 1;
    color: #151d2b;
	font-weight:normal;
    padding: 25px 0 20px;
}
.intro .content h3 {
    font-size: 36px;
    line-height: 1;
    color: #151d2b;
    font-weight: bold;
}
.intro .right {
    max-width: 550px;
	font-size: 18px;
    color: #151d2b;
	line-height:180%
}
.history{
	margin-top: 70px;
    position: relative;
}
.history::after {
  z-index: 1;
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: rgba(225, 225, 225, 0.8);
  left: 0;
  top: 67px;
}
.history-box{
	position: relative;
    z-index: 5;
}
.history-box .swiper-container{
	padding: 0 70px;
}
.history-box .swiper-slide {
    position: relative;
}
.history-box .swiper-slide p {
  font-size: 16px;
  color: #151d2b;
  opacity: 0.5;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}
.history-box .swiper-slide ul li{
	list-style-type: disc;
}
.history-box .swiper-slide .dwo {
  position: absolute;
  top: 0;
  left: 0;
}
.history-box .swiper-slide .time {
  font-size: 17.84px;
  opacity: 1;
  margin: 5px 0;
  padding-top: 23px;
}
.history-box .swiper-slide span {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/dian.png) no-repeat center center;
}
.history-box .swiper-slide .text {
  opacity: 1;
  margin-top: 10px;
}
.history-box .swiper-slide-next {
  position: relative;
}
.history-box .swiper-slide-next .dwo {
  position: absolute;
  z-index: -1;
  font-size: 73px;
  line-height: 1;
  top: 20px;
  left: 0;
  opacity: 0.05;
}
.history-box .swiper-slide-next span {
  background: url(../images/diandian.png) no-repeat center center;
}
.history-box .swiper-button-prev,
.history-box .swiper-button-next {
  width: 37px;
  height: 37px;
}
.history-box .swiper-button-prev {
  background: url(../images/h-left.png) no-repeat center center;
}
.history-box .swiper-button-next {
  background: url(../images/h-right.png) no-repeat center center;
}

.certificate {
    padding: 160px 0;
}
.certificate li{
	float:left;
	width:31.3333%;
	margin-right:3%
}
.certificate li:nth-child(3n+0){
	margin-right:0px
}
.advantage{
	background: url(../images/advantage.jpg) no-repeat;
    background-size: cover;
    padding: 150px 0 115px;
    text-align: center;
}
.advantage h1 {
    font-size: 28px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 50px;
    letter-spacing: 4px;
}
.advantage p {
    font-size: 15.86px;
    color: #fff;
    line-height: 1.8;
    margin-bottom: 45px;
}
.service {
    background: url(../images/service-bg.jpg) no-repeat;
    background-size: cover;
    padding: 160px 0;
}
.service-title h1 {
    font-size: 28px;
    color: #151d2b;
    line-height: 1;
    margin-bottom: 20px;
}
.service-title p {
    font-size: 16px;
    color: #010101;
}
.service-list {
    margin-top: 150px;
}
.service-list li {
	float:left;
	width:20%;
	text-align:center
}
.service-list li img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.service-list li:hover img {
  -webkit-animation: flipOutY 0.5s linear 100ms alternate none running; 
    -moz-animation: flipOutY 0.5s linear 100ms alternate none running; 
    -ms-animation: flipOutY 0.5s linear 100ms alternate none running; 
    -o-animation: flipOutY 0.5s linear 100ms alternate none running; 
    animation: flipOutY 0.5s linear 100ms alternate none running
}
@keyframes flipOutY{
	from{
		transform:perspective(400px) rotateY(360deg);
    } 
    to{
	    transform:perspective(400px) rotateY(0deg);
    } 
}
.service-list li p {
    font-size: 18px;
    color: #000000;
    font-weight: bold;
    margin-top: 25px;
}

.footer{
	position: relative;
    background-color: #1A7ACE;
    z-index: 8;
}
.feedback {
    position: absolute;
    z-index: 10;
    top: -32px;
    left: 0;
	display: flex;
    align-items: center;
	background: #151d2b;
	width:100%;
	padding: 10px 20px;
	box-sizing:border-box
}
.feedback h3 {
    font-size: 18px;
    color: #fff;
	font-weight:normal;
    margin-right: 20px;
}
.feedback .input-text {
    border: none;
    background: #fff;
    padding: 10px;
	font-size:14px;
	box-sizing:border-box;
	height:44px;
}
.feedback .textarea {
	float:left;
	width:100%;
    border: none;
	height:44px;
	font-size:14px;
    background: #fff;
    padding: 10px;
    line-height: 24px;
	box-sizing:border-box
}
.feedback .tip button[type="submit"] {
    background: none;
    border: none;
    font-size: 18px;
    color: #fff;
    margin-left: 10px;
}
#form1{
	flex:1;
	display: flex;
    align-items: center;
	justify-content: space-between;
}
.input-captcha{
	width:120px;
	height:44px;
	font-size:14px;
    border: none;
    background: #fff;
    padding: 10px;
    margin-right:10px;
	box-sizing:border-box
}
.tip{
	position:relative;
	z-index:1;
	margin-right:10px;
	color:#FFF
}
#form1 .tip:nth-child(2){
	flex:1;
}
.point-tip{border:6px dashed transparent;border-bottom-style:solid;border-bottom-color:#ffe2e2;height:0;top:24px;left:20px;position:absolute;z-index:3;width:0;overflow:hidden}
.required-tip{display:inline;position:absolute;left:10px;top:35px;padding:2px 6px 5px;background-color:#ffe2e2;border:1px solid #fbc3c3;color:#f00;font-family:'微软雅黑';font-size:12px;line-height:140%;text-align:center;text-shadow:0 0 1px #ffffff;white-space:nowrap;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;z-index:2}

.footer-column{
	padding: 145px 20px 100px 20px;
	display: flex;
    justify-content: space-between;
}
.footer-column .item:first-child {
	width:25%
}
.footer-column .item h3 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.footer-column .item ul li {
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.footer-column .item ul li a {
	color: #fff;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.copyright{
	padding: 10px 0;
    background: #151d2b;
	font-size: 14px;
    color: #ffffff;
}

.sidebar{
    position: relative;
    z-index: 1;
	padding-top:70px;
	background: #f5f5f5;
	padding-bottom:26px
}
.sidebar ul {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
	margin-bottom:40px;
	background: #1A7ACE
}
.sidebar ul li {
    text-align: center;
    position: relative;
	box-sizing:border-box;
	margin-right:1%;
}
.sidebar ul li:last-child {
	margin-right:0;
}
.sidebar ul li.cl {
	padding: 0 20px;
	width:50%;
	text-align:right
}
.sidebar ul li a {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 40px;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
	box-sizing:border-box
}
.sidebar ul li a:hover {
    background: #151d2b;
    color: #fff;
}
.sidebar ul li a.act {
    background: #151d2b;
    color: #fff;
}
.sidebar ul li .children {
	position: absolute;
    z-index: 1;
	opacity: 0;
    left: auto;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    visibility: hidden;
    width: 100%;
	background: #1A7ACE;
    z-index: 2;
    transition: .3s ease;
	padding:0
}
.sidebar ul li:hover .children{
	opacity: 1;
	visibility: visible;
	transform: scaleY(1);
}
.sidebar ul li .children li {
    width: 100%;
    margin-bottom: 0;
	padding:0
}
.sidebar ul li .children li a {
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
    background: #1A7ACE;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.sidebar ul li .children li a:hover{
  background: #000;
}
.product-search{
	position: absolute;
    z-index: 10;
    top: 95px;
    left: 0;
    display: flex;
    align-items: center;
    background: #151d2b;
    width: 100%;
    padding: 10px 20px;
    box-sizing: border-box;
}
#productForm{
	display:flex;
	align-items: center;
	justify-content:space-between;
	color:#fff
}
.form-item{
	margin-right:20px;
	white-space:nowrap
}
.form-item span{
	display:inline-block;
	font-size:16px;
	padding-right:10px
}
.input-text {
	border:none;
    background: #fff;
    padding: 10px;
	font-size:16px;
	width:200px;
	box-sizing:border-box
}
.input-select {
    background: #fff;
    padding: 10px;
	font-size:16px;
	box-sizing:border-box;
	border:none
}
.input-button {
	width:60px;
	background:url(../images/input-search-white.png) no-repeat center center;
    padding: 10px;
	font-size:16px;
	box-sizing:border-box;
	border:none
}
.main{
	padding:60px 0 180px 0
}
.main-content{
	min-height:450px;
	font-size:14px;
	line-height:180%
}
.product-list{margin-top:30px;text-align:center}
.product-list ul{
	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
	text-align:left
}
.product-list ul li{
	vertical-align:top;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	margin-right:3.75%;
	margin-bottom: 20px;
	width:48.125%
}
.product-list ul li a{display:inline-block;border:1px solid #DDDDDD;position:relative;z-index:1;width:100%;box-sizing:border-box;font-size:14px;overflow:hidden}
.product-list ul a img{
	max-width:100%;
	transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.product-list ul li:nth-child(2n+0){margin-right:0px;}
.product-list ul a:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 0.4s linear;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
}
.product-list ul li p{width:100%;word-wrap:break-word;line-height:140%}

.product-box{text-align:center;}
.product-box img{max-width:100%;display:inline-block}
.product-data{
	width:600px;
	margin:20px auto 0 auto
}
.product-data table td{
	padding:5px 10px
}

.company-profile{
	display:flex
}
.company-profile .txt{
	width: 50%;
    position: relative;
	padding-top:40px;
	padding-right:40px;
}
.company-profile .txt h1{
	font-size: 30px;
    font-weight: bold;
    line-height: 1;
}
.company-profile .txt h2{
	padding-top: 40px;
	font-size: 24px;
    color: #1A7ACE;
}
.company-profile .txt p{
	padding-top:20px;
	font-size:16px;
	line-height:220%
}
.pic-list{
	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
	text-align:left;
	margin-top:50px
}
.pic-list li{
	vertical-align:top;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	letter-spacing:normal;
	word-spacing:normal;
	margin-right:3.75%;
	width:22.1875%
}
.pic-list li:last-child{
	margin-right:0
}
.company-profile .pic{
	width: 50%;
    text-align: right;
    padding-left: 10px;
}
.test li{
	float:left;
	width:30.6666%;
	margin-right:4%;
	margin-bottom:4%
}
.test li:nth-child(3n+0){
	margin-right:0;
}
.honor li{
	float:left;
	width:31.3333%;
	margin-right:3%
}
.honor li:nth-child(3n+0){
	margin-right:0px
}
.item-list{
	padding-bottom: 60px;
}
.item-list .pt{
	border-bottom:2px solid #1A7ACE;
    margin-bottom: 20px;
}
.item-list .pt span{
	font-size: 24px;
    color: #FFF;
	display:inline-block;
	padding:8px 15px;
	background-color:#1A7ACE;
    line-height: 1
}
.item-list p{
	text-align:center;
	font-size:18px
}
.item-list ul{
	font-size:0;
	[;font-size:12px;];
	*font-size:0;
	[;letter-spacing:-3px;];
	*letter-spacing:normal;
	*word-spacing:-1px;
	text-align:left
}
.item-list ul li{
	vertical-align:top;
	text-align:center;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:16px;
	text-align:center;
	letter-spacing:normal;
	word-spacing:normal;
	margin-right:3.75%;
	margin-bottom: 20px;
	width:30.83333%
}
.item-list ul li:nth-child(3n+0){margin-right:0px;}
.item-list ul li a {
	position:relative;
	display:inline-block;
	width:100%;
	height:100%;
	overflow:hidden
}
.item-list ul li a:hover .ink{
	animation: ripple 0.65s linear;
}
.item-list ul li a .ink {
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left:0;
	top:0;
	z-index:9;
	background: #1A7ACE;
	transform: scale(0);
	-webkit-transform: scale(0);
}
@keyframes ripple {
	100% {
		opacity: 0;
		transform: scale(2);
	    -webkit-transform: scale(2);
	}
}

.contact-us{
	margin-top:25px
}
.contact-us li{
	text-align:center;
	margin-bottom:20px;
}
.contact-us li .icon{
	height:55px;
}
.contact-us li .icon img{
	display:inline-block
}
.contact-us li h3{
	font-size:16px;
	color:#999
}
.contact-us li span{
	display:block;
	font-size:16px;
	line-height:140%;
	color:#333;
}
.main-map{height:400px;margin-top:40px}
#mapContainer{width:100%;height:100%;border:#ccc solid 1px;font-size:12px}

.news-list{}
.news-list li{
	padding:10px 0;
	display:flex;
	align-items:center;
	border-bottom:1px dotted #DBD4CD
}
.news-date{
	display:flex;
	align-items:center;
	flex-direction:column;
	justify-content:center;
	width:80px;
	height:80px;
	color:#005BAC;
	text-align:center;
	margin:0 20px
}
.news-date em{
	display:block;
	font-style:normal;
	font-size:32px;
	line-height:100%;
	font-weight:bold;
}
.news-date span{
	font-size:14px;
	white-space:nowrap
}
.news-content{
	margin-left:10px
}
.news-content h3{
	font-size:16px;
	padding-bottom:5px
}
.news-content span{
	font-size:14px
}
.article-detail h3{text-align:center;font-size:26px;font-weight:bold;padding:30px 0 10px 0}
.article-detail em{display:block;font-size:16px;text-align:center;color:#999}
.article-detail .desc{line-height:180%;font-size:16px;padding:30px 0 0 0}
.article-detail .desc img{max-width:100%}

.pagination{text-align:center}
.pagination ul li.pc{display:none}
.pagination ul li.wap{display:inline-block}
.pagination ul {
	display: inline-block;
	padding: 0;
	margin: 2% auto;
	font-size: 14px;
}
.pagination ul li {
	display: inline;
	list-style: none;
}
.pagination ul li a,.pagination ul li span {
	color: black;
	display: inline;
	padding: 5px 8px;
	margin-left: -1px;
	border:1px solid #e1e2e3;
	text-decoration: none;
}
.pagination ul li span {
	color: #666;
}
.pagination ul li a:hover{
	background: #1A7ACE;
	color: #FFFFFF;
}
.pagination ul li.current span{
	font-weight: bold;
	background: #1A7ACE;
	color: #FFFFFF;
}

.img{
	max-width:100%;
	max-height:150px;
	width:expression(this.width > 100% && this.width > this.height ? 100% : true);
    height:expression(this.height > 150 ? 150 : true);
	display:inline-block;vertical-align: middle;
}
.clearfix {
	zoom:1
}
.clearfix:after {
	content:"\0020";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}

@media (min-width: 768px) {
}
@media (min-width: 992px) {
	.product-list ul li{
	    width:22.1875%
    }
	.product-list ul li:nth-child(2n+0){margin-right:3.75%;}
    .product-list ul li:nth-child(4n+0){margin-right:0px;}
	.contact-us{
		display:flex;
		justify-content:space-around;
		margin-top:50px
	}
	.contact-us li{
		width:25%;
		text-align:center;
		margin-bottom:20px;
	}
	.pagination ul li.pc{display:inline-block}
    .pagination ul li.wap{display:none}
}
