
.cent{
	max-width: 1440px;
	position: relative;
	margin: 0 auto;
	overflow: hidden;
	
}
.had{
	background: url(imagesbg.jpg) top center no-repeat;
}
.img100{
	width: 100%;
}

.login {
	width: 145px;
	height: 34px;
	background: rgba(66, 79, 96, 0.7);
	border-radius: 20px;
	position: absolute;
	right: 30px;
	top: 17px;
}

.login a,
.login span {
	float: left;
	font-size: 16px;
	color: white;
	line-height: 34px;
}
.login a:hover{
	color: red;
}
.login a:nth-of-type(1) {
	margin-left: 24px;
}

.login span {
	margin-left: 14px;
	margin-right: 14px;
}

/**/
.nav-wrap{
	height: 50px;
}
.nav{
	height: 50px;
	background-color: #424f60;
	width: 100%;
	z-index: 999;	
	
}
.menu{
	max-width: 900px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	height: 50px;
}
.menu li{
	float: left;
	padding-left: 5%;
	padding-right: 5%;	
	font-size: 14px;
	color: white;
	line-height:50px ;
	cursor: pointer;
	
}
.menu li:hover{
	background: white !important;
}
.menu li:hover a{
	color: #424f60;
}
/*.menu li a {
	font-size: 14px;
	color: white;
	line-height:50px;

}*/
/**/
.page1{
	/*height: 340px;*/
	width: 90%;
	background:  white;
	margin: 0 auto;
	margin-top: 10px;
}
.page2{
	height: 473px;
	width: 90%;
	background:  white;
	margin: 0 auto;
	margin-top: 10px;
}
.page3{
	/*height: 493px;*/
	width: 90%;
	background:  white;
	margin: 0 auto;
	margin-top: 10px;
}
.page4{
	margin-bottom: 95px;
	padding-bottom: 40px;
}
.page_cent{
	width: 90%;
	height: 100%;
	margin-left: 5%;
	margin-right: 5%;
	overflow: hidden;
	padding-bottom: 20px;
}
.page_tilte{
	font-size: 24px;
	color: #c3181f;
	margin-top: 35px;
}
.page1_text{
	font-size: 14px;
	color: black;
	/*margin-top: 40px;*/
	margin-top: 20px;
	text-indent: 28px;
}
.page2_main{
	width: 95%;
	/*overflow: hidden;*/
	height: 335px;
	/*width: 1200px;*/
	margin: 0 auto;
	position: relative;
	
	
}
.page2_main_n{
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	z-index: 2;
	height: 100%;
}
.page2_lin{
	height: 2px;
	width: 90%;
	background-color: #30c5e2;
	position: absolute;
	top: 55%;
	left: 5%;
	
}
.dian{
	width: 10px;
	height: 10px;
	background-color: #30c5e2;
	border-radius: 50%;
	position: absolute;
	top: 53.8%;
}
.dian1{
	left: 17%;
}
.dian2{
	left:39%;
}
.dian3{
	right: 39%;
}
.dian4{
	right: 17%;
}
.ico_wrap{
	width: 146px;
	height: 261px;
	
}
.ico{
	width: 120px;
	/*height: 100px;*/
	margin: 0 auto;
	border-radius: 50%;
	transition: 1s;
	border: 10px solid rgba(48,197,226,0);
	cursor: pointer;
	
}
.ico:hover{
	border: 10px solid rgba(48,197,226,0.13);
}
.ico_title{
	font-size: 72px;
	color: #30C5E2;
	text-align: center;
	/*font-family: "宋体";*/
}
.ico1,
.ico3,
.ico5{
	margin-top: 120px;
}
.page3_main{
	width: 100%;
	/*overflow: hidden;*/
	margin-bottom: 20px;
	/*padding-bottom: 20px;*/
}
.page3_right{
	    float: right;
    width: 67%;
    margin-right: 1%;
    margin-bottom: 20px;
}
.page3_left{
	width: 25%;
    /* height: 90%; */
    background: #dadada;
    float: left;
    margin-top: 5%;
}
.page3_text{
	width: 90%;
    margin: 0 auto;
    /* margin-bottom: 100px; */
    color: #565656;
    font-size: 13px;
    margin-top: 10%;
    padding-bottom: 10%;
}
.page4-main{
	width: 100%;
	/*overflow: hidden;*/
	margin-top: 46px;
	margin-bottom: 55px;
	display: flex;
	justify-content: space-around;
}
.listimg{
	box-shadow: 0px 0px 50px #C0C0C0;
}
.page4-list{
	width: 311px;
}
/**/
.flx{
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.7);
	position: fixed;
	top: 0;
	z-index: 999999;
	display: none;
}
.close{
	font-size: 24px;
	position: absolute;
	top: 20%;
	color: white;
	right: 20%;
}
.flxslid{
	width: 100%;
	height: 450px;
	background: white;
	margin: 0 auto;
	/*position: absolute;*/
	/*top: 50%;*/
	/*margin-top: -200px;*/
	display: none;
}
.flxmain{
	width: 700px;
    height: 450px;
    background: white;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    margin-top: -200px;
    /*display: none;*/
   left: 50%;
   margin-left: -350px;
}
.loc_wrap{
    max-width: 1400px;
    height: 40px;
    overflow: hidden;
    margin: 0 auto;
    padding-right: 40px;
}
.loc {
    float: right;
    height: 40px;
}

.loc span , .loc a{
    float: left;
    color: rgba(0, 0, 0, 0.71);
    line-height: 40px;
    font-size: 12px;
}

.loc span {
    margin: 0px 5px;
}
.loc a:hover{
    color: #c2201e;
}

/**/
/*
Skin Name: Nivo Slider theme1203
Skin URI: http://www.solagirl.net
Version: 1.0
Author: ThemeForest
Author URI: http://themeforest.net/item/mindset-html-portfolio-magazine-template/full_screen_preview/110789
*/
.theme-theme1204 {
	height: 423px;
    margin: 20px auto 0;
    padding: 0;
    position: relative;
    width: 940px;
}
.theme-theme1204 .nivoSlider {
	position:relative;
	background:#fff url(loading.gif) no-repeat 50% 50%;
    margin-bottom:50px;
	overflow:hidden;
}
/* The slices and boxes in the Slider */
.theme-theme1204 .nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.theme-theme1204 .nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */

.theme-theme1204 .nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
	display:none;
}
.theme-theme1204 .nivoSlider a {
	border:0;
	display:block;
}

.theme-theme1204 .nivo-controlNav {
	bottom: 19px;
    height: 16px;
    left: 13px;
    position: absolute;
    width: 900px;
}
.theme-theme1204 .nivo-controlNav a {
	background: url("slideshow_points.png") no-repeat 0 0;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block !important;
    font-size: 0;
    height: 16px;
    margin-right: 6px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    width: 16px;
    z-index: 99;
}
.theme-theme1204 .nivo-controlNav a:hover,
.theme-theme1204 .nivo-controlNav a.active {
	background-position:0 -16px;
}

.theme-theme1204 .nivo-directionNav a {
	display:none;
}
.theme-theme1204 a.nivo-nextNav {
}
.theme-theme1204 a.nivo-prevNav {
}

.theme-theme1204 .nivo-caption {
	background: #000000;
    color: #FFFFFF;
	/*font-family:'Lato',arial,serif;*/
    /*height: 211px;*/
    left: -450px;
    padding: 0 32px 0 32px;
    position: absolute;
    /*top: 121px;*/
    width: 317px;
    z-index: 89;
    bottom: 80px;
}
.theme-theme1204 .nivo-caption a {
    color:#fff;
    text-decoration:none;
}
.theme-theme1204 .nivo-caption a:hover {
    color:#fff;
}
.theme-theme1204 .nivo-caption p {
	color:#919293;
    margin:0;
}
.theme-theme1204 .nivo-caption h2 {
   color: #FFFFFF;
    font-size: 1.85em;
    line-height: 1.25em;
    margin-bottom: 0.6em;
    padding: 20px 0 0;
    font-weight: 400;
}
.theme-theme1204 .nivo-html-caption {
	display:none;
}
/**/
/*=================================*/
/* Nivo Slider Demo
/* November 2010
/* By: Gilbert Pellegrom
/* http://dev7studios.com
/*=================================*/

/*====================*/
/*=== Reset Styles ===*/
/*====================*/


table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/



#wrapper {
	width:85%;
	margin:10px auto;
}
#header {
	margin:10px auto;
	border-bottom:3px solid #999999;
}
#dev7link {
    background:url(demo/images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
	float:left;
    text-indent:-9999px;
}
h1.main-title {
	color:#000000;
	font-size:3em;
	/*font-family:Geneva, Arial, Helvetica, sans-serif;*/
	float:left;
	margin-left:25px;
	padding-bottom:0;
	margin-bottom:5px;
	line-height:2;
}
.nivo-thumbnail-box {
	display:inline-block;
	float:none;
	padding: 5px;
	margin:0 10px 20px 0;
	vertical-align:top;
	width:200px;
}
#ie7 .nivo-thumbnail-box {
	display:inline;
	line-height:150%;
}
#ie6 .nivo-thumbnail-box {
	display:block;
	height:130px;
	float:left;
}
.nivo-thumbnail {
	float:none;
	text-align:center;
}
.nivo-thumbnail img {
	display:inline;
	border:none;
}
.nivo-thumbtitle {
	margin-top:15px;
	line-height:1.5;
	text-align:center;
}
.nivo-thumbtitle a {
	color:#666666;
	font-size:12px;
}
.nivo-thumbtitle a:hover {
	color:#333333;
}

#preview{
	position:absolute; 
	border:1px solid #000000; 
	background:#FFFFFF;
	padding:40px 20px;
	display:none;
	color:#000000;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
/**/
.page1 h3{
	font-size: 18px;
	
}
.page1 h3 span{
	float: left;
	display: block;
	height: 2px;
	width: 50px;
	background: black;
	margin-top: 14px;
	margin-right: 8px;
	margin-left: 8px;
}
.page1 ul{
	width: 100%;
}
.page1 ul li{
	width: 50%;
	margin-top: 30px;
	float: left;
}
.page1 ul li p{
	float: left;
	font-size: 14px;
	margin-top: -2px;
}
.page1 ul li img{
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
