@charset "utf-8";
/* JIEMOU.COM Style CSS  Document */
* {
	padding: 0;
	margin: 0;
}

::selection {
	background: #00b1ee;
	color: #fff;
}
::-moz-selection {
background:#00b1ee;
color:#fff;
}
::-webkit-selection {
background:#00b1ee;
color:#fff;
}
* {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 12px;
	font-weight: normal;
}
* {
	padding:0;
	margin:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:12px;
	font-weight:normal;
}
li {
	list-style-type:none;
}
img {
	border:0 none;
	vertical-align: middle;
}
a {
	color:#666;
	text-decoration:none;
}
header, footer, aside, article, section {
	display: block;
}
.cl {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.section{
	clear:both;
}
html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "source-han-sans-simplified-c", sans-serif,"Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	
	font-size: 14px;
	min-width: 1230px;
	text-align:left;
	color:#666;
	background: #fff;
	overflow-x: hidden;
	font-size: 14px;
	line-height: 1.8;
}
a {
	color: #282828;
}
a:hover {
	color: #00468c;
	text-decoration: none;
}
h1 {
	font-size: 2em;
	margin: .67em 0;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}
a {
	-webkit-text-decoration-skip: objects;
	background-color: transparent;
}
abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}
b, strong {
	font-weight: bolder;
}
dfn {
	font-style: italic;
}
mark {
	background-color: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sub {
	bottom: -.25em;
}
sup {
	top: -.5em;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
img {
	border-style: none;
}
svg:not(:root) {
	overflow: hidden;
}
button, input, optgroup, select, textarea {
	line-height: 1.42857143;
	margin: 0;
	outline: none;
}
body, button, input, select, textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern";
}
button, input {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html [type=button],/* 1 */ [type=reset], [type=submit] {
-webkit-appearance:button;
}
button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
border-style:none;
padding:0;
}
button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
outline:1px dotted ButtonText;
}
fieldset {
	padding: .35em .75em .625em;
}
legend {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}
progress {
	display: inline-block;
	vertical-align: baseline;
}
textarea {
	overflow: auto;
}
[type=checkbox], [type=radio] {
-webkit-box-sizing:border-box;
box-sizing:border-box;
padding:0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
height:auto;
}
[type=search] {
-webkit-appearance:textfield;
outline-offset:-2px;
}
[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
-webkit-appearance:none;
}
::-webkit-file-upload-button {
-webkit-appearance:button;
font:inherit;
}
summary {
	display: list-item;
}
article, aside, footer, header, nav, section, figcaption, figure, main, details,/* 1 */ menu {
	display: block;
}
pre, code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
audio, video, canvas {
	display: inline-block;
}
template, [hidden] {
display:none;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
a {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #015cb5;
	font-weight: bold;
}
ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.img-center {
	text-align: center;
	font-size: 0;
}
.item .img-center {
	text-align: center;
	font-size: 0;
	width: 390px;
    height: 200px;
}
.img-center img {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}

.img-center video {
	display: inline-block;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.img-cover {
	overflow: hidden;
}
.img-cover span {
	display: block;
	width: 100%;
	background: no-repeat center / cover;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.container {
	padding: 0 15px;
	width: 1200px;
	margin: 0 auto;
	letter-spacing: 0.05rem;
}
.headTop {
	position: fixed;
	top: 0;
	z-index:9999;
	width:100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.header {
	background-color: #fff;
	border-top: 5px solid #015cb5;

}
.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
}
.header .topbar ul {
	float: right;
}
.header .topbar li {
	float: left;
	color: #ddd;
}
.header .topbar li.pipe {
	padding: 0 10px;
}
.header .topbar li.c {
	margin-left: 10px;
}
.header .topbar li.c a {
	background-color: #f7c433;
	display: block;
	padding: 0 15px;
	font-weight: bold;
}
.header .logo {
	float: left;
	font-size: 0;
	text-align: left;
	padding: 15px 0;
}
.header .tel {
	float: right;
	margin-top: 31px;
	line-height:30px;
}
.header .tel strong {
	display: block;
	font-size: 30px;
	padding-left: 40px;
	color: #015cb5;
	line-height:40px;
	letter-spacing: 0.02rem;
	font-family: Impact;line-height: 1;color: #023793;}
.header .tel i{ font-size:30px;height: 35px;width:40px;padding-top:5px;float: left;display: block;color: #015cb5;}
.header .text {
	float: left;
	font-size: 16px;
	margin: 20px 0 20px 30px;
	padding: 5px 0 5px 30px;
	border-left: 1px solid #ddd;
}
.header .text strong {
	display: block;
	font-size: 26px;
}
.header .text span {
	color: #015cb5;
}
.header .nav {
	font-size: 0;
	color: #fff;
	float:right;
}
.header .nav li {
	display: inline-block;
	vertical-align: middle;
}
.header .nav li a {
	display: block;
	font-size: 14px;
	line-height: 100px;
	padding: 0 25px;
	color: #015cb5;
	letter-spacing: 0.08rem;
}
.header .nav li .arr {
	float: right;
	height: 50px;
	width: 40px;
	position: relative;
	display: none;
}
.header .nav li .arr:after {
	content: '';
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	display: block;
	width: 8px;
	height: 8px;
	margin: auto;
	position: absolute;
	top: 0;
	bottom: 0;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	right: 15px;
}
.header .nav li.dropdown {
	position: relative;
}

.header .nav .dropdown-box {
	position: absolute;
	left: 0;
	min-width: 100%;
	top: 100%;
	display: none;
	z-index: 10;
	text-align: center;
}
.header .nav .dropdown-box p {
	margin: 0;
}
.header .nav .dropdown-box a {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
	font-size: 14px;
	background-color: rgba(0, 0, 0, 0.5) !important;
	line-height: 40px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.header .nav .dropdown-box a:hover {
	background-color: #015cb5 !important;
}
.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
	color: #fff;
	background-color: #015cb5;
}
.header .nav li.open .dropdown-box {
	display: block;
}
.menu-btn {
	display: none;
	float: right;
}
.menu-btn span {
	color: #015cb5;
	width: 22px;
	margin: 0px 0 6px 0px;
	display: block;
	background: no-repeat center;
	background-size: contain;
	font-size:22px;
}
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: auto;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}
.banner .swiper-pagination {
	bottom: 30px;
}
.banner .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active {
	background-color: #015cb5;
}

.pc-slide {
	float: left;
	width: 400px;
}
.view .swiper-slide .imgauto {
	width: 100%;
	height: 400px;
	line-height: 400px;
}
.view .swiper-container {
	width: 100%;
	height: 400px;
}

/* product-category */
.product-category{
    margin-top: -20px;
    height: 85px;
    padding-top: 5px;
    margin-left: -10px;
}
.product-category li{
    float: left;
    padding: 10px 0;
}
.product-category li a{
    padding: 0 15px;
    font-size: 14px;
}
.section {
	padding: 50px 0;
}
.section-title {
	text-align: center;
	margin-bottom: 30px;
	font-size: 32px;
	font-weight: bold;
}
.section-title small {
	display: block;
	font-weight: normal;
	font-size: 18px;
	padding-top: 20px;
}
.section-title a{
    font-weight: bold;
}
.section-title:after {
	display: block;
	content: '';
	background: url(../images/cptit.jpg) no-repeat center bottom / auto 100%;
	height: 18px;
	margin-top: 5px;
}



.img-center img:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


.w1200{
	width: 1200px;
	margin: 0 auto;
}
.menu {

    height: 40px;
margin: 0 auto;
    padding: 0;
    width: 1002px;

}

/*menu_bt*/
.menu_bt{position: relative;z-index: 9999; width:24px;height:12px;border-top: 2px solid #13007c;border-bottom: 2px solid #13007c;vertical-align: middle; float:right; display:none;}
.menu_bt:after {content: '';position: absolute;top: 0;left: 0;right: 0;height:5px;border-bottom: 2px solid #13007c; transition: all 100ms linear 0ms;}
.menu_bt span:after {border-color: #666}
.menu_bt span {font-size: 0;	text-indent: -9999px}
.menu_bt span:before, .menu_bt span:after {content: '';position: absolute;top: 50%;right: 0;left: 0;border-top: 1px solid black;transition: all 100ms linear 0ms;}
.menu_bt.open {color: transparent !important; border:0;}
.menu_bt.open:after {-webkit-transform: scale(0);transform: scale(0);}
.menu_bt.open span:before, .menu_bt.open span:after { border-width: 2px;border-color: white;}
.menu_bt.open span:before {-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.menu_bt.open span:after {-webkit-transform: rotate(-45deg);transform: rotate(-45deg)}




/*banner_channel*/
.banner_channel{
	height: 200px;
}
.banner_about {
	background:url(../images/banner_about.jpg) center top no-repeat;
}
.banner_contact {
	background:url(../images/banner_contact.png) center top no-repeat;
}
.banner_case {
	background:url(../images/banner_case.jpg) center top no-repeat;
}
.banner_join {
	background:url(../images/banner_join.jpg) center top no-repeat;
}
.banner_news {
	background:url(../images/banner_news.jpg) center top no-repeat;
}
.banner_cases {
	background:url(../images/banner_cases.jpg) center top no-repeat;
}



/*index-about*/
.index-about{
	overflow: hidden;
	padding-top: 30px;
}
.index-about .about-info {
	width:100%;
	overflow: hidden;
	background:#f5f5f5;
	display: block;
}
.index-about .about-info img {
	width:450px;
	margin:0px 30px 10px 0px;
	float:left;
}
.index-about .about-info .about-info-right{
	padding: 30px;
}
.index-about .about-info span{
	color: #353535;
	font-size: 22px;
}
.index-about .about-info p{
	padding-top:18px;
	margin: 0px;
	color: #3a3939;
}
.index-about .about-info a.about-more{
	line-height: 39px;
	height: 39px;
	width: 150px;
	color: #fff;
	background: #00468c;
	display: block;text-align: center;
	float: left;
}

/*index-case*/
.index-case .case-info {
	width: 100%;
	padding-top: 20px;
}
.index-case .case-info ul {
	width:105%;
}
.index-case .case-info ul li {
	float:left;
	width:23%;
	padding: 0px;
	margin-right:2%;
}
.index-case .case-info ul li h4 a {
	line-height:34px;
	font-size:16px;
	color:#444345;
}
.index-case .case-info ul li p {
	font-size:14px;
	line-height:26px;
	min-height: 62px;
	text-align:left;
	border-bottom:none;
	color:#737272;
	padding-bottom: 10px;
}
.index-case .case-info ul li img{
	width: 100%;
	height: 200px;
}
.index-case .case-info ul li img:hover {
	transform: scale(1);
}
.index-case .case-info ul li span a {
	display:block;
	text-align:center;
	font-size:14px;
	color:#6f6f6f;
	border: 1px #ececec solid;
	background: #fff;
	width:103px;
	height:37px;
	margin:0 auto;
	line-height:37px;
}
.index-case .case-info h4{
	height: 34px;
	line-height: 34px;
	text-align: center;
	overflow: hidden;
}

/*index-news*/
.index-news{
	overflow: hidden;
}
.index-news .hd{
	overflow: hidden;
	clear: both;
	margin-bottom: 10px;
}
.index-news .hd ul li a{
	float:left;
	background: #efefef;
	border-radius:20px;
	width: 108px;
	cursor: pointer;
	margin:0px 12px;
	height: 36px;
	line-height: 36px;
	text-align: center;
}
.index-news .hd ul li.on a{
	background: #00468c;
	color: #fff;
}
.index-news .list-news-con{
	overflow:hidden;
	margin-bottom: 40px;
}
.index-news .more-news{
	border: 1px #ececec solid;
	line-height: 46px;
	height: 46px;
	width: 150px;
	clear: both;
	color: #6f6f6f;
	display: block;
	margin: 0 auto;
	text-align: center;
}
.index-news .news-item{
	clear: none;
	float: left;
	width: 46%;
	margin: 0px 3% 0 1%;
}

/*news-item*/
.news-item{
	clear: both;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	padding: 22px 0px 25px;
}
.news-item .news-date{
	width: 84px;
	height: 84px;
	line-height: 23px;
	position: relative;
	float: left;
	vertical-align: top;
	margin-right: 15px;
	text-align: center;
    margin-bottom: 18px;
	background: #f2f2f2;
	font-family: arial;
}
.news-item .news-date-day{
	font-size: 25px;
	line-height: 25px;
	margin-top: 20px;
}
.news-item .news-info h3{
	line-height: 1.8;
	margin: 0px;
	text-overflow:ellipsis;
	white-space:nowrap;
	width: 420px;
	overflow: hidden;
}
.news-item .news-info h3 a{
	color: #333;
	line-height: 2;
	
	font-size: 18px;
}
.news-item .news-info p{
	color: #4d4d4d;
}

/*aside*/
.aside {
	margin-left: -15px;
	margin-top:-100px;
}
.aside-box {
	position: relative;
	background: #f5f5f5;
	text-align: center;
	min-height: 500px;
}
.aside-box .box-title {
	font-size: 16px;
	color: #fff;
	padding: 23px 30px;
	background: #00468c;
	padding: 50px 40px;
	margin-top: 0;
}
.aside-box .box-title h3 {
	font-size:24px;
	color: #fff;
	position: relative;
	font-weight: normal;
	margin:0;
	padding: 0;
}
.aside-box .box-title small {
	display: block;
	color: #71bfe1;
	font-size:14px;
}
.aside-box .box-content{
	padding-top:2px;
}
.aside-box .box-content li a {
	line-height: 60px;
	border-bottom: 1px solid #fff;
	display: block;
	font-size: 16px;
}
.aside-box .box-content li a:hover {
	color: #fff;
	background: #00468c;
}


/* salesmanScroll */
.salesmanScroll{ position:relative; padding: 10px 0 10px 55px;  background:#fff; margin-bottom:10px; overflow:hidden;   }
.salesmanScroll ul{ overflow:hidden; zoom:1; }
.salesmanScroll ul li{ float:left; margin: 0 17px 20px; text-align: center;width:227px; overflow:hidden; display:inline; }
.salesmanScroll ul li img{ width:227px; height:278px; }
.salesmanScroll ul li h4{ font-weight: normal; padding: 15px 0px 10px; margin:0px; font-size: 14px; color: #161616;}
.salesmanScroll ul li p{ font-size: 14px; margin:0px; line-height: 30px; padding-bottom: 10px; color: #737272;}
.salesmanScroll ul li span a{
	color:#fff; background: #00468c;
	font-size: 12px;
	height: 22px;
	line-height: 22px;
	width: 95px;
	margin: 0 auto;
	display: block;
}
.salesmanScroll .prev,
.salesmanScroll .next{ position:absolute;  left:20px; top:110px; display:block; width:30px; height:50px; overflow:hidden; background:url(../images/icons.png) 0px 0 no-repeat; cursor:pointer;  }
.salesmanScroll .next{ left:auto; right:10px; background-position:-50px 0; }


/*content-salesman*/
.content-salesman .salesmanScroll ul{
	width:105%;
}
.content-salesman .salesmanScroll ul li{
	width:270px;
	margin-left:0px;
	margin-right:25px;
}
.content-salesman .salesmanScroll ul li img{
	width:270px;
	height:183px;
}


/*index-product*/
.index-product {
	padding-top: 20px;
}
.index-product .section-title span p{ color:#fbf9f9;}

.index-product .product-wrap {
	overflow: hidden;
	position: relative;
	clear:both;
}
.index-product .product-video {
	height: 500px;
	left: 0;
	position: absolute;
	right: 0;
	top: -200px;
}
.index-product .product-mask {
	height: 550px;
	left: 0;
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
}
.index-product .product-index-list, .product-imgs {
	margin: 0 auto;
	position: relative;
	z-index: 9;
}
.index-product .product-index-list {
}
.product-index-list ul {
	height: auto;
	padding-top: 20px;
	overflow: hidden;
}
.product-index-list li {
	display: inline;
	float: left;
	text-align: center;
	padding-bottom: 20px;
	width: 25%;
}
.product-index-list li a img{
	width: 100px;
	padding: 10px;
}
.product-index-list li h3{
	font-size: 18px;
	line-height:50px;
	margin: 0px;
}
.product-index-list li p{ 
	font-size: 13px;	
}
.product-index-list li a:hover h3{
	color: #13007c;
}
.product-index-list li a em{
	display: block;
	font-size: 80px;
	line-height: 100%;
	color: #8a8a8a;
}
.product-index-list li a:hover em{
	color: #13007c;
}


/* pic-list */
.pic-list ul li {
	border-bottom: 1px dotted #c7c7c7;
	clear: both;
	display: block;
	height: 180px;
	overflow: hidden;
	background:none;
	padding-left:0px !important;
	padding-top: 17px;
}
.pic-list ul li:hover {
	background:none;
}
.pic-list ul li .pro_pic {
	float: left;
	margin-right:12px;
	width: 220px;
}
.pic-list ul li .pro_pic a img {
	border: 1px solid #cccccc;
	height: 150px;
	width: 200px;
	padding:5px;
}
.pic-list ul li .pro_pic a:hover img {
	border: 1px solid #666666;
}
.pic-list ul li .pro_info {
	display: block;
	float: left;
	position: relative;
	width: 600px;
}
.pic-list ul li .pro_info h3 {
	color: #333333;
	display: block;
	margin:0px;
	font-size:20px;
	line-height:38px;
}
.pic-list ul li .pro_info h3 a {
	color: #333333;
}
.pic-list ul li .pro_info h3 a:hover {
	color: #c40000;
	text-decoration: underline;
}
.pic-list ul li .pro_info span {
	clear: both;
	color: #666;
	display: block;
	line-height: 24px;
	width: 520px;
}
.pic-list ul li .pro_info span i {
	font-style: normal;
}
.pic-list ul li .pro_info span .g_price b {
	color: #999999;
	font-family: arial;
	margin-right: 3px;
}
.pic-list ul li .pro_info span .g_price strong {
	color: #D2965A;
	font-family: verdana, arial;
	font-size: 18px;
}
.pic-list ul li .pro_info p {
	color: #666666;
	line-height: 24px;
}
.pic-list ul li .pro_info p a {
	color: #D2965A;
	padding-left: 10px;
}


/*business_list*/
.business_list{
}
.business_list ul li{
	border:1px solid #e9e7e7;
	width:45%;
	float:left;
	margin:0px 5% 58px 0px;
	padding:20px 10px 0px 0px;
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.16), 0px 2px 10px 0px rgba(0, 0, 0, 0.12); 
}
.business_list ul li .business_pic{
	float:left;
	width:220px;
	text-align:center;
	padding:50px 0px 70px 0px;
}
.business_list ul li .business_pic h3{
	font-size:16px;
	color:#141414;
	line-height:32px;
}
.business_info{
	padding:0px 20px 25px 0px;
}
.business_info p{
	padding-bottom:20px;	
}
.business_btn span{
	float:left;	
}
.business_btn span a{
	color:#fff; 
	background: #13007c;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 110px;
	margin-right:15px;
	text-align:center;
	display: block;
}
.business_btn span.business_btn_detail a{
	background:#a9a6a6;	
}

/*join-pic-list*/
.join-pic-list{
	
}
.join-pic-list ul{
	width:108%;
}
.join-pic-list ul li{ float:left; position:relative; margin-right:15px; margin-bottom:20px;}
.join-pic-list ul li a{
	overflow:hidden;
	height:183px;
	width:270px;
	display:block;
}
.join-pic-list ul li a img{
	width:270px;
	height:183px;
}
.join-pic-list ul li a .join-pic-info{
	color:#fff;
	position:absolute;
	text-align:center;
	height:38px;
	line-height:38px;
	overflow:hidden;
	width:100%;
	background-color: rgba(2, 0, 0, 0.6);
	display:none;
	font-size:14px;
	text-align:center;
	margin:0px;
}
.join-pic-list ul li a:hover .join-pic-info{
	display:block;
	left:0px; bottom:0px;
}

/*page_link*/
.page_link {
	clear: both;
	padding: 20px 0;
	text-align: center;
}
.page_link a,.page_link .current {
	border: 1px solid #d5d5d5;
	color: #3a3a3a;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
	margin:0px 5px;
}
.page_link .current{
	background:#c3c3c3;
	color:#FFF;
}
.page_link a.a1 {
	padding: 0;
	width: 56px;
}
.page_link a:hover, .page_link a:focus {
	background: none repeat scroll 0 0 #c3c3c3;
	border: 1px solid #c3c3c3;
	color: #fff;
	text-decoration: none;
}
.page_link span {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding: 0 10px;
	text-align: center;
}

/*recommend_more*/
.recommend_more{
	overflow:hidden;
	padding-bottom:30px;
}
.recommend_more .recommend_title{
	font-size:28px;
	color:#2d2c2c;
	line-height:100px;
	text-align:center;	
}
.recommend_list ul{
	width: 105%
}
.recommend_list ul li a{ border:1px solid #ededed; float:left; display:block; width:210px; height:120px; margin-right:25px; text-align:center;}
.recommend_list ul li a h3{
	font-size:16px; color:#2d2c2c;
	line-height:30px;
	padding:10px 0px 0px;
}
.recommend_list ul li a span{ width:100px; height:28px; font-size:14px; line-height:28px; margin:0px auto; color:#2d2c2c; border:1px #626262 solid; display:block;}
.recommend_list ul li a:hover span{
	background:#ce2a20;
	color:#fff; border:1px solid #ce2a20;
}
	

@font-face {
	font-family: 'icomoon';
    src:url('../fonts/icomoon.eot?qradjf');
    src:url('../fonts/icomoon.eot?qradjf#iefix') format('embedded-opentype'),
        url('../fonts/icomoon.ttf?qradjf') format('truetype'),
        url('../fonts/icomoon.woff?qradjf') format('woff'),
        url('../fonts/icomoon.svg?qradjf#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}
.demo-icon{
  font-family:"icomoon";
  font-style:normal;
  font-weight:normal;
  speak:none;
  display:inline-block;
  text-decoration:inherit;
  text-align:center;
  font-variant:normal;
  text-transform:none;
  font-size:24px;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  line-height:24px;
  color:#999; 
}

/*new right*/
.kefu-right{position:fixed;right:1px;top:50%;margin-top:-100px;z-index:100}
.kefu-right-meau{position:relative;}
.kefu-right-btn{width:48px;height:48px;border:1px solid #ddd;text-align:center;display:block;margin-bottom:6px;position:relative;background-color:#fff}
.kefu-right-btn:hover{border: 1px solid #13007c}
.kefu-right-btn span{color:#848484;font-size:26px;line-height:48px;}
.kefu-right-btn sup{display:block;min-width:24px;height:24px;text-align:center;line-height:24px;color:#fff;border-radius: 50%;background-color:#13007c;position:absolute;left:-12px;top:-12px;}
.kefu-right-btn p{color:#13007c;font-size:14px;line-height:18px;padding-top:5px;display:none;}
.kefu-right-meau:hover .kefu-right-btn span{display:none}
.kefu-right-meau:hover .kefu-right-btn p{display:block;}


.meau-sev .kefu-right-btn p{color:#fff}
.meau-top .kefu-right-btn span{font-size:12px;line-height:12px;padding-top:10px;display:block}
.meau-top .kefu-right-btn i{display:block;color:#999;font-style:normal;}
.kefu-right-meau:hover .kefu-right-btn{background-color:#13007c}
.kefu-right-meau:hover .kefu-right-btn span{display:none;color:#fff} 
.kefu-right-meau:hover .kefu-right-btn p{display:block; color: #fff;}
.kefu-right-meau:hover .kefu-right-btn i{color:#fff; }
.kefu-right-box{position:absolute;top:-15px;right:48px;padding-right:25px;display:none;}
.kefu-right-box .box-border{border:1px solid #ccc;border-top:4px solid #13007c;padding:20px;background-color:#fff;-webkit-box-shadow: 0 3px 8px rgba(0,0,0,.15);-moz-box-shadow: 0 3px 8px rgba(0,0,0,.15);box-shadow: 0 3px 8px rgba(0,0,0,.15);position:relative;}
.kefu-right-box .box-border .arrow-right{display:block;width:13px;height:16px;background:url(../images/arrow.png) no-repeat;position:absolute;right:-13px;top:26px;}
.kefu-right-box .box-border .sev-t span{font-size:42px;float:left;display:block;line-height:56px;margin-right:20px;color:#d3d3d3}
.kefu-right-box .box-border .sev-t img{width:133px;}
.kefu-right-box .box-border .sev-t p{float:left;color:#13007c;font-size:24px;line-height:28px;}
.kefu-right-box .box-border .sev-t p i{display:block;font-size:14px;color:#aaa;}
.kefu-right-box .box-border .sev-b{padding-top:15px;margin-top:15px;border-top:1px solid #e4e4e4; overflow: hidden;}
.kefu-right-box .box-border .sev-b h4{color:#666;font-size:14px;font-weight:normal;padding-bottom:15px;}
.kefu-right-box .box-border .sev-b li{float:left;width:50%}
.kefu-right-box .box-border .sev-b li a{display:inline-block;color:#999;font-size:13px;padding-left:43px;background:url(../images/qq.gif) no-repeat left 3px;line-height:36px;}
.kefu-right-box .box-border .sev-b li a:hover{color:#13007c}
.meau-sev .kefu-right-box .box-border{width:430px;}
.meau-contact .kefu-right-box .box-border{width:270px;}
.kefu-right-meau:hover .kefu-right-box{display:block}
.meau-code .kefu-right-box{top:inherit;bottom:-35px;}
.meau-code .kefu-right-box .box-border{width:186px;text-align:center;border-top:1px solid #ccc;}
.meau-code .kefu-right-box .box-border i{display:block;color:#13007c;font-size:16px;line-height:26px; font-style:normal;}
.meau-code .kefu-right-box .box-border .arrow-right{top:inherit;bottom:50px;}
.meau-sev:hover .kefu-right-btn{background:#13007c}
.meau-zs .kefu-right-btn{background-color:#13007c;color:#fff;margin-top:80px;border-color:#13007c}
.meau-zs .kefu-right-btn span{color:#fff}
.meau-zs .kefu-right-btn p{color:#fff}
.sev-t{ overflow:hidden;}


/*paginator*/
.paginator {
	padding: 30px 30px 0;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	border-radius: 0;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-radius: 0;
}
.pagination>li>a, .pagination>li>span {
	color: #666;
	margin-right: 10px;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	margin-right: 0;
}
.pagination>li.active>a, .pagination>li.active>span {
	color: #fff;
	background: #1295cd;
}
.paginator.other-page {
	padding: 10px 0px;
	color: #666;
	margin: 20px 0px 30px 0px;
	border-top: 1px #e5e5e5 dotted;
	position: relative;
}
.paginator.other-page span {
	display:block;
	line-height:2.8em;
}
.paginator.other-page span a:hover{
	color:#00468c;
}
.paginator.other-page .shares{
	position:absolute;
	right:10px;
	top: 30px;
}

/*xiangqing*/
.article-meta {
	color: #999;
	text-align: center;
	margin-top:20px;
	margin-bottom: 20px;
	background: #fbfbfb;
	padding: 5px 30px;
}
.article-meta span + span {
	padding-left: 15px;
}
.article-header h1 {
	text-align: center;
	font-size:28px;
}
.article-header {
	padding: 10px 0;
}
.article-header .article-desc {
	padding: 30px;
	background: #f0f0f0;
}
.article-content {
	padding: 20px 0;
}
.main-content .contact-btn {
	padding: 50px;
	text-align:center;
}
.main-content .contact-btn a {
	color: #fff;
	background: #00468c;
	border-radius: 3px;
	padding: 13px 68px;
}


/*内容*/
.content-main {
	margin-top:35px;
}
.main-content .content-header {
	border-bottom: 1px solid #e4eef2;
}
.content-box {
	position:relative;
}
.content-box:before {
	content:" ";
	display: block;
	position:absolute;
	top: 0;
	width: 100%;
	left: 0;
}

.content-header {
	padding: 13px 10px;
	margin:0px;
	position:relative;
}
.content-header .catname {
	font-size:20px;
	line-height:1;
	font-weight:normal;
}
.content-header h3 {
	font-size: 22px;
	margin:0;
	color: #1295cd;
}
.content-header small {
	font-size: 16px;
	margin:0;
	color: #999;
}
.content-header .crumb {
	color: #999;
	line-height: 1;
	margin-top:5px;
}
.content-header .crumb a {
	color: #999;
	padding: 0 4px;
}
.content-header .crumb span {
}
.content-header .crumb span:after {
	content:">";
	font-family: serif;
	padding:0 5px 0 10px;
}
.content-header .crumb span:last-child:after {
	content:"";
	padding-right: 0;
}
.content-content {
	margin:0px 0px 0px 5px;
}
.content-list {
	padding: 20px 0;
}

.content-box .box-header h3 {
	font-size:24px;
	padding:15px 0px 5px;
}
.content-box .more {
	color: #666;
	font-size: 16px;
	font-weight: normal;
}
.content-box .box-header h3 span {
	color: #1295cd;
}
.article-box .box-content {
	padding:0 30px 30px;
}
.content-box .box-content li {
	padding: 5px 0;
}
.date {
	color: #999;
}
.content-content .content-box {
	margin: 30px;
	border: none;
}
.content-content .content-box .box-content {
	padding: 30px;
}

.article-content h3, .article-content h2, .article-content h4 {
	color: #282828;
	margin-top: 0;
}
.article-content p {
	line-height:30px;
	margin-bottom: 10px;
	color: #555;
}
.article-item {
	padding-top: 10px;
	padding-bottom: 25px;
	border-bottom: 1px solid #f0f0f0;
}

/* 左右悬浮 */
.fixed-side { position:absolute; top:150px; z-index:10001; }
.fixed-left { left:0; }
.fixed-right { right:0; float:right; }

.not-animated { opacity:0; }


/* 返回顶部 */
.gotop-wrapper { position:fixed; bottom:50px; right:15px; z-index:1001; background-color:rgba(0,0,0,0.3); background-color:#969696\9; }
.gotop-wrapper:hover { background-color:rgba(0,0,0,0.6); background-color:#6d6d6d\9; } 
.gotop-wrapper a { 
	display:none; _display:none !important;
	width:55px; height:55px; overflow:hidden; background:url(../images/icon-gotop-fixed.gif) no-repeat center;
}

.link-fixed-side { /*width:80px;*/ margin-bottom:1px; font-size:12px; }
.link-fixed-side li { margin-bottom:1px; position:relative; }
.link-fixed-side li .link-name { display:block; width:70px; min-height:70px; height:auto !important; _height:70px; background-color:#808080; color:#fff; text-align:center; *margin-bottom:-4px; }
.link-fixed-side li .link-name:hover, .link-fixed-side li.active .link-name { background-color:#015cb5; text-decoration:none; }
.link-fixed-side li.first .link-name { background-color:#015cb5; }
.link-fixed-side li.first .link-name:hover { background-color:#1C79C1; }
.link-fixed-side li i { display:inline-block; *display:inline; *zoom:1; width:32px; height:32px; overflow:hidden; margin-top:6px; background-repeat:no-repeat; background-position:0 0; }
.link-fixed-side li span { display:block; line-height:normal; padding-bottom:5px; }
.link-fixed-side li .link-name-min span { display:block; line-height:70px; }
.link-fixed-side .link-summary { display:none; position:absolute; right:70px; top:0; min-width:180px; max-width:250px; _width:130px; min-height:35px; height:auto !important; _height:35px; padding:20px 15px 15px; background-color:#015cb5;}
.link-fixed-side .link-summary .arrow-section-r { display:block; width:5px; height:9px; position:absolute; top:22px; right:0px; background:url(images/icon/arrow-section-r.gif) no-repeat; }
.link-fixed-side .link-summary .link-summary-content { font-size:16px; color:#fff; font-weight:bold; }
.link-fixed-side .link-summary .qhd-content p { margin-bottom:6px; } 
.link-fixed-side .link-summary .qhd-content p a { color:#4d4d4d; }
.link-fixed-side .link-summary .qhd-content p a:hover { color:#1e78e8; }
.fixed-left .link-fixed-side .link-summary { right:0; left:70px; }


@media screen and (max-width:1024px) {
	.w1200 {
		width: 100%;
	}
	.menu_bt{ display:block; margin:17px 10px 0 0;}

	
	.section-title{
		font-size: 22px;
		margin: 15px 0 10px;
	}
	
	.page-overlay {position: fixed; top: 0;right: 0;bottom: 0;left: 0; height:0; z-index:999; width: 100%; overflow:hidden;  padding-top:40px; background:#000; transition:all .2s ease-in-out;color:#fff; opacity:0;}
	.page-overlay.black{opacity:0.8; height:100%;}
	
	.page-overlay .sitenav{ width:90%; margin:0 auto; margin-top:64px; float:none; text-align:left; }
	.page-overlay .sitenav li{ float:none; padding:0; margin-left:0; text-align: center;}
	.page-overlay .sitenav li > a{ font-size:24px; color:#fff; line-height:40px; width: 100%; height: 100%; padding:10px 0;}
	.page-overlay .sitenav li > a:hover{ border:0; color:#fff;}
	.page-overlay .sitenav li > a.on{  border:0;  color:#601986;}
	
	.product-index-list li a em{
		display: block;
		font-size: 4em;
		line-height: 100%;
		color: #8a8a8a;
	}
	.product-index-list li h3{
		font-size: 14px;
	}
	
	.index-case .case-info ul li {
		float:left;
		width:46%;
		padding: 0px;
		margin-right:4%;
	}
	.index-case .case-info ul li img{
		height: 100%;
	}
	.index-about .about-info{
		padding-bottom: 30px;
	}
	.index-about .about-info img {
		width:100%;
		margin:0px auto 0px;
		float:none;
		display: block;
	}
	/*fullSlide*/
	.fullSlide {
		width:100%;
		height:200px;
	}
	.fullSlide .bd li {
		width:100% !important;
		height:200px;
	}
	.fullSlide .bd li a {
		display:block;
		height:200px;
	}
	.fullSlide .hd {
		width:100%;
		position:absolute;
		z-index:1;
		bottom:10px;
		left:0;
		height:12px;
		line-height:12px;
	}
	.fullSlide .hd ul {
		text-align:center;
	}
	.fullSlide .hd ul li {
		cursor:pointer;
		display:inline-block;
	 *display:inline;
		zoom:1;
		width:12px;
		height:12px;
		margin:1px 6px;
		overflow:hidden;
		background:#fff;
		filter:alpha(opacity=50);
		opacity:0.5;
		border-radius:50%;
		line-height:999px;
	}
	.fullSlide .hd ul .on {
		background:#fff;
		filter:alpha(opacity=100);
		opacity:1;
	}
	.fullSlide .prev, .fullSlide .next {
		display:block;
		position:absolute;
		z-index:1;
		top:50%;
		margin-top:-30px;
		z-index:1;
		width:17px;
		height:32px;
		cursor:pointer;
		filter:alpha(opacity=50);
		opacity:0.5;
		display:none;
	}
	.fullSlide .next {
		left:auto;
		right:5%;
		background-size:17px 32px;
		background:url(../images/next.png) left top no-repeat;
	}
	.fullSlide .prev {
		left:5%;
		background-size:17px 32px;
		background:url(../images/pre.png) left top no-repeat;
	}
	.fullSlide .banner_text_1{
		width: 240px;
		padding-top:30px;
		padding-left: 20px;
	}
	.fullSlide .banner_text_1 span{
		font-size: 20px;
		line-height:36px;
	}
	.fullSlide .banner_text_1 p{
		font-size: 12px;
	}
	.fullSlide .banner_text_2{
		width: 260px;
		height: 100%;
		padding: 10px 0px 0px 10px;
		margin-top: 15%;
		margin-left: 30px;
	}
	.fullSlide .banner_text_2 span{
		font-size: 22px;
		color: #13007c;
		line-height: 36px;
	}
	.fullSlide .banner_text_2 p{
		font-size: 16px;
		text-transform:uppercase
	}
	.content-main{
		margin-top: 0px;
	}
	.footer .QRCode{
		float: none;
		padding-left: 15px;
		padding-top: 30px;
	}
	
	.banner_channel{
		height: 150px;
	}
	.banner_contact {
		background:url(../images/banner_contact.png) center top no-repeat;background-size: 100% 150px;
	}
	.banner_case {
		background:url(../images/banner_case.jpg) center top no-repeat;background-size: 100% 150px;
	}
	.banner_join {
		background:url(../images/banner_join.jpg) center top no-repeat;background-size: 100% 150px;
	}
	.banner_news {
		background:url(../images/banner_news.jpg) center top no-repeat;background-size: 100% 150px;
	}
	.banner_cases {
		background:url(../images/banner_cases.jpg) center top no-repeat;background-size: 100% 150px;
	}
	.banner_about {
		background:url(../images/banner_hqs.jpg) center top no-repeat;
		background-size: 100% 150px;
	}
	
	.article-content{
		padding: 5%;
	}
	.article-content img{
		width: 100%;
		padding-bottom: 10px;
	}
	.service_lc{
		margin: 0 auto;
		width: 90%;
		padding-bottom:10%;
		position: relative;
	}
	.service_lc img{
		width: 100%;
	}
	.service_lc ul{
		position: absolute;
		left: 0px;
		bottom: 0;
		width: 90%;
	}
	.service_lc ul li{
		width: 25%;
		font-size: 12px;
		text-align: center;
		float: left;
	}
	.shares{
		padding:5% 0px 5% 5%;
	}
}



/* search */
.search-container {
	padding: 15px 0;
	background-color: #f5f5f5;
}
.search-container .container {
	padding: 0;
}
.search-container .hot {
	float: left;
	padding: 5px 0;
	line-height: 34px;
}
.search-container .hot-m{
    float: left;
    padding: 10px 0 10px;
    line-height: 30px;
    font-size: 14px;
    display: none;
}
.search-container .hot-m strong{
    color: #015cb5;
}
.search-container .hot-m a{
    letter-spacing: 0.065rem;
    color: #015cb5;
}
.search-container .search-form {
	float: none;
	position: relative;
	float: right;
}
.search-container .hot a {
	letter-spacing: 0.1rem;
}
.search-container .hot strong {
	color: #015cb5;
}
.search-container .search-form input {
	font-size: 14px;
	width: 100%;
	-webkit-box-sizing: border-box;
	height: 45px;
	padding: 0 60px 0 30px;
	border-radius: 40px;
	float: left;
	font-size: 14px;
	border: 1px solid #eee;
	padding: 6px 35px;
	line-height: 30px;
	width: 355px;
	border-radius: 40px;
}
.search-container .search-form button {
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
	height: 45px;
	font-size: 15px;
	border-radius: 40px;
	font-weight: bold;

	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 85px;
	height: 43px;
	background: #015cb5;
	color: #fff;
	line-height: 45px;
	border-radius: 0 40px 40px 0;
    margin-left: -88px;
}


/*friend-link*/
.friend-link {
	padding: 20px 0;
}
.friend-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-size: 18px;
	color: #015cb5;
	padding-bottom: 15px;
}
.friend-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}
.friend-link ul {
	margin-left: -20px;
}
.friend-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
	letter-spacing: 0.1rem;
}

/*  solution-section */
.solution-section {
	background: url(../images/solution-bg.jpg) no-repeat center 0 / cover #f5f5f5;
	padding-bottom: 40px;
}
.solution-section .section-title {
	color: #fff;
}
.solution-section .section-title:after {
	display: none;
}
/*solution-container*/
.solution-container {
	margin-left: -28px;
	letter-spacing: 0.08rem;
    text-align: justify;
}
.solution-container li {
	float: left;
	width: 25%;
}
.solution-container li:nth-child(n+5){
    padding-top: 45px;
}
.solution-container li a {
	display: block;
	background-color: #fff;
	margin-left: 28px;
	border: 1px solid #dddddd;
}
.solution-container li .img-cover {
	position: relative;
}
.solution-container li .img-cover span {
	padding-top: 66.7%;
}
.solution-container li .img-cover p {
	background-color: rgba(0,0,0,0.3);
	color: #fff;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	margin: 0;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	padding: 12px 0;
}
.solution-container li .text {
	height: 260px;
	padding: 15px 20px 30px;
	position: relative;
}
.solution-container li .text p {
	margin: 0 0 8px;
	color: #666;
	font-size: 14px;
	padding-left: 24px;
	background: url(../images/faico.jpg) no-repeat 0 5px;
	line-height: 1.85;
}
.solution-container li .text .more {
	position: absolute;
	right: 0;
	bottom: 0;
	line-height: 30px;
	background-color: #015cb5;
	color: #fff;
	padding: 0 20px;
	margin-right: 90px;
	margin-bottom: 25px;
}
.solution-container li a:hover .img-cover p {
	background-color: #015cb5;
}
.solution-container li a:hover .text .more {
	background-color: #adadad;
}

.solution1-container {
	margin-left: -28px;
	letter-spacing: 0.08rem;
    text-align: justify;
}
.solution1-container li {
	float: left;
	width: 25%;
}
.solution1-container li:nth-child(n+5){
    padding-top: 45px;
}

.solution1-container li .newListBox {
  width:100%;
  height:auto;
  overflow:hidden;
}
.solution1-container li .container {
  width:100%;
  overflow:hidden;
  margin:1rem auto;
  padding:0px;
}
.solution1-container li {
  overflow:hidden;
  padding:1rem;
  height:auto;
}
.solution1-container li .newPicBox {
  position:relative;
  width:100%;
  height:100%;
  overflow:hidden;
  margin:0 auto;
  padding-bottom: 160px;
}
.solution1-container li .newPic {
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%) scale(1);
  width:100%;
  height:auto;
  transition:all .5s ease;padding:0px;margin:0px;float:left;
}
.solution1-container li .picLink {
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  height:100%;
  font-size:0;
  display:flex;
}
.solution1-container li .contentBox {
  padding:10px 16px 30px;
  background:#f2f2f2;
}
.solution1-container li:hover .contentBox {
  background:#015cb5;
}
.solution1-container li .newTitle {
  font-size:18px;
  margin:15px 0px 15px;
  transition:all .5s ease;
  overflow:hidden;
  font-weight:600;
}
.solution1-container li .lineBox {
  position:relative;
  width:100%;
  height:1px;
  background:transparent;
  margin:10px 0;
}
.solution1-container li .lineBox::before {
  content:'';
  position:absolute;
  top:0px;
  left:0px;
  width:0px;
  height:100%;
  background:#afafaf;
  transition:all .5s ease;
}
.solution1-container li .contentText {
  position:relative;
  width:100%;
  line-height:1.6rem;
  clear:both;
  font-size:14px;
  color:#777;
  margin:0 0 1.5rem;
  overflow:hidden;
  text-overflow:ellipsis;
  height: 120px;
}
.solution1-container li:hover .contentText {
  color:#ffffff;
}
.solution1-container li .bottomLink {
  display:block;
  width:30px;
  height:20px;
  color:#ccc;
  font-size:16px;
  font-family:Raleway;
  line-height:15px;
  border:0px solid #d8d8d8;
  transition:all .5s ease;
  border-radius:30px;
  background:#616161;
  text-align:center;
  margin:0 auto;
}
.solution1-container li:hover .newPic {
  transform:translate(-50%,-50%) scale(1.1);
}
.solution1-container li:hover .newTitle {
  color:#ffffff;
}
.solution1-container li:hover .lineBox::before {
  width:100%;
}
.solution1-container li:hover .bottomLink {
  color:#015cb5;
  border-color:#fff;
  background:#fff;
}
.solution1-container li .contentBox i{font-family:Impact;}
/* product-container  */
.product-container {
	padding-top: 25px;
	clear:both;
}
.product-container .product-list li {
	float: left;
	width: 20%;
}
.content-main .product-container .product-list li{width: 25%;}
.product-container .product-list {
	margin: -20px 0 0 -20px;
}
.product-container .product-list .wrap {
	margin: 20px 0 0 12.5px;
}
.product-container .product-list .img-cover {
	display: block;
}
.product-container .product-list .img-cover span {
	padding-top: 100%;
}
.product-container .product-list .text {
	border-top: 0;
	padding: 20px 0 10px;
	text-align: center;
}
.product-container .product-list .text h4 {
	margin: 0;
	font-weight: normal;
	overflow: hidden;
	height: 40px;
	letter-spacing: 0.08rem;
}
.product-container .product-list .text h4 a{font-size:14px;}
.product-container .product-list .text p {
	margin: 15px 0 0;
	font-size: 14px;
}
.product-container .product-list .text .bt {
	display: inline-block;
	margin: 0 15px;
	line-height: 30px;
	color: #fff;
	padding: 0 15px;
	background-color: #015cb5;
	border: 1px solid transparent;
}
.product-container .product-list .wrap:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.product-container .product-list .wrap:hover a {
	color: #015cb5;
}
.product-container .product-list .wrap:hover .bt {
	border-color: #fff;
	background-color: transparent;
}
.product-container .product-list .wrap:hover .bt:last-child {
	background-color: #fff;
	color: #333;
}
/* nowledge-con */
.knowledge-con {
	background-color: #f5f5f5;
	padding: 20px;
}

/* industry-menu */
.industry-menu {
	width: 1200px;
}
.industry-menu li {
	float: left;
	width: 33.33333%;
}
.industry-menu li a {
	display: block;
	margin: 30px 0 0 30px;
}
.industry-menu li a:after {
	display: block;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #015cb5;
	margin-top: 15px;
	visibility: hidden;
}
.industry-menu li h4 {
	margin: 0;
	position: relative;
	font-size: 16px;
	color: #fff;
	background-color: #015cb5;
	width: 100%;
	text-align: center;
	line-height: 2;
	font-weight: normal;
}
.industry-menu li .product_pic img{ width:100%;height:200px;}
.industry-menu li h4 small {
	position: absolute;
	font-size: 16px;
	width: 26px;
	height: 26px;
	line-height: 22px;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: #f7c433;
	left: -15px;
	top: -15px;
	font-weight: bold;
	color:#fff;
}
.industry-menu li p {
	margin: 10px 0 0;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
	height: 70px;
	overflow: hidden;
}
.industry-menu li.active h4 {
	background-color: #015cb5;
}
.industry-menu li.active a:after {
	visibility: visible;
}
.industry-con {
	float: left;
	width: 390px;
}
.industry-con .swiper-slide .img-center {
	position: relative;
	padding: 10px 10px 0 0;
}
.industry-con .swiper-slide .img-center:before {
	position: absolute;
	right: -10px;
	top: -10px;
	width: 100%;
	height: 100%;
	background-color: #f1f1f1;
	content: '';
}
.industry-con .swiper-slide .img-center img {
	position: relative;
}

/* m-footer-fix */
.m-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #015cb5;
	z-index: 10;
	display: none;
}
.m-footer-fix li {
	float: left;
	width: 25%;
}
.m-footer-fix li a {
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 13px;
	line-height: 1;
}
.m-footer-fix li i {
	display: block;
	height: 25px;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 4px;
	font-size:22px;
}

/* partner_section */
.partner-section {
	background: url(../images/rzbg.jpg) no-repeat center / cover;
	color: #fff;
}
.partner-section .section-title:after {
	background-image: url(../images/cptit.png);
}

.partner-container {
	margin-left: -82px;
}
.partner-container li {
	float: left;
	width: 131px;
	margin-left: 75px;
}
.partner-container li .wrap {
	display: table;
	width: 100%;
	height: 131px;
	position: relative;
}
.partner-container li .wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: url(../images/rzico.png) no-repeat 0 0;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}
.partner-container li .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 25px;
}
.partner-container li .inner p {
	margin: 0;
}
.partner-container li:nth-child(2) .wrap:before {
	background-position: -214px 0;
}
.partner-container li:nth-child(3) .wrap:before {
	background-position: -427px 0;
}
.partner-container li:nth-child(4) .wrap:before {
	background-position: -642px 0;
}
.partner-container li:nth-child(5) .wrap:before {
	background-position: -855px 0;
}
.partner-container li:nth-child(6) .wrap:before {
	background-position: -1068px 0;
}
.partner-container li .wrap:hover:before {
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);
}
.partner-container-tel {
	margin-top: 50px;
	text-align: center;
}
.partner-container-tel p {
	margin: 0 auto;
	width: 480px;
	background: url(../images/rztel.png) no-repeat 0 0;
	height: 64px;
	padding-left: 100px;
	font-size: 16px;
	line-height: 40px;
}
.partner-container-tel strong {
	color: #f7c433;
	font-size: 30px;
	font-family: Impact;
}
.partner-container-tel .btn {
	display: block;
	width: 190px;
	line-height: 45px;
	color: #fff;
	background-color: #015cb5;
	margin: 20px auto 0;
	cursor: pointer;
}
/* about-section */
.about-section {
	background-color: #f5f5f5;
}
.about-section .section-title:after {
	background-image: url(../images/zjtit.jpg);
}

.about-container {
	background-color: #fff;
	margin: 0;
}
.about-container dt {
	float: left;
	width: 550px;
}
.about-container dt img {
	display: inline-block;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
}
.about-container dd {
	margin-left: 550px;
	padding: 20px 30px;
}
.about-container dd h4 {
	margin: 0 0 15px;
	font-size: 24px;
	text-align: left;
}
.about-container dd h4 small {
	display: block;
	font-weight: normal;
	font-size: 14px;
	color: #999;
	letter-spacing: -1px;
	padding-bottom: 10px;
}
.about-container dd h4:after {
	display: block;
	content: '';
	width: 300px;
	height: 3px;
	background-color: #015cb5;
}
.about-container dd p {
	margin: 0;
	color: #333;
	line-height: 2.6rem;
	text-align: justify;
	letter-spacing: 0.08rem;
	padding-bottom: 0px;
	text-indent: 2rem;
	font-weight:300;
}
.about-container dd .more {
	display: block;
	line-height: 40px;
	width: 135px;
	text-align: center;
	color: #fff;
	background-color: #015cb5;
	margin: 40px 20px 0px 0px;
	float:left;
}
.about-container dd .wechatClick{
	background-color: #222;
}

/* marquee-news */
.marquee-news {
	height: 390px;
	overflow: hidden;
}
.marquee-news li {
	border-bottom: 1px dotted #d2d2d2;
}
.marquee-news li a {
	display: block;
	padding: 20px 0;
}
.marquee-news li h4 {
	margin: 0;
	background: url(../images/icon_askw.png) no-repeat 0 0;
	line-height: 22px;
	white-space: nowrap;
	overflow: hidden;
	padding-left: 30px;
	font-size:14px;
	padding-bottom: 5px;
}
.marquee-news li p {
	margin: 10px 0 0;
	color: #999;
	background: url(../images/icon_askd.png) no-repeat 0 0;
	line-height: 1.8;
	padding-left: 30px;
	height: 50px;
	font-size:12px;
	overflow: hidden;
}

/* news-container */
.news-container {
	margin-left: -15px;
}
.news-container .item {
	float: left;
	width: 380px;
	margin-left: 15px;
}
.news-container .tit {
	font-size: 16px;
	font-weight: bold;
	margin-bottom:10px;
}
.news-container .tit small {
	color: #999;
	padding-left: 5px;
	font-weight: normal;
	font-size: 16px;
}
.news-container .tit .more {
	float: right;
	color: #999;
	font-weight: normal;
}
.news-container .tit .more:hover {
	color: #015cb5;
}
.news-container .tit:after {
	margin-top: 20px;
	display: block;
	content: '';
	width: 45px;
	height: 2px;
	background-color: #015cb5;
}
.news-container .img-center img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.news-container .img-center a:hover img {
	opacity: 0.7;
}
.news-container .list {
	padding: 20px 20px 20px 0px;
}
.news-container .list li {
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}
.news-container .list li a {display: block;line-height: 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;position: relative;padding-left: 15px;}
.news-container .list li a:before {content: '';position: absolute;left: 0;top: 50%;width: 6px;height: 6px;background-color: #ccc;margin-top: -3px;border-radius: 50%;}
.news-container .list li a:hover:before {background-color: #023793;}
.news-container .list .btn {
	display: block;
	width: 130px;
	line-height: 36px;
	text-align: center;
	background-color: #015cb5;
	color: #fff;
	margin-bottom: -35px;
	margin-top: 20px;
	margin-left: 100px;
}
/*首页底部信息*/
.bottom-info .bg-bottom {
	background: #032e65;
	padding: 28px 0;
}
.bottom-info .bg-bottom p {
	font-size: 1.75em;
	color: #fff;
	display: inline-block;
	margin: 10px 0;
	line-height: 30px;
	padding-right: 50px;
	position: relative;
	top: 5px
}
.bottom-info .bg-bottom a {
	font-family: 'Microsoft YaHei', Tahoma, Verdana, Simsun;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	position: relative;
	line-height: 40px;
	padding-left: 35px;
	border-radius: 6px;
	border:2px solid #fff;
	padding-right: 35px;
	margin: 10px 0;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.bottom-info .bg-bottom a i {
	padding-left: 15px;
	font-size: 1.25em;
	padding-right: 7px;
	vertical-align: middle;
	border-left: 1px solid #fff;
	position: relative;
	margin-left: 20px;
	font-size: 14px;
	line-height: 28px
}
.bottom-info .bg-bottom a i:after {
	content: '';
	width: 1px;
	height: 100%;
	background: #ddd;
	position: absolute;
	left: -2px;
	top: 0
}
.bottom-info .bg-bottom a:hover {
	background: #e00012;
	border:2px solid #e00012;
}
/* footer */
.footer {
	background-color: #32373C;
	color: #fff;
	padding-top: 25px;
}
.footer a {
	color: #fff;
}
.footer .footer-link {
	font-size: 0;
	padding: 20px 0;
	text-align: left;
}
.footer .footer-link a, .footer-link span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	letter-spacing: 0.1rem;
}
.footer .footer-link a:hover{
    color:#fdcd3c;
}
.footer .footer-link span {
	color: #fff;
	padding: 0 20px;
}
.footer .footer-logo {
	float: left;
	margin-right: 100px;
	padding: 10px 0;
}
.footer .footer-info {
	float: left;
	line-height: 2rem;
	padding-top: 25px;
}
.footer .footer-info p {
	margin: 0;
}
.footer .footer-ewm {
	float: right;
	width: 96px;
}
.footer .footer-ewm p {
	text-align: center;
	margin: 10px 0 15px;
}

.sitemap-list{clear:both;padding:30px;overflow:hidden;}
.sitemap-list ul li{clear:both;line-height:30px; padding-bottom:60px; font-size:16px;font-weight:bold;}
.sitemap-list ul li ul li{
	float: left;
	padding:10px 30px 0px 10px;
	clear:none;
	font-size:14px;font-weight:normal;
}


 @media screen and (max-width: 767px) {
	body {
		min-width: 320px;
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.container {
		width: auto;
	}

	.header {
		padding: 10px 0;
		position: fixed;
		z-index: 10;
		width: 100%;
		top: 0;
		left: 0;
		-webkit-box-shadow: 0 0 10px #ddd;
		box-shadow: 0 0 10px #ddd;
	}
	.header .topbar, .header .text, .header .tel {
		display: none;
	}
	.header .logo {
		height: 30px;
		line-height: 30px;
		float: none;
		text-align: center;
		padding:0px;
	}
	.header .logo img{height:30px;}
	.header .nav {
		margin: 10px 0 -10px;
		text-align: left;
		display: none;
		background-color: transparent;
		border-bottom: 0;
		float: none;
	}
	.header .nav ul {
		margin: 0 -15px;
	}
	.header .nav li {
		display: block;
		margin: 0;
		border-top: 1px solid #eee;
		background: none;
	}
	.header .nav li a {
		line-height: 50px;
		padding: 0 35px;
		color: #333;
		font-size: 16px;
	}
	.header .nav li .arr {
		display: block;
	}
	.header .nav li.active a, .header .nav li.open a, .header .nav li a:hover {
		background-color: transparent;
		color: #015cb5
	}
	.header .nav li.open .arr:after {
		border-color: #015cb5;
		-webkit-transform: rotate(225deg);
		transform: rotate(225deg);
	}
	.header .nav .dropdown-box {
		position: static;
		background-color: #f5f5f5;
		min-width: auto;
		text-align: left;
	}
	.header .nav .dropdown-box a {
		color: #333 !important;
		border-top: 1px dotted #ddd;
		padding: 0 55px;
		line-height: 40px;
		background-color: transparent !important;
		border-bottom: 0;
	}
	.header .nav .dropdown-box a:hover {
		background-color: transparent !important;
	}
	.menu-btn {
		display: block;
		height: 10px;
	}
	.banner .swiper-slide {
		height: 200px;
	}
	.banner .swiper-slide img{
		height: 200px;
	}
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.banner .swiper-pagination-bullet {
		width: 24px;
		height: 4px;
	}
	.pc-slide {
		float: none;
		width: auto;
	}

	.section {
		padding: 10px 0 30px;
	}
	.section-title {
		font-size: 20px;
		margin-bottom: 20px;
	}
	.section-title small {
		font-size: 16px;
		line-height: 38px;
		padding-top: 5px;
	}
	.section-title:after {
		height: 12px;
		margin-top: 5px;
	}
	.product-category{
		display: none;
	}

	.m-footer-fix {
		display: block;
	}
	.aside{display:none;}
	.search-container {
		padding: 0;
		width: 90%;
		margin: 0 auto;
		background-color: transparent;
		 margin-top: 20px;
	}
	.search-container .hot-m{
		display:block;
		float: left;
		padding: 10px 0 10px;
		line-height: 30px;
		font-size: 14px;
		display: block;
	}
	.search-container .hot{
		display:none;
	}
	.search-container .search-form {
		float: none;
		position: relative;
	}

	.search-container .search-form input {
		font-size: 14px;
		width: 100%;
		-webkit-box-sizing: border-box;
		height: 45px;
		padding: 0 60px 0 30px;
		border-radius: 40px;
	}
	.search-container .search-form button {
		position: absolute;
		right: 0;
		top: 0;
		width: 100px;
		height: 45px;
		font-size: 15px;
		border-radius: 40px;
		font-weight: bold;
	}


	.product-container .product-list {
		margin: -10px 0 0 -10px;
	}
	.product-container .product-list li {
		width: 50% !important;
	}
	.product-container .product-list li:nth-child(n+9){
		display: none;
	}
	.product-container .product-list .wrap {
		margin: 10px 0 0 10px;
	}
	.product-container .product-list .text {
		padding: 10px 0 0;
	}
	.product-container .product-list .text p {
		display: none;
	}
	/* industry */
	.industry-con {
		display: none;
	}
	.industry-menu {
		float: none;
		width: auto;
		margin: -20px 0 0 -10px;
		overflow: hidden;
	}
	.industry-menu li a {
		margin: 20px 0 0 10px;
	}
	.industry-menu li a:after {
		display: none;
	}
	.industry-menu li h4 {
		font-size: 16px;
		width: auto;
		background-color: #015cb5;
		line-height: 36px;
	}
	.industry-menu li p {
		margin: 10px 5px 0;
		text-align: justify;
	}
	.industry-menu li h4 small {
		display: none;
	}
	.industry-menu li {
		width: 50%;
	}
	.industry-menu li:nth-child(n+9){
		display: none;
	}
	.industry-menu li p {
		font-size: 14px;
		line-height: 1.45rem;
		height: 120px;
		text-align: justify;
		letter-spacing: 0.03rem;
		padding: 0 5px;
	}
	/* solution-container */
	.solution-container {
		margin: -10px 0 0 -10px;
	}
	.solution-container li {
		width: 94%;
		padding-left: 3%;
		padding-top: 0 !important;
	}
	.solution-container li:nth-child(n+7){
		display: none;
	}
	.solution-container li a {
		margin: 10px 0 0 10px;
		border: none;
	}
	.solution-container li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}
	.solution-container li .text {
		padding: 20px 6px;
		height: auto;
		text-align: justify;
	}
	.solution-container li .text p {
		font-size: 14px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}
	.solution-container li .text .more {
		display: none;
	}

	/* solution-container */
	.solution1-container {
		margin: -10px 0 0 -10px;
	}
	.solution1-container li {
		width: 48%;
		padding-left: 1%;
		padding-right: 1%;
		padding-top: 0 !important;
	}
	.solution1-container li:nth-child(n+7){
		display: none;
	}
	.solution1-container li a {
		margin: 10px 0 0 10px;
		border: none;
	}
	.solution-container li .img-cover p {
		font-size: 14px;
		padding: 8px 0;
	}
	.solution-container li .text {
		padding: 20px 6px;
		height: auto;
		text-align: justify;
	}
	.solution-container li .text p {
		font-size: 14px;
		line-height: 1.45;
		padding-left: 20px;
		background-position: 0 3px;
	}
	.solution-container li .text .more {
		display: none;
	}
	/* partner-container */
	.partner-container {
		margin: -20px 0 0;
	}
	.partner-container li {
		width: 33.3%;
		margin: 20px 0 0;
	}
	.partner-container li .wrap {
		width: 131px;
		margin: 0 auto;
	}
	.partner-container-tel {
		margin-top: 30px;
	}
	.partner-container-tel p {
		background: none;
		width: auto;
		padding: 0;
		height: auto;
	}
	.partner-container-tel strong {
		display: block;
	}

	.img-center video{
		display: none;
	}
	.img-center img{
		display: block !important;
	}
	
	/* about-container */
	.about-container dt {
		float: none;
		width: auto;
		margin: 0;
	}
	
	.about-container dd {
		margin: 0;
		padding: 20px 2%;
	}
	.about-container dd h4 {
		font-size: 18px;
		margin-bottom: 20px 5px 20px;
	}
	.about-container dd h4:after {
		width: 65px;
		margin-top: 10px;
	}
	.about-container dd .more {
		margin-top: 15px;
	}
	/* news-container */
	.news-container {
		margin-top: -40px;
	}
	.news-container .item {
		float: none;
		width: auto;
		margin-top: 60px;
	}
	.news-container .item:nth-child(-n+2){
		display: none;
	}
	.news-container .tit {
		margin-bottom: 20px;
	}
	.news-container .tit:after {
		margin-top: 10px;
	}
	
	/* .footer */
	.footer {
		padding: 15px 0;
	}
	.footer .footer-logo {
		display: none;
	}
	.footer .footer-ewm {
		display: none;
		width: 80px;
	}
	.footer .footer-ewm p {
		font-size: 12px;
	}
	.footer .footer-info {
		float: none;
		font-size: 14px;
		line-height: 2rem;
		letter-spacing: 0.03rem;
		text-align: center;
		padding-top: 0px;
	}
	.footer .footer-link {
		margin-bottom: 5px;
		padding: 5px 0;
		text-align: center;
		margin-top: 0px;
	}
	.footer .footer-link a, .footer-link span {
		line-height: 2.5rem;
	}
	.footer .footer-link span{
		padding: 0 10px;
	}
	/* marquee-news */
	.marquee-news {
		height: 350px;
		overflow: hidden;
	}

	/*fixed-side*/
	.fixed-side{display:none;}

 }