﻿@charset "utf-8";
/* 
* Author:lin xiao dong (1071322670@qq.com)
*/
.ow-main-banner{}
.ow-swiper{ background:#f0f7ff;}
.ow-swiper .swiper-slide{ background:100%; background-position:center 0px; background-repeat:no-repeat; display:flex; flex-direction:column; height:100%;}
.ow-swiper .swiper-slide .slider-text{ box-sizing:border-box; margin:auto; padding:0 0 0 5px; width:1200px; }
.ow-swiper .swiper-slide .slider-text h2{ color:#121212; font-family:"PingFang SC", "Microsoft Yahei", Arial, sans-serif; font-size:48px; line-height:120%; width:700px; padding:0px 0px 15px 0px; }
.ow-swiper .swiper-slide .slider-text h3{ color:#343434; font-family:"PingFang SC", "Microsoft Yahei", Arial, sans-serif; font-size:18px; line-height:200%; font-weight:normal; padding:0px 0px 30px 0px; width:700px;}
.ow-swiper .swiper-slide .slider-text b{ color:#fe254f; }
.ow-swiper .swiper-slide .slider-text .slider-btn{}
.ow-swiper .swiper-slide .slider-text .slider-btn a{ box-sizing:border-box; background:#0067ed; color:#fff; display:inline-block; font-size:18px; height:52px; line-height:52px; padding:0px 48px; text-align:center; }
.ow-swiper .swiper-slide .slider-text .slider-btn a:hover{ background:#1b7cfb;}
.ow-swiper .swiper-slide .slider-text h2,
.ow-swiper .swiper-slide .slider-text h3{}
.ow-swiper .swiper-button-prev{ display:none; left:22px!important;}
.ow-swiper .swiper-button-next{ display:none; right:22px!important;}
.ow-swiper:hover .swiper-button-prev,
.ow-swiper:hover .swiper-button-next{ display:flex;}
.ow-swiper .swiper-pagination-bullet{ background:#333; border-radius:0; width:28px;}
.ow-swiper .swiper-pagination-bullet-active{ background:#333;}
@media (min-width:1500px) {
	.ow-swiper .swiper-slide .slider-text{ width:1470px;}
	.ow-swiper .swiper-slide .slider-text h2{ font-size:52px; width:800px; }
	.ow-swiper .swiper-slide .slider-text h3{ font-size:18px; width:800px;}
}
@media (min-width:1900px) {
	.ow-swiper .swiper-slide{}
}

.ow-client-data{ background:#f6fafe; border-bottom:1px solid #e7eef5; color:#555; font-size:16px; }
.ow-client-data .data{ display:flex; flex-wrap:wrap; justify-content:center; text-align:center; padding:20px 0px;}
.ow-client-data .data .item{ box-sizing:border-box; border-left:1px solid #e7eef5; padding:10px 0px; position:relative; }
.ow-client-data .data .item1{ width:21.2%;}
.ow-client-data .data .item2{ width:31.8%;}
.ow-client-data .data .item3{ width:26%;}
.ow-client-data .data .item4{ width:21%;}
.ow-client-data .data .item:first-child{ border-left:0;}
.ow-client-data .data .item h3{ font-size:20px; }
.ow-client-data .data .item a{ position:relative;}
.ow-client-data .data .item a b{ color:#f20000; font-size:24px; font-weight:normal; padding:0 5px;}
.ow-client-data .data .item a:hover{ color:#f20000;}
.ow-client-data .data .item a:hover b{ color:#c20000;}
.ow-client-data .data .item a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #f20000; transition:0.5s;}
.ow-client-data .data .item a:hover::before { width:100%;}
.ow-client-data .data .item span.latest-version{ color:#e20000; padding:0 5px 0 5px;}
.ow-client-data .data .item span.version-time{ color:#e20000; padding:0 0 0 5px;}
.ow-client-data .data .item p b{ color:#f20000; font-size:18px; font-weight:normal; padding:0 3px;}


.ow-products{ box-sizing:border-box; background:#f2f5f9; margin:0 auto; padding:0px 0 0 0; }
.ow-products .wrapper{ width:100%!important; min-width:1200px; max-width:1680px;}
.ow-products .hd { padding:50px 0; position:relative; text-align:center; }
.ow-products .hd h2{ color:#121212; font-size:32px;}
.ow-products .hd h3{ color:#666; font-size:18px; font-weight:normal; padding-top:5px;}
.ow-products .hd h4{ color:#666; font-size:16px; font-weight:normal; padding-top:5px;}
.ow-products .bd{ display:flex; flex-wrap:wrap; justify-content:center; padding:5px 0; }
.ow-products .item{ box-sizing:border-box; background:#fff; margin:0 12px 30px 12px; width:376px; width:30%; padding:30px 10px 75px 25px; position:relative; -webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); -moz-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); box-shadow:0 0 6px 3px rgba(0,0,0,0.03); }
.ow-products .item b.title-tag{ background:#fe254f; border-radius:0px 0 0px 0px; display:inline-block; color:#fff; font-size:14px; font-weight:normal; margin-left:10px; padding:0px 10px; vertical-align:4px; position:absolute; right:0; top:0; }
.ow-products .item .imgbox{ background-color:#fff; float:left; margin-right:20px;}
.ow-products .item .imgbox a{ }
.ow-products .item .imgbox img{ border-radius:5px; height:80px; width:80px;}
.ow-products .item:hover .imgbox img{ transform:scale(1.0,1.0); transition-duration:500ms; transition-timing-function:ease-out;}
.ow-products .item .basebox{ min-height:80px; padding:0px 0px 0px 0px; position:relative;  }
.ow-products .item .basebox h3{ font-size:24px; padding:0 0 0 0px;}
.ow-products .item .basebox h3 a{ color:#222222; position:relative;}
.ow-products .item .basebox h3 a:hover { color:#121212;}
.ow-products .item .basebox h3 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #fe254f; transition:0.5s;}
.ow-products .item .basebox h3 a:hover::before { width:100%;}
.ow-products .item .basebox .version{ color:#333; font-size:14px; padding:0 0; }
.ow-products .item .basebox .version span.latest-version{ padding:0 0 0 5px;}
.ow-products .item .infobox{ box-sizing:border-box; padding:10px 0px 0px 0px; position:relative;  }
.ow-products .item .infobox .p-text{ font-size:14px; }
.ow-products .item .infobox .p-text span{ box-sizing:border-box; color:#121212; display:inline-block; float:left; font-size:14px; font-weight:bold; width:100px; padding-right:15px; text-align:right; }
.ow-products .item .infobox .p-text .text{ padding-left:100px;}
.ow-products .item .infobox .p-text b{ background:#ebf0fe; box-sizing:border-box; border-radius:5px 0 5px 0; color:#333; display:inline-block; font-weight:normal; margin:0 5px 5px 0; padding:0 6px;}
.ow-products .item .infobox .p-text b:hover{ background:#fe254f; color:#fff; transition:0.5s;}
.ow-products .item .infobox .p-text b.first-child{  background:#fe254f; color:#fff; }
.ow-products .item .infobox .p-char{ font-size:14px; padding:5px 0; }
.ow-products .item .infobox .p-char span{ box-sizing:border-box; color:#121212; font-weight:bold; display:inline-block; float:left; font-size:14px; width:100px; padding-right:15px; text-align:right; }
.ow-products .item .infobox .p-char .text{ padding-left:100px;}
.ow-products .item .infobox .p-char b{ color:#fe254f; font-weight:normal; margin-right:5px;}
.ow-products .item .infobox .p-char b:hover{ color:#b61d3b; transition:0.5s;}
.ow-products .item .l-button{ position:absolute; bottom:30px; left:130px;}
.ow-products .item .l-button a{ border:1px solid #0067ed; border-radius:5px; color:#0067ed; display:inline-block; font-size:14px; padding:2px 10px; }
.ow-products .item .l-button a:hover{  border:1px solid #fe254f; color:#fe254f;}

/*也许是国内最专注企业商城系统厂商*/
.idx-topmess{ background-color:#f2f5f9; padding:50px 0px 50px 0px; text-align:center;}
.idx-topmess-section{ font-size:16px; margin:0px auto; padding:0 0 10px 0; width:1200px;}
.idx-topmess h2{ color:#121212; font-size:32px;}
.idx-topmess h3{ color:#666; font-size:20px; font-weight:normal; padding-top:10px;}
.idx-topmess h4{ color:#41484e; font-size:18px; font-weight:normal; padding:10px 0px; }
.idx-topmess strong{ font-weight:normal; color:#ff6600;}
.idx-topmess p.less{ font-size:18px; padding:5px 0;}
.idx-topmess p a.qq{ vertical-align:2px;}
.idx-topmess:hover strong{ color:#fe254f; transition:0.5s;}

/*为什么选择*/
.idx-feature{ background-color:#f6fafe; text-align:center; }
.idx-feature-section{ margin:0px auto; padding:50px 0px 60px 0px; width:1200px;}
.idx-feature .hd h2{ color:#121212; font-size:28px; font-weight:normal;}
.idx-feature .hd p{ color:#339b00; font-size:20px; font-weight:normal; height:24px; line-height:24px; padding:10px 0px 60px 0px; text-align:center;}
.idx-feature .hd p:hover{ color:#fe254f; }
.idx-feature ul{ font-size:14px; zoom:1; overflow:auto;}
.idx-feature ul li{ color:#666; float:left; width:25%; text-align:center;}
.idx-feature ul img{ height:100px; width:100px;}
.idx-feature ul h4{ color:#333; font-size:20px; font-weight:normal; padding:15px 0px 5px 0px;}

/*多设备多通道兼容*/
.idx-device{ background-color:#f6fafe; padding:30px 0px 100px 0px;}
.idx-device-section{ background:url("../images/device.png") 0px bottom no-repeat; height:450px; margin:0px auto; width:1200px;}
.idx-device .header{ text-align:center;}
.idx-device .header h3{ font-size:28px; font-weight:normal; padding:0px 0px 5px 0px;}
.idx-device .header .subtitle{ color:#41484e; font-size:20px;}
.idx-device .section{}

/**案例**/
.ow-case{ box-sizing:border-box; background:#fafafa url("../images/case-bg.png") center center no-repeat; background-size:auto 100%; background-attachment:fixed; padding:30px 70px 50px 70px; position:relative; z-index:1;}
.ow-case .wrapper{ width:100%!important; min-width:1200px; max-width:1680px;}
.ow-case .hd { padding:30px 0; position:relative; text-align:center; }
.ow-case .hd h2 a,
.ow-case .hd h2 a:visited{ color:#fff; font-size:32px; position:relative;}
.ow-case .hd h2 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #fff; transition:0.5s;}
.ow-case .hd h2 a:hover::before { width:100%;}
.ow-case .hd h3{ color:#fff; font-size:20px; font-weight:normal; padding-top:10px;}
.ow-case .bd ul{ box-sizing:border-box; }
.ow-case .bd ul li{ box-sizing:border-box; padding:0 10px; width:calc(20% - 20px); }
.ow-case .bd ul li .inner{ background:#fff; position:relative; -webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); -moz-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); box-shadow:0 0 6px 3px rgba(0,0,0,0.13); }
.ow-case .bd ul li .thumb{ background-color:#fff; width:100%; overflow:hidden;}
.ow-case .bd ul li .thumb a{ }
.ow-case .bd ul li .thumb img{ height:100%; width:100%;}
.ow-case .bd ul li:hover .thumb img{ transform:scale(1.10,1.10); transition-duration:500ms; transition-timing-function:ease-out;}
.ow-case .bd ul li .info{ box-sizing:border-box; min-height:180px; padding:20px 20px 20px 20px; text-align:center; }
.ow-case .bd ul li .info h3{ font-size:18px; padding:3px 0 3px 0px; overflow:hidden; text-overflow:ellipsis; display:-webkit-box; -webkit-line-clamp:1; -webkit-box-orient:vertical;}
.ow-case .bd ul li .info h3 a{ color:#222222; position:relative; z-index:1;}
.ow-case .bd ul li .info h3 a:hover { color:#013ea2;}
.ow-case .bd ul li .info h3 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #013ea2; transition:0.5s; z-index:-1;}
.ow-case .bd ul li .info h3 a:hover::before { width:100%;}
.ow-case .bd ul li .info .cate{ font-size:16px;}
.ow-case .bd ul li .info .l-button{ padding:15px 0 0 0;}
.ow-case .bd ul li .info .l-button a{ border:1px solid #ccc; border-radius:5px; color:#666; display:inline-block; font-size:14px; padding:2px 10px; }
.ow-case .bd ul li .info .l-button a:hover{  border:1px solid #fe254f; color:#fe254f;}
.ow-case .bd .more{ font-size:16px; padding:40px 0 0 0; text-align:center;}
.ow-case .bd .more a,
.ow-case .bd .more a:visited{ color:#fff; position:relative; }
.ow-case .bd .more a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #fff; transition:0.5s;}
.ow-case .bd .more a:hover::before { width:100%;}
.ow-case-swiper { position:relative; }
.ow-case-swiper .swiper-button-prev,
.ow-case-swiper .swiper-button-next{ display:none; z-index:999999;}
.ow-case:hover .swiper-button-prev,
.ow-case:hover .swiper-button-next{ display:flex;}
@media (min-width:1500px) {
	.ow-case .bd ul li{ padding:0 15px 0px 15px; width:calc(20% - 30px);}
	.ow-case .bd ul li .thumb{}
	.ow-case .bd ul li .info{}
}

/*模板列表*/
.ow-templates{ background:#f2f5f9; padding:0px 0px 50px 0px;}
.ow-templates .wrapper{ width:100%!important; min-width:1200px; max-width:1680px;}
.ow-templates .hd { padding:30px 0; position:relative; text-align:center; }
.ow-templates .hd h2 a,
.ow-templates .hd h2 a:visited{ color:#121212; font-size:32px; position:relative;}
.ow-templates .hd h2 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #121212; transition:0.5s;}
.ow-templates .hd h2 a:hover::before { width:100%;}
.ow-templates .hd h3{ color:#666; font-size:20px; font-weight:normal; padding:10px 0;}

.ow-templates ul{ display:flex; flex-wrap:wrap; flex-direction:row; justify-content:center;}
.ow-templates ul li{ box-sizing:border-box; background-color:#fff; float:left; margin:0px 15px 40px 15px; width:calc(25% - 30px); -webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.08); -moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.08); box-shadow:0 0 10px 5px rgba(0,0,0,0.08);}
.ow-templates ul li:hover{ -webkit-box-shadow:0 0 10px 5px rgba(0,0,0,0.15); -moz-box-shadow:0 0 10px 5px rgba(0,0,0,0.15); box-shadow:0 0 10px 5px rgba(0,0,0,0.15);}
.ow-templates ul li .thumb{ background:#fff; border-bottom:1px solid #eee; width:100%; position:relative; text-align:center;}
.ow-templates ul li .thumb a.pc{ display:block; position:relative; overflow:hidden; }
.ow-templates ul li .thumb a.pc img{ box-sizing:border-box; position:absolute; left:0; top:0; bottom:auto; width:100%; }
.ow-templates ul li:hover .thumb a.pc img{ transition-duration:2000ms; transition-timing-function:ease-out;}
.ow-templates ul li .thumb a.mob { box-sizing:border-box; height:260px; width:120px; position:absolute; right:10px; bottom:-15px;  }
.ow-templates ul li:hover .thumb .mob { bottom:-60px; transition-duration:500ms; transition-timing-function:ease-out; }
.ow-templates ul li .thumb a.mob img{ box-sizing:border-box; background:#fff; border-radius:15px; height:260px; width:100%; padding:14px 1px 6px 1px; position:relative; -webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; }
.ow-templates ul li .thumb .mob::after{ content:''; background:url("../images/mobui.png") no-repeat; background-position:0px 0px; background-size:120px; height:100%; width:100%; position:absolute; top:0; left:0; }
.ow-templates ul li .info{ min-height:200px; padding:15px 20px 30px 20px; position:relative; text-align:center; }
.ow-templates ul li h3{ font-size:18px; padding:5px 0 10px 0;}
.ow-templates ul li h3 a{ position:relative; z-index:1; }
.ow-templates ul li h3 a,
.ow-templates ul li h3 a:visited{ color:#424242; text-decoration:none;}
.ow-templates ul li h3 a:hover{ color:#e60022;}
.ow-templates ul li h3 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #ff661f; transition:0.5s; z-index:-1;}
.ow-templates ul li h3 a:hover::before { width:100%;}
.ow-templates ul li .subtitle{ color:#888; font-size:14px;}
.ow-templates ul li .version-type{ padding:5px 0px 0px 0px;}
.ow-templates ul li .title-tag{ background:#fe254f; display:inline-block; line-height:22px; border-radius:10px 10px 0 0; color:#fff; font-size:14px; margin:0px 0px 0 0px; padding:2px 10px; vertical-align:4px;}
.ow-templates ul li .title-tag a,
.ow-templates ul li .title-tag a:visited{ color:#fff; }
.ow-templates ul li .tags { padding:0 0;}
.ow-templates ul li .tags a{ background:#ebf0fe; box-sizing:border-box; border-radius:0 0 5px 5px; color:#666; font-size:12px; display:inline-block; font-weight:normal; margin:0 5px 5px 0; padding:0 6px;}
.ow-templates ul li .tags a:hover{ background:#fe254f; color:#fff; transition:0.5s;}
.ow-templates ul li .price{ padding:5px 0px 0px 0px; position:relative;}
.ow-templates ul li .price span.money{ color:#e60022; font-size:14px;}
.ow-templates ul li .price span.money em{ font-size:14px;}
.ow-templates ul li .price span.money b{ font-size:14px; font-weight:bold;}
.ow-templates ul li .price span.point{ color:#e60022; font-size:14px; margin-right:5px;}
.ow-templates ul li .price span.point b{ font-size:16px; font-weight:bold;}
.ow-templates ul li span.view{ color:#aaa; font-size:12px; position:absolute; right:20px; bottom:15px;}
.ow-templates ul li span.view i{ font-size:11px; margin-right:5px;}

.ow-templates ul li div.buy{ padding:18px 0 0 0; text-align:center;}
.ow-templates ul li div.buy a.buy{ background:#ebf0fe; border:1px solid #dee7ff; color:#666; border-radius:20px; display:inline-block; font-size:16px; font-weight:bold; padding:5px 30px 5px 30px;}
.ow-templates ul li:hover .buy a.buy{ background:#11b23c; border-color:#06a431; color:#fff; transition:0.5s; }
.ow-templates ul li:hover .buy a.buy:hover{ background:#06a431; border-color:#06a431; color:#fff; transition:0.5s; }
.ow-templates ul li .buy a.buy i{ margin-right:10px;}

.ow-templates ul li .buy a.demo{ background:#f4f4f4; border:1px solid #e0e0e0; color:#666; border-radius:20px; display:inline-block; font-size:16px; font-weight:bold; margin-left:10px; padding:5px 30px 5px 30px;}
.ow-templates ul li .buy a.demo:hover{ background:#eee; border-color:#aaa; }

@media (min-width:1900px) {
	.ow-templates ul li{ margin:0px 20px 50px 20px; width:calc(25% - 40px); }
	.ow-templates ul li .info{ padding-bottom:40px;}
}

.ow-templates ul li .web-tag{ background:#263c75; display:inline-block; line-height:22px; border-radius:10px 10px 0 0; color:#fff; font-size:14px; margin:0px 0px 0 5px; padding:2px 10px; vertical-align:4px; }

/*.ow-templates ul{ box-sizing:border-box; display:flex; flex-wrap:wrap; padding:0 10px; }
.ow-templates ul li{ box-sizing:border-box; background-color:#fff; float:left; margin:0px 10px 20px 10px; width:calc(25% - 20px); -webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); -moz-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); box-shadow:0 0 6px 3px rgba(0,0,0,0.03);}
.ow-templates ul li:hover{ -webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.13); -moz-box-shadow:0 0 6px 3px rgba(0,0,0,0.13); box-shadow:0 0 6px 3px rgba(0,0,0,0.13);}
.ow-templates ul li:hover .thumb .pc img{ transform:scale(0.96,0.96); transition-duration:500ms; transition-timing-function:ease-out; }
.ow-templates ul li:hover .thumb .mob { bottom:10px; transition-duration:500ms; transition-timing-function:ease-out; }
.ow-templates ul li .thumb{ background:#fff; width:100%; position:relative; text-align:center; overflow:hidden;}
.ow-templates ul li .thumb .pc img{ box-sizing:border-box; width:100%; }
.ow-templates ul li .thumb .mob { box-sizing:border-box; height:260px; width:120px; position:absolute; right:10px; bottom:0;  }
.ow-templates ul li .thumb .mob img{ box-sizing:border-box; background:#fff; border-radius:15px; height:260px; width:100%; padding:14px 1px 6px 1px; position:relative; -webkit-box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; -moz-box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; box-shadow:rgba(0,0,0,0.3) 0px 0px 12px; }
.ow-templates ul li .thumb .mob::after{ content:''; background:url("../images/mobui.png") no-repeat; background-position:0px 0px; background-size:120px; height:100%; width:100%; position:absolute; top:0; left:0; }
.ow-templates ul li .info{ min-height:200px; padding:10px 15px 15px 15px; }
.ow-templates ul li h3{ font-size:18px; padding:5px 0 12px 0;}
.ow-templates ul li h3 a{ position:relative; z-index:1; }
.ow-templates ul li h3 a,
.ow-templates ul li h3 a:visited{ color:#424242; text-decoration:none;}
.ow-templates ul li h3 a:hover{ color:#e60022;}
.ow-templates ul li h3 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #ff661f; transition:0.5s; z-index:-1;}
.ow-templates ul li h3 a:hover::before { width:100%;}
.ow-templates ul li .subtitle{ color:#888; font-size:14px;}
.ow-templates ul li .version-type{ padding:5px 0px 0px 0px; position:relative;}
.ow-templates ul li .title-tag{ background:#fe254f; display:inline-block; line-height:22px; border-radius:10px 0 10px 0; color:#fff; font-size:14px; margin:0px 0px 0 0px; padding:2px 10px; vertical-align:4px;}
.ow-templates ul li .title-tag a,
.ow-templates ul li .title-tag a:visited{ color:#fff; }
.ow-templates ul li .web-tag{ background:#263c75; display:inline-block; line-height:22px; border-radius:10px 0 10px 0; color:#fff; font-size:14px; margin:0px 0px 0 5px; padding:2px 10px; vertical-align:4px; }
.ow-templates ul li .tags { padding:0 0;}
.ow-templates ul li .tags a{ background:#ebf0fe; box-sizing:border-box; border-radius:5px 0 5px 0; color:#333; display:inline-block; font-weight:normal; margin:0 5px 5px 0; padding:0 6px;}
.ow-templates ul li .tags a:hover{ background:#fe254f; color:#fff; transition:0.5s;}
.ow-templates ul li span.view{ color:#aaa; font-size:12px; position:absolute; right:0px; top:10px;}
.ow-templates ul li span.view i{ font-size:11px; margin-right:5px;}

@media (min-width:1500px) {
	.ow-templates ul li{ margin:0px 15px 30px 15px; width:calc(25% - 30px); }
	.ow-templates ul li .info{ min-height:180px; padding-left:25px; }
}*/


/*新闻*/
.ow-news{ background-color:#f6fafe; border-top:1px solid #e7eef5; padding:30px 0px;}
.ow-news .wrapper{ width:100%!important; min-width:1200px; max-width:1680px;}
.ow-news .hd { padding:20px 0; position:relative; text-align:center; }
.ow-news .hd h2{ color:#121212; font-size:32px; position:relative;}
.ow-news .hd h3{ color:#666; font-size:18px; font-weight:normal;}
.ow-news .cates{}
.ow-news .cates ul{ display:flex; flex-wrap:wrap; justify-content:center; padding:0 0px 20px 0px; text-align:center;}
.ow-news .cates ul li{ padding:0px 5px;}
.ow-news .cates ul li a{ background:#fff; border:1px solid #eee; border-radius:5px; color:#666; display:inline-block; font-size:16px; padding:5px 15px; }
.ow-news .cates ul li a:hover{ border:1px solid #0067ed; color:#0067ed;}
.ow-news .bd{ display:flex; flex-wrap:nowrap; justify-content: space-between; padding:20px 20px;}
.ow-news .bd .item{ box-sizing:border-box; background:#fff; border:1px solid #eee; padding:0px 20px 20px 20px; width:25%; -webkit-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); -moz-box-shadow:0 0 6px 3px rgba(0,0,0,0.03); box-shadow:0 0 6px 3px rgba(0,0,0,0.03);}
.ow-news .bd .item h2{ border-bottom:1px dotted #ddd; font-size:22px; font-weight:normal; padding:10px 0px 10px 0px;}
.ow-news .bd .item ul{ }
.ow-news .bd .item ul:after {clear:both; content:"."; display:block; height:0px; visibility:hidden;}
.ow-news .bd .item ul li{}
.ow-news .bd .item ul li h3 { display:block; font-size:15px; font-weight:normal; padding:5px 0px 5px 10px; position:relative; max-width:100%; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.ow-news .bd .item ul li h3::before { content:''; width:4px; height:4px; background:#333; border-radius:50%; position:absolute; left:0; top:50%; margin-top:-2px;}
.ow-news .bd .item ul li h3 a{ color:#666; position:relative; }
.ow-news .bd .item ul li h3 a:hover{ color:#0067ed; }
.ow-news .bd .item ul li h3 a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #0067ed; transition:0.5s;}
.ow-news .bd .item ul li h3 a:hover::before { width:100%;}
.ow-news .bd .item .moreline{ padding:10px 0 0 10px;}
.ow-news .bd a.more,
.ow-news .bd a.more:visited{ color:#888;}
.ow-news .bd a.more:hover{ color:#0067ed;}
@media (min-width:1500px) {
	.ow-news .bd .item{ padding:0px 25px 20px 25px;}
}

/*tags*/
.ow-index-tags { background:#f6fafe; border-bottom:1px solid #e7eef5; margin:0px auto;}
.ow-index-tags .wrapper{ padding:0px 20px 50px 20px; width:100%!important; min-width:1200px; max-width:1680px;}
.ow-index-tags a{ margin:0px 12px 0px 0px; position:relative;}
.ow-index-tags a,
.ow-index-tags a:visited{ color:#666;}
.ow-index-tags a:hover { color:#0067ed; text-decoration:none;}
.ow-index-tags a::before { content:""; position:absolute; width:0%; height:100%; left:0; top:1px; border-bottom:1px solid #0067ed; transition:0.5s;}
.ow-index-tags a:hover::before { width:100%;}

/*为什么选择*/
.idx-start{ background-color:#fff; border-bottom:1px solid #eee; }
.idx-start-section{ margin:0px auto; padding:40px 0px 60px 0px; width:1200px; zoom:1; overflow:auto;}
.idx-start .header{ font-size:20px; text-align:center;}
.idx-start .header h2{ font-size:32px; font-weight:normal;}
.idx-start .downline{ text-align:center; padding:20px 0px 0px 0px;}
.idx-start .download{ background:#3e5e9c; color:#fff; display:inline-block; font-size:20px; padding:10px 52px;}
.idx-start .download,
.idx-start .download:visited{ color:#fff;}
.idx-start .download:hover{ background-color:#4f6da7; text-decoration:none; }
.idx-start .download i{ font-size:16px; margin:0px 10px 0px 0px;}

/*友情链接*/
.ow-flinks { background-color:#263c75; border-top:1px solid #1e3571;}
.ow-flinks .section{ font-size:12px; line-height:24px; margin:0px auto; padding:10px 0px 10px 0px; width:1200px;}
.ow-flinks span{ color:#ccc; font-weight:bold; margin-right:12px;}
.ow-flinks a{ margin:0px 12px 0px 0px; white-space:nowrap;}
.ow-flinks a,
.ow-flinks a:visited{ color:rgba(255,255,255,0.8)!important; color:#ccc; }
.ow-flinks a:hover { color:#fff!important; text-decoration:none;}
