﻿@charset "utf-8";
* {
    margin: 0px;
    padding: 0px;
}

img {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,
li,
ol,
h1,
h2,
h3,
dl,
dt,
dd,
form,
p,
span,
b,
u,
s,
i {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal
}

.clearfix {
    display: inline-table;
}

* html .clearfix {
    height: 1%;
    /*ie6*/
}

*+html .clearfix {
    min-height: 1px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}
.fl {
	float: left;
}
.fr {
	float: right;
}

.fl-l {
	float: left;
}

.fl-r {
	float: right;
}


/***定位***/
.pos-r {
	position: relative;
}

.pos-a {
	position: absolute;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear: both;
	font-size: 0;
	margin: 0;
	padding: 0;
	display: block;
	_height: 0;
	overflow: hidden;
}
/*清除浮动*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
input,
textarea {
    outline: none;
    border: 0px;
}


/*去掉输入框得到焦点时边框会出现阴影效果----例如360 火狐*/

a {
    blr: expression(this.onFocus=this.blur());
    /* IE Opera */
    outline: none;
    /* FF Opera */
}

a:focus {
    -moz-outline-style: none;
    /* FF */
}


/*去掉a标签超链接的虚线框*/

.clearboth {
    clear: both
}

.ys_t h4 {
    list-style: none;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

a:link {
    text-decoration: none;
    color: #404040;
}

a:visited {
    text-decoration: none;
    color: #404040;
}

a:hover {
    text-decoration: none;

    transition: all 0.3s ease-out 0s;
}

a:active {
    text-decoration: none;
    color: #404040;
}

em {
    font-style: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.fl-l {
	float: left;
}

.fl-r {
	float: right;
}

.fl-n {
	float: none;
}
.re {
    position: relative;
}

.ab {
    position: absolute;
}
.w1200{
width:1200px;
margin:0px auto;
}
.container {
	width: 1200px;
	margin: 0 auto;
}
.icon {
	background-image: url(/public/boots/image/icon.png);
	display: inline-block;
	vertical-align: middle;
}
body {
    color: #404040;
    font-size: 14px;
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
	/*padding-top:90px;*/
}
.content{ width:1200px; margin:0 auto;  }
/*头部开始*/


.topMain {
    width: 1200px;
    margin:0px auto;
}

.logo {
    width:350px;
    float: left;
}

.logo img {
}

.topTaxt {
    float: left;
    font-size: 20px;
	padding-top:10px;
    padding-left: 20px;
    font-weight: 800;
    text-align: justify;
}

.topTaxt_sp1 {
    color: #F4C41D;
}

.topTaxt1 {
    margin-top: 10px;
    letter-spacing: 2.5px;
}

.topTaxt1 span {
    color: #F4C41D;
}


.telephone {
    float: right;
    position: relative;
}

.telephone img {
    float: left;
    width: 42px;
    height: 42px;
    margin-right: 1rem;
}

.telephoneDiv {
    float: left;
    font-size: 20px;
    /* padding: 10px; */
}

.telephoneDiv span {
    font-size: 30px;
    font-weight: bold;
}

.telephone_divs1 {
    width: 92px;
    height: 36px;
    background-color: #202A36;
    position: absolute;
    top: 50px;
    left: 0;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs2 {
    width: 92px;
    height: 36px;
    background-color: #F4C41D;
    position: absolute;
    top: 50px;
    left: 97px;
    text-align: center;
    line-height: 36px;
    color: #202A36;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs3 {
    width: 92px;
    height: 36px;
    background-color: #202A36;
    position: absolute;
    top: 50px;
    left: 197px;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.telephone_divs4 {
    width: 92px;
    height: 36px;
    background-color: #F4C41D;
    position: absolute;
    top: 50px;
    left: 297px;
    text-align: center;
    line-height: 36px;
    color: #202A36;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
}

.top_main{
background:#000;
}
.top_main .nav {
width:1200px;
margin:0px auto;
}

.top_main ul {
display: inline-block;
*display: inline;
*zoom: 1;
}
.top_main li {
	float: left;
	position: relative;
	display: block;
	text-align: center;
	z-index: 9;
	height:50px;
	line-height:50px;
}
.top_main li a {
	display: inline-block;
	padding:0px 39px;
	position: relative;
	font-weight: bold;
	color:#fff;
}
.top_main li a p {
	height: 50px;
	line-height:50px;
	font-size:18px;
	font-weight:bold;
}
.top_main li a:hover, .top_main li a.hover, .top_main li #hover2 {
	cursor: pointer;
	background:#F4C41D;
}
.top_main li a:hover p, .top_main li a.hover p, .top_main li #hover2 p {
	color: #fff;
}
.top_main dl {
	width: 210px;
	border-radius: 0 0 3px 3px;
	padding-bottom: 3px;
	background: #0953C0;
	position: absolute;
	left: 50%;
	margin-left: -95px;
	top: 50px;
	z-index: 1555;
	border-top: none;
}
.top_main dl {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
.top_main li:hover dl {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.top_main dl dd {
	height: 40px;
	border-top: 1px solid #0D5DCC;
	text-align: center;
	position: relative;
	z-index: 12;
	display: block;
	width: 100%;
	line-height: 40px;
}
.top_main dl dd a:hover {
	color:#FFFFFF;
}
.top_main dl dd a {
	color: #fff;
	height: 40px;
	display: block;
	transition: ease-in-out 0.2s;
	line-height: 40px;
	padding:0px 10px;
}


.banner{position:relative;height:540px;overflow:hidden;background:url(/public/boots/image/loading.gif) 50% no-repeat;min-width:1160px;}
.slides{position:relative;z-index:1;}
.slides li{height:540px;}
.flex-control-nav{position:absolute;bottom:20px;z-index:2;width:100%; min-width:1160px;text-align:center;}
.flex-control-nav li{display:inline-block;width:50px;height:5px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:50px;height:5px;overflow:hidden;background:#fff;cursor:pointer;text-indent:-9999px;}
.flex-control-nav .flex-active{background:#ff8400;}

.flex-direction-nav{position:absolute;z-index:3;width:100%; min-width:1160px;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:38px;overflow:hidden;cursor:pointer;position:absolute;filter:alpha(opacity=80); -moz-opacity:0.8; -khtml-opacity: 0.8; opacity: 0.8;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/public/boots/image/prev_icon.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/public/boots/image/next_icon.png) center center no-repeat;}
.flex-direction-nav li a:hover{filter:alpha(opacity=60); -moz-opacity:0.6; -khtml-opacity: 0.6; opacity: 0.6;}

#troduce {
    width:100%;
    height: 150px;
    background-color:#fff;
    box-shadow: 0px 5px 15px #ccc;
	float:left;
}

#troduceMain {
    width: 1200px;
    height: 90px;
    padding: 30px 0px;
    margin: auto;
}

.troduceMainDiv {
    width: 25%;
    height: 80px;
    float: left;
}

.TRMDImg {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    float: left;
    text-align: center;
    box-shadow: 10px 5px 15px #ccc inset;
}

.TRMDImg2 {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    float: left;
    text-align: center;
    box-shadow: -10px -5px 15px #ccc inset;
}

.TRMDImg img {
    margin: 22px auto 0px;
    width: 43px;
    height: 43px;
}

.TRMDText {
    float: left;
    padding-left: 25px;
    padding-top: 15px;
}

.TRMDH1 {
    font-size: 18px;
    height: 30px;
    font-weight: bold;
}

.TRMDH5 {
    font-size: 14px;
}

.center{width:1200px;margin:0 auto}

.float_l{
    float: left;
}
.float_r{
    float: right;
}

.none {
	DISPLAY: none
}
.index_lc {
    background: url(/public/boots/image/home26.jpg);
    background-size: cover;
    padding-bottom: 70px;
    margin-top: 70px;
    min-height: 60px;
    height: auto !important;
    overflow: hidden;
}
.qiehuan{
height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
}
.qiehuan li{float:left;width:131px;
text-align:center;
background:#f1f1f1;
border:1px #fff solid;
padding:30px 0px;
border-width:1px 1px 0 1px;
font-size:18px;
font-weight:bold;}

.qiehuan li img{display:block;margin:0px auto 15px;}
.qiehuan li.active{background:#fff;border:1px #925B3F solid;border-width:1px 1px 0 1px;}
.TabContent{border:1px #925B3F solid;padding:30px;height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
line-height:28px;}
.TabContent img{float:left;margin-right:15px;}
.TabContent span{}
.TabContent table {
	border: none;
	/* border-top: solid 1px #ccc; */
	/* border-left: solid 1px #ccc; */
	width: 100% !important;
	height: auto !important;
	padding: 0;
	max-width:100%;
}

.TabContent table tbody {
	border: none;
	padding: 0;
	margin: 0;
}

.TabContent tbody tr {
	border: none;
	padding: 0;
	margin: 0;
	/*background: #ededed;*/
}

.TabContent table tr>* {
	padding: 15px;
	border-top: none;
	margin: 0;
	/* border-bottom: solid 1px #ccc; */
	border-right: solid 1px #fff;
}
.TabContent table tr td{
word-wrap:break-word;word-break:break-all;
}
.TabContent tbody tr:nth-child(2n) {
	/*background: #fafafa;*/
}

.nbanner{height:450px;text-align:center;}
.nbanner h1{color:#fff;font-size:50px;font-weight:bold;padding-top:130px;letter-spacing:10px;text-shadow: 2px 2px 5px #000; }
.nbanner p{color:#fff;font-size:24px;line-height:80px;letter-spacing:2px;text-shadow: 1px 1px 2px #000;}
/**图片动效**/
.pic-box2 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 0;
	position: relative;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.box:hover .pic-box1 img,
li:hover .pic-box1 img {
	transform: scale(1.1);
	transition: 1s;
}

.box:hover .pic-box2 img,
li:hover .pic-box2 img {
	transform: rotate(360deg);
	transition: 0.5s;
}

.pic-box2 img {
	transform: rotate(0deg);
	display: block;
	width: 100%;
	border-radius: 100%;
	transition: 0.3s;
}
/***更多按钮***/
.cmor{text-align:center;}
.index-more1 {
	color: #F4C41D;
	line-height: 2.7em;
	background-color: #fff;
	text-align: center;
	transition: 0.5s;
	border: solid 2px #F4C41D;
	width: 160px;
	font-size: 16px;
	display: inline-block;
	margin:20px 0 0 0;
}

.index-more1:hover {
	background: #F4C41D;
	border-color: #F4C41D;
	color: #fff;
}
.index-more2 {
	color: #fff;
	line-height: 2.5em;
	background-color: #000;
	text-align: center;
	transition: 0.5s;
	border: solid 2px #000;
	padding:0px 25px 0;
	font-size: 18px;
	display: inline-block;
	margin:20px 20px 0 0;
}
a.index-more2{color:#fff;}
/* 文字超出隐藏 */
.ellip {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}
.index-title-box3 {
	text-align: center;
	padding-bottom: 30px;
}

.index-title-box3 .title {
	font-size: 28px;
	color: #333;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
}

.index-title-box3 .title span {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 3px;
	margin: 0 10px;
	background: #1171cb;
}

.index-title-box3 .info {
	color: #ccc;
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family:"Times New Roman", Times, serif;
}
/* 产品 */
.index-cp {
	padding: 50px 0;
}

.index-cp-nav {
	text-align: center;
	margin-bottom: 30px;
	font-size: 0;
}

.index-cp-nav a {
	display: inline-block;
	vertical-align: middle;
	background: #ededed;
	font-size: 16px;
	color: #333;
	line-height: 3em;
	text-align: center;
	width: 170px;
	margin-right:5px;
}

.index-cp-nav .focus {
	background: #1171cb !important;
	color: #fff;
	margin-left: 0;
}

.index-cp-nav a:hover {
	background: #2089eb;
	color: #fff;
}

.index-cp-box {
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 30px;
}

.index-cp-box .item {
	float: left;
	width: 33%;
}

.index-cp-box .box {
	display: block;
	padding: 15px;
	background: #fff;
	border:2px #2089eb solid;
	transition: 0.5s;
}

.index-cp-box .pic {
	padding-bottom: 75%;
	border: solid 1px #fff;
}

.index-cp-box .text {
	transition: 0.5s;
	padding-top: 20px;
}

.index-cp-box .box:hover {
	border-color: #2089eb;
	transition: 0.5s;
}

.index-cp-box .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	float: left;
	width: 60%;
	line-height: 30px;
}

.index-cp-box .btn {
	font-size: 12px;
	display: block;
	float: right;
	width: 30%;
	text-align: center;
	border-radius: 30px;
	line-height: 30px;
	color: #fff;
	background: #2089eb;
	transition: 0.5s;
}

.index-cp-box .box:hover {
	background: #2089eb;
	transition: 0.5s;
}

.index-cp-box .box:hover .btn {
	background: #fff;
	color: #2089eb;
	transition: 0.5s;
}

.index-cp-box .box:hover .title {
	color: #fff;
	transition: 0.5s;
}

.ileib{ width:295px; margin-top:25px;border: solid 3px #FF8400;}
.ileib .tit{color:#fff;font-size:20px; background:#FF8400; padding:13px 0; text-align:center; overflow:hidden;}
.ileib .tit i{color: #fff;display: block;font:12px Arial; text-align: center; font-size:14px; line-height:25px; text-transform:uppercase;}
.ileib .tit a{ color:#000;}
/*副导航*/
.leib2,.leib{ width:244px; margin-bottom:10px;}
.leib2 .tit,.leib .tit,.leib .t05{color:#fff;  font-size:18px; background:#0074d7;height:52px; padding-top:18px; text-align:center; overflow:hidden;}
.leib2 .tit i,.leib .tit i{color: #fff;display: block;font:12px Arial; text-align: center; font-size:14px; line-height:18px; text-transform:uppercase;}
.leib2 .tit a,.leib tit a{ color:#000;}
.leib2 .nr{ border:1px solid #ececec; padding:10px 17px 10px;}
.leib2 .nr h3{height:42px; line-height:42px; font-weight:bold;text-align:center; margin-bottom:15px;}
.leib2 .nr h3 a{font-size:14px; display:block; width:183px;text-overflow:ellipsis; white-space:nowrap; overflow:hidden; padding:0 12px;
background:#f4f4f4;border:1px #ddd solid;}
.leib2 .nr h3 a:hover,.leib2 .nr h3.cur a{text-decoration: none;color:#fff;background:#0074d7;}

.tit1{ font:32px "Microsoft Yahei"; text-align:center; font-weight:bold; height:120px;}
.tit1 a{ color:#fff;}
.tit1 a:hover{ text-decoration:none;}
.tit1 em{ color:#bd0012;}
.tit1 i{ display:block; font:12px Arial, Helvetica, sans-serif; text-transform:uppercase; color:#e2e2e2;}
.tit1 span{ display:block; font:20px "Microsoft Yahei"; text-align:center; color:#fff; padding:8px 0;}

.chanp .tit1 a,.pro .tit1 a,.coop .tit1 a,.join .tit1 a,.about .tit1 a{ color:#333;}
.chanp .tit1 span,.pro .tit1 span,.coop .tit1 span,.join .tit1 span,.about .tit1 span{ color:#555;}

.about{ height:556px; padding-top:18px; background:#f2f2f2; overflow:hidden;padding-bottom:30px;}
.about .content{ position:relative;}
.about dl{ height:351px; overflow:hidden;}
.about dt{ width:601px; height:351px; float:left; overflow:hidden;}
.about dt img{ width:601px; height:351px;}
.about dd{ width:562px; float:right; overflow:hidden; height:351px;}
.about dd h3 a{ display:block; font:20px "Microsoft Yahei"; font-weight:bold; color:#333;line-height:40px; overflow:hidden;}
.about dd p{ font:15px "Microsoft Yahei"; line-height:32px; color:#555; margin-top:10px;text-indent:2em;}
.about dd p a{ color:#bd0012;}

.youshi{margin-top:20px;}
.youshi .list{
    padding-top: 38px;
    padding-bottom: 85px;
}
.youshi .list .img{
    width: 35%;
    height: 334px;
    overflow: hidden;
    position: relative;
}
.youshi .list .img img{
}
.youshi .list .text{
    width: 65%;
    height: 334px;
    background: #f6f7fb;
}
.youshi .list .text .xuhao{
    width: 65px;
    height: 74px;
    line-height: 74px;
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    border-width: 600;
    margin-left: 30px;
    margin-top: 39px;
    background: url("/public/boots/image/xuhao.png") top left no-repeat;
}
.youshi .list .text .neirong{
    width: calc(100% - 170px);
    margin-left: 30px;
    margin-top: 39px;
}
.youshi .list .text .neirong .title{
    font-size: 28px;
    color: #333333;
    line-height: 56px;
    padding-bottom: 10px;
    font-weight: 600;
    background: url("/public/boots/image/xian.png") bottom left no-repeat;
}
.youshi .list .text .neirong .title span{
    font-size: 16px;
    color: #333333;
    font-weight: 500;
    margin-left: 12px;
}
.youshi .list .text .neirong .p{
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 22px;
    padding-right: 8px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:3;
}
.youshi .list .text .neirong .more{
    display: block;
    width: 160px;
    height: 46px;
    font-size: 16px;
    color: #ffffff;
    line-height: 46px;
    text-align: center;
    background: #0953c0;
    margin-top: 20px;
    transition:all 0.3s ease-in-out;
}
.youshi .list .text .neirong .more:hover{
    background: #ff8400;
}
/**/
/* 合作案例 */
.index-case {
	padding:0px 0 20px;
}

.index-case-box {
	position: relative;
	overflow: hidden;
}

.index-case-box .item {
	float: left;
	width: 23%;
}

.index-case-box .box {
	padding: 10px;
	background: #fff;
	transition: 0.5s;
}


.index-case-box .item .pic {
	padding-bottom: 75%;
	border: solid 1px #fff;
}

.index-case-box .text {
	transition: 0.5s;
	margin-top: 20px;
}

.index-case-box .title {
	font-size: 16px;
	color: #333;
	transition: 0.5s;
	text-align:center;
}

.index-case-box .info {
	font-size: 14px;
	text-align: justify;
	color: #999;
	line-height: 1.8em;
	margin: 10px 0;
	transition: 0.5s;
}
.cbtn{margin-top:30px;}
.index-case-box .box:hover {
	background: #2089eb;
	transition: 0.5s;
	border-color: #2089eb;
}

.index-case-box .box:hover .title {
	color: #fff;
	transition: 0.5s;
}

.index-case-box .box:hover .info {
	color: #ededed;
	transition: 0.5s;
}

.index-case-box .box:hover .btn {
	background: #fff;
	color: #2089eb;
	transition: 0.5s;
}



.application{
    background: #f6f7fb;
	margin-top:-20px;
	height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
}
.application .background{
    background: url("/public/boots/image/application.png");
	padding-bottom:20px;
}
.application .titles{
    text-align: center;
    padding-top: 54px;
    padding-bottom: 47px;
}
.application .titles .h3{
    font-size: 36px;
    color: #ffffff;
    font-weight: 600;
    line-height: 46px;
}
.application .titles .h6{
    display: inline-flex;
    line-height: 34px;
}
.application .titles .h6 .xian{
    width: 65px;
    height: 1px;
    margin-top: 17px;
    background: #eff5fd;
}
.application .titles .h6 .p{
   font-size: 16px;
   color: #ffffff;
   padding: 0 6px;
   text-transform:uppercase;
}
.application .titles .h5{
    font-size: 16px;
    color: #ffffff;
    line-height: 28px;
}

/**/

.icon1 {
	background: url(/public/boots/image/icon1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

.floor_8_main {
	margin-top: 50px;
	background-color: #f8f8f8;
	padding-bottom:30px;
	height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
}
.floor_8_1 {
	width: 1200px;
	overflow: hidden;
	display: inline-block;
}
.floor_8_z {
	float: left;
	width: 390px;
	height: 546px;
	background-color: #fff;
	border-bottom: #dedddd solid 1px;
}
.floor_mc {
	width: 390px;
	height: 240px;
	background-color: #003e92;
}
.floor_mc h3 a {
	display: block;
	font-size: 24px;
	padding-top: 24px;
	padding-left: 31px;
	color: #fff;
	font-weight: bold;
	line-height: 24px;
}
.floor_mc h3 span {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	text-transform: uppercase;
}
.dloor_xin {
	margin-left: 31px;
	margin-top: -140px;
}
.dloor_xin img {
	width: 330px;
	height: 220px;
	display: block;
}
.dloor_xin h3 {
	width: 310px;
	font-size: 18px;
	color: #333333;
	padding-top: 36px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.dloor_xin em {
	display: block;
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	padding-top: 13px;
	width: 330px;
	height: 74px;
}
.dloor_xin p {
	width: 330px;
	margin-top: 3px;
}
.dloor_xin p i {
	width: 0px;
	height: 1px;
	transition: all .6s ease 0s;
	background-color: #003e92;
	display: block;
	margin-top: 8px;
	float: left;
}
.dloor_xin a:hover p i {
	width: 62px;
}
.dloor_xin a:hover h3 {
	color: #003e92;
}
.dloor_xin p span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}
.floor_8_1 {
	padding-top: 60px;
}
.floor_8_y {
	float: right;
	width: 790px;
}
.floor_y_1 {
	width: 789px;
	height: 240px;
	border-bottom: #dedddd solid 1px;
	border-left: #efeeee solid 1px;
	background-color: #fff;
}
.floor_y_t h3 {
	display: block;
	font-size: 24px;
	padding-top: 24px;
	padding-left: 31px;
	color: #003e92;
	font-weight: bold;
	line-height: 24px;
	float: left;
}
.floor_y_t h3 span {
	font-size: 14px;
	color: #666;
	font-weight: normal;
	display: block;
	line-height: 14px;
	padding-top: 8px;
	text-transform: uppercase;
}
.floor_y_t a.ag {
	width: 15px;
	height: 15px;
	background-position: 0px -103px;
	display: block;
	float: right;
	margin-right: 30px;
	margin-top: 30px;
	position: relative;
	z-index: 5;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.floor_y_t a.ag:hover {
	background-position: 0px -121px;
}
.floor_y_b {
	padding-top: 26px;
	clear: left;
	display: block;
	width: 789px;
	position: relative;
}
.floor_y_b .hd .next {
	position: absolute;
	top: -40px;
	right: 86px;
	width: 7px;
	height: 14px;
	background-position: -223px -147px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.floor_y_b .hd .prev {
	position: absolute;
	top: -40px;
	right: 64px;
	width: 7px;
	height: 14px;
	background-position: -223px -165px;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.floor_y_b .hd .next:hover {
	position: absolute;
	top: -40px;
	right: 86px;
	width: 7px;
	height: 14px;
	background-position: -256px -147px;
}
.floor_y_b .hd .prev:hover {
	position: absolute;
	top: -40px;
	right: 64px;
	width: 7px;
	height: 14px;
	background-position: -256px -165px;
}
.floor_y_b li {
	float: left;
	width: 340px;
	margin: 0 26px;
}
.floor_y_b a {
	display: block;
}
.floor_y_b a h3 {
	width: 340px;
	font-size: 18px;
	color: #333333;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_y_b a em {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 24px;
	padding-top: 10px;
	width: 340px;
	height: 64px;
}
.floor_y_b a p {
	width: 340px;
}
.floor_y_b a p i {
	width: 0px;
	height: 1px;
	transition: all .6s ease 0s;
	background-color: #003e92;
	display: block;
	margin-top: 8px;
	float: left;
}
.floor_y_b a:hover p i {
	width: 62px;
}
.floor_y_b a:hover h3 {
	color: #003e92;
}
.floor_y_b a p span {
	display: block;
	float: right;
	font-size: 14px;
	color: #999999;
	line-height: 14px;
}
.floor_y_2 {
	width: 789px;
	height: 280px;
	border-bottom: #dedddd solid 1px;
	border-left: #efeeee solid 1px;
	background-color: #fff;
	margin-top: 25px;
	position: relative;
}
.floor_y_d img.img1 {
	position: absolute;
	left: 164px;
	bottom: 0;
}
.floor_y_d a.gd {
	width: 130px;
	height: 40px;
	border: #ebebeb solid 1px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666;
	position: absolute;
	left: 30px;
	bottom: 44px;
}
.floor_y_d a.gd span {
	display: inline-block;
	width: 31px;
	height: 10px;
	background-position: -30px -106px;
	margin-left: 6px;
}
.floor_y_d a.gd:hover {
	background-color: #003e92;
	color: #fff;
}
.floor_y_d a.gd:hover span {
	background-position: -30px -123px;
}
.floor_y_d .txtScroll-top {
	width: 350px;
	position: absolute;
	right: 16px;
	top: 58px;
	display: inline-block;
}
.floor_y_d .txtScroll-top .hd .next {
	position: absolute;
	top: -22px;
	right: 86px;
	width: 14px;
	height: 7px;
	background-position: -234px -151px;
	z-index: 111;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.floor_y_d .txtScroll-top .hd .prev {
	position: absolute;
	top: -22px;
	right: 64px;
	width: 14px;
	height: 7px;
	background-position: -234px -170px;
	z-index: 111;
	-webkit-transition: all .0s ease-in-out 0s;
	-moz-transition: all .0s ease-in-out 0s;
	transition: all .0s ease-in-out 0s;
}
.floor_y_d .txtScroll-top .hd .next:hover {
	position: absolute;
	top: -22px;
	right: 86px;
	width: 14px;
	height: 7px;
	background-position: -267px -151px;
	z-index: 111;
}
.floor_y_d .txtScroll-top .hd .prev:hover {
	position: absolute;
	top: -22px;
	right: 64px;
	width: 14px;
	height: 7px;
	background-position: -267px -170px;
	z-index: 111;
}
.floor_y_d .txtScroll-top ul {
	display: inline-block;
}
.floor_y_d ul li {
	clear: left;
	display: block;
	margin-top: 16px;
}
.floor_y_d ul li dl {
	display: inline-block;
}
.floor_y_d ul li dl dt {
	width: 400px;
	height: 18px;
}
.floor_y_d ul li dl dt i {
	width: 17px;
	height: 17px;
	float: left;
	display: block;
	background: url(/public/boots/image/wen.png) no-repeat;
	margin-top: 2px;
}
.floor_y_d ul li dl dt span {
	float: left;
	display: block;
	font-size: 18px;
	color: #333;
	padding-left: 10px;
	line-height: 18px;
	width: 328px;
	padding-left: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.floor_y_d ul li dl dd {
	margin-top: 6px;
	clear: left;
	display: block;
	height: 40px;
}
.floor_y_d ul li dl dd em {
	width: 17px;
	height: 17px;
	float: left;
	display: block;
	background: url(/public/boots/image/da.png) no-repeat;
	margin-top: 4px;
}
.floor_y_d ul li dl dd p {
	float: left;
	display: block;
	font-size: 14px;
	color: #999;
	width: 322px;
	padding-left: 10px;
	line-height: 20px;
}
.floor_y_d ul li a:hover span {
	color: #003e92;
}
/*左侧联系方式*/
.leftlx{text-align: left; font-family: "Microsoft YaHei";font-size: 16px;padding:10px;color:#666;}
.leftlx p {padding-top:8px;line-height: 32px;}


.rightl{ width:910px; float:right; display:inline;overflow:hidden;}

/*产品中心*/
dl.pd_list_dl{overflow:hidden; float:left; padding: 0px 10px 0 0px;}
dl.pd_list_dl dt,dl.pd_list_dl dt a{ line-height:0; font-size:0;}
dl.pd_list_dl dt img{width: 278px;height: 226px; border: 2px solid #f1f1f1; padding:5px; }
dl.pd_list_dl dd{ margin-top:3px; height:36px;  line-height:36px; overflow:hidden; text-overflow: ellipsis; white-space: nowrap; position:relative; text-align:center;}
dl.pd_list_dl dd a{ color:#000;font-size:14px;}
dl.pd_list_dl_0{ padding-right:0;}
/*友情*/
.link{
    height: 70px;
	line-height: 70px;
    overflow: hidden;
    background: #f2f2f2;
}
.link .yqlj span{
    font-size: 16px;
    color: #333333;
}
.link .yqlj a{
    font-size: 16px;
    color: #666666;
	margin:0px 5px;
}
.link .yqlj a:last-child{
}

.index_news{
    background: #fff;
    min-height: 715px;
}
.index_news .title{
    text-align: center;
    padding-top: 40px;
    padding-bottom: 18px;
}
.index_news .title .h3{
    font-size: 36px;
    color: #333333;
    font-weight: 600;
    line-height: 46px;
}
.index_news .title .h6{
    display: inline-flex;
    line-height: 34px;
}
.index_news .title .h6 .xian{
    width: 65px;
    height: 1px;
    margin-top: 17px;
    background: #e3e3e3;
}
.index_news .title .h6 .p{
   font-size: 16px;
   color: #b2b2b2;
   padding: 0 6px;
   text-transform:uppercase;
}
.index_news .news_nav{
    text-align: center;
    padding-bottom: 40px;
}
.index_news .news_nav .jz{
    display: inline-flex;
}
.index_news .news_nav .jz a{
    display: block;
    width: 140px;
    height: 46px;
    border:solid 1px #cccccc;
    border-left: none;
    font-size: 16px;
    color: #666666;
    line-height: 46px;
    text-align: center;
    transition:all 0.3s ease-in-out;
}
.index_news .news_nav .jz a:nth-child(1){
    border-left: solid 1px #cccccc;
}
.index_news .news_nav .jz a:hover{
    background: #ff8400;
    color: #fff;
}
.index_news .news_list{
    
}
.index_news .news_list .first_news{
    width: 445px;
    display: block;
}
.index_news .news_list .first_news .img{
    overflow: hidden;
}
.index_news .news_list .first_news .img img{
    width: 100%;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .first_news:hover .img img{
    transform: scale(1.1);
}
.index_news .news_list .first_news .text{
    padding: 0 5px;
}
.index_news .news_list .first_news .text p:nth-child(1){
    font-size: 18px;
    color: #333333;
    line-height: 38px;
    height: 38px;
    padding-top: 11px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .first_news:hover .text p:nth-child(1){
    color: #ff8400;
}
.index_news .news_list .first_news .text p:nth-child(2){
    font-size: 15px;
    color: #666666;
    line-height: 25px;
    text-align: justify;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_list .list{
    width: calc(100% - 510px);
}
.index_news .news_list .list a{
    display: block;
    margin-bottom: 34px;
}
.index_news .news_list .list a .img{
    border: solid 1px #dedede;
    overflow: hidden;
}
.index_news .news_list .list a .img img{
    width: 154px;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .list a:hover .img img{
    transform: scale(1.1);
}
.index_news .news_list .list a .text{
    margin-left: 25px;
    width: calc(100% - 280px)
}
.index_news .news_list .list a .text p:nth-child(1){
    font-size: 18px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 10px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
    transition:all 0.3s ease-in-out;
}
.index_news .news_list .list a:hover .text p:nth-child(1){
    color: #ff8400;
}
.index_news .news_list .list a .text p:nth-child(2){
    font-size: 15px;
    color: #666666;
    line-height: 26px;
    margin-bottom: 8px;
    overflow:hidden; 
    text-overflow:ellipsis;
    display:-webkit-box; 
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.index_news .news_list .list a .text p:nth-child(3){
    font-size: 14px;
    color: #999999; line-height:28px;
}
.index_news .news_list .list a .icon{
    width: 34px;
    height: 34px;
    margin-top: 47px;
    transition:all 0.3s ease-in-out;
    background: url("/public/boots/image/news_icon1.png") center center no-repeat;
}
.index_news .news_list .list a:hover .icon{
    background: url("/public/boots/image/news_icon2.png") center center no-repeat;
}


/*版权*/
/* 底部样式1 */
.footer a{color:#FFFFCC;}
.footer-class-1 {
border-top:3px #FFDA9D solid;
	background: url(/public/boots/image/footer-bg.jpg) no-repeat top center / 1920px 100%;
	color: #fff;
}

.footer-class-1-bt {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer-class-1-1 {
	text-align: center;
	padding: 25px 0;
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

.footer-class-1-1 a {
	display: inline-block;
	vertical-align: middle;
	line-height: 1em;
	text-align: center;
	font-size: 16px;
	width: 133px;
	color: #fff;
	opacity: 0.8;
	position: relative;
}

.footer-class-1-1 a:hover {
	opacity: 1;
}

.footer-class-1-1 a:first-child::before {
	display: none;
}

.footer-class-1-1 a::before {
	content: '';
	display: block;
	background: #ccc;
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.footer-class-1-2 {
	padding: 60px 0 60px;
}

.footer-class-1-2-1 {
	float: left;
	width: 350px;
	margin-right: 200px;
}

.footer-class-1-2-1-text {
	font-size: 14px;
	line-height: 1.8em;
	text-align: justify;
	opacity: 0.8;
}

.footer-class-1-2-1-text *+* {
	margin-top: 10px;
}

.footer-class-1-2-2 {
	float: left;
	width: 500px;
}

.footer-class-1-2-2-lxfs {
	font-size: 14px;
	line-height: 1.8em;
	opacity: 0.8;
}

.footer-class-1-2-3 {
	float: right;
	width: 120px;
}

.footer-class-1-2-3 img {
	display: block;
	width: 100px;
	padding: 10px;
	background: url(/public/boots/image/wx-bg.png) no-repeat 0 0 / 100%;
}

.footer-class-1-3 {
	text-align: center;
	font-size: 14px;
	padding: 25px 0;

	border-top: solid 1px rgba(255, 255, 255, 0.1);
}

/* 友情链接 */
.index-link1 {
	padding: 15px 0;
	background: #282828;
}

.index-link1 .container {}

.index-link1-left {
	padding-right: 15px;
	text-align: right;
	float: left;
}

.index-link1 .index-link1-left .title {
	color: #fff;
	background: url(/public/boots/image/icon20.png) no-repeat left center / 1em auto;
	padding-left: 25px;
	line-height: 1.5em;
	font-size: 20px;
	font-weight: bold;
}

.index-link1 .index-link1-list {
	width: 1080px;
	font-size: 0;
	float: left;
}

.index-link1 .index-link1-list a {
	color: #999;
	font-size: 14px;
	display: inline-block;
	line-height: 2em;
	margin-right: 10px;
}

.index-link1 .index-link1-list a:hover {
	color: #fff;
	text-decoration: underline;
}

.index-link2 {
	background: #444;
}

.index-link2 .index-link-left {
	float: left;
	padding-right: 15px;
	text-align: left;
}

.index-link2 .index-link-left .title {
	color: #fff;
	line-height: 50px;
	font-size: 14px;
	padding-right: 1em;
	border-right: solid 1px #666;
}

.index-link2 .index-link-list {
	float: left;
	width: 1110px;
	font-size: 12px;
	padding: 10px 0;
}

.index-link2 .index-link-list a {
	color: #fff;
	opacity: 0.6;
	line-height: 15px;
	margin-right: 5px;
}

.index-link2 .index-link-list a:hover {
	text-decoration: underline;
}

/**标题**/
.index-bt1 {
	text-align: center;
	padding: 50px 0;
}

.index-bt1 .title {
	font-size: 36px;
	color: #1954c0;
	font-weight:600;
	letter-spacing:2px;
}

.index-bt1 .info {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 10px;
	margin-top:10px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: lighter;
}

.index-bt1 span {
	background: #1954c0;
	width: 40px;
	height: 3px;
	margin: 0 auto;
	display: block;
}
.index-bt2 {
	text-align: center;
	padding: 30px 0 0;
}

.index-bt2 .title {
	font-size: 36px;
	color: #fff;
	font-weight:600;
	letter-spacing:2px;
}

.index-bt2 .info {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 10px;
	margin-top:10px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: lighter;
}

.index-bt2 span {
	background: #fff;
	width: 40px;
	height: 3px;
	margin: 0 auto;
	display: block;
}

.index-more3 {
	width: 120px;
	line-height:40px;
	text-align: center;
	border: solid 1px #ccc;
	transition: 0.5s;
	display: block;
	margin: 0 auto;
	color: #666;
	background: #fff url(/public/boots/image/more-bg3.png) no-repeat 82% center;
	padding:0;
}

.index-more3:hover {
	color: #fff;
	background: #1954c0 url(/public/boots/image/more-bg1.png) no-repeat 86% center;
	transition: 0.5s;
	border-color: #1954c0;
}

/**首页产品1**/
.index-product {
	padding-bottom: 60px;
	background: #f8f8f8;
}

.index-product-nav {
	display: block;
	margin-bottom: 30px;
}

.index-product-nav {
	font-size: 0;
	text-align: center;
}

.index-product-nav a {
	display: inline-block;
	font-size: 16px;
	color: #333;
	padding: 0px 1.5em;
	line-height: 3em;
	transition: 0.3s;
	background: #fff;
	margin: 0 5px;
}
.index-product-nav a.focus {
	background: #0073dd;
	color: #fff;
	transition: 0.5s;
}
.index-product-nav a:hover {
	color: #fff;
	background: #0073dd;
	transition: 0.5s;
}


.index-product-list-box {}

.index-product-list-ul {
	margin-bottom: 30px;
}

.index-product-list-ul li {
	text-align: center;
	transition: 0.5s;
	background: #ccc;
	width: 285px;
	transition: 0.3s;
	margin-right: 20px;
	margin-bottom: 20px;
}

.index-product-list-ul li:nth-child(4n) {
	margin-right: 0;
}

.index-product-list-ul li a {
	display: block;
	margin: 1px;
}

.index-product-list-ul li a .pic {
	overflow: hidden;
	height: 226px;
}

.index-product-list-ul li img {
	display: block;
	width: 100%;
	transform: scale(1);
	transition: 0.3s;
	min-height: 100%;
	/*! height: auto; */
}

.index-product-list-ul li:hover img {
	transform: scale(1.1);
	transition: 0.5s;
}

.index-product-list-ul li .text {
	padding: 15px 10px;
	background: #fff;
	transition: 0.3s;
}

.index-product-list-ul li:hover,
.index-product-list-ul li:hover .text {
	background: #1954c0;
	transition: 0.5s;
}


.index-product-list-ul li .title {
	font-size: 16px;
	color: #333;
	line-height: 1.5em;
	transition: 0.5s;
}

.index-product-list-ul li:hover .title {
	color: #fff;
	transition: 0.5s;
}

/**图片动效**/
.pic-box2,
.pic-box1 {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
}

.pic-box1 img {
	transition: 1s;
	width: 100%;
	height: 100%;
	display: block;
	margin: 0px !important;
}

li:hover .pic-box1 img,
.pic-box1:hover img {
	transform: scale(1.1);
	transition: 1s;
}

li:hover .pic-box2 img,
.pic-box2:hover img {
	transform: rotate(360deg);
	transition: 0.5s;
}

.pic-box2 img {
	transform: rotate(0deg);
	display: block;
	width: 100%;
	border-radius: 100%;
	transition: 0.3s;
}

/* 案例 */
.index-case {
	padding-bottom: 20px;
}

.index-case-list {}

.index-case-list .index-more3 {
	margin-top: 40px;
}

.index-case-list li {
	float: left;
	width: 285px;
	background: #ccc;
	transition: 0.3s;
	margin:20px 20px 0 0;
}
.index-case-list li:nth-child(4n){margin-right:0;}
.index-case-list li:hover {
	background: #0073dd;
	transition: 0.5s;
}

.index-case-list li a {
	display: block;
	margin: 1px;
}

.index-case-list li .pic {
	height: 207px;
	overflow: hidden;
}

.index-case-list li img {
	display: block;
	width: 100%;
	/* height: auto; */
}


.index-case-list li .text {
	text-align: center;
	background: #fff;
	padding: 5px 10px 10px;
	transition: 0.3s;
}

.index-case-list li:hover .text {
	background: #1954c0;
	transition: 0.6s;
}

.index-case-list li .title {
	font-size: 16px;
	color: #333;
	padding: 10px 0;
	transition: 0.3s;
}

.index-case-list li:hover .title {
	color: #fff;
	transition: 0.5s;
}

/**首页公司简介**/
.aygnwydj {
	width: 347px;
	height: 56px;
	background: url(/public/boots/image/ab.png) center no-repeat;
	margin: 50px auto;
}
.gyxtjhw {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
	color: #333;
}
.gyxtjhw font {
	font-size: 36px;
	font-weight: bold;
	color: #0067d0;
}

.common_title {
	padding-top: 60px;
	text-align: center;
	margin-bottom: 42px;
}

.common_title h2 {
	color: #fff;
	font-size: 38px;
	letter-spacing: 5px;
	height: 111px;
	line-height: 78px;
	font-family: "HYYanKaiW";
	background: url(/public/boots/image/bt_bg.png)no-repeat top center;
}

.common_title span {
	font-size: 16px;
	color: #999 !important;
}


/* 关于我们 */
.index_about {
	background: url(/public/boots/image/aboutbg.jpg) no-repeat;
}

.about_show {
	padding-bottom: 36px;
	padding-top: 20px;
}

.company_scoll ul li {
	float: left;
	margin-right: 24px;
	color: #fff;
	font-size: 16px;
	width: 92px;
}

.company_scoll ul li span {
	color: #ffa900 !important;
	font-size: 26px;
	position: relative;
	padding-right: 10px;
}

.company_scoll ul li span::after {
	position: absolute;
	content: '';
	background: #ffa900;
	width: 20px;
	height: 3px;
	bottom: -12px;
	left: 0;
}

.company_scoll ul li p {
	color: #fff;
	font-size: 16px;
	margin-top: 35px;
}


.about_left {
	width: 600px;
}

.about_left img {
	width: 100%;
}

.about_introduce .hotline {
	background: url(/public/boots/image/hotline.png)no-repeat;
	color: #fff;
	font-size: 26px;
	width: 350px;
	height: 71px;
	line-height: 69px;
	text-indent: 3em;
	position: relative;
	margin-bottom: -22px;
	z-index: 999;
}

.introduce {
	background: rgba(220, 220, 220, 0.5);
	/* padding: 55px 38px; */
	line-height: 30px;
	width: 524px;
	height: 285px;
	padding: 27px 38px 63px;
	position: relative;
	margin-left: -96px;
}

.introduce p {
	color: #666;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	font-size: 16px;
	text-indent: 2em;
}

.introduce a {
    display: block;
    position: relative;
    background: #F4C41D;
    width: 120px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    bottom: 0;
    right: 0;
    color: #fff;
    top: 13px;
}

.fwxm .sycpt ul li {
	width: 285px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	transition: all ease-in-out .5s;
}
.fwxm .sycpt ul li:hover {
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    }
.fwxm .sycpt ul li:nth-child(4n) {
	margin-right: 0;
}

.fwxm .sycpt ul li .case_img {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.fwxm .sycpt ul li .case_img img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .3s;
}

.fwxm .sycpt ul li:hover .case_img img {
	transition: all ease-in-out .3s;
	transform: scale(1.2);
}

.fwxm .sycpt ul li .case_title {
background-color: #e4e4e4;
	color: #666666;
	text-align: center;
	font-size:16px;
	height: 50px;
	line-height: 50px;
	transition: all ease-in-out .5s;
}

.fwxm .sycpt ul li:hover .case_title {
	background: #070100;
	color: #ffa900;
	transition: all ease-in-out .5s;
}

.index_case {
	background:url(/public/boots/image/home26.jpg);
	background-size: cover;
	padding-bottom: 70px;
	margin-top:70px;
	height:60px;
min-height:60px;
height:auto!important;
overflow:hidden;
}

.index_case ul li {
	width: 285px;
	margin-bottom: 20px;
	margin-right: 20px;
	float: left;
	transition: all ease-in-out .5s;
}

.index_case ul li:nth-child(4n) {
	margin-right: 0;
}

.index_case ul li .case_img {
	width: 285px;
	height: 214px;
	overflow: hidden;
}

.index_case ul li .case_img img {
	width: 100%;
	height: 100%;
	transition: all ease-in-out .3s;
}

.index_case ul li:hover .case_img img {
	transition: all ease-in-out .3s;
	transform: scale(1.2);
}

.index_case ul li .case_title {
background-color: #e4e4e4;
	color: #666666;
	text-align: center;
	font-size:16px;
	height: 50px;
	line-height: 50px;
	transition: all ease-in-out .5s;
}

.index_case ul li:hover .case_title {
	background: #070100;
	color: #ffa900;
	transition: all ease-in-out .5s;
}
/**首页新闻**/
.index-news {
	padding: 40px 0 80px;
	background: #f8f8f8;
}

.index-news-box {}

.index-news-nav {
	text-align: center;
	font-size: 0;
	margin-bottom: 30px;
}

.index-news-nav a {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	background: #fff;
	color: #333;
	width: 170px;
	line-height: 3em;
}

.index-news-nav a.focus {
	background: #1171cb !important;
	color: #fff;
}

.index-news-nav a:hover {
	background: #2089eb;
	color: #fff;
}

.index-news-box {}

.index-news-box .hot-news {
	float: left;
	width: 400px;
	position: relative;
}

.index-news-box .hot-news .pic {
	padding-bottom: 75%;
}

.index-news-box .hot-news .box {
	transition: 0.5s;
}

.index-news-box .hot-news .text {
	width: 100%;
	padding: 25px 0;
	background: #fff;
}

.index-news-box .hot-news .title {
	font-size: 16px;
	font-weight: bold;
	color: #333;
	transition: 0.5s;
	padding: 0 15px;
	transition: 0.5s;
	margin-bottom: 5px;
}

.index-news-box .hot-news .box:hover .title {
	color: #F4C41D;
	transition: 0.5s;
}

.index-news-box .hot-news .time {
	font-size: 14px;
	color: #999;
	margin: 10px 0;
	padding: 0 15px;
}

.index-news-box .hot-news .info {
    font-size: 14px;
    color: #666;
    line-height: 1.8em;
    text-align: justify;
    padding: 0 15px;
    height: auto;
    display: -webkit-box !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.index-news-box .list-news {
	float: right;
	width: 780px;
}

.index-news-box .list-news .item:first-child {
	margin-top: 0;
}

.index-news-box .list-news .item {
	margin-top: 8px;
}

.index-news-box .list-news .box {
	padding: 15px;
	transition: 0.5s;
	background: #fff;
	border-radius: 3px;
}

/*.index-news-box .list-news .item:first-child .pic {
	display: block;
	float: left;
	width: 140px;
	padding-bottom: 105px;
	margin-right: 15px;
}

.index-news-box .list-news .item:first-child .title {
	padding-right: 0;
}
*/
.index-news-box .list-news .item:first-child .info {
	display: block!important;
}

.index-news-box .list-news .item:first-child .time {
	display: block;
	position: relative;
	text-align: left;
	line-height: 2em;
}

.index-news-box .list-news .pic {
	display: none;
}

.index-news-box .list-news .text {
	position: relative;
}

.index-news-box .list-news .text .title {
    font-weight: bold;
    font-size: 15px;
    color: #333;
    transition: 0.5s;
    position: relative;
    line-height: 28px;
    padding-left: 0;
    padding-right: 0;
    width: 70%;
}

.index-news-box .list-news .text .time {
	position: absolute;
	right: 0;
	top: 0;
	line-height: 28px;
	text-align: right;
	font-weight: normal;
	font-size: 13px;
	color: #999;
}

.index-news-box .list-news .text .title::before {
	content: '';
	display: block;
	height: 3px;
	background: #1171cb;
	width: 0;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	transition: 0.5s;
}

.index-news-box .list-news .box:hover .title::before {
	width: 10px;
	transition: 0.5s;
}

.index-news-box .list-news .box:hover .title {
	color: #F4C41D;
	padding-left: 15px;
	padding-right: 85px;
	transition: 0.5s;
}

.index-news-box .list-news .text .info {
    font-size: 14px;
    line-height: 1.8em;
    color: #999;
    height: auto;
    display: none;
}
.footer {
    margin-top: 30px;
}
/**主题内容**/
.ny-main {}

.ny-main>.container {
	background: #fff;
	min-height: 550px;
	padding-bottom: 30px;
}

/**面包屑**/
.ny-location {
	background: #ededed;
	margin-bottom: 30px;
}

.ny-location p.location {
	width: 1170px;
	padding-left: 30px;
	background: url(/public/boots/image/location-iocn.png) no-repeat left center;
	color: #999;
	line-height: 66px;
	background-size: 24px auto;
}

.location a {
	margin: 0 5px;
}

.location a:first-child {
	margin-left: 0;
}

.location a:hover {
	text-decoration: underline;
}
.f-20 {
	font-size: 20px;
}
.line-3 {
	line-height: 3em;
}
/**内页菜单**/

.ny-nav-box {
	width: 250px;
	float: left;
}

.ny-nav-box h2 {
	background: #1954c0;
	padding-left: 25px;
	position: relative;
	color: #fff;
}

.ny-nav-box h2 span {
	position: absolute;
	text-transform: uppercase;
	color: #fff;
	opacity: 0.4;
	margin-left: 0.5em;
	font-size: 16px;
}

.ny-nav-ul {
	padding-bottom: 30px;
}

.ny-nav-ul li {
	margin-top: 2px;
	background: #ededed;
	overflow: hidden;
	text-indent:20px;
	height: 50px;
}

.ny-nav-ul li a {
	display: block;
	line-height: 50px;
	font-size: 16px;
	color: #666;
	position: absolute;
	z-index: 2;
	width: 250px;
	background: url(/public/boots/image/ny-nav-jt1.png) no-repeat 220px center;
}

.ny-nav-ul li p {
	bottom: 0;
	height: 100%;
	width: 0%;
	background: #0073dd;
	z-index: 1;
	left: 0;
	transition: 0.3s;
}

.ny-nav-ul li.focus a,
.ny-nav-ul li:hover a {
	color: #fff;
	background: url(/public/boots/image/ny-nav-jt2.png) no-repeat 220px center;

}

.ny-nav-ul li.focus p,
.ny-nav-ul li:hover p {
	width: 100%;
	transition: 0.5s;
}

.ny-nav-box .ny-lxfs {
	border-top: solid 4px #1954c0;
	background: #f8f8f8;
	padding-bottom:15px;
}
.ny-nav-box .ny-lxfs h3{
    padding: 0 10px;
	font-weight:bold;
	color:#0073DD;
	font-size:16px;
}
.ny-nav-box .ny-lxfs img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.ny-nav-box .ny-lxfs p {
	padding: 0 10px;
	line-height:28px;
	margin-top:5px;
}
/**右侧正文**/
.line-2 {
	line-height: 2em;
}
.right-box {
	/*width: 920px;*/
}
.right-box-top {
	border-bottom: solid 1px #ccc;
	margin-bottom: 12px;
	margin-top: 14px;
}
.ny-content-box{padding-top:20px;}
.right-box-top{text-align:center;}
.right-box-top .type-name {
	border-bottom: solid 3px #333;
	color: #AB7100;
	display: inline-block;
	font-size: 21px;
	line-height:70px;
	font-size:30px;
	margin-bottom: -2px;
}

.right-box .detail {
	line-height: 2.2em;
	color: #666;
	text-align: justify;
	padding-top:15px;
}
.right-box .detail img {
	max-width: 100%;
	margin: 0.75em auto;
	height: auto !important;

}

/* 内页产品 */
.product-list {
	padding: 0;
	margin: 0;
}

.product-list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.5);
	transition: 0.5s;
	background: #ccc;
}

.product-list li a {
	display: block;
	background: #fff;
	margin: 1px;
}

.product-list li:nth-child(3n) {
	margin-right: 0;
}

.product-list li .pic {
	display: block;
	width: 100%;
	height: 233px;
}

.product-list li .pic img {
	display: block;
	width: 100%;
	/* height: auto; */
}

.product-list li .text {
	width: 100%;
	text-align: center;
}

.product-list li .title {
	line-height: 1.5em;
	padding: 1em 0;
	background: #e4e4e4;
	font-size: 16px;
	transition: 0.5s;
	color: #333;
}

.product-list li .info {
	line-height: 1.75em;
	font-size: 14px;
	color: #999;
}

.product-list li:hover {
	background: #000;
	transition: 0.5s;
}

.product-list li:hover .title {
	color: #fff;
	background: #000;
	transition: 0.5s;
}
/*内页新闻*/
.news_ul li {
	padding: 10px 0;
	border-bottom: 1px solid #eaeaea;
	width:100%;
}
.news_ul li .box2 {
width: 989px;
}
.news_ul li .box2 h1 {
	font-size: 20px;
	color:#AB7100;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.news_ul li .box2 p {
	color: #999;
	line-height: 24px;
	padding-top: 10px;
	height: 75px;
}
.news_ul li .right {
	text-align: center;
}
.news_ul li .right h3 {
	font-size: 36px;
	color: #999;
	font-weight: 100;
}
.news_ul li .right p {
	font-size: 24px;
	color: #bbb;
	padding-top: 10px;
}
.news_ul li a {
	display: block;
	cursor: pointer;
	width: 100%;
	height: 100%;
}
.news_ul li a:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news_ul li a:hover h1 {
	color: #f60;
}
.news_ul li b {
	display: block;
	width: 100px;
	height: 30px;
	border: #ccc solid 1px;
	text-align: center;
	line-height: 30px;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 161px;
}
/* 文章正文 */
.news-detail h3.title {
	font-size: 20px;
	text-align: center;
	color: #333;
}

.news-detail .news-detail-info {
	text-align: center;
	line-height: 3em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	border-bottom: dashed 1px #ccc;
	font-size: 14px;
	color: #999;
}

.news-detail .news-detail-info>span {
	margin: 0 10px;
}

.news-detail .news-detail-info>span span {
	color: #f80;
}
.prenext {
	padding-top: 15px;
	margin-top: 15px;
	border-top: dashed 1px #ccc;
	font-size: 14px;
	line-height: 2em;
}

.prenext a {
	color: #AB7100;
}

.prenext a:hover {
	text-decoration: underline;
}
/*底部*/
.bottom_main {
	background: #34373a;
	width: 100%;
}
.bottom_main .bott_nav {
	border-bottom: 1px solid #5d5f61;
	line-height: 70px;
}
.bottom_main .bott_nav span {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	padding-left: 25px;
}
.bottom_main .bott_nav span i {
	width: 4px;
	height: 8px;
	background-position: -236px 0;
	margin-left: 10px;
}
.bottom_main .bott_nav a {
	color: #fff;
	padding-left: 70px;
}
.bottom_main .bot {
	padding:40px 2%;
	width:96%;
}
.bottom_main .lxd {
	width: 280px;
	float: left;
	text-align:left;
}
.bottom_main .lxd li {
	color: #9a9b9d;
	line-height: 30px;
}
.bottom_main .lxd li:first-child {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.botlink {
	float: left;
	text-align:left;
	width: 300px;
	line-height: 30px;
	margin-left: 45px;
}
.botlink dt {
	color: #fff;
	font-size: 18px;
	padding-bottom: 19px;
}
.botlink a {
	color: #ccc;
}
.botlink a:hover {
	color: #fff;
}

.bottom_main .botlxwm {
float:left;
	text-align: right;
	width: 280px;
	margin-top: 13px;
}
.bottom_main .botlxwm  span {
	background: #1f6eb1;
	color: #fff;
	border-radius: 15px;
	width: 102px;
	height: 29px;
	text-align: center;
	display: inline-block;
	line-height: 29px;
	margin-bottom: 20px;
	cursor: pointer;
}
.bottom_main .botlxwm  span i {
	width: 15px;
	height: 15px;
	background-position: -246px 0;
	margin-right: 5px;
}
.bottom_main .botlxwm  p {
	color: #fff;
	margin-bottom:10px;
}
.bottom_main .botlxwm  h3 {
	font-size: 30px;
	color: #fff;
	font-family: arial;
}
.bottom_main .botewm {
	margin-top: 19px;
	float:right;
}
.bottom_main .botewm li {
	text-align: center;
	line-height: 40px;
}
.bottom_main .botewm h3 {
	color: #fff;
	font-size:14px;
	font-weight: 100;
}
.bottom_main .botewm img {
	display: block;
	width: 103px;
	height: 103px;
	border: 1px solid #5d5f61;
	padding: 3px;
}
.bottom_copy {
	border-top: 1px solid #5d5f61;
	line-height: 50px;
	background: #34373a;
	color: #ccc;
	text-align:center;
}
.bottom_copy a {
	color: #ffc;
}
.bottom_copy a:hover {
	color:#FFFF99;
}
/********.toolbar1*********/
.kefu-cb{
	width: 70px;
	height: 305px;
	/*height: 300px;*/
	background-color: #e9e9e9;
	position: fixed;
	top: 60%;	
	/*top: 80%;*/
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	/*right: 303px;*/
	right: 20px;
	border-radius: 5px;
	z-index: 9999999;
}
.kefu-cb ul{
	padding: 0;
	margin: 0;
	text-align: center;
}

.kefu-cb ul>li{
	height: 65px;
	color: #666666;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	position: relative;
	font-size: 13px;
}
.kefu-cb ul>li a{
	color: #ffffff;
}
.kefu-cb ul>li:first-child{
	height: 65px;
	background-color: #ec2b19;
	color: #fff;
	border-radius: 5px 5px 0 0;
}
.kefu-cb ul>li div{
	height: 37px;
	position: relative;
}

.kefu-cb ul>li div>span{
	display: block;
	width: 30px;
	height: 25px;
	background-image: url(/public/boots/image/product-zx.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translate(-50%,0);
}

.kefu-cb ul>li:nth-of-type(2) div>span{
	background-image: url(/public/boots/image/product-dh.jpg);
}
.kefu-cb ul>li:nth-of-type(3) div>span{
	/*background-image: url(/public/boots/image/product-qq.jpg);
	*/
	background-image: url(/public/boots/image/product-wx.jpg);
}
/*.kefu-cb ul>li:nth-of-type(3) p{
	color: #666666;
}*/
.kefu-cb ul>li:nth-of-type(4) div>span{
	background-image: url(/public/boots/image/product-qq.jpg);
}
.kefu-cb ul>li:nth-of-type(4) p{
	color: #666666;
}
.kefu-cb ul>li:nth-of-type(5) div>span{
	background-image: url(/public/boots/image/product-wx.jpg);
}
.kefu-cb ul>li:nth-of-type(6) div>span{
	background-image: url(/public/boots/image/product-top.jpg);
}

.kefu-cb ul>li div.kefu-cb-nr{
	background: #ffffff;
	position: absolute;
	width: 200px;
	height: 100%;
	line-height: 65px;
	font-size: 20px;
	top: 0;
	left: -200px;
	transition: all .4s;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transform-origin: right;
	-webkit-transform-origin: right;
	-moz-transform-origin: right;
	-o-transform-origin: right;
	-ms-transform-origin: right;
    transform: scaleX(0);
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -o-transform: scaleX(0);
    -ms-transform: scaleX(0);
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -o-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.2);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.2);
}
.kefu-cb ul>li> div.kefu-cb-nr.kefu-cb-wx{
	background: url(/public/boots/image/erweima.png);
	background-size:100% 100%;
	height: 110px;
	width: 110px;
	left: -110px;
}
.kefu-cb ul>li> div.kefu-cb-nr.kefu-cb-wxh{
	background: url(/public/boots/image/erweima.png);
	background-size:100% 100%;
	height: 110px;
	width: 110px;
	left: -110px;
}
.kefu-cb ul>li:hover > div.kefu-cb-nr{
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-o-transform: scaleX(1);
	-moz-transform: scaleX(1);
	-ms-transform: scaleX(1);
}

/*分页*/

.list_page{width:100%;padding:5px 0px;margin:25px 0px 0px;text-align:center;text-transform:uppercase;font-size:14px;clear:both;display:table;clear:both !important;}
.list_page a{height:40px; line-height:40px;display:inline-block;margin-right:5px;padding:0px 15px;background:#FFFFFF;border:1px solid #E5E5E5;color:#787878;}
.list_page a.current{background:#795000;color:#FFF}
.list_page a:hover{background:#795000;color:#FFF;text-decoration:none;}


/* 留言 */
.message {
	font-size: 0;
	/* text-align: center */
	position: relative;
	/* width: 90%; */
	margin: 20px auto 0;
}

.message img {
	display: inline-block;
	vertical-align: top;
	width: 48%;
	position: absolute;
	top: 0%;
	right: 0;
}

.message #form {
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}

.message-box {}

.message-box .item {
	font-size: 0;
	text-align: left;
	margin-bottom: 15px;
}

.message-box .bt {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #333;
	width: 70px;
	line-height: 40px;
	min-height: 1px;
}

.message-box .item .input-text {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	width: 360px;
	border: solid 1px #ccc;
	line-height: 40px;
	height: 40px;
	padding: 0 10px;
	color: #999;
}

.message-box .item select.input-text {
	width: 382px;
}

.message-box .item textarea.input-text {
	height: 120px;
	padding: 5px 10px;
	resize: none;
}

.message-box .btn-box {
	font-size: 0;
	text-align: left;
}

.message-box .btn-box a,
.message-box .btn-box .coolbg {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	width: 120px;
	line-height: 42px;
	height: 42px;
	border: none;
	cursor: pointer;
	background: #fff;
	background: #ededed;
	color: #333;
	transition: 0.5s;
	margin-right: 2px;
	text-align: center;
}

.message-box .btn-box .coolbg:hover,
.message-box .btn-box .tijiao {
	background: #0874c3;
	color: #fff;
	transition: 0.5s;
	background: #01a1e9;
}

.tsx-F-sticky{position:fixed;left:0;right:0;bottom:0;z-index:8;background-color:rgba(0,0,0,.8);color:#fff;transition:opacity .3s ease-in-out}
.tsx-F-sticky{background-color:rgba(35,14,0,.88)}
.tsx-F-sticky>.PC-wrap{display:flex!important;margin-left:auto;margin-right:auto;width:1200px;align-items:center;height:50px;justify-content:space-between}
.tsx-F-sticky>.PC-wrap>.img{flex:0 0 230px;height:40px;background-image:url("/public/boots/image/footer-biaoyu.png");background-size:cover;}
.tsx-F-sticky>.PC-wrap>.txt{display:flex;}
.tsx-F-sticky>.PC-wrap>.txt>.item{font-weight:300;font-size:15px;}
.tsx-F-sticky>.PC-wrap>.txt>.item + .item{margin-left:20px;}
.tsx-F-sticky>.PC-wrap>.txt>.item{background:url("/public/boots/image/foot6.png") left center no-repeat;margin-right:4px;padding-left:30px;}
.tsx-F-sticky>.PC-wrap>.tel-wrap{color:var(--bs-tsx-e)}
.tsx-F-sticky>.PC-wrap>.tel-wrap>span{font-size:22px;font-weight:700}
.tsx-F-sticky>.PC-wrap>.tel-wrap>span b{font-size:16px;color:#E8BF85;}
.tsx-F-sticky>.PC-wrap>.tel-wrap>span{background:url("/public/boots/image/foot7.png") left center no-repeat;margin-right:6px;padding-left:34px;}


.com-sidebar {
    position: fixed;
    z-index: 999;
    right: 16px;
    top: 60%;
    margin-top: -140px;
    width: 66px;
    height: 280px;
}

.com-sidebar li {
    padding-top: 10px;
    width: 100%;
    height: 60px;
    position: relative;
    cursor: pointer;
}


.com-sidebar li .item {
    width: 100%;
    text-align: center;
}

.com-sidebar li .item img {
    width: 60px;
    height: 60px;
}

.com-sidebar li .item .cont {
    font-size: 13px;
    line-height: 30px;
    color: #fff;
}

.com-sidebar li .tbox {
    width: 350px;
    position: absolute;
    top: 0;
    right: 66px;
    display: none;
    opacity: 0;
}

.com-sidebar li .tbox1,
.com-sidebar li .tbox3 {
    height: 120px;
}

.com-sidebar li .tbox2 {
    height: 230px;
}

.com-sidebar li .xxbox {
    width: 243px;
    height: 120px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
    padding-left: 30px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}
.tbox_p1{
    font-size: 16px;
    color: #333;
	margin-top:30px;
}
.com-sidebar li .xxbox:after,
.com-sidebar li .pbox:after {
    content: '';
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 16px;
    right: -14px;
}

.com-sidebar li .xxbox .tit {
    padding-top: 23px;
}

.com-sidebar li .xxbox .tit img {
    width: 20px;
    height: 21px;
    margin-right: 8px;
}

.com-sidebar li .xxbox .tit .word {
    font-size: 16px;
    color: #333;
    line-height: 21px;
    padding-left: 30px;
    background: url(/public/boots/image/yc_14.png) no-repeat left;
    background-size: 24px 24px;
}

.com-sidebar li .xxbox .tit .word2 {
    background-image: url(/public/boots/image/yc_10.png);
	margin-top:10px;
}

.com-sidebar li .xxbox .ewm {
    width: 100px;
    height: auto;
    position: absolute;
    right: 30px;
    top: 10px;
}

.com-sidebar li .xxbox .cont {
    font-size: 14px;
    color: #666;
    line-height: 30px;
    padding-top: 5px;
}

.com-sidebar li .pbox {
    width: 300px;
    height: 200px;
    padding-left: 30px;
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 17px;
    -webkit-box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 4px rgba(0, 0, 0, 0.1);
}

.com-sidebar li .pbox .tit {
    padding: 21px 0 5px 0;
    line-height: 28px;
    font-size: 15px;
    color: #333;
}

.com-sidebar li .pbox .tit .hm {
    color: #667eff;
}

.com-sidebar li .pbox .tit a {
    color: #667eff;
}

.com-sidebar li .pbox .tis {
    line-height: 30px;
    font-size: 14px;
    color: #666;
    margin-bottom: 17px;
}

.tis_sp1{
    letter-spacing: 2px;
}

.com-sidebar li .pbox .insome {
    width: 167px;
    height: 38px;
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    padding: 0 10px;
    margin-bottom: 10px;
}

.com-sidebar li .pbox .insome input {
    display: block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    font-size: 12px;
    color: #333;
    border: none;
    outline: none;
}

.com-sidebar li .pbox .insome input::-ms-input-placeholder {
    color: #999;
}

.com-sidebar li .pbox .insome input::-webkit-input-placeholder {
    color: #999;
}

.com-sidebar li .pbox .btn {
    width: 189px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #ff8331;
}

.inp_list111{
    display: block;
    width: 185px;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #333;
    outline: none;
    margin-bottom: 15px;
    text-indent: 15px;
}
.btn_list111{
    display: block;
    width: 190px;
    height: 40px;
    border-radius: 4px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    background-color: #ff8331;
    border: 0;
    margin-left: 40px;
}