* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
}

html,body{
	background: #FFFFFF;
	min-width: 1240px;
}


ol,ul,li{
	list-style: none;
}


a{
	text-decoration: none;
	color: inherit;
	display: block;
}

img{
	border: none;
	display: block;
}

.pull_left{
    float: left;
}

.pull_right{
    float: left;
}

.clerfloat:after{
	display: block;
	clear: both;
	content: "";
	visibility: hidden;
	height: 0;
}

.header{
    width: 100%;
    height: 150px;
    background: url('/r/cms/www/default/jcxyV2/images/header_bg.png') no-repeat center;
    background-size: cover;
}

.header .public-content {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.header .public-content .header_left {
    width: 390px;
    height: 182px;
    position: relative;
    margin-bottom: -33px;
    z-index: 11;
}

.header .public-content .header_left .header_left_box{
    width: 100%;
    height: 100%;
    background: #04509E;
    position: relative;
}

.header .public-content .header_left .header_left_box .header_left_logo {
    margin: 0 auto;
    width: 280px;
    padding-top: 50px;
}

.header .public-content .header_left .header_left_box .header_left_logo img {
    width: 100%;
}

.header .public-content .header_left .header_left_horn{
    width: 430px;
    border-top: 32px solid #063A6F; 
    border-bottom: 32px solid transparent; 
    border-right: 20px solid transparent;
    border-left: 20px solid transparent; 
    position: absolute;
    bottom: -32px;
    left: -20px;
}

.header .public-content .header_right{
    height: 100%;
    width: calc(1200px - 400px);
}

.header .public-content .header_right_top .header_right_top_box{
    width: 100%;
}

.header .public-content .header_right .header_right_top{
    float: right;
    width: 351px;
    border-bottom: 1px solid #9BC1E3;
    padding: 30px 0 35px;
    text-align: right;
}

.header .public-content .header_right .header_right_top > li{
    font-size: 16px;
    display: inline-block;
    color: #fff;
    padding: 0 7px;
    font-weight: normal;
    height: 22.5px;
    vertical-align: middle;
    position: relative;
}

/* .header .public-content .header_right .header_right_top li:last-child{
   border-left: 1px solid #C3C1C1;
} */

.header .public-content .header_right .header_right_top .search_icon{
    width: 19px;
    height: 19px;
    margin-top: 2px;
    position: relative;
}

.header .public-content .header_right .header_right_top > li .header_right_top_item_nav{
    text-align: center;
}

.header .public-content .header_right .header_right_bottom{
    padding-top: 30px;
    box-sizing: border-box;
}

.header .public-content .header_right .header_right_bottom > li{
    width: 11.111%;
    float: left;
    color: #fff;
    font-size: 18px;
    text-align: center;
    font-weight: normal;
    vertical-align: middle;
    position: relative;
}

.header .public-content .header_right .header_right_bottom > li > a{
    padding-bottom: 2px;
    border-bottom: 2px solid transparent;
}

.header .public-content .header_right .header_right_bottom > li:hover > a{
    border-bottom: 2px solid #FF6334;
}

.header .public-content .header_right .header_right_bottom > li .header_right_bottom_item_nav,.header .public-content .header_right .header_right_top > li .header_right_top_item_nav{
    display: none;
    background-color: transparent;
    border-radius: 9px;
    padding: 9px 4px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 12;
}

.header .public-content .header_right .header_right_bottom > li:hover .header_right_bottom_item_nav,.header .public-content .header_right .header_right_top > li:hover .header_right_top_item_nav{
    display: block;
}

.header .public-content .header_right .header_right_bottom > li .header_right_bottom_item_nav .header_right_bottom_item_nav_box,.header .public-content .header_right .header_right_top > li .header_right_top_item_nav .header_right_top_item_nav_box{
    background-color: #1775D0;
    border-radius: 9px;
    padding: 9px 4px;
}

.header .public-content .header_right .header_right_bottom > li .header_right_bottom_item_nav .header_right_bottom_item_nav_box li,.header .public-content .header_right .header_right_top > li .header_right_top_item_nav .header_right_top_item_nav_box li{
    padding: 5px;
}

.header .public-content .header_right .header_right_bottom > li .header_right_bottom_item_nav .header_right_bottom_item_nav_box li > a,.header .public-content .header_right .header_right_top > li .header_right_top_item_nav .header_right_top_item_nav_box li > a{
    display: inline-block;
    white-space: nowrap;
    font-size: 18px;
}

.header .public-content .header_right .header_right_bottom > li .header_right_bottom_item_nav .header_right_bottom_item_nav_box > li:hover a,.header .public-content .header_right .header_right_top > li .header_right_top_item_nav .header_right_top_item_nav_box > li:hover a{
   color: #5CDCF8;
}


