a:hover, a:focus{
	text-decoration: none;
	outline: none;
}
.menu-link:focus{
	outline: none;
	display: flex;
	justify-content: center;
	align-content: center;
}

img{
	border: none;
	display: inline-block;
	vertical-align: middle;
	display: inline;
	zoom: 1;
}
ul{margin: 0; padding: 0;}

header{
	height: 90px;

}
@media(max-width: 768px){
	header{
	height: 50px;

}
}
.logo{
	position: absolute;
	display: table;
	width: 304px;
	height: 90px;
}
.logoin{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media(max-width: 768px){
.logo{
	position: absolute;
	display: flex;
	align-items: center;
	width: 100px;
	height: 50px;
}

}

.menu{
	padding-right: 123px;
}
.menu li{
	line-height: 136px;
	margin-left: 50px;
}
.menu li a{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #a2a2a2;
}

/*?*/
.container{
	position: relative;
}
/*.myForm{
	position: absolute;
	right: 0;
	height: 100px;
	display: flex;
	align-items: center;
}*/
.myForm{
	position: absolute;
	right: 0;
	top: 40px;
}
.navbar-form{
	padding-right: 0;

}
.form-control{
	border-radius: 22px ;
	box-shadow: 1px 1px 1px 1px #e5e8e9 inset;
	border-color: #ccc;

}
.btn-sub{
	border-radius: 22px;
	color: #fff;
	width: 65px;
	border-color: #ccc;
}
.btn-sub:hover{
	border-radius: 22px;
	color: #fff;
	width: 65px;
	border-color: #ccc;
	background-color: #43b3e5;
}
.icon{
	position: absolute;
	right: 0;
	top: 15px;
	cursor: pointer;
}
.icon a{
	color: #ccc;
}
/*表单样式*/
.btn-sub{
	margin-left: -33px;
	background-color: #43b3e5;
}


/*小屏幕的导航*/
.menu-link{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.menu-link *{box-sizing: border-box;}

.menu-link { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:25px;right:-8px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:8px;}
@media(max-width: 768px){
	.menu-link {
		 display:none;
		 border-radius:5px;
		  box-sizing: border-box;
		   position:absolute;
		   top:6px;
		   right:8px;
		   font-size: 11px;
		   z-index: 10;
		   width:40px;
		   height:40px;
		   padding:8px;
}
}
.menu-link:hover,
.menu-link:focus {}
.menu-link span {position: relative;display: block;margin-top:10px;}
.menu-link span,
.menu-link span:before,
.menu-link span:after {background-color: #ecb247;width: 100%;height:2px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.menu-link span:before,
.menu-link span:after {position: absolute;top: -.55em;content: " ";}
.menu-link span:after {top: .55em;}
.menu-link.active span {background: transparent;}
.menu-link.active span:before {
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link.active span:after {
-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
-moz-transform: rotate(-45deg) translate(.4em, -.3em);
-ms-transform: rotate(-45deg) translate(.4em, -.3em);
-o-transform: rotate(-45deg) translate(.4em, -.3em);
transform: rotate(-45deg) translate(.4em, -.3em);
}
.menu-link1{
-webkit-transition: all 0.2s ease-out;
-moz-transition: all 0.2s ease-out;
-ms-transition: all 0.2s ease-out;
-o-transition: all 0.2s ease-out;
transition: all 0.2s ease-out;
}
.menu-link1 *{box-sizing: border-box;}
.menu-link1 { display:none; border-radius:5px; box-sizing: border-box; position:absolute; top:25px;right:-8px;font-size: 11px;z-index: 10;width:40px;height:40px; padding:8px;}
.menu-link1:hover,
.menu-link1:focus {}
.menu-link1 span {position: relative;display: block;margin-top:10px;}
.menu-link1 span,
.menu-link1 span:before,
.menu-link1 span:after {background-color: #d1d1d1;width: 100%;height:2px;-webkit-transition: all 0.4s;-moz-transition: all 0.4s;-ms-transition: all 0.4s;-o-transition: all 0.4s;transition: all 0.4s;}
.menu-link1 span:before,
.menu-link1 span:after {position: absolute;top: -.55em;content: " ";}
.menu-link1 span:after {top: .55em;}
.menu-link1.active span {background: transparent;}
.menu-link1.active span:before {
-webkit-transform: rotate(45deg) translate(.5em, .4em);
-moz-transform: rotate(45deg) translate(.5em, .4em);
-ms-transform: rotate(45deg) translate(.5em, .4em);
-o-transform: rotate(45deg) translate(.5em, .4em);
transform: rotate(45deg) translate(.5em, .4em);
}
.menu-link1.active span:after {
-webkit-transform: rotate(-45deg) translate(.4em, -.3em);
-moz-transform: rotate(-45deg) translate(.4em, -.3em);
-ms-transform: rotate(-45deg) translate(.4em, -.3em);
-o-transform: rotate(-45deg) translate(.4em, -.3em);
transform: rotate(-45deg) translate(.4em, -.3em);
}
/*小屏幕菜单*/
.header_bg{ position:fixed; -webkit-transform: translateZ(0); left:0px; top:0px; right:0px; bottom:0px; z-index:99991; display:none;}

@media(min-width: 768px){
	.menu{
		float: right;

	}
}
/*大屏幕时的菜单*/
.menu .h3 a{ position:relative;   padding: 0; font-size:16px; display:block; color:#fff; line-height: 90px;}
/*小屏幕时的菜单*/
@media(max-width: 768px){
	.menu .h3 a{
		position:relative;
		 height:40px;
		  line-height:40px;
		  padding-bottom: 0;
		  padding-top: 0;
		   padding-left: 15px;
		   padding-right: 15px;
		   font-size:16px;
		   display:block;
		   color:#444;}
}
/*.menu .h3 a:after{content:'\20'; position:absolute; height:2px; left:0px; right:0px; bottom:0px; background:#ff1626; display:none;}*/
@media(min-width: 768px){
	.menu li{ float:left; position:static; margin:0 5px;}
}

@media(max-width: 768px){
	.menu li{ float:left; position:relative; margin:0 5px;}
}
.menu li:hover .h3 a,.menu li.curr .h3 a{color:#ecb247;}
.menu li:hover .h3 a:after,.menu li.curr .h3 a:after{ display:none;}

@media(min-width: 768px){
	.menu .box{
		display:none;
		background-color:#eee;
		position:absolute;
		top:100%;
		text-align:center;
		z-index: 999;
		padding: 5px 15px;
		text-align: left;
		}
}
@media(max-width: 768px){
	.menu .box{ display:none; background-color:#eee; position:absolute; left:0px; top:100%; right:0px; text-align:center; z-index: 999;}
}




.menu .box a{ height:34px; line-height:34px; display:block; font-size:14px; color:#333;}
.menu .box a:hover{  color:#ecb247;}
.menu li:hover .box{ display:block;}
.menu .boxw{ left:-15px; right:-15px;}

.menu .boxm{ width:360px; left:50%; margin-left:-180px; right:inherit; overflow:hidden;}
.menu .boxm a{ float:left; width:25%; border-bottom:1px solid #FFF; border-right:1px solid #fff; box-sizing:border-box;}
.menu .boxm .boxm_pd{ margin-right:-2px;}

.menu li .h3 em{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:20px; top:0px; width:40px; height:40px; text-align:center; line-height:40px; cursor:pointer;}
.menu li .h3 em:before { content: "\e604"; }
.menu li .h3 em.active:before { content: "\e606"; }
.menu li:hover .h3 em,.menu li.curr .h3 em{ color:#fff;}

.menu li .h3 i{ display:none; font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale; position:absolute; right:20px; top:0px; width:40px; height:40px; text-align:center; line-height:40px;}
.menu li .h3 i:before { content:"\e88b"; }


@media(max-width: 768px){
.menu-link {
	display: block;
	}
	.menu-link p {
    padding-top: 6px;
    color: #ff1626;
    font-size: 12px;
}
.menu {
    display: none;
    position: fixed;
    -webkit-transform: translateZ(0);
    top: 80px;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}
.menu li {
    width: auto;
    float: none;
    padding: 0px;
}
.menu1 li.curr .h3 a, .menu li:hover .h3 a {
    background: #ff1626;
    color: #fff;
}
}

@media(max-width: 768px){
	.menu li{
		margin: 0;
	}
}
/*小屏幕的导航条*/
.menu li .h3 em::before {

    content: "\e604";

}
元素 {

}
.menu li .h3 em {

    display: block;

}
.menu li .h3 em {

    display: none;
    font-family: !iconfont "importan";
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;

}
.menu li .box{
	display: none;
}

@media(max-width: 768px){
.menu li .h3 em {
    display: block;
}
.menu li:hover .box {
	display: none;
    position: static;

}
.menu {

    display: none;
    position: absolute;
    -webkit-transform: translateZ(0);
    top: 50px;
    left: 0px;
    right: 0px;
    width: auto;
    padding: 0px;
    background-color: #fff;
    border-top: 1px solid #ccc;
    z-index: 999;

}
}
.menu li:hover .h3 a, .menu li.curr .h3 a {
    color: #ffd1o1;
}

@media(max-width: 768px){
  .menu li.curr .h3 a, .menu li:hover .h3 a {
   	color: #fff;
    background: #ecb247;
}
}

/*昕满电子*/
.header1{
	background: #4d4d4e;
	height: 42px;
	line-height: 42px;
	color: #ddd;
	font-size: 12px;
	font-family: "微软雅黑";
	cursor: pointer;
}

.header1 p{
	font-weight: bolder;
	font-size: 14px;
}

header{
	background: black;
	font-family: "微软雅黑";
	font-size: 16px;
}



/*main*/
/*m1*/
.m1{
	background: #f2f2f2;
	height: 58px;
}

.m1 .list-unstyled li{
	font-family: "微软雅黑";
	font-size: 12px;
	color: #999999;
	border-right: 1px solid #999999;
	padding-left: 15px;
	padding-right: 15px;
}
.m1 .list-unstyled {
	margin-top: 22px;
}
.m1 .list-unstyled li:first-child{
	color: #666666;
}
.m1 .list-unstyled li:last-child{
	border-right: none;
}
.m1 form{
	margin-top: -8px;
}
@media(max-width: 768px){

	.m1 form{
	margin-top: 0px;
}
}
.m1 .input-group{
	width: 400px;

}
@media(max-width:768px ) {
	.m1 .input-group{
	width: 280px;

}
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 22px;
    border-bottom-right-radius: 22px;
}
.m1 .input-group-btn > .btn{
	border-radius: 22px;
	width: 60px;
	margin-left: -60px;
	background: #32ab38;
	outline: none;
}
.input-group:focus .btn{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.m1 .input-group-btn > .btn:focus{
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
.m1 .input-group-btn > .btn span{
	color: #fff;
}


.m2{
	padding-top: 90px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.m2{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.m2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m2 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m2 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
dl{
	margin-bottom: 0;
}
.m2 .slide{
	cursor: pointer;
}
.m2 .slide .title{
	font-family: "微软雅黑";
	font-size: 18px;
	color: #484848;
	font-weight: 100;
	line-height: 50px;
	background: #e8e8e8;
}



.m2 .slide{
	border:2px solid #fff;
}
@media(min-width: 768px){
.m2 .slide:hover{
	border: 2px solid #32ab38;
}
}


@media(max-width: 768px){
	.more{
		margin-top: 15px;
	}
}
.more:hover{
	color: #fff;
	background: #32ab38;
}


.m3{
	background: url(../images/2_47.jpg) top center #244d6f no-repeat;
	padding-top: 90px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.m3{
	background: #2c509f;
	padding-top: 15px;
	padding-bottom: 15px;
}
}
.m3 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #fff;
	text-align: center;
}
@media(max-width: 768px){
	.m3 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
}
.m3 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m3 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
@media(min-width: 768px){
	.col-d1{
		float: left;
		width: 45%;
	}
	.col-d2{
		float: left;
		width: 55%;
	}
}
.col-d2 .title{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #32ab38;
	text-align: left;
}
.col-d2 .titlef{
	font-family: "HelveticaNeueL TPro Lt";
	font-size: 14px;
	color: #c2c0c0;
	text-align: left;
	margin-bottom: 25px;
}
@media(max-width: 768px){
	.col-d2 .titlef{
	font-family: "HelveticaNeueL TPro Lt";
	font-size: 14px;
	color: #c2c0c0;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 5px;
}
}
.col-d2 .desc{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ebebeb;
	line-height: 2;
}
/*时间线*/
		.time_line_box{
        position: relative;
        height: 60px;
        overflow: hidden;
    }
    .time_line{
        position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    }
    .order_item{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    @media(max-width: 768px){
   	.order_item{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    }
    .order_item:hover{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    @media(max-width: 768px){
    	.order_item:hover{
    position: absolute;
    bottom: 0;
    z-index: 2;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #fff;
    }
    }
    .order_item:after{
        content: '';
    position: absolute;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    bottom: -5px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    }
    .selected:after{
    background-color: #32ab38;
    border-color: #32ab38;
    box-shadow: 0px 0px 8px 4px #fff;
    }
    .filling_line{
        position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
     .filling_line2{
        position: absolute;

    z-index: 1;
    left: 28%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .filling_line3{
        position: absolute;

    z-index: 1;
    left: 59%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .filling_line4{
        position: absolute;

    z-index: 1;
    left: 87%;
    top: 0;
    height: 100%;
    width: 47%;
    background-color: #32ab38;
    transform-origin: left center;
    transition-property: transform;
    transition-duration: 0.3s;
    transition-timing-function: initial;
    transition-delay: initial;
    }
    .time_tip{
        width: 100%;
        height: 100px;
        line-height: 70px;
        text-align: center;
        color: #151BFD;
        border-bottom: 1px solid #ddd;
    }

/*时间线*/
.time_line_box{
	cursor: pointer;
}
.tline{
	position: absolute;
    z-index: 1;
    left: 0;
    top: 49px;
    height: 1px;
    width: 100%;
    background: #dfdfdf;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.m4{
	padding-top: 80px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
.m4{
	padding-top: 15px;
	padding-bottom: 15px;
}
}
@media(min-width: 768px){
	.m4 .col-sm-4{
	padding: 0;
	cursor: pointer;

}
}


.m4 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m4 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m4 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m4 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
.wenzi{
	position: absolute;
	top: 15%;
	padding-left: 15px;
	padding-right: 15px;
}
.wenzi .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	text-align: left;
}
@media(max-width: 768px){
	.wenzi .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #fff;
	text-align: left;
}
}
.wenzi .desc{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	text-align: left;
	margin-top: 10px;
	line-height: 2;
}
hr {
    width: 40px;
    height: 1px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 2px solid #ecb247;
    margin-top: 8px;
    text-align: left;
}
.m5{
	padding-top: 80px;
	padding-bottom: 110px;
	background: url(../images/67.jpg);
}
@media(max-width: 768px){
	.m5{
	padding-top: 15px;
	padding-bottom: 15px;
	background: url(../images/67.jpg);
}
}
.m5 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	text-align: center;
}
@media(max-width: 768px){
	.m5 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	text-align: center;
}
}
.m5 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 50px;
}
@media(max-width: 768px){
	.m5 .titlef{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #c0c0c0;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 15px;
}
}
.qh{
	width: 100%;
	text-align: center;

}
.qh .list-unstyled{
	margin-left: auto;
	margin-right: auto;
}
.anniu{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 50px;
}
@media(max-width: 768px){
	.anniu{
		padding-bottom: 15px;
	}
}
.anniu span{
	width: 130px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #fff;
	background: #bdbdbd;
	text-align: center;
	line-height: 38px;
	cursor: pointer;
}
.anniu span:first-child{
	margin-right: 40px;
}
.anniu span:hover ,.anniu span.active{
	background: #ecb247;
}
.newItems{
	cursor: pointer;
}
.newItems .title{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #484848;
	text-align: left;
	margin-top: 15px;
	margin-bottom: 10px;
}
.newItems .time{
	padding-left: 25px;
	background: url(../images/time.png) left center no-repeat;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-bottom: 10px;
}
.newItems .desc{
	position: relative;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #484848;
	line-height: 2;
	margin-bottom: 10px;
}

.hr2{
	width: 100%;
    height: 3px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 3px solid #dcdcdc;
    margin-top: 8px;
    text-align: center;

    margin: 0;
    margin-top: 15px;
}
.hr3{
	position: absolute;
	bottom: 1px;
	width: 0%;
    height: 3px;
    border: none;
        border-top-width: medium;
        border-top-style: none;
        border-top-color: currentcolor;
    border-top: 3px solid #dcdcdc;
    margin-top: 8px;
    text-align: center;
    transition: all 1s;
    -webkit-transition: all 1s;
    margin: 0;
    margin-top: 15px;
}
.newItems:hover .hr3{
	width: 100%;
	border-top: 2px solid #ecb247;
}
.new1 , .new2{
	display: none;
}
.new1.active , .new2.active{
	display: block;
}
/*底部*/
footer{
	padding: 35px 0;
	color: #9a9a9a;
	font-family: "微软雅黑";
	background: #2e2e2e;
}
@media(max-width: 768px){
	footer{
	padding-top: 20px;
	padding-bottom: 25px;
	color: #9a9a9a;
	font-family: "微软雅黑";
	background: #2e2e2e;
}
}
footer ol{
	padding-left: 0;
	line-height: 30px;
}
.footlist li{
	font-size: 18px;
	color: #fdfcfc;

	font-weight: bold;
}
.footlist li ol:first-child{
	margin-top: 25px;
}
.footlist li ol a{
	font-size: 14px;
	color: #9a9a9a;

}
.footlist li ol{
	font-size: 14px;
	color: #9a9a9a;

}
@media(min-width: 992px){
	.footlist li{
		margin-left: 15px;
		margin-right: 40px;
	}
}
@media(min-width: 1200px){
	.footlist li{
		margin-left: 15px;
		margin-right: 50px;
	}
	.footlist li:nth-child(5){

	}
	.footlist li:nth-child(6){

	}
}


.bq{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	height: 70px;
	line-height: 70px;
	background: #1b1b1b;
	text-align: center;
}
@media(max-width: 768px){
	.bq{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	background: #1b1b1b;
	text-align: center;
	margin-bottom: -50px;
}
}
/*底部*/
.m3Items{
	display: none;

}
.m3Items.active{

	display: block;
}
.m4 .col-sm-4{
	overflow: hidden;
}
.m4 img{
	transition: all 1s;
	-webkit-transition: 1s;
}
.m4 img:hover{
	transform: scale(1.1);
}
/*内页*/
.dym1{
	height: 45px;
	background: #f2f2f2;
	line-height: 45px;
}
.dym1 .list-unstyled li{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	margin-right: 5px;
}

.dym1 .list-unstyled li:last-child{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}
.dym2{
	padding-top: 25px;
	padding-bottom: 110px;
}
@media(max-width: 768px){
	.dym2{
	padding-top: 15px;
	padding-bottom: 15px;
}
}

.dym2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 36px;
	color: #484848;
	margin-bottom: 25px;

}
@media(max-width: 768px){
	.dym2 .title{
	font-family: "FZLTCHJW GB1 0";
	font-weight: bold;
	font-size: 18px;
	color: #484848;
	margin-bottom: 15px;

}
}
.dym2 ul li{
	margin-right: 2px;
	margin-bottom: 40px;
}
.dym2 ul li a{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #999999;
	padding: 8px 22px;
	background: #f2f2f2;
}
.dym2 ul li a:hover{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #fff;
	background: #32ab38;
}
@media(min-width: 768px){
	.imgcontent .col-xs-12{
		padding: 10px;
	}
}
.dym2 .imgcontent{
	 text-align: justify;

}
.dym2 .imgcontent .title {
    font-family: "微软雅黑";
    font-size: 18px;
    color: #484848;
    font-weight: 100;
    line-height: 50px;
    background: #e8e8e8;
    text-align: center;
}
.dym2 .cover {
    background: #32ab38;
    color: #fff;
    padding: 10px 15px;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition: all 1s;
    -webkit-transition: all 1s;
}
.dym2 .imgItems:hover .cover{
	opacity: 1;
}
.dym2 .imgItems{
	position: relative;
	cursor: pointer;
	border: 2px solid #fff;
	margin-bottom: 25px;
}
.dym2 .imgItems:hover{
	position: relative;
	cursor: pointer;
	border: 2px solid #32ab38;
}
.dym2 .imgItems .cover{
	position: absolute;
	bottom: 0;
}
.fenye{
	margin-top: 30px;
	text-align: center;
}
@media(min-width: 768px){
.newcontent>div.col-xs-12{
	padding-left: 0;
	padding-right: 0;
}
}
.newItems{
	margin-bottom: 15px;
}


.xinwen{
   font-family: "微软雅黑";
   font-size: 18px;
   color: #999999;
}
.descnew {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #999999;
    text-align: left;
    margin-top: 10px;
    line-height: 2;
}



.dycontent img{
	display: block;
	max-width: 100%;
}
@media(max-width: 768px){
	.dycontent img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
}
}
	.dycontent{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #666666;
	line-height: 1.8;
}
/*直播*/
.menu li:hover{
	color: #ffd1f1;
}
.menu .curr:hover{
	background: black;
	color: #ffd1f1;
}

.carousel .banneryy{
	position: absolute;
	bottom: -26px;
}
{
	font-family: "微软雅黑";
	color: ;
	font-size: 16px;
	background: #fff;
}
.m1 .listin1{
	height: 50px;
	margin-top: 25px;
	margin-bottom: 25px;
}
.m1 .listin1 li{
	line-height: 35px;
	padding-left: 30px;
	padding-right: 30px;
	margin-left: 10px;
	margin-right: 10px;
	border-radius: 20px;
	cursor: pointer;

}

.m1 .listin1 li.active{
	color: #fff;
	background: #f98e1c;
}
.m1 .listin1 li:hover{
	color: #fff;
	background: #f98e1c;
}
.zbItems{

	background: #fff;
	border-bottom: 1px solid #ccc;
	padding-top:10px;
	padding-bottom: 10px;

}
.zbItems .col-xs-12{
	display: flex;
	align-items: center;
	justify-content: space-around;
}
@media(min-width: 768px){
.zbItems .row .col-xs-12:nth-child(1){
	padding-right: 25px;
}
.zbItems .row .col-xs-12:nth-child(2){
	padding-left: 25px;
}
}
.zbItems .row .col-xs-12:nth-child(2) span{
	padding: 2px 8px;
	border-bottom: 1px solid #fff;
	cursor: pointer;
}
.zbItems .row .col-xs-12:nth-child(2) span:hover{
	border-bottom: 1px solid #f98e1c;
	color: #f98e1c;
}
.zbItems .row .col-xs-12:nth-child(2) span.active{
	border-bottom: 1px solid #f98e1c;
	color: #f98e1c;
}
.zbItems .time{
	text-align: center;
}
.zbItems .team{


}
.m2{
	padding-top: 25px;
	padding-bottom: 0;
}
.m2 .more{
	width: 100%;
	line-height: 35px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
	background: #fff;
	height: 35px;
	border: none;

}
.m2 .more:hover{
	color: #f98e1c;
}

.zbm3 .indi2{
	 position: absolute;
    bottom: 0px;
    left: 100%;
    z-index: 15;
    width: 100px;
    padding-left: 0;

    text-align: right;
    list-style: none;

}
.indi2 li{
	border-radius: 0;

	color: #fff;
	background-color: black;
	font-size: 10px;
	border: 1px solid black;
	margin: 0;
	width: 18px;
	height: 16px;
	text-align: center;
}
.indi2 .active{
	background-color: #e42626;
	border: 1px solid #e42626;
	width: 18px;
	height: 16px;
	margin: 0;
}

.caption2 {

    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
   	padding-left: 15px;
    color: #fff;
    text-align: left;
    background: #3f3f3f;
    opacity: 0.7;
}
.zbnew li{
	padding: 5px 15px;
	cursor: pointer;
}
.zbnew .active{
	background: #E42626;
	color: #fff;
	position: relative;
}


.zbnew .active:after{
	width: 0px;
	height: 0px;
	border: solid;
	border-color: transparent;
	border-width: 8px;
    border-top-color: #E42626;
    content: ' ';
	position: absolute;
	left: 44%;
	bottom: -16px;
}

.newItems.active{
	display: block;
}

.newItems .list-group-items{
	width: 100%;
}
.shownew{
	float: left;
	list-style: none;
}

.bq{
	height: 50px;
	line-height: 50px;

}
/*建材*/
.weixin{
	position: absolute;
	right: 65px;
	top: 32px;
	cursor: pointer;
	height: 90px;
}
.search{
	position: absolute;
	right: 10px;
	top: 32px;
	cursor: pointer;
	padding-left: 12px;
	height: 90px;
}

.search::before{
	content: '|';
	position: absolute;
	left: 0;
}

.showwx{
	position: absolute;
	top: 58px;
	left: -32px;
	z-index: 9999;
	display: none;
}
.showwx.active{
	display: block;
}
.showwx::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 10px;
            	border-bottom-color: #fff;

            	content: ' ';
	            position: absolute;
				left: 37px;
				top: -19px;
				display: none;
}
.showwx.active::before{
	display: block;
}
@media(max-width: 768px){
	.weixin{
	position: absolute;
	right: 110px;
	top: 12px;
	cursor: pointer;
	height: 90px;
}
.showwx{
	position: absolute;
	top: 39px;
	left: -34px;
	z-index: 9999;
	display: none;
}
.showwx::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 10px;
            	border-bottom-color: #fff;

            	content: ' ';
	            position: absolute;
				left: 39px;
				top: -19px;
				display: none;
}
}


.showsearch{
	position: absolute;
	top: 58px;
	left: -220px;
	z-index: 9999;
	padding: 6px 25px;
	background: #fff;
	display: none;
}
.showsearch.active{
	display: block;
}
.showsearch::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 12px;
            	border-bottom-color: #fff;

            	content: ' ';
	            position: absolute;
				left: 234px;
				top: -24px;
}
@media(max-width: 768px){
	.search{
	position: absolute;
	right: 56px;
	top: 13px;
	cursor: pointer;
	padding-left: 12px;
	height: 90px;
}
	.showsearch{
	position: absolute;
	top: 40px;
	left: -220px;
	z-index: 9999;
	padding: 6px 25px;
	background: #fff;
	display: none;
}
.showsearch.active{
	display: block;
}
.showsearch::before{
	width: 0px;
				height: 0px;
				border: solid;
				border-color: transparent;
				border-width: 12px;
            	border-bottom-color: #fff;

            	content: ' ';
	            position: absolute;
				left: 234px;
				top: -23px;
}
}


.form1{
	width: 180px !important;
}
.carousel-indicators li {

    display: inline-block;
    width: 80px;
    height: 5px;
	margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #acacac;
    border: 1px solid #acacac;
    border-radius: 0;
    margin-right: 15px;

}
.carousel-indicators .active {
    width: 80px;
    height: 5px;
    margin: 0;
    border: 1px solid #fff;
     margin-right: 15px;
}
@media(max-width: 768px){
	.carousel-indicators li {

    display: inline-block;
    width: 40px;
    height: 5px;
	margin: 0;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #acacac;
    border: 1px solid #acacac;
    border-radius: 0;
    margin-right: 10px;

}
.carousel-indicators .active {
    width: 40px;
    height: 5px;
    margin: 0;
    border: 1px solid #fff;
     margin-right: 10px;
}
}
.probt{
	background: url(../images/probg.png) center center no-repeat;
	height: 102px;
	margin-top: 100px;
	margin-bottom: 60px;
}
@media(max-width: 768px){
	.probt{
	background: url(../images/probg.png) center center no-repeat;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: contain;
}
}
.propic .col-xs-12{
	margin-bottom: 29px;
}
.span1{
	position: absolute;
	top: 50%;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/left.png) center center no-repeat;
}
.span2{
	position: absolute;
	top: 50%;
	right: 0;
	width: 50px;
	height: 50px;
	background: url(../images/right.png) center center no-repeat;
}
.proItems{
	position: relative;
		border:#E9E9E9 1px solid;

}
.proItemsimg {
	margin:auto;
	height:308px;
	object-fit: contain;
  font-family:'object-fit: contain;';
}
.proItems .title1{
	position: absolute;
	bottom: 0;
	background: rgba(144,144,144,0.7);
	width: 100%;
	line-height: 40px;
	text-align: center;
	font-family: '微软雅黑';
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.proItems:hover .title1{
	display: none;
}

.cover1{
	display:flex !important;
	align-content: center !important;
	justify-content: center !important;
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	display: none;
}
.proItems:hover .cover1{
	display: block;
}
.gd{
	height: 118px;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 50px;;
	background: url(../images/more.png) center center no-repeat;
	background-size: contain;
}
.subclassico {
position:absolute;
margin-left:10px;
margin-top:12px;
background:url(../Images/subclass.png) left center no-repeat;
width:7px;
height:10px;
}
.subclassicoon {
position:absolute;
margin-left:28px;
margin-top:14px;
background:url(../Images/subclass.png) left center  no-repeat;
width:10px;
height:7px;
}
.proclass {
margin:auto;
}
.proclass p {
background:url(../Images/class.png) left center no-repeat;
margin:0 0px;
}
.pclassline {
	height:1px;
	width:100%;
	border-bottom:#CCC 1px solid;
	margin-bottom:0px;
}

.proclass p a {
	display:block;
	height:45px;
	line-height:45px;
	padding-left:12px;
	text-align:left;
	font-size:15px;
}
.proclass p a:link,.proclass p a:visited {
background:url(../Images/class.png) left center no-repeat;
}
.proclass p a:hover{
background:url(../Images/class.png) left center no-repeat;
}

.proclass p a:link.lefemenuon {
background:url(../Images/class.png) left center no-repeat;
	color:#ff0030;
}
.proclass p a:visited.lefemenuon {
background:url(../Images/class.png) left center no-repeat;
	color:#ff0030;
}
.proclass div {
  width:100%;
  font-size:14px;
  margin:auto;
  line-height:30px;
  display:none;

}
.proclass div a {
	display:block;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-align:left;
	font-size:14px;
	background:none;
}
.proclass div a:link,.proclass div a:visited {

}
.proclass div a:hover{
    color:#ff0030;
}
.proclass div ul {
display:none;
}
.proclass div ul li {
  width:100%;
  font-size:12px;
  margin:auto;
  line-height:30px;
  	list-style-type:none;
}
.proclass div ul li a {
	display:block;
	height:30px;
	line-height:30px;
	padding-left:20px;
	text-align:left;
	font-size:12px;
	background:none;
}
.proclass div ul li a:link,.proclass div ul li a:visited {

}
.proclass div ul li a:hover{
    color:#ff0030;
}
@media(max-width: 768px){
.gd{
	height: 70px;
	width: 120px;
	margin-top: 15px;
	margin-bottom: 25px;;
	background: url(../images/more.png) center center no-repeat;
	background-size: contain;
}
}
.jcm2{
	padding-bottom: 120px;
	padding-top: 120px;
	background: url(../images/bg1.jpg) center center no-repeat;
}
@media(max-width: 768px){
	.jcm2{
	padding-bottom: 15px;
	padding-top: 25px;
	background: url(../images/bg1.jpg) center center no-repeat;
}
}
@media(min-width: 768px){
	.col-dl{
		width: 20%;
		float: left;
		padding-left: 10px;
		padding-right: 10px;

	}
}
@media(max-width: 768px){
	.col-dl img{
		width: 100%;
	}
}

.jcm2Items{
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    margin-bottom: 20px;
}
.jcm2Items:hover{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=0);
}
.jcm2more{
	padding: 30px 15px;
}
.newbt{
	background: url(../images/new.png) center center no-repeat;
	height: 102px;
	margin-top: 90px;
	margin-bottom: 60px;
}
@media(max-width: 768px){
	.newbt{
	background: url(../images/new.png) center center no-repeat;
	height: 50px;
	margin-top: 15px;
	margin-bottom: 15px;
	background-size: contain;
}
}
.m5{
	padding: 0;
}
@media(max-width: 768px){

	.d2 img{
		width: 120px;
		height: 120px;
	}
}
.col-dl{
	position: relative;
}
.col-dl .jcm2more{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	padding-left: 0;
	padding-right: 0;
}
.m2cover{
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition:  all 1s;
	-webkit-transition: all 1s;
}
.jcm2Items:hover .m2cover{
	opacity: 1;
}
.m2cover .addr{
	text-align: center;
	padding: 5px 20px;
	border: 1px solid #fff;
	color: #fff;
	margin-bottom: 30px;
}
.procoverout{
	position: relative;
}
.procover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;

	opacity: 0;
	filter:alpha(opacity=100);/* 设置不透明度为80 */
	transition: all 1s;
	-webkit-transition: all 1s;
	cursor: pointer;

}
.procoverin{
	position: relative;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;


}
.proItems:hover .procover{
	opacity: 0.7;
	filter:alpha(opacity=0);
}
.procover .title{
	font-size: 20px;
	color: #fff;
	margin-bottom: 25px;
	text-align: center;
}
.procover .desc{

	color: #fff;
	margin-bottom: 30px;
	line-height: 30px;
}
.banner{
	cursor: pointer;
	padding-bottom: 20%;
}
.ba_2{
	font-family: "微软雅黑";
	font-size: 14px;
	color: #9a9a9a;
	background: #2e2e2e;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #444;
}
.ba_2 a{
	color: #9a9a9a;
}
.ba_2 a:hover{
	color: #52bdfb;
}
.d2{
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

/*恒利*/
.menu .h3 a:after {
    content: '\20';
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #ecb247;
    display: none;
    width: 100%;
}
/*恒利*/
@media(min-width: 992px){
	.menu .h3 a{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media(min-width: 1200px){
	.menu .h3 a{
		padding-left: 15px;
		padding-right: 15px;
	}
}
.hltitle{
	margin-bottom: 50px;
	margin-top: 100px;
	height: 100px;
	background: url(../images/ysbg.png) center center no-repeat;
	background-size: contain;
}

@media(max-width: 768px){
	.hltitle{
	margin-bottom: 15px;
	margin-top: 15px;
	height: 50px;
	background: url(../images/ysbg.png) center center no-repeat;
	background-size: contain;
}
}
.ysitem{
	position: relative;
}

.m1 .col-sm-3{
	padding: 0;
}
.m1 .ysitem img{
	width: 100%;
	opacity: ;
}
.ysitem .yums{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8888;
	width: 100%;
	height: 100%;
	display: table;

}
.ysitem .yums:hover{
	background: #ecb247;
}
.ysitem .yums:hover .mscontent{
	color: #fff;
}
.mscontent{
	position: absolute;
	top: 10%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;

}
.jiaoyi{
	position: relative;
	margin-top: 100px;
	height: 342px;
	background: url(../images/jybg.jpg.jpg) center center no-repeat;


}
@media(max-width: 768px){
.jiaoyi{
	position: relative;
	margin-top: 15px;
	height: 80px;
	background: url(../images/jybg.jpg.jpg) center center no-repeat;
	background-size: contain;
}
}
.jiaoyi .more{
	position: absolute;
	top: 48%;
	right: 30%;
	background: #ecb247;
	font-family: "微软雅黑";
	font-size:16px;
	color: #fff;
	padding: 10px 30px;
	cursor: pointer;

}
@media(max-width: 768px){
	.jiaoyi .more{
	position: absolute;
	top: 5%;
	right: 10%;
	background: #ecb247;
	font-family: "微软雅黑";
	font-size:16px;
	color: #fff;
	padding: 5px 15px;
	cursor: pointer;

}
}
.jiaoyi .more:hover{
	box-shadow: 0px 0px 4px 2px #fff;

}

.hltitle2{
	margin-bottom: 50px;
	margin-top: 100px;
	height: 100px;
	background: url(../images/new.png) center center no-repeat;
	background-size: contain;
}
@media(max-width: 768px){
	.hltitle2{
	margin-bottom: 15px;
	margin-top: 15px;
	height: 50px;
	background: url(../images/new.png) center center no-repeat;
	background-size: contain;
}
}
.hltitle3{


	height: 50px;
	background: url(../images/title3.jpg) left bottom no-repeat;
	margin-bottom: 30px;

}
.hltitle4{


	height: 50px;
	background: url(../images/title4.jpg) left bottom no-repeat;
	margin-bottom: 30px;

}
.hlm6{
	background: url(../images/hlm6.jpg)  bottom  no-repeat;
	padding-top: 60px;
	padding-bottom: 60px;

}

@media(max-width: 768px){
.hlm6{
	background: url(../images/hlm6.jpg)  bottom  no-repeat;
	padding-top: 15px;
	padding-bottom: 15px;

}
}
.partner{
	background: #fff;
	padding: 15px;
	box-shadow: 0px 5px 4px 4px #eee;
	height: 370px;

}
@media(max-width: 768px){
	.partner{
	background: #fff;
	padding: 15px;
	box-shadow: 0px 5px 4px 4px #eee;
	height: auto !important;

}
}
.down{
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0px 5px 4px 4px #eee;
	height: 370px;

}
@media(max-width:768px){
	.down{
	background: #fff;
	padding: 30px 20px;
	box-shadow: 0px 5px 4px 4px #eee;
	height: auto !important;

}
}
.down1, .down2 , .down4{
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	border-bottom: 1px dashed #ddd;
}
.down3{
	padding-top: 7.5px;
	padding-bottom: 7.5px;
}
#carousel-example-generic2{
	padding-bottom: 5px;
}
.indic2 {
    bottom: -15px;
}
.indic2 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: #E3E3E3;
    border: 1px solid #fff;
    border-radius: 10px;
}
.indic2 .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #ecb247;
}


.liuc2 li{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #999;
	height: 50px;
}



.liuc2 li:nth-child(1){
	background: url(../images/liuc1.png) left center no-repeat;
	padding-left: 65px;
}

.liuc2 li:nth-child(2){

	background: url(../images/liuc4.png) bottom center no-repeat;

	width: 50px
}
.liuc2 li:nth-child(3){
	background: url(../images/liuc2.png) left center no-repeat;
	padding-left: 65px;

}
.liuc2 li:nth-child(4){
	background: url(../images/liuc4.png) bottom center no-repeat;

	width: 50px
}
.liuc2 li:nth-child(5){
	background: url(../images/liuc3.png) left center no-repeat;
	padding-left: 65px;

}
@media(max-width: 768px){
	.liuc2 li:nth-child(1){
	background: url(../images/liuc1.png) left center no-repeat;
	padding-left: 65px;
	float: left;
	margin-bottom: 15px;
}
.liuc2 li:nth-child(3){
	background: url(../images/liuc2.png) left center no-repeat;
	padding-left: 65px;
	margin-bottom: 15px;

}
.liuc2 li:nth-child(5){
	background: url(../images/liuc3.png) left center no-repeat;
	padding-left: 65px;
	float: right;
	margin-bottom: 15px;
}
}
.liuc{
	padding-bottom: 60px;
	padding-top: 120px;
}
@media(max-width: 768px){
	.liuc{
	padding-bottom: 15px;
	padding-top: 15px;
}
}
.footlist li{
	list-style: none;
	float: left;
}
.row2{
	float: right;
}

.ms1{
	position: absolute;

	/*display:table 会使百分比高度失效？*/
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
}
.ms1:hover{
	background: #ecb247;
}
.ms1:hover .ms2 .title{
	color: #fff !important;
}
.ms1:hover .ms2 .desc{
	color: #fff !important;
}
.ms2{
	position: relative;
	top: 15%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.row1 .col-xs-12, .row2 .col-xs-12{
	cursor: pointer;
}


   .row1 .col-xs-12:nth-child(2) .ms1::before {
    width: 0px;
    height: 0px;
    border: solid;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
        border-top-color: transparent;
    border-width: 10px;
    border-right-color: #ecb247;
    content: ' ';
    position: absolute;
    left: -20px;
    bottom: 80%;
   	opacity: 0;
}
.row1 .col-xs-12:nth-child(2) .ms1:hover::before {
	opacity: 1;
}

   .row1 .col-xs-12:nth-child(4) .ms1::before {
    width: 0px;
    height: 0px;
    border: solid;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
        border-top-color: transparent;
    border-width: 10px;
    border-right-color: #ecb247;
    content: ' ';
    position: absolute;
    left: -20px;
    bottom: 80%;
   	opacity: 0;
}
.row1 .col-xs-12:nth-child(4) .ms1:hover::before {
	opacity: 1;
}

   .row2 .col-xs-12:nth-child(1) .ms1::after {
    width: 0px;
    height: 0px;
    border: solid;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
        border-top-color: currentcolor;
        border-right-color: currentcolor;
        border-bottom-color: currentcolor;
        border-left-color: currentcolor;
    border-color: transparent;
        border-top-color: transparent;
    border-width: 10px;
    border-left-color: #ecb247;
    content: ' ';
    position: absolute;
    z-index: 8888;
    right: -20px;
    bottom: 80%;
   	opacity: 0;
}
.row2 .col-xs-12:nth-child(1) .ms1:hover::after {
	opacity: 1;
}

   .row2 .col-xs-12:nth-child(3) .ms1::after {
    width: 0px;
    height: 0px;
    border: solid;

    border-color: transparent;
        border-top-color: transparent;
    border-width: 10px;
    border-left-color: #ecb247;
    content: ' ';
    position: absolute;
     z-index: 8888;
    right: -20px;
    bottom: 80%;
   	opacity: 0;
}
.row2 .col-xs-12:nth-child(3) .ms1:hover::after {
	opacity: 1;
}
.menu ul li{
	list-style: none;
}

.Cbanner{
	max-width: 100%;
}
.hldy .title{
	border-bottom: 1px solid #DDDDDD;
}
.hldy .title h3{

}
.hlm1{
	background: #f2f2f2;
}
.bread{
	background: #f2f2f2;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 60px;
}
@media(max-width: 768px){
	.bread{
		margin-bottom: 15px;
	}
}
.bread .list-inline li{
	padding: 0;
	margin: 0;
	color: #333;

}
.list-un2>li{
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	margin-bottom: -1px;
	line-height: 45px;
	position: relative;
	cursor: pointer;
}
.list-un2 li .glyphicon{
	font-size: 12px;
	margin-right: 15px;
}
.list-un3{
	background: #fbfbfb;
}
.list-un3 li{
	padding-left: 25px;
	position: relative;
}
.list-un3 li em {

    font-family: "iconfont" !important;
	font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.menu li .box::before {
    content: '\20';
    position: absolute;
    height: 2px;
    left: 0px;
    right: 0px;
    top: 0;
    background: #ecb247;
    display: none;
    width: 100%;
}
.menu .curr .box::before {
	display: block;
}
.menu li:hover .box::before{
	display: block;
}
.Cbanner {
    background: no-repeat center center / cover;

    padding: 15% 0;

}
.dydir1 {
    background: #eee;
    opacity: 0.7;
}
.dydir1 {
    width: 100%;
    background: url(images/bg12.png) center center no-repeat;
}
.dydir1 {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: 888;
}
.dydir1 .list-inline {
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
	background:#eee;
	opacity: 0.98;

}
.dydir1 .list-inline li {
    padding-left: 25px;
    padding-right: 25px;
    cursor: pointer;
}
.dydir1 .list-inline li a {
    font-family: '微软雅黑';
    font-size: 16px;
	color: #333;
}
.dydir1 .list-inline li.active a {
    font-family: '微软雅黑';
    font-size: 16px;
	color: #ecb247;
}
.indicshow{
	bottom: -25%;
	width: 100%;
	left: 0;
	margin-left: 0;
}
.indicshow li {

    display: inline-block;
    width: 50px;
	height: 48px;
    margin: 0;
        margin-right: 0px;
    text-indent: -999px;
    cursor: pointer;
    border-radius: 0px;
    margin-right: 5px;
	border: 2px solid #fff;



}
.indicshow .active {

    width: 50px;
	height: 52px;
    margin: 0;
    margin-right: 0px;
    border: 1px solid #ecb247;
    margin-right: 5px;
	border-radius: 0px;


}

.controlshow .left {

    background-image: none !important;


}
.controlshow .right {

    background-image: none !important;


}

.dydir1 .list-inline li::after {
    content: "|";
    color: #fff;
    position: relative;
    left: 25px;
}
.dydir1 .list-inline li:last-child::after {
    content: "";
    color: #fff;
    position: relative;
    left: 25px;
}
.dydir1 .list-inline{

}
.list-un3{
	display: none;
}
.list-un4{
	display: none;
}
.list-un3.active{
	display: block;
}
.list-un4.active{
	display: block;
}
.list-un3 ol{
	position: relative;
}
.list-un3 ol em{
	position: absolute;
	top: 0;
	right: 0px;
}
.list-un3 ol{
	padding-left: 27px;
}
.list-un2 > li:nth-child(2n+1).active{
	color: #ecb247;
}
.list-un3 > ol:nth-child(2n+1).active{
	color: #ecb247;
}
.list-un4 ol{
	padding-left: 0;
	text-align: center;

}
.list-un4 ol a{
	color: #333;

}
.list-un3 ol{
	border-bottom: 1px solid #eee;
	margin-bottom: -1px;
}
.page_list{ height:87px;line-height:87px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:16px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:48px; height:48px; line-height:48px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #009843;background:#009843;}

.page_list a.on{color:#fff;border:1px solid #009843;background:#009843;}
@media(max-width: 768px) {

.page_list{ height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:13px;margin-top:20px; margin-bottom:20px;}

.page_list a{display:inline-block;color:#898989;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center; margin:0 10px; width:18px; height:18px; line-height:18px; border-radius: 50%;}

.page_list a:hover{color:#fff;border:1px solid #898989;background:#898989;}

.page_list a.on{color:#fff;border:1px solid #009843;background:#009843;}
}
.selectA .main3_list2 li.active{
	color: blue;
}
.selectB .main3_list2 li.active{
	color: blue;
}
.selectResult .main3_list2 li{
	background: #445A8c;
	color: #fff;
}
.main3_list1>li:first-child{
	background: url(../images/main3_1.jpg) repeat-x;
	line-height: 42px;
	height: 42px;
	box-shadow: 0px 0px 10px 1px #eee;
	padding-left: 15px;
	padding-right: 15px;
}
.span1{
	width: 100px;
	text-align: right;
}
.main3_list1{
	border: 1px solid #ddd;
}
@media(max-width: 768px){
	.main3_list1{
	border: none;
}
}
.main3_list1 li{

	line-height: 42px;

	margin-bottom: -1px;
	color: #9D9D9D;
}
.main3_list2 li{
	color: #ff3300;
}

.course{
	margin-top: 30px;
}
.glyphicon-yen{
	color:#ff3300;

}
.title span:first-child{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #333;
}
.biaoti{
	font-size: 24px;
}
.col-sm-title1 .genduo a{
	font-size: 12px;
}


.jcm2 ul.brands-list > li {
	float: left;
	width: 23.5%;
	height: 152px;
	margin-right: 2%;
	margin-bottom: 20px;
}
.jcm2 ul.brands-list > li.last {
	margin-right: 0;
}
.jcm2 ul.brands-list > li > .img-box {
	height: 100%;
}
.jcm2 ul.brands-list > li img {
	width: 100%;
	height: 100%;
	object-fit: contain;
  font-family:'object-fit: contain;';
}
@media (max-width: 991px) {
	.jcm2 ul.brands-list > li {
		height: 110px;
	}
}
@media (max-width: 767px) {
	.jcm2 ul.brands-list > li,
	.jcm2 ul.brands-list > li.last {
		width: 32%;
		margin-right: 2%;
	}
	.jcm2 ul.brands-list > li.last-sm {
		margin-right: 0;
	}
}
@media (max-width: 575px) {
	.jcm2 ul.brands-list > li {
		height: 60px;
	}
}
