/* 公共样式表css */
html, body {
	color: #333;
	margin: 0;
	height: 100%;
	font-family:"Myriad Set Pro", "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: normal;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	border: 0;
}
body {
	background: #fff;
	color: #3e3e3e;
}
html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
	color: #08acee;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
button {
	outline: 0;
}
img {
	border: 0;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
	outline: none;
}
li {
	list-style: none;
}
a {
	color: #666;
}

.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
}
/* 必要布局样式css */
.header-nav {
	position: relative;
	background: #fff;
	width: 100%;
}
.header-content {
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
}
.header-logo {
	float: left;
	margin-right: 60px;
}
.header-logo a {
	display: block;
	padding: 18px 0;
	color: #2300ff;
	text-decoration: none;
}
.header-logo a img {
	height: 75px;
	display: block;
	border: none;
}
.header-nav-list {
	float: left;
	margin-right: 45px;
	margin-top: 24px;
}
.header-nav-list ul {
	float: left;
}
.header-nav-list ul li {
	position: relative;
	display: block;
	float: left;
	    margin: 18px 20px;
    height: 40px;
}
.header-nav-list ul li.cur{
	border-bottom:2px solid #000;
}

.header-nav-list ul li a {
	color: #000;
	font-size: 18px;
/*	padding: 18px 25px;
 	line-height: 75px;*/
	background: none;
	position: relative;
	display: block;
	font-family: "Noto Sans SC";
    font-weight: 500;
}
/* 引入外部字体 */

.header-nav-list ul li a:hover {
	color: #000;
}
.header-nav-list ul li .cur {
	color: #000;
}
.icon-dow {
	width: 13px;
	height: 13px;
	background-size: 13px;
	font-size: 12px;
	margin-left: 2px;
	position: relative;
	top: 0px;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-image: url("../images/ic1.png");
}
.aui-dow-box {
	position: absolute;
	top: 200%;
	left: 50%;
	width: 140px;
	padding: 30px 0;
	background-color: #ffffff;
	visibility: hidden;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.aui-dow-box-list {
	width:500px;
	left: 250px;
	height:290px;
	padding: 20px 10px 20px 10px;
	z-index: 999999
}
.drop-down:hover .aui-dow-box-list {
	top: 100%;
	visibility: visible;
	opacity: 1;
	filter: alpha(opacity=100);
}
.aui-down-menu {
	padding: 0 24px;
	width: auto;
	float: none;
	display: block;
	margin-bottom: 10px;
}
.aui-down-menu-title {
	padding-bottom: 10px;
	color: #313131;
	font-size: 18px;
	line-height: 1;
	border-bottom: 0;
	margin-bottom: 0;
}
.aui-down-menu-list-title i {
	float: left;
	margin-right: 5px;
	width: 15px;
	height: 15px;
	display: block;
	background-size: 15px;
	background-repeat: no-repeat;
	margin-top: 1px;
}
.aui-down-menu-list {
	float: left;
	font-size: 0;
}
.aui-down-menu-list-item {
	display: inline-block;
	margin-bottom: 30px;
	width: 143px;
	line-height: 1;
	padding-top: 0;
}
.aui-top-border {
	border-top: 1px solid #f5f5f5;
}
.header-nav-list ul .aui-down-menu-list-item a {
	padding: 0;
	line-height: inherit;
}
.aui-down-menu-list-title {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}
.aui-down-menu-list-text {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
	color: #919191;
	font-size: 14px;
	letter-spacing: 1px;
	line-height:200%
}
.aui-down-menu-list-title:hover {
	color: #2300ff;
}
.header-nav-list ul li a:hover .icon-dow {
	background-image: url(../images/ic2.png);
}
.aui-about-dow {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 110%;
	min-width: 170px;
	background: #fff;
	border-radius: 2px;
	z-index: 99;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
}
.drop-down:hover .aui-about-dow {
	top: 100%;
	opacity: 1;
	visibility: visible;
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	-o-transition: all 0.25s ease-in-out;
	filter: alpha(opacity=100);
}
.header-nav-list .aui-about-dow li a {
	padding: 0;
	line-height: inherit;
	display: block;
	padding: 8px 0 8px 15px;
	color: #313131;
	font-size: 16px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 14px;
	color: #000;
}
.header-nav-list .aui-about-dow li a:hover {
	color: #2300ff;
}
.header-nav-list .aui-about-dow li {
	width: 100px;
}
.header-nav-right {
    float: left !important;
    padding: 35px 0 35px;
    line-height: 40px;
    width: 120px;
    position: relative;
}
.head-tel{
	color: #000;
    float: right !important;
    padding: 33px 0 35px;
}

.form-group {
    float: left;
    margin-bottom: 0;
}
.form-control {
    float: left;
    margin-left: 5px;
}
.form-group input {
    width: calc(100%);
	outline-color:red;
}
.form-group input:focus {
	 color: #ed1941;
	 border: 1px solid #000;
}
.form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.btn {
	position: absolute;
    display: inline-block;
    padding: 7px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background: none;
    border: 1px solid transparent;
    border-radius: 4px;
    right: 3px;
}
@font-face {
  font-family: 'iconfont';
  src: url('../ico/iconfont.ttf?t=1629859687042') format('truetype');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color:#88898a;
}

/*Banner star*/
.banner .swiper-slide {
	background: no-repeat center / cover;
	height: 673px;
}
.banner .swiper-slide img {
	display: block;
	width: 100%;
	height: auto;
}


#Co{
    height: 800px;
    background: url(../images/qiye_bg.jpg) no-repeat center center;
    position: relative;
	margin:80px 0 10px;
	}
#Co .qiye{
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	height:800px;
	padding:50px 0;
	}
#Co .qiye h3{
	font-size:40px;
	letter-spacing:6px;
	}
#Co .qiye span{
	font-size:24px;
	}
#Co .qiye p{
    font-size: 20px;
    width: 520px;
    position: absolute;
    top: 230px;
    right: 0px;
	font-family: "Noto Sans SC";
    font-weight: 400;
    line-height: 200%;
    table-layout: fixed;   /*文字避首尾 -- 防止撑开*/
    word-wrap: break-word; /*英文单字因自动换行*/
    word-break: normal;    /*正常避头尾 */
    text-align:justify;    /*文字左右对齐*/
    text-justify: inter-ideograph;  /*用表意文本来排齐内容*/
	}
#Co .qiye a{
    font-size:20px;
    width: 165px;
	height:35px;
	padding:0 20px;
	line-height:35px;
    position: absolute;
    bottom: 365px;
    right: 355px;
	color:#3e3e3e;
	border:1px solid #3e3e3e;
	border-radius:20px;
	}
#Co .qiye a:hover{
	color:#fff;
	border:1px solid #fff;
	background:#000;
	}

#Coo{
    height: 700px;
    background: url(../images/qiyeye_bg.jpg) no-repeat center center;
    position: relative;
	margin:10px 0;
	}
#Coo .qiyeye{
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	height:800px;
	padding:50px 0;
	}
#Coo .qiyeye h3{
	font-size:40px;
	letter-spacing:6px;
	}
#Coo .qiyeye span{
	font-size:24px;
	}


#Coo .qiyeye a:hover{
	color:#fff;
	border:1px solid #fff;
	background:#000;
	}	
	




#Pd{
    height: 800px;
    background:#f2f2f2;
    position: relative;
	margin:80px 0;
	}	
#Pd .chanpin{
	max-width: 1200px;
	margin:0 auto;
	position: relative;
	height:800px;
	padding:50px 0;
	}
#Pd .chanpin h3{
	font-size:40px;
	letter-spacing:8px;
	}
#Pd .chanpin p{
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 50px;
    display:inline-block;
	}	
#Pd .chanpin .dd{
    font-size: 32px;
	}	
#Pd .chanpin .jj{
    border: 1px solid #fff;
    width:120px;
    border-radius:20px;	
}
#Pd .chanpin .jj a{

    color: #fff;
    display: block;
    text-align: center;

}

.case_item{display:block;width:570px;height:470px;margin-right:60px;float:left;transition:all 0.3s ease-out;cursor:pointer}
.case_item:hover{transition:all 0.3s ease-out;box-shadow:0 0 10px rgba(0,0,0,.3)}
.case_item:nth-child(2){margin-right:0%}
.case_item .case_img{position:relative;overflow:hidden;height:470px}
.case_item .imgs{transition:all 0.3s ease-out}
.case_item:hover .imgs{transform:scale(1.1);transition:all 0.3s ease-out}
.case_item .case_img .case_pop{position:absolute;z-index:2;left:0;top:0;width:100%;height:100%;/*opacity:0;background:rgba(21,35,124,.7);transition:all 0.3s ease-out*/}
.case_item:hover .case_pop{opacity:1;transition:all 0.3s ease-out}
.case_item .case_img .case_pop p{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}
.case_item .case_img .case_pop p span{font-size:14px;color:white;vertical-align:middle;display:inline-block}
.case_item .case_img .case_pop p img{display:inline-block;width:25px;vertical-align:middle}
.case_item .case_inner{padding:20px}
.case_item .case_inner p{font-size:16px;color:#949494;margin-bottom:6px;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.case_item .case_inner font{font-size:20px;color:#15237c;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}




#New .xinwen{
	max-width:1200px;
	margin:0 auto;
	position: relative;
	height:650px;
	}
#New .xinwen h3{
	font-size:40px;
	letter-spacing:10px;
	}
#New .xinwen span{
	font-size:24px;
	}
.web-news{
	margin:50px 0;
	}
	
.web-news li {
    float: left;
    width: 46%;
	margin-left: 4%;
}

.chan .swiper-slide a:hover{

	border-color: #009a44;
	box-shadow: 0 0 40px rgba(0,0,0,0.2);
	color: #000;
	opacity:0.5;
	
}

.web-news li:nth-child(1){
	    width: 50%;
		margin-left:0;
	}

.web-news li a {
    display: block;
    border: 1px solid #eee;
    background-color: #fff;
    margin-top: 20px;
    overflow: hidden;
}

.web-news li a:hover {
	border-color: #0f437f;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	color: #000;
}
.web-news li .img-center {
    overflow: hidden;
    height: 290px;
    line-height: 290px;
    text-align: center;
    width:100%;
}
.web-news li .img-center img {
	width:100%;
	height:100%;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.web-news li a:hover .img-center img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.web-news li .date {
    float: right;
    width: 110px;
    color: #666;
    padding: 26px 0;
    text-align: center;
    border-left: 1px solid #eee;
    line-height: 1;
}
.web-news li .date strong {
    display: block;
    font-size: 50px;
    color: #efcd55;
 
    margin-bottom: 6px;
}
.web-news li .info {
    margin-right: 110px;
    padding: 20px;
}
.web-news li .info h4 {
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}
.web-news li .info p {
    color: #888;
    margin: 10px 0 0;
    overflow: hidden;
    line-height: 1.8;
    height: 50px;
}

/* footer str*/
.footer {
	width: 100%;
	padding-bottom: 0;
	background: #898989;
	color: #fff;
}
.footer .b_main .lx h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 20px;
	color: #fff;
}
.footer .b_main  hr{
	width: 15px;
    height: 4px;
    background: #efcd55;
    border: none;
	margin:0 0 0 33px;
}


.footer .b_main .bnav {
	padding: 0 15px;
	height: 210px;

}

.footer .b_main  .bnav h3 {
	margin-bottom: 10px;
	font-size: 22px;
	line-height: 20px;
	color: #fff;
	margin-left: 20px;
}
.footer .b_main .bnav  hr{

	margin:0 0 0 53px;
}

.footer .b_main .bnav dl dt a {
	display: block;
	font-size: 18px;
	color: #fff;
	line-height: 18px;
}
.footer .b_main .bnav dl dd a {
	display: block;
	font-size: 14px;
	color:#d9d7d7;
	line-height: 14px;
}
.footer .b_main .ewm dl dd {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
}
.footer .bq_main {
	background: #0f437f;
	line-height: 8px;
	color: #fff;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}
.footer .bq_main a {
	color: #fff;
}

.footer .w {
	width: 1200px;
	margin: 0 auto;
}
.footer .b_main {
	padding: 50px 0 40px 0;
}
.footer .b_main .lx {
	width: 450px;
}
.footer .b_main .lx p {
	line-height: 40px;
	font-size: 16px;
}
.footer .b_main .lx p.p {
	font-size: 16px;
	line-height: 40px;
}
.footer .b_main .lx p.tel {
	font-size: 16px;
	line-height: 40px;
}
.footer .b_main .bnav dl {
	display: inline-block;
	float: left;
	width: 123px;
	text-align: center;
	margin-top: 10px;
}
.footer .b_main .bnav dl dt {
	height: 16px;
	display: block;
	padding-bottom:35px;
}
.footer .b_main .bnav dl dd {
	display: block;
	height: 14px;
	padding-bottom: 30px;
}
.footer .b_main .ewm {
	text-align: center;
	padding-left: 50px;
}
.footer .b_main .ewm dl {
	float: left;
	display: block;
}
.footer .b_main .ewm dl:nth-child(2) {
	margin-right: 0px;
}
.footer .b_main .ewm dl:first-child+dl {
	margin-right: 0px;
}
.footer .b_main .ewm dl dt {
	width: 175px;
	height: 175px;
	text-align: center;
}
.footer .b_main .ewm dl dt img {
	width: 100%;
	height: 100%;
	display: inline-block;
}

/* footer end*/



/*介绍*/

.jianjie{
   /* height:522px;
    background: url(../images/jianshao.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.jianjie img{
	width:100%;
	height:100%;	
}

.shiming{
   /* height:522px;
    background: url(../images/shiming.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.shiming img{
	width:100%;
	height:100%;	
}

.rongyu{
   /* height:522px;
    background: url(../images/rongyu.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.rongyu img{
	width:100%;
	height:100%;	
}

.lianxi{
   /* height:522px;
    background: url(../images/lianxi.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.lianxi img{
	width:100%;
	height:100%;	
}

.shipin{
   /* height:522px;
    background: url(../images/shipin.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.shipin img{
	width:100%;
	height:100%;	
}

.chanpinzhongxin{
   /* height:522px;
    background: url(../images/shipin.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.chanpinzhongxin img{
	width:100%;
	height:100%;	
}
.xinwenzhongxin{
   /* height:522px;
    background: url(../images/shipin.jpg) no-repeat center center;
    position: relative;*/
	max-width:1920px;

}

.xinwenzhongxin img{
	width:100%;
	height:100%;	
}





.wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
	border-bottom: 1px solid #b5b5b6;;
}
.insetTitle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;

}
.insetTitle .iNav {

    display: flex;
    align-items: center;
}
.insetTitle .iNav li{
	padding-right: 50px;
}
.insetTitle .iNav a.thisclass {   
    border-bottom: 3px solid #000;
}
.insetTitle .iNav a {
    display: inline-block;
    border-left: 0;
    padding: 15px 25px;
    color: #333;
    font-size: 18px;
}



	


.he{
    height:1100px;
    background: url(../images/gk_bg.jpg) no-repeat center center;
    position: relative;
	}

.hh{
    max-width:1200px;
    height: 1100px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
	position: relative;
	color: #000;
}

.hh_1{
    width: 760px;
    position: absolute;
    top: 75px;
    left: 120px;
    line-height: 200%;
}
.hh_2{
    width: 760px;
    position: absolute;
    top: 410px;
    left: 410px;
    line-height: 220%;

}
.hh_3{
	width: 760px;
	position: absolute;
    top: 830px;
    left: 110px;
    line-height: 200%;

}


.be{
    height:569px;
    background: url(../images/gk_bg1.jpg) no-repeat center center;
    position: relative;
	}

.bb{
    max-width: 1200px;
    height: 569px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
	position: relative;
	color: #000;
}

.bb_1{
    width: 1200px;
    position: absolute;
    top: 80px;
    left:0px;
    line-height: 200%;
}


.rong{
    height:768px;
    background: url(../images/rongyu_bg.jpg) no-repeat center center;
    position: relative;
}
.yu{
	height:582px!important;
	}
.jian{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
	}
.shi{
	background:#e8e8e8;

	}	
	
.jian h3{
	font-size:36px;
	margin:50px 0;
	}
.jian1{
	width:640px;
	margin-right:60px;
	height:522px;
	}
.jian1 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.jian1 p{
	line-height:200%;
		font-family: "Noto Sans SC";
    font-weight: 400;
	}	
.jian2{
	width:500px;
	height:522px;
	float: right;
	}
.zhuan{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding: 50px 0;
	}
.zhuan h3{
	font-size:36px;
	margin:50px 0;
	}
.zhuan1{
	width:640px;
	margin-left:60px;
	height:623px;
	}
.zhuan1 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.zhuan1 p{
	line-height:200%;
	}	
.zhuan2{
	width:500px;
	height:623px;
	float: right;
	}




/*团队*/
.tt{
    height:868px;
    background: #fff;
    position: relative;
    padding-bottom:150px
}

.tt1{
	max-width: 1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
	}
.shi{
	background:#e8e8e8;
	}	
	
.tt1 h3{
	font-size:36px;
	margin:50px 0;
	}
.tt2{
	margin-right:60px;
	}
.tt2 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.tt2 p{
	line-height:200%;
	font-family: "Noto Sans SC";
    font-weight: 400;
     margin-bottom: 30px;
	}	

.dd{	
	margin:0 auto;
	overflow:hidden;
	max-width: 1200px;

	}
.dd h3{
	font-size:36px;
	margin:130px 0 50px;
	}
.dd1{
	width:640px;
	margin-left:110px;
	height:570px;
	}
.dd1 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.dd1 p{
	line-height:220%;
	}	
.dd2{
	width:401px;
	height:570px;

	}
.td{
	max-width: 1200px;
	overflow: hidden;
}
.td li{
	float: left;	  
    display: inline-block;
    width: 383px;
    height: 560px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.td li:nth-child(3),.td li:nth-child(6),.td li:nth-child(9){
    margin-right:0;
}
.td li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    color: #FFF;

}
.td li a img{
	
	width: 383px!important;
}
.td li a p {
    display: block;
    width: 100%;
    height: 280px;
    background-color: #0e427e;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    text-align: left;
    color: #fff;
    padding: 30px 0 0 30px;
}
.td li a p span {
    font-size: 16px;
    margin:20px 30px 0 0;
    display: inline-block;
    text-align: left;
    line-height: 250%
}




/*产品*/
.cp{
    height:900px;
    background: #fff;
    position: relative;
    padding-bottom:50px
}

.cp1{
	max-width: 1200px;
	margin:0 auto;
	overflow:hidden;
	padding-top: 40px;
	}
	
	
.cp1 h3{
	font-size:36px;
	margin:50px 0;
	}
.cp2{
	margin-right:60px;
	}
.cp2 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.cp2 p{
	line-height:200%;
	font-family: "Noto Sans SC";
    font-weight: 400;
    margin-bottom: 30px;
	}


.cc{	
	margin:0 auto;
	overflow:hidden;
	max-width: 1200px;
    padding: 50px 0;
	}
.cc h3{
	font-size:36px;
	margin:130px 0 50px;
	}
.cc1{
	width:510px;
	margin-right:60px;
	height:480px;
	}
.cc1 h5{
	font-size:26px;
	text-align:center;
	font-weight: normal;
	margin-bottom:30px;
	}
.cc1 p{
	line-height:220%;
	}	
.cc2{
	width:626px;
	height:464px;

	}
.cp3{
	max-width: 1200px;
}
.cp3 li{
	float: left;	  
    display: inline-block;
    width: 580px;
    height: 560px;
    margin-right: 32px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
}
.cp3 li:nth-child(2){
    margin-right:0;
}
.cp3 li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    color: #FFF;

}
.cp3 li img{
	width:580px!important;
	height:280px!important;
}
.cp3 li a p {
    display: block;
    width: 100%;
    height: 280px;
    background-color: #0e427e;
    position: relative;
    font-size: 26px;
    text-align: left;
    color: #fff;
    padding: 50px;
    color: #b0753b;
}
.cp3 li a p span {
    font-size: 16px;
    margin:20px 0px 30px;
    display: inline-block;
    text-align: left;
    line-height: 250%;
    color: #fff;
}

/*内容*/
.rog1{
    height:667px;
    background: url(../images/nn1.jpg) no-repeat center center;
    position: relative;
}
.rog2{
    height:670px;
    background: url(../images/nn2.jpg) no-repeat center center;
    position: relative;
}
.rog3{
    height:670px;
    background: url(../images/nn3.jpg) no-repeat center center;
    position: relative;
}
.rog4{
    height:670px;
    background: url(../images/nn4.jpg) no-repeat center center;
    position: relative;
}
.rog5{
    height:670px;
    background: url(../images/nn5.jpg) no-repeat center center;
    position: relative;
}
.rog6{
    height:670px;
    background: url(../images/nn6.jpg) no-repeat center center;
    position: relative;
}
.rog7{
    height:670px;
    background: url(../images/nn7.jpg) no-repeat center center;
    position: relative;
}
.ro1,.ro2,.ro3,.ro4,.ro5,.ro6,.ro7{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.ro1 h3{
    font-size: 36px;
    margin: 50px 0;
}

.ro1 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.ro1 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}
.ro2 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 60px
}
.ro2 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.ro3 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.ro3 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}


.ro4 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 60px
}
.ro4 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.ro5 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.ro5 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}

.ro6 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 60px
}
.ro6 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.ro7 p span {
	display: block;
	font-size: 20px;
	padding-top: 180px;
	font-weight: 600;
}
.ro7 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 500px;    
    margin-bottom: 30px;
}

/*优势*/
.ys1{
    height:667px;
    background: url(../images/yy1.jpg) no-repeat center center;
    position: relative;
}
.ys2{
    height:670px;
    background: url(../images/yy2.jpg) no-repeat center center;
    position: relative;
}
.ys3{
    height:670px;
    background: url(../images/yy3.jpg) no-repeat center center;
    position: relative;
}
.ys4{
    height:670px;
    background: url(../images/yy4.jpg) no-repeat center center;
    position: relative;
}
.ys5{
    height:670px;
    background: url(../images/yy5.jpg) no-repeat center center;
    position: relative;
}

.yy1,.yy2,.yy3,.yy4,.yy5{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.yy1 h3{
    font-size: 36px;
    margin: 50px 0;
}

.yy1 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.yy1 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}
.yy2 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 60px
}
.yy2 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.yy3 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.yy3 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}


.yy4 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 60px
}
.yy4 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.yy5 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.yy5 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
}




.ww1{
	max-width: 1200px;
	margin: 0 auto 50px;
	position: relative;
	overflow: hidden;
}
.w1 h3{
    font-size: 36px;
    margin: 50px 0;
}

    .w1 dl:nth-child(1){
       width: 450px;
    }
    .w1 dl:nth-child(2){
       width: 450px;
    }
    .w1 dl:nth-child(3){
       width: 300px;
    }
 
.w1 dl{
	width: 400px;
	float: left;
}
.w1 dl dt{
	font-weight: bolder;
	font-size: 22px;
	line-height: 200%;
}
.w1 dl dd{
	line-height: 250%;
	font-size: 18px;
}

.ww2{
    /* height:670px; */
    /* background: url(../images/ww1.jpg) no-repeat center center;*/
    position: relative;
 }
.ww3{
    height:296px;
   /*  background: url(../images/ww2.jpg) no-repeat center center; */
    position: relative;
	}



.l1{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.l1 h3{
    font-size: 36px;
    margin: 50px 0;
}
.l2{
    height:980px;
    background: url(../images/liucheng.jpg) no-repeat center center;
    position: relative;
	}


/*内容*/
.te1{
    height:670px;
    background: url(../images/te1.jpg) no-repeat center center;
    position: relative;
}
.te2{
    height:670px;
    background: url(../images/te2.jpg) no-repeat center center;
    position: relative;
}
.te3{
    height:660px;
    background: url(../images/te3.jpg) no-repeat center center;
    position: relative;
}

.t1,.t2,.t3{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.t1 h3{
    font-size: 36px;
    margin: 50px 0;
}

.t1 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.t1 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
}
.t2 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 550px;    
    margin-bottom: 30px;
    color: #fff;
   float: right;
   padding-top: 160px
}
.t2 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}

.t3 p span {
	display: block;
	font-size: 20px;
	padding-top: 80px;
	font-weight: 600;
}
.t3 p {
    line-height: 300%;
    font-family: "Noto Sans SC";
    width: 600px;    
    margin-bottom: 30px;
    padding-top: 160px
}


/*团队*/
.zz{
    background: #fff;
    position: relative;
    overflow:hidden;
}

.zz1{
	max-width: 1200px;
	margin:0 auto;
	overflow:hidden;
	padding: 40px 0;
	}


 .jiahao{
    position: absolute;
    bottom: 100px;

 }
 .jiahao dl{
 	width:400px;
 	float: left;
 	text-align: center;
 }
.jiahao dl dt{
 	font-size: 100px;
 	font-weight: bolder;
 	color: #0f437f;
 }
 .jiahao dl dt span{
 	font-size:50px!important;
 	color: #0f437f;
 	position: absolute;
 	bottom: 120px;
 }
.jiahao dl dd{
 	font-size: 20px;
 	color: #3e3e3e;
 	font-weight: bold;
 }

.zx{
	max-width: 1200px;
	overflow: hidden;
}
.zx li{
	float: left;	  
    display: inline-block;
    width: 380px;
    height: 450px;
    margin-right: 25px;
    background-repeat: no-repeat;
    background-position: left top;
    position: relative;
    margin-bottom: 30px;
}

.zx li a {display: block;padding: 10px;background-color: #fff;transition: all 0.5s;}
.zx li a:hover {color: #fff;background-color: #0f437f;}
.zx li a:hover span{
color: #fff;	
}
.zx li a:hover small{
color: #fff;
	
}
.zx li a:hover img{
    transform: scale(1.1);
}
.img-cover {overflow: hidden;position: relative;}

.zx li a:hover p{
color: #fff;	
}
.zx li a img {
    width: 100%;
    transition: all 0.5s;
    border-bottom: 2px solid #bfbfbf;
}


.zx li:nth-child(3),.zx li:nth-child(6),.zx li:nth-child(9){
    margin-right:0;
}
.zx li a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    color: #bcbcbc;


}
small{
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 10px;
    font-size: 16px;
}
.zx li a p {
    display: block;
    width: 100%;
    height: 160px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 18px;
    color: #3e3e3e;
    text-align: left;
    padding: 30px 10px 10px;
}
.zx li a p span {
    font-size: 16px;
    margin:5px 0;
    display: inline-block;
    text-align: left;
    line-height: 200%;
    color: #919191;
}












.lian{
	max-width:1200px;
	margin:0 auto;
	overflow:hidden;
	padding:50px 0;
	}
.contact-right {
    float: right;
    width: 570px;
}
.contact-right .item h4 {
    margin:35px 0 5px;
    font-size: 24px;
}
.contact-right .item .text {
    color: #666;
    margin-top: 24px;
    line-height: 2;
		font-family: "Noto Sans SC";
    font-weight: 400;
}
.contact-right .item .text h5 {
    color: #C01;
    margin: 0;
    font-size: 16px;
}
.contact-left {
    float: left;
    width: 560px;
}

/* 新闻列表 */
.news_banner {
	width: 100%;
	height: 522px;
	background: url(../images/news_brand.jpg) no-repeat center top/1920px 522px;
	overflow: hidden;
}
.news_banner .qiye {
	max-width:1200px;
	margin:0 auto;
}

.news_banner .qiye .news_title {
	margin-left: 60px;
	margin-top: 140px;
}

.news_banner .qiye h3{
	font-size: 74px;
	font-weight: 500;
	color: #fff;
	text-shadow: 5px 10px 10px #000000;
}

.news_banner .qiye p {
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 4px 5px #000000;
}

.news_lists {
	margin-top: 80px;
}
.news_lists .qiye {
	max-width:1200px;
	margin:0 auto;
}

.news_lists .qiye ul.new li {
	height: 180px;
	border-bottom: 1px solid #ccc;
}
.news_lists .qiye ul.new li a {
	display: block;
	height: 170px;
}

.new_thumb {
	display: block;
	float: left;
	margin-left: 10px;
	margin-top: 10px;
	box-shadow: 3px 3px 5px #ccc;
	transition: all .5s;
}
.new_thumb:hover {
	transform: scale(1.1);
}
.news_lists .qiye .new_intro {
	width: 700px;
	float: left;
	margin-left: 60px;
	margin-top: 20px;
}
.news_lists .qiye .new_intro h4 {
	font-size: 18px;
	color: #1a9f85;
}
.news_lists .qiye .new_intro p {
	font-size: 14px;
	line-height: 27px;
	margin-top: 10px;
	color: #ccc;
	font-family: "Noto Sans SC";
    font-weight: 400;
}
.news_lists .qiye .new_time {
	float: right;
	padding: 0 45px;
	margin-top: 20px;
	border-left: 1px solid #ccc;
}
.news_lists .qiye .new_time .new_day {
	font-size: 50px;
	color: #efcd55;
	text-align: center;
}
.news_lists .qiye .new_time .new_year {
	font-size: 14px;
	color: #ccc;
}
.news_lists .pagelist {
	margin: 20px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ccc;
	font-size: 14px;
}
.news_lists .pagelist .current_num {
	margin-left: 10px;
}
.news_lists .pagelist .current_num span {
	color: #ff1111;
}
.news_lists .pagelist ul {display: flex;margin-left: 10px;}
.news_lists .pagelist ul li a{
	display: block;
	padding: 5px;
	border: 1px solid #ccc;
	margin-left: 10px;
	color: #0f9a7e;
}
.news_lists .pagelist ul li a.active {
	border: none;
	color: #ccc;
}

/* 产品1 */

.product_banner {
	width: 100%;
	height: 524px;
	background: url(../images/product_thumb.jpg) no-repeat center top/1920px 524px;
	overflow: hidden;
}
.product_banner .qiye {
	max-width:1200px;
	margin:0 auto;
}

.product_banner .qiye .news_title {
	margin-left: 60px;
	margin-top: 140px;
}

.product_banner .qiye h3{
	font-size: 74px;
	font-weight: 500;
	color: #fff;
	text-shadow: 5px 10px 10px #000000;
}

.product_banner .qiye p {
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 4px 5px #000000;
}
.product_navs {
	height: 70px;
	line-height: 70px;
	border-bottom: 1px solid #ccc;
}
.product_navs .qiye {
	width: 1200px;
	margin: 0 auto;
}
.product_navs .qiye a {
	display: block;
	padding: 0 25px;
	float: left;
	height: 70px;
	font-size: 18px;
}
.product_navs .qiye a.active {
	border-bottom: 4px solid #000;
	color: #357E72;
}
.product_intros {
	max-width:1920px;
	margin:0 auto;
}
.product_intros img{
	width:100%!important;
	height:100%!important;
}
.product2_intros {
	max-width:1920px;
	margin:0 auto;
}
.product2_intros img{
	width:100%!important;
	height:100%!important;
}

/*.product_intros .product_into1 {
	width: 100%;
	height: 781px;
	background: url(../images/pro1.png) no-repeat center top/1920px 781px;
}
.product_intros .product_into2 {
	margin-bottom: 200px;
}
.product_intros .product_into2 .qiye {
	width: 1200px;
	margin: 0 auto;
}
.product_intros .product_into2 .qiye .title h3 {
	font-size: 48px;
	color: #3e3e3e;
}
.product_intros .product_into2 .qiye .title p {
	font-size: 26px;
	color: #3e3e3e;
	margin-top: 40px;
}
.product_intros .product_into2 .qiye img {
	margin-left: 20px;
	margin-top: 120px;
}
.product_intros .product_into3 {
	width: 100%;
	height: 907px;
	background: url(../images/pro3.png) no-repeat center top/1920px 907px;
}
.product_intros .product_into4 {
	width: 100%;
	height: 907px;
	background: url(../images/pro4.png) no-repeat center top/1920px 907px;
}
.product_intros .product_into5 {
	width: 100%;
	height: 906px;
	background: url(../images/pro5.png) no-repeat center top/1920px 906px;
}
.product_intros .product_into6 {
	width: 100%;
	height: 908px;
	background: url(../images/pro6.png) no-repeat center top/1920px 908px;
}
.product_intros .product_into7 {
	width: 100%;
	height: 907px;
	background: url(../images/pro7.png) no-repeat center top/1920px 907px;
}
.product_intros .product_into8 {
	width: 100%;
	height: 907px;
	background: url(../images/pro8.png) no-repeat center top/1920px 907px;
}*/

/* 产品2
.product2_intros .product_into1 {
	width: 100%;
	height: 850px;
	background: url(../images/pro2_1.jpg) no-repeat center top/1920px 850px;
}
.product2_intros .product_into2 {
	width: 100%;
	height: 1143px;
	background: url(../images/pro2_2.jpg) no-repeat center top/1920px 1143px;
}
.product2_intros .product_into3 {
	width: 100%;
	height: 907px;
	background: url(../images/pro2_3.jpg) no-repeat center top/1920px 907px;
}
.product2_intros .product_into4 {
	width: 100%;
	height: 907px;
	background: url(../images/pro2_4.jpg) no-repeat center top/1920px 907px;
}
.product2_intros .product_into5 {
	width: 100%;
	height: 908px;
	background: url(../images/pro2_5.jpg) no-repeat center top/1920px 908px;
}
.product2_intros .product_into6 {
	width: 100%;
	height: 907px;
	background: url(../images/pro2_6.jpg) no-repeat center top/1920px 907px;
}
.product2_intros .product_into7 {
	width: 100%;
	height: 907px;
	background: url(../images/pro2_7.jpg) no-repeat center top/1920px 907px;
}
.product2_intros .product_into8 {
	width: 100%;
	height: 909px;
	background: url(../images/pro2_8.jpg) no-repeat center top/1920px 909px;
}
 */

/* 产品2 edit */
.product2-2_intros .product_into1 {
	width: 100%;
	height: 920px;
	background: #fff url(../images/pro2_1-1.jpg) no-repeat 850px 90px;
}
.product2-2_intros .product_into1 .qiye {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.product2-2_intros .product_into1 .qiye h3 {
	font-size: 86px;
	color: #007263;
	margin-top: 240px;
}
.product2-2_intros .product_into1 .qiye p {
	font-size: 30px;
	color: #007263;
	margin-top: 20px;
}
.product2-2_intros .product_into1 .qiye p:last-of-type {
	font-size: 40px;
	margin-top: 30px;
}



/* 产品3 */
.product3_intros .product_into1 {
	width: 100%;
	height: 920px;
	background: #fff url(../images/pro3_1.png) no-repeat 850px 90px;
}
.product3_intros .product_into1 .qiye {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.product3_intros .product_into1 .qiye h3 {
	font-size: 86px;
	color: #007263;
	margin-top: 240px;
}
.product3_intros .product_into1 .qiye p {
	font-size: 30px;
	color: #007263;
	margin-top: 20px;
}
.product3_intros .product_into1 .qiye p:last-of-type {
	font-size: 40px;
	margin-top: 30px;
}

/* 视频列表 */
.video_banner {
	width: 100%;
	height: 518px;
	background: url(../images/video_banner.jpg) no-repeat center top/1920px 518px;
}
.video_banner .qiye {
	max-width:1200px;
	margin:0 auto;
	overflow: hidden;
}

.video_banner .qiye .news_title {
	margin-left: 60px;
	margin-top: 140px;
}

.video_banner .qiye h3{
	font-size: 74px;
	font-weight: 500;
	color: #fff;
	text-shadow: 5px 10px 10px #000000;
}

.video_banner .qiye p {
	font-size: 36px;
	color: #fff;
	text-shadow: 2px 4px 5px #000000;
}
.videos {
	width: 100%;
	background: #e8e8e8;
	padding: 10px 0 80px 0;
}
.videos .qi{
	width: 1200px;
	margin: 0 auto;
}
.videos .qiye{
    width: 1200px;
    margin: 50px auto;
    overflow: hidden;
}

.videos .qiye ul li {
	width: 375px;
	float: left;
	margin-right: 25px;
	margin-top: 20px;
	position: relative;
	background:#fff;
	
}
.videos .qiye  ul li{
	transition: all .5s;
}
.videos .qiye  ul li .zdang {
	display: none;
}
.videos .qiye  ul li:hover{
	transform: scale(1.05);
}
.videos .qiye  ul li:hover .zdang {
	display: block;
}
.videos .qiye  ul li p {
	text-align: center;
	margin: 10px 0;
	color: #3e3e3e;
}
.videos .qiye  ul li .zdang {
	width: 53px;
	height: 53px;
	position: absolute;
	left: 50%;
	top:50%;
	z-index:999;
	transform: translate(-50%,-50%);
}



.video_detail {
	width: 100%;
	background: #e8e8e8;
	padding: 100px 0 80px 0;
}
.video_detail .content{
	background: #e8e8e8;
	}
.video_detail .qiye {
	width: 90%;
	margin: 0 auto 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
.video_detail .qiye p {
	margin-top: 30px;
}
.video_detail .qiye video {
    width: 100%;
    max-width: 600px;
}

.paginations {
	overflow: hidden;
	margin: 10px auto;
	width: 95%;
	height: auto
}
.paginations li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	padding: 5px 10px;
	border: 1px solid #ccc;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: center
}
.paginations li a {
	color: #666;
	font-size: 14px;
	line-height: 20px
}
.paginations li:hover a {
	color: #333
}
.paginations li.thisclass {
	border: 1px solid #c33;
	background: #c33;
	color: #fff
}
.paginations li.thisclass a {
	color: #fff
}

.page {
    padding:30px 0;
    border-top: 1px solid #ccc;
    overflow: hidden;
    width:90%;
	margin:0 auto;
}
.page p {
	color: #666;
	line-height: 30px;
	font-size:14px;
	border-radius:20px;
}
.page p:hover{
	color: #000;
	}
.page p a:hover{
	color: #000;
	}
.page p a {
	color: #666
}

.box2 {
    background: #e8e8e8;
    padding: 50px 0;
}
.content {
    background: #fff;
	width: 1200px;
    margin:30px auto;
}
.content .box {
    width: 90%;
    margin: 0 auto;
}

.content .tit {
    padding: 25px 0;
    text-align: center;
}
.content .tit h2 {
    margin-top: 30px;
}
.content .text {
    font-size: 16px;
    color: #414141;
    line-height: 28px;
    padding: 20px 0;
}
.content .text img{
    max-width: 640px!important;
    height: 100% !important;
}
.content .text p{
	margin-bottom:20px;
}
.newsxx {
    color: #888;
    font-size: 14px;
    line-height: 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
	    font-weight: normal;
}

@media screen and (max-width: 1440px){
.banner .swiper-slide {
    height: 506px;
}
}

/*分页样式*/
.pglist{padding: 30px 0 15px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist span{color: #666;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 34px;background: #fff;border: 1px solid #edebeb;}
.pglist a:hover,.pglist span{display:inline-block;color: #fff;background: #0e75c8;border-color: #0e75c8;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pglist a.page-num-current{display:inline-block;color: #fff;background: #0e75c8;border-color: #0e75c8;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px
}
.pagination>li {
	display: inline
}
.pagination>li>a, .pagination>li>span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
	z-index: 3;
	color: #23527c;
	background-color: #eee;
	border-color: #ddd
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7
}
.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd
}
.yunu-link {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}
.yunu-link {/* padding: 20px 0 70px; */}
.yunu-link h4 {border-bottom: 1px solid #ddd;margin: 0;font-size: 18px;color: #0f437f;padding-bottom: 15px;}
.yunu-link h4 small {text-transform: uppercase;font-size: 16px;font-weight: normal;color: #999;}
.yunu-link ul {margin-left: -20px;}
.yunu-link li {float: left;margin-left: 20px;margin-top: 20px;font-size: 12px;}