@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: normal;
	outline: none;
	font-family: 'Roboto', sans-serif!important;
}

@font-face {
	font-family: 'times';
	src: url('times.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	color: #333;
	font-size: 16px;
	font-family: arial;
	margin-left: auto !important;
	margin-right: auto !important;
	text-align: left;
}

html,
body {
	min-width: 1500px;
	width: 100%;
	height: 100%;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
	color: #333;
        font-family:'Roboto', sans-serif;
}

img,
input {
	border: 0;
	outline: none;
}

body .clear {
	clear: both;
	height: 0 !important;
	width: 0 !important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
}
p, h3 { max-height: 999999px; } 
.clearfix:after {
	content: "";
	clear: both;
	display: block;
	overflow: hidden;
	font-size: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.px1500 {
	width:1500px;
	max-width: 1500px;
	margin: 0 auto;
	padding: 0 0 0 -23px;
}

.pic img {
	display: block;
	width: 100%;
	height: 100%;
	transition: all 0.5s;
}

.pic:hover img {
	transform: scale(1.05);
}


/*头部*/

.pc {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: 0;
}

.top {
	width: 100%;
        min-width:1220px;
	background: #fff;
        padding:0 10px;
}

.top>div.px1500 {
        width:100%;
	background: url(../img/top-bg.png)no-repeat 80% bottom;
}

.logo a {
	display: block;
	line-height: 140px;
	font-size: 0;
}

.logo img {
	vertical-align: middle;
}

.top-r {
	margin-top: 52px;
}

.top-r-lj {
	line-height: 36px;
	margin-left: 24px;
	font-size: 14px;
}

.top-r-lj a {
	display: inline-block;
	padding-left: 20px;
}

.top-r-lj a img {
	vertical-align: -3px;
	padding-right: 10px;
}

.search {
	position: relative;
	width: 272px;
	height: 36px;
	border: 1px solid rgba(0, 0, 0, 0.33);
	border-radius: 17px;
}

input,
button {
	border: none;
	outline: none;
}

.search .text {
	width: 260px;
	padding-left: 15px;
	padding-right: 48px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	background: none;
	color: #333;
}

.search .button {
	width: 46px;
	height: 35px;
	/* background: url(../img/fdj.png) no-repeat center; */
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

input::-webkit-input-placeholder {
	color: #333;
}

input::-moz-input-placeholder {
	color: #333;
}

input::-ms-input-placeholder {
	color: #333;
}


/*导航*/

.nav {
	width: 100%;
        min-width:1220px;
	height: 70px;
	line-height: 70px;
	background: #0b2d77;
	/* background: #0b2d77 url(../img/nav-bg.png) no-repeat right center; */
}

.nav>ul {
        width:100%;
	font-size: 0;
	/* background: #0b2d77 url(../img/nav-bg.png) no-repeat right center; */
}

.nav>ul>li {
	float: left;
	text-align: center;
	position: relative;
	margin: 0px 42px;
}
.nav>ul>li:first-child{
	/* margin-left: 0; */
}

.nav>ul>li.last {
	margin: 0 0 0 0;
	padding-left: 60px;
	padding-right: 0;
	background: #0b2d77 url(../img/nav-bg.png) no-repeat left top;
	background-size: 215%;
	width: 348px;
}

.nav>ul>li.active>a {
	/* border-bottom: 3px solid #fff; */
}

.nav>ul>li>a {
	display: block;
	font-size: 15px;
	text-align: center;
	position: relative;
	color: #fff;
	/* font-weight: bold; */
	font-weight: 500;
}
.nav>ul>li>a:hover {

	color: #fdc800;
}


.nav>ul>li.active>a {
	font-weight: 500;
}

.nav>ul>li:hover>a {
	/*font-weight: bold;*/
}

.nav>ul>li>div {
	position: absolute;
	top: 100%;
	width: 122%;
	left: 50%;
	transform: translateX(-50%);
	min-width: 170px;
	background: #0b2d77;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	z-index: 9999;
	line-height: normal;
	display: none;
}

.nav>ul>li>div>ul {
    border-top: 1px solid #fdc800;
}

.nav>ul>li>div>ul>li {
	position: relative;
	text-align: left;
}
.nav>ul>li>div>ul>li:hover .nav>ul>li>div>ul{border-top: 1px solid #fdc800;}

.nav>ul>li>div>ul>li a {
	display: block;
	font-size: 13px;
	line-height: 24px;
	color: #fff;
	padding: 10px 5px;
	position: relative;
	border-bottom: 1px solid #1A3B61;
	/* font-weight: bold; */
	font-weight: 500;
}

.nav>ul>li>div>ul>li:first-child a {
	/* border-bottom: 0; */
}

.nav>ul>li>div>ul>li:last-child a {
	/* border-top: 0; */
}
.nav>ul>li>div>ul>li:first-child a:hover{color:#fdc800;}

.nav>ul>li>div>ul>li.has-child-menu a:after {
	content: "";
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: url(../img/nav_d1.png) no-repeat right center;
	background-size: auto 12px;
	width: 9px;
	height: 17px;
	color:#fdc800;
        display:none;
}

.nav>ul>li>div>ul>li a:hover {
	background: #0b2d77;
	color: #fdc800;
}

.nav>ul>li>div>ul>li ul.subb {
	position: absolute;
	left: 100%;
	background: #0b2d77;
	box-shadow: 0 0 5px rgba(0, 0, 0, .2);
	min-width: 170px;
	top: -1px;
	display: none;
	border-top: 1px solid #fdc800;
}

.nav>ul>li>div>ul>li:hover ul.subb {
	display: block;
}

.nav>ul>li>div>ul>li:hover ul.subb li a {
	line-height: 33px;
	padding: 5px 10px;
}

.nav>ul>li>div>ul>li:hover ul.subb li:first-child a {
	border-top: 0;
}

.nav>ul>li>div>ul>li.has-child-menu ul.subb li a:after {
	display: none;
}


/*底部*/

.foot {
	background: url(../img/foot-bg.jpg) no-repeat center;
	background-size: cover;
	width: 100%;
	padding: 65px 0 10px 0;
}

.foot>div {
	color: #fff;
}

.foot a {
	color: #fff;
}

.foot h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	padding-bottom: 10px;
	position: relative;
}

.foot h3:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 2px;
	background: #fff;
}

.foot-l {
	width: 200px;
}

.foot-l ul {
	margin-top: 20px;
}

.foot-l ul li a {
	display: block;
	font-size: 14px;
	line-height: 34px;
}

.foot-l ul li a:hover {
	color: rgb(244 196 12);
}

.foot-c {
	width: 452px;
	margin-left: 34px;
}

.foot-c ul li {
	float: left;
	margin: 20px 10px 0 0;
}

.foot-c ul li a {
	display: block;
	width: 140px;
	height: 37px;
	overflow: hidden;
}

.foot-c ul li a img {
	display: block;
	width: 100%;
	height: 100%;
	opacity: 0.65;
	transition: all 0.3s;
}

.foot-c ul li a:hover img {
	opacity: 1;
}

.link {
	width: 590px;
}

.link p {
	line-height: 32px;
	padding-right: 20px;
	text-align: left;
	font-size: 14px;
	color: #333;
	background: url(../img/link-icon-down.png) no-repeat;
	background-position: right center;
}

.link>div {
	float: left;
	position: relative;
	padding: 0 20px;
	width: 272px;
	height: 32px;
	background: rgba(243, 243, 243, 0.9);
	border-radius: 5px;
	margin-left: 20px;
	margin-top: 20px;
}

.link>div:hover div {
	display: block;
}

.link>div div {
	position: absolute;
	bottom: 100%;
	background: #fff;
	box-shadow: 0 2px 4px rgba(51, 51, 51, 0.2);
	border: 1px solid #eee;
	padding: 15px 0;
	left: 0;
	right: 0;
	display: none;
}

.link>div div a {
	display: block;
	color: #333;
	line-height: 30px;
	font-size: 14px;
	padding: 0 10px;
}

.link>div div a:hover {
	background: #0560a9;
	color: #fff;
}

.foot-r {
	margin-left: 154px;
}

.foot-r h3 {
	float: left;
}

.foot-r .dz {
	margin-top: 10px;
}

.foot-r .dz p img {
	vertical-align: middle;
	padding-right: 10px;
}

.foot-r .dz p {
	font-size: 14px;
	line-height: 32px;
}

.foot-bq {
	line-height: 50px;
	padding: 25px;
	text-align: center;
	font-size: 14px;
	margin-top: 20px;
	background: url(../img/foot-bqx.png) no-repeat center top;
}

.foot-bq img {
	display: inline-block;
	vertical-align: middle;
	padding-right: 28px;
}

.foot-media {
	float: left;
	margin-left: 30px;
}

.foot-media>div {
	float: left;
	text-align: center;
	margin-left: 30px;
	position: relative;
}

.foot-media>div:hover div {
	display: block;
}

.foot-media>div>div {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 100%;
	margin-bottom: 15px;
	width: 120px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	display: none;
        z-index:9;
}

.foot-media>div>div img {
	display: block;
	width: 100%;
}

.foot-media>div>div::before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}

.foot-media>div>img {
	display: block;
	margin: 0 auto;
	cursor: pointer;
}

.goTop {
	position: fixed;
	bottom: 280px;
	right: 60px;
	z-index: 9999999;
	background: url(../img/top.png) no-repeat;
	background-size: cover;
	width: 70px;
	height: 44px;
	display: none;
	transition: all 0.3s;
}

.goTop:hover {
	bottom: 290px;
}
.home{
	position: fixed;
    bottom: 280px;
    right: 60px;
    z-index: 9999999;
    background: url(../img/home.png) no-repeat;
    background-size: cover;
    width: 70px;
    height: 44px;
    display: none;
    transition: all 0.3s;
}
.home:hover {
	bottom: 290px;
}
@media screen and (max-width: 1560px) {
.s4-c{
padding-left:30px;
padding-right:30px;
}
}
@media screen and (max-width: 1520px) {
.nav>ul>li{    margin: 0px 39.4px;}
.nav>ul>li:first-child>div{
left:0;
    transform: translateX(-18%);
}
}
@media screen and (max-width: 1420px) {
.nav>ul>li{    margin: 0px 32.2px;}
}
@media screen and (max-width: 1320px) {
.nav>ul>li{    margin: 0px 25.2px;}
}
@media screen and (max-width: 1220px) {}