/* 公共样式*/
* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

.index_head {
	width: 1200px;
	height: 130px;
	margin: 0 auto;
}

.index_head_left {
	width: 239px;
	height: 130px;
	float: left;
}

.index_head_left img {
	width: 100%;
	height: 60px;
	margin-top: 35px;
}

.index_head_right {
	width: auto;
	height: 55.2px;
	font-size: 14px;
	color: #999999;
	margin-top: 37.4px;
	float: right;
}

.index_nav {
	width: 100%;
	height: 50px;
	background-color: #1D7ED1;
	position: relative;
	z-index: 999;
}

.index_nav_ul {
	width: 1200px;
	height: 50px;
	list-style: none;
	font-size: 16px;
	color: #ffffff;
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
}

.index_nav_ul li {
	width: 170px;
	height: 50px;
	line-height: 50px;
	list-style: none;
	text-align: center;
	float: left;
}

.index_nav_ul li:hover .sec {
	/* li标签下的子标签最大高度 */
	max-height: 150px;
}

.sec {
	width: 170px;
	max-height: 0px;
	font-size: 14px;
	background-color: #1D7ED1;
	overflow: hidden;
	transition: all 0.5s;
}

.sec a {
	width: 170px;
	height: 50px;
	float: left;
}

.globalImg {
	width: 100%;
	height: auto;
}

.globalImg img {
	width: 100%;
	height: auto;
}

.container {
	width: 100%;
	height: auto;
}

.container_area {
	width: 1200px;
	height: 1550px;
	margin: 0 auto;
}

.container_left {
	width: 300px;
	height: 1550px;
	float: left;
}

.container_left_h1 {
	font-size: 20px;
	font-weight: 600;
	color: #FFFFFF;
	background-color: #1d7ed1;
}

.container_left_max {
	width: 100%;
	height: auto;
	border: solid 2px #cecece;
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.container_left_min {
	width: 100%;
	height: 50px;
	line-height: 50px;
	padding-left: 20px;
}

.container_left_min_icon {
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	color: #939393;
	float: right;
}

.container_textFont {
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}

.container_left_min:hover,
.container_left_min:hover .container_left_min_icon {
	color: #1d7ed1;
}

.container_left_h1:hover {
	color: #FFFFFF;
}

.container_left_hotKeys {
	width: 133px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	border: dashed 1px #d9d9d9;
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.container_right {
	width: 860px;
	height: 1550px;
	float: right;
}

.container_right_text {
	line-height: 35px;
	text-indent: 2em;
}

.container_right_product {
	width: 240px;
	height: 280px;
	border: solid 2px #dadada;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.container_right_product_text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #5a5a5a;
}

.container_right_product_img {
	width: 100%;
	height: 250px;
	position: relative;
	overflow: hidden;
}

.container_right_product_img img {
	width: 100%;
	height: 250px;
	transition: all .3s; 
}

.container_right_product_img img:hover {
	transform: scale(1.1) rotate(0deg);
}

.container_right_display {
	width: 240px;
	height: 200px;
	border: solid 2px #dadada;
	padding: 10px;
	margin-left: 20px;
	margin-top: 20px;
	float: left;
}

.container_right_display_text {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	color: #5a5a5a;
}

.container_right_display_img {
	width: 100%;
	height: 170px;
	position: relative;
	overflow: hidden;
}

.container_right_display_img img {
	width: 100%;
	height: 170px;
	transition: all .3s; 
}

.container_right_display img:hover {
	transform: scale(1.1) rotate(0deg);
}

.container_right_journalism {
	width: 100%;
	height: 1500px;
	margin-top: 20px;
}

.container_right_journalism_max {
	width: 100%;
	height: 1380px;
}

.container_right_journalism_min {
	width: calc(100% - 24px);
	height: 156px;
	border: solid 2px #d6d6d6;
	padding: 10px;
	margin-bottom: 30px;
	transition: all .5s; 
}

.container_right_journalism_name {
	width: 70%;
	height: 40px;
	line-height: 40px;
	font-weight: 600;
	float: left;
}

.container_right_journalism_time {
	width: 30%;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: right;
	color: #939393;
	float: right;
}

.container_right_journalism_details {
	width: 100%;
	font-size: 14px;
	color: #555555;
	margin: 20px 0;
}

.container_right_journalism_min button{
	width: 100px;
	height: 30px;
	border: solid 1px #d6d6d6;
	background-color: #FFFFFF;
	transition: all .5s; 
}

.container_right_journalism_min:hover {
	border: solid 2px #1d7ed1;
}

.container_right_journalism_min:hover button {
	color: #FFFFFF;
	background-color: #1d7ed1;
}





.box {
	width: 100%;
	height: 1100px;
	float: left;
}

.box_area {
	width: 1200px;
	height: 990px;
	margin: 0 auto;
	margin-top: 70px;
}

.box_head {
	width: 100%;
	height: 90px;
	font-size: 40px;
	font-weight: normal;
	text-align: center;
	color: #1D7ED1;
}

.box_head p {
	font-size: 30px;
	color: #333333;
}

.box_body {
	width: 100%;
	height: 860px;
	margin-top: 70px;
}

.footer {
	width: 100%;
	height: 350px;
	border-bottom: solid 1px #e6e6e6;
	background-color: #696d6e;
	margin-top: 40px;
}

.footer_to {
	width: 280px;
	height: 250px;
	float: left;
}

.footer_to_view {
	width: 125px;
	height: 125px;
	margin-left: 10px;
	float: left;
}

.footer_to_view img {
	width: 125px;
	height: 125px;
}

.footer_relation {
	width: 280px;
	height: 250px;
	color: #9F9F9F;
	border-left: solid 3px #e6e6e6;
	border-right: solid 3px #e6e6e6;
	padding: 0 20px;
	float: left;
}

.footer_introduce {
	width: 594px;
	height: 250px;
	text-align: center;
	float: left;
}

.footer_introduce_div {
	width: 22.5%;
	height: 250px;
	margin-left: 2%;
	float: left;
}

.footer_introduce_name {
	font-weight: 600;
	color: #FFFFFF;
	margin-bottom: 10px;
}

.footer_introduce p {
	font-size: 14px;
	line-height: 30px;
	color: #9F9F9F;
}

.footer_introduce p:hover {
	color: #19a0ee;
}

.foot {
	height: 55px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #696D6E;
	padding-top: 18px;
}

.foot_area {
	width: 1200px;
	margin: 0 auto;
}
