/*通知*/



.notice {
	background: white;
	max-width: 1200px;
	margin: 0 auto;
	box-shadow: 0px 3px 6px #bdb7b7;
	padding: 10px 24px;
	position: relative;
	top: -28px;
}
.no {
	float: left;
}
.no span {
	display: block;
	float: right;
	padding: 9px 15px;
}
.flickerplate {
	position: relative;
	width: 100%;
	height: 600px;
	background-color: #e6e6e6;
	overflow: hidden
}
.flickerplate ul.flicks {
	width: 10000%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.flickerplate ul.flicks>li {
	float: left;
	width: 1%;
	height: 100%;
	background-position: center;
	background-size: cover;
	display: table
}
.flickerplate ul.flicks>li .flick-inner {
	height: 100%;
	padding: 10px;
	color: #fff;
	display: table-cell;
	vertical-align: middle
}
.flickerplate ul.flicks>li .flick-inner .flick-content {
	max-width: 68.75em;
	margin-left: auto;
	margin-right: auto
}
.flickerplate ul.flicks>li .flick-title {
	padding: 0px 0px;
	font-size: 2.778em;
	line-height: 1.995em;
	text-align: center
}
 @media only screen and (max-width: 43.813em) {
.flickerplate ul.flicks>li .flick-title {
	font-size: 1.667em
}
}
.flickerplate ul.flicks>li .flick-sub-text {
	padding: 5px;
	font-weight: 300;
	line-height: 2.5em;
	color: rgba(255, 255, 255, 0.8);
	text-align: center
}
.flickerplate ul.flicks>li .flick-title span.flick-block-text, .flickerplate ul.flicks>li .flick-sub-text span.flick-block-text {
	padding: 12px 18px;
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate .arrow-navigation {
	position: absolute;
	height: 80%;
	width: 10%;
	top: 10%;
	z-index: 100;
	overflow: hidden
}
.flickerplate .arrow-navigation .arrow {
	display: block;
	height: 100%;
	width: 90%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out
}
.flickerplate .arrow-navigation:hover, .flickerplate .arrow-navigation .arrow:hover {
	cursor: pointer
}
.flickerplate .arrow-navigation.left {
	left: 0%
}
.flickerplate .arrow-navigation.left .arrow {
	opacity: 0;
	margin: 0px 0px 0px 50%;
	background-image: url("../images/arrow-left-light.png");
	background-repeat: no-repeat;
	background-position: left
}
.flickerplate .arrow-navigation.right {
	right: 0%
}
.flickerplate .arrow-navigation.right .arrow {
	opacity: 0;
	margin: 0px 0px 0px -50%;
	background-image: url("../images/arrow-right-light.png");
	background-repeat: no-repeat;
	background-position: right
}
.flickerplate .arrow-navigation.left.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px 20%
}
.flickerplate .arrow-navigation.right.hover .arrow {
	opacity: 1;
	margin: 0px 0px 0px -20%
}
.flickerplate .dot-navigation {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 100
}
.flickerplate .dot-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0px 15px
}
.flickerplate .dot-navigation ul li {
	display: inline-block;
	float: none
}
.flickerplate .dot-navigation .dot {
	width: 14px;
	height: 14px;
	margin: 0px 6px;
	background-color: rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: background-color 0.2s ease-out;
	-moz-transition: background-color 0.2s ease-out;
	-o-transition: background-color 0.2s ease-out;
	-ms-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out
}
.flickerplate .dot-navigation .dot:hover {
	cursor: pointer;
	background-color: rgba(255, 255, 255, 0.6)
}
.flickerplate .dot-navigation .dot.active {
	background-color: #fff
}
.flickerplate .dot-navigation.left, .flickerplate .dot-navigation.left ul {
	text-align: left
}
.flickerplate .dot-navigation.right, .flickerplate .dot-navigation.right ul {
	text-align: right
}
.flickerplate.flicker-theme-dark .arrow-navigation.left .arrow {
	background-image: url("../images/arrow-left-dark.png")
}
.flickerplate.flicker-theme-dark .arrow-navigation.right .arrow {
	background-image: url("../images/arrow-right-dark.png")
}
.flickerplate.flicker-theme-dark .dot-navigation .dot {
	background-color: rgba(0, 0, 0, 0.12)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot:hover {
	background-color: rgba(0, 0, 0, 0.6)
}
.flickerplate.flicker-theme-dark .dot-navigation .dot.active {
	background-color: #000
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate.flicker-theme-dark ul.flicks li .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text {
	color: rgba(0, 0, 0, 0.9)
}
.flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-title span.flick-block-text, .flickerplate ul.flicks li.flick-theme-dark .flick-inner .flick-content .flick-sub-text span.flick-block-text {
	background-color: rgba(255, 255, 255, 0.5)
}
.flickerplate.animate-transform-slide ul.flicks {
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	transform: translate3d(0%, 0px, 0px);
	-webkit-transform: translate3d(0%, 0px, 0px);
	-webkit-transition: -webkit-transform 0.6s;
	-o-transition: -o-transform 0.6s;
	-moz-transition: -moz-transform 0.6s;
	transition: transform 0.6s
}
.flickerplate.animate-transition-slide ul.flicks {
	position: relative;
	left: 0%;
	-webkit-transition: left 0.4s ease-out;
	-moz-transition: left 0.4s ease-out;
	-o-transition: left 0.4s ease-out;
	-ms-transition: left 0.4s ease-out;
	transition: left 0.4s ease-out
}
.flickerplate.animate-jquery-slide ul.flicks {
	position: relative;
	left: 0%
}
.flickerplate.animate-scroller-slide {
	padding-bottom: 0px;
	overflow: auto
}
.flickerplate.animate-scroller-slide ul.flicks {
	position: auto;
}
.swiper_wrap {
	position: relative;
	width: 1048px;
	height: 30px;
	margin: 0 auto;
	overflow: hidden;
}
.swiper_wrap ul {
	position: relative;
	top: 0;
	left: 0;
	width: 590px;
	float: left;
	color: #444;
	font-size: 14px;
	margin-top: 1px;
}
.swiper_wrap ul li {
	line-height: 30px;
	padding-left: 24px;
}
.lt {
	position: absolute;
	left: -1px;
	top: 7px;
	font-family: "宋体";
	font-weight: bold;
	color: #AAAAAA;
}
.gt {
	position: absolute;
	right: 26px;
	top: 7px;
	font-family: "宋体";
	font-weight: bold;
	color: #AAAAAA;
}
.swiper_wrap .font_inner a {
	color: #444;
}
.swiper_wrap a:hover {
	color: #FA9101;
}
/*.热销*/



.rx {
	max-width: 1920px;
	margin: -68px auto;
}
.rx_con {
	margin: 0 auto;
	width: 1200px;
}
#timeLine {
	width: 1200px;
	margin: -7px auto;
}
#yearList { /* width: 100%;*/
	list-style: none;
	position: relative;
	/*left: 457px;*/  margin-left: 550px;
}
#yearList:after, .container-li:after {
	content: "";
	display: table;
	clear: both;
}
#yearList li {
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	padding: 6px 20px;
}
.year-dot {
	width: 15px;
	height: 15px;
	border-radius: 9px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border: 2px solid #30478d;
	background: white;
	margin: 10px auto;
	display: block;
}
.dotted-line {
	border-bottom: solid 1px #e4e4e4;
	position: relative;
	top: -26px;
	z-index: -1;
}
#cList {
	width: 100%;
	position: relative;
	padding: 63px 0;
}
#btnLeft {
	width: 50px;
	height: 130px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 180px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 120px;
	background: rgba(0,0,0,0.3);
}
#btnRight {
	width: 50px;
	height: 130px;
	display: inline-block;
	position: absolute;
	right: 0;
	top: 180px;
	text-decoration: none;
	color: #fff;
	font-size: 30px;
	text-align: center;
	line-height: 120px;
	background: rgba(0,0,0,0.1);
}
#btnLeft:hover, #btnRight:hover {
	background: rgba(48,71,141,1);
}
#cUl {
	width: 1200px;
	list-style: none;
	height: 400px;
	margin: 0 auto;
	position: relative;
	left: 0px;
}
#cUl li {
	width: 1171px;
	position: absolute;
	left: 0;
}
.li-tit {
	display: inline-block;
	color: #fff;
	background-color: #002f21;
	padding: 10px 20px;
	margin: 30px auto 10px;
}
.container-li {
	width: 1089px;
	margin: 0 auto;
}
.c-li-left {
	width: 48%;
	float: left;
}
.c-li-right {
	width: 49%;
	float: right;
	margin-top: 33px;
}
.c-li-right span {
	color: #30478d;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
	display: block;
}
.c-li-right p {
	line-height: 26px;
	color: #615b5b;
	font-size: 14px;
	margin-bottom: 12px;
}
.year-active {
	color: #30478d;
}
.year-active i {
	background-color: #30478d;
}
.kn {
	position: relative;
	top: 90px;
}
/*产品中心*/



.pro {
	max-width: 1920px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.pro_top {
	background: url("../images/pr.png") no-repeat center;
	height: 131px;
}
.pro_con {
	max-width: 1200px;
	margin: 0 auto;
}
.pro_con .ol {
	margin: 0 auto;
}
.pro_con .ol li {
	display: inline-block;
	border: 1px solid #b7b2b2;
	-webkit-border: 1px solid #b7b2b2;
	-moz-border: 1px solid #b7b2b2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 11px 20px;
	border-radius: 37px;
	margin: 5px;
}
.pro_con .ol li:hover {
	background: #ea7549;
	border: 1px solid #ea7549;
	box-sizing: border-box;
}
.pro_con .ol li:hover a {
	color: white;
}
.probox {
	font-size: 14px;
	max-width: 1200px;
	margin: 0 auto;
}
.content-title {
	margin-top: 50px;
	text-align: center;
}
.content {
	width: 1200px;
	height: 428px;
	margin: 20px auto;
}
.content .contentbox {
	width: 100%;
}
.content .contentbox li {
	width: 383px;
	float: left;
	margin-right: 17px;
	margin-bottom: 27px;
}
.content .contentbox li .Pic {
	width: 380px;
	height: 321px;
	overflow: hidden;
	display: block;
	border: 1px solid #ececec;
}
.content .contentbox li .Pic span {
	width: 380px;
	height: 321px;
	overflow: hidden;
	display: block;
}
.content .contentbox li .Pic img {
	display: block;
	width: 380px;
	height: 321px;
	transform: scale(1);
	transition: all 1s ease-out;
}
.content .contentbox li:hover .Pic img {
	display: block;
	width: 380px;
	height: 321px;
	transform: scale(1.1);
	transition: all 1s ease-out;
}
.content .contentbox li .intro {
	width: 380px;
	height: 114px;
	text-align: center;
	padding-top: 22px;
	position: relative;
	border: 1px solid #f2f2f2;
	border-top: none;
}
.content .contentbox li .intro h3 {
	font-size: 18px;
	color: #333333;
	margin-bottom: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	padding: 0 16px;
}
.content .contentbox li .intro .btn {
	overflow: hidden;
	width: 308px;
	height: 42px;
	border-radius: 30px;
	border: 1px solid #bdb7b7;
	margin: 0 auto;
}
.content .contentbox li .intro .btn a:first-child {
	border-right: 1px solid #eaeaea;
}
.content .contentbox li .intro .btn a {
	display: block;
	width: 153px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #333333;
	text-decoration: none;
}
.content .contentbox li .intro .btn a:hover {
	display: block;
	width: 154px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	float: left;
	font-size: 16px;
	color: white;
	background: #ea7549;
	text-decoration: none;
}
/*.con{*/



    /*width: 265px;*/



    /*height: 198px;*/



    /*float: left;*/



    /*margin-right: 35px;*/



    /*margin-bottom: 40px;*/



    /*position: relative;*/



    /*cursor: pointer;*/



/*}*/



/*.con img{*/



    /*width:265px;*/



    /*height: 198px;*/



/*}*/



/*.txt{*/



    /*position: absolute;*/



    /*left: 0;*/



    /*bottom: 0;*/



    /*width: 100%;*/



    /*height: 45px;*/



    /*line-height: 45px;*/



    /*text-align: center;*/



    /*color: #fff;*/



    /*background: rgba(0,0,0,0.6);*/



/*}*/



/*.txt h3{*/



    /*font-weight: normal;*/



/*}*/



/*.txt p{*/



    /*font-size: 14px;*/



    /*display: block;*/



    /*line-height: 20px;*/



    /*-webkit-margin-before: 1em;*/



    /*-webkit-margin-after: 1em;*/



    /*-webkit-margin-start: 0px;*/



    /*-webkit-margin-end: 0px;*/



    /*-moz-margin-before: 1em;*/



    /*-moz-margin-after: 1em;*/



    /*-moz-margin-start: 0px;*/



    /*-moz-margin-end: 0px;*/



/*}*/















/*.广告*/



.g1 {
	background: url("../images/kj.png") no-repeat center;
	height: 291px;
}
/*优势*/



.ys {
	margin: 30px auto;
	max-width: 1200px;
	background: url("../images/ys.png") no-repeat center;
	height: 1721px;
}
/*流程*/



.lc {
	margin: 20px auto;
	background: url("../images/lc.png") no-repeat center;
	height: 569px;
}
/*案例*/



.case {
	max-width: 1200px;
	margin: 60px auto;
}
.case_top {
	background: url("../images/al.png") no-repeat center;
	height: 76px;
}
.container {
	margin: 150px auto;
	width: 1000px;
}
.poster-main {
	width: 1000px;
	height: 500px;
	position: relative;
	margin: 85px auto;
}
.poster-main a, .poster-main img {
	display: block;
}
.poster-main .poster-list {
	width: 1000px;
	height: 500px;
}
.poster-main .poster-list .poster-item {
	width: 200px;
	height: 500px;
	position: absolute;
	left: 0;
	top: 0;
}
.poster-main .poster-btn {
	position: absolute;
	top: 0;
	z-index: 10;
	cursor: pointer;
}
.poster-main .poster-prev-btn {
	left: -187px;
	background: url(../images/left.png) no-repeat center center;
}
.poster-main .poster-next-btn {
	right: -187px;
	background: url(../images/right.png) no-repeat center center;
}
.poster-main .poster-prev-btn:hover {
	left: -187px;
	background: url(../images/left1.png) no-repeat center center;
}
.poster-main .poster-next-btn:hover {
	right: -187px;
	background: url(../images/right1.png) no-repeat center center;
}
/*需求反馈*/



.xq {
	background: url("../images/cb.png") no-repeat center 80px;
	height: 521px;
	padding-top: 80px;
}
.xq_con {
	background: url("../images/xc.png") no-repeat center;
	height: 505px;
	position: relative;
	top: -29px;
	max-width: 1200px;
	margin: 0 auto;
}
.xq_con .conter {
	margin: 0px auto;
	position: absolute;
	left: 96px;
	top: 109px;
}
.xq_con .conter .qw {
	width: 500px;
	border-right: 1px solid #cccccc;
	box-sizing: border-box;
}
.xq_con .conter .qw h3 {
	color: #243a7a;
	background: url("../images/cj.png") no-repeat 158px;
	padding: 0px 39px;
	text-align: center;
}
.xq_con .conter .qw form input {
	padding: 8px 12px;
	border: 1px solid #ece7e7;
	display: block;
	width: 360px;
	margin: 12px auto;
}
.xq_con .conter .qw form textarea {
	padding: 15px 12px;
	border: 1px solid #ece7e7;
	display: block;
	width: 360px;
	margin: 10px auto;
}
.xq_con .conter .qw .but {
	background: #15275b;
	cursor: pointer;
	color: white;
	margin-left: 140px;
	text-align: center;
	font-size: 16px;
	padding: 10px;
	margin: 0 auto;
}
.xq_con .conter .qw1 {
	width: 461px;
	margin-left: 20px;
}
.xq_con .conter .qw1 h3 {
	color: #243a7a;
	background: url("../images/qw.png") no-repeat 158px;
	padding: 0px 39px;
	text-align: center;
}
.xq_con .conter .qw1 dl {
	margin-left: 12px;
	margin-top: 10px;
	border-bottom: 1px dashed #e8e8e8;
	width: 447px;
}
.xq_con .conter .qw1 dl dt {
	background: url("../images/q.png") no-repeat 2px;
	height: 26px;
	padding: 5px 64px;
	overflow: hidden;
	margin-bottom: 6px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}
.xq_con .conter .qw1 dl dt:hover a {
	color: #243a7a;
}
.xq_con .conter .qw1 dl dd {
	background: url("../images/w.png") no-repeat 2px;
	height: 26px;
	padding: 5px 64px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #7d7d7d;
	margin-bottom: 12px;
}
/*新闻内容*/



.new {
	max-width: 1200px;
	margin: 10px auto;
}
.tabbox {
	width: 1200px;
	margin: 20px auto;
	font-size: 22px;
}
.tabbox .tab {
	overflow: hidden;
	border-bottom: 1px solid #e8e5e5;
}
.tabbox .tab a {
	display: block;
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #333;
	border: 1px solid #cccccc;
}
.tabbox .tab a {
	display: block;
	padding: 10px 20px;
	float: left;
	text-decoration: none;
	color: #333;
	border: 1px solid #cccccc;
}
.tabbox .tab a:hover {
	background: #ea7549;
	color: #fff;
	text-decoration: none;
}
.tabbox .tab a.on {
	background: #ea7549;
	color: #fff;
	text-decoration: none;
}
.tabbox .content {
	overflow: hidden;
	padding: 10px;
}
.tabbox .content li {
	display: none;
}
.tabbox .content ul li .tj {
	width: 565px;
}
.tabbox .content ul li .tj img {
	width: 565px;
	height: 277px;
}
.tabbox .content ul li .tj .tj_con h2 {
	font-size: 18px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tabbox .content ul li .tj .tj_con h2:hover {
	color: #243a7a;
}
.tabbox .content ul li .tj .tj_con {
	margin-top: 10px;
}
.tabbox .content ul li .tj .tj_con p {
	color: #606060;
	font-size: 14px;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.tabbox .content ul li .xw {
	width: 580px;
}
.tabbox .content ul li .xw .time {
	width: 80px;
}
.tabbox .content ul li .xw .time span {
	display: block;
	text-align: center;
	font-size: 38px;
	color: #606060;
	font-weight: bold;
}
.tabbox .content ul li .xw .time i {
	font-size: 14px;
	color: #919090;
	display: block;
	text-align: center;
}
.tabbox .content ul li .xw .new_con {
	width: 490px;
}
.tabbox .content ul li .xw .new_con a {
	font-size: 16px;
	margin-bottom: 10px;
	margin-bottom: 10px;
	display: inherit;
}
.tabbox .content ul li .xw .new_con a:hover {
	color: #243a7a;
}
.tabbox .content ul li .xw .new_con p {
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: #7c7c7c;
}
.ne {
	border-bottom: 1px dashed #cccccc;
	padding: 15px 0;
	margin: 10px 0;
}

.c-li-left img { width:350px;}
