@charset "utf-8";

@font-face {
	font-family: "cu";
	src: url("../fonts/8E4C4A88EBD1687CB8AC0C8E7D8958F9.OTF");
	font-weight: 400;
}

@font-face {
	font-family: "xi";
	src: url("../fonts/11C302DD8C50619E4131DA5D645FB422.OTF");
	font-weight: 400;
}

@font-face {
	font-family: 'siyuan';
	src: url('../fonts/bb4171.ttf');
	font-weight: normal;
	font-style: normal;
}

body,
html,
a {
	font-family: "xi" !important;
	font-weight: inherit;
}

/* a {
	font-family: "思源黑体";
} */
.top {
	background: #194a9d;
}

.top .centerBox {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 95px;
}

.logo img {
	width: 186px;
	margin-left: 35px;
}

/* 搜索 */
.top .search form {
	width: 568px;
	height: 40px;
	position: relative;
	border: 1px solid #2962bf;
}

.top .search .key {
	width: 92%;
	height: 100%;
	color: #666666;
	border: none;
	padding-left: 20px;
	font-size: 12px;
	color: #888888;
}

.top .search .submit {
	width: 45px;
	height: 100%;
	background: url(../images/1_03.png)center no-repeat;
	background-size: 26px 26px;
	background-color: #2962bf;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

/* Request */
.req {
	font-size: 0;
}

.req ul li {
	display: inline-block;
	font-size: 12px;
	color: #ffffff;
	border-right: 1px solid #7592c4;
	/* 	padding-right: 10px;
	padding-left: 6px; */
	padding: 5px 10px 5px 6px;
}

.req ul li:last-child {
	border-right: none;
	padding: 5px 15px;
	box-sizing: border-box;
}

.centerBox2 {
    margin: 0 auto;
    width: 93%;
    max-width: 1400px;
}

.req ul .open-lang-box .lang-box {
	/*display: none;*/
	position: absolute;
	left: 0;
	top: 140px;
	background: #fff;
	width: 100%;
	height:auto;
	padding: 30px 2%;
	box-sizing: border-box;
	z-index: 999;
	overflow-y: scroll;
}

.req ul .open-lang-box .lang-box h3{
    text-align: center;
    font-size: 24px;
    color: #333;
}

/*.req ul .open-lang-box:hover .lang-box {*/
/*	display: block;*/
/*}*/

.req ul li .eng2{
    display: flex;
}

.req ul li .eng2 img{
        display: inline-block;
    vertical-align: middle;
    width: 20px;
}

.req ul li .eng2 p{
        display: inline-block;
    vertical-align: middle;
}

.req ul li .eng {
	display: inline-block;
	width: 16%;
	margin-top: 30px;
}

.req ul li .eng img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.req ul li .eng p {
	padding-left: 5px;
	font-size: 16px;
	color: #333;
	    display: inline-block;
    vertical-align: middle;
}

.req ul li:hover {
	background: #022e78;
}

.req ul {
	display: flex;
}

/* header */
.header {
	background: #0d3f93;
	display: flex;
	align-items: center;
}

.header .centerBox {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content:center;
}

.logo_m {
	display: none;
}

.menu .nav li {
	display: inline-block;
	margin-right: 30px;
	color: #d1dbeb;
	font-size: 15px;
	padding: 10px 18px;
	text-transform: uppercase;
	position: relative;
	line-height: 19px;
}

.menu .nav li:last-child {
	margin-right: 0;
}

.menu .nav .on {
	display: none;
	background: #022e78;
	font-weight: bold;
	padding: 8px 10px;
	box-sizing: border-box;
	line-height: 23px;
}

.menu .nav li:nth-child(1)::before {
	content: '';
	background: url(../images/3_03.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 13px;
	padding-right: 10px;
}

.menu .nav li:nth-child(1)::after {
	content: '';
	background: url(../images/4_03.png) no-repeat;
	display: inline-block;
	width: 14px;
	height: 9px;
	margin-left: 75px;
}

/* 二级 */
.header .menu .nav li:hover {
	background: #00225a;
}

.header .menu .nav .erji {
	position: absolute;
	left: 55%;
	top: 100%;
	transform: translateX(-50%);
	background: #ffffff;
	min-width: 110%;
	padding: 0px;
	box-sizing: border-box;
	display: none;
	z-index: 999;
	color: #000000;
	border: 1px solid #dddddd;
}

.header .menu .nav .erji a {
	line-height: 35px;
	font-size: 12px;
	padding: 0 10px;
	display: flex;
	border-bottom: 1px solid #dddddd;
}

.header .menu .nav .erji .er_all {
	position: relative;
	padding: 0 10px;
}

.header .menu .nav .erji a p {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
}

.header .menu .nav .erji a p::before {
	content: '';
	background: url(../images/7_03.png) no-repeat;
	display: inline-block;
	width: 7px;
	height: 11px;
	margin-right: 5px;
}

.header .menu .nav .erji a:hover p:before {
	background: url(../images/8_03.png) no-repeat;
}

.header .menu .nav .erji a:hover p {
	color: #FFFFFF;
}

.header .menu .nav .erji a:hover {
	background: #194a9d;
}

.header .menu .nav li:hover .erji {
	display: block;
}

.header .menu .nav .erji1 {
	position: absolute;
	left: 55%;
	top: 100%;
	transform: translateX(-50%);
	background: #194a9d;
	min-width: 200px;
	padding: 0px;
	box-sizing: border-box;
	display: none;
	z-index: 999;
	color: #FFFFFF;
	/*border: 1px solid #dddddd;*/
	font-size: 14px;
	line-height: 30px;
	padding: 5px 2%;
	box-sizing: border-box;
	text-align: center;
}

.header .menu .nav li:hover .erji1 {
	display: block;
}

.header .menu .nav li  .erji1 .er_all:hover{
	font-weight: bold;
}


/* 三级菜单 */
.sanji {
	position: absolute;
	left: 290%;
	top: 0;
	width: 380%;
	background: #f2f2f2;
	padding: 20px 30px 20px 15px;
	transform: translateX(-50%);
	box-sizing: border-box;
	display: none;
	z-index: 999;
	color: #444444;
	border: 1px solid #dddddd;
}

.erji .sanji ul li {
	display: inline-block !important;
}

.sanji .san {
	font-size: 22px;
}

.header .menu .nav .erji .sanji a {
	width: 48%;
	display: inline-block;
	border-bottom: none;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
}

.header .menu .nav .erji .sanji a:hover {
	background: none;
}

.nav .erji .er_all:hover .sanji {
	display: block;
}

/* My Account */
.acc {
	font-size: 0;
}

.acc ul li {
	display: inline-block;
	padding: 4px 20px;
}

.acc ul li:nth-child(1) {
	background: #022e78;
}

.acc ul li:nth-child(2) {
	background: #022e78;
	padding: 11px 20px;
	height: 40px;
}

.acc .sho {
	display: flex;
	align-items: center;
}


.acc .sho .my {
	margin-left: 5px;
}

.acc .sho .my h4 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
}

.acc .sho .my h5 {
	font-size: 12px;
	color: #607598;
}

.acc .sho .my_yi {
	display: flex;
	align-items: center;
	margin-left: 5px;
}

.acc .sho .my_yi h4 {
	font-size: 12px;
	color: #FFFFFF;
	margin-right: 5px;
}

.acc .sho .my_yi span {
	font-size: 12px;
	color: #ffd800;
}

.acc ul li:hover {
	background: #00225a;
}


/* footer */
.footer {
	background: #000000;
	overflow: hidden;
}

.footer .centerBox {
	overflow: hidden;
	clear: both;
}

.foot {
	padding-bottom: 50px;
}

.foot h4 {
	text-align: center;
	font-size: 19px;
	line-height: 37px;
	color: #ffffff;
	padding-top: 45px;
	padding-bottom: 20px;
	box-sizing: border-box;
}

/* 底部搜索 */

.foot .sou form {
	width: 600px;
	height: 45px;
	position: relative;
	border: 1px solid #000000;
	margin: 0 auto;
	display: block;
}

.foot .sou .inp {
	width: 87%;
	height: 100%;
	border: none;
	padding-left: 20px;
	font-size: 12px;
	background: #2c2c2c;
	color: #888888;
}

.foot .sou .sub {
	width: 80px;
	height: 100%;
	background: url(../images/9_03.png)center no-repeat;
	background-size: 34px 34px;
	background-color: #2962bf;
	border: none;
	position: absolute;
	right: 0;
	top: 0;
}

.ic_com {
	width: 210px;
	float: left;
	margin-right: 40px;
}

.ic_zuo {
	margin-left: 40px;
}

.ic_com .ic_li {
	padding-left: 8px;
	box-sizing: border-box;
}

.ic_com h4 {
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;
	color: #FFFFFF;
	text-transform: uppercase;
	background: #2c2c2c;
	width: 100%;
	padding-left: 8px;
	box-sizing: border-box;
}

.ic_li li {
	color: #b8b8b8;
	font-size: 12px;
	margin-top: 10px;
}

.foll {
	margin-top: 70px;
}

.foll h4 {
	font-weight: bold;
	line-height: 37px;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}

.foll_li {
	text-align: center;
}

.foll_li li {
	display: inline-block;
	margin-right: 45px;
}

.foll_li li:last-child {
	margin-right: 0;
}

.ic_di {
	padding-top: 75px;
	padding-bottom: 35px;
	box-sizing: border-box;
}

.ic_di h4 {
	text-align: center;
	font-size: 12px;
	line-height: 24px;
	color: #dddddd;
}

.ic_di .ic_em {
	display: flex;
	align-items: center;
	justify-content: center;
}

.ic_di .ic_em img {
	width: 17px;
	margin: 0 8px;
}

/* 新闻页 */
.index {
	overflow: hidden;
	clear: both;
}

.dao {
	font-size: 12px;
	line-height: 34px;
	color: #222222;
}

.news_zuo {
	float: left;
	width: 260px;
	background: #f4f4f4;
}

.new_si {
	background: #2962bf;
	padding: 15px 0px 15px 20px;
}

.new_si h4 {
	color: #FFFFFF;
}

.new_li {
	padding: 10px 20px 10px 20px;
}

.new_li li {
	margin-bottom: 15px;
	font-size: 14px;
	color: #666666;
}

.new_li h5 {
	font-size: 16px;
	color: #222222;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
}

.new_li li:hover {
	color: #2962bf;
}

.news_you {
	width: 1120px;
	float: right;
	border: 1px solid #a8a8a8;
	padding: 30px 30px 0 30px;
	box-sizing: border-box;
	margin-bottom: 120px;
}

.news_ul li a {
	display: flex;
}

.news_ul li img {
	width: 180px;
	margin-right: 20px;
}

.news_ul li h4 {
	font-size: 18px;
	color: #222222;
	line-height: 24px;
}

.news_ul li h5 {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.news_ul li {
	font-size: 14px;
	color: #999999;
	line-height: 30px;
	margin-bottom: 40px;
}

.news_ul .new_zi {
	border-bottom: 1px dashed #cccccc;
}

.news_ul li:hover .new_zi h4 {
	color: #2962bf;
}

/* 分页 */
.page {
	text-align: right;
	margin-bottom: 60px;
}

.page .active {
	padding: 0 5px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #fff;
	background: #194a9d;
	display: inline-block;
	min-width: 30px;
	margin-left: 4px;
	border: 1px solid #194a9d;
}

.page .total {
	padding: 0 5px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	border: 1px solid #e3e3e3;
	background: #fff;
	display: inline-block;
	min-width: 30px;
	margin-left: 4px;
}

/* 右侧悬浮 */
.xuan {
	position: fixed;
	top: 30%;
	right: 0;
	z-index: 99;
}

.xuan ul li {
	margin-bottom: 8px;
	position: relative;
}

.xuan ul li .img img {
	width: 46px;
}

.xuan ul li .tanc{
    position: absolute;
    right: 50px;
    top: 0;
    width: 280px;
    background: #FFFFFF;
    box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 16%);
    border: 1px solid #E6E6E6;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.xuan ul li .tanc_a_1 img{
   border:1px solid #666;
}

.xuan ul li:hover .tanc{
    display: block;
}

.xuan ul li .tanc .tanc_a_1 {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.xuan ul li .tanc .tanc_a_2 {
    display: inline-block;
    vertical-align: middle;
}

.xuan ul li .tanc .tanc_a_2 h3{
    font-size: 20px;
}

.xuan ul li .tanc .tanc_a_2 h4{
    font-size: 12px;
    margin-top: 10px;
    color: #666;
}


.xuan ul li .tanc_b{
    margin-top: 10px;
    font-size: 14px;
}
/* 新闻详情 */

.evol h4 {
	font-size: 22px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
}

.evol h5 {
	font-size: 12px;
	line-height: 34px;
	color: #666666;
	border-bottom: 1px solid #eeeeee;
}

.evol {
	font-size: 14px;
	color: #666666;
	line-height: 30px;
}

.evol img {
	width: 100%;
}

/* 产品列表 */
.chan {
	border: 1px solid #e6e6e6;
	margin-bottom: 60px;
	border-radius: 8px 8px 0px 0px;
}

.ch_yi {
	background: #194a9d;
	font-size: 0;
	border-radius: 8px 8px 0px 0px;
}

.ch_yi li {
	display: inline-block;
	padding: 20px 0 20px 0;
	text-align: center;
	color: #FFFFFF;
	border-right: 1px solid #a3b7d8;
	font-size: 14px;
}

.ch_yi li:nth-child(1) {
	width: 11%;
}

.ch_yi li:nth-child(2) {
	width: 15%;
}

.ch_yi li:nth-child(3) {
	width: 15%;
}

.ch_yi li:nth-child(4) {
	width: 25%;
}

.ch_yi li:nth-child(5) {
	width: 10%;
}

.ch_yi li:nth-child(6) {
	width: 10%;
}

.ch_er {
	box-sizing: border-box;
}

.ch_er li {
	text-align: center;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #e6e6e6;
}

.ch_er .one {
	width: 11%;
	float: left;
}

.ch_er .one img {
	width: 90px;
	height: 80px;
	margin: 0 auto;
}

.ch_er .ch_li {
	overflow: hidden;
}

.hiy{
	visibility: hidden;
}


.ch_er .ch_li h4 {
	width: 15%;
	float: left;
	padding-top: 35px;
	font-size: 12px;
	color: #444444;
}

.ch_er .ch_li h4:nth-child(3) {
	width: 15%;
	float: left;
}

.ch_er .ch_li h4:nth-child(4) {
	width: 25%;
	float: left;
}

.ch_er .ch_li h4:nth-child(5) {
	width: 10%;
	float: left;
}

.ch_er .ch_li h4:nth-child(6) {
	width: 10%;
	float: left;
}

.ch_er li h5 {
    width: 14%;
	float: right;
}

.ch_er li h5 a{
    background: #2962bf;
	color: #FFFFFF;
	margin: 25px auto 0;
	font-size: 12px;
	border-radius: 5px;
	padding: 5px 0;
	width: 100px;
	display: block;
}

/* 产品 */
.pin_all h4 {
	font-size: 22px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
	text-align: right;
	padding-right:10%;
}

.lab {
	border: 1px solid #d6d6d6;
	padding: 15px 25px 15px 25px;
	font-size: 0;
	box-sizing: border-box;
}

.lab ul li {
	display: inline-block;
	margin-right: 0px;
	width: 190px;
}

.lab ul li:nth-child(7n) {
	margin-right: 0;
}

.lab .lab_li {
	display: flex;
	align-items: center;
}

.lab .lab_li h4 {
	font-size: 14px;
	line-height: 18px;
	color: #444444;
}

.lab .xian {
	margin: 15px 0 15px 0;
	border-bottom: 1px dashed #bbbbbb;
}

.lab ul li .lab_li img {
	width: 42px;
}

.lab ul li .lab_li:hover h4 {
	color: #2962bf;
}

.lab .ww {
	display: none;
}

.lab ul li:hover .ww {
	display: block;
}

.lab ul li:hover .qq {
	display: none;
}

.sing .sing_all {
	display: flex;
	align-items: center;
}

.sing .sing_all h4 {
	font-size: 18px;
	line-height: 14px;
	color: #444444;
	margin-left: 20px;
	margin-right: 10px;
}

.sing {
	margin-top: 35px;
}

.sing .sing_all span {
	font-size: 14px;
	line-height: 14px;
	color: #9d9d9d;
}

.sing_li {
	padding: 10px 0 0 50px;
	box-sizing: border-box;
	font-size: 0;
}

.sing_li .sing_fen {
	display: flex;
	align-items: center;
}

.sing_li li {
	display: inline-block;
	width: 450px;
	margin-bottom: 10px;
}

.sing_li li .sing_fen h5 {
	font-size: 14px;
	color: #2c2c2c;
	margin-right: 10px;
}

.sing_li li .sing_fen span {
	font-size: 14px;
	color: #848484;
}

.sing_li li:hover h5 {
	color: #2962bf;
}

/* 打包 */

.bao_all {
	padding: 10px 10px 15px 10px;
	box-sizing: border-box;
	border: 1px solid #d6d6d6;
	overflow: hidden;
}

.bao_all .bao_img {
	float: left;
	width: 310px;
	margin-right: 25px;
	border: 5px solid  #757575;
	box-sizing: border-box;
background: #757575;
}

.bao_img_a{
    padding: 10px;
	box-sizing: border-box;
	display: block;
	background: #fff;
}

.bao_all .bao_img img {
	width: 80%;
	display: block;
	margin: auto;
}

.bao_all .bao_img p{
    background: #757575;
    color: #fff;
    padding: 5px 2%;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    display: block;
}

.bao_zho {
	width: 490px;
	float: left;
}

.bao_li li {
	width: 230px;
	display: inline-block;
	font-size: 12px;
	line-height: 28px;
	color: #222222;
}

.bao_li .pdf {
	display: flex;
	align-items: center;
}

.bao_li .pdf h4 {
	color: #0d3f93;
}

.total {
	background: #eeeeee;
	padding: 25px 0 25px 25px;
	position: relative;
}

.total .tat_all {
	display: flex;
}

.total .tat_all h4 {
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	font-weight: bold;
}

.total .tat_all h5 {
	font-size: 24px;
	line-height: 28px;
	color: #d11a0f;
}

.total h6 {
	font-size: 12px;
	color: #666666;
	line-height: 28px;
}

.total .jisuan form {
	display: flex;
	align-items: center;
}

.total .jisuan form h4,
.total .jisuan form h5 {
	font-size: 12px;
	line-height: 28px;
	color: #222222;
	margin-right: 15px;
}

.total .jisuan form h5 {
	margin-left: 15px;
}

.total .jisuan form input {
	width: 120px;
	height: 35px;
	padding-left: 5px;
	border: 1px solid #a8a8a8;
	color: #d11a0f;
}

.total .jian {
	position: absolute;
	right: -12px;
	top: 50%;
	transform: translateY(-50%);
}

.rem h4 {
	font-size: 12;
	font-weight: bold;
	color: #222222;
	line-height: 28px;
	margin-top: 20px;
}

.rem h5 {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.bao_you {
	width: 530px;
	float: right;
}

.bao_you .inst {
	display: flex;
}

.bao_you .inst h4 {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	font-weight: bold;
	margin-right: 10px;
}

.bao_you .inst h5 {
	font-size: 18px;
	line-height: 28px;
	color: #2962bf;
}

.refr {
	overflow: hidden;
	margin-top: 5px;
}

.refr .ref_zuo {
	width: 120px;
	float: left;
	border: 1px solid #d6d6d6;
	padding: 10px 10px 10px 10px;
	box-sizing: border-box;
}

.refr .ref_zuo h4 {
	font-size: 12px;
	line-height: 24px;
	color: #222222;
	text-align: center;
}

.ref_you {
	width: 410px;
	float: left;
}

.ref_you ul li {
	border: 1px solid #d6d6d6;
}

.ref_you ul li h4 {
	font-size: 12px;
	line-height: 33px;
	color: #222222;
	text-align: center;
	font-weight: bold;
	background: #ededed;
}

.ref_you ul li h5 {
	font-size: 12px;
	line-height: 33px;
	color: #d11a0f;
	text-align: center;
}

.bao_you .requ {
	overflow: hidden;
	background: #2962bf;
	font-size: 18px;
	line-height: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 0px 10px 15px;
	margin-top: 5px;
}

.requ_all {
	margin-top: 8px;
}

.requ_all form input {
	width: 100%;
	height: 32px;
	margin-bottom: 5px;
	border: 1px solid #b4b4b4;
	color: #666666;
	padding-left: 10px;
	font-size: 12px;
}

.requ_all form textarea {
	width: 100%;
	height: 60px;
	color: #666666;
	font-size: 12px;
	padding: 10px 0 0 10px;
	border: 1px solid #a8a8a8;
}

.requ_all form .submit {
	width: 130px;
	padding-left: 0;
	margin-bottom: 0;
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	background: #2962bf;
	font-weight: bold;
	border: none;
	float: right;
	margin-top: 5px;
}

.prod {
	margin-top: 5px;
}

.prod ul li {
	display: inline-block;
	padding: 10px 30px;
	box-sizing: border-box;
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
}

.prod ul .ee {
	background: #eeeeee;
}

.packa {
	border: 1px solid #d6d6d6;
	padding: 20px;
	box-sizing: border-box;
}

.packa .pac_all h4 {
	font-size: 18px;
	line-height: 28px;
	color: #222222;
	font-weight: bold;
}

.packa .pac_all h5 {
	font-size: 14px;
	line-height: 25px;
	color: #444444;
}

.packa .pac_all img {
	width: 100%;
}

.relat h4 {
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
	margin: 8px 0;
}

.relat span {
	font-size: 18px;
	color: #2962bf;
	line-height: 34px;
}

.ppma {
	border: 1px solid #d6d6d6;
	font-size: 0;
}

.ppma ul li {
	display: inline-block;
	width: 230px;
	font-size: 12px;
	color: #666666;
	padding: 10px;
	line-height: 27px;
}

.ppma ul li span {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.feat h4 {
	font-size: 18px;
	line-height: 24px;
	color: #222222;
	font-weight: bold;
	margin: 12px auto;
}

/* lun_yi */

.lun_yi .mySwiper {
	box-sizing: border-box;
	padding: 10px 20px;
	border: 1px solid #d6d6d6;
	border-top: 2px solid #265db7;
}

.lun_yi .mySwiper .swiper-slide h4 {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	text-align: center;
}

.lun_yi .mySwiper .swiper-slide:hover h4 {
	text-decoration: underline;
}

.lun_yi .mySwiper .swiper-slide img {
	width: 50px;
	margin: 0 auto;
}

.lun_yi .mySwiper .swiper-slide .jj {
	display: none;
}

.lun_yi .mySwiper .swiper-slide:hover .kk {
	display: none;
}

.lun_yi .mySwiper .swiper-slide:hover .jj {
	display: block;
}

.lun_yi .swiper-button-prev {
	background: url(../images/33_03.png) no-repeat;
	width: 22px;
	height: 60px;
	left: 0;
	top: 40%;
}

.lun_yi .swiper-button-next {
	background: url(../images/35_03.png) no-repeat;
	width: 22px;
	height: 60px;
	right: 0;
	top: 40%;
}

.lun_yi .swiper-button-prev::after {
	display: none;
}

.lun_yi .swiper-button-next::after {
	display: none;
}

.lun_yi .mySwiper2 {
	pointer-events:none;
	margin-top: 18px;
}

.lun_yi .mySwiper2 .swiper-slide .lu_all {
	width: 270px;
	background: #ededed;
	padding: 10px;
	overflow: hidden;
	margin-right: 10px;
	margin-bottom: 10px;
}

.lun_yi .mySwiper2 .swiper-slide .lu_all {
	display: flex;
}

.lun_yi .mySwiper2 .lu_all img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.lun_yi .mySwiper2 .swiper-slide {
	pointer-events:none;
	display: flex;
	flex-wrap: wrap;
}

.lun_yi .mySwiper2 .lu_all .lu_one h4 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	font-weight: bold;
}

.lun_yi .mySwiper2 .lu_all .lu_one h5 {
	font-size: 12px;
	line-height: 16px;
	color: #666666;
}

.da_all {
	margin-bottom: 30px;
}

.da_bao li:nth-child(2n) {
	background: #f6f6f6;
}

/* 航运 */
.packa h6::after {
	content: '';
	width: 8px;
	height: 8px;
	display: block;
	background: #2962bf;
	border-radius: 50%;
	margin: 40px 0 20px 0;
}

.ge_all table {
	width: 100%;
}

.ge_all table tr td {
	width: 50%;
}

.ge_all table tr {
	height: 34px;
	border: 1px solid #cccccc;
}

.ge_all table tr:nth-child(1) {
	background: #2962bf;
}

.ge_all table tr th {
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	line-height: 24px;
	padding-left: 5px;
}

.ge_all table tr td {
	padding-left: 5px;
	font-size: 14px;
	line-height: 30px;
	color: #444444;
}

.packa span {
	font-weight: bold;
}

/* 产品二级栏目 */
.sing .sing_all h5 {
	font-size: 22px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
	text-transform: uppercase;
}

.er_lan {
	margin-top: 10px;
	margin-bottom: 150px;
}

/* 联系我们 */
.lian {
	overflow: hidden;
}

.lian .lian_zuo {
	float: left;
	width: 260px;
	margin-right: 15px;
}

.lian .lian_zuo h4 {
	background: #2962bf;
	padding: 15px;
	color: #FFFFFF;
	font-weight: bold;
}

.lian .lian_abo {
	background: #f4f4f4;
	padding-left: 15px;
}

.lian .lian_abo li {
	font-size: 14px;
	line-height: 34px;
	color: #444444;
}

.lian .lian_abo li:hover {
	color: #2962bf;
}

.lian .lian_you {
	width: 1115px;
	float: left;
}

.lian_you{
	min-height:40vh;
	margin-bottom: 5%;
}

.lian_you .lian_zi h4 {
	font-size: 18px;
	line-height: 34px;
	color: #444444;
	font-weight: bold;
}

.lian_you .lian_zi h5 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

.lian_you .lian_zi h5 a {
	color: #2962bf;
	text-decoration: underline;
}

.ab_fo {
	margin-top: 45px;
	padding-left: 40px;
}

.ab_fo .ab_one {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ab_fo .ab_in {
	display: flex;
	align-items: center;
	margin-bottom: 14px;
	margin-right: 60px;
	width: 500px;
}

.ab_fo .ab_in h4 {
	width: 120px;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	text-align: right;
}

.ab_fo .ab_in .inp {
	width: 100%;
	height: 30px;
	border: 1px solid #a8a8a8;
	padding-left: 10px;
}

.ab_fo .ab_in:nth-child(2) {
	margin-right: 0;
}

.ab_fo .ab_in:nth-child(4) {
	margin-right: 0;
}

.ab_fo .ab_tex {
	display: flex;
}

.ab_fo .ab_tex h4 {
	width: 93px;
	font-size: 12px;
	color: #000000;
	margin-right: 10px;
	text-align: right;
}

.ab_fo .ab_tex textarea {
	width: 800px;
	height: 90px;
	border: 1px solid #a8a8a8;
	padding-left: 10px;
	padding-top: 10px;
}

.ab_fo .submit {
	background: #2962bf;
	color: #FFFFFF;
	padding: 8px 35px;
	border: none;
	font-size: 16px;
	margin: 30px 0 30px 103px;
}

/* 详情 */
.xiang {
	padding: 0 5px 0 5px;
}

.xia_all ul li .xia_yi {
	display: flex;
	align-items: center;
}

.xia_all ul li {
	width: 680px;
	margin-right: 20px;
	display: inline-block;
	border-bottom: 1px dashed #bbbbbb;
}

.xia_all ul li .xia_yi h4 {
	width: 300px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	line-height: 33px;
}

.xia_all ul li .xia_yi h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	/* font-weight: bold; */
}

.xia_all ul li:nth-child(2n) {
	margin-right: 0;
}

.xia_all ul li:nth-child(1) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(2) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(5) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(6) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(9) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(10) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(13) {
	background: #f9f9f9;
}

.xia_all ul li:nth-child(14) {
	background: #f9f9f9;
}

/*.xia_all ul li:nth-child(15) {*/
/*	border-bottom: none;*/
/*}*/

/*.xia_all ul li:nth-child(16) {*/
/*	border-bottom: none;*/
/*}*/

/* 询价页 */
.xun_all {
	margin-top: 60px;
}

.xun_all ul li {
	display: inline-block;
	margin-right: 130px;
}

.xun_all ul li:last-child {
	margin-right: 0px;
}

.xun_all ul li img {
	width: 68px;
	margin: 0 auto;
}

.xun_all ul {
	display: flex;
	justify-content: center;
}

.xun_all ul li h4 {
	line-height: 34px;
}

.xun_yi {
	margin-top: 20px;
}

.xun_yi h4 {
	text-align: center;
	font-size: 12px;
	line-height: 23px;
	color: #444444;
}

.xun_yi h4 a {
	color: #2962bf;
}

/* xun_one */

.xun_one {
	border: 1px solid #d6d6d6;
	padding: 15px 0 10px 15px;
	margin-top: 15px;
}

.xun_one .xun_jia {
	display: flex;
}

.xun_one .xun_jia .xun_two {
	width: 330px;
	margin-right: 30px;
}

.xun_one .xun_jia .xun_thr {
	width: 165px;
	margin-right: 30px;
}

.xun_one .xun_jia .xun_fou {
	width: 175px;
	margin-right: 30px;
}

.xun_one .xun_jia .xun_fiv {
	width: 150px;
	margin-right: 30px;
}

.xun_one .xun_jia .xun_six {
	width: 300px;
	margin-right: 30px;
}

.xun_one .xun_jia h4 {
	font-size: 14px;
	line-height: 34px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.xun_one .xun_jia span {
	color: #d92121;
}

.xun_one .xun_jia .jia_yi {
	width: 100%;
	line-height: 34px;
	color: #444444;
	padding-left: 10px;
	background: #f7f7f7;
	border: 1px solid #d6d6d6;
}

.xun_one .xun_jia .xun_two .jia_yi {
	width: 100%;
	line-height: 34px;
	color: #444444;
	padding-left: 10px;
	background: #f7f7f7;
	border: 1px solid #222222;
}

.xun_one .xun_sev .sev_yi {
	background: url(../images/52_03.png);
	width: 62px;
	height: 40px;
	border: none;
}

.xun_one .xun_sev {
	margin-top: 60px;
}

.xun_one .send {
	padding: 8px 20px;
	background: #194a9d;
	color: #FFFFFF;
	margin-top: 5px;
}

.plea {
	border: 1px solid #d6d6d6;
	padding: 30px 0 30px 20px;
	margin-bottom: 30px;
}

.plea h5 {
	font-size: 18px;
	line-height: 34px;
	color: #222222;
	margin-bottom: 20px;
}

.plea h4 {
	font-size: 18px;
	line-height: 34px;
	color: #222222;
}

.pl_all {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.pl_all .pl_yi {
	width: 560px;
	display: flex;
	margin-bottom: 15px;
}

.pl_all .pl_yi h4 {
	width: 120px;
	font-size: 12px;
	color: #444444;
	text-align: right;
	margin-right: 10px;
}

.pl_all .pl_yi .pl_inp {
	width: 100%;
	border: 1px solid #a8a8a8;
	padding-left: 10px;
}

.pl_all .pl_er {
	width: 92%;
	display: flex;
	margin-bottom: 15px;
}

.pl_all .pl_er h4 {
	width: 120px;
	font-size: 12px;
	color: #444444;
	text-align: right;
	margin-right: 10px;
}

.pl_all .pl_er textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #a8a8a8;
	padding: 10px;
}

.plea .send_all {
	width: 210px;
	background: #2962bf;
	color: #FFFFFF;
	padding: 10px 0;
	border: none;
	display: block;
	margin: 0 auto;
}

/* 支付 */
.zhi_all h5 {
	font-size: 14px;
	color: #444444;
	line-height: 25px;
}

.zhi_all img {
	width: 100%;
}

.zhi_all h4 {
	font-size: 18px;
	color: #444444;
	line-height: 25px;
	font-weight: bold;
	margin: 10px 0;
}

.zhi_all h4::before {
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background: #2962bf;
	border-radius: 50%;
	vertical-align: middle;
	margin-right: 5px;
}

.zhi_all .zhi_tal table {
	width: 100%;
	border: 1px solid #cccccc;
}

.zhi_all .zhi_tal table .zhi_tr {
	background: #2962bf;
	border: none;
}

.zhi_all .zhi_tal table tr th {
	width: 50%;
	text-align: left;
	color: #FFFFFF;
	padding: 5px 0 5px 10px;
	box-sizing: border-box;
}

.zhi_all .zhi_tal table tr td {
	padding-left: 10px;
	font-size: 14px;
	line-height: 31px;
	color: #444444;
}

.zhi_all .zhi_tal table tr td span {
	font-weight: bold;
}

.zhi_all .zhi_h {
	margin: 30px 0 10px 0;
}

/* 制造商 */
.zao_all {
	border: 1px solid #d6d6d6;
	font-size: 0;
}
.zao_all ul{
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 30px;
}
.zao_all ul li {
	margin-bottom: 30px;
	width: 15%;
	border: 1px solid #FFFFFF;
	padding: 0 20px;
}
.zao_all ul li:hover{
	border: 1px solid #cacaca;
}


.zao_all ul li img {
	width: 100%;
	/*width: 228px;*/
	height: auto;
}

.zao_all .zao_yi {
	border-bottom: 1px dashed #d6d6d6;
}

.zao_shu {
	background: #2962bf;
	color: #FFFFFF;
	padding: 0px 60px 0px 60px;
	box-sizing: border-box;
	margin-top: 30px;
}

.zao_shu ul li {
	display: inline-block;
	font-size: 12px;
	line-height: 60px;
	margin-right: 35px;
}

.zao_shu ul li:last-child {
	margin-right: 0;
}

.zao_er {
	position: relative;
	border-top: 1px solid #2962bf;
}

.zao_er .zao_ling {
	border: 1px solid #d6d6d6;
	font-size: 0;
}

.zao_er ul li {
	display: inline-block;
	width: 16.6%;
	text-align: center;
}

.zao_er ul li:nth-child(6n) {
	margin-right: 0;
}

.zao_er ul li img {
	/*width: 100%;*/
	/*width: 228px;*/
	/*height: 107px;*/
	width: 80%;
    height: 100px;
    display:block;
    margin: 10px auto;
}

.zao_er .zao_fu {
	position: absolute;
	left: -46px;
	top: 0;
}

.zao_er .fu_all {
	position: absolute;
	top: 40%;
	right: -15%;
	transform: translate(-50%, -50%);
}

.zao_er .fu_all h4 {
	width: 30px;
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
}

/* 制造商详情 */

.zz_all {
	border: 1px solid #d6d6d6;
	padding: 15px 10px 40px 15px;
	box-sizing: border-box;
	overflow: hidden;
}

.zz_all .zz_zuo {
	width: 254px;
	float: left;
	margin-right: 15px;
}

.zz_all .zz_zuo img {
	width: 100%;
	box-shadow: 0px 1px 6px 2px #ececec;

}

.zz_all .zz_zho {
	width: 835px;
	float: left;
	margin-right: 35px;
}

.zz_zho .zz_xi h4 {
	font-size: 20px;
	line-height: 28px;
	color: #222222;
	font-weight: bold;
	margin-bottom: 30px;
}

.zz_zho .zz_xi {
	border-bottom: 1px dashed #d1d1d1;
}

.zz_zho .zz_xi h5 {
	font-size: 12px;
	line-height: 20px;
	color: #444444;
	margin-bottom: 25px;
}

.zz_rel h4 {
	font-size: 14px;
	line-height: 28px;
	color: #444444;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 20px;
}

.zz_rel ul li {
	font-size: 12px;
	line-height: 24px;
	color: #666666;
	display: inline-block;
	margin-right: 40px;
	width: 47%;
}

.zz_rel ul li:nth-child(2n) {
	margin-right: 0;
}

.zz_rel ul li span {
	color: #222222;
	font-weight: bold;
}

.zz_you {
	width: 230px;
	float: left;
	background: #e6e6e6;
	padding: 20px;
	box-sizing: border-box;
}

.zz_you h4 {
	line-height: 28px;
	color: #000000;
	font-weight: bold;
}

.zz_you h5 {
	font-size: 12px;
	color: #666666;
	line-height: 28px;
}

.zz_you h5 span {
	font-weight: bold;
	color: #000000;
}

.zz_you h6 {
	background: #2962bf;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
}

.cate {
	margin-top: 30px;
}

.cate_all table {
	width: 100%;
	border: 1px solid #a8a8a8;
}

.cate_all table tr th {
	width: 50%;
	text-align: left;
	background: #2962bf;
	color: #FFFFFF;
	padding-left: 15px;
	line-height: 28px;
	font-weight: bold;
}

.cate_all h4 {
	background: #2962bf;
	font-size: 18px;
	line-height: 28px;
	color: #FFFFFF;
	padding-left: 15px;
}

.cate_all table tr td {
	font-size: 14px;
	line-height: 28px;
	color: #222222;
	padding-left: 15px;
}

.cate_all table tr td a {
	width: 33%;
	display: inline-block;
}

.cate_all table tr {
	border: 1px solid #a8a8a8;
}

.cate_all table tr span {
	color: #888888;
}

.cate_all table tr p {
	color: #222222;
}

.xc_all {
	margin-top: 25px;
	font-size: 0;
}

.xc_all ul li {
	width: 460px;
	background: #ededed;
	padding: 5px 20px 20px 5px;
	display: inline-block;
	margin-bottom: 20px;
	box-sizing: border-box;
	border: 1px solid #dcdcdc;
	margin-right: 10px;
	min-height: 204px;
    vertical-align: top;
}

.xc_all ul li:nth-child(3n) {
	margin-right: 0;
}

.xc_all ul li .xc_one {
	display: flex;
}

.xc_all .xc_one img {
	width: 144px;
	margin-right: 5px;
}

.xc_all .xc_one .xc_er h4 {
	font-size: 14px;
	line-height: 28px;
	color: #2180c2;
	font-weight: bold;
}

.xc_all .xc_one .xc_er h5 {
	font-size: 12px;
	line-height: 22px;
	color: #222222;
}

.xc_all .xc_one .xc_er h5 span {
	color: #888888;
}

.xc_all .xc_er .xc_san {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.xc_all .xc_er .xc_san h4 {
	font-size: 12px;
	line-height: 22px;
	color: #888888;
	font-weight: normal;
	margin-right: 10px;
}

.xc_all .xc_er .xc_san h5 {
	background: #2962bf;
	color: #FFFFFF;
	padding: 6px 35px;
	border: 1px solid #2962bf;
}

.xc_all .xc_er .xc_san:hover h5 {
	border: 1px solid #000000;
	background: #194a9d;
}

/* 首页 */
.banner {
	margin-top: 10px;
}

.banner .ban_zuo {
	float: left;
	width: 18.58%;
}

.banner .ban_you {
	float: right;
	width: 100%;
}

.banner .ban_you img {
	width: 100%;
	margin-bottom: 5px;
}

.banner .ban_you ul{
    font-size: 0;
}

.banner .ban_you ul li {
	width: 32%;
	background: #ededed;
	display: inline-block;
	margin-right: 2%;
	padding: 30px 0 20px 0;
	font-size: 16px;
}

.banner .ban_you ul li:nth-child(3) {
	margin-right: 0;
}

.banner .ban_you ul li img {
	width: 60px;
	margin: 0 auto;
}

.banner .ban_you ul li h4 {
	line-height: 24px;
	color: #444444;
	text-align: center;
	margin-top: 10px;
}

.sy_all {
	text-align: center;
	border-bottom: 1px dashed #e4e4e4;
	margin-top: 20px;
}

.sy_all .active {
	background: #022e78;
	color: #FFFFFF;
}

.sy_all ul li {
	display: inline-block;
	width: 260px;
	font-size: 16px;
	line-height: 24px;
	color: #444444;
	text-align: center;
	margin-right: 20px;
	padding: 5px 0;
}

.sy_all ul li:last-child {
	margin-right: 0;
}

.sy_li li {
	pointer-events: none;
	display: inline-block;
	margin-right: 45px;
	width: 240px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
}

.sy_li li img {
	width:60%;
	margin: auto;
}

.sy_li li .aaa2{
    margin: 10px auto;
}

.sy_li li .aaa1{
    margin: 10px auto;
}

.sy_li li:nth-child(5n) {
	margin-right: 0;
}

.sy_li li h4 {
	font-size: 14px;
	color: #444444;
	line-height: 24px;
	font-weight: bold;
}

.sy_li li h5 {
	font-size: 12px;
	line-height: 24px;
}

.in_all {
	width: 192px;
	background: #ededed;
	margin-right: 9px;
	margin-bottom: 15px;
}
.in_all img {
	width: 100%;
}

.in_all:nth-child(7n) {
	margin-right: 0;
}

.in_all h4 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	font-weight: bold;
	padding-left: 5px;
	margin-bottom: 25px;
}

.in_all h5 {
	font-size: 12px;
	line-height: 16px;
	color: #444444;
	padding-left: 5px;
	margin-bottom: 25px;
}

.in_one {
	border-left: none;
	border-right: none;
}

.ind_yi {
	overflow: hidden;
	clear: both;
	box-shadow: 0px 0px 7px 6px #f0f0f0;
}

.ind_yi .indu_zuo {
	float: left;
	width: 520px;
	margin-right: 10px;
}

.ind_yi .indu_zuo .indu_one {
	display: flex;
	align-items: center;
}

.ind_yi .indu_zuo ul li {
	box-shadow: 0px 0px 7px 6px #f0f0f0;
	padding: 20px 20px 30px 20px;
	box-sizing: border-box;
	margin-bottom: 4px;
}

.ind_yi .indu_zuo .indu_one .indu_zi h4 {
	font-size: 16px;
	line-height: 24px;
	color: #222222;
}

.ind_yi .indu_zuo .indu_one .indu_zi h5 {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.ind_yi .indu_zuo .indu_one img {
	width: 140px;
	margin-right: 10px;
}

.ind_yi .indu_zuo .indu_one .indu_zi h6 {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
}

.ind_yi .indu_zuo .indu_one .indu_zi:hover h4 {
	color: #2962bf;
}

.indu_zho {
	width: 430px;
	float: left;
}

.indu_zho .indu_yi {
	display: flex;
	align-items: center;
}

.indu_zho {
	background: #FFFFFF;
	box-shadow: 0px 0px 7px 6px #f0f0f0;
}

.indu_zho ul li {
	padding: 5px 5px 10px 15px;
	box-sizing: border-box;
}

.indu_zho .indu_yi .indu_er h4 {
	font-size: 14px;
	line-height: 24px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indu_zho .indu_yi .indu_er:hover h4 {
	color: #2962bf;
}

.indu_zho .indu_yi .indu_er h5 {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.indu_zho .indu_yi .indu_er h6 {
	font-size: 12px;
	line-height: 24px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indu_er{
	width: 78%;
}
.indu_zho .indu_yi img {
	width: 70px;
	margin-right: 10px;
}

.indu_you {
	float: right;
}

.late {
	overflow: hidden;
	border: 1px solid #c5c5c5;
	margin-top: 25px;
	padding: 15px 0 15px 25px;
	box-sizing: border-box;
	margin-bottom: 40px;
}

.late_zuo {
	float: left;
	width: 660px;
}

.late_zuo h3 {
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 15px;
}

.late_zuo .late_yi {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.late_zuo .late_yi h4 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

.late_zuo .late_yi h5 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
	font-style: oblique;
}

.late_zh {
	float: left;
	width: 1px;
	height: 180px;
	border: 1px dashed #bbbbbb;
	margin-left: 30px;
}

.late_you {
	width: 660px;
	float: left;
	padding-left: 30px;
}

.late_you h3 {
	font-size: 18px;
	line-height: 24px;
	color: #444444;
	font-weight: bold;
	margin-bottom: 15px;
}

.late_you .late_qq {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.late_you .late_qq ul li h4 {
	font-size: 14px;
	line-height: 24px;
	color: #444444;
}

.sign {
	position: relative;
	left: 0;
	top: 0;
	/*background: rgb(0, 0, 0, 0.5);*/
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*display: none;*/
}.kuan {
	 width: 680px;
	 display: block;
	 margin: 1% auto;
	 background: rgb(255, 255, 255, 0.9);
	 padding: 40px 90px 70px 90px;
	 box-sizing: border-box;
	 position: relative;
 }
.kuan .tit {
	font-size: 20px;
	text-align: center;
	border-bottom: 1px solid #999999;
	padding-bottom: 20px;
}
.kuan ul li p {
	line-height: 50px;
	font-size: 16px;
	padding-left: 4%;
	box-sizing: border-box;
}

.kuan ul li p label{
	display: inline;
}
.kuan ul li p img{
	display: inline;
}

.kuan ul li input {
	width: 100%;
	font-size: 14px;
	color: #999999;
	background: #fff;
	border: #0f74a8 solid 1px;
	line-height: 50px;
	height: 50px;
	padding-left: 4%;
	color: #999999;
}

.kuan ul li>.type-radio{
	display: none;
}
.kuan ul li>label{
	cursor:pointer;
	position: relative;
	width: 50%;
	padding:10px 15px;
	border: #fff solid 2px;
	background-color: #fff;
	display: inline-block;
	text-align: center;
}
.kuan ul li>.type-radio:checked+label{
	width: 50%;
	display: inline-block;
	background-color: #194a9d;
	color:#fff;
}

.kuan .jz .o1 {
	display: inline-block;
	width: 80%;
}

.kuan .jz .o1 input {
	display: inline-block;
	vertical-align: middle;
}

.kuan .jz .o1 input[type="radio"] {
	-webkit-appearance: none;
	outline: none;
	margin: 0;
	vertical-align: middle;
	border-radius: 0px;
	border: 1px solid #a0a0a0;
	width: 10px;
	height: 10px;
}

.kuan .jz .o1 input[type="radio"]:checked:after {
	display: block;
	content: "âˆš";
	width: 100%;
	height: 100%;
	font-size: 12px;
}

.kuan .jz .o1 p {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #999999;
}

.kuan .jz h6 {
	font-size: 14px;
	color: #999;
	display: inline-block;
	width: 18%;
	text-align: right;
}

.kuan .jz {
	padding: 20px 4%;
	box-sizing: border-box;
}


.kuan .btn {
	width: 100%;
	background: #194a9d;
	border: 0;
	line-height: 50px;
	height: 50px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.kuan .forget {
	font-size: 14px;
	color: #999999;
	padding: 20px 4% 0 4%;
	box-sizing: border-box;
}

.kuan .forget span {
	color: #194a9d;
	cursor:pointer;
}

.kuan .close {
	right: 20px;
	top: 2px;
	z-index: 9999;
	position: absolute;
	font-size: 30px;
	color: #999;
}

.hiy{
	visibility: hidden;
}

.register {
	position: relative;
	left: 0;
	top: 0;
	background: rgb(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	z-index: 9999;
	/*display: none;*/
	/*overflow: scroll;*/
}
