 
/* ----------基本元素重置----------- */
html,body { font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif; font-size:15px; color:#515151; line-height:1.8;  }
a:link { color:#515151; text-decoration:none; }
a:visited { text-decoration:none; color:#515151; }
a:hover { text-decoration:none; color:#015897; }
a:active { text-decoration:none; color:#515151; }
a img, img { border:none;vertical-align:middle; max-width:100%  } 
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, blockquote, pre, form,input,select,textarea,button, fieldset, table, th, td, span,form,p,a,img,object,embed  { padding:0px; margin:0px; list-style:none; }
table{border-collapse:collapse;border-spacing:0;border:0;}
input, textarea, select, button, file { vertical-align:middle}
h1, h2, h3, h4, h5, h6 { font-weight:normal}
.bold { font-weight: bold}
.fl { float: left !important;}
.fr { float: right !important;}
.fa {  display:inline-block; vertical-align:middle; background-repeat:no-repeat; background-position:center}
.overflow { overflow:hidden }
.clearfix,.c,.clear { clear:both; *zoom: 1;}
.clearfix:after{content: "";display: block;clear: both;}
.text-center { text-align:center }
.none { display:none }
.blue { color:#095d9b }
.block { height:20px; clear:both }
.page-wrapper,.wrapper,.page-wrapper-row { width:1280px; margin: 0 auto; max-width:92%; }
@media screen and (max-width: 1350px) {
.page-wrapper,.wrapper { width: 90%; }
}
 

.zoom { position: relative; display:block; overflow:hidden; width: 100%; height: 0; padding-bottom: 65%; }
.zoom span{ display: block; position: absolute; width: 100%; height: 100%;  background-position: center; background-repeat: no-repeat; background-size: cover;webkit-transform: scale(1);-moz-transform: scale(1);-o-transform: scale(1); transform: scale(1);-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.zoom span:hover {webkit-transform: scale(1.06);-moz-transform: scale(1.06); -o-transform: scale(1.06);transform: scale(1.06); -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}

.box-shadow {
-webkit-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1);
    box-shadow: 0 1px 5px 2px rgba(200, 200, 200, .1); }
.box-shadow:hover {
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); }
.line1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; /*溢出部分省略号*/
}
.line2 {
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;	
  display: -webkit-box;		/*特别显示模式*/
  -webkit-line-clamp: 2;	/*行数*/
  line-clamp: 2;					
  -webkit-box-orient: vertical;	/*盒子中内容竖直排列*/
}


/* 头部 */
.header{ position:relative; height: 90px; border-bottom:1px solid #fff; background:#fff; z-index:990; }
.header .wrapper { position:relative }
.header .logo  { position: relative; height: 90px; float:left; z-index:9; }
.header .logo a {
  position:relative;
  height:120px; 
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.header .logo img { height:85px; }
.header .logo a:before { content:""; display:block; position:absolute; right:0; top:0; bottom:-1px; width:800px; background:#fff; z-index:-1 }
.header .logo a:after { content:""; display:block; position:absolute; right:-48px; bottom:-1px; width:48px; height:31px; background:#0F6; background:url(../img/logoborder.png) no-repeat right bottom; z-index:99 }


.header .language { position:relative; margin-left:1%; color:#015897; float:right; line-height:90px; padding-left:28px; background:url(../img/language.png) no-repeat center left; background-size:24px auto; z-index:9; font-size:16px; }
 
.header .language .language-btn { position:relative; display:inline-block; cursor:pointer; color:#015897; }
.header .language .language-btn::after {
    display: inline-block;
    content: '';
    width: 0;
    height: 0;
	vertical-align:middle;
	margin-left:3px;
    border-top: 7px solid #015897;
	border-radius:1px;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
.header .language .language-btn.cerrar { }
.header .language .language-btn.cerrar::after { transform: rotate(180deg);}
.header .language .language-box { display: none; position:absolute; right:-20px; top:75px; padding:10px 5px; background:#fff; width:80px; text-align:center; z-index:99;-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); }
.header .language .language-box a { display:block; line-height:30px; }



.header .navbox { float:right; }
.header .nav{ height: 90px; }
.header .nav li { position: relative;float: left; margin:0 16px; }
.header .nav li>a{ line-height: 90px; font-size:16px; font-weight:bold; color:#015897; padding:0px 5px !important; text-transform: uppercase; position:relative }
.header .nav li.active>a { color:#e50015 }
.header .nav li>a::after { background:#eecacb; display:none; content: ""; width:0; height:8px; position:absolute; bottom:0px; left:0; z-index:-1 }
.header .nav li.active a::after { width:100% }
.header .nav li .nav-list {z-index:21;position:absolute;display:none;overflow:hidden;top:90px; background:#fff; left:-20px;width:100%; min-width:240px; padding:0px 0 }
.header .nav li .nav-list dl dd { position: relative }
.header .nav li .nav-list dl dd i{ display:inline-block; position:absolute; right:15px; top:15px;
    height: 8px;
    width: 8px;
    border-width: 2px 2px 0 0;
    border-color: #afafaf;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 1px;
}
.header .nav li .nav-list dl dd>a { display:block; line-height:48px; padding:0 25px; font-size:16px; text-transform:capitalize; height: auto; overflow:hidden; border-bottom:1px solid #cfd7e9; background: #e4ecff; color:#007cba; }
.header .nav li .nav-list dl dd a:hover { background:#fff}
.header .navbtn { display: none; width:50px; height:60px; line-height:60px; position:absolute; right:0px; font-size:0; text-align:center; background:url(../img/icon-nav.png) no-repeat center; }
.header .nav li .nav-list:hover { overflow:inherit; }
.header .nav li .nav-list dl dd .nav-list-sub { display:none; background:#fff; width: auto; min-width:160px; padding:0px 0; position:absolute; left:100%; top:0; }
.header .nav li .nav-list dl dd .nav-list-sub p a { height:38px; line-height:38px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; font-size:14px; }
.header .nav li .nav-list dl dd:hover .nav-list-sub { display:block }





/* 搜索 */
.searchbtn { position:relative; margin-left:2%; color:#015897; float:right; line-height:90px; width:40px; background:url(../img/search2.png) no-repeat center left; background-size:24px auto; z-index:9; font-size:0; }
.search { width:25%; margin-left:1%; position: absolute; right:5%; top:70px; display:none  }
.search form { position:relative; height:38px; margin:25px 0 0 0 }
.search input { height:38px; width:100%; line-height:38px; border: none; border:1px solid #ccc; border-radius:40px; text-indent:15px }
.search button { height:38px; width:38px; line-height:38px; border: none; background:url(../img/search.png) no-repeat center; position:absolute; right:5px; top:0; cursor:pointer; font-size:0  }
.screen-result .active {color:#e50015}


/*底部*/
.ifooter { background:#e0e8f3; padding:2% 0; box-shadow:0px 0px 10px 0px #eee; border-top:1px solid #eee; margin-top:3% }
.ifooter-info { width:42%; float:left; }
.ifooter-info h2 { font-size:24px; color:#222; margin-bottom:20px }
.ifooter-info .ifooter-logo img { height:80px; margin-bottom:10px  } 
.ifooter-info p { font-size:16px; margin-bottom:5px }
.ifooter-con {  width:48%; float:right;text-align:justify; text-justify:inter-ideograph; }
.ifooter-con h2 { font-size:22px; color:#015897; margin-bottom:10px; font-weight:bold }
.icopyright { padding:10px 0;  }



/*----------底部样式---------*/
.footer { position:relative; height: auto; padding:3% 0px 2% 0; background:#e0e8f3; margin-top:3%; }
.footer .footlogo { float:left; width:300px; text-align:center; margin-right:10%; position:relative; color:#e50015 }
.footer .footlogo:after{ content: "";display: block;clear: both; position:absolute; right:230px; top:85px; width:700px; height:70px; background:url(../img/fline.png) no-repeat center right;  }
.footer .footlogo h3 { font-size:15px; color:#e50015; margin-top:5px; }
.footer .footlogo img.flogo { height:60px; margin-bottom:10px; }
.footer .footlogo .hongpei { position:absolute; right:20px; top:-18px; max-width:none }
.footer .footmsg {  float:left; width:30%; }
.footer .footmsg h3 { font-size:16px; color:#015897; font-weight:bold; margin:0 auto 10px auto }
.footer .footmsg p { margin-top:8px; line-height:22px }
 
.footer .footwx { float:right; }
.footer .footwx h3 { font-size:16px; color:#015897; margin:0 auto 20px auto }
 
.footer .footwx h3 a { font-size:18px; padding:7px 28px; border-radius:2px; background:#015897; color:#fff;  } 
.footer .footwx li { float:right; text-align:center; font-size:12px; margin-right:20px; }
.footer .footwx li img { height:130px; margin-bottom:3px }
.copyright { background:#e0e8f3; border-top:1px solid #bfcfe6; height:50px; line-height:50px; font-size:14px; text-align:center }


#advshow { position:absolute;left:50px;top:60px; z-index:999; display:none }
#advshow #close { width:20px;height:20px;position:absolute; top:-10px;right:2px; text-align: center; font-size:24px; cursor:pointer; color:#999 }
.advcon { width:330px; min-height:80px; line-height:24px; background:rgba(255, 255, 255, .9); border:2px solid #f99c3f; border-radius:5px; overflow:hidden; }
.advcon a { }
.advcon img { width:100% }
.advcon .txt { padding:15px; color:#015897  }
.advcon p { margin:5px auto }
.advcon a { color:#015897; display:inline-block; }
.advcon a:hover { color:#c92b2f }


/*客服*/
.bottom_tools{position:fixed;z-index:99;right:5px; top:60%; }
.bottom_tools dd a { display:block; width:52px;height:52px; margin-top:10px; border:0; background-color:#fff; background-repeat:no-repeat; background-position:center; background-size:30px auto; border-radius:2px;
-webkit-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2); }
.bottom_tools dd a:hover { background-color:#f3f3f3 }
.qr_tool { background-image: url(../img/weixin.png); }
.qr_img{position:absolute; top:-40px; right:60px; display:none; max-width:180px }
.cart { position:relative; background-image: url(../img/cart.png); }
.cart span { position:absolute; right:3px; top:4px; background:#3fa5f0; color:#fff; display:inline-block; width:20px; height:20px; line-height:20px; font-size:13px; border-radius:50%; text-align:center; }
#scrollUp { display:none; background-image: url(../img/top.png);}

@media screen and (max-width: 1350px) {
.search { padding: 0 2%; margin-left: 4%;}
.header .nav li { margin:0 8px; }

}
@media screen and (max-width: 1200px) {
.navbox { background:#fff; float:none; padding:10px 15px; position: absolute; top:61px; right:0; z-index:1000; display:none }
}
@media screen and (max-width: 1080px) {
.header .wrapper { width:100% }
.header .logo { }
.header .logo img { }

.nav{ height: auto; }
.header .nav li { position: relative;float: none; margin:0 5px }
.nav li>a{ margin:5px 10px; line-height:40px; font-size:14px }
.navbtn { display: block; }
.search { float: none; position:absolute; right:0; top:40px; display:none }

}




/*栏目标题*/
.title { margin-bottom:20px  } 
.title.white { color:#fff }
.title h2 { font-size:36px; color:#e50015; line-height:1.4; }
.title h2 a {  color:#e50015;}
.title h2:after {content:""; display:block;  } 
.title h2 span { display:inline-block; font-size:24px; border-top:1px solid #e50015; padding-top:10px; }

/*更多*/
.more { } 
.more a { display:inline-block; height:32px; line-height:32px; padding-left:45px; font-size:20px; color:#015897; background:url(../img/imore.png) no-repeat left center; background-size:32px auto  }
 
.page { margin:3% auto }
.page-l { width:23%; float:left }
.page-r { width:75%; float: right }
.page-r .h3 { font-size:24px; color:#e50015; margin-bottom:20px; }

 
/*栏目图*/
.column-bg { position: relative; width:100%; height:80px; padding:10% 0; box-sizing:content-box; background-color:#f7e0e2; background-size: cover; background-position:center; background-repeat:no-repeat; }
.column-bg .wrapper { position: relative; height:80px;  }
.columntit { position:absolute; bottom:15%; left:10%; right:10%; text-align:center; line-height:1.4; color:#fff; -webkit-animation: columntit 1.5s; animation: columntit 1.5s; }
.columntit h1 { font-size:36px; letter-spacing:2px; font-weight:bold; text-transform: capitalize; color:#fff; display:none; /*text-shadow: 0 1px 1px rgba(0,0,0,0.3);*/ }
.columntit h3 { font-size:24px; letter-spacing:2px; font-weight:bold; text-transform: capitalize; color:#444;  }
@-webkit-keyframes columntit {
	0% { bottom: 30%; opacity: 0;}
	100% { bottom: 15%; opacity: 1;}
}
@keyframes columntit {
	0% { bottom: 30%; opacity: 0;}
	100% { bottom: 15%; opacity: 1;}
}
#column-bg { padding:2% 0 3% 0; }
#column-bg h1 { display:block; color:#333; }

.column { position: relative; margin-top: -50px; margin-bottom: 3%;  padding: 20px 50px; background: #fff; z-index:9;
-webkit-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1); }
.column ul li { position:relative; float:left; text-transform: capitalize; margin-right:5%; padding:10px 0px; } 
.column ul li>a { font-size:18px; position:relative; padding:0px 6px; }
.column ul li>a::after { background:#bcf5d2; display: block; content: ""; width:0; height:8px; position:absolute; bottom:3px; left:0; z-index:-1 }
.column ul li.active>a::after { }
.column ul li.active>a { color:#44a4f4 }
.column ul li>a i { display:inline-block; 
    height: 8px;
    width: 8px;
    border-width: 0 2px 2px 0;
    border-color: #777;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
	margin-left:8px;
	vertical-align:middle;
	margin-top: -6px;
    border-radius: 1px;}
.column ul li.active>a i { border-color:#095d9b }
.column .back { position:absolute; right:50px; top:50%; margin-top:-15px; padding-left:30px; background:url(../img/back.png) no-repeat center left; background-size:20px auto; font-size:18px; color:#666; }
.column-subnav { display:none; background:#fff; width: auto; padding:15px 0; position:absolute; left:0; top:100%; z-index:11;
-webkit-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    -moz-box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2);
    box-shadow: 0 2px 5px 2px rgba(50, 160, 230, .2); }
.column-subnav dd a { height:40px; line-height:40px; padding:0 20px; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; font-size:16px; }
.column-subnav dd.active>a { color:#095d9b }
.column ul li:hover .column-subnav { display:block }


.menu ul { margin:20px auto }
.menu ul li { font-size: 16px; margin-bottom: 10px; color: #8a8a8a;}
.menu ul li a { color: #8a8a8a;}
.menu ul li.active a { color:#015897 }

.consult { font-size:16px; color:#015897; margin:30px auto }
.consult a { background:#015897; color:#fff; border-radius:6px; overflow:hidden; display:block; width:100px; height:34px; line-height:34px; text-align:center; margin:12px 0 30px 0 }
.consult-img { position:relative }
.consult-img span { position:absolute; bottom:50px; left:10px; font-size:17px; }
.consult p { margin:10px auto }
.serhour { color:#e50015; margin-bottom:20px; }
.serhour p { font-size:18px }
.serhour h3 { font-size:24px; line-height:1.2 }

/*面包屑*/
.breadcrumb { background:#fff; text-align:right; padding:15px 0; font-size:15px; line-height:40px;height:40px }
.breadcrumb a { display:inline-block }
.breadcrumb .home { padding-left:26px; background:url(../img/home.png) no-repeat center left}
.breadcrumb i { display:inline-block; margin:0 3px; font-style:normal; font-family:"Simsun" }

 
/*** 分页样式 **/
.search-pagination{ padding:3% 0; clear:both; text-align:center; height: auto; font-size:14px; }
.search-pagination ul li{ display: inline-block; line-height:38px;height:38px; margin:0 3px;overflow:hidden; background:#fff;}
.search-pagination ul li a { color:#666; display: inline-block;padding:0px 16px; background:#eee;  }
.search-pagination ul li:hover{ text-decoration:none; }
.search-pagination ul li:hover a {  }
.search-pagination ul li.active,
.search-pagination ul li.active a,.pagebox ul li.active a:hover { background:#e0e8f3; color:#0067b4; }
.search-pagination ul li.active { }

@media screen and (max-width: 960px) {
/*面包屑*/
.breadcrumb {  padding:6px 0; font-size:12px; line-height:30px;height: auto }
.breadcrumb .home { padding-left:20px; background-size:14px auto }
 
/*** 分页样式 **/
.search-pagination ul li{  line-height:30px;height:30px; margin:0 3px; }
.search-pagination ul li a { padding:0px 12px;  }

}



/*banner*/
.banner{width:100%;height: auto;overflow:hidden;position:relative; background:#f4f4f4 }	
.banner .swiper-container.swiper-banner { position: relative; max-height:1000px; }
.swiper-banner .swiper-slide { background:#fff }
.swiper-banner .swiper-slide video {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 0;
	bottom:0;
    object-fit: cover;
}
.banner .swiper-container .ban_video .detail { display:none }
.swiper-banner .swiper-slide img { filter:alpha(Opacity=0);-moz-opacity:0;opacity: 0; }
.swiper-banner .swiper-slide.swiper-slide-active img { filter:alpha(Opacity=100);-moz-opacity:1;opacity: 1; }
 
.banner .swiper-container-horizontal > .swiper-pagination-bullets { width:100%; text-align:center; bottom:20px; }
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { background-color: rgba(255,255,255,.6) }
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{ background-color: rgba(193,45,130,.8); background:#fff  }

/*.swiper-banner .swiper-slide img{
	width:105%;
	animation-duration:5s;
	animation-timing-function:linear;
	animation-fill-mode: forwards;
	-webkit-animation-duration:5s;
	-webkit-animation-timing-function:linear;
	-webkit-animation-fill-mode: forwards;
	}	*/
 
.swiper-banner .swiper-slide .detail{
	position:absolute;
	width:35%;
	right:8%;
	bottom:20%;
	height: auto;
	color:#fff;
	font-size:24px;
	opacity:0;
	z-index:99;
    transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  
}
.swiper-banner .swiper-slide .detail a { color:#fff }
.swiper-banner .swiper-slide .detail img { width:100% }
.swiper-banner .swiper-slide-active .detail{
	bottom:0;
	opacity:1;
}
.swiper-banner .swiper-slide-active .detail h2 { font-size:48px; line-height:1.1; font-weight:bold; margin-bottom:15px; }


.banner .swiper-container .swiper-pagination { bottom: 5%; text-align: center; left:0; }
.banner .swiper-container .swiper-pagination-bullet {
    opacity: 1;
    position: relative;
    width: 40px;
    height: 4px;
    border-radius: 0;
    margin: 0 5px;
    background-color: rgba(200,200,200,0.9);
    transition: background-color .5s ease;
}
.banner .swiper-container .swiper-pagination-bullet-active { width: 60px; }
.banner .swiper-container .swiper-pagination-bullet::before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: scaleX(0);
    transform-origin: 0 0;
}
.banner .swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
    animation: sliderPagination 6s linear forwards
}
.banner .swiper-container .swiper-pagination-bullet:hover {
    background-color: #fff;
}
@keyframes sliderPagination {
 	100% {
		transform: scaleX(1);
        opacity: 1;
    }
}



.ititle { position:relative; font-size:28px; font-weight:bold; color:#2196f3; letter-spacing:1px; text-align:center; padding:10px 0; margin-bottom:3%; }
.ititle span { display:inline-block; vertical-align:middle; margin:0 15px; }
.ititle:after,.ititle:before {
    content: ''; display: inline-block; width:10%; height:1px; background:#2196f3; vertical-align:middle;
}

 

.iadv { padding:5% 0 6% 0; margin:50px auto; background:url(../img/iadv.jpg) no-repeat center; background-size:cover; background-attachment:fixed; color:#fff }
.iadv .tit { font-size:24px; margin-bottom:3% }  
.iadv .text { font-size:18px; line-height:2 }  
.iadv .text p { margin:10px auto }

 /*关于我们*/
.iabout { padding:4% 0; margin:3% auto; background:#e4ecff; }
.iabout .tit { font-size:26px; font-weight:bold; color:#015897; margin-bottom:10px } 
.iabout .txt { font-size:20px; color:#222; }  
.iabout .more { margin-top: 20px; font-size:14px; padding:6px 23px; border-radius:5px; float:right; background:#e50015; color:#fff; border:1px solid #e50015 } 
.iabout .more::before{
	display:inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-right:10px;
}
.iabout .more:hover { background: none; color:#e50015; } 
.iabout .more:hover::before{
	border-top: 1px solid #e50015;
	border-right: 1px solid #e50015;
}

.imenu { margin:3% auto }
.imenu ul li { width:18%; float:left; margin-right:2.5%; margin-bottom:1%; padding:15px; border:1px solid #ddd; box-sizing: border-box; border-radius:10px; text-align:center;
-webkit-box-shadow: 0 0 15px rgba(100, 100, 100, .4);
    -moz-box-shadow: 0 0 15px rgba(100, 100, 100, .4);
    box-shadow: 0 0 15px rgba(100, 100, 100, .4); }
.imenu ul li:last-child { margin-right:0 }
.imenu ul li h3 { font-size:22px; color:#333; margin:8px auto }
.imenu ul li a { display:inline-block; background:#2196f3; color:#fff; border-radius:4px; padding:3px 20px; font-size:14px; } 
.imenu ul li img { height:100px; }
.imenu ul li:hover img { transform:rotateY(180deg); transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  } 
.imenu ul li a:hover { background:#e4ecff; color:#2196f3 }

/*产品*/
.iproduct { margin:5% auto 3% auto; position:relative }
.iproduct ul li { margin-bottom:5%; background:#e4ecff; overflow: hidden }
.iproduct ul li .img { position:relative; float:left; width:48%; padding:4% 0; }
.iproduct ul li .img img { width:100%; position:relative;
-webkit-box-shadow: 0 0 15px rgba(100, 100, 100, .4);
    -moz-box-shadow: 0 0 15px rgba(100, 100, 100, .4);
    box-shadow: 0 0 15px rgba(100, 100, 100, .4); }
.iproduct ul li .img:before {
    content: ''; display: block; position:absolute; left:0; top:0; width:85%; height:200%; background:#fff; z-index:0; 
}
.iproduct ul li .txt { float:left; width:42%; padding:5% 5%; font-size:18px;  }
.iproduct ul li .txt h2 { font-size:26px; font-weight:bold; color:#015897; margin-bottom:10px } 
.iproduct ul li .txt .more { position:absolute; bottom:12%; right:5%; margin:0; font-size:14px; padding:6px 23px; border-radius:5px; float:right; background:#e50015; color:#fff; border:1px solid #e50015 } 
.iproduct ul li:nth-of-type(2n) .img { float:right; }
.iproduct ul li:nth-of-type(2n) .img:before { left:auto; right:0 }
.iproduct ul li:nth-of-type(2n) .txt .more { right: auto; left:5% }
.iproduct ul li .txt .more::before{
	display:inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: rotate(45deg);
	margin-right:10px;
}
.iproduct ul li .txt .more:hover { background: none; color:#e50015; } 
.iproduct ul li .txt .more:hover::before{
	border-top: 1px solid #e50015;
	border-right: 1px solid #e50015;
}


  /*客户*/
.icustomer { margin:3% auto }
.icustomer .txt { margin:20px auto; font-size:16px; color:#222; text-align: justify; text-justify: inter-ideograph;}
.icustomer .img img { width:100% }

.links-box { text-align:center; margin:50px auto }
.links-box li { position:relative; width:10%; float:left;  list-style:none; text-align:left; }
.links-box li:first-child {}
.links-box li:nth-of-type(11) {
	margin-left:5%; 
}
.links-box li:nth-of-type(30) {
	margin-left:5%; 
}



/*文化*/
.iculture { position:relative; z-index:9 }
.iculture-list { padding:1% 0 }
.iculture-list ul li { position:relative; width:23%; float:left; margin-right:2%; margin-bottom:2%; background:#fff }
.iculture-list ul li:nth-of-type(4n) { margin-right:0 }
.iculture-list ul li .clearfix { position:relative;}
.iculture-list ul li .zoom { padding-bottom:65%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.iculture-list ul li .text { display: block; position:absolute; left:0; right:0; bottom:0; top:0; color:#555; padding:10%; font-size:14px; line-height:1.8 }
.iculture-list ul li .text h3 { font-size:20px; font-weight:bold; color:#015897; margin-bottom:8px; line-height:1.2 }
.iculture-list ul li:hover .text a { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.iculture-list ul li:hover .pic .zoom span {  }
  



/*首页新闻*/
.inews { position:relative; padding-top:3%; margin-top:5% }
.inews:before {
    content: ''; display:block; width:100%; height:40%; position:absolute; top:0px; left:0; background:#e4ecff; background-size:100% auto;
}
.inews-box { position:relative; margin:0 auto; padding:3% 3% 3% 3%; background:#fff; z-index:1;
-webkit-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    -moz-box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);
    box-shadow: 0 1px 5px 2px rgba(50, 160, 230, .1);  }
.swiper-inews { position:relative; text-align:center }

.swiper-inews .swiper-button-prev2,.swiper-inews .swiper-button-next2 { display:inline-block; width:40px; height:40px;line-height:40px; background-color:#2196f3; background-position:center; background-repeat:no-repeat; background-size:8px auto; cursor:pointer; vertical-align:top;opacity: 0.5; }
.swiper-inews .swiper-button-prev2 { background-image: url("../img/iprev.png");}
.swiper-inews .swiper-button-next2 { background-image: url("../img/inext.png");  }
 
.inews .swiper-button-prev2:hover,.inews .swiper-button-next2:hover { background-color:#2196f3 }
.swiper-inews li .txt { color:#8a959b; padding:20px 0 5px 0; text-align: left }
.swiper-inews li .txt h3 a { display:block; font-size:20px; line-height:1.4 }
.swiper-inews li:hover .txt h3 a { color:#015897 }
.swiper-inews li .txt p { margin:10px 0 0 0 } 
.inews .swiper-container-horizontal > .swiper-pagination-bullets { position:relative; display:inline-block; width: auto;vertical-align:top; bottom:auto; left:auto;  }
.inews .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet { display:inline-block; width:40px; height:40px; line-height:40px; border-radius:0; font-size:14px; margin:0 1px; color:#fff; background:#2196f3 }


.shebei { position:relative }
.shebei .swiper-button-prev,.shebei .swiper-button-next { display:inline-block; left:55%; right:auto; top:auto; bottom:10px; background-color: #fff; margin-top: 20px; background-image: url(../img/sleft.png); }
.shebei .swiper-button-next { background-image: url(../img/sright.png); margin-left:65px; }





/*视频*/
.list-video { margin:3% auto; }
.list-video .wrapper { position:relative; max-width:900px;  }
.vedio-con{position:relative;overflow:hidden; z-index:3; margin:0 auto; }
.vedio-con img{width:100%;}
.vedio-con .video-js{position:absolute;width:100%;height:100%;top:0;left:0;}
.vedio-con .vjs-big-play-button{border-radius:50%;width:100px;height:100px; top:50%;left:50%; }
.vedio-con .vjs-big-play-button:before{line-height:78px;left:2px;color:#fff;text-shadow:none;display:none;}
 
.video-list {position: absolute; width:auto; left:30px; bottom:80px; z-index:99 }
.video-list a.arrow{cursor:pointer;display:block;text-align:center;height:32px;line-height:32px;  background:url(../img/top11.png) no-repeat 10px center; font-size:0 }
.video-list a.arrow:hover{ color:#fff;}
.video-list a.arrow.top { display: none }
.video-list .video-list-con{position:relative;overflow:hidden; height:auto !important}
.video-list li.con {padding:5px 0;width: auto; float:none; box-sizing:border-box;  }
.video-list li.con .img { width: auto;height:50px; line-height:50px; position:relative;overflow:hidden; box-sizing:border-box; color:#eee; font-size:16px; cursor:pointer }
.video-list li.con .img a { display: inline-block; color:#eee; background:rgba(10,10,10,0.6); padding:0px 20px; border-radius:2px;}
.video-list li.con .img img{width:100%;}
.video-list li.con p { height:30px; line-height:30px; text-align:center; font-size:12px;}
.video-list li.con.on{}
.video-list li.con.on a {color:#2196f3;}
.video-list li.con.on .img a{ background:rgba(10,10,10,0.5);  }




 
/*--------------- 内页 ---------------*/
.about-text { font-size:18px; line-height:2; }

/*发展历程*/
.course_list { padding:0px 30px 20px 30px; margin:50px auto; background:url(../img/localine.png) repeat-y 28px;   }
.course_list ul li  { position:relative; padding:30px 0px; height:auto; line-height:1.6; position:relative; color:#666; border-top:1px solid #999; }
.course_list ul li:before {
    content: ''; display:block; width:40px; height:40px; position:absolute; top:-20px; left:-20px; background:url(../img/quan.png) no-repeat center; 
}
.course_list ul li .course_txt { float:left; width:55%; margin-left:3% }
.course_list ul li .course_txt>h3 {  position:relative; font-size:20px; color:#e50015; }
.course_list ul li .course_txt div { padding:10px 0; }
.course_list ul li .course_img { width:35%; height: auto; float:right; }
.course_list ul li .course_img img { width:100%; height: auto;}


/*联系我们*/
.contact h3 { font-size:18px; color:#111; line-height:30px; margin-bottom:10px}
.contact { font-size:15px }
.contact p { margin-top:8px }
.contact .qrcode {  width:190px; border:1px solid #ddd;margin:30px 0;}
.contact-map { width:190px; height: auto; border:1px solid #ddd;  }
  
 
  /*文化*/
.culture-list { padding:1% 0 }
.culture-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.culture-list ul li:nth-of-type(3n) { margin-right:0 }
.culture-list ul li .clearfix { position:relative;}
.culture-list ul li .zoom { padding-bottom:65%; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.culture-list ul li .text { display: block; position:absolute; left:0; right:0; bottom:0; top:0; color:#555; padding:10%; font-size:15px; line-height:1.8 }
.culture-list ul li .text h3 { font-size:20px; color:#015897; margin-bottom:8px;  }
.culture-list ul li:hover .text a { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.culture-list ul li:hover .pic .zoom span {  }
  

/*表单*/
.feedback-box { position:relative; padding:3%; background:#fff;  }
.feedback { position:relative; margin-bottom:30px; }
.feedback form {  }
.feedback .form-group { width:48%; float:left; margin:10px 0 }
.feedback .form-group label { color:#888; }
.feedback .form-xieyi { }
.feedback .form-xieyi label { display:inline-block; cursor:pointer }
.feedback #dr_row_title,.feedback #dr_row_email,.feedback #dr_row_subject { margin-right:4% }
.feedback .form-code img { background:#fff; border:1px solid #ddd; padding:0 5px }
.feedback label.mt-checkbox { display: inline-block; margin:10px 5% 10px 0; cursor:pointer }
.feedback textarea { background:#eee; border:1px solid #eee; width:100%; min-height:120px; padding:10px; box-sizing:border-box; color:#fff; font-family:Arial, Helvetica, sans-serif;border-radius: 4px }
.feedback input[type=text] { display:inline-block; vertical-align:middle; background:#eee; border:1px solid #eee; width:100%; height:45px; line-height:45px; text-indent:10px; border-radius: 4px; }
.feedback input[type=radio],.feedback input[type=checkbox] { width:20px; height:20px; vertical-align:middle; -webkit-appearance:none;background-color: #fff; border:1px solid #ddd; margin-right:5px; position:relative }
.feedback input[type=checkbox]:checked::after{
     content: "✓";
     font-size: 12px;
     font-weight: bold;
	 color:#015897;
	 border-radius: 3px;
	 margin-left:4px;
}

.feedback input::-webkit-input-placeholder{ color:#888; }
.feedback input::-moz-placeholder{   /* Mozilla Firefox 19+ */ color:#888; }
.feedback input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#888; }
.feedback input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#888; }
.feedback textarea::-webkit-input-placeholder{ color:#888; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */ color:#888; font-family:Arial, Helvetica, sans-serif }
.feedback textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ color:#888; font-family:Arial, Helvetica, sans-serif }

.form-btn {  margin:3% auto; } 
.form-btn button { display:inline-block; background:#e50013; cursor:pointer; border:none; color:#fff; padding:10px 30px; font-size:16px; min-width:180px; border-radius: 4px }
.form-btn button:hover { background:#015897 }
.feedback-list { background:#f8f8f8; padding:4%; margin-bottom:3%; text-align:center; }
.feedback-list>img { max-height:280px; }
.feedback-listtxt { max-width:800px; margin:5% auto; background:#f2f2f2; font-size:18px; color:#666; line-height:2; border:1px dashed #ccc; padding:2%; text-align:center }
.feedback-listtxt h3 { font-size:45px; text-transform:capitalize }



/*新闻*/
.news-list { padding:1% 0 }
.news-list ul li { position:relative; margin-bottom:3%; background:#fff;
-webkit-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    -moz-box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3);
    box-shadow: 0 2px 5px 3px rgba(200, 200, 200, .3); }
.news-list ul li:nth-of-type(3n-1) { margin-right:0 }
.news-list ul li .pic { position:relative; float:left; width:30%; }
.news-list ul li .text { float:right; width:66%; color:#555; padding:20px; font-size:16px; }
.news-list ul li .text h3 a { display:block; font-size:20px; color:#e50015; margin:10px 0; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; }
.news-list ul li .text p { height:56px; overflow: hidden;  }
.news-list ul li .text .date { display:block; font-size:15px; color:#888; margin:10px 0; } 

/*新闻详情*/
.news-box { padding:30px; background:#fff }
.news-title { font-size:24px; color:#333; margin-bottom:6px; text-align:center; font-weight:600 }
.news-desc { margin-bottom:30px; color:#666; text-align:center; padding-bottom:25px; border-bottom:1px solid #ddd }
.news-desc small {font-size:16px; margin:2px 6px;}
.news-desc .fa { width:18px; height:16px; margin-right:5px; margin-top:-2px }
.news-desc .fa-date { background-image:url(../img/icon-date.png) }
.news-desc .fa-hits { background-image:url(../img/icon-eye.png) }
.news-desc .fa-author { background-image:url(../img/icon-author.png) }
.page-prev-next { border-top:1px solid #ddd; padding:30px; background:#fff; font-size:18px }
.page-prev-next .page-prev { float:left; padding-left:30px; background:url(../img/prev.png) no-repeat center left; } 
.page-prev-next .page-next { float:right; padding-right:30px; background:url(../img/next.png) no-repeat center right;  } 




/*案例*/
.case-desc { font-size:18px; color:#0067b4; text-align:center }
.case-list { padding:1% 0 }
.case-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:3%; background:#fff }
.case-list ul li:nth-of-type(3n) { margin-right:0 }
.case-list ul li .pic { position:relative }
.case-list ul li .pic .zoom { padding-bottom:70%;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.case-list ul li .text a.a { display:none; position:absolute; left:0; right:0; bottom:0; top:0; background-color: rgba(0,88,150,.7); color:#fff; padding:12%; font-size:14px; }
.case-list ul li .text { padding:10px; text-align:center }
.case-list ul li .text h3 { font-size:20px; }
.case-list ul li .text .more { display:inline-block; height:30px; line-height:30px; padding-left:35px; position:absolute; bottom:12px; right:10px; background:url(../img/more.png) no-repeat left center; background-size:28px auto; display:none  }
.case-list ul li:hover .text a.a1 { display: block;-webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;}
.case-list ul li:hover .pic .zoom span {  }
.case-tit { color:#0067b4; }
.case-tit>h3 { font-size:28px; }
.case-con { background:#fff; padding:4%; margin:3% auto }
.case-con>h2 { color:#0067b4; font-size:32px; margin-bottom:20px; }

.load-more { text-align:center }
.load-more a { display:inline-block; padding:12px 30px 12px 60px; background-color:#0067b4; color:#fff; text-transform:capitalize; cursor:pointer; background:#0067b4 url(../img/yuan.png) no-repeat 20px center;}


.page-tit { text-align:center; font-size:24px; font-weight:bold; color:#2196f3; margin-bottom:20px }
.page-tit span { border-bottom:5px solid #2196f3; display:inline-block; letter-spacing:2px; padding:10px 0 }
.page-con {  font-size:18px; color:#111; text-align:center; margin:30px auto; max-width:600px; }
 

.images-list { padding:1% 0 }
.images-list ul li { position:relative; width:28%; float:left; margin-right:8%; margin-bottom:2%; background:#fff }
.images-list ul li:nth-of-type(3n) { margin-right:0 }
.images-list ul li .pic { position:relative }
.images-list ul li .pic .zoom { padding-bottom:70%; }
.images-list ul li .text { }
.images-list ul li .text h3 { font-size:20px; font-weight:bold; color:#2196f3; margin-top:10px; margin-bottom:3px }
.images-list ul li .text h3 span {  color:#2196f3; display:inline-block; line-height:22px; border-left:5px solid #2196f3; padding-left:12px; }
.images-list ul li .text h3 span::after{
     content: "";
     display:inline-block; margin-left:30px;
    height: 10px;
    width: 10px;
    border-width: 4px 4px 0 0;
    border-color: #2196f3;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 1px;
	transition:1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s; /* Opera */
}
.images-list ul li:hover h3 span::after { margin-left:20px; transition:1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s; /* Opera */}
.shebei-list ul li .text h3 span { border-left:0; padding-left:0px; }
.shebei-list ul li .text p { min-height:82px; } 

.webcase-title { color:#44a4f4; margin-bottom:20px; text-align:center; font-size:24px; font-weight:bold }
.webcase-title span::after {
    content: "";
    display:block; margin:8px auto; vertical-align:middle;
    height: 3px;
    width: 50px;
    background: #2196f3;
}
.webcase-tit { background:#d4deec; color:#44a4f4; margin:10px auto; padding:10px; text-align:center; font-size:16px; font-weight:bold }
.webcase-tit span::before,.webcase-tit span::after {
    content: "";
    display:inline-block; margin:0 15px; vertical-align:middle;
    height: 2px;
    width: 50px;
    background: #2196f3;
    border-radius: 1px;
}
.webcase-con { padding:10px; }
.webcase-con li { position:relative; margin:5px auto; padding-left:20px; }
.webcase-con li:before {
    content: '';
	display: inline-block;
    z-index: 2;
    width: 6px;
    height: 6px;
	background:#bbb;
	border-radius:10px;
	vertical-align:middle;
	position:absolute;
	left:5px;
	top:10px;
}


/*产品系统*/
.system-nav { padding:1% 0 }
.system-nav img.prolitpic { height:90px; margin:10px auto }
.system-nav dl { width:21%; float:left; margin:30px 2% }
.system-nav dl h3 { border-bottom:1px solid #ddd; font-size:18px; color:#222; height:32px; line-height:32px; padding-bottom:8px; font-weight:bold; margin-bottom:10px; }
.system-nav dl h4 { font-size:18px; color:#e50015; margin:10px 0 5px 0 }
.system-nav dl h4 a { color:#e50015; }
.system-nav dl p { position: relative;}
.system-nav dl p img { display:none; width:110px; position:absolute; left:-116px; top:-40px }
.system-nav dl p a:hover img { display:block }


.system-menu { margin:30px auto 50px auto; width:100%; text-align:center }
.system-menu ul li { display:inline-block; width: auto; height:40px; line-height:40px; text-align:center; border:1px solid #e50015; border-radius:24px; margin:10px 10px; background:#fff; overflow:hidden }
.system-menu ul li a { display:block; color:#e50015; padding:0px 35px; }
.system-menu ul li.hit { background:#e50015; border:1px solid #e50015; color:#fff }
.system-menu ul li.hit a { color:#fff }


.system-menu_fixed {width:160px; position:fixed; top:30%; right:30px; z-index:88; background:#fff; padding:20px;
-webkit-box-shadow: 0 0 8px rgba(195, 210, 232, .7);
    -moz-box-shadow: 0 0 8px rgba(195, 210, 232, .7);
    box-shadow: 0 0 8px rgba(195, 210, 232, .7); }
.system-menu_fixed h3 { font-size:20px; color:#e50015 }
.system-menu_fixed li{ overflow:hidden; margin:15px 0; cursor:pointer}
.system-menu_fixed li a { display:block; font-size:16px;transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; }
.system-menu_fixed li:hover a {  border-left:2px solid #e50015; color:#e50015; padding-left:15px; transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease; }
.system-menu_fixed li.hit a { border-left:2px solid #e50015; color:#e50015; padding-left:15px;transition: All 0.8s ease; -webkit-transition: All 0.8s ease; -moz-transition: All 0.8s ease; -o-transition: All 0.8s ease;  }

.system-list li { margin-bottom:40px }
.system-list li .system-img { width:40%; float:left }
.system-list li .system-img img { width:100%;  }
.system-list li .system-img .zoom span { background-size:auto 100% }
.system-list li .system-con { width:57%; float: right; }
.system-list li .system-con h3 { color:#e50015; margin-bottom:20px; font-size:22px; }
.system-list li .system-con h3 a { color:#e50015  }
.system-list li .system-con .text { padding-left:3px }

/*产品流程*/
.liucheng {}
.liucheng .liucheng-tit { text-align:center; position:relative }
.liucheng .liucheng-tit h2 { position:relative; width:32%; margin:0px auto; background:#015897; padding:5px 0; color:#fff; }
.liucheng .liucheng-tit span { font-size:24px; font-weight:bold; display:inline-block; vertical-align:middle; margin:0 5%; }
.liucheng .liucheng-tit h2:before,.liucheng .liucheng-tit h2:after {
    content: ''; display: inline-block; width:15%; height:2px; background:#fff; vertical-align:middle;
}
.liucheng .liucheng-tit:after {
    content: ''; display: inline-block; width:12px; height:90px; margin-bottom:-30px; background:#015897; vertical-align:middle;
}



.liucheng { margin:8% 5%; padding-bottom:50px; } 
.liucheng ul li { position:relative; margin:0px auto; padding:30px 0; }
.liucheng ul li:hover { background:#e0e8f3 }
.liucheng ul li .line-h {
    content: ''; display: inline-block; width:10px; height:100%; padding:3px 0; background:#015897; border-radius:5px; vertical-align:middle; position:absolute; left:20%; top:58px; z-index:1;
}
.liucheng ul li:nth-of-type(2n) .line-h { left: auto; right:20%; }
.liucheng ul li .line-h::after {
	position:absolute;
	bottom:13%;
	left:0px;
	display:inline-block;
	content: '';
	width: 10px;
	height: 30px;
	z-index:2;
	background:#fff url(../img/lc-b.png) no-repeat center;
}
.liucheng ul li:first-child .con:after { width:50% }
.liucheng ul li:last-child:after {
    content: ''; display: inline-block; width:20px; height:20px; background:#015897; border-radius:30px; position:absolute; left:20%; margin-left:-5px; bottom:-70px; z-index:1;
}
.liucheng ul li:nth-of-type(2n):after { left: auto; right:20%; margin-right:-6px; }

.liucheng ul li .con { position:relative; height: auto; text-align:center; margin:0px 20% 40px 20%;  }
.liucheng ul li .con:after {
    content: ''; display: inline-block; width:100%; height:10px; background:#015897; border-radius:5px; vertical-align:middle; position:absolute; left:0; top:25px; z-index:1;
}
.liucheng ul li .con::before {
	position:absolute;
	top:25px;
	left:18%;
	display:inline-block;
	content: '';
	width: 30px;
	height: 10px;
	z-index:2;
	background:#fff url(../img/lc-l.png) no-repeat center;
}
.liucheng ul li:nth-of-type(2n) .con::before {
	top:25px;
	left: auto;
	right:18%;
	background:#fff url(../img/lc-r.png) no-repeat center;
}

.liucheng ul li .con .tit { display:inline-block; position:relative; padding:0px 20px; }
.liucheng ul li .con .tit span { position:relative; display: inline-block; font-size:24px; color:#015897; font-weight:bold; height:50px; line-height:48px; padding:0 30px; background:#fff; border:3px solid #015897; border-radius:12px; z-index:2 }
.liucheng ul li .con .tit span b { position:absolute; right:2px; bottom:0; text-align:center; line-height:32px; font-size:28px; color:#ccd9ea; z-index:-1; font-family:Arial, Helvetica, sans-serif }
.liucheng ul li .con .tit:hover span { color:#e50015; border:3px solid #e50015; }
.liucheng ul li .con .tit:hover span b { color:#faccd0; }
.liucheng ul li .con .con-list { display:none; position:absolute; left:50%; margin-left:70px; top:-20px; min-width:160px; width:auto; text-align:left; background:#fff; padding:10px 20px; z-index:99; border:1px solid #e4ecff; -webkit-box-shadow: 0 2px 8px 2px rgba(100, 100, 100, .2);
    -moz-box-shadow: 0 2px 8px 2px rgba(100, 100, 100, .2);
    box-shadow: 0 2px 8px 2px rgba(100, 100, 100, .2);  }
.liucheng ul li .con .con-list p {  line-height:1.4; margin:10px auto; overflow:hidden; font-size:18px; }
.liucheng ul li .con .con-list p a:before { content: '>>'; display: inline-block; vertical-align:top; float:left; font-family:"宋体"; margin-right:5px; font-size:16px; }
.liucheng ul li .con .con-list p a { display:block;  }
.liucheng ul li .con .tit:hover .con-list { display: block; }



.liucheng ul li .pic { position:relative; float:left; width:30%; padding:0 2%; z-index:9 }
.liucheng ul li .pic h3 { font-size:20px; color:#44a4f4; margin-top:20px; } 
.liucheng ul li .pic h3 a { color:#44a4f4; } 
.liucheng ul li .pic h3::after {
	display:inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-top: 4px solid #44a4f4;
	border-right: 4px solid #44a4f4;
	border-radius:3px;
	transform: rotate(45deg);
	margin-left:5px;
}
.liucheng ul li .txt { float:left; width:62%; padding:0px 2% }
.liucheng ul li .txt p { position:relative; font-size:16px; margin:5px 0 }
.liucheng ul li .txt p::before{
	display:inline-block;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #44a4f4;
	border-right: 2px solid #44a4f4;
	transform: rotate(45deg);
	margin-right:12px;
}
.liucheng ul li:nth-of-type(2n) .pic { float:right; }
.liucheng ul li:nth-of-type(2n) .pic h3 { text-align:right }
.liucheng ul li:nth-of-type(2n) .pic h3::after { display: none; }
.liucheng ul li:nth-of-type(2n) .pic h3::before {
	display:inline-block;
	content: '';
	width: 10px;
	height: 10px;
	border-bottom: 4px solid #44a4f4;
	border-left: 4px solid #44a4f4;
	border-radius:3px;
	transform: rotate(45deg);
	margin-right:5px;
}



/*烘焙*/
.submenu-title { background: #015897; color: #fff; padding: 12px 20px; font-size: 18px; font-weight: bold;}
.submenu-title a { color: #fff;}
.submenu-box { background:#fff; padding:10px 0; margin-bottom:20px }
.submenu-tit{ position:relative; margin:1px 20px; padding:12px 0; cursor:pointer;font-weight:bold;font-size:16px; /*background-image:url(../img/menu1.png);*/ background-position: right center; background-repeat:no-repeat }
.submenu-tit:hover{color:#015897;}
.submenu-tit:first-child { border:none }
.submenu-tit::after { 
    display: inline-block;
    content: '';
    width: 8px;
    height: 8px;
    border-top: 1px solid #999;
    border-right: 1px solid #999;
    transform: rotate(45deg);
    position:absolute; top:20px; right:6px; }
.submenucur { color:#015897; /*background-image:url(../img/menu2.png);*/}
.submenucur.submenu-tit::after { transform: rotate(135deg);top:18px  }
.submenucur a {color:#015897 }
.submenu-con{display: none; }
.submenu-con li a{ position:relative; padding-left:15px; margin-left:30px; display:block; line-height:1.6; margin-bottom:15px; font-size:14px; color:#666 }
.submenu-con li a:hover, .submenu-con li.active a { color:#015897 }
.submenu-con li a:before {
    content: '';
	display: inline-block;
    z-index: 2;
    width: 6px;
    height: 6px;
	background:#ccc;
	border-radius:10px;
	vertical-align:middle;
	position:absolute;
	left:2px;
	top:8px;
}
.submenu-con li a:hover:before, .submenu-con li.active a:before { }


.product-wrap { padding:3% 0 3% 0; margin-bottom:-3%; background:#f5f5f5 }
.product-list { padding:0 }
.product-list ul li { position:relative; width:32%; float:left; margin-right:2%; margin-bottom:2%; background:#fff }
.product-list ul li:nth-of-type(3n) { margin-right:0 }
.product-list ul li .pic { position:relative }
.product-list ul li .pic .zoom { padding-bottom:100%; }
.product-list ul li .pic .zoom span { background-size:90% auto }
.product-list ul li .text { padding:5px 2% 15px 2%; text-align:center }
.product-list ul li .text h3 { font-size:16px; padding:0 5px }
.product-list ul li .text p { margin:5px auto }
.product-list ul li .text::after { display: block;content: ""; width:0; padding:0px; height:5px; background:#015897; position:absolute; bottom:0; left:0; }
.product-list ul li:hover .text::after { width:100%; left:0; -webkit-transition: all 300ms ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease;  }


.hongpei-nav { padding:1% 3% 1% 3%; background:#fff }
.hongpei-nav li { width:23%; margin-right:2%; float:left; margin-bottom:50px }
.hongpei-nav li img { height:90px }
.hongpei-nav li h4 { color:#e50015; font-size:16px; line-height:32px; height:32px; padding-bottom:10px; overflow:hidden; border-bottom:1px solid #ddd; margin:10px 0;}
.hongpei-nav li h4 a { color:#e50015; }


/*产品展示*/
.pro-nav { }
.pro-nav ul li { width:23%; float:left; text-align:center; margin:10px 1%;  }
.pro-nav ul li>a { font-size:19px; }
.pro-nav ul li.active>a { font-weight:bold }
.pro-nav ul li .pro-subnav {z-index:21;position:absolute;display:none;overflow:hidden; top:25px; background:#e0e8f3; left:0px;width:100%; padding:15px 0px;   }
.pro-nav ul li .pro-subnav p { font-size:16px; margin:5px auto  }

 
.pro-subnav { margin:30px auto }
.pro-subnav ul li { display:inline-block; float:left; margin-right:15px; margin-bottom:15px; padding:7px 20px; border:1px solid #ddd; border-radius:30px; background:#fff }
.pro-subnav ul li.active { border:1px solid #095d9b }
.pro-subnav ul li.active a { color:#095d9b }

 
.pro-list { padding:1% 0 }
.pro-list ul li { position:relative; width:28%; float:left; margin-right:8%; margin-bottom:3%; background:#fff }
.pro-list ul li:nth-of-type(3n) { margin-right:0 }
.pro-list ul li .pic { position:relative }
.pro-list ul li .pic .zoom { padding-bottom:70%; }
.pro-list ul li .text { }
.pro-list ul li .text h3 { font-size:20px; font-weight:bold; color:#2196f3; margin-top:10px; }
.pro-list ul li .text h3 span { color:#2196f3; display:inline-block; line-height:22px; border-left:5px solid #2196f3; padding-left:12px; }
.pro-list ul li .text h3 span::after{
     content: "";
     display:inline-block; margin-left:30px;
    height: 10px;
    width: 10px;
    border-width: 4px 4px 0 0;
    border-color: #2196f3;
    border-style: solid;
    -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 1px;
	transition:1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s; /* Opera */
}
.pro-list ul li:hover h3 span::after { margin-left:20px; transition:1s; -moz-transition: 1s; -webkit-transition: 1s; -o-transition: 1s; /* Opera */}


.buy-num .input-group { width:142px; border-radius:20px; position:relative }
.buy-num .input-group input { display: inline-block; width:140px; border:1px solid #c0c9d8; border-radius:20px; padding:2px 0px; height: 30px; text-align:center  }
.buy-num .input-group .form-control { text-align:center; border-left:none; border-right:none; border-radius:20px!important;}
.buy-num .input-group-btn .btn { border:1px solid #c0c9d8; color:#97a8bc; font-size:20px; padding:2px 12px; height: 36px; position:absolute; left:0; top:0 }
.buy-num .input-group-btn .btn.bootstrap-touchspin-down { border-radius:20px 0 0 20px; }
.buy-num .input-group-btn .btn.bootstrap-touchspin-up { border-radius:0 20px 20px 0; left:auto; right:0 }
.product-btn a { display:inline-block; margin:20px auto; border-radius:30px; padding:6px 30px; border:1px solid #015897; background:#015897; font-size:16px; color:#fff }


/**产品详情介绍**/
.pro-title { font-size:18px; }
.pro-title h3 { font-size:24px; color:#44a4f4; font-weight:bold; margin-bottom:30px; }
.pro-title h3::after{
     content: "";
     display:block;
	 margin:10px 0;
    height: 5px;
    width: 55px;
	background:#44a4f4;

}
.pro-box { margin:3% auto }
.pro-info { float:left; width:45%; padding:3% 0; font-size:18px;}
.pro-pic { float: right; width:50%;  }
.pro-pic img { width:100%; }
.swiper-proimg { float: left; width:50%;  }

.swiper-proimg .swiper-button-prev,.swiper-proimg .swiper-button-next { display:none }
.swiper-proimg:hover .swiper-button-prev,.swiper-proimg:hover .swiper-button-next { display:block }


.product-box { min-height:300px; background:#fff; padding:3% }
.product-pic { float:left; width:48%; padding-right:4%; border-right:1px dashed #ddd }
.product-info { float: right; width:45%; font-size:15px }
 
.product-info h3 { font-size:24px; font-weight:bold; margin:0 0 20px 0; line-height:1.2; color:#333 }
.product-canshu {margin:25px auto; background:#f2f2f2; padding:3% }
.product-canshu li { width:30%; float:left; margin:10px 1%; }
.product-canshu li p { color:#111; line-height:1.4 }
.product-canshu li span { font-size:13px; display:inline-block; margin-bottom:5px; }
.product-canshu li:nth-of-type(1),.product-canshu li:nth-of-type(4) { width:34% }

.product-info-con { margin:20px auto }
.product-info-con li { position:relative; padding-left:15px; line-height:1.8; margin:10px auto; font-size:15px; color:#555 }
.product-info-con li:before {
    content: '';
	display: inline-block;
    z-index: 2;
    width: 16px;
    height: 16px;
	background:url(../img/next.png) no-repeat left center;
	background-size:12px auto;
	border-radius:10px;
	vertical-align:middle;
	position:absolute;
	left:0px;
	top:6px;
}


/**产品详情介绍**/
.pro-con { background:#fff; min-height:150px; margin:2% auto; line-height:2; padding:2% 3% }
.pro-con table { width:100% }
.pro-adv { background:#e4ecff; min-height:150px; margin:3% auto; line-height:2; padding:3% }
 

/*产品细节图*/
.goods-detail {
	float:left; width:50%; padding-right:3%; position:relative;
}
.goods-detail .goods-pic-box {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	position: relative;
	text-align: center;
}
.goods-detail .goods-pic {
	position:relative;
	background:#f3f3f3;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	height: 0;
	padding-bottom:100%;
	width: 100%;
	z-index: 10;
}
.goods-detail .goods-pic .goods-big-pic { display: block; position: absolute; width: 100% ; height: 100%;
	cursor: -webkit-zoom-in;
	cursor: zoom-in;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
.goods-detail .goods-big-pic a { max-height:100% !important }
.goods-detail .goods-big-pic a img {
	vertical-align:middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	max-width: 100%;
	max-height: 100%;
}
.goods-detail .goods-small-pic {
	margin-top:25px;
	position:relative;
	padding:0 30px;
 
}
.goods-detail .goods-small-pic li {
	box-sizing:border-box;
	margin:0;
	line-height:1; 
	height: auto;
	cursor: pointer;
	zoom: 1;
	-webkit-transition: border-color 0.4s ease-out;
	transition: border-color 0.4s ease-out;
}
.goods-detail .goods-small-pic li a {
	box-sizing:border-box;
	display:block;
    width:100%;
    height:0;
    padding-bottom: 100%;
    position: relative;
	border: 2px solid #e2e3e3;
}
.goods-detail .goods-small-pic li img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
	 object-position: center;
	 position: absolute;
	 left:0; top:0;
}
.goods-detail .goods-small-pic li a {
 
	 }
.goods-detail .goods-small-pic li a.current {
	cursor: default;
	border-color: #3faae8;
}
.MagicZoomPup { border:1px solid #eee;background:#fff url(../img/dot.png);cursor: move; }
.MagicZoomBigImageCont { border:1px solid #ccc; margin-left:-20px !important }
.MagicThumb-expanded { padding:10px; background:#fff }

.cart-box { padding:3%; background:#fff; margin:4% auto 0 auto }
.cart-box .table>tbody>tr>td {  padding:10px; vertical-align:middle;  }

 
.swiper-goods.swiper-container { position:relative; text-align:center; }
.goods-small-pic .swiper-button-prev { width:20px; height:97%; top:0;margin-top:0; left:0; right:auto; z-index:9; background-color:#ddd; background-image:url(../img/button-prev.png) }
.goods-small-pic .swiper-button-next{ width:20px; height:97%; top:0; margin-top:0; left:auto; right:0; z-index:9; background-color:#ddd; background-image:url(../img/button-next.png) }

  
.pro-con-list { position:relative; margin:3% auto;overflow:hidden }
.pro-con-list ul li { position:relative; width:31%; float:left; margin-right:3.5%; margin-bottom:2%; }
.pro-con-list ul li>div { }
.pro-con-list ul li:nth-of-type(3n) { margin-right:0 }
.pro-con-list ul li .pic { position:relative; }
.pro-con-list ul li .pic .zoom { }
.pro-con-list li .txt { color:#666; font-size:14px; text-align:center }
.pro-con-list li .txt h3 { font-size:18px; font-weight:bold; overflow: hidden; text-overflow:ellipsis;white-space: nowrap; color:#44a4f4; margin:15px 0 15px 0; }

.pro-con-list .swiper-container { padding:0 120px; }
.pro-con-list .swiper-button-next { background-color: #fff; width:120px; height:100%; top:0; margin:0; background-image: url(../img/pro-r.png); right:0px }
.pro-con-list .swiper-button-prev { background-color: #fff; width:120px; height:100%; top:0; margin:0; background-image: url(../img/pro-l.png); left:0 }

 
/*搜索筛选*/
.screen-result { margin:4% auto 2% auto  }
.screen-factor { display:inline-block; float:left }
.screen-factor a {display:inline-block; background: #015897; color: #fff; margin-right:5px; padding:3px 8px 3px 6px; font-size:12px; border-radius:2px; }
.screen-factor a .fa-clean { display:inline-block; vertical-align:middle; width:12px; height:12px; background:url(../img/clean.png) no-repeat center;} 
.sort-group { float:right }
.sort-group a { background: #fff; border:1px solid #adadad; padding:4px 8px; font-size:12px }
.sort-group a.active { background:#e6e6e6 }
.search-null  { color:#999; font-size:16px; }
.search-null .fa-search-null {  width:18px; height:18px; background-image:url(../img/close2.png);} 




