/* 全局 */
html, body {
    font-family: "微软雅黑";
}
html{
	background-color: #fff;
}
i{
	font-style: normal;
}
a:hover{
	color: #ff7f42; 
	transition: all .3s;
}

/*设置输入框input中placeholder的字体颜色、字号 start*/
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{ 
	color:#b5b5b5; 
}

input:-moz-placeholder,textarea:-moz-placeholder{ 
	color:#b5b5b5; 
}

input::-moz-placeholder,textarea::-moz-placeholder{ 
	color:#b5b5b5; 
} 
input:-ms-input-placeholder,textarea:-ms-input-placeholder{ 
	color:#b5b5b5; 
}

.layui-container{
	width: 1200px;
	padding: 0;
}
.layui-nav li>a {
    font-size: 16px;
}
.layui-nav {
    padding: 0 0; 
}

/*头部导航*/
.header_nav{
	z-index: 10000; 
	width: 100%; 
	height: 50px; 
	border-radius: 0;
    margin-top: -50px;
}
.header_nav .layui-nav .layui-nav-more{
	display: none;
}
.header_nav .layui-nav{
	background-color: #ff7f42!important;
	height: 50px;
	display: -webkit-flex;
	justify-content: space-between;
}
.header_nav .layui-nav .layui-nav-item {
    width: 130px;
    text-align: center;
    line-height: 50px;
}
.header_nav .layui-nav .layui-nav-item a{
    color: #fff!important;
}
.header_nav .layui-nav .layui-this:after, .header_nav .layui-nav-bar{
    height: 0px;
    background-color: #f5a37b;
}
.header_nav .layui-nav .layui-this>a,.header_nav .layui-nav-item>a:hover{
    background-color: #f5a37b;
}

.nav-banner {
    height: 240px;
    background: url(/resources/jtjy/images/topimg.jpg) #f9f2ec no-repeat center center;
    margin: 0 auto;
}
.safe-wrapper {
    width: 1200px;
    margin: auto;
}
.banner-main-l {
    flex: 1;
    display: flex;
    padding-top: 30px;
    justify-content: flex-start;
    align-items: center;
    clear: both;
}
.banner-main-l .banner-logo {
    width: 120px;
    height: 120px;
    margin-right: 20px;
}
.banner-main-l .banner-logo img {
    width: 100%;
    height: 100%;
}
.banner-main-l .banner-title-text {
    display: block;
    font-size: 35px;
    margin-bottom: 10px;
    letter-spacing: 5px;
    font-weight: bold;
    background-image: linear-gradient(to right, #ff3300, #ab2b03);
    color: transparent;
    -webkit-background-clip: text;
}
.banner-main-l .banner-title-tips {
    display: block;
    font-size: 28px;
    font-weight: 600;
    background-image: linear-gradient(#ab2b03,#ff3300);
    color: transparent;
    -webkit-background-clip: text;
    letter-spacing: 3px;
}
.nav-banner-main .banner-tips {
    text-align: right;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    background-image: linear-gradient(#ab2b03,#ff3300);
    color: transparent;
    -webkit-background-clip: text;
}


.p-topbar {
    background-color: #e5e5e5;
    height: 50px;
}
.p-topbar .top-text {
    font-size: 16px;
    color: #333;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
}
.topSearchBox input {
    border-width: 1px;
    border-style: solid;
    border-radius: 50px;
    width: 80%;
    height: 25px;
    border-color: #ffffff;
    padding-left: 20px;
    font-size: 14px;
    background-color: #fff;
}
.pull-right {
    font-size: 12px;
    float: right;
    margin-right: -15px;
}
.p-topbar .litte-img {
    background-repeat: no-repeat;
    height: 20px;
    display: inline-block;
    background-position: left bottom;
    padding-left: 35px;
    padding-bottom: 20px;
}