.container {
    margin-left: auto;
    margin-right: auto;
    width: 1250px;
	margin:0 auto;
}
/* header开始 */
.headerbg {
    width: 100%;
    background-color: #f5f5f5; border-bottom:3px solid #1f2677;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1000;
}
.logo {
    float: left;
    width: 105px;
    margin-top: 25px;
	margin-right:30px;
}
.logo a img {
    width: 100%;
}
.nav {
    float: left;
    width: 55%;
    margin-left: 10px; text-align:center;
}
.nav ul li {
    /*float: left;*/ display:inline-block; vertical-align:top;
    width: auto; padding:0 2%;
    /*margin-left: 5%;*/
    line-height: 80px;
    position: relative;
}
.nav ul li a {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
}
.tel {
    float: right;
    width: 30%;
}

/* 二级 */
.nav li .erji{  width: 210px; transform:translateX(-50%); background: #ffffff; position: absolute; top: 100%; left: 50%; display: none; z-index: 2; border: 1px solid #d3d3d3;border-top: none;}
/* z-index:5给二级标题提层使得他不会被下面的图片覆盖 */
.nav li:hover .erji{ display: block;}
.nav li .erji a{ display: block; float: left;width: 100%; text-align: center; color: #333333;font-size: 14px;height: 40px; line-height: 40px;padding:0 5px;}
.nav li .erji a:hover {
    background-color: #1d3186;
	color:#FFF;
}

/* 二级 */
.nav li .erji1{ width: 1094px; background: #ffffff; position: absolute; top: 100%; left:50%; transform:translateX(-50%); display: none; z-index: 2; border: 1px solid #d3d3d3;border-top: none;}
/* z-index:5给二级标题提层使得他不会被下面的图片覆盖 */
.nav li:hover .erji1{ display: block;}
.nav li .erji1 a{ 
    display: block;
     float: left;
    width: 182px;
    height: 182px;
}
.nav li .erji1 a:hover {
    background-color: #01929f;
}
.nav li .erji1 a span {
    font-size: 14px;
    color: #333333;
    display: block;
    text-align: center;
    line-height: 60px;
}
    .nav li .erji1 a img {
        width: 124px; height:82px;object-fit:contain;
        margin: 20px auto 0;
        display: block;
    }
.dianhua {
    height: 50px;
    line-height: 50px;
    float: left;
    text-align: left;
    margin-top: 16px;
    padding-left: 50px;
    background: url(..//images/tel.png)no-repeat left;
    font-weight: bold;
    color: #ff0000;
    font-size: 18px; padding-right:30px;
}
.sousuo {
    width: 48%;
    height: 35px;
    float: left;
    margin-top: 22px;
	
}
.sousuo input {
    height: 35px;
    line-height: 35px;
    width: 78%;
    float: left;
    text-indent: 5px;
    color: #333;
    border: 0px;
    background: #fff;
    font-size: 12px;
}
.sousuo button {
    width: 22%;
    height: 35px;
    border: 0px;
    float: right;
    background: url(../images/sousuo.jpg) no-repeat;
}
.tell{ float:right;background:#fff;margin-top:22px; box-shadow:0 0 6px rgba(0,0,0,0.1); border-radius:32px; line-height:38px; height:38px; font-size:calc(12px + 0.06rem); white-space:nowrap; z-index:1; padding:0 15px;
-webkit-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-moz-transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	transition: all 500ms cubic-bezier(.5, 1, .4, 1);
	-webkit-transform-origin:85% 50%;
	-moz-transform-origin:85% 50%;
	-ms-transform-origin:85% 50%;
	-o-transform-origin:85% 50%;
	transform-origin:85% 50%;opacity: 1;
	-webkit-transform: translateY(0) scale(1);
	-moz-transform: translateY(0) scale(1);
	-ms-transform: translateY(0) scale(1);
	-o-transform: translateY(0) scale(1);
	transform: translateY(0) scale(1);filter: alpha(opacity=100);
	display: block \9;
	pointer-events: auto;}
.headerbg .bottom {
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 3px;
    background-color: #1f2677;
    z-index: 10; display:none;}
.tell .ico{ float:left;width:22px;height:38px; background:url(../lib/phone-call.svg) center no-repeat; background-size:22px auto;}
.tell .num{ float:right;margin-left:10px;font-size:16px;font-weight:bold;color:#000; }
/* pic开始 */
.picbg {
    width: 100%;
    margin-top: 81px;
}
.picbg img {
    width: 100%;
}
/* 分享开始 */
.fenxiangbg {
    width: 100%;
    background-color: #dfdfdf;
    padding: 20px 0 20px;
}
.fenxiang {
    width: 1200px;
    margin: 0 auto;
}
.fenxiang h2 {
    font-size: 22px;
    color: #333333;
    font-weight: normal;
}






/* footer开始 */
.footer{height:auto;overflow:hidden;background:#2a2b33}
.footer .warpper>.clearfix>div{float:left;margin-right:65px;width:113px}
.footer .warpper>.clearfix>div:last-of-type{float:right;margin-right:0;width:initial}
.footer .warpper>.clearfix>div h5{margin-bottom:22px;padding-bottom:24px;border-bottom:1px solid #383942;color:#fff;font-weight:700;font-size:16px}
.footer .warpper>.clearfix>div a{display:block;margin-bottom:5px;color:#90919e;font-weight:lighter;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
.footer .warpper>.clearfix>div a:hover{color:#fff}
.fotlogo{padding-top:15px;text-align:right}
.fotlogo>.clearfix{display:inline-block}
.fotlogo>span{display:block;margin-top:36px;margin-bottom:6px;color:#fff;text-align:right;font-weight:700;font-size:16px}
.foot-l>span{float:left;display:block;color:#90919e;font-size:14px}
.foot-l>a{float:right;color:#90919e;font-size:14px;-webkit-transition:.3s 0s all ease;-moz-transition:.3s 0s all ease;-o-transition:.3s 0s all ease;transition:.3s 0s all ease;-ms-transition:.3s 0s all ease}
.foot-l>a:hover{color:#fff}
.client-2 {
	width: 45px;
	position: fixed;
	right: 10px;
	top: 80%;
	z-index: 999;
	color: #fff;
}
.client-2 li a {
	text-decoration: none;
	color: #fff;
}
.client-2 li {
	margin-bottom: 5px;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	cursor: pointer;
	position: relative;
}
.client-2 li.my-kefu-qq {
	background: #0095ef url(../lib/cimg23.png) center no-repeat;
}
.client-2 li.my-kefu-weixin {
	background: #0095ef url(../lib/cimg24.png) center no-repeat;
}
.client-2 li.my-kefu-tel {
	background: #0095ef url(../lib/cimg25.png) center no-repeat;
}
.client-2 li.my-kefu-shouye {
	background: #0095ef url(../lib/tohome.png) center no-repeat;
	background-size: 26px;
}
.client-2 li.my-kefu-shouye a {
	width: 45px;
	height: 45px;
	display: block;
}
.client-2 li.my-kefu-ftop {
	background: #015ca0 url(../lib/returnTop.png) center no-repeat;
}
.client-2 li p {
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	color: #fff;
}
.client-2 li.my-kefu-qq .cont {
	margin: 0;
	background: #015ca0 url(../lib/cimg23.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	width: 130px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 li.my-kefu-tel .cont {
	margin: 0;
	background: #015ca0 url(../lib/cimg25.png) 15px center no-repeat;
	border-radius: 50px;
	padding-left: 45px;
	height: 45px;
	line-height: 45px;
	color: #fff;
	font-size: 18px;
	width: 180px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 999;
}
.client-2 .my-kefu-ftop {
	display: none;
}
.client-2 .my-kefu-ftop .my-kefu-main {
	padding-top: 6px;
}
.client-2 li.my-kefu-weixin .cont {
	margin: 0;
	width: 115px;
	padding: 5px;
	border: solid 1px #ccc;
	position: absolute;
	left: -150px;
	top: -44px;
	background-color: #fff;
}
.client-2 li.my-kefu-weixin .cont span {
	display: block;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
	color: #1a1a1a;
}
.client-2 li.my-kefu-weixin .cont img {
	width: 100px;
	height: 100px;
}
.client-2 li:hover .cont {
	display: block!important;
}

/* 通用 */
.tongyongbg {
    width: 100%;
    background-color: #f5f5f5;
    padding-top: 25px;
}
.tongyong1 {
    width: 1200px;
    margin: 0 auto;
}
.tongyong1 p {
    float: left;
    color: #ed1b24;
    font-size: 24px;
    padding-right: 8px;
    text-transform: capitalize;
}
.tongyong1 p span {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #000;
}
.tongyong1 i {
    float: right;
    width: 906px;
    height: 10px;
    margin-top: 20px;
    background: url(../images/tongyong1.png) no-repeat right center;
}
.tongyong2 {
    margin-top: 40px;
    background-color: #dff5f5;
}
.tongyong21 {
    width: 1200px;
    margin: 0 auto;
    line-height: 50px;
    color: #333333;
    font-size: 14px;
}
.tongyong21 a {
    color: #333333;
}
.tongyong3 {
    width: 1200px;
    margin: 10px auto 0;
}
.tongyong3-left {
    float: left;
    width: 221px;
    background-color: #ffffff;
}
.tongyong3-left h2 {
    padding: 0 15px;
    color: #ed1b24;
    line-height: 45px;
    font-size: 14px;
}
.tongyong3-left ul {
    padding: 0 15px;
} 
.tongyong3-left ul li {
    font-weight: bold;
    border-top: 1px solid #d8d8d8;
    line-height: 50px;
    font-size: 14px;
}
.tongyong3-left ul li a {
    color: #000;
}
.tongyong3-left ul li:hover a {
    color: #ed1b24;
}
.tongyong3-middle {
    float: left;
    width: 700px;
    margin-left: 30px;
    padding: 0 20px;
    background-color: #ffffff;
}
.tongyong3-right {
    float: left;
    width: 218px;
    margin-left: 30px;
    background-color: #ffffff;
}
.tongyong3-right i img {
    width: 100%;
}
.tongyong3-right h2 {
    margin-top: 10px;
    border-bottom: 1px solid #333333;
    font-size: 14px;
    color: #333333;
    padding-left: 10px;
}
.scroll-02 ul li {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
}
.scroll-02 ul li img {
    width: 110px;
    margin: 0 auto; display:block;
}
#gallery li a {
    font-size: 12px !important;
}





/* @media(max-width:1520px){
.nav ul li a{ font-size:14px;}
.nav{ width:52%; margin-left:0;}
.nav li .erji1{ width:900px;}
.nav li .erji1 a{ width:149px;}
.tel{ width:31%;}
} */
/*.nav ul li a{ 
        font-size:14px;
       }
       .nav {
           width: 45%;
           margin-left: 0px;
       }
       .dianhua {
           padding-right: 0px;
           font-size: 16px;
       }
       .sousuo {
           width: 45%;
       }
       .tel{
            width:38%;
       }
       .nav li .erji1 {
        left: 300%;
       }*/


















