@charset "utf-8";
html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
}

body {
	font-family: 'SY', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	background: #fff;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'SY', arial, Helvetica, sans-serif;
}

img {
	border: none;
}
a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1240px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}


/*===================================header===============================*/

.in_header {
/*	line-height: 106px;*/
/*	background: url(../images/inbg.png) no-repeat center top;*/
	background-size: auto 100%;
}

.head_top {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.head_top .logo {
	font-size: 0;
}

.head_top .logo img {
	height: 100px;
	margin-right: 15px;
	vertical-align: middle;
}
.nav{background: linear-gradient(to bottom, #8eabcc, #0c376e);}
.head_top .logot {
	font-size: 0;
}

.head_top .logot .tbox {
	display: inline-block;
	vertical-align: middle;
}

.head_top .logot .t1 {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	line-height: 52px;
}

.head_top .logot .t2 {
	font-size: 14px;
	color: #333333;
	line-height: 14px;
}

.head_other {
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.search_box {
	position: relative;
	font-size: 0;
}

.head_search {
	display: inline-block;
	height: 44px;
	line-height: 42px;
	font-size: 0;
	vertical-align: middle;
	border: 1px solid #3399cc;
	overflow: hidden;
	background: #fff;
}

.search_box .head_search1 {
	height: 42px;
	width: 72px;
	background: #3399cc url(../images/search.png) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
	overflow: hidden;
	text-indent: -999px;
}

.search_box .head_search1:hover {
	opacity: 0.8;
}

.search_box .head_search2 {
	background-color: #fff;
	height: 42px;
	line-height: 42px;
	width: 300px;
	padding: 0 15px;
	font-size: 14px;
	vertical-align: middle
}

.nav nav {
background: linear-gradient(to bottom, #8eabcc, #0c376e);
}

.nav nav>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
}

.nav nav>ul>li {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}

.nav nav>ul>li:before {
	content: "";
	height: 20px;
	width: 1px;
	background: #cccccc;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -10px;
}

.nav nav>ul>li:first-child:before {
	display: none;
}

.nav nav>ul>li>a {
	display: block;
	height: 75px;
	line-height: 75px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	color: #fff;
	    background: linear-gradient(to bottom, #8eabcc, #0c376e);
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	text-align: center;
	font-size: 0;
	background: #fff;
	display: none;
}

.nav nav>ul>li ol li a {
	color: #333333;
	font-size: 16px;
	line-height: 34px;
	display: block;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	color: #3399cc;
}

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	width: 100%;
	line-height: 66px;
	background: #fff;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
}

header.fixed {
	-moz-box-shadow: 0 0 10px #dedede;
	-webkit-box-shadow: 0 0 10px #dedede;
	box-shadow: 0 0 10px #dedede;
}

header .head_top .logo img {
	height: 27px;
	margin-right: 15px;
	vertical-align: middle;
}

header .head_top .logot .t1 {
	font-size: 20px;
	color: #333;
	font-weight: normal;
	line-height: 24px;
	letter-spacing: 4px;
}

header .head_top .logot .t2 {
	font-size: 12px;
	color: #333;
	line-height: 12px;
	text-transform: uppercase;
}

header .nav {
	float: right;
}

header .nav nav>ul {
	width: 960px;
}

header .nav nav>ul>li>a {
	font-size: 16px;
	height: 66px;
	line-height: 66px;
}

header .nav nav>ul>li:before {
	display: none;
}

.h {
	display: none;
	height: 50px;
	background: #fff;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0 5px 10px #efefef;
	-webkit-box-shadow: 0 5px 10px #efefef;
	box-shadow: 0 5px 10px #efefef
}

.phone_head .logo {
	/*width: 60%;*/
	font-size: 0
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0 0 0 15px
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 30px;
	background: #224a7e url("../css/navbg.png") no-repeat center;
	background-size: auto 100%
}

.phone-head .mask-close {
	background: #3399cc none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 3%;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease
}

#menu a:hover {
	color: #fff
}

#menu h1 {
	font-weight: 300
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em
}

#menu p {
	margin: 20px 0
}

#menu .nav {
	height: auto;
	background: #3399cc
}

#menu {
	margin: 3em auto;
	width: 100%
}

#menu {
	background: #3399cc
}

.sliding-menu a.back {
	background: #ccc
}

.sliding-menu a:hover {
	background: #ccc
}


/*=================================index=================================*/

.main_sec .main {
	background: #fff;
}

.in1_sec {
	padding-top: 30px;
}

.in1_sec .con {
	height: 330px;
	overflow: hidden;
}

.in1_sec .con1 {
	float: left;
	width: 36.12%;
	    border: 1px solid #e6e6e6;
}

.newsswiper a {
	display: block;
	width: 100%;
	position: relative;
}

.newsswiper .pic {
	overflow: hidden;
}

.newsswiper .pic img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
	height:264px;
}

.newsswiper a:hover .pic img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.newsswiper .tbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	height: 32px;
	padding: 0 180px 0 15px;
	font-size: 14px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
}

.newsswiper .swiper-pagination {
	width: auto;
	left: auto;
	right: 15px;
}

.newsswiper .swiper-pagination-switch {
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #fff;
	box-shadow: none;
	margin: 0 5px;
}

.newsswiper .swiper-active-switch {
	background: #ed0f0f;
}

.in1_sec .con2 {
	float: right;
	width: 48%;
/*	margin-right: 2.44%;*/
}

.tabs {}

.tabs a {
	display: inline-block;
	width: 33.333%;
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	text-align: center;
	background: #ededed;
	font-weight: bold;
	margin-right:-4px;
}

.tabs a.on {
	background: linear-gradient(to bottom, #8eabcc, #0c376e);
	color: #fff;
}

.list {
	padding-top: 5px;
	position: relative;
}

.more {
	position: absolute;
	right: 25px;
	top: -36px;
	font-size: 16px;
	color: #666666;
	display: block;
	height: 30px;
	line-height: 28px;
	padding: 0 15px 0 15px;
	background: #f6f6f6;
	border: 1px solid #e6e6e6;
	border-radius: 25px;
}

.more:hover {
	background-color: #e6e6e6;
}

.list .box {
	display: none;
}
.con3 .titlex{position: relative;}
.con3 .more, .in2_sec .con1 .more{    position: absolute;
    right: 28px;
    top: 11px;
    right: 4px;
    font-size: 16px;
    color: #666666;
    display: block;
    height: 30px;
    line-height: 28px;
    padding: 0 15px 0 15px;
    background: #f6f6f6 url(../images/more.png) no-repeat 80% center;
    border: 1px solid #e6e6e6;
    border-radius: 25px;}



.list .box:first-child {
	display: block;
}

.list .box ul li {
	position: relative;
	padding: 0 25px 0 15px;
}

.list .box ul li:before, .con3 .list ul li:before, .in2_sec .con1 .list ul li:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2.5px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
}
.con3 .list ul li,.in2_sec .con1 .list ul li {
    position: relative;
    padding: 0 25px 0 15px;
    text-align: left;
    display: flex;

}
.con3 .list ul li  a {
    font-size: 16px;
    color: #333;
    line-height: 32px;
    height: 32px;
}
.list .box ul li a {
	font-size: 14px;
	color: #333;
	line-height: 32px;
	height: 32px;
}

.list .box ul li a:hover {
	color: #3399cc;
}

.list .box ul li .time {
	position: absolute;
	right: 0;
	top: 0;
	display: block;
	font-size: 18px;
	color: #999999;
}
.newspiclist .box{display:none;}
.newspiclist .box:first-child {
	display: block;
}
.newspiclist .box ul li{width:25%;float: left;}


.in1_sec .more {
	right: 0;
}

.in1_sec .con3 {
	float: left;
	width: 49%;
	    border: 1px solid #e6e6e6;
	    margin-right: 2.44%;
}

.in1_sec .con3 .swiper-slide a {
	display: block;
	margin-bottom: 10px;
	height: 327px;
	line-height: 40px;
	border-radius: 3px;
	background: #3399cc;
	text-align: center;
	font-size: 0;
}

.in1_sec .con3 a:hover {
	opacity: 0.8;
}

.in1_sec .con3 i {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}

.in1_sec .con3 span {
	font-size: 18px;
	color: #ffffff;
}

.in2_sec {
	margin-top: 25px;
}

.in2_sec a {
	display: block;
	float: left;

	margin-left: 0.86%;
	border-radius: 2px;
	overflow: hidden;
}

.in2_sec img {
	display: block;
	width: 100%;
}

.in2_sec a:nth-child(4n+1) {
	margin-left: 0;
}

.in3_sec {}

.intitle {
	position: relative;
	font-size: 20px;
	color: #20497d;
	line-height: 20px;
	padding-bottom: 10px;
	margin-top: 30px;
	border-bottom: 2px solid #f2f2f2;
	font-weight: bold;
}

.intitle:before {
	content: "";
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 78px;
	height: 2px;
	background: #20497d;
}

.in3_sec .con {
	margin-top: 30px;
	overflow: hidden;
}

.in3_sec .con1,
.in3_sec .con2,
.in3_sec .con3 {
	height: 316px;
	border: 1px solid #e6e6e6;
}

.in3_sec .con4,
.in3_sec .con5,
.in3_sec .con6 {
	height: 316px;
}
.in1_sec .con2 .news_boxes1{	border: 1px solid #e6e6e6;}
.in3_sec .con1,
.in3_sec .con4 {
	float: left;
	width: 34.8%;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

.in3_sec .con2,
.in3_sec .con5 {
	float: left;
	width: 34.8%;
	margin-left: 2.7%;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}

.in3_sec .con1 .list .box ul,
.in3_sec .con2 .list .box ul,
.in3_sec .con4 .list .box ul,
.in3_sec .con5 .list .box ul {
	padding: 0 25px;
}

.in3_sec .list .box ul li a {
	font-size: 16px;
}

.in3_sec .tit {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #333333;
	padding: 0 25px;
	background: #f2f2f2;
	font-weight: bold;
}

.in3_sec .con3 {
	float: right;
	width: 25%;
}

.in3_sec .con3 a {
	display: block;
/*	margin-bottom: 13px;*/
}

.in3_sec .con3 img {
	display: block;
	width: 100%;
height: 150px;
}

.in3_sec .con6 {
	float: right;
	width: 25%;
	border: 1px solid #20497d;
}

.in3_sec .con6 .tit {
	background: #20497d;
	color: #fff;
}

.in3_sec .con6 .tbox {
	font-size: 16px;
	color: #666666;
	line-height: 28px;
	height: 252px;
	padding: 0 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
}

.more2 {
	display: block;
	font-size: 16px;
	color: #3399cc;
	text-align: right;
}

.in4_sec .con {
	margin-top: 30px;
	height: 290px;
	overflow: hidden;
}

.in4_sec .con1 {
	float: left;
	width: 25%;
}

.lsswiper {}

.lsswiper img {
	display: block;
	width: 100%;
}

.lsswiper .swiper-pagination {
	bottom: 0;
}

.in4_sec .con2 {
	float: left;
	width: 45%;
	margin-left: 2.5%;
}

.in4_sec .con3 {
	float: right;
	width: 25%;
	border: 1px solid #f7f7f7;
}

.in4_sec .tit {
	height: 42px;
	line-height: 42px;
	font-size: 18px;
	color: #fff;
	padding: 0 25px;
	background: #3399CC;
}

.in4_sec .con3 .list {
	padding: 0 15px;
}

.in4_sec .con3 .list .box ul li {
	padding: 0 15px;
}

.parswiper {
	position: relative;
	padding: 25px 37px;
	margin-top: 30px;
	background: #f2f2f2;
}

.parswiper .swiper-container {
	width: 100%;
}

.parswiper a {
	display: block;
	overflow: hidden;
	width: 94%;
	margin: 0 3%;
}

.parswiper a img {
	display: block;
	width: 100%;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.parswiper a:hover img {
	-webkit-transform: scale(1.07);
	-moz-transform: scale(1.07);
	-o-transform: scale(1.07);
	-ms-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	transition: all 1s;
}

.parswiper .swiper-button-prev {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 13px;
	height: 24px;
	margin-top: -12px;
}

.parswiper .swiper-button-next {
	position: absolute;
	top: 50%;
	right: 10px;
	width: 13px;
	height: 24px;
	margin-top: -12px;
}

.in6_sec {
	padding-bottom: 15px;
}

.in6_sec ul {
	margin-top: 30px;
}

.in6_sec ul li {
float: left;
    width: 22%;
    margin-bottom: 18px;
    /* border: 1px solid #ddd; */
    padding: 15px 0px;
    margin-right: 3%;
    height: 40px;
    /* vertical-align: middle; */
    text-align: center;
    background: #e0e8f6;
    display: flex
;
    align-items: center;
    justify-content: center;
    box-shadow: 5px 5px 10px 0 rgb(57 66 77 / 26%);
    font-weight: bold;
}
.in6_sec ul{margin-left:0;padding-left:0;}
.in6_sec ul li:nth-child(7n+1) {
	margin-left: 0;
}
.in6_sec ul li a{font-size:13px;    font-weight: 300;    color: #20497d;}
.in6_sec ul li img {
	display: block;
	width: 100%;
}


/*==================================================================*/

.bottom {
	background: linear-gradient(to bottom, #8eabcc, #0c376e);
	color: #FFFFFF;
	width: 100%;
	padding: 30px 0;
}

.b_left {
	float: left;
	width: 56%;
}

.b_left ul {
	display: inline-block;
	font-size: 14px;
	margin-right: 70px;
	padding-left: 0px;
}

.b_left ul a {
	color: #fff;
}

.b_left ul li {
	line-height: 30px;
}

.add {
	font-size: 14px;
	color: #fff;
}

.line2 {
	border-bottom: 1px solid #fff;
	width: 100%;
	margin: 15px 0px;
}

.foot a {
	color: #fff;
	font-size: 14px;
}

.foot span {
	color: #fff;
	margin: 0px 10px;
}

.b_right {
	float: right;
}

.b_right div {
	text-align: center;
	display: inline-block;
	margin-left: 30px;
}

.b_right img {
	display: block;
	width: 100px;
	height: 100px;
}

.b_right p {
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}


/*==================================================================*/

.banner {
	margin-top: 66px;
}

.banner img {
	display: block;
	width: 100%;
}

.layoutleft {
	float: left;
	width: 22%;
}

.nytit {
	position: relative;
	margin-top: -32px;
	line-height: 64px;
	color: #fff;
	text-align: center;
	background: #3399cc;
	z-index: 999;
}

.nytit .ch {
	font-size: 24px;
}

.nytit .en {
	margin-left: 20px;
	font-size: 14px;
}

.nynav {
	line-height: 60px;
}

.nynav a {
	padding-left: 55px;
	display: block;
	font-size: 16px;
	color: #666666;
	border-bottom: 1px solid #f2f2f2;
}

.nynav a:hover,
.nynav a.on {
	color: #4492da;
}

.nynav a.on {
	background: url(../images/down.png) no-repeat 35px center;
}

.newsmain {
	margin-bottom: 30px;
}

.layoutright {
	float: left;
	width: 78%;
	border-left: 1px solid #f2f2f2;
	padding: 0 40px;
}

.weizhi {
	margin-bottom: 40px;
	padding: 23px 0;
	font-size: 14px;
	color: #999999;
	text-align: right;
	border-bottom: 1px solid #eeeeee;
}

.weizhi a {
	padding: 0 5px;
	font-size: 14px;
	color: #999999;
}

.weizhi a:hover {
	color: #3399cc;
}

.details {
	font-size: 16px;
	color: #333333;
	line-height: 36px;
}

.details h1 {
	font-size: 26px;
	color: #333333;
	text-align: center;
}

.details h2 {
	margin-top: 15px;
	font-size: 14px;
	color: #999999;
	text-align: center;
}
.details li span {float: right;}

.details li a{color: #333;}

.details li a:hover {
	color: #3399cc;
}


.newsdetails {
	padding: 30px 0 60px;
}


/*==================================================================*/


/*==================================================================*/


/*响应式*/

@media only screen and (max-width:1280px) {
	.w {
		width: 1200px;
	}
	header .nav nav>ul {
		width: 900px;
	}
}


/**/

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	.in_header {
		line-height: 126px;
	}
	header .nav nav>ul {
		width: 700px;
	}
.in1_sec{padding-top:10px;}
}


/**/

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.in_header,
	.nav,
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		display: block;
	}
	.banner {
		margin-top: 0;
	}
	.in1_sec .con {
		margin: 0 0 20px 0!important;
		width: 100%!important;
		height: auto!important;
	}
	.in1_sec .con3 {
		text-align: center;
	}
	.in1_sec .con3 a {
		display: inline-block;
	/*	width: 48%;*/
	}
	.in3_sec .con {
		margin: 30px 0 0 0!important;
		width: 100%!important;
		height: auto!important;
	}
	.in3_sec .con6 .tbox {
		height: auto;
	}
	.in4_sec .con {
		margin: 30px 0 0 0!important;
		width: 100%!important;
		height: auto!important;
	}
	.in6_sec ul li {
		width: 45%;
		margin-left: 4%;
	}
	.in6_sec ul li:nth-child(7n+1) {
		margin-left: 4%;
	}
	.in6_sec ul li:nth-child(2n+1) {
		margin-left: 0;
	}


}


/**/

@media only screen and (max-width:780px) {
	.layoutleft {
		display: none;
	}
	.layoutright {
		width: 100%;
		padding: 0;
		border-left: 0;
	}
	.weizhi {
		padding: 5px 0;
		margin-bottom: 20px;
	}
}


/**/

@media only screen and (max-width:560px) {
  .details img{
  width:100%;
  height:auto;
 }
	.bottom {
		padding: 15px 0;
	}
	.b_left {
		width: 100%;
	}
	.b_left ul {
		display: block;
		margin-right: 0;
	}
	.b_right {
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
	.b_right div {
		margin-left: 0;
	}
	.b_right img {
		margin: 0 auto;
		width: 60px;
		height: 60px;
	}
	.more {
		display: none;
	}
	.list .box ul li a,
	.list .box ul li .time {
		font-size: 14px;
	}
	.in2_sec {
		margin-top: 0px;
	}
	.in2_sec a {
		width: 100%;
		margin-left: 0;
		margin-bottom: 10px;
	}
	.details h1 {
		font-size: 20px;
	}
	.weizhi {
		text-align: left;
	}
	.details {
		font-size: 14px;
	}
	.newsdetails {
		padding: 20px 0;
		line-height: 22px;
	}
}

/**/

@media only screen and (max-width:380px) {}


/**/

@media only screen and (max-width:320px) {}


.phone_head .logot {
	font-size: 0;
	margin-left: 10px;
}

.phone_head .logot .t1 {
	margin-top: 10px;
	font-size: 16px;
	line-height: 16px;
}

.phone_head .logot .t2 {
	font-size: 12px;
	line-height: 25px;
}
.con1 .titlex li{    padding-left: 15px;
    line-height: 49px;
    color: #000;
    background: linear-gradient(to bottom, #8eabcc, #0c376e);
    font-weight: bold;}
    
.con3 .titlex li{ padding-left: 15px;
    line-height: 49px;
        text-align: left;
    color: #000;
    font-size:18px;margin-bottom:0;padding-bottom:0;
    background-color: #ededed;
    font-weight: bold;}
    .jujiaoswiper{height:330px;}
    .jujiaoswiper .swiper-wrapper .swiper-slide .pic{}
    .jujiaoswiper .swiper-wrapper .swiper-slide .pic img{    width: 100%;
    height: 330px;}
    .jujiaoswiper a {
    display: block;
    width: 100%;
    position: relative;
}
   .jujiaoswiper .pagination{ position: absolute;
    left: 0;
    text-align: center;
    bottom: 32px;
    width: 100%;
    margin: 0 auto;
    display: block;}
    .jujiaoswiper .pic{    overflow: hidden;}
    .jujiaoswiper .tbox{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 32px;
	height: 32px;
	padding: 0 10px 0 15px;
	font-size: 14px;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5);
}
.bannerswiper{width:100%;height:300px;}
.bannerswiper .swiper-slide .pic{}
.bannerswiper .swiper-slide .pic img{width:100%;}
.bannerswiper .swiper-pagination{    display: inline-block;}
.in20_sec{margin-top:30px;}
.banner2swiper{width:100%;height:85px;}
.banner2swiper .pic{}
.banner2swiper .pic img{width:100%;height:85px;}
.banner2swiper .swiper-pagination{display: inline-block;}
.newstabs3 a{width:33.333%;}
.newstabs3 a.on{    background:linear-gradient(to bottom, #8eabcc, #0c376e);}
.huiyuanlist {
    margin-top: 5px;
    position: relative;
}
.huiyuanlist li{    width: 25%;
    float: left;
    line-height: 38px;}
    @media only screen and (max-width:960px) {
    .jujiaoswiper{height:200px;}
    .jujiaoswiper .swiper-wrapper .swiper-slide .pic img{height:200px;}
    .in1_sec .con3 .swiper-slide a{height:200px;}
    .huiyuanlist li{width:33.33%}
    .in3_sec .con3 img{height:auto;}
    .bannerswiper{height:175px;}
    
    .banner2swiper{height:40px;}
	.banner2swiper .pic img{height:40px;}
		.newstabs3 a{    width: 32%;}
    }
    .in2_sec .con {
    height: 314px;
    overflow: hidden;
}
.in2_sec .list li a{width:100%;}
    .in2_sec .con3{       float: left;
    width: 24.5%;
    border: 1px solid #e6e6e6;margin-right: 2.7%;}
       .in2_sec .con1{     float: right;
    width: 24.5%;
    border: 1px solid #e6e6e6;margin-left: 2.7%;}
   .in2_sec .con2 .titlex li {
    padding-left: 15px;
    line-height: 49px;
    color: #fff;
    background: linear-gradient(to bottom, #8eabcc, #0c376e);
    font-weight: bold;
}
.in2_sec .con2{width:45%;float:left;    border: 1px solid #30577e;}
.in2_sec .con1 .titlex li{background:#ededed;}
.in2_sec .con1 .titlex {
    position: relative;
}
@media only screen and (max-width:780px) {
.in2_sec .con1, .in2_sec .con2, .in2_sec .con3{width:100%;}
.in2_sec .titlex li a{display: none !important;}
}
.titlex li{margin-top:30px;}
.newcurv2{        border-bottom: 2px solid #006dd9;
        box-shadow: 2px 0px 9px rgba(82, 82, 82, 0.11);
        height: 182px;
        -webkit-box-shadow: 2px 0px 9px rgba(82, 82, 82, 0.11);
        -moz-box-shadow: 2px 0px 9px rgba(82, 82, 82, 0.11);
        padding-top: 5px;
        margin-bottom: 0px;
        height: 55px;}
        .newcurv2 a{font-size:20px !important;font-weight:blod !important;height:38px !important; line-height:55px !important;}
        .breadcrumb{padding: 10px 0;
    color: #000;
      }
        .breadcrumb li{background: #eeeeee;
    display: inline-block;
    width: 100%;
    padding: 10px 20px;
    color: #194277;
    font-weight: bold;}
        .titlex li{text-align: center;
    font-size: 1.8em;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.list-unstyled li{    border-bottom: 1px dotted #ddd;
    line-height: 3em;}
    .bo1{  min-height: 500px;
}
    .pagination{display:block !important;}
    .news_title{    text-align: center;
    font-size: 1.5em;
    color: #0d386f;
    margin-bottom: 20px;font-weight: bold;}
    .time{text-align: center;
    /* border-top: 1px solid #ddd; */
    color: #888;}
    .page_list{}
    .page_list a{    border: 1px solid #ddd;
    margin: 3px;
    padding: 5px 10px;}
     .page_list .on{color: #fff;
    background: linear-gradient(to bottom, #8eabcc, #0c376e);}
    .con3 .titlex li {
    margin-top: 0px; 
}