.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:80px;
	padding: 0 30px;
}
/*左侧logo*/
.header .left{
	width: 12%;float: left;margin-right: 100px;
}
.header .fc{width: 60%;float: left;margin-left: 50px;}
.header .fr{width: 12%;float: right;margin-right: 25px;}
.header .fr a{font-size: 20px;color:#0086fd;font-weight: bold;margin-top:30px;display: block;box-sizing: border-box;}
.header .left a img{
	width: 100%;display: block;margin-top: 10px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 80px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .fc .active{color: #0086fd;}
/*.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: orangered;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}*/
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #333;
	font-size: 18px;
}
.header .navbar_nav li:hover a{
	color: #0086fd;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:50px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 10px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: orangered;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}


.banner{position:relative;width:100%;height:auto;overflow:hidden;margin-top:120px;}
.banner .bannerBtn{position:absolute;top:50%;height:148px;margin-top:-74px;cursor:pointer;z-index:2;}
.banner .bannerBtn.leftBtn{left:-100px;}
.banner .bannerBtn.rightBtn{right:-100px;}
.banner .contents{position:absolute;top:0px;left:0px;width:100%;height:100%;}
.banner .content{position:absolute;top:0px;width:100%;height:100%;background-size:100% auto;background-repeat:no-repeat;background-position:left 120px;background-attachment:fixed;text-align:center;}
/*.banner .content .bg{background-size:100% 100%;position:absolute;top:0;left:0;width:100%;height:100%;vertical-align:middle;}*/
.banner .contentInfo{position:absolute;top:50%;left:0px;width:100%;height:300px;margin-top:-150px;z-index:1;}
.banner .content .title1{padding-top: 46px;opacity:0;width:100%;font-family:'微软雅黑';font-size:44px;color:#fff;text-align:center;margin-top:0px;}
.banner .content .title2{ opacity:0;width:100%;font-family:'微软雅黑';font-size:60px;margin-bottom:20px;font-weight:100;color:#fff;text-align:center;}
.banner .content .title3{opacity:0;border:3px solid #fff;padding:6px 24px 8px 24px;font-size:27px;font-weight:bold;color:#fff;text-align:center;}
.banner .bannerNav{position:absolute;bottom:30px;width:100%;text-align:center;z-index:2;}
.banner .bannerNav img{width:80px;height:4px;margin:0px 3px;cursor:pointer;}
.banner .bannerBg{width:100%;height:auto;vertical-align:middle;}

.banner{position:relative;width:100%;height:auto;overflow:hidden;margin-top:120px;background-size:100% auto;background-repeat:no-repeat;background-position:left 80px;background-attachment:fixed;}
.banner .bannerBg{ visibility:hidden;width:100%;height:auto;vertical-align:middle;}
.banner .bannerInfo{position:absolute;top:50%;left:0px;width:100%;height:220px;margin-top:-110px;text-align:center;color:#fff;}
.banner .bannerInfo .title{font-family:'MyriadPro-Bold_0';font-size:55px;line-height:60px;}
.banner .bannerInfo .titleCh{position:relative;top:20px;padding:6px 24px 8px 24px;font-size:27px;font-weight:bold;color:#fff;text-align:center;}

.nbanner{position:relative;width:100%;height:320px;overflow:hidden;margin-top:80px;background-size:100% auto;background-repeat:no-repeat;background-attachment:fixed;}
.nbanner .bannerBg{ visibility:hidden;width:100%;height:auto;vertical-align:middle;}
.nbanner .bannerInfo{position:absolute;top:50%;left:0px;width:100%;height:220px;margin-top:-110px;text-align:center;color:#fff;}
.nbanner .bannerInfo .title{font-family:'MyriadPro-Bold_0';font-size:55px;line-height:60px;}
.nbanner .bannerInfo .titleCh{position:relative;top:20px;padding:6px 24px 8px 24px;font-size:27px;font-weight:bold;color:#fff;text-align:center;}


.main{position:relative;text-align:center;padding:0px 0 0px 0;border-bottom:1px solid #949494;}
.main .container{width:1156px;}
.main .mainNav{padding:72px 0 68px 0;border-bottom:1px solid #949494;}
.main .mainNav:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .mainNav .child{display:inline-block;*display:inline;*zoom:1;margin:0 8px;color:#808080;font-size:16px;width:222px;height:46px;border:2px solid #B9B8B8;text-align:center;line-height:46px;}
.main .mainNav .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .mainNav .child:hover{color:#fff;background:#0d6898;border-color:#0d6898;}
.main .mainNav .child.on{color:#fff;background:#0d6898;border-color:#0d6898;}
.main .content{margin-top:80px;}
.main .content .child{position:relative;margin-bottom:80px;}
.main .content .child:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.main .content .child .childImg{width: 35%;height: 280px;float:left;}
.main .content .child .childImg img{width:100%;height:100%;vertical-align:middle;}
.main .content .child .childInfo{text-align:left;padding-left:40px;box-sizing:border-box;float:right;position:relative;width:65%;height:285px;}
.main .content .child .childInfo .day{color:#9D9D9D;font-size:16px;line-height:16px;}
.main .content .child .childInfo .datetime{line-height:62px;color:#9D9D9D;font-size:48px;font-family:"MyriadPro-LightCond";}
.main .content .child .childInfo .title{width:100%;color:#060000;font-size:22px;line-height:50px;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.main .content .child .childInfo .info{color:#656565;font-size:16px;line-height:24px;}
.main .content .child .childInfo .childBtn{position:absolute;bottom:0px;left:40px;cursor:pointer;width:163px;height:36px;line-height:36px;border:2px solid #0d6898;color:#0d6898;font-size:12px;background-image:url(../images/rightIcon.png);background-repeat:no-repeat;background-position:110px center;background-size:36px 18px;}
.main .content .child .childInfo .childBtn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.main .content .child .childInfo .childBtn:hover{background-color:#0d6898;color:#fff;background-image:url(../images/rightIconOn.png);}
.main .content .child .childInfo .childBtn span{margin:0 10px;}
.main .linkBtn{margin:0 auto;}

.snh{width:1000px; margin:30px auto;overflow:hidden;}
.nbs li{float:left;}
.nbs li:first-child{text-align:right;}
.nbs li:last-child{text-align:left;}
.sv .mainInfo{display:block;width:100%;border:none;padding:20px 0;}
.sv .childTitle{display:block;overflow:hidden;}
.sv .child{width: 26.65%;
    margin: 0 1.8%;
    text-align: left;
    display: inline-block;border:2px solid #0d6898;text-align:center;}
.sv b{font-size:50px;color:#0d6898;line-height:90px;}
.sv .titleCh{font-size:18px;}
.sv .titleEn{font-size:18px;color:#0d6898;padding:10px 0;}
.Tis img{max-width:30%;text-align:center;margin:5% auto;}
.sv .childTitle {}
.Tisz .mainInfo{border:none;}
.Tisz .content{padding-top:10px !important;}
.Tisz .info{width:338px !important;margin:5% auto !important;}
.says .img{max-width:100% !important;}
.six{width:100%;margin:0 auto;text-align:center;}
.wn .mainSub{background:#fff !important;}
.wn .mainTitle{padding: 0px 0px;text-align: center; font-size: 24px;color: #434343;font-family: 'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';color:#fff;line-height:auto;}
.wn .mainSub{margin:5px auto;}
.wn .mainInfo{margin:5px auto;color:#fff;}
.new_news{margin:2% 0;}
.new_news a img{width: 26.65%;margin: 0 1.8%;}
#box1{width:0;border-right: 30px solid #fff;border-top: 52px solid transparent;border-bottom: 52px solid transparent;float: left;}
#box2{width: 104px;height: 104px;background-color: #086696;float: left;line-height: 104px;text-align:center;color:#fff;}
#box3{width:0;border-left: 30px solid #fff;border-top: 52px solid transparent;border-bottom: 52px solid transparent;float: left;}
#box4{width:0;border-right: 30px solid #fff;border-top: 52px solid transparent;border-bottom: 52px solid transparent;float: left;}
#box5{width: 104px;height: 104px;background-color: #086696;float: left;line-height: 104px;text-align:center;color:#fff;}
#box6{width:0;border-left: 30px solid #fff;border-top: 52px solid transparent;border-bottom: 52px solid transparent;float: left;}
.new_say .col-lg-8 {
    margin-top: 50px;
    width: 627px;
    margin-left: 30px;
}
.tit p {
    text-align: left!important;
}


.about .info{color:#444;font-size:18px;line-height:30px;width:90%;margin:0px auto;}
.about .content{padding-top:25px;}
.about .contentMun{height:300px;width:840px;margin:0px auto;}
.about .contentMun .child{padding-top:50px;height:250px;width:280px;text-align:center;float:left;}
.about .contentMun .child .mun{font-family:'DIN Condensed Bold';font-size:100px;color:#444;}
.about .contentMun .child p{font-family:'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';font-weight:100;font-size:24px;color:#444;}
.about .linkBtn{margin:0px auto;overflow: hidden;}

.aboutimg{padding: 20px 0;overflow: hidden;}
.aboutimg ul li{width: 33.3%;float: left;}
.aboutimg ul li a{display: block;margin: 15px 10px;}
.aboutimg ul li img{width: 100%;display: block;}

.pro{padding: 35px 0;background:url(../images/probg.jpg) no-repeat center;}
.pro .mainTitle{color: #fff;}
.pro .mainInfo{color: #eee;}
.pro .pro_nav{margin: 20px 0;overflow: hidden;}
.pro .pro_nav p{transition: all 0.5s;position: absolute;left: 0;bottom: -45px;background: rgba(185, 185, 185, 0.8);padding: 10px;box-sizing: border-box;width: 100%;color: #333;font-size: 16px;font-weight: bold;text-align: center;}
.pro .pro_nav ul li{width: 50%;float: left;}
.pro .pro_nav ul li a{display: block;margin: 5px;position: relative;overflow: hidden;}
.pro .pro_nav ul li a:hover>p{bottom: 0;transition: all 0.5s;}
.pro .pro_nav ul li img{width: 100%;display: block;}
.pro .linkBtn{color: #eee;border: 2px solid #eee;background-image: url(../images/rightIconOn2.png)}

.customer{position:relative;padding:70px 0px 80px 0px;text-align:center;}
.icustomer_box{}
.icustomer_box .swiper-container{padding-bottom: 50px;padding-top: 30px;}
.icustomer_box .swiper-slide .icustomer_box_img{border: 1px solid #EEEEEE;}
.icustomer_box .swiper-slide .icustomer_box_img img{width: 100%;display: block;}

.advantage{position:relative;text-align:center;padding:70px 0px 80px 0px;border-bottom:1px solid #949494;}
.advantage .title{font-family:'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';font-size:55px;line-height:58px;color:#444;margin-top:40px;}
.advantage .info{font-size:18px;color:#444;margin:10px 0px;}
.advantage img{margin:70px 0px;max-width:80%;}
.im img{max-width:70% !important }
.im{background-size:100% !important ;}
.im{padding:50px 0;}
.advantage .linkBtn{margin:0px auto;}

.team{}
.team ul li{width: 33.3%;float: left;}
.team ul li a{display: block;margin: 10px;color: #333;}
.team .cases_img img{width: 100%;display: block}
.team .cases_c h4{text-align: center;color: #333;font-size: 16px;}

.news{position:relative;width:100%;height:826px;background-color:#000;background-image:url(../images/news.jpg); background-attachment:fixed;background-repeat:no-repeat;background-position:top center;background-size:100% 100%;}
.news .container{padding-top:110px;width:1161px;}
.news .newsTitle{color:#fff;font-size:72px;font-family:'MyriadPro-LightCond';letter-spacing:0.04em;font-weight: 100;font-stretch: extra-condensed;}
.news .newsInfo{font-family:'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';font-size:30px;font-weight:100;color:#fff;}

#quan1{top:0px;left:180px;}
#quan2{top:160px;left:0px;}
#quan3{top:160px;left:180px;}
#quan4{top:90px;left:90px;}
.news .news_box{}
.news .news_box .mainTitle{color: #fff;}
.news .news_box .mainInfo{text-align: center;display: inherit;color: #eee;}
.news .news_box ul li{width: 50%;float:left;}
.news .news_box ul li a{display: block;margin: 15px;}
.news .news_box .content{padding-top:30px;overflow: hidden;}
.news .news_box .child{margin:0 0 38px 0;position:relative;width:100%;}
.news .news_box .child:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.news .news_box .child .childTime{float:left;width:22.1%;height:100px;border:3px solid #0d6898;text-align:center;color:#fff;}
.news .news_box .child .childTime .timeMonth{margin:15px 0;font-size:24px;font-weight:100;font-stretch:condensed;}
.news .news_box .child .childTime .timeDay{font-size:38px;font-weight:100;font-stretch:condensed;}
.news .news_box .child .childInfo{float:left;width:71%;margin-left:5.3%;color:#fff;}
.news .news_box .child .childInfo .title{font-size:18px;font-weight:bold;margin-bottom:20px;width:100%;display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.news .news_box .child .childInfo .info{font-size:14px;color:#cecece;line-height:20px;}
.news .news_box .child .childInfo .moreBtn{position:relative;font-size:16px;padding-left:10px;margin-left:6px;width:157px;height:40px;line-height:40px;color:#fff;background:#0d6898 url(../images/rightIconOn.png) no-repeat 114px center;background-size:36px 18px;font-family:'黑体';}
.news .news_box .child .childInfo .child .moreBtn span{font-size:16px;}



.nnav{text-align: center; margin:0 auto;}
.nnav ul li{display: inline-block;}
.nnav ul li a{display: block;padding: 10px 25px;color: #555;font-size: 18px;border-bottom: 2px solid #fff;}
.nnav .na1{border-bottom: 2px solid #0d6898;color: #0d6898;}

.culture{}
.culture h2{font-size: 20px;margin-bottom: 0;}
.culture ul li{width: 33.3%;float: left;}
.culture ul li a{display: block;border: 1px solid #086696;margin: 20px;padding:35px 30px;box-sizing: border-box;}
.culture ul li h3{font-size: 25px;color: #086696;margin: 10px 0;}
.culture ul p{font-size: 16px;color: #086696;}


.history{position:relative;text-align:center;padding:0 0 80px 0;border-bottom:1px solid #949494;}
.history .mainsTitle{font-size:55px;color:#434343;font-family:"NotoSansHans-Light";}
.history .mainSub{width:126px;margin:16px auto 26px auto;height:2px;}
.history .mainsInfo{font-size:36px;line-height:38px;padding-bottom:20px;font-family:"NotoSansHans-Light";color:#0d6898;border-bottom:1px solid #d3d3d3;width:100%;}
.history .content:after{content: "020"; display: block; height: 0; clear: both;visibility:hidden;}
.history .child{width:515px;margin:30px 77px 0 0;text-align:left;float:left;}
.history .child.no{margin:30px 0 0 0;}
.history .child .year{color:#434343;font-size:64px;font-family:"MyriadPro-Cond_0";line-height:100px;}
.history .child .info{padding:16px 0;color:#434343;font-size:18px;line-height:26px;}


.contactTable{position:relative;border-bottom:1px solid #d3d3d3;}
.contactTable .container{width:1161px;padding:70px 0 80px 0;}
.contactTable .left{width:580px;float:left;}
.contactTable .left .redTitle{padding:5px 0px;height:80px;line-height:80px;border-bottom:2px solid #0d6898;color:#0d6898;font-size:64px;font-family:'MyriadPro-Regular_0';}
.contactTable .left .sub{width:100%;height:2px;background:#0d6898;margin:24px 0 16px 0;}
.contactTable .left .title{color:#444;line-height:68px;padding:14px 0 6px 0;margin-bottom:8px;font-family:'Noto Sans S Chinese Light','NotoSansHans-Light','微软雅黑';font-weight:100;font-size:55px;border-bottom:1px solid #d3d3d3;}
.contactTable .left .footTitle{heihgt:40px;line-height:40px;font-size:26px;color:#444;margin:24px 0 6px 0;}
.contactTable .left .footTitle span{vertical-align:middle;}
.contactTable .left .footTitle .titleB{font-family:'FujitsuSansBold';font-size:34px;margin-right:5px;}
.contactTable .left .info{font-size:18px;color:#444;line-height:30px;}
.contactTable .left .contactTableTitle{color:#FF0000;font-size:22px;line-height:36px;margin-top:48px;}
.contactTable .left .contactTableInfo{line-height:28px;color:#434343;font-size:22px;margin-top:15px;}
.contactTable .left .contactTableInfo span{margin:0 16px;color:#c5c5c5;}
.contactTable .right{width:520px;float:right;}
.contactTable .right .title{font-size:30px;color:#444;padding-bottom:8px;}
.contactTable .right .line{padding:9px 0;}
.contactTable .right .line .inputText{color:#8D8D8D;font-size:18px;border:0px;background:#f3f3f3;padding:0 18px;width:480px;height:53px;margin:0px;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";box-sizing: border-box;}
.contactTable .right .line .textArea{color:#8D8D8D;font-size:18px;border:0px;background:#f3f3f3;padding:18px;width:480px;height:200px;margin:0px;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";box-sizing: border-box;}
.contactTable .right .line .inputBtn{width:515px;cursor:pointer;height:50px;background:#fff;color:#0d6898;font-size:22px;border:2px solid #0d6898;font-family: "Microsoft YaHei" ,Helvetica Neue,Tahoma,Arial,"微软雅黑","宋体","黑体";box-sizing: border-box;}
.contactTable .right .line .inputBtn{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s; }
.contactTable .right .line .inputBtn:hover{background:#0d6898;color:#fff;}

.contactIcon{position:relative;border-bottom:1px solid #d3d3d3;}
.contactIcon .container{width:1161px;padding:80px 0 30px 0;text-align:center;}
.contactIcon .child{width:336px;height:336px;border:1px solid #fff;float:left;margin:0 73px 50px 0;cursor: pointer;}
.contactIcon .child{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s; -webkit-transition-duration: .5s;}
.contactIcon .child.threeChild{margin:0 0 50px 0;}
.contactIcon .child.on{border-color:#8f8f8f;}
.contactIcon .child:hover{border-color:#8f8f8f;}
.contactIcon .child .childImg{width:336px;height:272px;line-height:272px;}
.contactIcon .child .childImg img{ vertical-align:middle;}
.contactIcon .child .title{color:#434343;font-size:18px;}

.cases{}
.cases ul li{width: 33.3%;float: left;}
.cases ul li a{display: block;margin: 12px;}
.cases .cases_img img{width: 100%;display: block;}
.cases .cases_c h4{font-size: 16px;font-weight: bold;color: #333;}
.cases .cases_c p{color: #666;}

.partner{}
.partner ul li{width: 25%;float: left;}
.partner ul li a{display: block;margin: 12px;}
.partner .partner_img{border: 1px solid #CCCCCC;}
.partner .partner_img img{width: 100%;display: block;}
.partner .partner_c h4{font-size: 18px;font-weight: bold;color: #333;margin: 10px 0;text-align: center;}

.products{padding: 50px 0;}
.pro_box{}
.pro_box ul li{width: 50%;float: left;}
.pro_box ul li a{display: block;margin: 10px;}
.pro_box .pro_img{position: relative;overflow: hidden;}
.pro_box .pro_img p{position: absolute;left: 0;bottom:-25%;width: 100%;background: rgba(13, 104, 152, 0.9);padding: 20px;box-sizing: border-box;color: #fff;height:25%;}
.pro_box .pro_img:hover >p{bottom: 0;transition: all 0.5s;}
.pro_box .pro_img img{width:100%;display: block;}
.pro_box .pro_c h4{font-size: 18px;color: #333;}
.pro_box .pro_c span{color: #555;}

.ninfobg{background: url(../images/dt.jpg) no-repeat center;height: 300px;margin-top: 80px;}
.ninfo_t{text-align: center;padding-top: 80px;max-width: 1200px;margin: 0 auto;}
.ninfo_t h4{font-size: 24px;color: #fff;}
.ninfo_t span{color: #eee;margin: 0 10px;}
.ninfo_box{padding: 50px 0;}


.pinfo{margin-top: 80px;padding: 50px 0;}
.pinfo_box{overflow: hidden;}
.pinfo_l_img{width: 60%;float: left;}
.pinfo_l_img img{width: 100%;display: block;}
.pinfo_r_c{width: 40%; float:right;padding: 0 50px;box-sizing: border-box;}
.pinfo_r_c h3{font-size: 22px;border-bottom: 1px solid #CECECE;padding: 15px 0;}
.pinfo_r_c p{padding: 5px 0;}
.detail_t{overflow: hidden;margin: 25px 0;background: #eee;padding: 10px; box-sizing: border-box;}
.detail_t b{font-size: 20px;}
.detail_t span{width: 8px;display: block;background: #0086FD;float: left;margin-right: 10px;color: #0086FD;}
.detail_c{padding: 0 20px;box-sizing: border-box;}
.detail_c p{padding: 5px 0;}
.back{text-align: center;margin-top: 30px;}
.back a{border: 1px solid #929292;padding: 10px 35px;color: #929292;}

@media screen and (max-width: 1600px){
	.header .navbar_nav li a{padding:0 20px;}
	.header .left{margin-right:0;}
	.header .fc{width:70%;}
}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
		border-bottom: 1px solid #eee;
	}
	.header .fl{margin-right: 0;}
	.header .fc{display: none;}
	.header .fr{display: none;}
	.header #navToggle {
		height: 100%;
		padding: 15px 10px;
		margin-right:15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	
	.header .nav{
		display: none;
	}
	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
	.contactTable .container{padding: 10px;box-sizing: border-box;}
	.contactTable .left,.contactTable .right{width: 100%;}
	.contactTable .right .line .inputText{width: 100%;}
	.contactTable .right .line .textArea{width: 100%;}
	.nbanner{background-size: cover;}
	.header .fc{margin-left: 0;}
}

@media screen and (max-width: 750px){
	.header{height: 60px;}
	.header .left{width: 40%;}
	.banner{margin-top: 35px;}
	.nbanner{margin-top: 0;background-size: 300% auto;height: auto;margin-top: 60px;}
	.nbanner .bannerInfo .title{font-size: 24px;line-height: normal;}
	.nbanner .bannerInfo{margin-top: -55px;}
	.culture ul li{width: 100%;}
	.nnav ul li a{font-size: 16px;}
	.team ul li{width: 100%;}
	.history .child .year{font-size: 35px;line-height: normal;}
	.partner ul li{width: 50%;}
	.partner .partner_c h4{font-size: 12px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
	.main .content .child .childInfo{width: 100%;padding-left: 0;}
	.pro_box ul li{width: 100%;}
	.pro_box .pro_c h4{font-size: 16px;margin: 10px 0;}
	.main .container{width: 100%;}
	.main .content .child .childInfo .datetime{font-size: 30px;line-height: normal;}
	.main .content .child .childInfo .title{font-size: 16px;}
	.main .content .child .childInfo .info{font-size: 14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:3;overflow: hidden;}
	.main .content .child .childImg{width: 100%;}
	.main .content .child{padding: 8px;box-sizing: border-box;}
	.main .content .child .childInfo{height: auto;}
	.main .content .child .childInfo .childBtn{position: inherit;margin-top: 10px;}
	.main .content .child{margin-bottom: 15px;}
	.main .content{margin-top: 15px;}
	.ninfo_t h4{font-size: 18px;}
	.ninfo_c img{width: 100%;display: block;}
	.ninfobg{margin-top: 60px;}
	.history .child{width: 100%;}
	.contactTable .right .line .inputText{width: 100%;}
	.contactTable .right .line .textArea{width: 100%;}
	.contactTable .right .title{font-size: 20px;}
	.pinfo_l_img{width: 100%;}
	.pinfo_r_c{width: 100%;padding: 0 10px;}
	.pinfo_r_c h3{font-size: 18px;}
	.pinfo{margin-top: 30px;}
}

@media  (max-width: 479px) {
.banner{margin-top:0px;}
.banner .bannerBtn{height:38px;margin-top:-19px;}
.banner .bannerBtn.leftBtn{left:5px !important;}
.banner .bannerBtn.rightBtn{right:5px !important;}
.banner .contentInfo{height:100px;margin-top:-80px;}
.banner .content{background-size:auto 285px;background-position:center 50px;}
.banner .content .title1{font-size:30px;padding-top: 0px;}
.banner .content .title2{font-size: 32px;width: 80%;line-height: 34px;margin:14px auto 26px auto;}
.banner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:17px;}
.banner .bannerNav{bottom:10px;}
.banner .bannerNav img{width:40px;height:2px;margin:0px 3px;}
.banner .bannerBg{width:100%;height:285px;}
.about{padding:20px 0px;}
.about .title{font-size:18px;margin-bottom:0px;padding-bottom:10px;}
.about .info{font-size:12px;line-height:18px;width:92%;}
.about .content{padding-top:10px;}
.about .contentMun{height:100px;width:330px;margin:0px auto;}
.about .contentMun .child{padding-top:18px;height:84px;width:110px;}
.about .contentMun .child .mun{font-size:30px;}
.about .contentMun .child p{font-size:12px;}

.work{padding:20px 0px;}
.work .content{padding-top:20px;width:100%;height:auto;width:100%;}
.work .content .child{width:50%;}
.work .content .child .childPointer{width:40px;bottom:10px;right:12px;}
.work .content .child .childTag{font-size:12px;}
.work .content .child .childTag .childSub{margin:3px 0;}
.work .content .child .childContent .title{font-size:14px;}
.work .content .child .info{display:none;}
.work .linkBtn {margin: 20px auto 0px auto;}


.advantage{padding:20px 0px;}
.advantage .title{font-size:16px;line-height:22px;margin-top:20px;}
.advantage .info{font-size:12px;margin:5px 0px;}
.advantage img{margin:20px 0px;max-width:80%;}
.advantage .linkBtn{margin:0px auto;}

.team{padding:20px 0px;}
.team .content{padding-top:0px;}
.team .child{width:300px;margin:0px auto;padding:20px 0 0 0;display:block;*display:block;}
.team .child .childImg{width:298px;height:311px;}
.team .titleEn{font-size:16px;margin:8px 0;}
.team .title{font-size:12px;}
.team .sub{width:40px;height:1px;margin:9px auto;}
.team .info{font-size:12px;}
.team .info span{margin:0 5px;}
.team .foot{font-size:20px;margin-top:20px;}

.service{padding:20px 0px;display:none;}
.service .content{padding-top:20px;}
.service .content .child{width:86%;margin:0 1.8%;}
.service .content .child .childTitle{border:2px solid #0d6898;height:120px;}
.service .content .child .childTitle .titleEn{margin:50px 0 2px 8%;font-size:26px;}
.service .content .child .childTitle .titleCh{margin:0 0 0 8%;font-size:16px;}
.service .content .child .childContent{padding:20px 0 0 0;}
.service .content .child .childContent li{padding-left:18px;font-size:14px;line-height:28px;}

.news{height:auto; background:#464646 url(../images/news.jpg) no-repeat center top;background-size:cover;}
.news .container{padding-top:55px;width:93.75%;}
.news .newsTitle{font-size:36px;text-align:center;}
.news .newsInfo{font-size:16px;text-align:center;}
.news .left{position:relative;float:none;width:100%;height:406px;text-align:center;}
.news .left .content{width:300px;height:330px;margin:20px auto 0 auto;}
.news .left .content .quan{width:160px;height:160px;font-size:20px;}
.news .left .content .quan .titleEn{margin-top:60px;}
.news .news_box ul li{width: 100%;}
.news .news_box .child .childTime .timeMonth{font-size: 16px;}
.news .news_box .child .childInfo{width: 70%;}
.news .news_box .child .childInfo .title{margin: 5px 0;font-size: 15px;}
.news .news_box ul li a{margin: 0;}
.news .news_box .child{margin: 0 0 20px 0;}
#quan1{top:0px;left:73px;}
#quan2{top:120px;left:0px;}
#quan3{top:120px;left:135px;}
#quan4{top:73px;left:73px;}
.news .right{float:none;width:90%;margin:0px auto;padding:55px 0 8px 0;}
.news .right .content{padding-top:30px;}
.news .right .child{margin:0 0 19px 0;}
.news .right .child .childTime{width:22.1%;height:110px;border:1px solid #0d6898;}
.news .right .child .childTime .timeMonth{margin-top:24px;font-size:14px;}
.news .right .child .childTime .timeDay{font-size:42px;}
.news .right .child .childInfo{width:69%;margin-left:7.3%;}
.news .right .child .childInfo .title{font-size:14px;margin-bottom:6px;}
.news .right .child .childInfo .info{font-size:12px;line-height:20px;}
.news .right .child .no{width:22.1%;height:20px;}
.news .right .child .moreBtn{font-size:14px;padding-left:6px;width:90px;height:30px;line-height:30px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 70px center;background-size:18px 9px;display:none;}

.contactTable .container{width: 100%; padding: 10px;box-sizing: border-box;}
.contactTable .left .redTitle{font-size:40px;}
.contactTable .left .title{font-size: 25px;line-height: 35px;}
.contactTable .right{width: 100%;margin-top: 25px;}
.contactTable .right .line .inputBtn{width: 100%;}
.contactTable .left .footTitle{font-size: 20px;}
.contactTable .left .info{font-size: 16px;}
.contactTable .right .line .inputText{font-size: 16px;}
.contactTable .right .line .inputBtn{font-size: 16px;}
.cases ul li{width: 100%;}
}

@media (min-width: 480px) and (max-width: 639px) {
.banner{margin-top:74px;}
.banner .bannerBtn{height:38px;margin-top:-19px;}
.banner .bannerBtn.leftBtn{left:5px !important;}
.banner .bannerBtn.rightBtn{right:5px !important;}
.banner .contentInfo{height:100px;margin-top:-80px;}
.banner .content{background-size:auto 450px;background-position:center 74px;}
.banner .content .title1{font-size:30px;padding-top: 0px;}
.banner .content .title2{font-size: 32px;width: 80%;line-height: 34px;margin:14px auto 26px auto;}
.banner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:17px;}
.banner .bannerNav{bottom:10px;}
.banner .bannerNav img{width:40px;height:2px;margin:0px 3px;}
.banner .bannerBg{width:100%;height:450px;}
.mks{display:none;}
.about{padding:20px 0px;}
.im img {
    max-width: 50% !important;
}
.about .title{font-size:18px;margin-bottom:0px;padding-bottom:10px;}
.about .info{font-size:12px;line-height:18px;width:92%;}
.about .content{padding-top:10px;}
.about .contentMun{height:100px;width:330px;margin:0px auto;}
.about .contentMun .child{padding-top:18px;height:84px;width:110px;}
.about .contentMun .child .mun{font-size:30px;}
.about .contentMun .child p{font-size:12px;}
.im{height:100px !important;}
.im .container{padding-top:0 !important}
.work{padding:20px 0px;}
.work .content{padding-top:20px;width:100%;height:auto;width:100%;}
.work .content .child{width:50%;}
.work .content .child .childPointer{width:40px;bottom:10px;right:12px;}
.work .content .child .childTag{font-size:12px;}
.work .content .child .childTag .childSub{margin:3px 0;}
.work .content .child .childContent .title{font-size:14px;}
.work .content .child .info{display:none;}
.work .linkBtn {margin: 20px auto 0px auto;}


.advantage{padding:20px 0px;}
.advantage .title{font-size:16px;line-height:22px;margin-top:20px;}
.advantage .info{font-size:12px;margin:5px 0px;}
.advantage img{margin:20px 0px;max-width:80%;}
.advantage .linkBtn{margin:0px auto;}

.team{padding:20px 0px;}
.team .content{padding-top:0px;}
.team .child{width:300px;margin:0px auto;padding:20px 0 0 0;display:block;*display:block;}
.team .child .childImg{width:298px;height:311px;}
.team .titleEn{font-size:16px;margin:8px 0;}
.team .title{font-size:12px;}
.team .sub{width:40px;height:1px;margin:9px auto;}
.team .info{font-size:12px;}
.team .info span{margin:0 5px;}
.team .foot{font-size:20px;margin-top:20px;}

.service{padding:20px 0px;display:none;}
.service .content{padding-top:20px;}
.service .content .child{width:86%;margin:0 1.8%;}
.service .content .child .childTitle{border:2px solid #0d6898;height:120px;}
.service .content .child .childTitle .titleEn{margin:50px 0 2px 8%;font-size:26px;}
.service .content .child .childTitle .titleCh{margin:0 0 0 8%;font-size:16px;}
.service .content .child .childContent{padding:20px 0 0 0;}
.service .content .child .childContent li{padding-left:18px;font-size:14px;line-height:28px;}

.news{height:auto; background:#464646 url(../images/index/news.jpg) no-repeat center top;background-size:auto 470px;}
.news .container{padding-top:55px;width:93.75%;}
.news .newsTitle{font-size:36px;text-align:center;}
.news .newsInfo{font-size:16px;text-align:center;}
.news .left{position:relative;float:none;width:100%;height:406px;text-align:center;}
.news .left .content{width:300px;height:330px;margin:20px auto 0 auto;}
.news .left .content .quan{width:160px;height:160px;font-size:20px;}
.news .left .content .quan .titleEn{margin-top:60px;}
#quan1{top:0px;left:73px;}
#quan2{top:120px;left:0px;}
#quan3{top:120px;left:135px;}
#quan4{top:73px;left:73px;}
.news .right{float:none;width:90%;margin:0px auto;padding:55px 0 8px 0;}
.news .right .content{padding-top:30px;}
.news .right .child{margin:0 0 19px 0;}
.news .right .child .childTime{width:22.1%;height:110px;border:1px solid #0d6898;}
.news .right .child .childTime .timeMonth{margin-top:24px;font-size:14px;}
.news .right .child .childTime .timeDay{font-size:42px;}
.news .right .child .childInfo{width:69%;margin-left:7.3%;}
.news .right .child .childInfo .title{font-size:14px;margin-bottom:6px;}
.news .right .child .childInfo .info{font-size:12px;line-height:20px;}
.news .right .child .no{width:22.1%;height:20px;}
.news .right .child .moreBtn{font-size:14px;padding-left:6px;width:90px;height:30px;line-height:30px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 70px center;background-size:18px 9px;display:none;}

.banner{margin-top:74px;}
.banner .bannerBtn{height:38px;margin-top:-19px;}
.banner .bannerBtn.leftBtn{left:5px !important;}
.banner .bannerBtn.rightBtn{right:5px !important;}
.banner .contentInfo{height:100px;margin-top:-50px;}
.banner .content{background-size:auto 100%;background-position:center 74px;}
.banner .content .title1{font-size:14px;padding-top: 0px;}
.banner .content .title2{ font-size:22px;margin-bottom:10px;}
.banner .content .title3{border:2px solid #fff;padding:3px 12px 4px 12px;font-size:12px;}
.banner .bannerNav{bottom:10px;}
.banner .bannerNav img{width:40px;height:2px;margin:0px 3px;}
.banner .bannerBg{width:100%;height:450px;}


}
@media (min-width: 640px) and (max-width:1023px ) {
.header .fl{width: 30%;}
.banner{margin-top:74px;}
.banner .bannerBtn{height:74px;margin-top:-37px;}
.banner .bannerBtn.leftBtn{left:10px !important;}
.banner .bannerBtn.rightBtn{right:10px !important;}
.banner .contentInfo{height:100px;margin-top:-80px;}
.banner .content{background-size:auto 500px;background-position:center 74px;}
.banner .content .title1{font-size:30px;padding-top: 0px;}
.banner .content .title2{font-size: 32px;width: 80%;line-height: 34px;margin:14px auto 26px auto;}
.banner .content .title3{border:2px solid #fff;padding:6px 24px 8px 24px;font-size:18px;}
.banner .bannerNav{bottom:10px;}
.banner .bannerNav img{width:80px;height:4px;margin:0px 3px;}
.banner .bannerBg{width:100%;height:500px;}
.about{padding:40px 0px;}
.about .title{font-size:30px;margin-bottom:20px;}
.about .info{font-size:16px;line-height:24px; width: 100%;}
.about .content{padding-top:30px;}
.about .contentMun{height:180px;width:600px;margin:0px auto;}
.about .contentMun .child{padding-top:20px;height:160px;width:200px;}
.about .contentMun .child .mun{font-size:60px;}
.about .contentMun .child p{font-size:18px;}
.im{height:160px !important;}
.im .container{padding-top:10px !important}
.ssx ul li{width:25%;}
.im img{    max-width: 60% !important;}
.work{padding:40px 0px;}
.work .content{padding-top:40px;width:100%;height:auto;width:100%;}
.work .content .child{width:50%;}
.work .content .child .info{display:none;}



.advantage{padding:40px 0px;}
.advantage .title{font-size:30px;margin-top:30px;}
.advantage .info{font-size:16px;margin:10px 0px;}
.advantage img{margin:70px 0px;max-width:80%;}
.advantage .linkBtn{margin:0px auto;}

.team{padding:40px 0px 30px 0px;}
.team .content{padding-top:40px;}
.team .child{width:300px;margin:0px auto;padding:20px 0;display:block;*display:block;}
.team .child .childImg{width:298px;height:311px;}
.team .titleEn{font-size:30px;margin:16px 0;}
.team .title{font-size:18px;}
.team .sub{width:40px;height:3px;margin:18px auto;}
.team .info{font-size:14px;}
.team .info span{margin:0 10px;}
.team .foot{font-size:36px;margin-top:0px;}

.service{padding:40px 0px;display:none;}
.service .content{padding-top:40px;}
.service .content .child{width:50%;margin:0 1.8%;}
.service .content .child .childTitle{border:2px solid #0d6898;height:160px;}
.service .content .child .childTitle .titleEn{margin:75px 0 2px 8%;font-size:30px;}
.service .content .child .childTitle .titleCh{margin:0 0 0 8%;font-size:20px;}
.service .content .child .childContent{padding:30px 0 0 0;}
.service .content .child .childContent li{padding-left:25px;font-size:18px;line-height:32px;}

.news{height:auto; background:#464646 url(../images/news.jpg) no-repeat center top;background-size:cover;padding-bottom: 50px;}
.news .container{padding-top:60px;width:93.75%;}
.news .newsTitle{font-size:72px;text-align:center;}
.news .newsInfo{font-size:30px;text-align:center;}
.news .left{position:relative;float:none;width:100%;height:650px;text-align:center;}
.news .left .content{width:400px;height:440px;margin:40px auto 0 auto;}
.news .left .content .quan{width:220px;height:220px;background-size:100% 100%;text-align:center;font-size:24px;}
.news .left .content .quan .titleEn{margin-top:84px;}
#quan1{top:0px;left:180px;}
#quan2{top:160px;left:0px;}
#quan3{top:160px;left:180px;}
#quan4{top:90px;left:90px;}
.news .right{float:none;width:520px;margin:0px auto;padding:60px 0;}
.news .right .content{padding-top:60px;}
.news .right .content>.child{display:none;}
.news .right .child{margin:0 0 38px 0;}
.news .right .child .childTime{width:22.1%;height:124px;border:3px solid #0d6898;}
.news .right .child .childTime .timeMonth{margin-top:10px;font-size:24px;}
.news .right .child .childTime .timeDay{font-size:72px;}
.mks{display:none;}
.news .right .child .childInfo{width:69%;margin-left:7.3%;}
.news .right .child .childInfo .title{font-size:18px;margin-bottom:20px;}
.news .right .child .childInfo .info{font-size:14px;line-height:20px;}
.news .right .child .no{width:22.1%;height:50px;}
.news .right .child .moreBtn{padding-left:10px;width:157px;height:40px;line-height:40px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 114px center;background-size:36px 18px;display:none;}

}
@media (min-width: 1024px) and (max-width:1199px ) {
.header .fc{margin-left: 0;width: 68%;}
.header .fr{width: 11%;}
.header .fr a{font-size: 12px;}
.header .nav li{margin: 0 8px;}
.header .nav{line-height: 100px;}
.header .navbar_nav li a{padding: 0;}
.header .fl{margin-right: 0;width: 18%;}
.nbanner{background-size: 150% auto;}
.banner .contentInfo{transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center;}
.banner .contentInfo{transform:scale(0.83);-moz-transform:scale(0.83);-ms-transform:scale(0.83);-o-transform:scale(0.83);-webkit-transform:scale(0.83);}
.banner{margin-top:68px;}
.banner .bannerBtn{height:90px;margin-top:-45px;}
.banner .bannerBtn.leftBtn{left:-100px;}
.banner .bannerBtn.rightBtn{right:-100px;}
.xss{display:none;}
.banner .contentInfo{height:180px;margin-top:-90px;}
.banner .content{background-position:left 68px;}
.banner .content .title1{font-size:30px;padding-top:22px;}
.banner .content .title2{ font-size:52px;margin-bottom:16px;}
.banner .content .title3{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:20px;}
.banner .bannerNav{bottom:23px;}
.banner .bannerNav img{width:100px;height:3px;margin:0px 3px;}
.im{height:250px !important;}
.im .container{padding-top:30px !important}
.about{padding:58px 0px 66px 0;}
.about .title{font-size:35px;}
.about .info{font-size:12px;line-height:20px;width:573px;}
.about .content{padding-top:16px;}
.about .contentMun{height:187px;width:523px;}
.about .contentMun .child{padding-top:32px;height:156px;width:174px;}
.about .contentMun .child .mun{font-size:66px;}
.about .contentMun .child p{font-weight:100;font-size:15px;}

.work{padding:58px 0px 66px 0;}
.work .content{padding-top:33px;}
.work .content .child .childPointer{bottom:10px;right:13px;width:44px;}
.work .content .child .childTag{font-size:15px;}
.work .content .child .childTag .childSub{width:13px;height:1px;margin:6px 0px;}
.work .content .child .childContent{height:33px;margin-top:-30px;}
.work .content .child .childContent .title{font-size:14px;}
.work .content .child .childContent .info{font-size:12px;margin-top:5px;}
.work .linkBtn{margin:50px auto 0px auto;}

.advantage{padding:58px 0px 66px 0;}
.advantage .title{font-size:36px;line-height:36px;margin-top:33px;}
.advantage .info{font-size:12px;margin:6px 0px;}
.advantage img{margin:44px 0px;width:60%;}

.team{padding:0 0px 66px 0;}
.team .content{padding-top:33px;}
.team .child{width:248px;margin: 0 8px;}
.team .child .childImg{width:246px;height:258px;}
.team .titleEn{font-size:25px;margin:13px 0;}
.team .title{font-size:15px;}
.team .sub{width:33px;height:2px;margin:15px auto;}
.team .info{font-size:12px;}
.team .info span{margin:0 8px;}
.team .foot{font-size:23px;margin-top:41px;}


.service{padding:58px 0px 66px 0;}
.service .content{padding-top:33px;}
.service .content .child{width:31.3%;margin:0 0.8%;}
.service .content .child .childTitle{height:132px;}
.service .content .child .childTitle .titleEn{margin:62px 0 2px 8%;font-size:19px;}
.service .content .child .childTitle .titleCh{font-size:13px;}
.service .content .child .childContent{padding:25px 0 0 0;}
.service .content .child .childContent li{padding-left:21px;font-size:12px;line-height:20px;}
.new_say .col-lg-8 {
    margin-top: 50px;
    width: 407px;
    margin-left: 10px;
}
.news{height:685px;}
.news .container{padding-top:91px;width:796px;}
.news .newsTitle{font-size:44px;}
.news .newsInfo{font-size:19px;}
.news .left .content{width:365px;height:365px;margin-top:25px;}
/*.news .left .content .quan{width:220px;height:220px;font-size:18px;}*/
.news .left .content .quan .titleEn{margin-top:70px;}
.news .left .content .quan {width: 183px;height: 183px;font-size: 20px;}
#quan1{top:0px;left:75px;}
#quan2{top:132px;left:0px;}
#quan3{top:133px;left:150px;}
#quan4{top:75px;left:75px;background:none;}

.news .right .child{margin:0 0 31px 0;}
.news .right .child .childTime{width:22.1%;height:108px;border:2px solid #0d6898;}
.news .right .child .childTime .timeMonth{margin-top:8px;font-size:20px;}
.news .right .child .childTime .timeDay{font-size:60px;}

.news .right .child .childInfo .title{font-size:15px;margin-bottom:16px;}
.news .right .child .childInfo .info{font-size:12px;line-height:18px;}
.news .right .child .no{height:41px;}
.news .right .child .moreBtn{padding-left:8px;width:130px;height:33px;line-height:33px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 94px center;background-size:30px 15px;}

}
@media (min-width: 1200px) and (max-width:1439px ) {
.banner .contentInfo{transform-origin:center;-moz-transform-origin:center;-ms-transform-origin:center;-o-transform-origin:center;-webkit-transform-origin:center;}
.banner .contentInfo{transform:scale(0.83);-moz-transform:scale(0.83);-ms-transform:scale(0.83);-o-transform:scale(0.83);-webkit-transform:scale(0.83);}
.banner{margin-top:30px;}
.banner .bannerBtn{height:90px;margin-top:-45px;}
.banner .bannerBtn.leftBtn{left:-100px;}
.banner .bannerBtn.rightBtn{right:-100px;}
.xss{display:none;}
.banner .contentInfo{height:180px;margin-top:-90px;}
.banner .content{background-position:left 68px;}
.banner .content .title1{font-size:30px;padding-top: 28px;}
.banner .content .title2{ font-size:52px;margin-bottom:16px;}
.banner .content .title3{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:20px;}
.banner .bannerNav{bottom:23px;}
.banner .bannerNav img{width:60px;height:3px;margin:0px 3px;}
.header .fr a{margin-top:25px;}

.about{padding:58px 0px 66px 0;}
.about .title{font-size:35px;}
.about .info{font-size:12px;line-height:20px;width:573px;}
.about .content{padding-top:16px;}
.about .contentMun{height:187px;width:523px;}
.about .contentMun .child{padding-top:32px;height:156px;width:174px;}
.about .contentMun .child .mun{font-size:66px;}
.about .contentMun .child p{font-weight:100;font-size:15px;}

.work{padding:58px 0px 66px 0;}
.work .content{padding-top:33px;}
.work .content .child .childPointer{bottom:10px;right:13px;width:44px;}
.work .content .child .childTag{font-size:15px;}
.work .content .child .childTag .childSub{width:13px;height:1px;margin:6px 0px;}
.work .content .child .childContent{height:33px;margin-top:-30px;}
.work .content .child .childContent .title{font-size:14px;}
.work .content .child .childContent .info{font-size:12px;margin-top:5px;}
.work .linkBtn{margin:50px auto 0px auto;}
.im{height:100px !important;}
.im .container{padding-top:0 !important}


.advantage{padding:58px 0px 66px 0;}
.advantage .title{font-size:36px;line-height:36px;margin-top:33px;}
.advantage .info{font-size:12px;margin:6px 0px;}
.advantage img{margin:44px 0px;width:60%;}

.team{padding:58px 0px 66px 0;}
.team .content{padding-top:33px;}
.team .child{width:248px;margin: 0 8px;}
.team .child .childImg{width:246px;height:258px;}
.team .titleEn{font-size:25px;margin:13px 0;}
.team .title{font-size:15px;}
.team .sub{width:33px;height:2px;margin:15px auto;}
.team .info{font-size:12px;}
.team .info span{margin:0 8px;}
.team .foot{font-size:23px;margin-top:41px;}


.service{padding:58px 0px 66px 0;}
.service .content{padding-top:33px;}
.service .content .child{width:31.3%;margin:0 0.8%;}
.service .content .child .childTitle{height:132px;}
.service .content .child .childTitle .titleEn{margin:62px 0 2px 8%;font-size:19px;}
.service .content .child .childTitle .titleCh{font-size:13px;}
.service .content .child .childContent{padding:25px 0 0 0;}
.service .content .child .childContent li{padding-left:21px;font-size:12px;line-height:20px;}

.news{height:745px;}
.news .container{padding-top:45px;width:980px;}
.news .newsTitle{font-size:44px;}
.news .newsInfo{font-size:19px;}
.news .left .content{width:365px;height:365px;margin-top:25px;}
/*.news .left .content .quan{width:220px;height:220px;font-size:18px;}*/
.news .left .content .quan .titleEn{margin-top:70px;}
.news .left .content .quan {width: 183px;height: 183px;font-size: 20px;}
#quan1{top:0px;left:75px;}
#quan2{top:132px;left:0px;}
#quan3{top:133px;left:150px;}
#quan4{top:75px;left:75px;background:none;}

.news .right .child{margin:0 0 31px 0;}
.news .right .child .childTime{width:22.1%;height:108px;border:2px solid #0d6898;}
.news .right .child .childTime .timeMonth{margin-top:8px;font-size:20px;}
.news .right .child .childTime .timeDay{font-size:60px;}

.news .right .child .childInfo .title{font-size:15px;margin-bottom:16px;}
.news .right .child .childInfo .info{font-size:12px;line-height:18px;}
.news .right .child .no{height:41px;}
.news .right .child .moreBtn{padding-left:8px;width:130px;height:33px;line-height:33px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 94px center;background-size:30px 15px;}


}
@media (min-width: 1440px) and (max-width:1920px ) {

.banner{margin-top:82px;}
.banner .bannerBtn{height:112px;margin-top:-56px;}
.banner .bannerBtn.leftBtn{left:-100px;}
.banner .bannerBtn.rightBtn{right:-100px;}

.banner .contentInfo{height:220px;margin-top:-110px;}
.banner .content{background-position:left 82px;}
.banner .content .title1{font-size:36px;padding-top:36px;}
.banner .content .title2{ font-size:50px;margin-bottom:16px;}
.banner .content .title3{border:3px solid #fff;padding:5px 18px 6px 18px;font-size:24px;}
.banner .bannerNav{bottom:23px;}
.banner .bannerNav img{width:80px;height:4px;margin:0px 3px;}
.xss{display:none;}

.about{padding:70px 0px 80px 0;}
.about .content{padding-top:20px;}
.about .contentMun{height:225px;width:630px;}
.about .contentMun .child{padding-top:38px;height:188px;width:210px;}
.about .contentMun .child .mun{font-size:80px;}
.about .contentMun .child p{font-weight:100;font-size:18px;}

.work{padding:70px 0px 80px 0px;}
.work .content{padding-top:40px;}
.work .content .child .childPointer{bottom:13px;right:16px;width:54px;}
.work .content .child .childTag{font-size:18px;}
.work .content .child .childTag .childSub{width:16px;height:2px;margin:8px 0px;}
.work .content .child .childContent{height:40px;margin-top:-20px;}
.work .content .child .childContent .title{font-size:16px;}
.work .content .child .childContent .info{font-size:12px;margin-top:6px;}
.work .linkBtn{margin:60px auto 0px auto;}



.advantage{padding:70px 0px 80px 0px;}
.advantage .title{font-size:44px;line-height:44px;margin-top:40px;}
.advantage .info{font-size:14px;margin:8px 0px;}
.advantage img{margin:53px 0px;}


.service{padding:70px 0px 80px 0px;}
.service .content{padding-top:40px;}
.service .content .child .childTitle{height:160px;}
.service .content .child .childTitle .titleEn{margin:75px 0 2px 8%;font-size:23px;}
.service .content .child .childTitle .titleCh{font-size:16px;}
.service .content .child .childContent{padding:30px 0 0 0;}
.service .content .child .childContent li{padding-left:25px;font-size:14px;line-height:24px;}

.news{height:826px;}
.news .container{padding-top:60px;width:930px;}
.news .newsTitle{font-size:54px;}
.news .newsInfo{font-size:23px;}
.news .left .content{width:440px;height:440px;margin-top:30px;}
/*.news .left .content .quan{width:220px;height:220px;font-size:18px;}*/
.news .left .content .quan .titleEn{margin-top:84px;}
#quan1{top:0px;left:180px;}
#quan2{top:160px;left:0px;}
#quan3{top:160px;left:180px;}
#quan4{top:90px;left:90px;}
.titleCh{z-index:9990;}
.news .container{width:1107px;}
.news .right .child{margin:0 0 38px 0;}
/*.news .right .child .childTime{height:116px;}
.news .right .child .childTime .timeMonth{margin-top:10px;font-size:18px;*font-size:14px;_font-size:14px;font-size:14px\0;}
.news .right .child .childTime .timeDay{font-size:54px;}*/
.news .right .child .childInfo .title{font-size:18px;margin-bottom:20px;}
.news .right .child .childInfo .info{font-size:12px;line-height:20px;}
.news .right .child .no{height:50px;}
.news .right .child .moreBtn{padding-left:10px;width:157px;height:40px;line-height:40px;background:#0d6898 url(../images/rightIconOn.png) no-repeat 114px center;background-size:36px 18px;}


}
.say .title {
    padding-top: 100px;
}
.say .tits {
    padding-top: 0px;
}
.say img{
	max-width:100%;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}

@media (min-width: 640px) and (max-width:1023px ) {
.news .news_box .child .childTime .timeMonth{font-size: 14px;}
.news .news_box .child .childTime .timeDay{font-size: 20px;}
}


.page_ul>li>.active {
    display: block;
    color: white;
    background-color: #009fd9;
}
.yema a, .yema span {
    padding: 5px 15px;
    border: #ccc 1px solid;
    margin: 0 2px;
    font-size: 14px;
    display: inline-block;
    color: #333;
    margin-bottom: 10px;
    border-radius: 4px;
}
.nnav ul .current_page_item a{border-bottom: 2px solid #0d6898;color: #0d6898;}
.pages{ text-align:center; overflow:hidden; margin-top:2%; margin-bottom:2%;}
.pages ul li{display: inline-block;}

.yema a,.yema span{padding: 5px 15px; border:#ccc 1px solid; margin:0 2px; font-size:14px; display:inline-block; color:#333; margin-bottom:10px; border-radius:4px;}
.current{background: #0181cc;color: #fff !important;border: #82c0e5 1px solid !important;}
.yema a:hover{  background:#0181cc; margin:0 2px; color:#fff; text-decoration:none; }
