body {
	color: #333333;
	font-family: "microsoft yahei";
	font-size: 14px;
	background: #fff;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	 
}

dl {
	margin: 0;
}

dt {
	font-weight: normal;
}

ul,
li {
	list-style-type: none;
	margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

a {
	color: #5a5a5a;
	text-decoration: none;
	outline: none;
	transition: all 0.6s;
}

a:hover {

	color: #F8132A;
}

a:focus {
	text-decoration: none;
	color: inherit;
}

img {
	border: 0;
	vertical-align: middle;
	transition: all 0.6s;
}

table {
	border-collapse: collapse;
}
/*input,*/
textarea,
select,
button {
	border: 0;
	outline: none;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
button{
	cursor: pointer;
}
.wrap {
	width: 100%;
	overflow: hidden;
}

/*公共样式勿删除*/
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	zoom: 1;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.flex {
	display: flex;
	align-items: center;
}

.flex_item {
	flex: 1;
}

.container {
	width: 1280px;
	margin: 0 auto;
	position: relative;
}


/**/
.header{
	padding-top: 30px;
}
.header .search{
	width: 405px;
	display: flex;
	align-items: center;
}
.header .search input{
	width: 100%;
	height: 44px;
	background: #f6f6f6;
	font-size: 18px;
	border-radius: 5px 0 0 5px;
	padding-left: 10px;
	line-height: 44px;border:0;
}
.header .search button{
	width: 44px;
	height: 44px;
	border-radius: 0 5px 5px 0;
	background: #0eb4e6;
}
.header .btn{
	font-size: 18px;
	font-weight: bold;
	background: #39cd75;
	color: #fff;
	padding: 0 15px;
	margin-left: 15px;
	height: 44px;
	border-radius: 5px;
}
.header .language{
	color: #e60e0e;
	font-size: 18px;
	padding-left: 15px;
}
.nav{
	position: relative;
	z-index: 99;
	box-shadow: 0 5px 5px rgba(0,0,0,0.2);
}

.nav>div>ul>li{
	float: left;
	margin-right: 82px;
	position: relative;
}
.nav>div>ul>li:last-child{
	margin: 0;
}
.nav>div>ul>li>a{
	display: block;
	font-size: 26px;
	text-align: center;
	text-shadow: 0 0 3px rgba(0,0,0,0.2);
	line-height: 80px;
}
.footer{
	text-align: center;
	background: #e6e6e6;
	line-height: 48px;
	color: #777777;
	margin-top: 50px;
}
.homepage .a{
	background: #e6e6e6;
	text-align: center;
	font-size: 20px;
}
.homepage .a>div>ul{
	display: flex;
}
.homepage .a>div>ul>li{
	flex: 1;
	position: relative;
}
.homepage .a>div>ul>li::after{
	content: '';
	display: block;
	width: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 10px;
	bottom: 10px;
}
.homepage .a>div>ul>li:first-child::after{
	display: none;
}
.homepage .a>div>ul>li>a{
	display: block;
	height: 60px;
	padding-top: 15px;
}
.homepage .a>div>ul>li:hover .dropdown{
	display: block;
} 
.homepage .a .dropdown{
	position: absolute;
	right: 0;
	top:0;
	z-index: 99;
	display: none;
	left: 2px;
}
.homepage .a .dropdown li{
	line-height: 40px;
	background: #e6e6e6;
	border-top: 2px solid #fff;
}
.homepage .a .dropdown li a{
	display: block;
}
.homepage .a .dropdown li a:hover{
	color: #fff;
	background-color: #39cd75;
}
.homepage .a .dropdown h4{
	font-size: 24px;
	background: #e6e6e6;
	font-weight: bold;
	line-height: 60px;
}
.homepage .a i{
	display: inline-block;
	width: 36px;
	height: 36px;
	background-image: url(../images/img_09.png);
	background-repeat: no-repeat;
}
.homepage .a .icon2{
	background-position: -212px 0;
}
.homepage .a .icon3{
	background-position: -430px 0;
}
.homepage .a .icon4{
	background-position: -645px 0;
}
.homepage .a .icon5{
	background-position: -859px 0;
}
.homepage .a .icon6{
	background-position: -1068px 0;
}


.homepage .b .fl{
	width: 858px;
}
.homepage .b .fl .title{
	font-size: 36px;
	position: relative;
	padding-left: 15px;
	color: #5a5a5a;
	margin-top: 50px;
}
.homepage .b .fl .title::after{
	content: '';
	display: block;
	width: 7px;
	height: 33px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0,-50%);
	background-image: linear-gradient(to bottom, #39cd75 ,#0eb4e6);
}
.homepage .b .fl .box{
	font-size: 18px;
	color: #7e7e7e;
	line-height: 26px;
	padding:30px 20px;
	border-bottom: 1px solid #ddd;
}
.homepage .b .fl .box .flex{
	align-items: stretch;
}
.homepage .b .fl .box .flex_item>a{
	display: inline-block;
	font-size: 14px;
	padding-left: 25px;
	margin-right: 40px;
}
.homepage .b .fl .box .flex_item>a:last-child{
	margin: 0;
}
.homepage .b .fl .box p a{
	color: #195baf;
	font-size: 16px;
}
.homepage .b .fl .box h4 a{
	color: #2060b2;
	font-size: 24px;
	display: block;
	margin-bottom: 10px;
	padding-left: 35px;
	background: url(../images/img_16.png) 0 0 no-repeat;
}
.homepage .b .fl .box .flex_item .zhaiyao{
	background: url(../images/img_16.png) -493px -91px no-repeat;
}
.homepage .b .fl .box .flex_item .html{
	background: url(../images/img_16.png) -594px -91px no-repeat;
}
.homepage .b .fl .box .flex_item .PDF{
	background: url(../images/img_16.png) -692px -91px no-repeat;
}
.homepage .b .fl .more{
	text-align: right;
	font-size: 18px;
	margin-top: 15px;
}
.homepage .b .fl .address{
	width: 494px;
}
.homepage .b .fl .more a{
	color: #2060b2;
}
.homepage .b .fr .title{
	font-size: 36px;
	color: #5a5a5a;
	margin-top: 50px;
}
.homepage .b .fr .title::after{
	content: '';
	display: block;
	width: 94px;
	height: 4px;
	margin-top: 15px;
	background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);
}
.homepage .b .fr .box{
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin-top: 20px;
	min-height: 214px;
}
.homepage .b .fr .part1 h3{
	font-size: 22px;
	color: #666;
	margin: 15px 0;
}
.homepage .b .fr .part1 .flex{
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}
.homepage .b .fr .part1 .flex a{
	color: #333;
	text-decoration: underline;
}
.homepage .b .fr .part1 .flex li:last-child a{
	text-decoration: none;
	color: #c72b32;
}
.homepage .b .fr .part2 li{
	position: relative;
	line-height: 28px;
	padding-left: 25px;
}
.homepage .b .fr .part2 li::after{
	content: '>>';
	position: absolute;
	left: 0;
	color: #d70c19;
	top: 0;
}
.homepage .b .fr .part3{
	text-align: center;
}
.homepage .b .fr .part3 img{
	max-width: 100%;
}
.homepage .b .fr .part4{
	line-height: 28px;
	color: #5a5a5a;
}
.homepage .b .fr .part4 h5{
	text-align: right;
	margin-top: 25px;
}


.homepage .b .fr{
	width: 386px;
}


/*新增*/
.xuzhi .tit,.login-content .tit{
	font-size: 36px;
	color: #5a5a5a;
	margin-top: 50px;
}
.xuzhi .tit::after,.login-content .tit::after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 15px;
	background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);
}
.xuzhi .body{font-size: 18px;line-height: 36px;color: #777777;margin-top: 50px}
.xuzhi .body p{text-indent: 36px}
.xuzhi .body .down{background: #35a969 url(../images/down.png) no-repeat 155px center;padding:3px;width: 185px;height: 40px;margin:20px 0 20px 36px;}
.xuzhi .body .down a{display: block;width: 140px;height: 34px;line-height: 34px;background: #FFF;color: #35a969;font-size: 20px;font-weight: bold;text-align: center;}
.xuzhi .body .te_c{text-align: center;}
.xuzhi .body .t1{color: #000}
.xuzhi .body .txt { /*! padding-left: 36px */	}
.xuzhi .body .txt a{color: #2b64f5}
.xuzhi .body .t2{text-align: right;}
.xuzhi .body .red{color: red}
.login .title{font-size: 36px;margin-top: 20px;color: #5a5a5a}
.login .title::after,.login-content .tit::after{
	content: '';
	display: block;
	width: 100%;
	height: 4px;
	margin-top: 15px;
	background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);
}
.login .text-content{padding-left: 30px;width: 550px !important;color: #777777;line-height: 32px;font-size: 18px;margin-top: 60px}
.login .form{width: 604px !important;background: url(../images/bg.jpg)no-repeat left bottom;padding-bottom: 70px;margin-top: 60px}
.login .form .tit{font-size: 36px;text-align: center;color: #0eb4e6}
.login .form .txt{color: #999999;font-size: 16px;position: relative;margin-top: 20px;text-align: center;}
.login .form .txt:before{content:'';height: 1px;position: absolute;left: 0;top: 50%;width: 220px;background-color: #bfbfbf;}
.login .form .txt:after{content:'';height: 1px;position: absolute;right: 0;top: 50%;width: 220px;background-color: #bfbfbf;}
.login .form .group{display: flex;height: 50px;width: 100%;margin-top: 30px}
.login .form .group span{background-color: #999;width: 50px}
.login .form .group input{flex:1;border:1px #d2d2d2 solid;border-left: 0;padding-left:20px;font-size: 16px}
.login .form .group .user{background-image: url(../images/user.png);background-repeat: no-repeat;background-position: center;}
.login .form .group .pass{background-image: url(../images/pass.png);background-repeat: no-repeat;background-position: center;}

.login .form .now{font-size: 16px;color: #999;margin-top: 30px}
.login .form .now a{color: red}
.login .form input[type="submit"]{color: #FFF;font-size: 16px;width: 100%;height: 50px;background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);margin-top: 30px;border:0;}
.login .form .checkbox{margin-top: 20px;overflow: hidden;}
.login .form input[type='checkbox'] {width:0;}
.login .form label {width:125px;height:32px;display:block;cursor:pointer;color: #5facfb;line-height: 32px;float: left;}
.check_container {width:18px;height:18px;border:1px solid snow;float:left;margin-top:6px;position:relative;background-color: #5facfb}
.login .form input[type='checkbox']:checked + .check_container:before {content:'';position:absolute;width:3px;height:10px;border-right:2px solid snow;border-bottom:2px solid snow;transform:rotate(45deg);-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);left:6px;}
.login .form .forget{background: url(../images/forget.png)no-repeat left center;display: inline-block;padding-left: 20px;line-height: 32px;float: right;}
.online .tit {
	font-size: 36px; /*margin-top: 50px;*/
}
.online .tit span{
	font-size: 24px;
	color: #5a5a5a;
	position: relative;margin-top: 0px;margin-left: 10px
}

.online .con{display: none}
.online .tab{text-align: center;background-color: #e6e6e6;margin-top:10px;height: 50px;line-height: 50px}
.online .tab span{flex:1;font-size: 16px;position: relative;display: block;}
.online .tab span.active{font-weight: bold;}
.online .tab span.active:after{content: '';
	display: block;
	width: 100%;
	height: 4px;
	background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);position: absolute;top: 0;left: 0}

.online .con ul{overflow: hidden;}
.online .con li{width: 276px;margin-left: 35px;float: left;margin-top:30px;}
.online .con li:nth-of-type(4n){margin-right: 0}
.online .con li .pic{width: 100%;height: 376px;border:1px #a0a0a0 solid;}
.online .con li .pic img {
	max-width: 100%;
	max-height: 100%;
}
.online .con li .txt{margin-top: 10px;text-align: center;}
.online .con li .txt a{color: #0eb4e6;font-size: 18px;}


.tougao{}
.tougao .title{font-size: 36px;margin-top: 20px;color: #5a5a5a}
.tougao .title::after{content: '';display: block;width: 100%;height: 4px;margin-top: 15px;background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);}
.tougao h3{font-size: 21px;margin-top: 25px;padding: 0 20px;}
.tougao h3 span,.tougao .box .tit span{color: #FF0000;margin-right: 5px;}
.tougao h3 label{margin-left: 40px;}
.tougao .group{padding: 0 20px;margin-top: 10px;}
	.tougao input:not(.form-check-input), .tougao .group select {
		width: 100%;
		border: 1px #d2d2d2 solid;
		border-radius: 10px;
		height: 48px;
		line-height: 48px;
		padding-left: 20px;
		font-size: 16px;
	}

	.tougao h3 input[type="checkbox"] {
		border: 1px #d2d2d2 solid;
		width: 16px;
		height: 16px;
	}
.tougao .txt{color: #d50e0e;}
.tougao .box{padding: 0 20px;margin-top: 25px;}
.tougao .box .tit{font-size: 21px;width: 115px;text-align: right;margin-right: 20px;}
.tougao .box input[type="text"]{border: 1px #d2d2d2 solid;border-radius: 10px;height: 48px;line-height: 48px;padding-left: 20px;font-size: 16px;}
.tougao .red{color: #d50e0e;padding-left: 150px;}
.tougao .xieyi{color: #d50e0e;font-size: 21px;padding-left: 130px;margin-top: 45px;}
.tougao .xieyi a{color: #1647d4;margin-left: 20px;}
.tougao .submit{margin-top: 35px;padding-left: 150px;}
.tougao .submit input[type="submit"]{width: 190px;height: 48px;color: #FFF;background-color: #f90d0d;color: #FFF;border-radius: 4px;border: 0;font-size: 21px;}
.fileinput-button {position: relative;display: inline-block;background: #a40000;border: 1px solid #a40000;border-radius: 4px;overflow: hidden;color: white;line-height: 20px;font-size: 21px;width: 190px;height: 48px;line-height: 48px;text-align: center;}
.fileinput-button input {position: absolute;right: 0px;top: 0px;opacity: 0;-ms-filter: 'alpha(opacity=0)';font-size: 200px;cursor: pointer;}

.reg .title{font-size: 36px;margin-top: 20px;color: #5a5a5a}
.reg .title::after{content: '';display: block;width: 100%;height: 4px;margin-top: 15px;background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);}
.reg .content{width: 500px;margin:0 auto;background: url(../images/bg.jpg)no-repeat center bottom;padding-bottom: 50px;background-size: 100%}
.reg .tit{font-size: 18px;margin-top:25px}
.reg .tit span{color: #d50e0e}
.reg .input{margin-top: 10px;width: 100%;}
.reg .input input[type="text"],.reg .input input[type="password"]{width: 100%;height: 50px;border-radius: 3px;border:1px #d2d2d2 solid;padding: 0 15px;font-size: 16px;}
.reg .xieyi{color: #d50e0e;font-size: 18px;margin-top: 30px;}
.reg .xieyi a{color: #d50e0e;}
.reg input[type="submit"]{color: #FFF;font-size: 16px;width: 100%;height: 50px;background-image: linear-gradient(to right, #39cd75 ,#0eb4e6);margin-top: 30px;border:0;}