/* 关于我们 */
.global-inner.w1140{
	margin-top: 50px;
	max-width: 1140px;
}
.about-box{
	padding-bottom: 2em;
}
.global-inner.w1140.about-box{
	margin-top: 40px;
}
.about-box .top-banner img{
	width: 100%;
	display: block;
}
.about-box .about-name{
	position: relative;
	line-height: 55px;
	padding:10px 0;
	padding-right: 110px;
	margin-top: 10px;
}
.about-box .about-name em{
	display: inline-block;
	background: #d83e36;
	width: 32px;
	height: 32px;
	position: relative;
	top: 5px;
}
.about-box .about-name span{
	padding-right: 10px;
	font-size: 30px;
	color: #474747;
	line-height: 1;
	margin-left: 5px;
	background: #fff;
}
.about-box .about-name::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#d83e36;
    z-index: -1;
}
.about-box .about-doc{
	color: #474747;
    font-size: 16px;
}
.about-box .about-doc p{
	margin-bottom: 10px;
}
.about-box .about-doc img{
	max-width: 100%;
	display: block;
	margin:10px auto;
	height: auto !important;
}

@media screen and (max-width: 767px) {
	.global-inner.w1140.about-box{
		margin-top: 0.9rem;
	}
	.about-box .about-name{
		padding: 0;
		margin-top: 0.2rem;
	}
	.about-box .about-name em{
		display: none;
	}
	.about-box .about-name span{
		padding:0;
		margin: 0;
		display: block;
		line-height: 1.35em;
		font-size: 0.28rem;
	}
	.about-box .about-name::after{
	    left: 0;
		top: inherit;
		right: inherit;
		bottom:-10px;
		width: 100%; 
		margin-top: 0;
	}
	.about-box .about-doc{
		margin-top: 0.3rem;
	}
}


/* 产品列表 */
.product-box.w1140{
	margin-top: 100px;
}
.product-box .left-box{
	float: left;
	width: 19.3%;
	padding-top: 16px;
}
.product-box .left-box .ph-list{
	width: 100%;
	height: 0.4rem;
	line-height: 0.4rem;
	background: #d83e36 url(../images/new-lang-downbg.png) no-repeat right 0.15rem center;
	color: #fff;
	font-size: 0.16rem;
	padding: 0 0.15rem;
	font-weight: bold;
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
}
.product-box .left-box .list{

}
.product-box .left-box .list li{
	line-height: 60px;
	background:#f5f5f5 url(../images/new-product-left-libg1.png) no-repeat right 18px center;
	margin-bottom: 5px;
	padding-left: 23px;
}
.product-box .left-box .list li.on{
	background:#d83e36 url(../images/new-product-left-libg2.png) no-repeat right 18px center;
}
.product-box .left-box .list li a{
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	display: block;
	padding-left: 16px;
	position: relative;
}
.product-box .left-box .list li.on a{
	color: #fff;
}
.product-box .left-box .list li a:after{
	content:"";
    position:absolute;
    top:50%;
    margin-top: -2.5px;
    border-radius: 50%;
    left:0;
    width:5px;
    height:5px;
    background:#999999;
}
.product-box .left-box .list li.on a:after{
	background: #fff;
}
.product-box .left-box .list li:hover{
	background:#d83e36 url(../images/new-product-left-libg2.png) no-repeat right 18px center;
}
.product-box .left-box .list li:hover a{
	color: #fff;
}
.product-box .left-box .list li:hover a:after{
	background: #fff;
}	
.product-box .left-box .ph-list{
	display: none;
}

.product-box .right-box{
	float: right;
	width: 77.54%;
}

.product-box .product-name{
	position: relative;
	line-height: 55px;
	padding:10px 0;
	padding-right: 110px;
}
.product-box .product-name em{
	display: inline-block;
	background: #d83e36;
	width: 32px;
	height: 32px;
	position: relative;
	top: 5px;
}
.product-box .product-name span{
	padding-right: 10px;
	font-size: 30px;
	color: #474747;
	line-height: 1;
	margin-left: 5px;
	background: #fff;
	font-weight: bold;
}
.product-box .product-name::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#d83e36;
    z-index: -1;
}
.product-box .product-doc{
	color: #474747;
    font-size: 16px;
}
.product-box .product-doc p{
	margin-bottom: 10px;
}
.product-box .product-title{
	background-color: #eee;
    padding-left: 10px;
    font-weight: 700;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
}
.product-list-title{
	font-size: 24px;
	margin-top: 40px;
    margin-bottom: 10px;
    line-height: 1.1;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    color: #000;
}
.product-list-title span{
	background-color: #fff;
    padding-right: 10px;
}
.product-list-title::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#eeeeee;
    z-index: -1;
}

.product-list{
	overflow: hidden;
	margin-top: 1.5em;
	min-height: 200px;
	border-top: 3px solid #eeeeee;
	padding-top: 1.5em;
}
.product-list li{
	float: left;
	width: 27.6%;
	margin-right: 8.6%;
	margin-bottom: 2em;
}
.product-list li:nth-child(3n){
	margin-right: 0;
}
.product-list .img{
	text-align: center;
}
.product-list .img img{
	width: 170px;
	height: 170px;
	display: block;
	margin: auto;
	max-width: 100%;
}
.product-list .name{
	font-size: 16px;
	line-height: 20px;
	height: 40px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  font-weight: bold;
  margin-top: 5px;
}
.product-list .name a{
	color: #d83e36;
}
.product-list .name a:hover{
	text-decoration: underline;
}
.product-list .doc{
	font-size: 16px;
	line-height: 22px;
	height: 66px;
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:3;
  color: #474747;
  margin-top: 5px;
}
.page-box{
	text-align: center;
	margin-top: 1em;
}
.page-box a{
	display: inline-block;
	color: #c06;
	padding: 0 8px;
	line-height: 30px;
	font-size: 16px;
	border: 1px solid #c06;
	min-width: 32px;
	margin: 0 3px;
	font-weight: bold;
}
.page-box a:hover{
	background: #c06;
	color: #fff;
}

@media screen and (max-width: 767px) {
	.product-box.w1140{
		margin-top: 0.9rem;
	}
	.product-box .left-box{
		width: 100%;
	}
	.product-box .right-box{
		width: 100%;
	}
	.product-box .product-name{
		padding: 0;
		margin-top: 0.2rem;
	}
	.product-box .product-name em{
		display: none;
	}
	.product-box .product-name span{
		padding:0;
		margin: 0;
		display: block;
		line-height: 1.35em;
		font-size: 0.28rem;
		font-weight: normal;
	}
	.product-box .product-name::after{
	    left: 0;
		top: inherit;
		right: inherit;
		bottom:-10px;
		width: 100%; 
		margin-top: 0;
	}
	.product-box .product-doc{
		margin-top: 0.3rem;
	}
	.product-list-title{
		margin-top: 0.2rem;
	}
	.product-list .imgs img{
		height: auto;
	}
	.product-list li{
		width: 100%;
		margin-right: 0;
	}
	.product-list .name{
		text-align: center;
	}
	.product-box .left-box .list{
		display: none;
	}
	.product-box .left-box .ph-list{
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.product-list li{
		width: 100%;
		margin-bottom: 0.4rem;
	}
	.product-list .name{
		height: auto;
	}
	.product-list .doc{
		height: auto;
	}
	.page-box .page{
		display: none;
	}
	
}

/* 内页二级导航 */
.bread-nav .global-inner.w1140{
	margin-top: 0;
}
.bread-nav{
	background-color: #d83e36;;
	color: #fff;
	font-size: 16px;
}
.bread-nav a{
	color: #fff;
	margin: 0 3px;
	line-height: 40px;
}
.bread-nav a:hover{
	text-decoration: underline;
}


/* 产品详情 */
body.on .footers-box{
	margin-top: 0;
}
.productd-boxs{
	background: #eee;
}
.productd-box.global-inner.w1140{
	margin-top: 0;
}
.productd-box{
	padding-bottom: 40px;
	padding-top: 50px;
}
.productd-box .productd-tops:after {
  content: '';
  display: table;
  clear: both;
}
.productd-box .about-product{
	float: right;
	width: 30%;
}
.productd-box .about-product .names{
	line-height: 1.5em;
	font-size: 1.2em;
	margin-bottom: 15px;
	color: #d83e36;
	position: relative;
}
.productd-box .about-product .names .about-hd{
	position: absolute;
	width: 70px;
	height: 30px;
	right: 0;
	top: 50%;
	margin-top: -15px;
	border: 1px solid #d1d1d1;
}
.productd-box .about-product .names .about-hds{
	overflow: hidden;
	position: relative;
	height: 100%;
}
.productd-box .about-product .names .about-hds::after{
    content:"";
    position:absolute;
    top:10%;
    left:50%;
    width:1px;
    height:80%;
    margin-left: -0.5px;
    background:#d1d1d1;
}
.productd-box .about-product .names .about-hd a{
	display: block;
	width: 50%;
	height: 100%;
	float: left;
}
.productd-box .about-product .names .about-hd .swiper-prev{
	background: url(../images/arrow_top.png) no-repeat center center;
}
.productd-box .about-product .names .about-hd .swiper-next{
	background: url(../images/arrow_bot.png) no-repeat center center;
}

.productd-box .about-product .swiper-container.list{
	height: 300px;
}
.productd-box .about-product .swiper-container.list .swiper-slide{
	
}
.productd-box .about-product .swiper-container.list .swiper-slide .imgs{
	float: left;
	width: 25%;
}
.productd-box .about-product .swiper-container.list .swiper-slide .imgs img{
	width: 100%;
}
.productd-box .about-product .swiper-container.list .swiper-slide .cont{
	float: right;
	width: 70%;
}
.productd-box .about-product .swiper-container.list .swiper-slide .cont .name{
	overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size: 16px;
  color: #000;
}
.productd-box .about-product .swiper-container.list .swiper-slide:hover .name{
	color:#d83e36;
}
.productd-box .about-product .swiper-container.list .swiper-slide .cont .doc{
	display:-webkit-box;
  -webkit-box-orient:vertical;
  overflow:hidden;
  -webkit-line-clamp:2;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}

.productd-box .productd-top{
	width: 66.66%;
	padding: 30px;
	overflow: hidden;
	box-shadow: 1px 1px 5px #b8b8b8;
    background: #fff;
    float: left;
}
.productd-box .productd-top .left{
	float: left;
	width: 33.333%;
	padding-right: 30px;
}
.productd-box .swiper-container.productd .swiper-slide{
	background-color: #fcfcfc;
}
.productd-box .swiper-container.productd .swiper-slide img{
	width: 100%;
	display: block;
}


.productd-box .small-productd{
	overflow: hidden;
	margin-top: 20px;
}
.productd-box .small-productd img{
	text-align: center;
	margin-right: 10px;
	border: 1px solid #ccc;
	width: 3em;
	height: 3em;
	padding: 5px;
	cursor: pointer;
	margin-bottom: 10px;
}
.productd-box .small-productd img:last-child{
	margin-right: 0;
}
.productd-box .small-productd img.on{
	border: 1px solid #d83e36;
}
.productd-box .small-productd img:hover{
	border: 1px solid #d83e36;
}


.productd-box .productd-top .right{
	float: right;
	width: 66.666%;
	padding-left: 20px;
}
.productd-box .productd-top .right .name{
	line-height: 1.25em;
	font-size: 1.6em;
	max-height: 2.5em;
	overflow: hidden;
}
.productd-box .productd-top .right .doc{
	overflow: hidden;
	font-size: 16px;
	color: #212121;
	line-height: 20px;
	max-height: 100px;
	margin-top: 30px;
}
.productd-box .productd-top .right .more{
	margin-top: 30px;
}
.productd-box .productd-top .right .more a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 38px;
	padding: 0 10px;
	background: #d83e36;
}
.productd-box .productd-top .right .more a:hover{
	background: #e7281e;
}

.productd-box .productd-center{
	margin-top: 30px;
}
.productd-box .productd-center .productd-select{
	overflow: hidden;
}
.productd-box .productd-center .productd-select span{
	display: inline-block;
	float: left;
	margin-right: 10px;
    padding: 10px;
    cursor: pointer;
    color: #d83e36;
    line-height: 1.5;
    font-size: 16px;
}
.productd-box .productd-center .productd-select span.on{
	background: #d83e36;
	color: #fff;
}
.productd-box .productd-center .productd-select span:hover{
	background: #d83e36;
	color: #fff;
}

.productd-box .productd-cont{
	margin-top: 30px;
	box-shadow: 1px 1px 5px #b8b8b8;
	padding: 30px;
	min-height: 200px;
	background: #fff;
}

.productd-box .productd-cont .item{
	display: none;
}
.productd-box .productd-cont .item.on{
	display: block;
}

.productd-box .productd-cont .doc{
	font-size: 16px;
	color: #212121;
	line-height: 1.5;
}
.productd-box .productd-cont .doc ul li{
	position: relative;
	padding-left: 15px;
}
.productd-box .productd-cont .doc ul li::after{
    content:"";
    position:absolute;
    top:10px;
    left:0;
    width:5px;
    height:5px;
    background:#C06;
    border-radius: 50%;
}
.productd-box .productd-cont .doc img{
	display: block;
	max-width: 100%;
	height: auto !important;
}
.productd-box .productd-cont .doc a{
	color: #333;
}
.productd-box .productd-cont .doc a:hover{
	color: #c2559a;
}
.productd-box .productd-cont .item:last-child .doc img{
	display: inline-block;
}
.productd-box .productd-cont .doc table{
	width: 100%;
	max-width: 900px;
}
.productd-box .productd-cont .doc table td{
	border: 1px solid #b8b8b8;
    text-align: center;
    padding: 15px;
    color: #727272;
}


@media screen and (max-width:767px) {
	.bread-nav{
		margin-top: 0.8rem;
	}
	.productd-box{
		padding-top: 0.2rem;
	}
	.productd-box .about-product{
		display: none;
	}
	.productd-box .productd-top{
		width: 100%;
		padding: 0.1rem 0.2rem 0.3rem 0.2rem;
	}
	.productd-box .productd-top .left{
		width: 100%;
		padding-right: 0;
	}
	.productd-box .small-productd img{
		width: 0.5rem;
		height: 0.5rem;
	}
	.productd-box .productd-top .right .name{
		font-size: 0.22rem;
		line-height: 0.24rem;
		max-height: inherit;
	}
	.productd-box .productd-top .right .doc{
		max-height: inherit;
		font-size: 0.15rem;
		line-height: 0.22rem;
		margin-top: 0.1rem;
	}
	.productd-box .productd-top .right .more{
		margin-top: 0.2rem;
	}
	.productd-box .productd-top .right{
		width: 100%;
		padding: 0;
		padding-top: 0.1rem;
	}
	.productd-box .swiper-container.productd .swiper-slide img{
		width: 60%;
		margin: auto;
	}
	.productd-box .productd-center{
		margin-top: 0.2rem;
	}
	.productd-box .productd-cont{
		margin-top: 0.2rem;
		padding: 0.2rem;
	}
	.productd-box .productd-center .productd-select span{
		line-height: 1.4;
		margin-right: 5px;
		font-size: 0.15rem;
	}
	.productd-box .productd-cont .doc{
		overflow-x:scroll; 
		font-size: 0.15rem;
	}
	.productd-box .productd-cont .doc table{
		width: 6rem;
	}
	.productd-box .productd-cont .doc table td{
		padding: 10px;
		line-height: 1.4;
	}
	.bread-nav{
		padding: 0.1rem 0;
	}
	.bread-nav a{
		line-height: 0.25rem;
	}
}

/* 应用案例 */
body.nomt .footers-box{
	margin-top: 0;
}
.case-boxs{
	padding-top: 90px;
	background:#e6ebf0 url(../images/case-boxs-bg.jpg) no-repeat top center;
	background-size: cover;
}
.case-box.global-inner.w1140{
	padding-bottom: 2.2em;
	margin-top: 0;
}
.case-box .top-name{
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	color: #004da1;
	font-weight: bold;
}
.case-box .list{
	overflow: hidden;
	margin-top: 2em;
}
.case-box .list li{
	float: left;
	width: 31%;
	margin-right: 3.5%;
	margin-bottom: 2em;
	overflow: hidden;
	position: relative;
	height: 220px;
}
.case-box .list li:nth-child(3n){
	margin-right: 0;
}
.case-box .list li img{
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.case-box .list .imgs-box{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	background-color: #fcfcfc;
	-webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.case-box .list li .name{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	padding: 0 5%;
	line-height: 45px;
	-webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    background: rgba(0,0,0,.7);
    overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.case-box .list li:hover .name{
	background:#d83e36;
}
.case-box .list li:hover img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.case-box .list li:hover .imgs-box{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}

@media screen and (max-width:767px){
	.case-box.global-inner.w1140{
		margin-top: 0;
	}
	.case-box .top-name{
		font-size: 0.24rem;
	}
	.case-box .list{
		margin-top: 0.3rem;
	}
	.case-box .list li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 1.5em;
		height: 2.5rem;
	}
	.case-box .list li:nth-child(3n){
		margin-right: 4%;
	}
	.case-box .list li:nth-child(2n){
		margin-right: 0;
	}
	.case-box .list li .name{
		font-size: 0.16rem;
		line-height: 0.32rem;
	}
}

@media screen and (max-width:420px){
	.case-box .list li{
		width: 100%;
		margin-bottom: 0.25rem;
		margin-right: 0;
	}
	.case-box .list li .name{
		line-height: 0.4rem;
	}
}

/* 应用案例详情 */
.cased-box{

}
.cased-box .top-name{
	text-align: center;
	font-weight: bold;
	color: #474747;
	font-size: 2em;
}
.cased-box .doc{
	font-size: 16px;
	line-height: 24px;
	color: #474747;
	margin-top: 2em;
	min-height: 200px;
}
.cased-box .doc p{
	margin-bottom: 10px;
}
.cased-box .doc img{
	display: inline-block;
	margin: 10px;
	max-width: 100%;
	height: auto!important;
}
.back-list{
	text-align: center;
	margin-top: 2em;
}
.back-list a{
	display: inline-block;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	padding: 0 10px;
	background: #d83e36;
}
.back-list a:hover{
	background: #e7281e;
}


@media screen and (max-width:767px){
	.cased-box.global-inner.w1140{
		margin-top: 0.4rem;
	}
	.cased-box .doc{
		font-size: 0.16rem;
		line-height: 0.24rem;
		margin-top: 0.2rem;
	}
	.back-list{
		margin-top: 0.3rem;
	}
	.cased-box .doc img{
		display: block;
		margin: 0 auto;
		max-width: 90%;
	}
	.cased-box .top-name{
		line-height: 1.3;
		font-size: 0.24rem;
	}
}


/* 联系我们 */
.contact-box{
	padding-bottom: 2em;
}
.contact-box .contact-name{
	position: relative;
	line-height: 55px;
	padding:10px 0;
	padding-right: 110px;
	margin-top: 10px;
}
.contact-box .contact-name em{
	display: inline-block;
	background: #d83e36;
	width: 32px;
	height: 32px;
	position: relative;
	top: 5px;
}
.contact-box .contact-name span{
	padding-right: 10px;
	font-size: 30px;
	color: #474747;
	line-height: 1;
	margin-left: 5px;
	background: #fff;
	font-weight: bold;
}
.contact-box .contact-name::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#d83e36;
    z-index: -1;
}
.contact-box .contact-top{
	overflow: hidden;
}
.contact-box .contact-top .left{
	float: left;
	width: 50%;
	padding-right: 2%;
	font-size: 16px;
	color: #666;
}
.contact-box .contact-top .left h3{
	font-size: 20px;
	color: #666;
	line-height: 1.4;
	margin: 20px 0 10px;
	font-weight: bold;
}
.contact-box .contact-top .left p{
	margin-bottom: 10px;
	line-height: 28px;
}
.contact-box .contact-top .left a{
	color:#d83e36;
}
.contact-box .contact-top .left a:hover{
	text-decoration: underline;
}

.contact-box .contact-top .right{
	float: left;
	width: 50%;
	padding-right: 2%;
}
.contact-box .contact-top .right .name{
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
	color: #666;
	margin: 20px 0 10px;
}
.contact-box .contact-top .right .map-box{
	position: relative;
	border: 1px solid #d83e36;
	width: 98%;
	height: 350px;
	background: #fcfcfc;
	overflow: hidden;
}
.contact-box .contact-top .right .map-box .bg{
	width: 100%;
	height: 100%;
}
.contact-box .contact-center{
	margin-top: 2em;
}
.contact-box .contact-center .doc{
	color: #474747;
    font-size: 16px;
}
.contact-box .contact-center .doc p{
	margin-bottom: 10px;
}

.contact-box .form-group{
	float: left;
	width: 32%;
	margin-right: 2%;
	max-width: inherit;
	padding-bottom: 5px;
}
.contact-box .form-group.ons{
	margin-right: 0;
}
.contact-box .form-group.on{
	width: 100%;
}
.contact-box .form-group .help-block{
	position: absolute;
	left: 0;
	top: 100%;
	margin: 0;
}
.contact-box .form-group.textarea .help-block{
	top: 100%;
}
.contact-box .form-group-cell{
	overflow: visible;
}
.contact-box .has-success .form-control{
  border-color: none;
    -webkit-box-shadow:none;
    box-shadow:none;
}
.contact-box .form-group.has-success .form-control{
	border: 1px solid #ddd;
}
.contact-box .form-control{
	border: 1px solid #ddd;
	background: #eeeeee;
	font-size: 16px;
}
.contact-box .form-control.select{
	background:#eee url(../images/new-selectbg.png) no-repeat right 15px center;
	background-size: 15px;
	color: #333;
}
.contact-box .form-control.code{
	width: 20em;
	margin-right: 10px;
	display: inline-block;
}
.contact-box .codes{
	width: 100px;
	height: 40px;
	position: relative;
	top: -2px;
}
.contact-box .control-label{
	font-weight: bold;
}
.contact-box .form-control:focus, .contact-box .form-control:hover{
	border: 1px solid #ddd;
}

.contact-box .frm-btn-group{
	margin-top: 2em;
	text-align: center;
	float: left;
}
.contact-box .frm-btn-group .btn{
	float: none;
	margin: 0 20px;
}
.contact-box .frm-btn-group .btn-submit {
    border-color: #d83e36;
    background: #d83e36;
}

@media screen and (max-width: 767px) {
	.contact-box.global-inner.w1140{
		margin-top: 0.8rem;
	}
	.contact-box .contact-name{
		padding: 0;
		margin-top: 0.2rem;
	}
	.contact-box .contact-name em{
		display: none;
	}
	.contact-box .contact-name span{
		padding:0;
		margin: 0;
		display: block;
		line-height: 1.35em;
		font-size: 0.28rem;
		font-weight: normal;
	}
	.contact-box .contact-name::after{
	    left: 0;
		top: inherit;
		right: inherit;
		bottom:-10px;
		width: 100%; 
		margin-top: 0;
	}

	.contact-box .contact-top .left{
		width: 100%;
	}
	.contact-box .contact-top .right{
		width: 100%;
	}
	.contact-box .contact-top .right .map-box{
		width: 100%;
		height: 3rem;
	}
	.contact-box .contact-top .right .name{
		margin-top: 10px;
	}
	.contact-box .form-group{
		width: 100%;
		margin-right: 0;
	}
	.contact-box .form-control.code{
		width: 1.5rem;
	}
	.contact-box .frm-btn-group .btn{
		width: 1.2rem;
		margin: 0 10px;
	}
}

/* 网站地图 */
.web-box .web-name{
	position: relative;
	line-height: 55px;
	padding:10px 0;
	padding-right: 110px;
	margin-top: 10px;
}
.web-box .web-name em{
	display: inline-block;
	background: #004da1;
	width: 32px;
	height: 32px;
	position: relative;
	top: 5px;
}
.web-box .web-name span{
	padding-right: 10px;
	font-size: 30px;
	color: #474747;
	line-height: 1;
	margin-left: 5px;
	background: #fff;
	font-weight: bold;
}
.web-box .web-name::after{
    content:"";
    position:absolute;
    top:50%;
    right:0;
    width:90%;
    height:3px;
    margin-top: -1.5px;
    background:#004da1;
    z-index: -1;
}
.web-box .web-list{
	margin-top: 1.5em;
}
.web-box .web-list .item{
	margin-bottom: 1.65em;
}
.web-box .web-list .title{
	font-size: 1.25em;
	color: #1b4585;
	line-height: 2.05em;
	border-bottom: 1px solid #cccccc;
} 
.web-box .web-list .title a{
	color: #004da1;
	text-transform: uppercase;
}
.web-box .web-list .title a:hover{
	opacity: 0.8;
}
.web-box .web-list .list{
	overflow: hidden;
	margin-top: 1em;
	padding-left: 0.625em;
}
.web-box .web-list .list li{
	width: 25%;
	float: left;
}
.web-box .web-list .list a{
	color: #333;
	font-size: 16px;
	line-height: 2em;
}
.web-box .web-list .list a:hover{
	text-decoration: underline;
}


@media screen and (max-width: 767px) {
	.web-box.global-inner.w1140{
		margin-top: 0.8rem;
	}
	.web-box .web-name{
		padding: 0;
		margin-top: 0.2rem;
	}
	.web-box .web-name em{
		display: none;
	}
	.web-box .web-name span{
		padding:0;
		margin: 0;
		display: block;
		line-height: 1.35em;
		font-size: 0.28rem;
		font-weight: normal;
	}
	.web-box .web-name::after{
	    left: 0;
		top: inherit;
		right: inherit;
		bottom:-10px;
		width: 100%; 
		margin-top: 0;
	}
	.web-box .web-list{
		margin-top: 0.3rem;
	}
	.web-box .web-list .item{
		margin-bottom: 0.2rem;
	}
	.web-box .web-list .list li{
		width: 50%;
	}

}
@media screen and (max-width: 420px) {
	.web-box .web-list .list li{
		width: 100%;
	}
}

/* 法律声明 */
.case-box .doc{
	margin-top: 2em;
	font-size: 14px;
	line-height: 1.4em;
	min-height: 400px;
}