@charset "utf-8";
/* CSS Document */
*{ -webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body {font-size: 14px; font-family: "Helvetica Neue", Helvetica, 微软雅黑, 新細明體, Arial, "Lucida Grande", sans-serif; margin: 0px; padding: 0px; color: #333;}
div,form,img,ul,ol,li,dl,dt,dd,p,input,button,span,h1,h2,h3,h4,h5,h6,label { margin:0; padding:0; border:0;}
ul,ol,li { list-style:none;}
input,select,option,textarea{outline: none;}
h3,h4 { font-weight: normal;}
i,em { font-style: normal;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden }
.pr { position: relative;}
.fl { float: left;} .fr { float: right;}
a { color:#333; text-decoration:none;}
a:hover { color:#c00;}
.container { width: 1200px; margin: 0px auto;}
.p60 { padding: 60px 0px 20px;}
.p100 { padding: 100px 0px;}

	
/**/
.title { padding-top: 50px; text-align: center;}
.title label {
	font-size: 42px;
	line-height: 60px;
	font-weight: bold;
	display: inline-block;
	position: relative;
/*    background-image: -webkit-linear-gradient(left, #b30ad9 50%, #fd06d2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
	}

.title label font {
	color: #f00;
	display: inline-block;
	text-transform: uppercase;
	}
.title p {
	display: block;
	font-size: 20px;
	color: #717172;
	margin-top: 10px;
	}

.more { text-align: center; padding: 50px 0px;}
.more a {
    font-size: 24px;
    line-height: 54px;
    color: #fff;
    border-radius: 54px;
    padding: 0px 80px;
    display: inline-block;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	animation: mo 1.6s linear infinite;
	margin: 0px 50px;
	}
.more a:nth-child(2) {
	background: linear-gradient(30deg, #5c52e9 0%, #4fbcff 100%);
    box-shadow: 0px 5px 15px rgb(89,104,223,.5);
	}
@keyframes mo {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

/** banner **/


/***/
.head {
	background:#fff;
	height:80px;
	}
.head .container {
	height: 80px; 
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	}
.head .logo a{
	display: block;
	height: 100%;
	}
.head .logo img { max-width: 100%; height: 40px;}
.head .nav_head { display: flex;}
.head .nav_head li a {
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 0px 20px;
	}
	
/****/
.gd_ban {
	width: 100%;
    height: 400px;
	background: url(/spcall/ztyxs/banner.jpg) center center no-repeat;
	background-size: cover;
	}
.gd_ban .container {
	height: 100%;
	display: flex; 
	justify-content: space-between; 
	align-items: center;
	}
.gd_ban h3 {
	font-size: 48px;
	color: #004784;
	font-weight: bold;
	display: inline-block;
	padding-right: 50px;
	}

.gd_ban h4 {
	font-size: 30px;
	line-height: 60px;
	color: #fff;
	display: inline-block;
	}
.gd_ban p {
	display: inline-block;
	width: 40%;
	font-size: 20px;
	line-height: 40px;
	}
.gd_ban p strong {
	display: block;
	font-size: 30px;
	color: #f00;
	margin-bottom: 15px;
	}
.gd_ban p font {
	display: inline-block;
	font-size: 30px;
	color: #f00;
	}

.gd_ban a {
	font-size: 20px;
	font-weight: bold;
    line-height: 50px;
    text-align: center;
    padding: 0 50px;
	color: #fff;
    display: inline-block;
    border-radius: 50px;
    margin: 30px 0px;
	background: linear-gradient(30deg, #5c52e9 0%, #4fbcff 100%);
    box-shadow: 0px 5px 15px rgb(89,104,223,.5);
	transition: all .3s linear;
	}
.gd_ban a:hover {
	transform:translateY(-5px);
	}
	
/*介绍*/	
.dzsh_sj { position: relative; padding: 50px 0px;}
.dzsh_sj:after {
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height: 0px;
	border-top: 5px dotted #0052d9;
	left: 0px;
	top: 50%;
	z-index: -1;
	}
.dzsh_sj ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}
.dzsh_sj ul li {
	width: 23%;
	padding: 20px;
    height: 200px;
    background-color: #fff;
    box-sizing: border-box;
    box-shadow: 8px 8px 20px 0 rgb(55,99,170,.1);
	border-radius: 4px 4px 4px 0;
	position: relative;
	}
.dzsh_sj ul li:after {
	content:"";
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 50px;
	background: #fff;
	box-shadow: 8px 8px 20px 0 rgb(55,99,170,.1);
	border-radius: 0px 0px 30px 30px;
	left: 0px;
	bottom: -50px;
	}
.dzsh_sj ul li:before {
	content:"";
	display: inline-block;
	position: absolute;
	width: 14px;
	height: 14px;
	background: #526897;
	box-shadow: 8px 8px 20px 0 rgb(55,99,170,.1);
	border-radius: 10px 10px;
	left: 3px;
	bottom: -47px;
	z-index:1;
	}
.dzsh_sj ul li:nth-child(1), .dzsh_sj ul li:nth-child(2), .dzsh_sj ul li:nth-child(3), .dzsh_sj ul li:nth-child(4) { margin-bottom: 40px;}
.dzsh_sj ul li:nth-child(5), .dzsh_sj ul li:nth-child(6), .dzsh_sj ul li:nth-child(7), .dzsh_sj ul li:nth-child(8) { margin-top: 40px; border-radius: 4px 0px 4px 4px; box-shadow: 8px -8px 20px 0 rgb(55,99,170,.1);}
.dzsh_sj ul li:nth-child(5):after, .dzsh_sj ul li:nth-child(6):after, .dzsh_sj ul li:nth-child(7):after, .dzsh_sj ul li:nth-child(8):after { right: 0px; top: -50px; left: auto; border-radius: 30px 30px 0px 0px; box-shadow: 8px -8px 20px 0 rgb(55,99,170,.1);}
.dzsh_sj ul li:nth-child(5):before, .dzsh_sj ul li:nth-child(6):before, .dzsh_sj ul li:nth-child(7):before, .dzsh_sj ul li:nth-child(8):before { left: auto; right: 3px; top: -47px;}
.dzsh_sj ul li h4 {
	display: inline-block;
	font-size: 20px;
	padding-bottom: 10px;
	color: #0052d9;
	}
.dzsh_sj ul li h4 b { color: #f00; padding-right: 10px;}
.dzsh_sj ul li p {
	color: #888;
	line-height: 24px;
	}

/*小广告*/
.ban_two {
	width: 100%;
	height: 90px;
	background: url(/spcall/ztyxs/ban_two.jpg) center center no-repeat;
	}
.ban_two .container { position: relative; text-align: center;}
.ban_two .container img {
	position: absolute;
	width: 150px;
	height: 125px;
	left: 0px;
	top: -35px;
	}
.ban_two .container strong {
	display: inline-block;
	font-size: 40px;
	line-height: 90px;
	color: #fed993;
	text-shadow: 3px 3px 0px rgb(22,68,168,.8);
	letter-spacing: 6px;
	}
.ban_two .container a {
	position: absolute;
    top: 20px;
    right: 0;
    display: inline-block;
    height: 50px;
	line-height: 50px;
	padding: 0px 50px;
    background-color: #E84B4B;
    box-shadow: 6px 5px 3px 1px rgb(11,27,36,.12);
    border-radius: 6px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    animation: go 1.6s linear infinite;
	}
@keyframes go {
  0% {
    transform: rotate(0deg);
  }
  5% {
    transform: rotate(5deg);
  }
  10% {
    transform: rotate(0deg);
  }
  15% {
    transform: rotate(-5deg);
  }
  20% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  30% {
    transform: rotate(0deg);
  }
  35% {
    transform: rotate(-5deg);
  }
  40% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.sjk_flex {
	position: fixed;
	width: 50px;
	background: #3b5998;
	border-radius: 30px;
	left: 0px;
	top: 30%;
	font-size: 20px;
	}
.sjk_flex a {
	display: block;
	text-align: center;
	color: #D9D919;
	padding: 25px 10px;
	color:#D9D919;
	text-decoration:none;
	}
/*推荐*/
.tj_sh_bg {background: #F0F7FF;}
.jg_title {
	font-size: 20px;
	line-height: 30px;
	display: block;
	text-align: center;
	padding: 30px 0px;
	}
.tj_sh_box {
	display: flex;
    flex-direction: column;
    align-items: center;
	text-align: center;
	width: 510px;
	float: left;
	}
.tj_sh_box li {
	position: relative;
    z-index: 1;
	margin-bottom: 10px;
	}
.tj_sh_box li img {
	display: block;
	width: auto;
	vertical-align:	top;
	}
.tj_sh_box li:hover img {
	transform: scale(1.2);
	z-index: 2;
	cursor: pointer;
	}
.tj_sh_box li strong {
	font-size: 22px;
    font-weight: 500;
    line-height: 25px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 10px;
	}
.jg_cont {
	width: 480px;
	float: right;
	margin-right: 100px;
	}
.jg_cont li {
	font-size: 18px;
	line-height: 30px;
	
	position: relative;
	}
.jg_cont li p {
	position: absolute;
	width: 100%;
	padding: 15px 15px;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	}
.jg_cont li:nth-child(1) { background: #fd7f89; height: 128px; margin-bottom: 10px; margin-left: -200px;}
.jg_cont li:nth-child(1):after { content:""; position: absolute; width:0;height:0; line-height:0; border-width:20px; border-style:solid; border-color: transparent #fd7f89 transparent transparent; left: -40px; top: 50%; margin-top: -20px;}
.jg_cont li:nth-child(2) { background: #ffbe50; height: 85px; margin-bottom: 10px; margin-left: -130px;}
.jg_cont li:nth-child(2):after { content:""; position: absolute; width:0;height:0; line-height:0; border-width:20px; border-style:solid; border-color: transparent #ffbe50 transparent transparent; left: -40px; top: 50%; margin-top: -20px;}
.jg_cont li:nth-child(3) { background: #54c7f0; height: 90px; margin-bottom: 10px; margin-left: -60px;}
.jg_cont li:nth-child(3):after { content:""; position: absolute; width:0;height:0; line-height:0; border-width:20px; border-style:solid; border-color: transparent #54c7f0 transparent transparent; left: -40px; top: 50%; margin-top: -20px;}
.jg_cont li:nth-child(4) { background: #9091e1; height: 85px;}
.jg_cont li:nth-child(4):after { content:""; position: absolute; width:0;height:0; line-height:0; border-width:20px; border-style:solid; border-color: transparent #9091e1 transparent transparent; left: -40px; top: 50%; margin-top: -20px;}


/*流程*/
.lc_box {
	width: 100%;
	background: url(/spcall/ztyxs/lc-icon.png) center top no-repeat;
	padding-top: 160px;
	}
.lc_box ul {
	display: flex; 
	padding: 20px 60px 50px;
	}
.lc_box ul li {
	width: 20%;
	padding: 0px 15px;
	text-align: center;
	}
.lc_box ul li h4 {
	font-size: 18px;
	line-height: 50px;
	font-weight: bold;
	}
.lc_box ul li:nth-child(1) { background: url(/spcall/ztyxs/lc_b1.png) left top no-repeat;}
.lc_box ul li:nth-child(2) { background: url(/spcall/ztyxs/lc_b2.png) left top no-repeat;}
.lc_box ul li:nth-child(3) { background: url(/spcall/ztyxs/lc_b3.png) left top no-repeat;}
.lc_box ul li:nth-child(4) { background: url(/spcall/ztyxs/lc_b4.png) left top no-repeat;}
.lc_box ul li:nth-child(5) { background: url(/spcall/ztyxs/lc_b5.png) left top no-repeat;}

/*出版社*/
.cbs_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 20px 0px;
	}
.cbs_box li {
	margin: 10px 20px;
    width: calc(33.3334% - 40px);
	text-align: center;
	background: #fff;
	box-shadow: 0px 0px 10px rgb(0,0,0,.2);
	padding: 20px 0px;
	font-size: 20px;
	border-radius: 4px;
	font-weight: bold;
	}
.cbs_box li p {
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	}
.cbs_box li:nth-child(1) { background: #8ed3f2;}
.cbs_box li:nth-child(2) { background: #ecd468;}
.cbs_box li:nth-child(3) { background: #e0aacc;}
.cbs_box li:nth-child(4) { background: #d0c3ba;}
.cbs_box li:nth-child(5) { background: #65b7c5;}
.cbs_box li:nth-child(6) { background: #ee8687;}
	
/*优势*/
.ys_box {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 50px 0px 0px;
	}
.ys_box li {
	margin: 15px 20px;
    width: calc(33.3334% - 40px);
	padding-left: 80px;
	}
.ys_box li h4 {
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	}
.ys_box li p {
	font-size: 16px;
	line-height: 24px;
	}
.ys_box li:nth-child(1) { background: url(/spcall/ztyxs/ys-1.png) left center no-repeat;}
.ys_box li:nth-child(2) { background: url(/spcall/ztyxs/ys-2.png) left center no-repeat;}
.ys_box li:nth-child(3) { background: url(/spcall/ztyxs/ys-3.png) left center no-repeat;}
.ys_box li:nth-child(4) { background: url(/spcall/ztyxs/ys-4.png) left center no-repeat;}
.ys_box li:nth-child(5) { background: url(/spcall/ztyxs/ys-5.png) left center no-repeat;}
.ys_box li:nth-child(6) { background: url(/spcall/ztyxs/ys-6.png) left center no-repeat;}

/*案例*/
/****评价轮播***/
.box-gundong {
    height:370px;
    position:relative;
    }
.ashow2 {
    margin-left:50px;
    float:left;
    display:inline;
    }
.list_02 li {
    float: left;
    overflow: hidden;
	width: 200px;
	height: 290px;
	background: #fff;
	box-shadow: 0 0 13px rgba(131,131,131,.12);
	border-radius: 4px;
	margin: 30px 10px;
	text-align: center;
    }
.list_02 li img {
	width: 154px;
	height: 208px;
	}
.list_02 li a { display: block; height: 100%; padding-top: 10px;}
.list_02 li a h4 {
	font-size: 15px;
    padding: 10px 10px;
	}
.al {
	position: absolute;
    left: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.al i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(/spcall/ztyxs/next.png) 0 0 no-repeat;
	margin: 9px auto 0px;
	}
.ar {
    position: absolute;
    right: 0;
    top: 167px;
    width: 34px;
    height: 34px;
    box-shadow: 0 8px 15px rgba(155,155,155,.28);
    border: 2px #fff solid;
    background: linear-gradient(to bottom, #f3f5f8,#fff);
    border-radius: 50%;
    z-index: 6;
	cursor: pointer;
    }
.ar i {
	display: block;
	width: 17px;
	height: 14px;
	background: url(/spcall/ztyxs/next.png) -17px 0 no-repeat;
	margin: 9px auto 0px;
	}

	
/**常识*/
.news_bg {
	width: 100%;
	background: url(/spcall/ztyxs/bg2.jpg) center top repeat-y;
	}
.cbcs { padding-top: 30px;}
.cbcs_tj {
	float: left;
	width: 580px;
	position: relative;
	}
.cbcs_tj span{
	width:100%;
	display: block;
	overflow:hidden;
	}
.cbcs_tj span img{
	max-width: 100%; 
	transition:all 1s;
	}
.cbcs_tj span img:hover{transform:scale(1.1);}
.cbcs_tj p{
	width:100%; 
	padding:0 25px; 
	position:absolute; 
	bottom:0; 
	background:rgba(0,0,0,0.5); 
	line-height:40px; 
	height:40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap; 
	color:#fff; 
	font-size:16px;
	}

.sp_new {
	display: flex;
	justify-content: space-between;
    flex-wrap: wrap;
	}
.sp_new li {
	width: 48%;
	}
.sp_new li a {
	display: block;
	height: 100%;
	}
.sp_new li h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 40px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
	}
.sp_new li p {
	font-size: 13px;
	line-height: 20px;
	text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	color: #777;
	}
.sp_new li span {
	color: #ff5807;
	border: 1px solid #ff5807;
	display: inline-block;
	line-height: 30px;
	padding: 0px 20px;
	margin-top: 5px;
	}
.sp_new li:hover span {
	background: #ff5807;
	color: #fff;
	}
	
	
.pwords{
	height:230px;
	position: relative;
	}
.pwords img { position: absolute;}
.pwords .img01{ left: 100px; top: 35px;}
.pwords .img02{ right:30px; top: 0px;}
.pwords p{
	position: absolute;
	background: #cdebf2;
	padding: 0px 30px; 
	height: 40px; 
	border-radius: 10px; 
	line-height: 40px; 
	text-align: center; 
	font-size: 20px; 
	color: #0a6f87; 
	left: 300px; 
	top:36px;
	}
.pwords p:nth-child(4){ background: #f2ebcd; color: #463a07;left:490px; top:96px;}
.pwords p:nth-child(5){ background: #f2cdee; color: #6f1465; left: 335px; top:158px;}
/*表单*/
.sp_bd_p { padding-bottom: 50px;}
.sp_bd_form{
	background: #1857ad;
    border-radius: 10px;
    padding: 20px 20px;
	text-align: center;
	}
.sp_bd_form form { display: block;}
.sp_bd_form form input {
	line-height: 34px;
	width: 26%;
	padding: 0px 15px;
	background: rgb(255,255,255,1);
	border: 1px solid #ccc;
	font-size: 14px;
	color: #999;
	outline: none;
	box-sizing: border-box;
	margin: 0px 5px;
	border-radius: 4px;
	overflow: hidden;
  	text-overflow: ellipsis;
  	white-space: nowrap;
	}
input::-webkit-input-placeholder {color: #999;}

.sp_bd_form select{
	background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
	width: 26%;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
    color: #999;
    padding:0px 10px;
	outline: none;
	}
.sp_bd_form button {
	height: 36px;
	line-height: 36px;
	background: linear-gradient(30deg, #ffa200 0%, #ffc90d 100%);
    box-shadow: 0px 4px 6px 0px rgb(0,0,0,.2);
	color: #fff;
	font-size: 18px;
	padding: 0px 30px;
	display: inline-block;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	}

/**/
.footer {
	width: 100%;
	}
.footer .sp_foot_nav {
	display: block;
	text-align: center;
	padding: 20px 0px 0px;
	}
.footer .sp_foot_nav a {
	display: inline-block;
	line-height: 15px;
	padding: 0px 5px;
	border-right: 1px solid #aaa;
	color: #666;
	}
.footer .sp_foot_nav a:hover { color: #f00;}
.footer .sp_foot_nav a:last-child { border-right: none;}

.foot_inner {
	line-height: 30px;
	text-align: center;
	color: #777;
	padding: 10px 0px;
	}

	


@media screen and (max-width:640px) {
	body { max-width: 415px;}
	.container { width: 100%;}
	
	.head .container { flex-wrap: wrap;}
	.head .logo { width: 100%; text-align: center;}
	.head .nav_head { width: 100%;}
	.head .nav_head li { width: 25%;}
	.head .nav_head li a { font-size: 14px; padding: 0px 5px; line-height: 24px;}
	
	.gd_ban { padding: 0px 15px; height: 150px;}
	.gd_ban h3 { font-size: 22px; padding-right: 10px;}
	.gd_ban a { line-height: 34px; font-size: 14px; padding: 0px 20px; margin: 15px 0px;}
	.gd_ban p { width: 70%; font-size: 12px; line-height: 16px;}
	.gd_ban p strong { font-size: 14px; margin-bottom: 5px;}
	.gd_ban p font { font-size: 14px;}
	
	.dzsh_sj { padding: 20px 0px;}
	.dzsh_sj:after { top: 58%;}
	.dzsh_sj ul li { padding: 5px 5px; width: 24%}
	.dzsh_sj ul li h4 { font-size: 12px; word-break:break-all;}
	.dzsh_sj ul li p { font-size: 12px; line-height: 14px;}
	.dzsh_sj ul li:nth-child(1), .dzsh_sj ul li:nth-child(2), .dzsh_sj ul li:nth-child(3), .dzsh_sj ul li:nth-child(4) { margin-bottom: 30px;}
	.dzsh_sj ul li:nth-child(5), .dzsh_sj ul li:nth-child(6), .dzsh_sj ul li:nth-child(7), .dzsh_sj ul li:nth-child(8) { height: 130px; margin-top: 30px;}
	.dzsh_sj ul li:after { height: 40px; bottom: -40px;}
	.dzsh_sj ul li:nth-child(5):after, .dzsh_sj ul li:nth-child(6):after, .dzsh_sj ul li:nth-child(7):after, .dzsh_sj ul li:nth-child(8):after { top: -40px;}
	.dzsh_sj ul li:before { bottom: -37px;}
	.dzsh_sj ul li:nth-child(5):before, .dzsh_sj ul li:nth-child(6):before, .dzsh_sj ul li:nth-child(7):before, .dzsh_sj ul li:nth-child(8):before { top: -37px;}
	
	.ban_two { height: 60px;}
	.ban_two .container img { width: 75px; height: 60px; top: 0px;}
	.ban_two .container strong { font-size: 20px; text-shadow: 2px 2px 0px rgb(22,68,168,.8); letter-spacing: 0px; line-height: 60px;}
	.ban_two .container a { font-size: 14px; height: 30px; line-height: 30px; padding: 0px 10px; top: 15px; right: 5px;}
	
	.jg_title { font-size: 14px; line-height: 20px; padding: 10px 15px 20px;}
	.tj_sh_box { width: 30%;}
	.tj_sh_box li strong { font-size: 16px;}
	.tj_sh_box li img { max-width: 100%; height: 90px;}
	.tj_sh_box li:nth-child(2) img, .tj_sh_box li:nth-child(3) img, .tj_sh_box li:nth-child(4) img { height: 60px;}
	.jg_cont { width: 65%; margin-right: 0px;}
	.jg_cont li { font-size: 12px; line-height: 14px;}
	.jg_cont li:nth-child(1) { height: 90px; margin-left: 0px;}
	.jg_cont li:nth-child(2), .jg_cont li:nth-child(3), .jg_cont li:nth-child(4) { height: 60px; margin-left: 0px;}
	
	.title { padding: 20px 10px 0px;}
	.title label { font-size: 20px; line-height: 30px;}
	
	.more { padding: 0px 0px;}
	.more a { font-size: 14px; line-height: 40px; padding: 0px 20px; margin: 15px 10px;}
	
	.cbcs { padding: 20px 10px 0px;}
	.sp_new li { width: 100%;}
	.sp_new li h4 { font-size: 15px; line-height: 30px;}
	
	.pwords { height: 110px; margin-top: 10px;}
	.pwords img { max-width: 100%; height: 50px;}
	.pwords .img01 { left: 10px; top: 65px;}
	.pwords .img02 { right: 10px; top: 60px;}
	.pwords p { font-size: 14px; height: 24px; line-height: 24px; top: 0px; left:68px; padding: 0px 10px;}
	.pwords p:nth-child(4) { top: 34px; left: auto; right: 68px;}
	.pwords p:nth-child(5) { top: 68px; left: 60px;}
	.sp_bd_p { padding: 0px 5px 20px;}
	.sp_bd_form { padding: 15px 10px; text-align: left;}
	.sp_bd_form form input { width: 50%; padding: 0px 5px; font-size: 12px;}
	.sp_bd_form select { width: 45%; margin-bottom: 10px; font-size: 12px;}
	 
	.footer { padding: 0px 15px; margin-top: 0px;}
	.foot_inner { font-size: 12px; line-height: 18px;}

	}
@media screen and (max-width:375px) {
	.ban_two .container strong { font-size: 18px; padding-right: 10px;}
	.pwords p { left: 38px;}
	.pwords p:nth-child(4) { right: 38px;}
	}
@media screen and (max-width:320px) {
	.head .nav_head li a { font-size: 12px;}
	.dzsh_sj ul li { padding: 5px 2px;}
	.dzsh_sj ul li h4 { padding-bottom: 0px;}
	.ban_two .container strong { font-size: 16px; padding-right: 40px;}
	.sp_bd_form button { padding: 0px 20px;}
	}



