/*

 * @主色: #f54f15

 * @Author: jinbo

 * @Date:   2017-12-15 09:48:21

 * @Last Modified by:   jinbo

 * @Last Modified time: 2017-12-19 10:10:41

 */



@charset "utf-8";



/*

 * reset

 */

body {

	width: 100%;

	height: 100%;

	overflow-x: hidden;

	overflow-y: scroll;

	color: #000;

	font: 14px/1.8 'Microsoft Yahei', Arial, sans-serif

}



input,

textarea {

	margin: 0;

	padding: 0;

	outline: 0;

	border: 0;

	background: 0 0;

	vertical-align: middle

}



body,

button,

dd,

dl,

form,

h1,

h2,

h3,

h4,

h5,

ol,

p,

ul,

menu {

	margin: 0

}



ol,

ul,

menu {

	padding-left: 0;

	list-style-type: none

}



img {

	max-width: 100%;

	border: 0;

	vertical-align: top;
	
	height: auto !important;

}



a,

input,

select,

textarea {

	outline: none;

	star: expression(this.onFocus=this.blur());

}



a {

	outline: 0;

	color: #000;

	text-decoration: none;

	font-family: "微软雅黑"

}



a:hover {

	color: #f54f15

}



b,

i {

	font-style: normal

}



input,

b,

h1,

img,

span,

.case-item .icon,

.case-item p,

.lcBox a p,

*:before,

*:after,

.boxSexangle .overlayer a i,

.mask2 {

	-moz-transition: all ease-in-out 0.35s;

	-webkit-transition: all ease-in-out 0.35s;

	-o-transition: all ease-in-out 0.35s;

	-ms-transition: all ease-in-out 0.35s;

	transition: all ease-in-out 0.35s;

}



/*

 * common

 */

.opc0 {

	opacity: 0;

}



.fix {

	*zoom: 1;

}



.fix:before,

.fix:after {

	content: "";

	display: table;

}



.fix:after {

	clear: both;

}



.dib {

	display: inline-block;

	*display: inline;

	*zoom: 1;

}



.btn {

	cursor: pointer;

}



.lt-ie9 .wow {

	visibility: visible !important

}



/*

 * header

 */

.header {

	position: relative;

}



/*TOP*/

.bar {

	background: url('../images/yw_bar.jpg') no-repeat;

	color: #d3d3d3;

	position: relative;

	clear: both;

	line-height: 43px;

	overflow: hidden;

	font-size: 12px;

	font-weight: lighter;

}



.bar a {

	color: #d3d3d3;

}



.bar ul li {

	float: left;

	font-size: 12px

}



.bar ul li i.split {

	display: inline-block;

	vertical-align: middle;

	width: 1px;

	height: 9px;

	background: #d3d3d3;

	margin: 0 4px

}



/* 社会化标志 */

.link {

	height: 105px;

	text-align: right;

	padding-right: 15px;

}



.link::before {

	content: " ";

	display: inline-block;

	height: 100%;

	width: 0%;

	vertical-align: middle;

}



.link p {

	display: inline-block;

	vertical-align: middle;

	font-size: 16px;

	color: #6c6666;

	font-weight: bold;

}



.link a {

	padding: 0 10px 0 25px;

}



.link a.ch {

	background: url('../images/i_ch.jpg') 0px 4px no-repeat

}



.link a.en {

	background: url('../images/i_en.jpg') 0px 4px no-repeat

}



/* LOGO */

.logo {

	float: left;

	width: 28%;

	height: 124px;

	position: relative;

	text-align: center;

}



.logo a {

	display: block;

	height: 100%

}



.logo span {

	display: inline-block;

	height: 100%;

	width: 0;

	text-align: center;

	vertical-align: middle;

}



.logo img {

	vertical-align: middle;

	max-height: 100%

}



/* 按钮 1*/

.wapNavBtn {

	position: absolute;

	top: 16px;

	right: 5px;

	display: none;

	width: 24px;

	font-size: 24px;

	cursor: pointer;

	animation: transform .6s ease-in-out 0s both;

	-moz-animation: transform .6s ease-in-out 0s both;

	-webkit-animation: transform .6s ease-in-out 0s both;

	-o-animation: transform .6s ease-in-out 0s both;

	z-index: 99

}



.wapNavPointer {

	display: none;

	position: absolute;

	top: 3px;

	right: 3px;

	cursor: pointer;

}



/* 导航按钮2*/

button.nav-trigger {

	display: none;

	position: absolute;

	top: 50%;

	right: 0;

	z-index: 20;

	height: 60px;

	width: 50px;

	margin-top: -30px;

	padding: 0 12px;

	background: 0 0;

	border: 0;

	outline: 0

}



.nav-trigger {

	transition: -webkit-transform .3s cubic-bezier(.86, 0, .07, 1);

	transition: transform .3s cubic-bezier(.86, 0, .07, 1)

}



.nav-icon {

	position: relative;

	top: 2px;

	right: inherit;

	display: block;

	width: 26px;

	height: 2px;

	background-color: #000;

	border-radius: 2.5rem;

	transition: all .3s

}



.nav-icon:after,

.nav-icon:before {

	content: "";

	position: absolute;

	z-index: -1;

	display: block;

	height: 2px;

	width: 100%;

	border-radius: 2.5rem;

	background-color: #000;

	transition: all .3s

}



.nav-icon:before {

	top: 7px

}



.nav-icon:after {

	top: -7px

}



/*.navigation-is-visible .nav-trigger{-webkit-transform:translate3d(84vw,0,0);transform:translate3d(84vw,0,0)}*/

.navigation-is-visible .nav-icon {

	background-color: transparent !important

}



.navigation-is-visible .nav-icon:before {

	-webkit-transform: rotate(-45deg);

	transform: rotate(-45deg);

	top: 0;

	background-color: #fff

}



.navigation-is-visible .nav-icon:after {

	-webkit-transform: rotate(45deg);

	transform: rotate(45deg);

	top: 0;

	background-color: #fff

}



/*导航2*/

.navBox {

	background-color: #fff

}



.nav_transform1 {}



.nav_transform1 .navTop {

	position: absolute;

	top: 0px;

	display: none;

	height: 4px;

	background: #f89120;

}



.nav_transform1 .navTop {

	transition-duration: .5s;

	-ms-transition-duration: .5s;

	-moz-transition-duration: .5s;

	-webkit-transition-duration: .5s;

}



.nav_transform1 ul.navCont {}



.nav_transform1 ul.navCont li.child {

	position: relative;

	float: left;

	width: 9%;

	text-align: center;

	padding: 40px 0

}



.nav_transform1 ul.navCont li.child.last {

	margin-right: 0

}



.nav_transform1 ul.navCont li.child a {

	display: block

}



.nav_transform1 ul.navCont li.child a p.title {

	font-size: 14px;

	line-height: 1.3;

	position: relative;

	display: block;

}



/*.nav_transform1 ul.navCont li.child .title{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }*/

.nav_transform1 ul.navCont li.child a:hover,

.nav_transform1 ul.navCont li.child.on a {

	color: #f54f15;

}



.nav_transform1 ul.navCont li.child a span {

	font-size: 12px;

	color: #6e6e6e;

	transform: scale(0.9);

	display: block;

	position: relative;

}



.nav_transform1 ul.navCont li.child a p:after {

	display: block;

	content: '';

	position: absolute;

	width: 20px;

	height: 1px;

	background-color: #6e6e6e;

	left: 100%;

	top: 0;

	margin-left: -5px;

	transform-origin: left top;

	transform: rotate(-0deg);

	opacity: 0

}



.nav_transform1 ul.navCont li.child a span:after {

	display: block;

	content: '';

	position: absolute;

	width: 20px;

	height: 1px;

	background-color: #6e6e6e;

	right: 100%;

	bottom: 0;

	margin-right: -20px;

	transform-origin: right bottom;

	transform: rotate(-0deg);

	opacity: 0

}



.nav_transform1 ul.navCont li.child a:hover p:after {

	transform: rotate(-45deg);

	opacity: 1

}



.nav_transform1 ul.navCont li.child a:hover span:after {

	transform: rotate(-45deg);

	opacity: 1

}



.lt-ie9 .nav_transform1 ul.navCont li.child a p:after {

	display: none;

}



.lt-ie9 .nav_transform1 ul.navCont li.child a span:after {

	display: none;

}



/*二级*/

.child .childContent {

	display: none;

	position: absolute;

	top:84px;

	width: 100%;

	z-index: 999;

}
.child .childContent a{
    color: #fff !important;
}


.child .childContent .childContentLi {

	color: #fff;

	font-size: 14px;

	line-height: 38px;

	background-color: #ed1a1a;

}



.child .childContent .childContentLi:hover {

	background: #ed1a1a;

	color: #fff;

}



/*

 * footer

 */

.footer {

	text-align: center;

	background: #333333;

	color: #999999;

	font-size: 13px;

	line-height: 30px

}



.footer a {

	color: #999999

}



.footer a:hover {

	text-decoration: underline;

	color: inherit;

}



.footer_detail {

	padding: 2em 0;

	text-align:center;

}
.ewm{
    text-align: center;
}
.ewm img{
    width:136px;
    height:auto;
}


/*留言板 messages*/
.messages{
  display: table;
  margin: 0 auto 80px;
  max-width: 980px;
  border: 1px solid #dedede;
  border-radius: 5px;
  padding:20px 20px;
  box-sizing: border-box;
  box-shadow: 0px 0px 6px 0px rgba(108,108,108,0.75);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(108,108,108,0.75);
  -moz-box-shadow: 0px 0px 6px 0px rgba(108,108,108,0.75);
}
.messages table{
  display: table;
  text-align: center;
  margin: 0 auto;
  font-size: 18px;
  color: #666666;
}
.messages table tr{
  margin: 15px 0;
  display: block;
}
.messages table tr input{
  display: inline-block;
  width: 250px;
  height: 25px;
  line-height: 25px;
  font-size: 15px;
  color: #666666;
}
.messages input[name=submit],
.messages input[name=reset]{
  display: inline-block;
  padding: 6px 20px;
  background: #00b0a0;
  border: none;
  color: #ffffff;
  font-size: 15px;
}

/*留言框*/
.messagesBox{
    margin:100px 0;
}
.messagesBoxtitle{
    text-align: center;
}
form{
    display: block;
    width: 90%;
    max-width: 600px;
    margin: 20px auto;
    border: 1px solid #dedede;
    border-top: 5px solid #dedede;
    border-bottom: 5px solid #dedede;
    border-radius: 10px;
    padding: 20px 50px;
    box-sizing: border-box;
}
form label{
    display: flex;
    width: 100%;
    font-size: 17px;
    margin: 15px 0;
}
form label span{
    width: 100px;
    text-align: right;
}
form label input{
    flex-grow: 1;
    border: 1px solid #999999;
    padding: 0 10px;
    font-size: 16px;
}
form label textarea{
    flex-grow: 1;
    border: 1px solid #999999;
    padding:5px 10px;
    resize: none;
    font-size: 16px;
}
form input[type=submit]{
    display: block;
    width: 140px;
    height: 35px;
    line-height: 35px;
    margin: 10px auto;
    background: #00AEF3;
    color: #ffffff;
    border-radius: 5px;
}
@media screen and (max-width: 767px) {
    form {
        padding:10px;
    }
    form label span{
        width: 100px;
        flex-shrink: 0;
        flex-grow: 0;
    }
}

.tishi{
    font-size: 13px;
    text-align: center;
}

.pagination-wrapper .page_box{
    display: flex;
    margin: 20px auto 0;
    align-items: center;
    justify-content: center;
    padding: 10px 0 30px;
}
.pagination-wrapper .page_box li{
    padding: 10px;
}
.m-ins-navbox .right{
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px 0;
}
.m-ins-navbox .right a{
    padding: 0 10px;
}

/*新闻列表*/
.NewsBox{
    width: 100%;
    box-sizing: border-box;
}
.NewsList{
    display: flex;
    margin: 10px 0;
}
.NewsList .listTime{
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    text-align: right;
    padding-right: 20px;
    border-right: 2px solid #dedede;
}
.NewsList .listTime p{
    font-size: 27px;
    color: #999999;
}
.NewsList .listTime span{
    font-size: 13px;
    color: #555;
}
.NewsList .listTitle{
    padding: 15px 30px;
    box-sizing: border-box;
}
.NewsList .listTitle .title{
    font-size: 16px;
    color: #555;
}
.NewsList .listTitle .description{
    color: #777;
}
.NewsList .listImage{
    width: 240px;
    height: auto;
    padding: 10px 0;
    flex-grow: 0;
    flex-shrink: 0;
    padding-right: 60px;
}
.NewsList:hover{
    background: #f54f15;
    color: #ffffff;
}
.NewsList:hover .description{
    color: #ffffff !important;
}
.NewsList:hover .title{
    color: #ffffff !important;
}
.NewsList:hover span{
    color: #ffffff !important;
}
.NewsList:hover p{
    color: #ffffff !important;
}
@media screen and (max-width:767px){
    .NewsList .listTime{
        width: 50px;
        padding-right: 10px;
    }
    .NewsList .listTime p{
        font-size: 15px;
    }
    .NewsList .listTitle{
        padding: 5px;
    }
    .NewsList .listImage{
        width: 30%;
        padding-right: 3px;
    }
    .NewsList .listTitle .title{
        font-size: 15px;
        line-height: 20px;
    }
    .NewsList .listTitle .description{
        display: none;
    }
}














