.link{
	padding: 0;
}
@media (max-width:768px) {
	.link{
		display: none;
	}
}

.index-fangan {
	margin-top: 100px;
	height: 852px;
	overflow: hidden;
}
.index-fangan .warp {
	width: 1200px;
	margin: 0 auto;
	position: relative
}
.index-fangan .title {
	font-size: 36px;
	color: #000;
	text-align: center;
	position: relative
}

.index-fangan .title::after {
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background-color: #093880;
	margin: 8px auto 11px
}

.index-fangan .title2 {
	color: #000;
	font-size: 18px;
	text-align: center
}

.index-fangan .fangan-tab {
	margin-top: 40px;
	overflow: hidden;
}

.index-fangan .fangan-tab .bd img {
	width: 100%;
	height: 602px
}

.index-fangan .fangan-tab .bd .cover {
	position: absolute;
	bottom: 50px;
	left: 35px;
	width: 1045px;
	background-color: rgba(0, 0, 0, .8);
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	font-size: 15px
}

.index-fangan .fangan-tab .bd .cover .t {
	font-size: 24px;
	margin-bottom: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.index-fangan .fangan-tab .bd .cover .p {
	line-height: 24px;
	height: 48px;
	overflow: hidden
}

.index-fangan .fangan-tab .bd .cover .p a {
	font-size: 14px;
	color: #2c88d8;
	text-decoration: underline
}

.index-fangan .fangan-tab .hd {
	height: 105px;
	background-color: #efefef;
	margin-top: -5px;
}

.index-fangan .fangan-tab .hd ul li {
	float: left;
	width: 240px;
	height: 105px;
	border-right: 1px solid #cecece;
	position: relative;
	line-height: 105px;
	transition: all .5s linear;
	overflow: hidden;
	vertical-align: top;
	box-sizing: border-box;
}

.index-fangan .fangan-tab .hd ul li:first-child {
	border-left: 1px solid #cecece
}

.index-fangan .fangan-tab .hd ul li a {
	display: block;
	font-size: 18px;
	padding-left: 40px;
	color: #282828;
	box-sizing: border-box;
}

.index-fangan .fangan-tab .hd ul li img {
	margin-top: 30px;
	vertical-align: top
}

.index-fangan .fangan-tab .hd ul li img.none {
	display: none
}

.index-fangan .fangan-tab .hd ul li.active {
	background-color: #093880;
	height: 131px;
	transform: translateY(-25px);
	border: none
}

.index-fangan .fangan-tab .hd ul li.active img {
	display: none
}

.index-fangan .fangan-tab .hd ul li.active img.none {
	display: inline
}

.index-fangan .fangan-tab .hd ul li.active a {
	color: #fff;
	transform: translateY(12px)
}
@media (max-width:1024px) {
	.index-fangan {
		display: none;
	}
}

.in-news{
	width: 100%;
	overflow: hidden;
}
.in-news .ine-l{
	width: 24%;
	float: left;
	background-color: #fff;
	padding: 10px;
	margin-right: 1%;
	box-sizing: border-box;
}
.in-news .ine-l .img{
	margin-bottom: 20px;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.in-news .ine-l .img img{
	width: 100%;
	transition: .3s all linear;
}
.in-news .ine-l:hover .img img{
	transform: scale(1.1);
}
.in-news .ine-l .text{
	padding-left: 10px;
	padding-right: 10px;
}
.in-news .ine-l .text .t{
	font-size: 18px;
	color: #111111;
	margin-bottom: 15px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.in-news .ine-l .text .p{
	font-size: 14px;
	color: #979797;
}
.in-news .ine-l .time{
	font-size: 14px;
	color: #5b5b5b;
	margin-top: 15px;
	padding-left: 15px;
}

.in-news .ine-r{
	width: 50%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	height: auto;
	background-color: #fff;
	padding-top: 10px;
	box-sizing: border-box;
}
.in-news .ine-r .ine-list{
	border-bottom: solid 1px #c9c9c9;
	overflow: hidden;
}
.in-news .ine-r .ine-list:last-child{
	border: none;
}
.in-news .ine-r .ine-list .date{
	color: #999;
	text-align: center;
	float: left;
	margin-right: 2%;
	line-height: normal;
	width: 20%;
}
.in-news .ine-r .ine-list .date .day{
	font-size: 46px;
	color: #999;
}
.in-news .ine-r .ine-list .text{
	float: left;
	width: 78%;
	padding-top: 14px;
	padding-bottom: 15px;
}
.in-news .ine-r .ine-list .text .t{
	font-size: 16px;
	color: #111111;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.in-news .ine-r .ine-list .text .p{
	font-size: 14px;
	color: #979797;
	margin-top: 10px;
}
.in-news .ine-r .ine-list:hover .date{
	color: #093880;
}
.in-news .ine-r .ine-list:hover .date .day{
	color: #093880;
}
.in-news .ine-r .ine-list:hover .text .t{
	color: #093880;
}
@media (max-width:768px) {
	.in-news .ine-l{
		width: 100%;
	}
	.in-news .ine-r{
		width: 100%;
	}
}

.index-service{
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	margin-top: 50px;
	background: url(../images/service_bg.jpg) center center;
}
.w1400 {
    max-width: 1540px;
    padding: 0 70px;
    margin: 0 auto;
}
.clearfix:after {
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    line-height: 0;
    content: '';
}
.index-service .theme span {
    float: left;
    padding-left: 55px;
    font-size: 32px;
    color: #FFFFFF;
	text-shadow: 2px 2px 3px #333333;
    display: block;
    height: 50px;
    line-height: 50px;
    background: url(../images/ico_light.png) no-repeat left;
}
.index-service .theme a{ float: right; margin-top: 15px; font-size: 16px; color:#FFFFFF; background: #093880; display: inline-block; padding: 0 25px; line-height: 40px;}
.index-service ul{ margin-top: 28px;}
.index-service li{ float: left; width: 21.3%; margin-right: 1.2%;}
.index-service li a{ display: block; padding: 45px 30px 0; background: #eef5f8; height: 200px; position: relative;box-shadow: 0 7px 10px 0 rgba(7, 17, 27, .16);}
.index-service li .tit{ padding-top: 15px; font-weight: bold; font-size: 24px; color: #093880; position: relative;}
.index-service li .tit:before{ content: ""; position: absolute; top:0; left:0; width: 26px; height: 4px; background: #093880;}
.index-service li .des{ margin-top: 20px; line-height: 24px; height:48px; color: #666666;}
.index-service li:last-child{ width: 32.5%; margin-right: 0;}
.index-service li:last-child a{ background: #FFFFFF url(../images/home_service_img.jpg) no-repeat right;}
.index-service li:last-child p{ position: absolute; top:50%; margin-top: -100px; left:0; width: 90%; background: rgba(255,255,255,.6); font-weight:bold; font-size: 26px; line-height: 35px; color: #093880; height:165px; padding-top: 35px; padding-left: 50px;}
.index-service li:last-child span{ display: block; width:160px; height: 30px; line-height: 30px; font-size: 12px; color: #ffffff; background: #093880; text-align: center;  margin-top: 15px; margin-left: 20px;}
@media (max-width:768px) {
	.index-service{
		display: none;
	}
}

/* youshi */
.w1200 {
	width: 1200px;
	margin: 0 auto;
	height: auto;
	max-width: 100%;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.ai_card{width: 100%;height: auto;overflow: hidden;padding-bottom: 80px;}
.ai_card h2.t {
	padding-top: 30px;
	font-size: 36px;
	text-align: center;
	font-weight: normal;
}

.ai_card p.sub_t {
	font-size: 16px;
	text-align: center;
	padding-bottom: 30px;
}

.ai_card ul {
	padding-bottom: 70px;
}

.ai_card ul li {
	float: left;
	position: relative;
	width: 398px;
	height: 428px;
	border: 1px solid #e7e7e7;
	margin-left: -1px;
	z-index: 10;
	background: #FFFFFF;
}

.ai_card ul li:before {
	content: "";
	width: 0px;
	height: 2px;
	background: #093880;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 999;
	transition: 1s;
}

.ai_card ul li .info {
	position: absolute;
	top: 80px;
	width: 398px;
	left: 0;
	transition: 0.5s;
}

.ai_card ul li .info .img {
	width: 398px;
	height: 90px;
	text-align: center;
}

.ai_card ul li .info h3 {
	font-weight: normal;
	color: #333;
	padding-top: 30px;
	padding-bottom: 25px;
	font-size: 24px;
	text-align: center;
	margin: 0;
}

.ai_card ul li .info p {
	width: 255px;
	height: 85px;
	line-height: 24px;
	margin: 0 auto;
	color: #73747b;
	font-size: 14px;
	text-align: center;
}

.ai_card ul li a.btn {
	position: absolute;
	width: 120px;
	height: 40px;
	line-height: 40px;
	display: block;
	left: 139px;
	bottom: 50px;
	color: #fff;
	background: #093880;
	opacity: 0;
	border-radius: 2px;
	transition: 0.5s;
	font-size: 16px;
	text-align: center;
	padding-left: 0;
}

.ai_card ul li.active {
	box-shadow: 0 2px 20px rgba(175, 175, 175, 0.3);
}

.ai_card ul li.active:before {
	width: 398px;
	height: 2px;
}

.ai_card ul li.active .info {
	top: 50px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

.ai_card ul li.active a.btn {
	opacity: 1;
}
.ai_card .adv-redbg{
	width: 100%;
	height: 138px;
	background: #093880;
	margin-top: -100px;
	z-index: -66;
}
@media (max-width:768px){
	.ai_card ul li{
		width: 100%;
	}
	.ai_card ul li.active:before{
		width: 100%;
	}
	.ai_card ul li .info{
		width: 100%;
	}
	.ai_card ul li .info .img{
		width: 100%;
	}
	.ai_card ul li a.btn{
		display: none;
	}
	.ai_card h2.t{
		font-size: 22px;
	}
	.ai_card p.sub_t{
		font-size: 14px;
	}
}


/*定制流程*/
h2.h2_title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 60px;
	margin-top: 20px;
}
h2.h2_title i {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	width: 230px;
	height: 3px;
}
h2.h2_title i.titl {
	background: url(../images/titl01.png) no-repeat right center;
}
h2.h2_title i.titr {
	background: url(../images/titr01.png) no-repeat left center;
}
h2.h2_title a {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}
h2.h2_title span {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}
.dzlc {
	background: url(../images/ys_bg.jpg) center center;
	height: 425px;
	margin-top: 50px;
	padding-top: 30px;
}
.dzlc .container{
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
.dzlc .dzlcline {
	height: 425px;
}
.dzlc p.p_title {
	color: #10546A;
	text-align: center;
}
.dzlc h2.h2_title span {
	color: #fff;
	font-family: 方正综艺简体;
	font-size: 36px;
}
.dzlc h2.h2_title i.titl {
	background: url(../images/titl02.png) no-repeat right center;
}
.dzlc h2.h2_title i.titr {
	background: url(../images/titr02.png) no-repeat left center;
}
.dzlc .dzlc_con {
	height: 180px;
	background: url(../images/dzlc01.png) no-repeat center top;
}
.dzlc .dzlc_con ul {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 140px;
}
.dzlc .dzlc_con ul li {
	float: left;
	width: 130px;
	margin-left: 45px;
	font-size: 16px;
	color: #fff;
}
.dzlc .dzlc_con ul li:first-child {
	margin-left: 10px;
}
.dzlc .dzlc_ljzx {
	display: block;
	width: 153px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #fff;
	margin: 30px auto 0 auto;
}
.dzlc .dzlc_ljzx:hover{
	background: #FFFFFF;
	color: #093880;
	font-weight: bold;
}
@media (max-width:1200px) {
	.dzlc{
		display: none;
	}
}

/* 手机导航 */
.tab-head{
	width: 100%;
	height: auto;
	background: #093880;
	overflow: hidden;
	margin-top: 10px;
	display: none;
}
.tab-head li{
	width: 25%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	float: left;
	border-right: 1px #124aa0 solid;
	border-bottom: 1px #124aa0 solid;
	box-sizing: border-box;
}
.tab-head li a{
	width: 100%;
	height: 35px;
	color: #FFFFFF;
}
@media (max-width:768px) {
	.tab-head{
		display: block;
	}
}

/* about */
.local {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #F5F5F5;
    position: relative;
    z-index: 9;
    overflow: hidden;
	margin-bottom: 30px;
}
.local-wp{
	width: 1200px;
	margin: 0 auto;
	color: #666666;
	padding-left: 20px;
	background: url(../images/home.png) no-repeat center left;
	font-size: 12px;
}
.local-wp a{
	font-size: 12px;
	color: #666666;
	margin: 0 5px;
}
.about-pic{
	float: right;
	margin: 0 0 20px 30px;
}
.about-wh{
	margin-top: 20px;
}
.about-wh h3{
	text-align: center;
	font-size: 24px;
}
@media (max-width:768px) {
	.local{
		height: 50px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.about-pic{
		margin: 0;
		float: inherit;
		width: 100%;
	}
}

/* page */
.pages{
	display: table;
    margin: 0 auto;
	margin-top: 20px;
}
.pages b {
  display: block;
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
  background: #0256AC;
  border-radius: 3px;
}
.pages a {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #CCCCCC;
  border-radius: 3px;
}
.pages span {
  display: block;
  float: left;
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  padding: 7px 12px;
  margin: 0 2px;
  border: 1px solid #0256AC;
}
.pages .fl{
	display: none;
}
.pages a:hover {
  background: #0256AC;
  color: #fff;
  border: 1px solid #0256AC;
}

.list-4{
	padding-top: 20px;
}

/* 联系我们 */
.abcc .lx{position: relative;overflow: hidden;}
.abcc .lx img{
	max-width: inherit;
}
.abcc .lx .us_map{
	/* margin-top: 20px; */
}
.ditu_info{position:absolute;top:0;right:0;z-index:5;box-sizing:border-box;padding:30px;width:40%;height:100%;}
.ditu_info .bg{box-sizing:border-box;padding:40px;width:100%;height:100%;background-color:rgba(2, 86, 172,.7);}
.ditu_info h2{color:#fff;font-size:24px;line-height:30px;font-weight: bold;margin-bottom: 40px;}
.ditu_info dl i{padding-right:7px;font-size:.8rem;}
.ditu_info dl dd{margin-bottom:10px;color:#fff;font-size:16px;line-height:24px;margin-left: 0;}
.ditu_info dl dd span{float:left;}
.ditu_info dl dd a{color: #FFFFFF;}
@media (max-width:768px) {
	.ditu_info{
		position: inherit;
		width: 100%;
		padding: 0;
		margin-top: 10px;
	}
	.ditu_info .bg{
		padding: 30px;
	}
	.ditu_info h2{
		font-size: 20px;
		margin-bottom: 20px;
	}
	.ditu_info dl dd{
		font-size: 14px;
	}
}

/*feedback*/
.ny_feed_ny {
	width: 100%;
	height: auto;
	overflow: hidden
}

.ny_feed_tit {
	text-align: center;
	padding-bottom: 1em;
	border-bottom: 1px solid #e6e6e6;
	color: #626262
}

.ny_feed_tit span {
	font-size: 1.6em;
	font-weight: bold;
	color: #093880;
	display: block;
	text-align: center;
	line-height: 3em
}

.ny_feed_ny form {
	margin-top: 3em
}

.lyb {
	width: 50%;
	margin: .5em auto;
}

.lyb input {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 3em;
	font-size: 1.1em
}

.lyb textarea {
	width: 100%;
	border: 1px solid #e7e7e7;
	color: #626262;
	height: 8em;
	font-size: 1.1em
}

.lyb_tj {
	width: 20%;
	margin: 2em auto;
}

.lyb_tj input {
	width: 100%;
	background-color: #093880;
	border: 1px solid #093880;
	color: #fff;
	height: 3em;
	font-size: 1.3em
}

@media (max-width:991px) {
	.lyb {
		width: 70%;
	}
	.lyb_tj {
		width: 40%;
	}
}

.honor-list{
	padding: 0 0 20px;
}
.honor-list li{
	width: 30.3333%;
	float: left;
	margin-left: 1.5%;
	margin-right: 0.5%;
	margin-bottom: 20px;
	box-shadow: 0 0 10px rgba(7, 17, 27, 0.2);
}
.honor-list li a {
    display: block;
    text-align: center;
}
.honor-list li a .pic {
    padding-top: 75%;
    height: 0;
    position: relative;
    /* overflow: hidden; */
    border-bottom: 1px solid #dddddd;
}
.honor-list li a .pic img {
    vertical-align: middle;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	display: block;
	max-width: 100%;
	margin: auto;
	transition: 1s;
	-webkit-transition: 1s;
}

.honor-list li a p{
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 16px;
	color: #333;
	font-weight: 400;
	margin: 5px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.honor-list li a:hover .pic img {
    transform: scale(1.05);
}
.honor-list li a:hover p {
    color: #093880;
}
@media (max-width:768px) {
	.honor-list li{
		width: 47%;
		margin-left: 2%;
	}
	.honor-list li a p{
		font-size: 14px;
	}
}

/* 点击放大图片 */
.bigimg {
	width: 600px;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: none;
	z-index: 9999;
	border: 5px solid #fff;
}

.mask {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0.5;
	filter: Alpha(opacity=50);
	z-index: 98;
	transition: all 1s;
	display: none
}

.bigbox {
	width: 840px;
	background: #fff;
	border: 1px solid #ededed;
	margin: 0 auto;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}

.bigbox>.imgbox {
	width: 400px;
	height: 250px;
	float: left;
	border-radius: 5px;
	overflow: hidden;
	margin: 0 10px 10px 10px;
}

.bigbox>.imgbox>img {
	width: 100%;
}

.imgbox:hover {
	cursor: zoom-in
}

.mask:hover {
	cursor: zoom-out
}

.mask>img {
	position: fixed;
	right: 10px;
	top: 10px;
	width: 60px;
}

.mask>img:hover {
	cursor: pointer
}

/* pro-info */
.pro-title{
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.pro-title h1 {margin: 0;font-size: 24px;font-weight: normal;text-align: center;padding-bottom: 20px;border-bottom: 1px dashed #ccc;color: #093880;}
.pro-title .pro-pic{width: 50%;max-width: 500px;margin-top: 20px;float: left;}
.pro-title .pro-pic img{max-width: 100%;}
.pro-title .pro-info{width: 50%;float: right;padding-top: 50px;color: #666666;font-size: 16px;letter-spacing: 1px;}
.pro-title .pro-info p span{font-weight: bold;color: #333333;}
.pro-title .pro-info p a{color: #666666;}
@media (max-width:768px) {
	.pro-title h1{
		font-size: 16px;
	}
	.pro-title .pro-pic{
		width: 100%;
	}
	.pro-title .pro-info{
		width: 100%;
		padding-top: 20px;
	}
}

.news-title {border-bottom: 1px dashed #ccc;padding-bottom: 20px;margin-bottom: 20px;}
.news-title h1 {margin: 0;font-size: 24px;font-weight: normal;text-align: center;}
.news-title p {margin: 10px 0 0;font-size: 0;text-align: center;}
.news-title p span {display: inline-block;vertical-align: middle;margin-right: 20px;font-size: 14px;color: #999;}

.jump {margin-top: 30px; padding: 16px 0; color: #333; border-top: 1px solid #E1E1E1;}
.jump p {color: #444444; line-height: 30px;text-indent: 0;text-align: left;margin: 0;}
.jump p a{color: #777777;}
.jump p a:hover {color: #0256AC;}

/* 表格 */
.table {
	width: 100%;
	max-width: 800px;
	padding: 16px;
	border: 1px solid #DDDDDD;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
	border-collapse: collapse;
}
.table tr td {
	border: 1px solid #666666;
	padding: 5px;
	vertical-align: middle;
	display: table-cell;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
}
.table tr td p{
	margin-bottom: 0;
	color: #666666;
}
@media (max-width:768px) {
	.table tr td{
		font-size: 12px;
		padding: 2px;
		line-height: 20px;
	}
}

.examples{margin-top:40px}
.examples .row{margin-bottom:20px}
.examples .col-md-3{text-align:center;margin-bottom:20px}
.example img{width:100%}