html, body {
	height: 100%;
	font-family: Arial, Helvetica, sans-serif;
}

a:focus {
	outline:0px solid;
}
img {max-width:100%;
	height:auto;
}
.fix {
	overflow:hidden;
}
em,li,i{
	font-style: normal;
	list-style-type: none;
}
p {

}

a {
	transition: all 0.3s ease 0s;
	text-decoration:none; color:#666
}
a:hover {
  color: #02a6dc ;
  text-decoration: none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
	color: #02a6dc ;
	text-decoration: none;
}


	

body {
	background: #fff none repeat scroll 0 0;
	color: #7f7f7f;
	font-size: 14px;
	text-align: left;
	overflow-x: hidden;
	line-height: 26px;
}








.tpp11{ margin-top:50px;}


.clear{
	clear:both;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}



/*  菜单 
/*----------------------------------------*/


.main-menu{background-color: #FFF;width:1200px;}




.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul.navbar-nav > li >a {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	color: #111;
	font-size: 17px;
	font-weight: normal;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 27px;
	padding-right: 0px;
	padding-left: 0px;
	line-height:100px;
	text-transform: capitalize;
}
.main-menu ul.navbar-nav li a:hover{
	color: #333;
}
.main-menu ul.navbar-nav > li > a::before {
    background: #00b1eb;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    width: 0;
    transition: .5s;
	left: 0px;
}
.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #005AB1 ;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
	background: #f1f1f1;
	left: -15px;
	opacity: 0;
	position: absolute;
	top: 100%;
	transition: all 0.3s ease 0s;
	visibility: hidden;
	width: 220px;
	z-index: -99;
	box-shadow: 0px 0px 1px #ddd, -0px -0px 1px #ddd;

}

.main-menu ul.nav li ul.sub-menu li {
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu {
	top: 100px;
	opacity: 1;
	z-index: 999;
	visibility: visible;
	padding: 20px 0px;  /*下拉导航*/
}
.main-menu ul.nav li ul.sub-menu li a {
	color: #444;
	display: block;
	font-size: 13px;
	text-transform: capitalize;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	line-height: 18px;
}
.main-menu ul.nav li ul.sub-menu li a span{
    color: #005AB1 ;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
	color:#fff;
	background-color: #00b1eb;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}


/*----------------------------------------*/
.mobile-menu-area {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 10px 0px ;
}
.mean-container .mean-bar::after {
    content: "";
    font-size: 21px;
    left: 5%;
    position: absolute;
    top: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.mean-container a.meanmenu-reveal:hover {
    color:#252525
}
.mean-container .mean-nav ul {
    list-style-type: none;
    margin: 20px 0px;
    padding: 0;
    width: 100%;
}
.mean-container .mean-nav ul li a {
    background: #f8f8f8 none repeat scroll 0 0;
    color: #444;
    display: block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    margin: 0;
    padding: 13px 10px;
    text-align: left;
    text-decoration: none;
    text-transform: uppercase;
    width: 90%;
}
.mean-nav ul li.mean-last {
    margin-bottom: 20px;
}
.mean-container .mean-nav ul li a.mean-expand {
    color: #444;
    line-height: 17px;
}
.mean-container .mean-nav ul li {
    width: 99.7%;
}
/*----------------------------------------*/
/*  3. Slider Area
/*----------------------------------------*/



@media (min-width: 1920px) {

  .client-details {
    padding: 6% 10%;
}
.company-content {
    padding: 100px 60px 100px 30px;
}
	
	
	
}





/* small mobile :320px. */
@media (max-width: 767px) {
.container {width:300px}
.logo {
    height: inherit;
    left: 0;
    padding: 0;
    position: absolute;
    top: 2px;
    z-index: 999999;
    max-width: 183px;
}
.logo a { padding-left:13px;}

   #sub-menu a{
	font-size:12px;
	font-weight: normal;
	color: #666;
	text-transform: capitalize;
}	 
    
    
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
.container {width:94%}
.counter-area-2 .fun_text {
    width: 50%;
    float: left;
}
    
    
}
 
@media only screen and (min-width: 320px) and (max-width: 480px) {
.container {width:97%}
    
    
}
 



/*-----返回顶部剪头------*/

@font-face{font-family:'FontAwesome';src:url('../fonts/fontawesome-webfont.eot?v=4.5.0');src:url('../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.5.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.5.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.5.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}
 .fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

.fa-angle-up:before{content:"\f106"}     /*剪头*/


.fa-search:before{content:"\f002"}/*搜索*/
/*------------------*/









.soud1{
	height:5px;
	line-height:5px;
	background-color:#00b1eb;
	color:#777;
	font-size:12px
}
.soud1a{ width:1200px; margin:auto; display:block}
.soud1a i{ margin-left:15px}
.soud1a em{ float:right}


.soud1a em img{ display:block; float:left


}
.soud1a em a:hover{
	color: #005BAF;
}

.deyin01{
	float:left;
	display: block;
	padding-top:5px
}



.cggz1{
	width:100%;
	height:65px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DFDFDF;
}

.cggz1b{ width:1200px; margin:0 auto; line-height:65px; font-size:14px;}

.cggz1b b{ font-size:14px;}
.cggz1b a{ margin-left:10px; margin-right:10px; color:#999}

.sea1{
	height: 30px;
	width: 263px;
	display:block;
	float:right;
	font-size: 13px;
	color: #ADADAD;
	padding-left: 7px;
	border: 1px solid #F1F1F1;
	line-height: 30px;
	border-radius:17px;
	margin-top:15px;
	padding-top:3px;
	background-color: #F1F1F1;
}


.sea2{
	line-height: 23px;
	height: 23px;
	width: 215px;
	border: 1px solid #F1F1F1;
	color: #999;
	float:left;
	background-color: #F1F1F1; margin-left:10px;
}
.sea3{float:left;}

.riggg{
	float: right;

}	





.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}
.search-option {
	background: #f5f5f5;
	color: #444;
	display: none;
	position: fixed;
	
	width: 300px;
	z-index: 99999;
	top: 40%;
	padding: 20px;
	left: 40%;
}
.search-option input {
	background: #fff none repeat scroll 0 0;
	border: medium none;
	color: #444;
	display: block;
	float: left;
	font-size: 14px;
	font-style: normal;
	padding: 8px 10px;
	width: 214px;
	height: 44px;
}
.search-option button.button {
	background: #fff;
	border: medium none;
	color: #fff;
	display: inline-block;
	float: right;
	font-size: 17px;
	line-height: 35px;
	text-align: center;
	padding-top: 19px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
}





.yzh{box-shadow: 0px 10px 10px -10px #ccc;	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #1595d5; height:100px
	}	
.header-area.stick {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	background-color:#FFF;


}/*头部固定代码*/



.xhao08{
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 40px;
	padding-bottom: 40px;
}


.xhao09{ width:255px; float:left}
.xhao09a{
	font-size: 24px;
	line-height: 55px;
	color: #FFF;
	background-color: #0047bb;
	text-align: center;
	display: block;
	height: 55px;
}
.xhao09b{
	display:block
}
.xhao09b a{
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E8E8E8;
	color: #555;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 30px;
	font-size: 15px;
	line-height: 20px;
	background-image: url(rr.png);
	background-repeat: no-repeat;
	background-position: 10px center;
}
.xhao09b a:hover{
	color: #333;
	background-color: #BBE4FD;
}



.xhao09c{
	border: 1px solid #ccc;margin-top:20px;; display:block
}

.xhao09c em{
	font-size: 18px;
	color:#fff;
	font-weight:100;
	height:46px;
	line-height:46px;
	background-color: #0194dc;
	display:block;
	padding-left:20px
}
.xhao09e{
	display: block;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
	font-size:14px;
	color:#666;
	line-height: 29px;
}

.xhao10{
	float: right;
	width: 905px;


	padding-bottom: 35px;

	border-top-color: #D4D4D4;
	border-right-color: #D4D4D4;
	border-bottom-color: #D4D4D4;
	border-left-color: #D4D4D4;
}

.zb17a{
	display:block;
	height:50px;
	line-height:50px;

	background-color: #eee;
}

.zb17a em{
	float:right;
	font-size:12px;
	font-weight:normal;
	color:#565656;
	padding-right: 10px;
	background-image: url(sy.png);
	background-repeat: no-repeat;
	background-position: 0px center;
	padding-left: 20px;
}
.zb17a i{
	float: left;
	font-size:18px;
	display:block;
	width: 350px;
	height: 30px;
	color: #000;
	padding-left: 15px;
}
.zb17b{
	margin-top:25px;
	line-height: 2em;
}

.biaoti{
	font-size: 18px;
	color: #000;
	text-align: center;
	display: block;
	height: 25px;
	line-height: 25px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.t_page{
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:25px;
	
	}	
.t_page a{
	padding:2px 5px;
	border:1px solid #DEDEDC;
	margin:0px 3px;}
	

.fengnews {


}
.fengnews  li a{
	line-height: 25px;
	display: block;
	height: 25px;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCC;
	background-image: url(z.jpg);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	padding-left: 28px;
	padding-right: 10px;
	margin-top: 20px;
}
.fengnews  li a b{
	font-weight: normal;
}
.fengnews  li a em{
	font-style: normal;
	float: right;
}
.fengnews  li a:hover{
	color: #0194dc;
}


.proList { }
.proList li{
	width:22.5%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 1.5%; margin-right:1%; 
box-shadow: 0px 0px 10px #ccc;

}
.proList li i{
	display:block;
	width:100%; overflow:hidden

	
}

.proList li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.1s;


}

.proList li a:hover img{filter:alpha(opacity=90);transform: scale(1.1);}  



.proList li a span{
	font-size:14px;
	color:#666;
	display:block;
	height:42px;
	line-height:42px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA;
	display:block
}
.proList li a:hover span{
	color: #fff; background-color:#0050a3
}



.klm21{ width:100%; display:block; max-width:1920px; margin:auto}


.pro2 { }
.pro2 li{
	width:18%;
	float:left;
	text-align:center;
	margin-bottom:35px;
	margin-left: 2%;
box-shadow: 0px 0px 6px #999;

}


.pro2 li img{
	display:block;
	width:100%;
	height: auto;


}

.pro2 li a:hover img{opacity:0.9;filter:alpha(opacity=90)}  



.pro2 li a span{
	font-size:12px;
	color:#666;
	display:block;
	height:38px;
	line-height:38px;
	overflow:hidden;
	font-size:12px;
	background-color: #EAEAEA; display:block
}
.pro2 li a:hover span{
	color: #0194dc;
}
.left1{
	display: block;
	float: left;
}



.jan00{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}


.tpp1{ margin-top:66px}


.jan01{
	font-size: 31px;
	line-height: 38px;
	color: #000;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
}

.jan02{
 display:block; width:103%; margin-top:28px
}

.jan02 a{
	display:block;
	width: 22.2%;
	margin-right: 2.5%;
	border: 1px solid #DFDFDF; float:left
}
.jan02 a i {
	display:block;
	width: 100%; overflow:hidden

}

.jan02 a i img{
	display:block;
	width: 100%;cursor: pointer; 
transition: all 1.2s;

}
.jan02 a:hover img{
	display:block;
transform: scale(1.1);

}

.jan02 a span{
	display:block;
	width: 90%; margin-left:auto; margin-right:auto

}

.jan02 a em{
	display:block;
	font-size: 21px;
	color: #333;
	height: 21px;
	margin-top: 15px;
	margin-bottom: 15px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}
.jan02 a ins{
	display:block;
	text-decoration: none;
	line-height: 18px;
	font-size: 13px;
	color: #777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:2;overflow: hidden;
}

.jan02 a p{
	display:block;
	color:#3a6ac7;
	margin-top: 20px;
}

.jan02 a:hover p{
	text-decoration: underline;
}




#pro {
	width: 1324px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;

}

#pro_con {

	overflow:hidden;
	
}
#pro_con .LeftBotton {
	height:230px;
	width:30px;
	float:left;
	cursor:pointer;
	background-image: url(b8.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .RightBotton {
	height:230px;
	width:30px;
	float:right;
	cursor:pointer;
	background-image: url(b9.png);
	background-repeat: no-repeat;
	background-position: 0px center;
}
#pro_con .Cont {
	width:1236px;
	overflow:hidden;
	float:left;
	margin-left: 14px; margin-right:14px
}
#pro_con .ScrCont{width:10000000px; padding:0; float:left;}
#pro_con #List1, #pro_con #List2 {float:left; padding:0px; margin:0px;}
#pro_con .Cont li {
	float:left;
	width: 303px;
	margin-right: 3px;
	margin-left:3px;
	list-style:none;
	background-color: #fff; height:270px
}



#pro_con .Cont li a p{
	line-height: 48px;
	display: block;
	height: 48px;
	text-align: center;
	font-size: 16px;
	color:#444;
	overflow:hidden;

}


#pro_con .Cont li a:hover p{
	color: #FFF;
	background-color: #0054a6;
}





#pro_con img {
	height: 235px;
	width: 303px; display:block;
}


.jan03{
	background-color: #02a9e0;
	margin-top: 26px;
	color: #FFF;
}

.jan03z{
	display: block;
	float: left;
	width: 47.5%;
	padding-top: 39px;
	padding-right: 20%;
	padding-left: 3.5%;
	font-size: 15px;
	line-height: 26px;
}
.jan03z em{
	font-family: "思源黑体 CN Medium";
	font-size: 40px;
	line-height: 44px; margin-bottom:28px; display:block
}

.jan03z a{ color:#FFF; margin-left:20px
	
}



.jan03r{
	display: block;
	float: right;
	width: 28.5%;

}

.jan03r img{
	display: block;
	width: 100%;

}

.jan04{ display:block; margin-left:auto; margin-right:auto; padding-top:15px; padding-bottom:25px}

.jan04k{
	display:block;
	font-size: 16px;
	color: #000;
	text-align: center;
}

.jan04k a{
	display:block;
	margin-left:auto;
	margin-right:auto;
	height: 25px;
	background-image: url(jan7.jpg);
	background-repeat: no-repeat;
	background-position: left 3px;
	width: 210px;
	padding-top:15px;
	line-height: 21px;
	color: #0047ba;
	padding-left: 24px;
}

.jan04k a:hover{
	text-decoration: underline;
}




.foott{
	width: 100%;
	font-size:14px;
	background-color: #f1f1f1;
	color: #7f7e7e;
	margin-top: 50px;
	padding-top: 50px;

}



.footta{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	line-height:20px;
}

.footta2{
	width:300px;
	float:right;
	display:block;
	line-height:25px;
	padding-top:14px;
	background-image: url(ewm.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 230px;
}

.jinnn{
	width: 130px;
	display:block;
	font-size:16px;
	line-height: 42px;
	height: 42px;
	display:block;
	color: #015ba5;
	padding-bottom:20px;
	text-transform: uppercase;
}

.jinnn a{
	color: #015ba5;
}


.footta2 em {
 color:#7f7e7e; display:block; font-size:13px; line-height:21px; margin-bottom:12px

}
.footta2 em b{
	font-weight: bold; color:#333

}


.foottb{
	width:550px;
	float:left;
}

.foottb dl{
	float: left;
	width: 170px;
	margin-right: 20px;
}
.foottb a{
color:#7f7e7e; 
}
.foottb a:hover{
	color:#015ba5
}


.foottb dl dt{
	width: 175px;
	display:block;
	font-size:18px;
	line-height: 42px;
	color: #7f7e7e;
	height: 42px;
	margin-bottom: 18px;
	text-transform: uppercase;
}





.foottb dl dt a{
	color:#1a5c93;
font-size:18px
}


.foottb dl dd {
	display:block;
	line-height: 20px;
	padding-bottom:20px;
	margin-left:0px;
	font-size:14px;
	color:#666;
}

.foottd{
	line-height: 45px;
	height: 45px;
	width: 100%;
	margin-top:40px;
	font-size:14px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cecece;
}
.foottd1{
	width: 1200px;
	margin-right: auto;
	margin-left: auto;


}

.foottd2{
	float:left;
	color: #555;
}

.foottd3{ float: right; width:300px; text-align:right}


.foottd3 a{ color:#999; margin-left:30px}



.jan05{
	width: 1700px;
}

.jan05 a{
	width:19.4%;
	display: block;
	float: left;
	margin-right: 5.4%;border-bottom-style:solid; border-bottom-color:#f1f1f1; border-bottom-width:1px
}
.jan05 a p{
	display: block; height:auto;margin-top: 28px;
	margin-bottom:20px; overflow:hidden
}


.jan05 a p img{
	display: block;
	width:100%;height:auto; cursor: pointer; 
transition: all 1.2s; 
	
}

.jan05 a:hover p img{transform: scale(1.18); }
.jan05 a em{
	display: block;
	line-height: 18px;
	height: 18px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	font-size: 16px;
	color: #333;
}
.jan05 a i{
	display: block;
	line-height: 30px;
	font-size: 13px;
	color: #AAA;
}


.jan06{
	display: block;
	margin-right: auto;
	margin-left: auto;
	padding-top: 38px;
	padding-bottom: 13px;
}

.proList4 { }
.proList4 li{
	width:45.5%;
	float:left;
	margin-bottom:35px;
	margin-left: 2%;
	margin-right:1.5%;
	border: 1px solid #CACACA;
	padding-bottom: 20px;
}
.proList4 li i{
	display:block;
	width:100%; overflow:hidden

	
}

.proList4 li img{
	display:block;
	width:100%;
	height: auto; cursor: pointer; transition: all 1.2s;


}

.proList4 li a:hover img{filter:alpha(opacity=90);transform: scale(1.15);}  



.proList4 li a span{
	margin-top: 9px;
	padding-right: 15px;
	padding-left: 15px;
	display:block;
	font-size: 18px;
	color: #444;
}
.proList4 li a span p{

	font-size: 18px;
	color: #444;
		line-height: 24px;
	height: 24px;
display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;  

}
.proList4 li a span ins{
	margin-top: 9px;
	display:block;
	font-size: 14px;
	color: #888;
	line-height: 18px;
	height: 18px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp:1;
	overflow: hidden;
	margin-bottom:14px;
	text-decoration: none;
}

.proList4 li a span em{
	display:block;
	font-size: 16px;
	color: #0146bb; 
}
.proList4 li a:hover span em{
	text-decoration: underline;
}



.yw18{
	font-size: 23px;
	line-height: 48px;
	color: #000;
	display: block;
	padding-top: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DBDBDB;
	margin-bottom: 25px; padding-left:11px
}



.yw20{ float:left}

.pt-3{
	font-size: 16px;
	font-weight: normal;
}
.section-about-impro{ max-height:380px; overflow:hidden}


.yjjx1{
	font-size: 18px;
	line-height: 33px;
	color: #FFF;
	height: 33px;
	margin-top: 60px;
	margin-bottom: 40px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
}
.yjjx1 em{
	width:120px;
	background-color: #0047bb;
	display: block;
	height: 33px;
	text-align: center;
}


.yjjx3{
	width:260px;
	display:block;
	float:left;
	font-size: 13px;
	line-height: 25px;
	color: #666;
	margin-right: 70px;
}	

.yjjx3i{
	display:block;

	padding-bottom: 20px; max-width:220px
}	




.yjjx4{
	display: block;
	background-image: url(jan6.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 470px;
}

.yjjx5{
	display: block;
	margin-left:auto;
	margin-right:auto;
	padding-top:70px;
	height: 440px;
	width: 700px;
}
.mb-4{}



.yjjx6{
	display: block;
	float: left;
	width: 350px;
	margin-left: 130px;
}

.yjjx6 img{
	display: block; width:11%;
	float: left;
	margin-right:10%;
	margin-left:10%; padding-top:29px
}


.yjjx7{
	width:74%;
	margin-right: auto;
	margin-left: auto;
}


.yjjx7 img{
	display:block;
	float:left;
	width: 11%;display:block; float:left; margin-top:10px; margin-bottom:10px; margin-left:11%; margin-right:11%; max-width:42px
}

#yjjx8{
	float: right; width:77px
}


.trus01{
	background-image: url(nyy.jpg);
	background-repeat: no-repeat;
	height:300px;
	background-position: center center;
}

.trus02{
	display:block;
	float:left;
	margin-right:15px;
	margin-top: 7px;
}

.nydh{
	color: #333; margin-top:20px
}

.nydh a{
	color: #333;
}

.nydh a:hover{
	color: #2d68b0;
}

.trus03{
	display:block; margin-top:50px; text-align:center

}
.trus03 span{
	display:block;
	font-size: 37px;
	line-height: 45px;
	color: #444;
}

.trus03 i{
	display:block;
	font-size: 14px;
	line-height:20px;
	color: #939393;
	padding-top:9px
}
.trus03 em{
	display:block;
	background-color: #1596d5;
	height: 3px;
	width: 60px;
	margin-top: 14px;
	margin-right: auto;
	margin-left: auto;
}

.trus05{
	width: 1080px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	box-shadow: 0px 0px 15px #ededed;
	margin-top: 15px;
	color: #555;
	font-size: 17px;
	line-height: 2em;
	padding: 55px;
}


.trus06{ display:block; margin-left:auto; margin-right:auto; margin-top:25px}



.trus07{ display:block; float:left; width:900px; height:500px}

.trus08{
	display:block;
	float:left;
	width:350px;
	margin-left:50px;
	font-size:18px;
	line-height: 3em;
	padding-top: 50px;
}

.trus08 strong{
	font-size:24px;
	line-height:48px;
	text-transform: uppercase;
}





.trus09{
 display:block; width:103%; margin-top:28px
}

.trus09 a{
	display:block;
	width: 27%;
	margin-right: 6%;
	 float:left
}
.trus09 a i {
	display:block;
	width: 100%; overflow:hidden

}

.trus09 a i img{
	display:block;
	width: 100%;cursor: pointer; 
transition: all 1.2s;

}
.trus09 a:hover img{
	display:block;
transform: scale(1.1);

}

.trus09 a span{
	display:block;
	width: 90%; margin-left:auto; margin-right:auto

}

.trus09 a em{
	display:block;
	font-size: 24px;
	color: #333;
	height: 24px; line-height:24px;
	margin-top: 15px;
	margin-bottom: 15px; overflow:hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;
}
.trus09 a ins{
	display:block;
	text-decoration: none;
	line-height: 21px;
	font-size: 15px;
	color: #777;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;
}

.trus09 a p{
	display:block;
	color:#3a6ac7;
	 margin-bottom:65px
}

.trus09 a:hover p{
	text-decoration: underline;
}
.trus09 a h1{
	display:block;
	color:#999;
	margin-top: 20px;
	font-size:14px;
	font-weight: normal;
}

.trus10{ max-width:250px; display:block; margin-left:auto; margin-right:auto; margin-bottom:15px}












.trus011{
 display:block; width:103%; margin-top:40px
}

.trus011 a{
	display:block;
	width: 20%;
	margin-right:2.2%; margin-left:2.2%;
	float:left;
	border: 1px solid #EBEBEB; margin-bottom:50px
}
.trus011 a i {
	display:block;
	width: 100%; overflow:hidden

}

.trus011 a i img{
	display:block;
	width: 100%;cursor: pointer; 
transition: all 1.2s;

}
.trus011 a:hover img{
	display:block;
transform: scale(1.1);

}

.trus011 a span{
	display:block;
	width: 94%; margin-left:auto; margin-right:auto;

}

.trus011 a em{
	display:block;
	font-size: 15px;
	color: #333;
	height: 40px;
	line-height:20px;
	margin-top: 15px;
	margin-bottom: 15px;
	overflow:hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-align: center;
}

.trus15{ display:block; margin-left:auto; margin-right:auto; margin-bottom:15px}

.trus16{justify-content: center;display: flex; margin-top:30px; margin-bottom:40px}

.trus16 a{
	display: block;
	float: left;
	margin-right: 24px;
	margin-left: 24px;
	padding-bottom: 6px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #390;
	font-size:16px;
	line-height: 18px;
}

.trus17 li{
	background-image: url(z3.jpg);
	background-repeat: no-repeat;
	background-position: left 11px;
	display: block;
	padding-left: 16px;
}



.trus18{justify-content: center;display: flex;} 
.trus18 a{
	display:block;
	margin-left:15px;
	margin-right:15px;
	font-size: 24px;
	line-height: 32px;
	float:left;
	background-color: #666;
	height: 32px;
	width: 32px;
	color: #FFF;
	text-align: center;border-radius:16px ;
}

.trus18 a:hover{

	background-color: #209f43;

}


#pg111{background-color: #fff;border-radius:0px ;}

#pg222{background-color: #209f43;}




.rq01{
	background-image: url(about.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 500px;
	margin-top: 80px;
	color: #FFF;
	padding-top: 100px; 
}


	
.rq02 {
	display: block;
	width: 670px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 530px;
	font-size: 18px;
	line-height: 2em;
	color: #FFF;

}

.rq02 p{
	display:block;
	font-size: 45px;
	line-height: 45px;
	font-weight: bold;
	letter-spacing: 4px;
	margin: 0px;
}

.rq02 span{
	display:block;
	width: 590px;
	padding-top: 25px; line-height:26px; font-size:16px
	
}

.rq03mor{
	line-height: 34px;
	color: #155092;
	height: 36px;
	width: 140px;
	margin-top: 20px;
	background-color: #FFF;
	font-size: 16px;
	text-align: center;
	display: block;
}


.rq04{
	background-image: url(kh.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 530px;
	 margin-top:30px

}

.rq05{
	background-image: url(zs.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 580px;
	margin-top: 30px;

	margin-right: auto;
	margin-left: auto; display:block
}
.rq06{
	display: block;
	float: right;
	max-width:680px
}




.rq07{
 display:block; width:103%; margin-top:28px
}

.rq07 a{
	display:block;
	width: 29%;
	margin-right: 4%;
	float:left;
	margin-bottom: 35px;
}
.rq07 a i {
	display:block;
	width: 100%; overflow:hidden

}

.rq07 a i img{
	display:block;
	width: 100%;cursor: pointer; 
transition: all 1.2s;

}
.rq07 a:hover img{
	display:block;
transform: scale(1.1);

}

.rq07 a em{
	display:block;
	width: 90%;
	margin-left:auto;
	margin-right:auto;
	color: #000;
	text-align: center;
	margin-top: 10px;
}


.rq08{
	font-size: 26px;
	line-height: 2em;
	display: block;
	color: #000;
	text-align: center;
}


.cx01{
	display: block;
	float: left;
	margin-top: 41px;
	width: 235px;
	margin-left: 70px;
}
.cx01 a{
	display:block;
	width:85px;
	background-image: url(cn.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 15px;
	line-height: 16px;
	padding-left: 31px;
	float:left;
	font-size: 16px;
}
