* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0
}

body {
	background: #fff;
	font-size: 66.6%;
	font-family: "Arial", "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif
}

td,
th,
caption {
	font-size: 14px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
	font-size: 100%
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style: normal;
	font-weight: normal
}

a {
	color: #000;
	text-decoration: none
}

a:hover {
	text-decoration: underline
}

img {
	border: 0
}

ol,
ul,
li {
	list-style: none
}

input,
textarea,
select,
button {
	font: 14px "Arial", "Microsoft YaHei", "榛戜綋", "瀹嬩綋", sans-serif
}

table {
	border-collapse: collapse
}

html {
	overflow-y: scroll
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

.clear{clear: both;}
.fl {
	float: left !important;
}

.fr {
	float: right !important;
}

.al {
	text-align: left
}

.ac {
	text-align: center
}

.ar {
	text-align: right
}

.hide {
	display: none
}
html {
	overflow-x: hidden;
	zoom: 1;
	overflow-y: scroll;
}



.noselect {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

.underline-from-center {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden
}

.underline-from-center:before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #e4a512;
	height: 3px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out
}

.underline-from-center.active:before,
.underline-from-center:focus:before,
.underline-from-center:hover:before {
	left: 0;
	right: 0
}

a:hover {
	text-decoration: none;
}


/* ul>li.li_first {
  margin-left: 0;
} */

ul>li.li_last {
	margin-right: 30px;
}

@media screen and (min-width: 150px) and (max-width: 800px) {
	/*鎵嬫満*/
	body{
		height: 100%;
		background-color: transparent;
		
	}
	*{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}
	.maincontent_nav{
		position: fixed;
		top: 80px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		z-index: 999;
	}
	.color{
		background-color: #EEEEEE;
	}
	.pageTitle {
	width: 90%;
	font-size: 24px;
	text-align: center;
	margin: 40px auto 25px auto;
	font-weight: bold;
}
	.content {
	padding-top: 80px;
}
	.ul_nav {
		display: none;
	}
	.ul_nav_a {
		display: block;
		float: right;
		line-height: 90px;
		font-size: 20px;
		color: #fff;
		text-align: right;
		cursor: pointer;
		outline: none;
  		-webkit-tap-highlight-color: transparent;
	}

	.maincontent_nav li {
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		padding-left: 5%;
		cursor: pointer;
		border-bottom: 1px solid #454545;
	}
	.maincontent_nav li a{
		display: block;
		width: 100%;
		color: #CCCCCC;
	}
	.maincontent_nav li:last-child {
		margin-bottom:140px;
	}
	.maincontent_nav span{
		display: block;
		margin-right: 5%;
		cursor: pointer;
		height: 40px;
		margin-top: 2px;
	}
	.maincontent_nav span img{
		display: block;
		width: 9px;
		margin-top: 14px;
	}
	
	.second-level,.second-level1{
		display: none;
		color: #7E7E7E;
		font-size: 17px !important;
	}
	.ac{
		display: none !important;
	}
	.row_main {
		position: relative;
		margin: 0 auto;
		clear: both;
	}
	.header {
		height: 80px;
		background: #2185D0;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.menu {
		height: 100%;
		line-height: 80px;
	}
	.log {
		float: left;
		line-height: 80px;
	}
	.img_log {
		height: 45px;
		display: inline-block;
		vertical-align: middle;
	}
	.ul_nav {
		float: right;
		width: 756px;
	}
	.ul_nav li {
		width: 64px;
		display: inline-block;
		margin-left: 47px;
		white-space: nowrap;
	}
	.ul_nav li:first-child {
		margin-left: 0;
	}
	.ul_nav a {
		color: #fff;
		font-size: 16px;
		height: auto;
	}
	.ul_nav a.underline-from-center:before {
		bottom: 42px;
	}
	.ul_nav a:hover,
	.ul_nav a.active {
		color: #ff0;

		text-decoration: none;
	}
	/* footer */
	.footer {
		clear: both;
	}
	.bottom_nav {
		min-width: 100%;
		height:150px;
		background: #4c4c4c;
		position: relative;
		overflow: hidden;
	}
	.div_cright {
		height: 75px;
		 text-align: center; 
		line-height: 20px;
		color: #fff;
		font-size: 14px;
		background: #000;
		padding-top: 19px;
	}
	.uptop {
		height: 30px;
		margin-top: 15px;
	}

	.btmlog {
		margin: 65px 0;
	}
	.subnav {
		width: 93%;
		margin: 0 auto;
	}
	.subnav ul {
		width: 50%;
		margin: 20px 0 0 0;
		float: left;
		overflow: hidden;
	}
	.subnav li {
		min-width: 50%;
		margin-bottom: 20px;
		float: left;
	}

	.subnav li>a {
		font-size: 14px;
		color: #e5e5e5;
	}
	.subnav li>a:hover {
		color: #ccc;
	}
	.row_main.menu {
		width:90%;
		margin: auto;
	}
	.row_line {
		border-bottom: 1px solid #f2f2f2;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.div_sinawx {
		border-left: 1px solid #7e7e7e;
		color: #e5e5e5;
		width: 50%;
		float: left;
		margin-top: 20px;
		padding: 0 0px 0 10%;
	

	}
	.div_sinawx img{ width:50%; height:50%;  }

	.warp{ margin: 0 auto; padding: 0; width:98%; margin:1%;clear: both; }
	.bnr{ display: none; }
	.bnrwap img{  width:100%;}

	.bnrwap{ position: relative; }
	.bnrwap .lijitiy{
	    position: absolute;
	    left: 35%;
	    bottom: 10%;
	    padding: 8px 20px;
	    font-size: 15px;
	    line-height: 20px;
	    border-radius: 5px;
	    background-color: #2185D0;
	    border-color: #2185D0;
	    cursor: pointer;
	    color: #fff;
	}

	.col-sm-3 {
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
	}
	.imgbox {
    vertical-align: middle;
    display: inline-block;
    margin-right: 10px;
  }
	.first-row .h {
    margin: 10px 0;
    display: inline-block;
    color: #333;
    font-size: 20px;
	}
 .line-3 {
    height: 60px;
    overflow: hidden;
    color: #aaa;
    line-height: 50px;
	}

	.cont_right {  width:96%;padding: 20px 2%;}
	.cont_left{ width:96%; padding: 20px 2%; height:380px;}

	.cont_left h1{ text-align: center; font-size:30px; color: #d7861d; font-weight: bold; padding: 30px ; }
	.cont_left p{  text-align: center; font-size:20px; color: #2185d0; font-weight: bold; line-height:50px;  }
	.cont_left p.green{ color: #166a00; margin-top: 10px;}
	.cont_left .sub{ margin-top:40px; text-align: center; }
  .cont_left .yanshi{ background: #2185d0; padding: 15px 35px; color: #fff; font-size: 20px; border-radius:10px;  }
  .cont_left .goumai{ background: #db9816; padding: 15px 35px; color: #fff; font-size: 20px; border-radius:10px;  margin-left: 20px;  }
  .cont_right img{ width: 100%; height: 400px; }

	.function_left{width:100%;padding: 20px 2%;}
  	.function_left ul{}
  	.function_left ul li{  
		margin-bottom: 30px;
	    width:100%;
	    box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%);
	    border-radius: 4px;
	    transition: transform .3s ease,box-shadow .3s ease; 
	    padding: 10px;
	    height: 85px;
	}
	.function_left ul li.let{}

	.function_left img{ float: left; height:60px; width:60px; padding:10px; margin-right: 10px; }
	.function_left .ft_tt{font-size: 18px;color: #333;}
	.function_left .ft_des{margin-top:5px; color: #999;font-size: 13px;opacity:0.7;}

	.function_right{width:100%;}
	.function_right .rt_tt{font-size:18px;color: #333; text-align: center; margin-top: 20px; margin-bottom: 40px;  }
	.function_right .rt_tt a{color: #f00;}


  .con_tt{ font-size:30px; text-align: center;  color: #333; padding-top: 20px;}

  .con_left{ width:100%; padding: 20px 0;}
  .con_left p{ text-align: center; line-height: 40px; font-size: 16px; }
  #mse{ width: 100%!important;; height:350px!important;; }
  .con_right{width:96%; padding: 20px 2%;}

  .con_right ul{}
  .con_right ul li { border-bottom: 1px dashed #eeeeee; padding: 10px; background: #fff; margin: 10px 0px; line-height: 40px;font-size:13px;} 
  .con_right ul li span{ float: right; color:#333; } 



}


/*--------------------------------------------------------------------------------*/

@media screen and (min-width: 800px) and (max-width: 979px) {
	/*pad*/
	*{
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
	}
	.maincontent_nav{
		position: fixed;
		top: 100px;
		left: 0px;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.8);
		z-index: 999;
	}
	.bnrwap{ display: none; }
	
	.maincontent_nav li {
		height: 70px;
		line-height: 70px;
		font-size: 26px;
		padding-left: 5%;
		border-bottom: 1px solid #454545;
	}
	.maincontent_nav li a{
		display: block;
		width: 100%;
		color: #CCCCCC;
	}
	.maincontent_nav span{
		margin-right: 5%;
	}
	.maincontent_nav span img{
		width: 10px;
	}
  	.function_left{float: left; width:800px; margin: 30px 0px;}
  	.function_left ul{}
  	.function_left ul li{ 
		float: left; 
		margin-bottom: 30px;
	    display: block;
	    width: 380px;
	    box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%);
	    border-radius: 4px;
	    transition: transform .3s ease,box-shadow .3s ease; 
	    padding: 10px;
	    height: 85px;
	}
	.function_left ul li.let{ margin-left:40px;}

	.function_left img{ float: left; height:60px; width:60px; padding:10px; margin-right: 10px; }
	.function_left .ft_tt{font-size: 18px;color: #333;}
	.function_left .ft_des{margin-top:5px; color: #999;font-size: 13px;opacity:0.7;}

	.function_right{ float: right; width: 360px;margin-top: 30px; }
	.function_right .rt_tt{font-size:18px;color: #333; text-align: center; margin-top: 10px;  }
	.function_right .rt_tt a{color: #f00;}
	
	.row_main {
		position: relative;
		margin: 0 auto;
		clear: both;
	}
	.header {
		height: 80px;
		background: #2185D0;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.menu {
		height: 100%;
		line-height: 104px;
	}
	.log {
		float: left;
		line-height: 80px;
	}
	.img_log {
		height: 45px;
		display: inline-block;
		vertical-align: middle;
	}
	.ul_nav {
		float: right;
		width: 756px;
	}
	.ul_nav li {
		width: 64px;
		display: inline-block;
		margin-left: 47px;
		white-space: nowrap;
	}
	.ul_nav li:first-child {
		margin-left: 0;
	}
	.ul_nav a {
		color: #fff;
		font-size: 16px;
		height: auto;
	}
	.ul_nav a.underline-from-center:before {
		bottom: 42px;
	}
	.ul_nav a:hover,
	.ul_nav a.active {
		color: #ff0;
		text-decoration: none;
	}
	/* footer */
	.footer {
		clear: both;
	}
	.bottom_nav {
		min-width: 100%;
		height:215px;
		background: #4c4c4c;
		position: relative;
		overflow: hidden;
	}
	.div_cright {
		height: 80px;
	 	text-align: center; 
		line-height: 20px;
		color: #fff;
		font-size: 14px;
		background: #000;
		padding-top: 19px;
	}
	.uptop {
		height: 30px;
		margin-top: 30px;
	}

	.btmlog {
		margin: 65px 0;
	}
	.subnav {
		width: 90%;
		margin: 0 auto;
	}
	.subnav ul {
		width: 70%;
		margin: 20px 0 0 0;
		float: left;
		overflow: hidden;
	}
	.subnav li {
		margin-right: 5%;
		margin-bottom: 20px;
		float: left;
	}

	.subnav li>a {
		font-size: 14px;
		color: #e5e5e5;
	}
	.subnav li>a:hover {
		color: #ccc;
	}
	.row_main.menu {
		width:90%;
		margin: auto;
	}
	.row_line {
		border-bottom: 1px solid #f2f2f2;
		position: relative;
		margin: 0 auto 40px auto;
	}
	.div_sinawx {
		height: 110px;
		border-left: 1px solid #7e7e7e;
		color: #e5e5e5;
		width: 30%;
		float: left;
		margin-top: 20px;
		padding: 0 0px 0 4%;
	}
	.div_sinawx a {
		color: #e5e5e5;
	}

	.icon_wx img {
		position: absolute;
		left: 100px;
		bottom: 0;
		display: none;
		width: 75px;
		height: 75px;
	}
	.icon_wx:hover img {
		display: block;
	}
	.div_sinawx p {
		font-size: 14px;
		margin-bottom: 20px;
	}
	.icon_wx{
		display: none;
	}
	.icon_wx_img{
		width: 70px;
		margin-left: 3px;
	}
}


/*---------------------------------------------------------*/

@media screen and (min-width: 980px) {
	/*pc*/
	
	.ul_nav_a{
		display: none;
	}
	.content {
	padding-top: 80px;
	}

	.warp{ width: 1200px; margin: 0 auto; padding: 0; }
	.bg{ background: #f5f5f5;  height:450px;}
	.bg1{ background: #fff;  height:500px;}
	.cont_right { float: right;  width: 600px; padding: 20px 0px;}
	.cont_left{ float: left; width: 600px; padding: 20px 0px;}

	.cont_left h1{ text-align: center; font-size:40px; color: #d7861d; font-weight: bold; padding: 30px ; }
	.cont_left p{  text-align: center; font-size:35px; color: #2185d0; font-weight: bold; line-height:50px;  }
	.cont_left p.green{ color: #166a00; margin-top: 10px;}
	.cont_left .sub{ margin-top:40px; }
    .cont_left .yanshi{ background: #2185d0; padding: 15px 35px; color: #fff; font-size: 20px; border-radius:10px; margin-left: 120px;  }
    .cont_left .goumai{ background: #db9816; padding: 15px 35px; color: #fff; font-size: 20px; border-radius:10px; margin-left: 30px;   }

  .con_tt{ font-size:40px; text-align: center;  color: #333; padding-top: 20px;}

  .con_left{ float: left; width: 600px; margin: 30px 0px;}
  .con_left p{ text-align: center; line-height: 40px; font-size: 16px; }

  	.function_left{float: left; width:800px; margin: 30px 0px;}
  	.function_left ul{}
  	.function_left ul li{ 
		float: left; 
		margin-bottom: 30px;
	    display: block;
	    width: 380px;
	    box-shadow: 0 4px 20px 5px rgb(68 93 127 / 10%);
	    border-radius: 4px;
	    transition: transform .3s ease,box-shadow .3s ease; 
	    padding: 10px;
	    height: 85px;
	}
	.function_left ul li.let{ margin-left:40px;}

	.function_left img{ float: left; height:60px; width:60px; padding:10px; margin-right: 10px; }
	.function_left .ft_tt{font-size: 18px;color: #333;}
	.function_left .ft_des{margin-top:5px; color: #999;font-size: 13px;opacity:0.7;}

	.function_right{ float: right; width: 360px;margin-top: 30px; }
	.function_right .rt_tt{font-size:18px;color: #333; text-align: center; margin-top: 10px;  }
	.function_right .rt_tt a{color: #f00;}

  .con_right{ float: right; width: 550px; padding: 30px 0px;   }

  .con_right ul{}
  .con_right ul li { border-bottom: 1px dashed #eeeeee; padding: 10px; background: #fff; margin: 10px 0px; line-height: 30px;} 
	.con_right ul li span{ float: right; color:#333; } 

	.bnrwap{ display: none; }
	.first-row{color:#aaa;height:auto;padding:50px 0}


	.bnr{ position: relative; }
	.bnr .lijitiy{
		position: absolute;
	    left: 40%;
	    bottom: 20%;
	    padding: 20px 60px;
	    font-size: 22px;
	    line-height: 30px;
	    border-radius: 10px;
	    background-color: #2185D0;
	    border-color: #2185D0;
	    cursor: pointer;
	    color: #fff;
	}
	.text-center {
    text-align: center;
	}
	.first-row .h {
    color: #333;
    margin: 20px 0;
    font-size: 20px;
}
.first-row .line-3 {
    height: 60px;
    overflow: hidden;
}
	.col-sm-3 {
    width: 25%;float: left;position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;margin-bottom: 20px;
}
	.row_main {
		width: 1200px;
		position: relative;
		margin: 0 auto;
		clear: both;
	}
	.header {
		height: 80px;
		background: #2185D0;
		overflow: hidden;
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 100;
	}
	.menu {
		height: 100%;
		line-height: 80px;
	}
	.log {
		float: left;
		line-height: 80px;
	}
	.img_log {
		height:45px;
		display: inline-block;
		vertical-align: middle;
	}
	.ul_nav {
		float: right;
		width: 756px;
	}
	.ul_nav li {
		width: 64px;
		display: inline-block;
		margin-left: 47px;
		white-space: nowrap;
	}
	.ul_nav li:first-child {
		margin-left: 0;
	}
	.ul_nav a {
		color: #fff;
		font-size: 16px;
		height: auto;
	}
	.ul_nav a.underline-from-center:before {
		bottom: 42px;
	}
	.ul_nav a:hover,
	.ul_nav a.active {
		color: #ff0;
		text-decoration: none;
		/* border-bottom: 3px solid #e4a512; */
	}
	/* footer */
	.footer {
		clear: both;
	}
	.bottom_nav {
		height: 120px;
		background: #4c4c4c;
		position: relative;
		overflow: hidden;
	}
	.div_cright {
	
		 text-align: center; 
		line-height: 20px;
		color: #fff;
		font-size: 14px;
		background: #000;
		padding:25px 0px;
	}
	.uptop {
		height: 30px;
		margin-top: 30px;
	}
	
	.btmlog {
		margin: 65px 0;
	}
	.subnav {
		width: 1200px;
		margin: 0 auto;
	}
	.subnav ul {
		width: 1000px;
		float: left;
		overflow: hidden;
		line-height: 120px;
	}
	.subnav li {
		margin: 0 38px 0 40px;
		float: left;
	}
	.subnav li.li_first {
		margin-left: 0;
	}
	.subnav li>a {
		font-size: 14px;
		color: #e5e5e5;
	}
	.subnav li>a:hover {
		color: #ccc;
	}
	.row_main.menu {
		width: 1200px;
	}
	.row_line {
		width: 1200px;
		border-bottom: 1px solid #f2f2f2;
		position: relative;
		margin: 0 auto 75px auto;
	}
	.div_sinawx {
		border-left: 1px solid #7e7e7e;
		color: #e5e5e5;
		width: 150px;
		float: left;
		margin-top:10px;
	}
	.div_sinawx img{ height: 80px; width: 80px; margin-left:40px;  }

	.div_sinawx p {
		font-size: 12px;
		text-align: center;
		margin-left:50px ;
	}
	
}

.load>* {
	-webkit-transform: translateY(40px);
	-moz-transform: translateY(40px);
	-ms-transform: translateY(40px);
	-o-transform: translateY(40px);
	transform: translateY(40px);
	opacity: 0
}

body .load>* {
	-webkit-transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 50ms;
	-moz-transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 50ms, -moz-transform 1s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 50ms, transform 1s cubic-bezier(.215, .61, .355, 1) 50ms;
	transition: opacity 1s cubic-bezier(.215, .61, .355, 1) 50ms, transform 1s cubic-bezier(.215, .61, .355, 1) 50ms, -webkit-transform 1s cubic-bezier(.215, .61, .355, 1) 50ms;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	opacity: 1
}

.load span {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s
}
