 @charset "utf-8";
* {
	margin: 0;
	padding: 0
}
img {
	border: none;
	border: 0;
	vertical-align: middle;
}
iframe {
	max-width: 100%;
	margin: 20px 0;
}
 @media (max-width: 1023px) {
iframe {
	height: auto;
	width: auto;
}
}
html {
	font-size: 100%
}
body {
	position: relative;
	color: #212121;
	font-family:  '微软雅黑';
	background-color: #f8f8f8;
	font-size: 14px;
}
ul {
	list-style-type: none;
}
a {
	color: #274b92;
	text-decoration: none;
	border: none;
}
p {
	font-size: 14px;
	line-height: 22px;
	font-family:  '微软雅黑';
}
h2, h3, h4, h5 {
	margin-bottom: 16px;
	font-weight: 100;
}
h2 {
	font-size: 36px;
	line-height: 48px;
}
h3 {
	font-size: 30px;
	line-height: 40px;
}
h4 {
	font-size: 22px;
	line-height: 28px;
}
h5 {
	font-size: 18px;
	line-height: 22px;
}
 @media screen and (max-width: 960px) {
h2 {
	font-size: 24px;
	line-height: 24px;
}
h3 {
	font-size: 18px;
	line-height: 16px;
}
h4 {
	font-size: 16px;
	line-height: 14px;
}
h5 {
	font-size: 14px;
	line-height: 14px;
}
}
pre {
	white-space: pre-wrap!important;
}
/*——————————————————————————————————————头部————————————————————————————————*/
.mbanner {
    position: relative;
}
.swiper-mb{width:100%;margin:0 auto;overflow:hidden;}
.swiper-mb .swiper-slide{text-align:center;width:100%;position:relative;z-index:999;}
.swiper-mb .swiper-slide img{width:100%;} 
.swiper-pagmb{text-align:center;position:absolute;left:0;bottom:10px;width:100%;z-index:99;}
.swiper-pagmb .swiper-pagination-bullet{background:none;border:2px solid #fff;width:10px;height:10px;margin:0 10px;opacity:1;}
.swiper-pagmb .swiper-pagination-bullet-active{background:#fff;}


.header {
	position: relative;
	width: 100%;
	height: 180px;
	background-color: #fff;
	z-index: 999;
}
.logo_item {
	position: relative;
}
.w1200 {
	position: relative;
	width: 1240px;
	margin: 0 auto;
	padding: 0 10px;
	box-sizing: border-box;
}
.w_880 {
	width: 1000px;
}
.logo, .head_info {
	position: absolute;
	height: 120px;
	width: 48%;
	line-height: 120px;
}
.logo {
	left: 0;
}
.head_info {
	right: 0;
	text-align: right;
}
.logo img {
	max-height: 80%;
}
.nav_icon {
	display: none;
	position: absolute;
	top: 0;
	width: 100%;
	height: 40px;
	background-image: url(../images/nav_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
	z-index: 99;
}
.side_icon {
	background-image: url(../images/btn_side_close.png) !important;
}
.side_close {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 100px;
	left: 0;
	background-color: rgba(22,22,22,.9);
	display: none;
}
.nav {
	position: relative;
	top: 120px;
	height: 60px;
	width: 100%;
	background-color: #274b92;
}
.nav > ul > li {
	position: relative;
	display: inline-block;
	line-height: 60px;
	margin-right: 60px;
}
.nav > ul > li a {
	font-size: 16px;
	color: #fff;
	display: inline-block;
	transition: 0.3s;
	font-family:   '微软雅黑';
}
.nav > ul > li.on>a {
	color: rgba(255,255,255,.6);
}
.nav > ul > li.on>a {
	color: rgba(255,255,255,.6);
}
.right_li {
	float: right;
}
li.right_li {
	margin: 0 !important;
}
.right_li span {
	/*display: inline-block;*/

	background-color: #f43535;
	padding: 10px 30px;
	border-radius: 4px;
	font-family:   '微软雅黑';
	filter: alpha(opacity=100);
	transition: 0.3s;
}
li.has_sub a {
	padding-right: 20px;
}
li.has_sub>a:after {
	content: "";
	position: absolute;
	width: 12px;
	height: 12px;
	top: 24px;
	right: 0;
	background-image: url(../images/nav_arrow.png);
}
ul.sub {
	z-index: 10;
	position: absolute;
	display: none;
	width: 200px;
	padding-top: 10px;
}
ul.sub li {
	line-height: 36px;
	border-bottom: 1px solid #444;
	border-bottom: 1px solid rgba(255,255,255,.08);
	background-color: #333;
	background-color: rgba(22,22,22,.9);
	transition: 0.3s;
}
ul.sub li:first-child {
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
ul.sub li:last-child {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}
ul.sub li a {
	text-indent: 20px;
	display: block;
	font-size: 14px;
	transition: 0.3s;
}
.nav li.on:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,.0);
	z-index: 999;
}
 @media screen and (min-width: 1024px) {
.nav >ul>li:hover > a {
	color: rgba(255,255,255,.6);
}
/*li.right_li:hover>a{color: #fff !important;}*/

li.right_li:hover span {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
li.on.right_li:hover span {
	opacity: 1 !important;
	filter: alpha(opacity=100);
}
ul.sub li:hover {
	background-color: #274b92;
}
ul.sub li:hover a {
	text-indent: 24px;
}
}
.hide_100 {
	height: 0;
}
/*——————————————————————————————————————幻灯片————————————————————————————————*/

.slider_container {
	position: relative;
	height: 100%;
	width: 100%;
	z-index: 0;
}
.slider_s {
	width: 1240px !important;
	height: 500px !important;
	margin: 0 auto;
	margin-top: 30px;
}
.slider_s .camera_pag {
	left: 0 !important;
}
.slider_s .camera_caption a {
	margin-right: 20px !important;
}
#slider {
	height: 100%;
	margin-bottom: 0!important;
	position: relative;   
}
.slider_link a {
	position: absolute;
	padding: 20px;
	font-size: 24px;
	color: #fff;
	background-color: rgba(0,0,0,.4);
	bottom: 10%;
	left: 10%;
	z-index: 9999;
}
img.imgLoaded {
	z-index: -1;
}
 @media screen and (max-width: 959px) {
.slider_container {
	width: 100%;
	left: 0;
}
}
.w1200:after, .foot_extend:after, .border_box:after, .more:before, .mix:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
/*—————————————————————————————————————— base ————————————————————————————————*/

.content {
	padding: 20px 0;
	z-index: 5;
	padding-bottom: 0;
}
/*.content img{       max-width: 600px !important;}*/
.content a{ color:#274B94;}
.section_1 {
	margin-bottom: 40px;
}
.section_title {
	position: relative;
	text-align: center;
}
.section_title span {
	display: inline-block;
	line-height: 24px;
	font-size: 16px;
	color: #888;
	margin-bottom: 4px;
}
.section_title>p {
	position: relative;
	font-size: 26px;
	padding-top: 18px;
	margin-bottom: 20px;
	font-weight: 700;
	font-family:  '微软雅黑';
	line-height: 30px;
}
.section_title>p:after {
	content: "";
	position: absolute;
	width: 40px;
	height: 5px;
	top: 0;
	left: 50%;
	margin-left: -20px;
	background-color: #274b92;
}
.border_box {
	position: relative;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
	background-color: #fff;
	padding: 40px 40px;
	box-sizing: border-box;
}
.border_box img {
	margin: 10px auto;
	max-width: 900px;
	height: auto ;
}
.news_list {
	padding-bottom: 10px !important
}
.detail_title {
	font-size: 22px;
}
.page {
	
	height: 100px;
	text-align: center;
}
.page li.active {
	
	font-size: 16px;
background: #274b94;
	color: #555;
	box-sizing: border-box;
}
.page li.active  a{color:#fff;}

.page li {
	    padding: 10px 15px;
	margin-top: 40px;
	display: inline-block;
	margin-left: 4px;
	background: #fff;
	transition: 0.3s;
	box-shadow: 2px 2px 20px rgba(0,0,0,.05);
}

.page li a {
	display: inline-block;
	font-size: 16px;
	color: #555;
	box-sizing: border-box;
}
.page_on a {
	color: #fff !important;
	background-color: #274b92;
}
.page li:hover{background: #274b94;}
.page li:hover a {
	color: #fff;
}
.banner_sub {
	padding: 50px 0;
	background-size: cover;
	background-position: center;
	background-color: #333;
	min-height: 80px;
}
.banner_sub .section_title span, .banner_sub .section_title p {
	color: #fff;
}
.banner_sub img {
	width: 100%;
}
ul.category {
	width: 100%;
	text-align: center;
	margin-bottom: 30px;
	margin-top: -10px;
}
ul.category li {
	display: inline-block;
	padding-right: 50px;
	border-bottom: 1px solid #d9dde4;
	padding-bottom: 0px;
	margin: 0 -6px;
	z-index: 1;
}
ul.category li a {
	position: relative;
	display: inline-block;
	color: #555;
	padding: 10px 0;
	font-weight: 700;
	font-size: 16px;
	font-family:  '微软雅黑';
}
ul.category li:after {
	content: "/";
	display: inline-block;
	position: relative;
	color: #999;
	left: 20px;
}
ul.category li:last-child:after {
	display: none;
}
ul.category li:last-child {
	padding-right: 0;
}
ul.category li.on a {
	color: #274b92;
}
ul.category li.on a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	left: 0;
	bottom: -1px;
	background-color: #274b92;
}
.text_area {
	position: relative;
	padding: 0 0;
	line-height: 22px;
	font-size: 16px;
	box-sizing: border-box;
}
/*.text_area img{padding-top: 0;}*/

.text_area p img {
	display: block;
	max-width: 100%;
	margin-bottom: 20px;
}
.text_area > img {
	width: 100%;
	margin-bottom: 20px;
}
.text_area p {
	white-space: pre-wrap;
	font-size: 15px;
	line-height: 2;
	padding: 5px 0;
}
.mix>img, .mix p {
	float: left;
	display: inline-block;
	width: 50%;
	box-sizing: border-box;
}
.mix p, .mix h4, .mix h3, .mix h5 {
	padding: 0 20px;
	display: inline-block;
}
.mix {
	line-height: 22px;
	margin: 30px 0;
}
p.detail_title {
	font-size: 24px;
	margin-bottom: 20px;
	line-height: 30px;
	font-family:  '微软雅黑';
	font-weight: 700;
	width: 80%;
	overflow: hidden;
}
.text_area .time {
	position: absolute;
	text-align: right;
	width: 18%;
	right: 10px;
	top: 0;
}
.ctrl a {
	position: relative;
	float: left;
	height: 60px;
	width: 33.33%;
	background-color: #e7e7e7;
	background-color: rgba(0,0,0,.05);
	border-right: 4px solid #fff;
	box-sizing: border-box;
	z-index: 99;
	transition: 0.3s;
}
.ctrl a:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #274b92;
	opacity: 0;
	transition: 0.3s;
	z-index: -1;
}
.ctrl {
	margin-top: 40px;
	padding: 0 10px;
}
.ctrl a:last-child {
	border: none;
}
a#back:after, a#prev:after, a#next:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(../images/btn-back.png);
	background-repeat: no-repeat;
	background-position: center;
	transition: 0.3s;
}
a#back:after {
	background-image: url(../images/btn-back.png);
}
a#prev:after {
	background-image: url(../images/btn-prev.png);
}
a#next:after {
	background-image: url(../images/btn-next.png);
}
 @media screen and (min-width: 1024px) {
ul.category li a:hover {
	color: #274b92;
}
.ctrl a:hover:before {
	height: 100%;
	opacity: 1;
}
a#back:hover:after {
	background-image: url(../images/btn-back2.png);
}
a#prev:hover:after {
	background-image: url(../images/btn-prev2.png);
}
a#next:hover:after {
	background-image: url(../images/btn-next2.png);
}
}
/*—————————————————————————————————————— service ————————————————————————————————*/

.service_box {
	float: left;
	width: 25%;
	padding: 0 30px;
	box-sizing: border-box;
	text-align: center;
}
.column3 .service_box {
	width: 33.33%
}
.service_box h4 {
	font-weight: 700;
	font-size: 16px;
	font-family:   '微软雅黑';
	margin-top: 10px;
}
.service_box img {
	width: 100%;
	transition: 0.3s;
}
.service_box p {
	font-size: 13px;
	color: #777;
	margin-bottom: 10px;
}
 @media screen and (min-width: 1024px) {
.service_box:hover img {
	opacity: 0.8;
}
}
/*—————————————————————————————————————— news ————————————————————————————————*/

.news_box {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 50px;
	box-sizing: border-box;
}
.home_news .news_box {
	width: 21%;
	margin-bottom: 0;
}
.news_box img {
	width: 100%;
	height: auto;
	
	transition: 0.2s;
	opacity: 1;
}
.news_img {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}
.news_box .time {
	display: none;
}
.news_list .news_box .time {
	display: block;
}
.news_img .time {
	position: absolute;
	font-size: 14px;
	left: 4px;
	bottom: 0;
	color: #fff;
	padding: 4px 10px;
	background-color: rgba(255,255,255,.0);
	font-family:  Arial;
	transition: 0.4s;
	opacity: 0.6;
}
.news_box h4 a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	font-family:   '微软雅黑';
	color: #222;
	margin-top: 16px;
	line-height: 24px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: 0.3s;
}
.news_box h4 {
	margin-bottom: 16px;
}
.news_box p {
	font-size: 13px;
	color: #777;
	height: 70px;
	overflow: hidden;
}
.more a {
	position: relative;
	top: 20px;
	display: block;
	font-size: 20px;
	letter-spacing: 2px;
	text-align: center;
	color: #ccc;
	border-top: 1px solid #f1f1f1;
	padding: 16px 0 4px 0;
	margin: 0 16px;
	box-sizing: border-box;
	transition: 0.3s;
}
 @media screen and (min-width: 960px) {
.home_news .news_box:nth-child(1) {
	width: 37%;
}
.home_news .news_box:nth-child(1) p {
	display: none;
}
.home_news .news_box:nth-child(1) h4 a {
	position: absolute;
	bottom: 26px;
	left: 16px;
	padding: 10px;
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,.5);
	width: 398px;
	box-sizing: border-box;
}
}
 @media screen and (min-width: 1024px) {
.news_box:hover h4 a {
	color: #274b92;
}
.home_news .news_box:nth-child(1):hover h4 a {
	background-color: #274b92;
	color: #fff;
}
.news_img:hover img {
	transform: scale(1.1);
	opacity: 0.7;
}
.more a:hover {
	color: #274b92;
	letter-spacing: 5px;
}
.news_box:hover .time {
	opacity: 1;
	color: #555;
	background-color: rgba(255,255,255,1);
	left: 10px;
}
}
/*—————————————————————————————————————— about ————————————————————————————————*/



.banner_box {
	position: relative;
	width: 100%;
	padding: 100px 0;
	text-align: center;
	background-color: #555;
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	color: #fff;
	z-index: 99;
}
.banner_box p {
	font-size: 16px;
	width: 800px;
	margin: 20px auto;
	white-space: pre-line;
	line-height: 30px;
}
.banner_box p.title {
	font-weight: 700;
	font-size: 24px;
	font-family:   '微软雅黑';
	position: relative;
	margin-bottom: 30px;
}
.banner_box p.title:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 3px;
	background-color: #fff;
	bottom: -12px;
	left: 50%;
	margin-left: -15px;
}
.banner_box span {
	display: block;
	margin: 30px 0;
}
.banner_box span a {
	display: inline-block;
	padding: 0 40px;
	border-radius: 6px;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	background-color: #f43535;
	transition: 0.3s;
}
 @media screen and (min-width: 1024px) {
.banner_box span a:hover {
	opacity: 0.8;
}
}
/*--------------------------------------------gallery----------------------------------------------*/



.pic_box {
	position: relative;
	float: left;
	width: 33.33%;
	padding: 0 16px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.pic_list .pic_box {
	width: 50%;
	margin-bottom: 20px;
}
.other_pic {
	padding: 8px;
}
.other_pic .pic_box {
	padding: 0 2px;
	margin-top: 30px;
	margin-bottom: 0;
}
.pic_box_img {
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}
.pic_box_img img {
	width: 100%;
	transition: 0.2s;
}
.pic_box p {
	position: relative;
	font-size: 16px;
	color: #222;
	padding: 10px 0;
	transition: 0.4s;
	z-index: 2;
}
.pic_box_img:before, .news_img a:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
	height: 60px;
	width: 60px;
	background-image: url(../images/icon-zoom.png);
	z-index: 3;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: 0.2s;
}
.news_img a {
	position: relative;height: 10em;
    overflow: hidden;
    display: inline-block;
}
.pic_box_img a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
}
 @media screen and (min-width: 1024px) {
/*.pic_box:hover p{color: #274b92;text-indent: 10px;}*/



.pic_box_img:hover img {
	transform: scale(1.05);
	opacity: 0.7;
}
.pic_box_img:hover:before, .news_img:hover a:before {
	top: 50%;
	opacity: 1;
	filter: alpha(opacity=100);
}
}
/*—————————————————————————————————————— contact ————————————————————————————————*/

.contact_left img, .contact_right img {
	max-width: 100%;
}
.contact_left {
	float: left;
	width: 36%;
	padding: 0 10px;
	line-height: 22px;
	box-sizing: border-box;
}
.contact_left p {
	position: relative;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
	left: 50px;
	width: calc(100% - 50px);
}
.contact_left p.right_p {
	display: none;
}
.size14 {
	font-size: 14px !important;
}
.contact_left img {
	max-width: 100%;
}
.contact_left p:before {
	content: "";
	position: absolute;
	top: -8px;
	left: -50px;
	display: block;
	width: 40px;
	height: 40px;
	background-color: #274b92;
	background-image: url(/skin/images/default.png);
	margin-right: 50px;
}
.contact_left p.map:before {
	background-image: url(/skin/images/map.png);
}
.contact_left p.phone:before {
	background-image: url(/skin/images/phone.png);
}
.contact_left p.fax:before {
	background-image: url(/skin/images/fax.png);
}
.contact_left p.mobile:before {
	background-image: url(/skin/images/mobile.png);
}
.contact_left p.mail:before {
	background-image: url(/skin/images/mail.png);
}
.contact_left p.web:before {
	background-image: url(/skin/images/web.png);
}
.contact_left p a:hover {
	border-bottom: 1px solid #274b92;
}
.contact_right {
	float: right;
	width: 60%;
	padding: 0 10px;
	box-sizing: border-box;
}
.contact_right > p {
	font-size: 20px;
	font-family:   '微软雅黑';
	margin-bottom: 10px;
}
.form input, .formText {
	border: 1px solid #dedede;
	background-color: #fbfbfb;
	font-size: 14px;
	line-height: 18px;
	width: 100%;
	padding: 10px;
	text-align: left;
	margin: 0 auto;
	outline: medium;
	border-radius: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	transition: 0.4s;
}
.formText {
	text-align: left;
}
.form textarea {
	height: 100px;
	max-width: 100%;
}
 @media screen and (min-width: 1024px) {
.form input:hover, .form textarea:hover {
	border-color: #999;
}
.formBtn button:hover {
	background-color: #274b92;
}
}
.form input:focus, .form textarea:focus {
	background-color: #fff;
	border: 1px solid #274b92;
}
.form dt {
	margin-top: 10px;
	color: #888;
	font-size: 12px;
	line-height: 22px;
	padding-bottom: 4px;
}
.form dl {
	width: 49%;
	float: left;
}
.form dl:first-child {
	margin-right: 2%;
}
.formBtn button {
	padding: 14px;
	width: 100%;
	background: #25282c;
	color: #fff;
	margin: 10px auto;
	line-height: 18px;
	cursor: pointer;
	border: none;
	transition: 0.4s;
}
/*—————————————————————————————————————— footer ————————————————————————————————*/

.footer {
	color: #fff;
	padding: 30px 0;
	background-color: #25282c;
}
.foot_box, .foot_extend img {
	margin: 20px 0 30px 0;
}
.for3 {
	float: left;
	width: 33%;
	box-sizing: border-box;
}
.for4 {
	float: left;
	width: 20%;
	box-sizing: border-box;
}
.foot_extend p {
	position: relative;
	margin-bottom: 10px;
	font-size: 16px;
	border-bottom: 1px solid #383B3F;
	padding-bottom: 10px;
	width: 90%;
}
.foot_extend p:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 3px;
	left: 0;
	bottom: -1px;
	background-color: #274b92;
}
.foot_box:last-child p {
	width: 100%;
}
.foot_extend a {
	display: block;
	color: #bbb;
	line-height: 30px;
}
.foot_extend span {
	width: 100%;
	color: #bbb;
	display: block;
	line-height: 24px;
}
.foot_extend a:hover {
	color: #fff;
}
.foot_extend a:before {
	content: "-";
	display: inline-block;
	opacity: 0.7;
	margin-right: 4px;
}
.foot_extend img {
	max-width: 100%;
}
.line {
	border-bottom: 1px solid #383B3F;
	margin-bottom: 30px;
}
.follow {
	float: right;
}
.follow span {
	padding: 4px;
	opacity: 1;
	filter: alpha(opacity=100);
	transition: 0.4s;
}
.follow span:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.s-qq, .s-weibo, .s-taobao, .s-tt, .s-renren {
	display: inline-block;
 *display:inline;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.s-qq {
	background-image: url(../images/social/dark/qq.png);
}
.s-renren {
	background-image: url(../images/social/dark/renren.png);
}
.s-taobao {
	background-image: url(../images/social/dark/taobao.png);
}
.s-weibo {
	background-image: url(../images/social/dark/weibo.png);
}
.s-tt {
	background-image: url(../images/social/dark/tt.png);
}
p.copy {
	font-size: 11px;
	line-height: 30px;
	color: #b0b5bb;
	float: left;
 display:
}
.copy + p a {
	color: #fff;
}
.footer .w1200 p {
	display: inline-block;
}



/*—————————————————————————————————————— 响应式1280 ————————————————————————————————*/

@media screen and (max-width: 1279px) {
p {
	font-size: 12px;
}
.w1200 {
	width: 960px;
}
.slider_s {
	width: 960px !important;
	height: 400px !important
}
.header .w1200 {
	padding: 0 20px;
}
.nav > ul > li {
	margin-right: 40px;
}
.nav > ul > li a {
	font-size: 14px;
}
.service_box {
	padding: 0 10px;
}
.news_box {
	padding: 0 10px;
}
.service_box p, .news_box p {
	font-size: 12px;
	line-height: 20px;
}
.news_box h4 a {
	font-size: 14px;
	margin-top: 8px;
}
.news_box h4 {
	margin-bottom: 8px;
}
.home_news .news_box:nth-child(1) h4 a {
	width: 320px;
	left: 10px;
	bottom: 8px;
}
.news_box p {
	height: 60px;
}
.banner_box {
	padding: 60px 0;
}
ul.category li a {
	font-size: 14px;
}
}



/*—————————————————————————————————————— 响应式960 ————————————————————————————————*/



@media screen and (max-width: 960px) {

ul.sub{    display: none !important;}
.content {
	padding: 20px 0
}
.nav {
	opacity: 1;
}
.w1200, .w_880 {
	width: 100%;
}
.slider_s {
	width: 100% !important;
	height: 300px !important;
	margin-top: 0;
}
.camera_next, .camera_prev {
	opacity: 1 !important;
}
.header {
	height: 100px;
	position: fixed;
}
.nav_icon {
	display: block;
}
.head_info {
	display: none;
}
.logo {
	height: 60px;
	line-height: 60px;
	width: 100%;
	text-align: center;
}
.logo img {
	max-height: 100%;
}
.nav {
	top: 60px;
	height: 40px;
}
.nav>ul {
	display: none;
	text-align: center;
	top: 60px;
}
.nav>ul>li {
	display: block;
	margin: 0;
	line-height: 40px;
}
.nav > ul > li a {
	display: block;
}
.hide_100 {
	height: 100px;
}
li.has_sub ul, li.has_sub>a:after {
	display: none;
}
li.has_sub a {
	padding: 0;
}
.right_li span {
	padding: 8px 30px;
}
.right_li {
	float: none;
}
.camera_caption a {
	font-size: 12px !important;
}
.service_box {
	width: 50%;
}
.column3 .service_box {
	width: 100%;
}
.section_title>p {
	font-size: 14px;
	margin-bottom: 10px;
	padding-top: 12px;
}
.news_box {
	width: 50% !important;
	margin-bottom: 20px;
}
.home_news .news_box:nth-child(1) h4 a {
	width: auto;
}
.home_news .news_box {
	margin-bottom: 30px;
}
.banner_box p, .banner_box p.title {
	width: 100%;
	font-size: 12px;
	line-height: 20px;
}
.banner_box p.title {
	font-size: 14px;
}
.banner_box {
	padding: 40px 0;
}
.banner_box span a {
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
.pic_box {
	width: 50%;
	padding: 0 4px;
	left: 0;
}
.pic_box p {
	font-size: 12px;
}
.other_pic {
	display: none;
}
ul.category li a {
	font-size: 11px;
}
ul.category li {
	padding-right: 20px;
}
ul.category li:after {
	left: 6px;
	font-size: 10px;
}
ul.category {
	margin-bottom: 20px;
}
.page li {
	margin: 0
}
.page {
	height: 60px;
}
.banner_sub {
	min-height: 0;
	padding: 30px 0;
}
.contact_right, .contact_left {
	width: 100%;
}
.contact_left p {
	font-size: 12px;
}
.mix>img, .mix p {
	width: 100%;
	float: none;
}
.mix>img {
	margin-bottom: 20px;
}
.mix p, .mix h4, .mix h3, .mix h5 {
	padding: 0;
}
p.detail_title {
	font-size: 18px;
	line-height: 22px;
}
.for4 {
	width: 48%;
}
.foot_extend {
	font-size: 11px;
}
.foot_extend p {
	font-size: 14px;
}
.foot_extend a {
	line-height: 24px;
}
.follow {
	float: none;
	text-align: center;
}
p.copy {
	width: 100%;
	float: none;
	text-align: center;
}
.foot_extend span {
	line-height: 16px;
}
}
 @media screen and (max-width: 480px) {
.slider_s {
	height: 200px !important;
}
.service_box {
	width: 100%;
}
.news_box {
	width: 100%;
}
.nav>ul>li {
	line-height: 30px;
}
li.right_li {
	margin-top: 20px !important;
}
.news_box, .home_news .news_box {
	width: 100% !important;
	margin-bottom: 30px;
}
}
/*修改开始*/
.news1, .news {
	background: #fff;
	width: 1240px;
	padding-bottom: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.news1 .bd {
	margin-right: 24px;
	width: 397px;
	float: left;
}
.news1 .bd h3 {
	font-size: 18px;
	margin: 40px 0 15px;
	padding-left: 85px;
	font-weight: normal;
	color: #102759;
	background: url(../images/ico.jpg) no-repeat 30px;
}
.news1 .bd h3 span {
	margin-top: 6px;
	float: right;
}
.news1 .bd h3 span a {
	font-size: 12px;
	color: #274B94;
}
.news1 .bd ul {
	padding: 15px 22px;
	border: 2px solid #DEDFDF;
	border-radius: 10px;
}
.news1 .bd ul li a {
	font-size: 14px;
	height: 26px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	display: block;
	color: #595757;
	line-height: 26px;
}
.news1 .bd ul li a span {
	display: inline-block;
	position: relative;
	top: -2px;
	width: 7px;
	height: 7px;
	background: #3E3A39;
	margin-right: 10px;
}
.news1 .bd:nth-child(3n) {
	margin-right: 0
}
 @media screen and (max-width: 600px) {
.news_img a{position: relative;
    height: auto;
    overflow: hidden;
    display: inline-block;}
.news1 {
	width: 95%;
	padding-bottom: 30px;
	overflow: hidden;
	margin: 0 auto;
}
.news1 .bd {
	margin-right: 0;
	width: 100%;
	float: none;
}
}
.news {
	overflow: hidden;
	padding: 25px 0;
	background: #fff;/*background-color: rgba(6, 163, 232, 0.05);*/
}
.news .news_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #274B94;
}
.news .news_title h3 {
	font-size: 18px;
	float: left;
	padding-left: 18px;
}
.news .news_title h3>a {
	color: #fff;
}
.news .news_title .more {
	float: right;
	font-size: 14px;
	color: #fff;
	margin-right: 23px;
}
.news .newsBox {
	width: 100%;
	margin: 0 auto;
}
.news .newsBox_left {
	overflow: hidden;
	width: 700px;
	float: left;
}
.news .newsBox_left .news_box {
	padding: 20px;
	height: 400px;
	background: #fff;
	width: 100%;
}
.news .newsBox_left .xxxw {
	width: 660px;
	height: 160px;
	margin: 0;
}
.xxxw .xwtp1 {
	float: left
}
.xxxw .xwwz1 {
	float: right;
	width: 430px;
	height: 158px;
	overflow: hidden;
}
.xxxw .xwwz1 h3 {
	font-weight: normal;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 20px;
	margin-bottom: 0;
	overflow: hidden;
	margin-top: -11px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.xxxw:hover .xwwz1 h3 {
	color: #274B94
}
.xxxw .xwwz1 p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 104px;
	overflow: hidden;
	text-align: justify;
}
.xxxw .xwwz1 span {
	float: right;
	display: block;
	font-size: 14px;
	color: #274B94;
}
.newsBox_left ul li {
	width: 100%;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	border-bottom: 1px dashed #e1e1e1;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsBox_left ul li a {
	display: block;
	float: left;
	width: 540px;
}
.newsBox_left ul li a:hover {
	color: #274B94
}
.newsBox_left ul li span {
	color: #676767;
	float: right;
}
.news .newsBox_right {
	overflow: hidden;
	width: 480px;
	font-size: 13px;
	color: #000;
	float: right;
}
.newsBox_right ul {
	padding: 20px;
	/*padding-top: 11px;*/
	height: 370px;
	background: #fff;
}
.newsBox_right ul li {
	width: 440px;
	line-height: 39px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 13px;
	background: url(../images/news_right_li.png) no-repeat 420px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsBox_right ul li a {
	font-size: 14px;
	display: block;
}
.newsBox_right ul li .news_nextNav {
	display: none;
	width: 440px;
	height: 112px;
	line-height: 21px;
	background: url(../images/new_right.png) no-repeat top center;
	margin-bottom: 17px;
	overflow: hidden;
}
.newsBox_right ul li .news_nextNav p {
	position: relative;
	width: 410px;
	white-space: normal;
	height: 83px;
	padding: 20px 15px;
	text-align: justify;
	color: #999;
}
.newsBox_right li .news_nextNav p a {
	color: #274B94;
	position: absolute;
	right: 15px;
	bottom: 20px;
}
.xwtp1 img {
	width: 210px;
	height: 158px;
}
.news a {
	color: #333
}
 @media screen and (max-width: 600px) {
.news {
	width: 95%;
	overflow: hidden;
	padding: 25px 0;/*background-color: rgba(6, 163, 232, 0.05);*/
}
.news .news_title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #274B94;
}
.news .news_title h3 {
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 0;
	float: left;
	padding-left: 18px;
}
.news .news_title h3>a {
	color: #fff;
}
.news .news_title .more {
	float: right;
	font-size: 14px;
	color: #fff;
	margin-right: 23px;
}
.news .newsBox {
	width: 100%;
	margin: 0 auto;
}
.news .newsBox_left {
	overflow: hidden;
	width: 100%;
	float: none;
}
.news .newsBox_left .news_box {
	padding: 20px;
	height: auto;
	box-sizing: border-box;
	background: #fff;
}
.news .newsBox_left .xxxw {
	width: 100%;
	height: auto;
	margin: 0;
}
.xxxw .xwtp1 {
	float: none
}
.xxxw .xwwz1 {
	float: none;
	width: 100%;
	height: auto;
	overflow: hidden;
}
.xxxw .xwwz1 h3 {
	font-weight: normal;
	line-height: normal;
	height: 40px;
	line-height: 40px;
	width: 100%;
	font-size: 20px;
	margin-bottom: 0;
	overflow: hidden;
	margin-top: 0px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newsBox_left ul {
	margin-top: 20px;
}
.newsBox_left {
/*padding-bottom: 30px;*/
}
.xxxw:hover .xwwz1 h3 {
	color: #274B94
}
.xxxw .xwwz1 p {
	font-size: 14px;
	line-height: 26px;
	color: #999;
	height: 104px;
	overflow: hidden;
	text-align: justify;
}
.xxxw .xwwz1 span {
	float: none;
	display: block;
	font-size: 14px;
	color: #274B94;
}
.newsBox_left ul li {
	width: 100%;
	height: 39px;
	line-height: 39px;
	font-size: 14px;
	border-bottom: 1px dashed #e1e1e1;
	float: left;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.newsBox_left ul li a {
	display: block;
	float: left;
	width: 71%;
	overflow: hidden;
}
.newsBox_left ul li a:hover {
	color: #274B94
}
.newsBox_left ul li span {
	color: #676767;
	float: right;
}
.news .newsBox_right {
	overflow: hidden;
	width: 100%;
	font-size: 13px;
	color: #000;
	float: right;
}
.newsBox_right ul {
	padding: 20px;
	padding-top: 11px;
	height: 370px;
	background: #fff;
}
.newsBox_right ul li {
	width: 100%;
	line-height: 39px;
	border-bottom: 1px dashed #e1e1e1;
	font-size: 13px;
	background: url(../images/news_right_li.png) no-repeat 420px 16px;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newsBox_right ul li a {
	font-size: 14px;
	display: block;
}
.newsBox_right ul li .news_nextNav {
	display: none;
	width: 100%;
	height: 112px;
	line-height: 21px;
	background: url(../images/new_right.png) no-repeat top center;
	margin-bottom: 17px;
	overflow: hidden;
	background-size: 100% 100%;
}
.newsBox_right ul li .news_nextNav p {
	position: relative;
	width: 100%;
	white-space: normal;
	height: 83px;
	padding: 20px 15px;
	box-sizing: border-box;
	text-align: justify;
	color: #999;
}
.newsBox_right li .news_nextNav p a {
	color: #274B94;
	position: absolute;
	right: 15px;
	bottom: 0;
}
.xwtp1 img {
	width: 100%;
	height: auto;
}
.news a {
	color: #333
}
}
.hzz {
	width: 1240px;
	margin: 0 auto;
	padding: 0 0 30px;
	background: #fff;
}
.hzti {
	font-size: 24px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.hzdes {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.hzcon {
	margin-top: 30px;
	height: 114px!important;/*display: flex;justify-content: space-between;*/
}
.hzcon li {
	width: 266px;
	height: 114px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
}
.hzcon .hzit {
	width: 266px;
	height: 114px;
}
.hzit img {
	width: 100%;
}
@media screen and (max-width: 600px) {
.hzz {
	width: 95%;
	margin: 0 auto;
	padding: 0 0 30px;
}
.hzti {
	font-size: 20px;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.hzdes {
	margin-top: 20px;
	font-size: 14px;
	color: #333;
	text-align: center;
}
.hzcon {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.hzcon .hzit {
	width: 47%;
	margin-bottom: 20px;
}
.hzit img {
	width: 100%;
}
}
.bgfff {
	background: #fff;
}
.dqwz {
	width: 100%;
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	font-size: 14px;
}
@media screen and (max-width: 600px) {
.dqwz {
	width: 95%;
}
.for4 {
	height: auto!important
}
}
/*友情链接*/
.yqljhz a {
	display: inline-block;
	vertical-align: top;
}
.yqljhz {
	width: 100%;
	height: auto!important
}
.yqljhz a:before {
	content: " ";
}
/*左侧*/
.left .box {
	margin-bottom: 10px;
}
.left .box h3 {
	line-height: 31px;
	padding-left: 15px;
	font-weight: bold;
	font-family: "微软雅黑";
	background: url(../images/nav.png) no-repeat 0% 100%;
	font-size: 14px;
	color: #000;
}
.left .box .content {
	padding: 5px 0px;
}
.left {
	width: 225px;
	float: left;
	background: #fff;
	padding: 10px;
}
.righz {
	float: right;
	width: 980px;
}
.sort li {
	position: relative;
	z-index: 9999;
}
.sort li a {
	color: #000;
	display: block;
	line-height: 30px;
	font-family: 微软雅黑;
	padding-left: 25px;
	background: url(../images/dot4.png) 5px -41px no-repeat;
	border-bottom: 1px solid rgb(221, 221, 221);
}
.sort li .layer2 {
	position: absolute;
	left: 210px;
	top: 0px;
	width: 210px;
	padding: 10px 20px;
	background: #f5f6f6;
	border-bottom: 2px solid #3a78c1;
	z-index: 9999;
}
.left .box .content {
	padding: 5px 0px;
}
.new1 li {
	border-bottom: 1px solid #dddddd;
	background: url(../images/list_dot1.gif) no-repeat 0% 50%;
	padding-left: 13px;
}
.words {
	overflow: hidden;
	margin-right: -1.3%;
	padding-top: 5px;
}
.words li {
	width: 46%;
	float: left;
	border: 1px dashed #d0d0d0;
	background: none;
	padding-left: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.right_word {
	margin-left: 5%;
}
.news_list li a {
	line-height: 27px;
	color: #000;
	font-size: 12px;
}
.sort li a:hover {
	color: #3a78c1;
	text-decoration: none;
	background: url(../images/dot4.png) no-repeat 5px -41px #f5f6f6;
}
.left a:hover {
	color: #3a78c1;
}
@media screen and (max-width: 600px) {
.left {
	display: none;
}
.righz {
	width: 100%;
}
.righz * {
	max-width: 100%;
}
.righz img {
	width: 100% !important;
	height: auto!important
}
}
/*详情页修改*/
.tag {
	margin: 10px 0px;
	border-top: 1px dashed #ccc;
	padding-top: 8px;
}
.tag a {
	margin: 0 3px;
}
.hotcity {
	border: 1px #dedede solid;
	height: 30px;
	line-height: 30px;
	text-indent: 8px;
}
.hotcity a {
	color: #274B94 !important;
}
.clear {
	clear: both;
}
.aitemapa {
	margin-top: 20px;
	border: 1px #dedede solid;
	padding-left: 10px;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.cateslist {
	margin-top: 12px;
	overflow: hidden;
}
.cateslist dl {
	border: 1px solid #d5d5d5;
	border-radius: 4px;
	overflow: hidden;
	_float: left;
}
.cateslist dl dd {
	float: left;
	margin: 12px 10px;
	width: 204px;
	display: inline;
}
.cateslist dl dd .img {
	width: 100%;
	height: 140px;
	display: block;
}
.cateslist dl dd .img img {
	width: 100%;
	height: 140px !important;
	border: 1px solid #d5d5d5;
	display: block;
}
.cateslist dl dd .txt {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	width: 100%;
}
.content .newslist li {
	padding: 10px 0px;
	overflow: hidden;
	_height: 118px;
}
.newslist li {
	line-height: 17px;
	padding: 9px 0;
	background: url(../images/line02.gif) repeat-x left bottom;
}
.newslist li a {
	display: block;
	line-height: 17px;
	font-family: tahoma, 宋体;
	cursor: pointer;
	color: rgb(99, 99, 99);
	background: url(../images/cion01.gif) 5px 3px no-repeat;
}
.newslist li a p {
	padding-left: 25px;
	line-height: 17px;
	color: #636363;
	font-size: 14px;
	text-align: left;
}
.newslist li a span {
	float: right;
	line-height: 17px;
	padding-right: 10px;
}
.cateslist dl dd .img a:hover img {
	border: #000 1px solid;
}
.newslist a:hover p {
	color: #3a78c1!important
}
.wzxghz {
	font-size: 14px;
	border-top: 1px dashed #ccc;
	padding-top: 10px;
}
.fanye {
	line-height: 30px;
}
.wzxghz a {
	color: #000;
}
.wzxghz a:hover {
	text-decoration: underline;
}
h1> .detail_title {
	text-align: center;
	margin: 1.2em 0
}
