
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;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
}
a {
	text-decoration: none;
	-webkit-transition: color 0.1s linear, background-color 0.15s linear;
	-moz-transition: color 0.1s linear, background-color 0.15s linear;
	-o-transition: color 0.1s linear, background-color 0.15s linear;
	transition: color 0.1s linear, background-color 0.15s linear;
}
body {
	background:white;
	color: #333333;
	font-size:14px;
	font-family: "Microsoft Yahei";
	margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 ,b,label{
	font-weight: normal;
	font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
i,
u,
strong,
th,
var {
	font-style: normal;
	font-weight: normal;
}
i{
	font-style: normal;
}
a {
	color: #333333;
	text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
	border: none;
	max-width: 100%;
}
ol,
ul,
li {
	list-style: none;
}
input,
textarea,
select,
button {
	outline-style: none;
}
table {
	border-collapse: collapse;
}
html {
	overflow-y: scroll;
}
ol > li > ol, ol > li > ul, ul > li > ol, ul > li > ul{
	margin: 0;
}


/* css common */
.clearfix:after,
.clearfix:before {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clear{
	clear: both;
}
.clearfix {
	*zoom: 1;
}
.left {
	float: left;
}
.right {
	float: right;
}
input,
textarea,
select,
button {
	font-family: "Microsoft YaHei";
	color: #333333;
}
input[placeholder],
[placeholder],
*[placeholder] {
	color: #686868
}
:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #686868;
	opacity: 1;
}
::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #686868;
	opacity: 1;
}
input:-ms-input-placeholder {
	color: #686868;
	opacity: 1;
}
input::-webkit-input-placeholder {
	color: #686868;
	opacity: 1;
}
/*初始化*/
/*头部导航*/
.header{
	padding:0.27777777rem 0.37037037rem;
	width: 100%;
	position: relative;
}
.logo{
	width:53%;
	float: left;
	margin-left:0.18518518rem;
}

.tq{
	position: absolute;
	right:0.37037037rem;
	top: 10%;
}
@media (min-width: 640px) {
	.logo{width:6.59259259rem;
	}
	.tq{
		top: 25%;
	}
}
.am-btn-success {
    color: #fff;
    background-color: white;
    border: none;
    float: right;
    margin-top:0.37037037rem;
}
.am-btn {
    
    margin-bottom: 0;
   width: 0.77777777rem;
   	padding: 0;
    vertical-align: middle;
    line-height: 1;
   font-size: initial;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out;
}
.am-offcanvas-content p a{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 0.4074074rem;
}

/*banner*/
.banner img{
	width: 100%;
}
.banner .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background: #ff0000;
}

.banner >.swiper-pagination-bullets{
	bottom: 3px;
}

/*导航*/
.nav li{
	float: left;
	width: 25%;
	border-bottom: 1px dashed #e5e5e5;
	border-left: 1px dashed #e5e5e5;
	text-align: center;
	padding: 0.46296296rem 0 0.37037037rem 0;
}
.nav li img{
	width: 1.57407407rem;
	height: 1.57407407rem;
}
.nav li p{
	margin-top: 0.14814814rem;
	font-size: 0.44444444rem;
}
.nav li:nth-child(1){
	border-left:none ;
}
.section_a{
	padding:0 0.37037037rem;
}


.ttt{margin: 0.37037037rem auto 0.46296296rem}
.ttt h3{
	margin-bottom: 0.18518518rem;
}
.ttt h3 span{  font-size:0.55555555rem;padding: 0 0.37037037rem ;display: inline-block;}
.ttt p{  font-size:0.44444444rem;  color: rgb( 112, 100, 100 );text-align: center}
.ttt h4{text-transform: uppercase;color: #6b6b6b;font-size:0.66666666rem;font-weight: bold;}
.ttt h4 span{color: #f58725;    padding-right: 0.18518518rem;}
.ttt{text-align: center}
.h5 {
	margin-bottom: 0.46296296rem;
}
.h5 span{
	display: inline-block;
	
	text-align: center;
	font-size: 0.4074074rem;
	padding: 0.09259259rem 0.27777777rem;
	margin: 0.09259259rem;
}
.h5 span.on{
	color: white;
	background: #193e90;
}
.pro{
	text-align: center;
}
.pro > ul{
	display: none;
}
.pro > ul.on{
	display: block;
}
.pro_ul li{
	width: 48%;
	float: left;
	text-align: center;
	margin-bottom: 0.37037037rem;
}
.gd{
	display: inline-block;
	padding: 0.18518518rem 0.37037037rem;
	background: #193e90;
	color: white;
	border-radius:0.12962962rem ;
	margin-top: 0.18518518rem;
	font-size: 0.44444444rem;
}
.bule{background: url(../images/zm_10.png) repeat-x center;padding-bottom:0.18518518rem;color: white;background-size:auto 100% ;}
.bule .ttt{padding-top: 0.37037037rem}
.bule .ttt h3 span{  font-size:0.55555555rem;padding: 0 0.37037037rem;color:white}
.bule .ttt p{  font-size:0.44444444rem;  color: rgb( 112, 100, 100 );text-align: center;color: white}
.bule .ttt h4{text-transform: uppercase;color: #6b6b6b;font-size:0.66666666rem;font-weight: bold;color: white}
.bule .ttt h4 span{color: #f58725 !important;}
.bule .ttt{text-align: center}
.section_b_K{
	padding: 0 0.37037037rem;
}
.section_b_ul{
	margin-top: 0.46296296rem;
}
.section_b_ul li{
	padding:0 1.14814814rem 0 1.33333333rem ;
	margin-bottom: 0.46296296rem;
}
.span1{
	background: url(../images/jiantou.png) no-repeat ;
	background-size:100% 100% ;
	display: inline-block;
	width: 1.14814814rem;
	height: 0.92592592rem;
	padding-left: 0.18518518rem;
	color: white;
	margin-right: 0.18518518rem;
}
.ul_h5{
	font-weight: bold;
	font-size: 0.48148148rem;
	line-height: 0.92592592rem;
	margin-left: -1.33333333rem;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.ul_p{
	font-size: 0.4074074rem;
	font-weight: 700;
	overflow: hidden;
	width: 95%;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-height: 1.8;
}
.section_b_ul li img{
	width: 95%;
	display: block;
	margin-top: 5px;
}
.b_li .ul_h5{
	margin-left:0;
	margin-right: -1.14814814rem;
	
	text-align: right;
}
.b_li .span1{
	float: right;
	background: url(../images/jiantouy.png) no-repeat;
	background-size:100% 100% ;
	padding-left:0;
	text-align: right;
	padding-right:0.18518518rem;
	margin-left: 0.18518518rem;
	margin-right:0;
}
.b_li .ul_p{
	float: right;
	margin-right:-1.14814814rem;
	text-align: right;
}
.section_c{
	padding:0 0.37037037rem;
}
.yuanjing-z{
	
	color: white;
	position: relative;
	
	
}
.yuanjing-z .ss{
	background: #193e90;
	padding: 0.55555555rem 0.37037037rem 1.29629629rem 0.37037037rem;
}
.yuanjing-z .ss h3{
	display: inline-block;
	border-bottom: 3px solid #ffba41;
	font-size:0.53703703rem;
	padding-bottom: 0.18518518rem;
	margin-top:-0.11111111rem;
}
.yuanjing-z .ss h4{
	text-transform: uppercase;
	font-size: 0.48148148rem;
	margin-bottom: 5px;
}
.yuanjing-z .ss p{
	line-height: 2;
	overflow: hidden;
	font-size: 0.4074074rem;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
}
.yuanjing-z .ss p a,.yuanjing-z .zz p a{
	color: #fff;
}
.yuanjing-z .zz{
	background: url(../images/rongyu.jpg) no-repeat center;
	background-size:100% 100%;
	width: 70%;
	margin-left: 20%;
	padding: 0.46296296rem 0.37037037rem 1.48148148rem 0.37037037rem;
	margin-top: -0.74074074rem;
	
}
.yuanjing-z .zz p{
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp:2;
        -webkit-box-orient: vertical;
        font-size: 0.37037037rem;
        line-height: 2;
}
.yuanjing-z .xx{
	margin-top: -0.46296296rem;
	margin-left: 0.92592592rem;
}
.yuanjing-z .xx h4{
	color: #afafaf;
	font-size:0.48148148rem;
	text-transform: uppercase;
}
.yuanjing-z .xx h3{
	color: #7b7b7b;
	margin-top: -5px;    
	font-size: 0.55555555rem;
}
.yuanjing-y {
	margin: 0.27777777rem 0;
}
.yuanjing-y img{
	width: 100%;
}
.gg{
	margin: 0.27777777rem auto;
}
.gg img{
	width: 100%;
}
.section_d{
	padding: 0 0.37037037rem;
}
.h51 {
	margin-bottom: 0.46296296rem;
	text-align: center ;
}
.h51 span{

	/*float: left;*/
	/*width: 22%;*/
	text-align: center;
	font-size: 0.4074074rem;
	padding: 0.09259259rem 5px;
	margin: 0 1.5%;
	border: 1px solid #193e90;
	color:#193e90;
}
.h51 span.on{
	color: white;
	background: #193e90;
}
.new{
	margin-top: 0.46296296rem;
}
.new > ul{
	display: none;
}
.new > ul.on{
	display: block;
}

.new_ul li{
	border-bottom: 1px dashed #d2d2d2;
	padding-bottom: 0.27777777rem;
	margin-bottom: 0.18518518rem;}
.new_ul li div{
	margin-left: 3.51851851rem;
}
.new_ul li p{
	color: #888888;
	line-height:1.8;
	overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
}
.new_ul h4{
	font-size: 0.44444444rem;
	color: black;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	margin-bottom: 0.12962962rem;
}
.new_ul img{
	float: left;
	width: 3.33333333rem;
	height: 2.03703703rem;
}
.section_e{
	padding: 0.37037037rem;
}
.wd_li div{
	float: left;
	width: 50%;
}
.wd_li_d1{
	padding-right: 0.46296296rem;
}
.wd_h5{
	width: 80%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color:black;
	font-size: 0.4074074rem;
	margin-bottom: 0.27777777rem;
}
.wd_h5 span{
	color: white;
	display: inline-block;
	padding:0.05555555rem 0.09259259rem;
	background: #193e90;
	margin-right:0.18518518rem;
}
.wd_p{
	font-size: 0.4074074rem;
	color: #787878;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-height:1.5;
}
.wd_p span{
	color: white;
	line-height: 1;
	display: inline-block;
	padding: 0.09259259rem;
	background: #bababa;
	margin-right:0.18518518rem;
}
.wd li{
	margin-bottom:0.37037037rem;
}
.wd_li_d2 img {
	text-align: right;
}


.foot{
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
}

.footer{
	text-align:center;
	font-size: 0.4074074rem;
	background: #fcfcfc;
	padding: 0 0.37037037rem;
	margin-top: 0.12962962rem;
	position: relative;
}

.sm{
	padding: 0.27777777rem 0.37037037rem;
	font-size: 0.37037037rem;
	line-height: 1.5;
	color: #999999;
	
}
.sm a{
	display: block;
	color: #999999;
}
.fand{
	right: 0;
	position: absolute;
	top:0.74074074rem;
	
}

/*底部导航*/
.bottom_a{
	background: #193e90;
}
.bottom_a li{
	float: left;
	width: 25%;
	text-align: center;
	font-size: 0.44444444rem;
	padding: 0.27777777rem 0;
}
.bottom_a li img{
	height: 0.53703703rem;
}
.bottom_a li p{
	margin-top: 0.18518518rem;
}
.bottom_a li a{
	color: white;
}


/*内页头部*/
.header1{
	padding: 0.37037037rem;
	background: #193e90;
	text-align: center;
}
.fah{
	float: left;
	color: white;
	font-size: 0.4074074rem;
}
.tit{
	display: inline-block;
	text-align: center;
	color: white;
	font-size: 0.48148148rem;
}
.Nav{
	float: right;
}
.am-btn-success {
    color: #fff;
    background-color: transparent;
    border: none;
    float: right;
    margin-top:0.09259259rem;
}
.am-btn {
    
    margin-bottom: 0;
   width: 0.77777777rem;
   	padding: 0;
    vertical-align: middle;
    line-height: 1;
   font-size: initial;
    text-align: center;
    white-space: nowrap;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    outline: 0;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: background-color .3s ease-out, border-color .3s ease-out;
    transition: background-color .3s ease-out, border-color .3s ease-out;
}
.am-offcanvas-content p a{
	display: block;
	text-align: center;
	padding: 10px 0;
	font-size: 0.4074074rem;
}
/*内页导航*/
.N_nav_as{
	
}
.N_nav_as .swiper-slide{
		padding: 0.27777777rem 0;
		text-align: center;
		font-size:0.44444444rem;
}
.N_nav_as .swiper-wrapper > div{
	white-space: nowrap;
	text-overflow: ellipsis;
	/*overflow: hidden;*/
	display: block;
}	
.N_nav_as .swiper-wrapper > div >a{
	padding:0 0.09259259rem 0.09259259rem 0.09259259rem ;
	color: black;
	
}
.N_nav_as .swiper-wrapper > div.on> a{
	
	border-bottom: 2px solid #193e90;
}
.ny{
	padding: 0.37037037rem;
}
.news_info h5{
	font-size: 0.48148148rem;
	text-align: center;
	padding-bottom: 0.18518518rem;
	border-bottom: 1px dashed #E5E5E5;
	margin-bottom: 0.27777777rem;
}
.news_info div{
	line-height: 1.8;
	font-size: 0.38888888rem;
	padding-bottom: 0.4074074rem;
}
.message p{
	margin-bottom: 0.27777777rem;
	font-size: 0.4074074rem;
	line-height: 0.92592592rem;
}
.message input{
	width: 5.92592592rem;
	height: 0.92592592rem;
	border: 1px solid #d2d2d2;
	outline: none;
	font-size: 0.4074074rem;
	padding-left: 0.12962962rem;
}
.message p label{
	width:2.22222222rem;
	font-size: 0.4074074rem;
	text-align: right;
	font-weight: normal;
}
textarea{
	width:7.03703703rem;
	border: 1px solid #d2d2d2;
	height: 2.31481481rem;
	padding: 0.12962962rem;
	
	}
.message p .yz{width: 3.7037037rem;height: 0.92592592rem;padding-left: 0.12962962rem;}
.message p .tj{
	width: 2.22222222rem;
	height:0.92592592rem;
	margin: 0 0.37037037rem;
	background: #193e90;
	color: white; 
	}
.message p .cz{
	width: 2.22222222rem;
	height:0.92592592rem;
	margin: 0 0.37037037rem;
	background: orange;
	color: white;
	 }
.sz{padding-right: 0.37037037rem;}
.message p img{
	width: 1.85185185rem;
	height:0.92592592rem;
	margin-left: 0.18518518rem;
}
/*banner*/
.banner1 img{
	width: 100%;
}
.banner1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: white;
    opacity: 1;
}
.banner1 .swiper-pagination-bullet-active{
	background: #fcc101;
}

.banner1 >.swiper-pagination-bullets{
	bottom: 3px;
}
.fd-y{
	margin-left: 0.18518518rem;
}
.fd-y h3{
	font-size: 0.55555555rem;
	font-weight: 600;
	line-height: 2;
}
.fd-y > p{
	line-height: 2;
	font-size: 0.4074074rem;
}
.shangjia{border-bottom: 1px solid #d2d2d2;width: 6.48148148rem;padding-bottom:0.09259259rem;}
.fenxiang{
	line-height: 2;
	font-size: 0.4074074rem;
}
.jiathis_style{
	display: inline-block;
	margin-left: 0.18518518rem;
}
.jieshao{
	margin-top: 0.74074074rem;
	
}
.jieshao h5{
	border-bottom: 2px solid #193e90;
	margin: 0 -0.37037037rem;
}
.jieshao > h5 span{
	display: block;
	color: white;
	line-height: 0.74074074rem;
	text-align: center;
	width: 2.22222222rem;
	height: 0.74074074rem;
	background: #193e90;
	font-size: 0.42592592rem;
}
.jieshao > div{
	line-height:1.8;
	font-size: 0.4074074rem;
	padding: 0.37037037rem 0;
	border-bottom: 1px dashed #E8E8E8;
	margin-bottom: 0.18518518rem;
}
.jieshao > p{
	line-height:1.8;
	font-size: 0.4074074rem;
	margin-bottom: 5px;
	
}
.jieshao p a{color: black}

.js_dd{
	border:1px solid #d5d5d5;
	margin-bottom: 0.37037037rem;
	border-radius: 2px;
	margin:0.27777777rem -0.37037037rem;
}
.js_dd h4 span{display: block;
	color: black;
	line-height: 2;
	padding-left:0.55555555rem;
	background: url(../images/tit1.gif) repeat-x center;
	font-size: 0.42592592rem;
    border-radius:2px;
 }
.js_dd p{
	padding-left: 0.37037037rem;
	line-height: 2;
	}
	
.ziazi{
	border:1px solid #d5d5d5;
	border-radius: 2px;
	margin:0.27777777rem -0.37037037rem;
	
}
.ziazi h4 span{
	display: block;
	color: black;
	line-height:2;
	padding-left:0.55555555rem;
	background: url(../images/tit1.gif) repeat-x center;
	font-size: 0.42592592rem;
    border-radius:2px;

 }
 .ziazi h4 {
 	margin-bottom: 0.37037037rem;
 }

.zhishi h4{height:0.74074074rem;
    width: 3.14814814rem;
    background: #193e90;
    color: white;
    border-radius: 0 0.37037037rem 0.37037037rem 0;
    line-height: 0.74074074rem;
    padding-left: 0.37037037rem;
    font-size: 0.44444444rem;
    margin-bottom: 0.37037037rem;
}
.ziazi .message{
	padding: 0 0.27777777rem;
}

.pages{
	text-align: center;
	margin: 0.46296296rem auto;
}
.pages a,.pages span{
	padding: 0.09259259rem 0.27777777rem;
	font-size: 0.37037037rem;
	color: #222222;
	display: inline-block;
	border: 1px solid #193e90;
	color: #193e90;
	margin-left: -1px;
}	
.pages span{
	color: white;
	background: #193e90;
}
