.head_scroll{background-color: rgba(36,36,197,0.5)!important;}
body {
	font-size: 14px;
	font-family: "microsoft yahei",Arial,Helvetica,sans-serif;
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}

div,ul,li,p,h1,h2,h3,h4,h5,h6,dl,dt,dd {
	margin: 0;
	padding: 0;
	border: none;
	list-style: none;
}

input {
	border: none;
	outline: none;
	list-style: none;
}

img {
	border: none;
	vertical-align: top;
	outline: none;
}

em {
	font-style: normal;
}

.lf {
	float: left;
}

.rt {
	float: right;
}

.clear {
	clear: both;
}

a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.container {
	width: 100%;
	min-width: 1460px;
	overflow: hidden;
}

.head {
	height: 80px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #2424c5;
}

.head .main {
	display: flex;
	justify-content: space-between;
}

.head .logo {
	width: 180px;
    margin: 10px;
}

.head .logo img {
	width: 100%;
}

.head .logo img.cur {
	display: none;
}

.head .head_rt {
	width: 50px;
	height: 80px;
	display: flex;
	justify-content: space-between;
}

.head .login_box {
	float: right;
	margin-top: 24px;
	font-size: 16px;
	width: 153px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
}

.head .login_box a {
	color: #fff;
}

.head .login_box a {
	width: 68px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 5px;
}

.head .login_box a.btn_login {
	float: left;
	color: #fff;
	border: 1px solid #fff;
}

.head .login_box a.btn_register {
	float: right;
	color: #fff;
	width: 70px;
	height: 34px;
	background: #421ccd;
	background: -moz-linear-gradient(left,#7137df,#1613c3);
	background: linear-gradient(to right,#7137df,#1613c3);
	background: -webkit-linear-gradient(left,#7137df,#1613c3);
	background: linear-gradient(to right,#7137df,#1613c3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7137df',endColorstr='#1613c3',GradientType=1 )
}

.head .language_lists {
	float: left;
	line-height: 80px;
}

.head .language_lists a {
	color: #fff;
	position: relative;
	font-size: 16px;
}

.head .search_box {
	width: 200px;
	height: 80px;
	margin: 0 auto;
	position: relative;
}

.head .search_box .search_icon {
	background: url(../image/icon_search.png) no-repeat center top;
	width: 24px;
	height: 24px;
	float: left;
	margin-top: 28px;
}

.head_nav {
	height: 80px;
	width: 80%;
	min-width: 800px;
}

.head_nav .main {
	box-sizing: border-box;
	min-width: 700px !important;
}

.head_nav .nav_lists {
	display: flex;
	justify-content: space-between;
	line-height: 80px;
	width: 100%;
}

.head_nav .nav_lists li {
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	position: relative;
	text-align: center;
}

.head_nav .nav_lists li.btn_fwzx {
	width: 96px;
}

.head_nav .nav_lists li dl {
	display: none;
	z-index: 999;
	font-size: 14px;
	;position: absolute;
	top: 80px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
}

.head_nav .nav_lists li.btn_fwzx dl {
	margin-left: -105px;
}

.head_nav .nav_lists li dl dd {
	width: 200px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	background: rgba(0,0,0,0.5);
}

.head_nav .nav_lists li dl dd:last-child {
	padding-bottom: 5px;
}

.head_nav .nav_lists li dl dd a {
	color: #fff;
}

.head_nav .nav_lists a {
	color: #fff;
}





.head_nav .nav_lists li.cur:before {
    right: 0;
    bottom: 15px;
    left: 0;
    margin: 0 auto;
    width: 60px;
    background-color: #5386f1;
    transition: all .5s ease;
    -webkit-mask-image: linear-gradient(-75deg,rgba(83,134,241,.3) 50%,#f43737 0,#000 70%);
    -webkit-mask-size: 200%;
    animation: shine 2s infinite
}

.head_nav .nav_lists li.cur:after,.head_nav .nav_lists li.cur:before {
    position: absolute;
    height: 3px;
    content: ""
}

.head_nav .nav_lists li.cur:after {
    right: 32%;
    bottom: 18px;
    background-color: #fff;
    transition: all .3s ease
}
.head_nav .nav_lists li dd:hover{
    background: #5386f1 !important;
}

@-webkit-keyframes shine {
    0% {
        -webkit-mask-position: 150%
    }

    to {
        -webkit-mask-position: -50%
    }
}




.footer {
	height: 525px;
	padding-top: 50px;
	background: #441dce;
	background: -moz-linear-gradient(left,#7238de,#1414c3);
	background: linear-gradient(to right,#7238de,#1414c3);
	background: -webkit-linear-gradient(left,#7238de,#1414c3);
	background: linear-gradient(to right,#7238de,#1414c3);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7238de',endColorstr='#1414c3',GradientType=1 )
}

.footer .main {
	position: relative;
}

.footer .foot_logo {
}

.footer .zbdw {
	margin-top: 68px;
}

.footer .zbdw .zbdw_lists {
	margin-bottom: 15px;
}

.footer .zbdw .zbdw_lists p {
	line-height: 35px;
	color: #fff;
	font-size: 20px;
}

.footer .zbdw .zbdw_lists p span {
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding-left: 30px;
}

.footer .zbdw .zbdw_lists p a {
	color: #fff;
}

.footer .zbdw .zbdw_lists p.tit {
	color: #F4F4F4;
	font-size: 20px;
}

.footer .ewm {
	float: right;
}

.footer .ewm ul {
}

.footer .ewm ul li {
	width: 126px;
	float: left;
	margin-left: 30px;
}

.footer .ewm ul li img {
	width: 126px;
	height: 126px;
}

.footer .ewm ul li p {
	font-size: 14px;
	line-height: 32px;
	color: #fff;
	text-align: center;
}

.footer .qlsm {
	height: 62px;
	line-height: 62px;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-top: 100px;
	font-size: 16px;
	border-top: 1px solid #5a69bb;
}

.footer .qlsm a {
	color: #fff;
}

.footer .qlsm .tt {
	background: url(../image/foot_gh2.png) no-repeat left center;
	padding-left: 25px;
	margin-left: 60px;
}

.main {
	max-width: 1440px;
	margin: auto;
	min-width: 1150px;
	padding: 0 36px;
}

.no_sel {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.ie_remind {
	display: none;
	;text-align: center;
	line-height: 90px;
	height: 90px;
	background: #999;
	color: #CD0A11;
	font-size: 20px;
}






.cb_sliders {
	display: none;
	position: fixed;
	right: 0;
	cursor: pointer;
	bottom: 220px;
	z-index: 999;
}

.cbl_lists {
}

.cbl_lists li {
	width: 78px;
	background: #4040db;
	height: 80px;
}

.cbl_lists li:hover {
	background: #2424c5;
}

.cbl_lists li.bzzx {
	margin-bottom: 9px;
}

.cbl_lists li.lxwm {
	position: relative;
}

.cbl_lists li.lxwm .lxwm_mask {
	display: none;
	position: absolute;
	background: url(../image/bg_lxwm_mask.png) no-repeat center top;
	width: 172px;
	height: 432px;
	bottom: -100px;
	left: -172px;
	padding-top: 10px;
}

.cbl_lists li.lxwm:hover .lxwm_mask {
	display: block;
}

.cbl_lists li.lxwm .lxwm_mask .lxwm_tit {
	padding: 15px 35px 12px;
	font-size: 18px;
	color: #2424c5;
	text-align: justify;
}

.cbl_lists li.lxwm .lxwm_mask p {
	padding-left: 35px;
}

/* logo */
.list_nr .hblist li {
    padding: 11px;
    border: 1px solid #ddd;
    float: left;
    margin: 20px;
}
.list_nr .hblist li img {
    float: left;
    width: 225px;
    height: 86px;
    margin-right: 15px;
}