.container {
  width: 1250px;
}
.images-box {
  overflow: hidden;
  position: relative;
}
.images-box img {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
  -ms-transition: 1s ease;
  -o-transition: 1s ease;
}
.images-box:hover img {
  transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -webkit-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -moz-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -ms-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
  -o-transform: translate(0, 0) rotate(0) scale(1.1, 1.1) skew(0, 0) rotateX(0) rotateY(0);
}
.scroll-box {
  overflow: hidden;
  position: relative;
}
.scroll-box ul {
  width: 9999px;
}
.scroll-box ul li {
  float: left;
}
h1,
h2,
h3,
h4,
h5 {
  font-weight: 500;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}
.clearfix:after {
  height: 0;
  clear: both;
  visibility: hidden;
}
.ui.container {
  padding: 0 15px;
  position: relative;
}
.ui.container > .item {
  padding-left: 0;
  padding-right: 0;
}
.ui.menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  margin: 0;
  box-shadow: 0 0 0 0 #fff;
  -webkit-box-shadow: 0 0 0 0 #fff;
  -moz-box-shadow: 0 0 0 0 #fff;
  -ms-box-shadow: 0 0 0 0 #fff;
  -o-box-shadow: 0 0 0 0 #fff;
  min-height: auto;
  background: none;
}
.ui.header:first-child {
  margin-top: 0;
}
.ui.header {
  margin: 0;
  font-weight: 500;
}
.item {
  border-left: none!important;
  border-right: none!important;
}
.item:before,
.item:after {
  display: none!important;
}
#header .h-top {
  background: #efefef;
  height: 26px;
}
#header .h-top .h-company p {
  color: #5c5959;
  line-height: 26px;
}
#header .h-top .h-contact p {
  color: #5c5959;
}
#header .h-top .h-contact a {
  font-size: 12px;
  line-height: 26px;
  color: #5c5959;
}
#header .i-logo {
  padding: 20px 0;
}
#header .i-logo .language {
  margin-top: 20px;
}
#header .i-logo .language .en {
  padding: 0 15px;
}
#header .i-logo .language .en a {
  display: block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border: 1px solid #000000;
  padding: 0 10px;
}
#header .i-logo .language .en a:hover {
  border: 1px solid #194077;
}
#header .i-logo .language .h-search {
  cursor: pointer;
}
#header .nav {
  background: #194077;
  position: relative;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type="submit"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
#header .nav .menu-box {
  padding: 0;
  line-height: 50px;
  height: 50px;
  position: relative;
}
#header .nav .menu-box .menu > li {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin: 0 3.7%;
  vertical-align: top;
}
#header .nav .menu-box .menu > li > a {
  font-size: 16px;
  color: #ffffff;
  display: block;
  position: relative;
  font-weight: bold;
}
#header .nav .menu-box .menu > 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: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a {
  color: #ffffff;
}
#header .nav .menu-box .menu > li:hover > a:after,
#header .nav .menu-box .menu > li.current-menu-item > a:after,
#header .nav .menu-box .menu > li.current-category-ancestor > a:after,
#header .nav .menu-box .menu > li.current-post-ancestor > a:after {
  width: 80%;
  left: 10%;
}
#header .nav .menu-box .menu > li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 189px;
  background: #d7d3d3;
  text-align: left;
  z-index: 101;
  display: none;
}
#header .nav .menu-box .menu > 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;
}
#header .nav .menu-box .menu > li .sub-menu li a {
  font-size: 14px;
  color: #000000;
  display: block;
  padding: 12px 20px;
}
#header .nav .menu-box .menu > li .sub-menu li a:hover {
  color: #ffffff;
}
#header .nav .menu-box .menu > li .sub-menu li:hover {
  background: #e33f33;
}
#banner {
  margin: 1px 0;
}
#index-body .i-product {
  position: relative;
}
#index-body .i-product .i-pro-bg {
  width: 30%;
  background: url("../images/pro-left-bg_04.jpg") no-repeat center;
  background-size: cover;
  padding: 4%;
  padding-bottom: 18%;
}
#index-body .i-product .i-pro-bg h2 {
  color: #ffffff;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#index-body .i-product .i-pro-bg h2:before {
  content: '';
  position: absolute;
  width: 190px;
  height: 2px;
  background: #bb0102;
  left: 0;
  bottom: 0;
}
#index-body .i-product .i-pro-bg h2:after {
  content: '';
  position: absolute;
  left: 190px;
  background: #ffffff;
  width: 120px;
  bottom: 0;
  height: 2px;
}
#index-body .i-product .i-pro-bg p {
  color: #ffffff;
}
#index-body .i-product .i-pro-intro {
  background: #e6e6e6;
  width: 70%;
  padding: 3% 8%;
}
#index-body .i-product .i-pro-intro p {
  color: #000000;
  font-size: 24px;
  line-height: 40px;
}
#index-body .i-product .i-pro-intro p.p2 {
  padding-left: 48%;
}
#index-body .i-product .pro-bg {
  padding: 34px 60px 24px;
  width: 93%;
  background: #ffffff;
  right: 0;
  bottom: 0;
  position: absolute;
  border-bottom: 3px solid #e33f33;
}
#index-body .i-product .pro-bg .pro-tit {
  width: 64px;
  height: 101%;
  position: absolute;
  left: -64px;
  top: 0;
  background: #e33f33;
  padding-top: 4%;
  border-bottom: 3px solid #e33f33;
}
#index-body .i-product .pro-bg .pro-tit h2 {
  color: #ffffff;
  font-size: 24px;
  text-align: center;
}
#index-body .i-product .pro-bg .pro-list {
  position: relative;
}
#index-body .i-product .pro-bg .pro-list .icon {
  width: 17px;
  height: 19px;
  position: absolute;
  background: url("../images/left_03.jpg") no-repeat;
  top: 45%;
  left: -2%;
  cursor: pointer;
}
#index-body .i-product .pro-bg .pro-list .right {
  background: url("../images/right_03.jpg") no-repeat;
  left: auto;
  right: -2%;
}
#index-body .i-product .pro-bg .pro-list .img-box {
  position: relative;
}
#index-body .i-product .pro-bg .pro-list .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(46, 62, 89, 0.8);
  left: 0;
  top: 0;
  padding-top: 30%;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-bg .pro-list .img-box .layer h2 {
  color: #ffffff;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#index-body .i-product .pro-bg .pro-list .img-box .layer h2:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 2px;
  bottom: 0;
  left: 50%;
  background: #ffffff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-product .pro-bg .pro-list .img-box .layer p {
  color: #ffffff;
  text-align: center;
}
#index-body .i-product .pro-bg .pro-list .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-product .pro-bg .pro-list .img-box:hover .layer h2:after {
  width: 116px;
  transform: translate(-50%, 0);
}
#index-body .i-application .app-list .img-box {
  position: relative;
}
#index-body .i-application .app-list .img-box img {
  width: 100%;
}
#index-body .i-application .app-list .img-box .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(46, 62, 89, 0.8);
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=100);
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  padding: 16% 10%;
  padding-bottom: 0;
}
#index-body .i-application .app-list .img-box .layer h2 {
  color: #ffffff;
  font-size: 30px;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#index-body .i-application .app-list .img-box .layer h2:after {
  content: '';
  position: absolute;
  width: 0px;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #ffffff;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-application .app-list .img-box .layer p {
  color: #ffffff;
  font-size: 24px;
}
#index-body .i-application .app-list .img-box:hover .layer {
  opacity: 1;
  filter: alpha(opacity=100);
}
#index-body .i-application .app-list .img-box:hover .layer h2:after {
  width: 225px;
}
#index-body .i-news {
  padding: 60px 0 70px;
  background: url("../images/news-bg_02.jpg") no-repeat center;
  background-size: cover;
}
#index-body .i-news h2 {
  font-family: Arial;
}
#index-body .i-news h2,
#index-body .i-news p {
  color: #2f2e2e;
  text-align: center;
}
#index-body .i-news p.p {
  background: url("../images/news-bg_03.jpg") no-repeat center;
}
#index-body .i-news a.mores {
  width: 109px;
  height: 40px;
  line-height: 38px;
  margin: 10px auto 20px;
  border: 1px solid #000000;
  color: #000000;
  display: block;
  text-align: center;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#index-body .i-news a.mores:hover {
  border: 1px solid #e33f33;
  color: #e33f33;
}
#index-body .i-news .grid-box .wid-48 {
  width: 47%;
  background: #2f2f37;
}
#index-body .i-news .grid-box .wid-48 .swiper-slide .img-box img {
  width: 100%;
}
#index-body .i-news .grid-box .wid-48 .swiper-slide .img-box .text {
  position: relative;
  width: 100%;
  padding: 25px;
  background: #2f2f37;
  z-index: 99;
}
#index-body .i-news .grid-box .wid-48 .swiper-slide .img-box .text p {
  color: #ffffff;
  font-weight: bold;
  line-height: 25px;
  text-align: left;
}
#index-body .i-news .grid-box .wid-52 {
  width: 53%;
}
#index-body .i-news .grid-box .wid-52 ul li {
  padding: 30px;
}
#index-body .i-news .grid-box .wid-52 ul li:nth-child(odd) {
  background: #495669;
}
#index-body .i-news .grid-box .wid-52 ul li:nth-child(even) {
  background: #374353;
}
#index-body .i-news .grid-box .wid-52 ul li .i-news-num {
  width: 22%;
  border-right: 1px solid #89939f;
}
#index-body .i-news .grid-box .wid-52 ul li .i-news-num h3 {
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  font-style: italic;
  line-height: 80px;
}
#index-body .i-news .grid-box .wid-52 ul li .i-news-num h3 a {
  color: #ffffff;
}
#index-body .i-news .grid-box .wid-52 ul li .i-news-num h3 a:hover {
  color: #e33f33;
}
#index-body .i-news .grid-box .wid-52 ul li .i-new-text {
  width: 78%;
  padding-left: 5%;
}
#index-body .i-news .grid-box .wid-52 ul li .i-new-text h4 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 10px;
}
#index-body .i-news .grid-box .wid-52 ul li .i-new-text p {
  color: #ffffff;
  line-height: 25px;
  font-size: 12px;
  text-align: left;
}
#footer a:hover {
  color: #e33f33 !important;
}
#footer .footer-top {
  background: url("../images/footer.jpg") no-repeat center;
  background-size: cover;
  padding: 88px 0;
}
#footer .footer-top h2 {
  font-size: 16px;
  color: #424141;
  margin-bottom: 10px;
}
#footer .footer-top p {
  color: #424141;
  font-size: 14px;
}
#footer .footer-top ul li {
  line-height: 30px;
  color: #424141;
  padding-left: 15px;
  background: url("../images/fa_11.jpg") no-repeat left center;
}
#footer .footer-top ul li a {
  color: #424141;
  transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  -moz-transition: 0.6s ease;
  -ms-transition: 0.6s ease;
  -o-transition: 0.6s ease;
}
#footer .footer-top ul li a:hover {
  color: #e33f33;
}
#footer .footer-bottom {
  background: #9f9b9b;
}
#footer .footer-bottom p {
  color: #000000;
  font-size: 12px;
  height: 60px;
  line-height: 60px;
}
#footer .footer-bottom p a {
  color: #000000;
  font-size: 12px;
}
#footer .footer-bottom p a:hover {
  color: #e33f33!important;
}
.inner-container {
    position: relative;
    padding: 0 15px;
    width: 1230px;
    margin: 0 auto;
}
.inner-banner {
    position: relative;
    height: 280px;
    background: url("../images/inner-banner.jpg") no-repeat center;
    background-size: cover;
}
.inner-banner .sideBar {
    z-index: 20;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    background-color: rgba(50, 122, 206, 0.8);
}
.inner-banner .sideBar .cat-list {
    margin-left: -20px;
}
.inner-banner .sideBar .cat-list li {
    float: left;
    line-height: 52px;
    height: 52px;
    position: relative;
}
.inner-banner .sideBar .cat-list li .children {
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 100;
    background: #222;
    display: none;
}
.inner-banner .sideBar .cat-list li:hover .children {
    display: block;
}
.inner-banner .sideBar .cat-list li a {
    padding: 0 20px 0 46px;
    color: #fff;
    position: relative;
    display: block;
}
.inner-banner .sideBar .cat-list li a:before {
    content:'';
    position: absolute;
    left: 24px;
    top: 50%;
    margin-top: -2px;
    width: 5px;
    height: 5px;
    background: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.inner-banner .sideBar .cat-list li a:hover, .inner-banner .sideBar .cat-list li a.active {
    background-color: #e33f33;
    color: #fff;
}
.inner-banner .sideBar .cat-list li .children li a {
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.bread-crumbs {
    border-bottom: 1px solid #ebebeb;
    line-height: 50px;
}
.bread-crumbs, .bread-crumbs a, .bread-crumbs span {
    font-size: 12px;
    color: #666;
}
.about-page {
    padding: 60px 0 90px;
}
.product-page {
    padding: 20px 0 40px;
}
.product-page .pro-list > .column {
    border: 1px solid #f0f0f0;
    padding: 5px;
    margin-right: 0.8%;
    width: 24.4%!important;
    margin-bottom: 20px;
}
.product-page .pro-list > .column:nth-of-type(4n) {
    margin-right: 0;
}
.product-page .pro-list > .column .con-box {
    padding: 13px 0 9px 7px;
}
.product-page .pro-list > .column .con-box .cat-tit {
    color: #969696;
    font-size: 14px;
    /*background: url("../images/pro-arr.jpg") no-repeat left center;
    padding-left: 14px;*/
}
.product-page .pro-list > .column .con-box .cat-tit span {
    color: #000;
    font-size: 16px;
    vertical-align: middle;
}
.product-page .pro-list > .column .con-box .pro-tit {
    color: #969696;
    font-size: 14px;
    margin-top: 8px;
}
.product-page .pro-list > .column .con-box .pro-tit a {
    color: #666666;
}
.m-page {
    text-align: center;
    padding: 45px 0;
    margin-top: 40px;
}
.m-page span, .m-page a {
    font-size: 12px;
    margin: 0 1px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-image: -moz-linear-gradient(top, #575e63, #404549);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #575e63, #404549);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#575e63, endColorstr=#404549, GradientType='0');
    /* IE*/
    color: #fff;
}
.m-page a:hover, .m-page .current, .m-page .active {
    background-image: -moz-linear-gradient(top, #566f82, #3e505e);
    /* Firefox */
    background-image: -webkit-linear-gradient(top, #566f82, #3e505e);
    /* Saf4+, Chrome */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#566f82, endColorstr=#3e505e, GradientType='0');
    /* IE*/
}
.prodet-page{
	padding: 0;
}
.prodet-page .prodet-top-box{
	padding: 80px 0 151px;
	background: #f3f3f7;
}
.prodet-tit{
	color: #333333;
	font-size: 22px;
	font-family: roboto-bold;
	text-align: center;
	margin-bottom: 61px;
}

.prodet-pic{
	width: 44%!important;
}
.prodet-pic .the_pic{
	background: #fff;
}
.prodet-pic .the_pic img{
	max-width: 100%;
}
.prodet-pic .the_gallery{
	margin-top: 24px;
}
.prodet-pic .the_gallery li{
	float: left;
	width: 16.8%;
	background: #fff;
	text-align: center;
	padding: 0;
	margin-right: 15px;
	cursor: pointer;
}
.prodet-pic .the_gallery li img{
	height: auto;
}
.prodet-det-one{
	padding-left: 40px;
	width: 56%!important;
}
.prodet-basic-box table{
	width: 100%;
	border-collapse: collapse;
}
.prodet-basic-box table td{
	background: #e5e5e7;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	height: 38px;
	padding-left: 48px;
}
.prodet-basic-box table tr:nth-of-type(2n) td{
	background: #eee;
}
.prodet-social{
	margin: 45px 0 33px;
}
.prodet-social a.fa{
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #000;
	border-radius: 50%;
	background: #e7e7ea;
	font-size: 16px;
	margin-right: 6px;
}

.prodet-tools a{
	display: inline-block;
	width: 120px;
	height: 38px;
	text-align: center;
	line-height: 40px;
	overflow: hidden;
	background: #0055a5;
	color: #fff;
	margin-right: 12px;
	transition: 0.3s ease;
}
.prodet-tools a:hover{
	background: #000;
}
.prodet-tools a i{
	margin-right: 12px;
}
.prodet-tools a[rel='next'] i{
	margin: 0 0 0 12px;
}

.prodet-det-two{
	background: #fff;
}
.prodet-det-two .tab-box{
	top: -64px;
	position: relative;
	z-index: 20;
}
.prodet-det-two .tab-box span{
	float: left;
	width: 19.2%;
	margin-right: 0.9%;
	cursor: pointer;
	background: #dedee0;
	height: 64px;
	text-align: center;
	line-height: 64px;
	color: #333333;
	font-size: 20px;
	transition: 0.3s ease;
}
.prodet-det-two .tab-box span:last-child{
	margin-right: 0;
}
.prodet-det-two .tab-box span:hover,
.prodet-det-two .tab-box span.active{
	border-top: 6px solid #0055a5;
	background: #fff;
}
.prodet-det-two .con-inner-box{
	padding-bottom: 80px;
}
.prodet-det-two .con-inner-box .con-box{
	display: none;
}
.prodet-det-two .con-inner-box .con-box:first-child{
	display: block;
}

.prodet-det-two .con-inner-box .con-box p{
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}
.prodet-det-two .con-inner-box .con-box table td{
	padding: 0 10px;
	border: 1px solid #fff;
}
.prodet-det-two .con-inner-box .con-box table tr{
	background: #e5e5e7;
}
.prodet-det-two .con-inner-box .con-box table tr:nth-of-type(2n){
	background: #eee;
}
.prodet-det-two .con-inner-box .con-box table p{
	text-align: center;
}
.prodet-det-two .con-inner-box .con-box p strong{
	font-weight: 500;
	font-family: roboto-bold;
}
.news-page {
    padding-top: 50px;
}
.news-page .new-list li {
    padding-bottom: 52px;
    margin-bottom: 65px;
    border-bottom: 2px solid #777777;
}
.news-page .new-list li:last-child {
    margin-bottom: 0;
}
.news-page .new-list li .new-pic {
    width: 30%;
}
.news-page .new-list li .new-con {
    width: 70%;
    padding-left: 4%;
}
.news-page .new-list li .new-con .tit a {
    height: 48px;
    overflow: hidden;
    display: block;
    color: #777777;
    font-size: 20px;
    line-height: 24px;
}
.news-page .new-list li .new-con .tit a:hover {
    color: #1960ad;
}
.news-page .new-list li .new-con .abst {
    color: #777777;
    font-size: 16px;
    line-height: 27px;
    margin: 35px 0 45px;
}
.news-page .new-list li .new-con .abst a {
    color: #1960ad;
}
.news-page .new-list li .new-con .date span {
    color: #777777;
}
.news-page .new-list li .new-con .date span:last-child {
    margin-left: 20px;
    text-transform: capitalize;
}
.news-page .new-list li:last-child {
    margin-bottom: 50px;
}
.newdet-page {
    font-family: lato-regular;
}
.newdet-page .news {
    padding: 50px 0 60px!important;
    color: #777777;
}
.newdet-page .news .news_title h1 {
    padding-bottom: 10px;
    font-size: 20px;
    text-align: center;
    color: #222;
}
.newdet-page .news .news_date {
    text-align: center;
    line-height: 22px;
    border-bottom: 1px solid #555;
    padding-bottom: 5px;
}
.newdet-page .news .news_abst {
    border-bottom: 1px solid #555;
    padding: 10px 0;
}
.newdet-page .news .news_abst p {
    display: inline-block;
}
.newdet-page .news .news_contents {
    color: #555;
    line-height: 24px;
    clear: both;
    margin-top: 10px;
    border-bottom: 1px solid #555;
    padding: 20px 0 40px;
}
.newdet-page .news .news_contents a {
    color: #555;
    font-size: 16px;
    line-height: 24px;
}
.newdet-page .news .news_contents p, .newdet-page .news .news_contents div, .newdet-page .news .news_contents span, .newdet-page .news .news_contents table {
    color: #555;
    font-size: 14px;
    line-height: 24px;
    clear: both;
}
.newdet-page .news .news_next {
    width: 99%;
    margin-top: 0px;
    padding-left: 5px;
    border-top: 0px solid #CCC;
    text-align: left;
    padding-top: 10px;
}
.newdet-page .news .news_next a {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #777;
    font-size: 15px;
    margin-left: 5px;
}
.newdet-page .news .news_next a:hover {
    width: 100%;
    height: 25px;
    line-height: 25px;
    color: #000;
}
.newdet-page .news .newsnav {
    margin-bottom: 30px;
}
.contact-page {
    background: #2e2e2e;
}
.contact-page .c-info {
    padding: 103px 0 138px;
    border-top: 10px solid #0e60aa;
}
.contact-page .c-info .box {
    border: 36px solid #393939;
    position: relative;
    padding: 40px 0 91px;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after, .contact-page .c-info .box .line {
    position: absolute;
    background: #2e2e2e;
    z-index: 11;
}
.contact-page .c-info .box:before, .contact-page .c-info .box:after {
    top: 50%;
    height: 84px;
    margin-top: -42px;
    width: 36px;
    content:'';
}
.contact-page .c-info .box:before {
    left: -36px;
}
.contact-page .c-info .box:after {
    right: -36px;
}
.contact-page .c-info .box .line {
    width: 288px;
    left: 50%;
    margin-left: -144px;
    height: 36px;
}
.contact-page .c-info .box .line-t {
    top: -36px;
}
.contact-page .c-info .box .line-b {
    bottom: -36px;
}
.contact-page .c-info .box .cName, .contact-page .c-info .box .cTit {
    color: #f0f0f0;
    font-family: roboto-medium;
}
.contact-page .c-info .box .cName {
    font-size: 18px;
}
.contact-page .c-info .box .cTit {
    font-size: 34px;
    line-height: normal;
    margin-top: 6px;
}
.contact-page .c-info .box .info {
    color: #d4d4d4;
    line-height: 32px;
    font-family: roboto-light;
    margin-top: 41px;
}
.contact-page .c-info .box .info p {
    font-size: 16px;
}
.contact-page .c-info .box .qr {
    position: absolute;
    bottom: -84px;
    width: 119px;
    left: 50%;
    margin-left: -60px;
    z-index: 20;
}
.faq-page .faq-list {
    padding: 88px 0 115px;
}
.faq-page .faq-list dt {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.5);
    padding: 16px 30px 14px;
    background-color: #343434;
    font-size: 18px;
    cursor: pointer;
    color: #9e9e9e;
    margin-bottom: 12px;
    transition: 0.5s ease;
}
.faq-page .faq-list dt:hover, .faq-page .faq-list dt.active {
    background: #1960ad;
    color: #fff;
}
.faq-page .faq-list dd {
    font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 12px;
    display: none;
}
::-webkit-input-placeholder {
    color: #777;
}
:-moz-placeholder {
    color: #777;
}
::-moz-placeholder {
    color: #777;
}
:-ms-input-placeholder {
    color: #777;
}
.portfolio-item--eff3 .portfolio-item__info {
    text-align: center;
}


.product-yd-page .proCat-box{
	background: #f4f4f4;
    padding: 67px 0 84px;
    position: relative;
}

.product-yd-page .proCat-box:nth-of-type(2n){
	background: #fff;
}

.product-yd-page .proCat-box .subCat-box .cat-tit {
    margin-bottom: 43px;
    font-size: 28px;
    color: #080808;
    text-transform: uppercase;
    background-size: auto 29px;
    line-height: 29px;
    position: relative;
    text-align: center;
}

.product-yd-page .proCat-box .proList .swiper-slide h3 {
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 50px;
    background: #fff;
    height: 50px;
    overflow: hidden;
    text-transform: uppercase;
    border: 1px solid #f4f4f4;
    border-top: none;
}


/*asid_share*/
.asid_share{position:fixed;width:83px;bottom:15%;right:0;z-index:890;}
*html #asid_share{position:absolute;top:expression(documentElement.scrollTop + "px");margin:300px 0 0 0;}

.asid_share .asid_share_box{width:100%;margin-bottom:3px;text-align:center;position:relative;}
/*.asid_share .asid_share_box a{display:block;height:80px;padding-top:5px;}
.asid_share .asid_share_box a:hover{background:#e12500;text-decoration:none;}*/
.asid_share .asid_share_box a:hover .asid_title,.asid_share .asid_share_box .asid_title{color:#fff;font-size:12px;display:block;/*padding-left:6px;*/line-height:18px;/*width:30px;*/margin-top:-2px;}
.asid_share .red_bag{background:;text-decoration:none;}
.asid_share .asid_sha_layer{border:1px solid #ccc;background:#fff;position:absolute;right:83px;bottom:-0px;}

.sweep_img{padding:10px; width:200px;}
.asid_share_box .asid_help_list li{line-height:26px;}
.asid_share_box .asid_help_list li a{line-height:26px;height:26px;text-align:center;}
/*.asid_help_list li a:hover{color:#fff;}*/

.asid_share_triangle{width:12px;height:40px;position:absolute;right:90px;bottom:-12px;z-index:100;}
.border_sj,.con_sj{display:block;width:18px;height:28px;font-size:18px;overflow:hidden;font-family: SimSun;}
.border_sj{color:#ccc;font-style:normal;}
.con_sj{color:white;margin:-14px -2px 0 0;margin:-28px 0 0 -2px;}


.wpulike.wpulike-default{
	display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default{
	display: block;
} 
.post-views-box{
  position: relative;
  margin: -50px 0 0 100px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png)!important;
  filter: none;
}
.wpulike{
  z-index: 10;
}
.wpulike.post-views-box{
  z-index: 5;
}